diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..4f074fd0526a4d8bb4d78d763497c06b163893f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +**/.DS_Store diff --git a/README.md b/README.md index 7be5fc7f47d5db027d120b8024982df93db95b74..52e6179fe4fbc26ff792d86fe42866731a8e71b3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,124 @@ --- license: mit +task_categories: +- question-answering +- multiple-choice +language: +- en +tags: +- multi-modal +- remote-sensing +size_categories: +- 10K Abstract:** The rapid advancement of Large Vision-Language Models (VLMs), both general-domain models and those specifically tailored for remote sensing, has demonstrated exceptional perception and reasoning capabilities in Earth observation tasks. However, a benchmark for systematically evaluating their capabilities in this domain is still lacking. To bridge this gap, we propose CHOICE, an extensive benchmark designed to objectively evaluate the hierarchical remote sensing capabilities of VLMs. Focusing on 2 primary capability dimensions essential to remote sensing: perception and reasoning, we further categorize 6 secondary dimensions and 23 leaf tasks to ensure a well-rounded assessment coverage. CHOICE guarantees the quality of a total of 10,507 problems through a rigorous process of data collection from 50 globally distributed cities, question construction and quality control. The newly curated data and the format of multiple-choice questions with definitive answers allow for an objective and straightforward performance assessment. Our evaluation of 3 proprietary and 21 open-source VLMs highlights their critical limitations within this specialized context. We hope that CHOICE will serve as a valuable resource and offer deeper insights into the challenges and potential of VLMs in the field of remote sensing. +

+ +
+ +## 📂 Data Structure + +CHOICE is organized according to the three-tier hierarchical dimension taxonomy, structured as follows: + +```bash +perception +├── cross_instance_discerment +│ ├── attribute_comparison +│ │ ├── images +│ │ └── attribute_comparison.json +│ ├── change_detection +│ │ ├── images +│ │ └── change_detection.json +│ ├── referring_expression_segmentation +│ │ ├── images +│ │ ├── masks +│ │ └── referring_expression_segmentation.json +│ └── spatial_relationship +│ ├── images +│ └── spatial_relationship.json +├── image_level_comprehension +│ ├── image_caption +│ │ ├── images +│ │ └── image_caption.json +│ ├── image_modality +│ │ ├── images +│ │ └── image_modality.json +│ ├── image_quality +│ │ ├── images +│ │ └── image_quality.json +│ ├── map_recognition +│ │ ├── images +│ │ └── map_recognition.json +│ └── scene_classification +│ ├── images +│ └── scene_classification.json +└── single_instance_identification + ├── attribute_recognition + │ ├── images + │ └── attribute_recognition.json + ├── hallucination_detection + │ ├── images + │ └── hallucination_detection.json + ├── landmark_recognition + │ ├── images + │ └── landmark_recognition.json + ├── object_counting + │ ├── images + │ └── object_counting.json + ├── object_localization + │ ├── images + │ └── object_localization.json + ├── object_presence + │ ├── images + │ └── object_presence.json + └── visual_grounding + ├── images + └── visual_grounding.json + +reasoning +├── assessment_reasoning +│ ├── environmental_assessment +│ │ ├── images +│ │ └── environmental_assessment.json +│ └── resource_assessment +│ ├── images +│ └── resource_assessment.json +├── attribute_reasoning +│ ├── physical_property +│ │ ├── images +│ │ └── physical_property.json +│ └── time_property +│ ├── images +│ └── time_property.json +└── common_sense_reasoning + ├── disaster_discrimination + │ ├── images + │ └── disaster_discrimination.json + ├── geospatial_determination + │ ├── images + │ └── geospatial_determination.json + └── situation_inference + ├── images + └── situation_inference.json + +``` + +
+ +## 🌰 Example + +An example of the Multiple-Choice Question (MCQ) is as follows: + +```json +{ + "id": "ef8777ba-27ee-4828-aab5-63214daf340d", + "image_path": "images/1.png", + "question": "Count the number of airplane present in this image.\nA.2\nB.1\nC.4\nD.3", + "answer": "A" +} +``` + +
\ No newline at end of file diff --git a/perception/cross_instance_discerment/attribute_comparison/attribute_comparison.json b/perception/cross_instance_discerment/attribute_comparison/attribute_comparison.json new file mode 100644 index 0000000000000000000000000000000000000000..0c753dd25768345d3b862b6398173c32515f0725 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/attribute_comparison.json @@ -0,0 +1,2102 @@ +[ + { + "id": "6ae0425c-c13d-47a6-93b3-5f773812501c", + "image_path": "images/1.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "58be9a22-b46e-4f3b-aec9-fc02f5766a63", + "image_path": "images/2.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "cd6bc972-fb1c-43f4-a911-44eefc29bfec", + "image_path": "images/3.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "1ad6e121-d370-4b71-be3d-e8c365621646", + "image_path": "images/4.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "7199c6ac-3ab7-4e84-8b40-844d6906f699", + "image_path": "images/5.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "f89b66bf-33c8-4086-8298-0d45412f635b", + "image_path": "images/6.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "04452e45-abf5-48b4-bc5b-420908aafde3", + "image_path": "images/7.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "d8a18ebd-c717-4779-baac-a067a58da02a", + "image_path": "images/8.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "5f285230-5f1b-479e-8a15-3447e68df76f", + "image_path": "images/9.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "266f27ea-fe34-4f8c-94ba-dbcc1dc3a1c9", + "image_path": "images/10.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "3d647391-de5a-4c74-9dec-06ce5c399967", + "image_path": "images/11.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "781ee6d9-d9ce-45e4-a2b7-fa16de74bd15", + "image_path": "images/12.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "0af110bf-623a-422b-8e0d-01b6019ca08c", + "image_path": "images/13.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "e8c30a2b-54c8-4053-90e2-eb1a3b7ae677", + "image_path": "images/14.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "81143942-81b8-4824-8567-7d101abd5d50", + "image_path": "images/15.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "9e5dac8d-3853-4101-a5cf-1f5b3ce507ec", + "image_path": "images/16.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "19dca8dd-5a4d-4ea3-9b4f-32a1e3aae073", + "image_path": "images/17.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "2770e309-bb01-4b3c-a22e-45fd347c4342", + "image_path": "images/18.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "c2328ff5-e493-4c13-bf0f-c134e9dbe17c", + "image_path": "images/19.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "e48b909e-003e-417d-aada-7e96b55de9e6", + "image_path": "images/20.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "10ca9389-2311-4e7d-92e1-da2e7b76905a", + "image_path": "images/21.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "522dafe9-260e-431e-8c0b-df8e8ce1d29d", + "image_path": "images/22.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "ec149e18-7aa4-4f97-b0b9-0e3ad9b50988", + "image_path": "images/23.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "86b03039-66ba-4151-a810-1e516eb0f303", + "image_path": "images/24.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "c21a5c07-27c7-4861-9c7b-ced7dba1e833", + "image_path": "images/25.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "93d78d7d-f37c-483e-b952-05134bc1b426", + "image_path": "images/26.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "67698d8c-3448-48d6-b802-ac4288524f5b", + "image_path": "images/27.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "24ab2469-9ed1-4744-81c8-3bb8ac73c76f", + "image_path": "images/28.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "3eff6b47-f8f8-4593-87ee-5d521b4b37bc", + "image_path": "images/29.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "185862d9-a699-4388-8b30-c668a045ff40", + "image_path": "images/30.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "b9599ad2-c73c-497a-9233-bfdb06b7fd72", + "image_path": "images/31.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "a31c56d5-7784-4f1d-aa95-7575a881f238", + "image_path": "images/32.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "f117765b-8a41-4106-b90e-4610ddcf1ff8", + "image_path": "images/33.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "2aefc9c4-37b6-4b6b-8752-167c8bdd676f", + "image_path": "images/34.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "357bbba1-416e-487d-9a56-0d47c3df5158", + "image_path": "images/35.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "0db52604-25c1-4b0f-aa80-0c04f04e636a", + "image_path": "images/36.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "45579874-deaf-4106-ad55-8623b63ad553", + "image_path": "images/37.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "e857080c-0dcb-4905-af41-48f6d35e5fcb", + "image_path": "images/38.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "bbf7dc2b-d917-4b18-9074-9b616d520ba7", + "image_path": "images/39.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "5f7271e9-b290-479c-981e-d86dd1a3c979", + "image_path": "images/40.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2fa50f35-0ef5-4a93-ac6f-3084bfc6f642", + "image_path": "images/41.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "abe13ef0-0213-40fa-a034-cf93acacfa15", + "image_path": "images/42.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "76e48407-ea31-4eef-b5d5-4fc76a695bc3", + "image_path": "images/43.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "b008568f-c711-4ca5-82e8-36c780214f44", + "image_path": "images/44.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "b529ff55-fde8-4a44-94a6-7ebbd0adb6d9", + "image_path": "images/45.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "fd30530c-c468-433e-9810-187f9a4293d9", + "image_path": "images/46.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "1e89feb8-0218-4b3c-ac30-eec14b6544a4", + "image_path": "images/47.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "5aad5c80-8175-47a5-ab4d-9d152df9188d", + "image_path": "images/48.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "5f96f07b-0f8b-4da7-9a95-53747b1d6f1c", + "image_path": "images/49.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "80ae33c7-a6fe-46ec-85ca-9f28266fa564", + "image_path": "images/50.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "da328f61-58f3-4e4b-ac07-56de6001c834", + "image_path": "images/51.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "41b3827d-1a5a-47fc-913e-6b197b17970a", + "image_path": "images/52.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "b93f0d98-f4f5-45b2-85a5-5b88554c441d", + "image_path": "images/53.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "858c770b-433f-4de2-9841-7c1b806f13e0", + "image_path": "images/54.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "36b27bdb-7ac0-45bf-9d7f-b9cdc8921232", + "image_path": "images/55.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "72479f23-3b22-4111-b1bd-dace45eae5ec", + "image_path": "images/56.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "cdce319b-4dc6-4651-960d-8dc112f58e6b", + "image_path": "images/57.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "6d86f0e1-8e84-4676-a39e-1b92150ce260", + "image_path": "images/58.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "7a65361f-201a-422e-ac7d-8a8ccb5fa156", + "image_path": "images/59.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "04aef7b7-93c1-4332-b0fd-241fa6ea2bdc", + "image_path": "images/60.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "140af4cf-81ac-4c7f-8aa7-bbbcd0712cb6", + "image_path": "images/61.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "49823177-b52a-4148-a8ad-682080442076", + "image_path": "images/62.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "0f3d5d13-6460-4619-bfed-0553790dbb38", + "image_path": "images/63.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "6ab16db8-4d56-4d03-888d-286c24e9965a", + "image_path": "images/64.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "0e0d6765-cec8-4f41-b710-327f10af03eb", + "image_path": "images/65.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "c318ca2f-4359-4c43-a495-69ea13fbe1d2", + "image_path": "images/66.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "57c1ff3d-9100-4097-94b6-d477649976e1", + "image_path": "images/67.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "0e768940-ab27-4af3-abe4-060bfcc62cf0", + "image_path": "images/68.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "d89564a9-a515-4914-b5f0-6ec5b9825e69", + "image_path": "images/69.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "19be325c-f224-4f0e-9ca0-fce0fc421c73", + "image_path": "images/70.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "fb1442ad-42e6-428b-9cdf-dfe25cb45093", + "image_path": "images/71.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "caad10f6-fa0e-4b0a-9b98-cb3a2134b8d5", + "image_path": "images/72.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7d68e4e6-3193-4e3e-8d9d-d632412cd4d7", + "image_path": "images/73.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "21d173ec-e6c6-4cfc-89b2-74d9856f6f3c", + "image_path": "images/74.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "f0c0d271-fb1f-4ffd-8ad9-e916fd21cef9", + "image_path": "images/75.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "01646e14-387d-48ef-805b-ecae7667e7cb", + "image_path": "images/76.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "15a55834-d70a-4b57-aca9-1c49dd559ca4", + "image_path": "images/77.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "51684e0a-6035-4214-90cb-e43c3e90a13d", + "image_path": "images/78.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "9c16afcf-6e8d-49f1-ab3b-bd45cc2707e6", + "image_path": "images/79.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "581e8a59-3968-4298-985c-34face4e6e93", + "image_path": "images/80.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "160742a7-4e74-4f0a-a2f9-10feec1a7114", + "image_path": "images/81.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "3dd8f207-4dfe-4d7a-9cea-26e651b0ba6f", + "image_path": "images/82.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "a4ba755c-5b66-4f3b-8ada-117e160c4a92", + "image_path": "images/83.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "183b4157-f1c2-47a5-b539-ebf998a39276", + "image_path": "images/84.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "ad0e7b96-7241-4cd7-9add-d8a96396a26d", + "image_path": "images/85.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "ecc73966-5d35-4e07-b881-f5e62f3009c8", + "image_path": "images/86.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "bd3443fa-1fc6-4635-ad1c-c0c5abadf8e3", + "image_path": "images/87.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "cdfc6f97-cae5-41ce-8e1e-b1338cfb6547", + "image_path": "images/88.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "9c33ddee-c586-494a-9f73-6397365be367", + "image_path": "images/89.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "f7ef53a2-0af1-4861-8d9e-d4b399c911fe", + "image_path": "images/90.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "8adda170-7fc2-46b7-b77c-d2abbfa0aee2", + "image_path": "images/91.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "9060a040-fdec-4447-aeb9-b3b7e31707a8", + "image_path": "images/92.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "c26cbc69-5df9-4340-8487-250ac85a5721", + "image_path": "images/93.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "da037192-a04b-4981-9c85-977e07e398f4", + "image_path": "images/94.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "2eb7e87a-8c89-489a-8896-563063d7aba5", + "image_path": "images/95.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "6b6ae9a7-f0d8-4b67-8201-913cfc50e403", + "image_path": "images/96.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "340077dc-34e0-4978-b658-cc21e61a1333", + "image_path": "images/97.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "f76e1491-6c57-4d6c-ac72-0cdbdb09032d", + "image_path": "images/98.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "0e9d487a-10d8-4656-936f-af321d09d03d", + "image_path": "images/99.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "d41f1bd0-6693-4586-8148-e42f48d5401d", + "image_path": "images/100.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "2ffee047-b0a8-4d40-98a9-de3b9f40daff", + "image_path": "images/101.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "8e724f6c-4382-41b4-8003-f1d0e70ab5bc", + "image_path": "images/102.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "00ea0932-ca74-47e1-910b-9648e7bf7894", + "image_path": "images/103.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "73f225e7-d6e9-4397-8562-822c350bd8b8", + "image_path": "images/104.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "e9a50c3c-b660-4c5f-bd54-7874f5718cd2", + "image_path": "images/105.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "fc7f26d4-e7d4-44b1-bf61-c9b257ece2d8", + "image_path": "images/106.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "938b5e3e-2194-4170-844c-006b4027d88a", + "image_path": "images/107.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "6ddbfd6d-ee1e-4a28-8099-894086c6f7f6", + "image_path": "images/108.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "e4dea56b-721b-42c1-af4d-19ecdbfec382", + "image_path": "images/109.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "5dc8ac4b-aef6-4cfb-9174-0dccf7ed727b", + "image_path": "images/110.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "f4b84990-ee2e-4501-b313-90afb4dbcf24", + "image_path": "images/111.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "24d83439-13de-4128-93a9-4f05adef2766", + "image_path": "images/112.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "3461d0c3-f9d4-4914-85bd-00400120b5e3", + "image_path": "images/113.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "e894cb19-74c6-455e-856d-208074aebcb4", + "image_path": "images/114.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "02456088-4ea4-4a3e-b079-92134c8ce6f8", + "image_path": "images/115.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "71deab49-f653-467b-a17a-d83b4a797703", + "image_path": "images/116.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "54999429-03ba-4a79-a049-c4787793b74b", + "image_path": "images/117.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "3ab796be-e396-427f-b57f-922c636d69af", + "image_path": "images/118.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "cd5875c1-62e8-4395-ab00-56e835e151c4", + "image_path": "images/119.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "9957cee9-88fc-4ae7-bc9b-ec334041dc54", + "image_path": "images/120.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "6bc95c37-aa74-4197-96c4-bde176f51c76", + "image_path": "images/121.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "240a8daa-a1ca-4cc4-b715-56c49aac2ce3", + "image_path": "images/122.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "ef2af2c0-4121-4faf-a2f0-7ad93d02d99f", + "image_path": "images/123.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "0ea897cd-b135-43f6-a6fa-3822859ad65d", + "image_path": "images/124.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "09b7d9b2-5332-41e9-a6d0-4f454cdaa0c9", + "image_path": "images/125.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "08b6f39f-9c35-4dd4-95ba-fd8a6937a878", + "image_path": "images/126.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "0bb2e60d-008c-4b40-9118-1fea9dda220e", + "image_path": "images/127.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "7db5f00a-a3d2-489b-9df1-2b50633c3a22", + "image_path": "images/128.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "ab2acb05-5092-4743-93d1-fd415eba6cab", + "image_path": "images/129.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "3d7e2cbe-61d6-4241-b463-ea961c11940b", + "image_path": "images/130.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "524e87b5-dcb1-484c-b53e-716eb0dee3fe", + "image_path": "images/131.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "a797e9e6-af98-466b-9fef-ef81bcca89d4", + "image_path": "images/132.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "b300996b-3ab0-41b3-a476-548ebb9d86b7", + "image_path": "images/133.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "990e2326-4d31-450f-a21b-3476da5f3c50", + "image_path": "images/134.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "bf8ce37c-b8df-4d10-91bf-d28384dac9b4", + "image_path": "images/135.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "1cfb3ea8-b317-4789-a145-3ccf5a486f80", + "image_path": "images/136.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "11b9795a-5751-474e-8f36-4aadcf3195e1", + "image_path": "images/137.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "70979a1c-b9f6-40d0-b452-056fc36097e2", + "image_path": "images/138.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "c3cb8a31-b53d-4552-98cd-067654613034", + "image_path": "images/139.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "c8dff248-a00f-46a1-b35e-bb15a64609f4", + "image_path": "images/140.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "5e5a8c96-9bbf-4c87-84de-15d76389ed82", + "image_path": "images/141.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "806e511d-6062-42d0-8bf7-9084c9aafd00", + "image_path": "images/142.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "f86ad39d-312f-4f15-a698-1a6bc28d15ac", + "image_path": "images/143.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "0b72a4cc-5e4a-440a-a629-92542edec3cd", + "image_path": "images/144.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "fb047e4b-3002-4e4b-9553-760604295dc5", + "image_path": "images/145.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "59fe6ebb-11b3-4f14-9069-87c529bcef7f", + "image_path": "images/146.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "8664b5c1-e4fd-462b-bbf3-6d396301c545", + "image_path": "images/147.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "6d1a0c4a-c074-4309-80f0-77c1d90bae33", + "image_path": "images/148.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "498fd05f-9ec3-44f9-bc09-2ad211406e1c", + "image_path": "images/149.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "5f348d29-ca18-44de-94e4-3f3fac0d32dd", + "image_path": "images/150.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "02a60e36-818c-4044-ab58-d4c7d0c4655b", + "image_path": "images/151.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "d234df22-576e-4588-bcae-748abef38bba", + "image_path": "images/152.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "d14c5200-4346-4eb1-9491-703e320827f3", + "image_path": "images/153.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "41164523-2ebe-4139-8d01-63df7123889e", + "image_path": "images/154.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "8e4c760d-bc07-4e6f-98e9-5d44fe89fa90", + "image_path": "images/155.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "28bdba28-641e-4a74-b71a-334ca7e51479", + "image_path": "images/156.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "915ff203-37aa-4045-bbf3-ea69cae503df", + "image_path": "images/157.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "fc0971d7-4de1-4ced-9fd2-83a25497666d", + "image_path": "images/158.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "dab1e3cb-a2e1-4757-b3db-8904965f3a36", + "image_path": "images/159.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "341933f0-3529-42b3-baaa-5573d285e676", + "image_path": "images/160.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "93a94d41-2e7d-4ed0-b135-18bd425b85c5", + "image_path": "images/161.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "942cb2b9-bbee-4b4d-9811-ca7b57da0e67", + "image_path": "images/162.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "2f3a558c-84ef-4aea-9c7d-df335bcb2239", + "image_path": "images/163.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "a9122815-237b-4ca1-9ed9-9e9b59745b0e", + "image_path": "images/164.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "7e0f38a5-fb77-426e-ade3-f0ebdbe3ece5", + "image_path": "images/165.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "326dc5e8-bfc0-4ac3-bd6f-d9e382342088", + "image_path": "images/166.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "2d445db3-7a8a-4bdf-9998-347f3abed8f7", + "image_path": "images/167.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "97d007c4-5e97-45a5-9695-e98d3bfc8a19", + "image_path": "images/168.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "16787519-e777-40b2-ae88-0283ea018114", + "image_path": "images/169.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "b5dead49-6c1b-4232-8e43-aaa0e7c84767", + "image_path": "images/170.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "ebb0c575-32b4-49cb-aa6c-e9ab5aa7f6a9", + "image_path": "images/171.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "8adab946-1c8e-4057-a373-699d3a8882e2", + "image_path": "images/172.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "e3d4385d-d8b2-4811-8d10-14e444b0e79b", + "image_path": "images/173.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "b570d3ec-8342-433d-9344-502bc9760e7b", + "image_path": "images/174.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "e5768430-f5b8-4921-ae42-61a8904e2aa6", + "image_path": "images/175.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "4bee2581-6634-4f4c-9f00-52cf728caef5", + "image_path": "images/176.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "00732c77-4628-48b4-b006-3f9b03977c2b", + "image_path": "images/177.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "adda3232-34c7-4bb2-b8c4-bdd401aea04e", + "image_path": "images/178.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "a6db2fb6-fe99-4b29-a281-4fd4a04c9834", + "image_path": "images/179.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "9b93c3e3-2911-4694-ab4d-e4165f8f0c99", + "image_path": "images/180.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "718f0aae-997b-4dda-be33-adf6a9bc7cc0", + "image_path": "images/181.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "123fee99-fd4d-49e0-a20d-e4a4e4837432", + "image_path": "images/182.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "caf8cc0e-7fe3-4ba3-bef9-9ab2d0f2a92c", + "image_path": "images/183.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "13b2304f-0002-493b-9e45-f30b6c9d01d7", + "image_path": "images/184.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "6787d790-a9af-4769-8745-b1de049a9ccc", + "image_path": "images/185.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "afd5bb8b-9bb9-4091-abfd-58e7a566dc78", + "image_path": "images/186.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "0a5e35c9-8aee-422b-bebd-319719fd47ba", + "image_path": "images/187.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "3f10ff23-5152-40f2-9a3e-fa967327f2a5", + "image_path": "images/188.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "2f7926de-a644-4fdc-b9d6-033174e7dc61", + "image_path": "images/189.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "597f5e76-8222-40c7-a536-73e2298e6c6e", + "image_path": "images/190.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "2ae71e7a-7a7a-49aa-91b1-45ec8966311b", + "image_path": "images/191.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "345bb8af-4c2c-484c-bf7c-c12286a7f14f", + "image_path": "images/192.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "189341f6-e74a-4ce7-85e1-78c0a669880e", + "image_path": "images/193.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "51b161b0-1c36-4fa5-aaf4-3dc89098e615", + "image_path": "images/194.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "489af353-4cbf-4133-a7e1-15c5dc7f324f", + "image_path": "images/195.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "0172eedb-c9ea-4247-8dac-a1bb92f1e21b", + "image_path": "images/196.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "6ef27966-b99f-46c2-97bd-4194bcf2dfd5", + "image_path": "images/197.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "718fe96e-0bc7-40a8-95a1-4d98b9024706", + "image_path": "images/198.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "d9cee53c-467d-4d70-a15c-3ea52594b028", + "image_path": "images/199.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "f523fc59-7ad0-4432-9d9c-351a2e69b4ca", + "image_path": "images/200.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "82bd0689-2af9-4d60-9674-36d10d87ed79", + "image_path": "images/201.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "7620ed75-3435-4f0f-8aae-446f56ac9ea5", + "image_path": "images/202.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "29e02896-8df5-4067-a324-26c19399188a", + "image_path": "images/203.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "90c34e91-068e-4526-9e47-403f7b9b85a3", + "image_path": "images/204.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "b225f521-e881-4e4b-ac13-0c25c8578d34", + "image_path": "images/205.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "b483924d-44e7-4ff2-993f-911ccdcae861", + "image_path": "images/206.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "ef8b59b0-2548-4a4f-8ab5-4f243a8f2be7", + "image_path": "images/207.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "bb7d8dd4-931d-45d7-a97d-026fff4536b8", + "image_path": "images/208.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "90ccc7d5-c3bc-4809-bba2-1ad80b2e4ce3", + "image_path": "images/209.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "a926fd37-83a6-4822-b1ca-4e348a8d1b9d", + "image_path": "images/210.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "52d6978b-8bf4-4fa2-8771-ab604283b2cb", + "image_path": "images/211.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "0431445e-c2b7-4700-ba04-a304f459ce5e", + "image_path": "images/212.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "c381667c-3075-4c99-aceb-e9a05bbdbf83", + "image_path": "images/213.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "65115ddb-563f-4e45-8d59-4f57462872ab", + "image_path": "images/214.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "1d8b7b18-0d9e-4af3-abc2-c96ec274a406", + "image_path": "images/215.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "2212f44e-d208-493a-ad4f-00b1072a0e6f", + "image_path": "images/216.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "31ea409e-e0b1-418b-b4ec-27263cdf96d5", + "image_path": "images/217.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "d2b6b645-3085-45c7-8865-81a9a312fddd", + "image_path": "images/218.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "c00e96b2-784e-442e-b050-6a6a917459fa", + "image_path": "images/219.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "c767ca27-2b10-48cb-8c06-dd9e544da718", + "image_path": "images/220.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "878783e5-0ee2-4cee-8f12-a216c5589e30", + "image_path": "images/221.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "7cd4f362-ba2f-42f7-9a47-31bdd8390d6e", + "image_path": "images/222.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "11f0b25a-6959-43a2-8042-cddcd283d2f3", + "image_path": "images/223.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "43d08ed9-7115-4a86-b40a-3f61f4710271", + "image_path": "images/224.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "d98978c1-e216-4a6a-a8eb-831bb1b96808", + "image_path": "images/225.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "f094e29f-86b5-4d0f-bbda-ce5c188299d3", + "image_path": "images/226.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "69b27194-61be-4794-895e-edd864de84d3", + "image_path": "images/227.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "e78c2a55-448f-4d5b-bdb6-ce4a91c1a5da", + "image_path": "images/228.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "dba8e923-911f-4d6a-827c-bb8ebfd192ed", + "image_path": "images/229.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "8acab379-e159-4fcd-9b95-eff06fa4fcfe", + "image_path": "images/230.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "ebb531e9-fcb1-4f4d-82c5-5cc1e1d5080d", + "image_path": "images/231.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "33ed13b7-015c-48e0-8000-b12cbd93ab4c", + "image_path": "images/232.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "ceea5b78-9ec7-45a5-b1f9-bc775636b852", + "image_path": "images/233.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "57685e4a-04c4-40e0-87a6-bf5767ac204b", + "image_path": "images/234.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "47920f9a-ebf7-4a20-864d-697bcb37a436", + "image_path": "images/235.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "d4daf8b4-f422-4811-b6f2-e477c01fc70a", + "image_path": "images/236.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "34e1b03c-e361-43a0-af00-d71b8ed6f396", + "image_path": "images/237.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "440fb657-ca44-4d83-a1fe-f656df41b79a", + "image_path": "images/238.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "c3003190-39f5-41f4-a6ce-992c490be0c9", + "image_path": "images/239.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "349ff94b-3f63-434f-956d-d733729c49d6", + "image_path": "images/240.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "0983b3f0-9ea7-48d3-b6e0-73e89106a605", + "image_path": "images/241.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "07f70ce3-4a97-4f35-9af2-3555694cc9d4", + "image_path": "images/242.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "e939fcf7-5830-466e-9910-43372b5ce646", + "image_path": "images/243.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "dbdd21d3-c13d-4b3c-8149-17b61eef8d6e", + "image_path": "images/244.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "e16e366a-9d06-4d50-a12a-887dd8e198b6", + "image_path": "images/245.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "4a439531-b352-4de7-bec8-8a80a44c1b38", + "image_path": "images/246.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "f61fa700-36b6-4bec-9c24-380ed6153764", + "image_path": "images/247.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "eb3ae49a-3423-433a-8b3b-5950b3764155", + "image_path": "images/248.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "c83a6463-f3fe-42a8-b7af-5d28c9d9edb3", + "image_path": "images/249.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "d1c5bdd2-0c22-4619-8752-60d05d5d6b0e", + "image_path": "images/250.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "6094bcef-3a41-4313-ab2e-21313135d3d6", + "image_path": "images/251.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "6727550e-2293-4dc5-910f-e23fc7cbfeed", + "image_path": "images/252.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "6603ce49-c706-4f51-967c-befafa005677", + "image_path": "images/253.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "39fd9053-de54-4950-aa9f-32dbccda3704", + "image_path": "images/254.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "ce8384cc-c07c-4a9f-b46c-c6be23b40241", + "image_path": "images/255.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "3b854d24-b244-4aaa-8a66-cf21828ab4ed", + "image_path": "images/256.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "e990c724-267c-498b-8ff5-30d3c6758713", + "image_path": "images/257.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "065891a2-6d1f-46e1-97c0-1621410a60dd", + "image_path": "images/258.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "f1d6a0a1-d9ad-4406-a1ab-8a55a4445945", + "image_path": "images/259.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "b82fbb10-9221-4c24-a07a-e8aea3f4e48d", + "image_path": "images/260.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "964e7f81-ad33-43a2-8b07-d3904983ce51", + "image_path": "images/261.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "b0862a41-09e5-4773-937a-50e538c96ab8", + "image_path": "images/262.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "d1100142-5936-4c32-8ccd-563ab57c808d", + "image_path": "images/263.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "c2662248-cc88-4423-ab0f-7009382c118c", + "image_path": "images/264.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "560f887d-111c-47dd-b0a5-d7a22680a628", + "image_path": "images/265.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "b102ee90-c0a4-4e82-b815-f7c2a64c3873", + "image_path": "images/266.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "7c06f8b0-2d28-4855-8654-c87759043c9f", + "image_path": "images/267.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "72afced6-8d55-483c-8759-ef6967067c2e", + "image_path": "images/268.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "8bc9de05-c7d4-4fc7-88b5-7ce5223375c3", + "image_path": "images/269.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "22f728ea-da4b-4c13-817a-d1d7012ca6d0", + "image_path": "images/270.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "cfce6894-a7b7-4b73-94cc-cb5de9d0b59c", + "image_path": "images/271.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "e17b08ec-6857-4e63-a8f0-d5ffe1994821", + "image_path": "images/272.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "93c9fae2-ae7e-4014-93e5-5e0d27f52807", + "image_path": "images/273.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "d546c92d-016a-497c-a4d3-f63de8151ab0", + "image_path": "images/274.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "c143fd83-555f-49d9-b95e-3264e94c91ef", + "image_path": "images/275.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "02461d30-27df-4155-89cd-88e1dd35f737", + "image_path": "images/276.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "3d272e49-9a4d-4942-9340-c4d6f8644aed", + "image_path": "images/277.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "165b8106-6d5d-4aee-8d5e-c85dd69d7a10", + "image_path": "images/278.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "24ee4728-cfe5-4850-b33f-524d632f88ae", + "image_path": "images/279.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "34a553aa-3db9-47c9-acb4-558e03c8628d", + "image_path": "images/280.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "a23a0542-1dac-478a-bbcc-b865ef2c45e9", + "image_path": "images/281.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "996639f8-586e-441e-9eda-e29271a500f8", + "image_path": "images/282.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "d697eb9d-6baa-4220-82da-d49d7a8d7cd2", + "image_path": "images/283.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "ceaff662-9b62-4a77-9104-202302399ef9", + "image_path": "images/284.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "ca3b1eff-ca02-4848-9238-59c7bdff56f5", + "image_path": "images/285.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "e3cbb5e5-ed21-4866-991f-48856eb20547", + "image_path": "images/286.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "08310c5a-221a-442c-902b-8bac3aa3bd0b", + "image_path": "images/287.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "4a708665-3395-4dba-b09b-212828e772ce", + "image_path": "images/288.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "e3c6d5aa-69d3-4e0e-bdf4-2e90dcd22121", + "image_path": "images/289.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "0fa1875b-f6a3-44d7-9857-e8c5f16447bc", + "image_path": "images/290.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "3935b7e3-caf2-4a43-8a4f-71311c70f3db", + "image_path": "images/291.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "9128980e-491b-447a-a6f3-e75f53e38cca", + "image_path": "images/292.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "090fa4f0-9182-4bd9-ab69-67dac010651d", + "image_path": "images/293.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "6051177c-82e9-496f-a716-ea1b88bded0a", + "image_path": "images/294.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "bbc91019-9f77-4ebf-ab1b-3c5eec9f3458", + "image_path": "images/295.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "3af3dfea-8996-4579-b22e-a7e152b30ae4", + "image_path": "images/296.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "fd1a8120-482b-4fc1-997f-201afa791e4a", + "image_path": "images/297.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "4062910b-81ae-4f6f-a397-938b143731a5", + "image_path": "images/298.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "726e30a8-562a-4151-a1bb-48dac37139c7", + "image_path": "images/299.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "77257637-8905-4217-a8b6-729e1fd90a91", + "image_path": "images/300.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "db008600-ff9f-4221-8aa2-d31261b497e9", + "image_path": "images/301.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "280153bd-5060-4623-b16b-0664a0f6be92", + "image_path": "images/302.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "384ea8b7-fc3a-4029-861f-a7fd92d6a162", + "image_path": "images/303.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "1629724d-f336-4acb-8110-5dfcf6e618d8", + "image_path": "images/304.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "c9daf9c3-0cd5-453c-a2b8-e40ab7cfba1b", + "image_path": "images/305.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "0184cc94-a6d0-4f37-bbdd-55a7c0f72db7", + "image_path": "images/306.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "5abc92a3-ada6-47f9-98ac-20396927e30c", + "image_path": "images/307.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "b1dd631b-c840-4e88-8711-150f548d24a1", + "image_path": "images/308.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "32161a3d-29b6-46ee-a0a0-46f133947801", + "image_path": "images/309.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "ebe0fa60-2109-4f9a-b6d7-42feacd0a5f1", + "image_path": "images/310.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "db077ca1-e56e-4e97-bc8c-347c5991e0c4", + "image_path": "images/311.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "cf2b3f58-cebc-44b1-baca-ee0c581d4997", + "image_path": "images/312.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "ae3ff5e9-4e18-4cbc-897e-b4fd7ab3ed74", + "image_path": "images/313.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "01a54181-5b69-4fa9-b6e7-e8389810e5da", + "image_path": "images/314.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "81f37a45-e462-4ffd-a5c4-c912c23d7384", + "image_path": "images/315.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "b919b220-744f-4289-8023-c20977b32291", + "image_path": "images/316.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "60ea1f5e-1a7d-4663-a4a8-2ec21dae6b70", + "image_path": "images/317.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "96db6a12-acd8-4b7f-b8d9-b2254ae99ef9", + "image_path": "images/318.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "01c446c1-fc26-4bcb-8aa7-f0a104dbb17e", + "image_path": "images/319.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "7aa20a6b-ab2f-46a7-a431-72eab3aef45b", + "image_path": "images/320.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "79bedbdf-f1c3-4714-983a-fac82941ef87", + "image_path": "images/321.png", + "question": "Are both vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "a81c274b-4e2c-4377-bffb-94a61554043d", + "image_path": "images/322.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "4a50add2-0cda-4cdd-98cd-ad74bbf6d4f4", + "image_path": "images/323.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "8640a456-2370-4e9e-93b0-26ca2da53bda", + "image_path": "images/324.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "ef304a8d-2cd0-4ea9-93e2-d9b2d44cb742", + "image_path": "images/325.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "f534ee4a-7c9a-4acc-9a71-b37b299a03dd", + "image_path": "images/326.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "1965f36d-e3a7-45fc-9830-38a0a5cc6bc2", + "image_path": "images/327.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "8bc54e6e-e59d-4e50-b6c7-e327179bb7f0", + "image_path": "images/328.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "9c75043b-77c4-4a45-8cf7-384e0018f929", + "image_path": "images/329.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "53b3afb9-59ca-4b95-a475-6a38bc007cc2", + "image_path": "images/330.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "b2b780fa-8167-4dcb-a122-2cb8f4a878c6", + "image_path": "images/331.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "4b12418d-ff05-4394-8edc-ec6c4951f8e3", + "image_path": "images/332.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "7f87cf83-dc7e-4acb-82c9-54ba97050da3", + "image_path": "images/333.png", + "question": "Are the two vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "de0b86cd-139c-4d56-b53b-cd400d1b5684", + "image_path": "images/334.png", + "question": "Do the two vehicles in this image share the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "fd9e968b-ece0-4669-8cb7-f614b3f4e66d", + "image_path": "images/335.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "ed8a3c8c-ffbf-445e-ae0f-a8dcb7cdbe8d", + "image_path": "images/336.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "a6d249f1-6815-4a14-b510-26455eb00a2b", + "image_path": "images/337.png", + "question": "Are both vehicles in this image the same color?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7ebec7ed-3ca2-4e57-87e1-79e089ed9759", + "image_path": "images/338.png", + "question": "Are the two vehicles in this image identical in color?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "004d7cf0-b68f-4b28-8088-df8dfe0dae89", + "image_path": "images/339.png", + "question": "Are both vehicles in this image the same color?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "4cc649b3-cf25-4a2e-86bf-b2ded88adc77", + "image_path": "images/340.png", + "question": "Are the two vehicles in this image the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "5f97da4b-5b66-4bb8-b048-1f99d87b29cf", + "image_path": "images/341.png", + "question": "Is the color of the two vehicles in this image the same?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "31959f6a-0529-4814-8718-0eb051656d75", + "image_path": "images/342.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "6e3d5017-6f95-4263-a099-4824e5fdf55b", + "image_path": "images/343.png", + "question": "Are the two vehicles in this image the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "4b9eec2f-0161-4a59-b1f8-251ad7c88ec2", + "image_path": "images/344.png", + "question": "Do the two vehicles in this image share the same color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "6b23f85b-d947-4228-9592-d605a4c1a43d", + "image_path": "images/345.png", + "question": "Are the two vehicles in this image identical in color?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "cbf0823e-a88e-48fe-a437-6fb4d04aad32", + "image_path": "images/346.png", + "question": "Is the color of the two vehicles in this image the same?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "39a9ba03-f6da-4dff-a914-73f17a926d03", + "image_path": "images/347.png", + "question": "Do the two vehicles in this image share the same color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "3c88607a-c976-4fab-819f-d3f47fc3ec3c", + "image_path": "images/348.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "9bcb70b6-8f9a-4188-9037-3def6c31a1e7", + "image_path": "images/349.png", + "question": "Are the two vehicles in this image identical in color?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "fbc522a6-2031-4d40-8d5e-b0a66071b51f", + "image_path": "images/350.png", + "question": "Is the color of the two vehicles in this image the same?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + } +] \ No newline at end of file diff --git a/perception/cross_instance_discerment/attribute_comparison/images/1.png b/perception/cross_instance_discerment/attribute_comparison/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..70c6108b323f106254091d4af017a9eb58c76495 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ce071d4fa4f35162fad97f9439ed3cb3d909b415b1c3f706914b86fb631abf +size 897263 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/10.png b/perception/cross_instance_discerment/attribute_comparison/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd409e2690f2d3f4a704d6a944d9c7c651ba984 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4d17291783a65d7729bf4ee09ac409dd963e10d52cd8a0d4461a3a7900ac84 +size 925517 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/100.png b/perception/cross_instance_discerment/attribute_comparison/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb832e5f653a91b207accb5cbb3aee37f455fc5 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183d8467dacd0e8152a64383c539d6f06dd20dd6d20a62a8512bc367b9176f8 +size 734853 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/101.png b/perception/cross_instance_discerment/attribute_comparison/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..303c42566273cfa3582726ac71f661a30601b0c5 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d577c87698b732a7cf67623f7a0413bc44e35688c56639ca8ca5b9493d5833d +size 710095 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/102.png b/perception/cross_instance_discerment/attribute_comparison/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..51608bac4c685712b427ae001fa73110e965cde3 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba188a425593a64883f188320caaaa051d8cda01f4a323260bf8a2601c3bbe +size 719001 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/103.png b/perception/cross_instance_discerment/attribute_comparison/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..f110a987345883a3d8402b89baca3ac92a5a11e7 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdee66f257c18db2d6cd28aab946f635f4daa7fb061ee907e1e7373dce3325f8 +size 794388 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/104.png b/perception/cross_instance_discerment/attribute_comparison/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..fee6f0c39c22776eb7a3a541313b9446ec0bac9c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1748f5523bf028af549b78599dccb2cb691582ef69c96b8a97261e0332041600 +size 776094 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/105.png b/perception/cross_instance_discerment/attribute_comparison/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..fcbe6115509d41c2ded14f07e4d0fcdb49d50613 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e382bb7dd85da17e3d5f36cdb6ecc841089104d982d47e51e413649b3dd324b +size 757608 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/106.png b/perception/cross_instance_discerment/attribute_comparison/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..294d2c5864f18f05704fee9da6fc4d1e32d60488 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1efa1876262393d0b54bce4f3de51149c574d68f07dea85281da1ff6ebd70de +size 747422 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/107.png b/perception/cross_instance_discerment/attribute_comparison/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5834fd3cdbca7dda7191181cf156f0aaaa3fee --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350ba01e8b5a03960fd9abdf609efac8d0d913d655a25c4943f21b2f3e8629b9 +size 762076 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/108.png b/perception/cross_instance_discerment/attribute_comparison/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..6a097d00ef4ef7cf82ffe18f13edd6d6d3f9f855 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630d3edaef290721beb10853158f57910e488acd014bf725446a58aa2d83417 +size 697938 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/109.png b/perception/cross_instance_discerment/attribute_comparison/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..3392d7c4fcd52d363cbd802657148b85969fb38a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e4dc04fd10330760a7f354b92bd4f5a9dfb74444bb7dd51847849f59d25804 +size 749027 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/11.png b/perception/cross_instance_discerment/attribute_comparison/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..011ce43a1eb9060bffae0af21f522b5fc2f25e72 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00613e26b4c7eb1f32c376e3d881df39c17da8f2d82e80521a5d955989ff2580 +size 913783 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/110.png b/perception/cross_instance_discerment/attribute_comparison/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..59e7e2d13c30bcfa554314375a4f49d17e7c3960 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f63cfb192c1ae4e3defb1499b6aaab4748cea50cab0b6d9adfbdcc9ddf6977 +size 807738 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/111.png b/perception/cross_instance_discerment/attribute_comparison/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..de8ff3a962088a4581dccfd0b5ba59ad4338e6ce --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7c55748046c0052dc1599f3e3f5970a1b8e9b244ae28cd65ce64096167b71e +size 651536 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/112.png b/perception/cross_instance_discerment/attribute_comparison/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..5090b84204545578e090be008c0856205a781321 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3386112e2699722f7b011ab1d6409f0950aecf8ed55cd43628eedae611ee3efb +size 769447 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/113.png b/perception/cross_instance_discerment/attribute_comparison/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..731681d67302285a98dfef141580813c4d67fff6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e9b83fea1af7df4f35503fd798156da05440d621f0195104ab7301a54a3122 +size 774733 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/114.png b/perception/cross_instance_discerment/attribute_comparison/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..d17ed2a89cf569edb79285d9e143aa735e8e0ef7 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8246d8838dfb002b377f028516694b15a5ff685241f3d6b13e872520f25938ef +size 822528 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/115.png b/perception/cross_instance_discerment/attribute_comparison/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc60400d4df77cff7d8b7ec611582b67b45e740 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176b6a2c3d52ddced3fc4da0f60a64ac844b978b1543094270044a8b6059335d +size 844565 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/116.png b/perception/cross_instance_discerment/attribute_comparison/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f83ddfc80bcdf94299b9374c6af2fc51821c0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b008322b4a6dd2903dcca5ecd26a290f36da2752e538bb4f0e3c5ceec4b0fa +size 855939 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/117.png b/perception/cross_instance_discerment/attribute_comparison/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4a228bdd7d698590cbe8c0a45cc054be5c43c6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191238c0bac1ed2262c971be72017de83f1cfa393c0121ca5b1305d32bd33f0 +size 800138 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/118.png b/perception/cross_instance_discerment/attribute_comparison/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..ea635a1d65c10f264c20277ce56d6365dac1bfe4 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96956607fe0c92bf0e023e70307c66cab63c030a193662385cccbba9d46782c +size 824832 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/119.png b/perception/cross_instance_discerment/attribute_comparison/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..54c69fc992b2ff61d1ed5d1ec580a25cb563db23 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f76e313a832c7305cae3f247bcfb17852957d21e8e697e1c9068c6c3a04a1a8 +size 842450 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/12.png b/perception/cross_instance_discerment/attribute_comparison/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..47669f235f248ad47264c7ce138f0056c93a57ae --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c84f1284957eab49d50057fc901a0e382c517617920682c48a3df80bf3b0d83 +size 941414 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/120.png b/perception/cross_instance_discerment/attribute_comparison/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6c8a526364326e1a10fd2a08a14891ff9f9ec2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d1034e4007e5c614383d341cbed40cbc72536d582ae408d5aa8e089d548abe +size 850863 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/121.png b/perception/cross_instance_discerment/attribute_comparison/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0f05d7c0cc3e7c7d5e98d9434c29c74b934c17 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce73eb403c2d61b5fc38aa0f9d26a65be4eef24c4bce22cc9dd4b53acb3db4 +size 828009 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/122.png b/perception/cross_instance_discerment/attribute_comparison/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..6277c677ccd03e6cc68957af8a2bcc51bb250120 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ddf1ce6c6881fe356a4dc1365370762abf01b74c804887e441094de925ace +size 873803 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/123.png b/perception/cross_instance_discerment/attribute_comparison/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..3f96644b2e48ac10ab16d36ed7bb41787d7b89a9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de3fdaf5737447d4abf0a76ccd34640f57d6ddb99337bfeb4cbdaeaf39761d3 +size 786486 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/124.png b/perception/cross_instance_discerment/attribute_comparison/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..d700a193a9246984a953cdfb71ebe2133cfe0aae --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a8dc6edba3830389bda67615e0063978812796721fee5ce1e3c11f723c6242 +size 851973 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/125.png b/perception/cross_instance_discerment/attribute_comparison/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..f95d683caafa70c1d3f73627177b0a35ddf29f51 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5c92e9cbf9658ffd0a73b8c3a6ffe3e973143c3a3652ab8b08d697daa57260 +size 926057 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/126.png b/perception/cross_instance_discerment/attribute_comparison/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..bc209291aa7441ed042024b0d2315e90474731be --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7b2b42aaaf272b53938c8254ccb2dcffe444af7cf5424721b4a8db0aed4ac6 +size 875357 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/127.png b/perception/cross_instance_discerment/attribute_comparison/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..85e7e83ebc3c97a5147a3466b2efc328c8f38a0a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a329523411d1c2b653d82d6794a2b81c1382e4f2f24928690431bb2ea16e3c +size 778140 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/128.png b/perception/cross_instance_discerment/attribute_comparison/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..ebf7e4d5d5eb96400d0aa8d2a57f2711a3f9cd0a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9135b0682f9da0ef79f5139bc15ef41a258dc5f91e23262beb38a6d194bd5477 +size 784774 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/129.png b/perception/cross_instance_discerment/attribute_comparison/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c35e68170eeca4a257dc799e26473e503327b6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8df5e0ff65fab176510a16915bbd0e02d067d2ffadda87944a2aa6e034eb5 +size 961167 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/13.png b/perception/cross_instance_discerment/attribute_comparison/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea39a87a7ae3ddf5ba890c2f71bdf51b99f8d83 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78902d738ed0e04ed1f451b7387134155ffff28bd05aebb524ae779b2e5b3d7 +size 725072 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/130.png b/perception/cross_instance_discerment/attribute_comparison/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..8747505f155dca9952054efdffd7c40e89774a68 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72948e2f682c0c52ddc39efeb0a336ddd80b326ba20b8d9ab493fadb01d021fc +size 873910 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/131.png b/perception/cross_instance_discerment/attribute_comparison/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..34314b8254feba76a1e3763b78d1aeb2a3f3ebfb --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3e847a799b9216e42afe1af41fe2455aef6d56a8ecb9559b327b4f522e59db +size 940296 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/132.png b/perception/cross_instance_discerment/attribute_comparison/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9c640d948254f5413558ccefd97481d36cf66c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eca696c64f8a97ee383cfd8007e28b029e7831502679664a1a44c20d4cfa0df +size 969683 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/133.png b/perception/cross_instance_discerment/attribute_comparison/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..39cfb07957f189c49516ee3919e3b793ed621571 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a149b55abee4bc08dd1c58a27bb81c55ef0b71f8c1c8bd05e9c205c9eb1052 +size 967028 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/134.png b/perception/cross_instance_discerment/attribute_comparison/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..f2957ef3789ddedddee9be49557fa020d6ae198a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d976751d5be51c33d2bd14e0cc8e347c28bd7c8708f5764366465b96962dbe9 +size 921422 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/135.png b/perception/cross_instance_discerment/attribute_comparison/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..528c2caba452b18eef80a5bfa289da9967a46576 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e498e536df056220008660387a6ac91a70f969c33955cc255d0d1bc9bcf3b0 +size 902123 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/136.png b/perception/cross_instance_discerment/attribute_comparison/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..503346764c1a3240dd35c65517a64a0bd16570d6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5662ca021f8c82319d20fa4f8791006b778c4d17c376363cfeef278719d3c +size 848061 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/137.png b/perception/cross_instance_discerment/attribute_comparison/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..8d88b4ce7a74b2868dd87dd24d30514958307d9c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81759ae7a6e0f367cf0c334f072e7ccc6526cb5ca6ad90f0edb278542586e829 +size 940761 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/138.png b/perception/cross_instance_discerment/attribute_comparison/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..80b59925a9bfcc5c338b131052886d1847a19363 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a2a425b8ea9ecd921eaa42f6a2d347ffa3ebb67ad246232d168450a843461a +size 908800 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/139.png b/perception/cross_instance_discerment/attribute_comparison/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b90753d3310ac5dcbd818165b04e6377a2896 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5cbaa98e0c4d067ade29636f1c374aee3734c66cf108b6ecfdf4a61365e7db +size 911775 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/14.png b/perception/cross_instance_discerment/attribute_comparison/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..efef98a3a3c904067bf3cf54874473894d994932 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029920b845052302786f7a5f77345961d3356167aaaf18bb2c1a7770245880b6 +size 760206 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/140.png b/perception/cross_instance_discerment/attribute_comparison/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..dad58e44f311c6cc329e7c39031186eda90985ed --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6fe780a3036e953981be7f70538c750560a6605c43b428a3c143f6c62131af +size 920913 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/141.png b/perception/cross_instance_discerment/attribute_comparison/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..6e81dc83b11f55b36423dd1754bd3f36c0516fac --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24822f813662bd037e19549d71dfa0001e5910912aafca504a2645df5d18fdd +size 947058 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/142.png b/perception/cross_instance_discerment/attribute_comparison/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..d45053e9ed3268d1508206d85567bdda0ebae74b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2fd0081720c9339c69f484fe2a9f9c63cb2d4e993b8cd2cfc10da97fe111a +size 858141 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/143.png b/perception/cross_instance_discerment/attribute_comparison/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..281cce1db718b6f5d4938a82609c15120d2b8d7e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fda557b6f9758376124f9b1a2a5d286bcdc11a1e43f59bdfaf2f2064227efb3 +size 892303 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/144.png b/perception/cross_instance_discerment/attribute_comparison/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..a3266fb1ae8658816b909f0d8f61fad3a51369ca --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cd4a85ebc962a59a14f9f99829fba9ba77628ca1206d3d27ebf13b316f39b8 +size 881696 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/145.png b/perception/cross_instance_discerment/attribute_comparison/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..60e4dcb060a9850fa439d01d3007209fe0e9daa4 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5098b03dfbfc0ec7817f0c8b494bc3ea0d044038de623b70970403dd002759 +size 859359 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/146.png b/perception/cross_instance_discerment/attribute_comparison/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..b21db70a97254ab3e68b8922d524fba5bf9bf185 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dab7c4e91b48edbb8cf87869385d8b32be188226e6825100b739f8b69d42412 +size 890988 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/147.png b/perception/cross_instance_discerment/attribute_comparison/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..5277a0baaa4caa4c96c9a9e8dd4fd56372ad4efc --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14680c348f586ee217c0f5b7707e291dbe56d44060e1457291d9c32a0b998f59 +size 861635 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/148.png b/perception/cross_instance_discerment/attribute_comparison/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..40498f10efb2208e43b554cae5e3ef18c412187c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d1fc212f436397255e30fd0812f3719328ddab6b17a694ce00e08a44b8c68e +size 883902 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/149.png b/perception/cross_instance_discerment/attribute_comparison/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..79db34005dc392d144480f439c7fb859ee2af0fd --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f766248eded63bc127b0e493f875ebac69f680def6828f49827d43d1cb1aa +size 891696 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/15.png b/perception/cross_instance_discerment/attribute_comparison/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..a9319f1a4ea5c0aa328a5b6fd9d22960f5085396 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5097da9fa1590feea0a7036655b58ce47f45f8726f601549cf7283370d88b3 +size 740314 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/150.png b/perception/cross_instance_discerment/attribute_comparison/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..ee02598acb88228c61ce39324634e10fd1a4a095 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217d11bff4e06d5539f86111191776ec8256e2eec0a49352e0b60c0e9540ad24 +size 794327 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/151.png b/perception/cross_instance_discerment/attribute_comparison/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..ece3133c4ebd2b85ff3f2ad791e3206f4b526ccb --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c99a2caadc5a7600ae11f31d31e5116e19633996d7a438d1e676609a53708a +size 967014 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/152.png b/perception/cross_instance_discerment/attribute_comparison/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..a47db94cefb8710b9135b4cbe051d8ea8c8a2980 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf88702e21af45a054ede34caa5064cdfdd42d0d114c6bc5ab36d46100752fa +size 891577 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/153.png b/perception/cross_instance_discerment/attribute_comparison/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..30bdfb587a38d1ceaefaaddd14a1fc9b6b11bbfb --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f00f9fc6ac5bfa44a781d2df11e7dbc906f20d3680a49adc14d28ffdbb04eb +size 930443 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/154.png b/perception/cross_instance_discerment/attribute_comparison/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..2eff8b6c8ad92fd258257ab107d377efa7cb4e7e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49052619fe05a03d228a62666d4ba4570b204398cc46a3fbad8938e620069bd7 +size 900073 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/155.png b/perception/cross_instance_discerment/attribute_comparison/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..aec36bf2e3fa3495c2ab8aea579e7cb5373dc36f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad5980f071dd7156c2bac812c18c9d2aa00d5c2471f63af3749cf16568abc09 +size 862393 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/156.png b/perception/cross_instance_discerment/attribute_comparison/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..c0dd1fd4d4ebab830401e366c1cec9b576b3df81 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd05f2e558e79c07e9679bd018b493416dc4ccecd37b1ef2e2e99d4a3236532 +size 857841 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/157.png b/perception/cross_instance_discerment/attribute_comparison/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..65151e2beefce078d4f2e4bcc52cc2a74fb1ef3d --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf1a2706ff47bf6df8b89a5936b76cdd52e585d589a5fbac9df6b829f29830 +size 771542 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/158.png b/perception/cross_instance_discerment/attribute_comparison/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..08e5c50be5e983f896108f9c56bf30a44ad87a9f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2eafb8fcf1b787da54ddd567f3f1627f96ba9faca77f46d0cfb0585e7f469d +size 889418 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/159.png b/perception/cross_instance_discerment/attribute_comparison/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4161c7983861a00cee5962aa002cf804dabce4 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd97b91ea968cb638e35a793a18e09bf9bb4daf04b9d8a0cede42a9bb1871cb8 +size 818562 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/16.png b/perception/cross_instance_discerment/attribute_comparison/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..e70ef345f827a79f783f4b482e0614cb99fdc70b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5599199f877d9b1af58498dded6254a3b082d93687c7aa377854d24c57bd1a7d +size 837157 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/160.png b/perception/cross_instance_discerment/attribute_comparison/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb2bb55dd1f066d841aa697edaefb43f31fe259 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91aa38cb41415d77908d12a8930c10b3cd1a530101cb881dbe9df537ecb764 +size 895266 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/161.png b/perception/cross_instance_discerment/attribute_comparison/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..246e257046d2b7e200431dfab526ca00efd3810f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2956ba1c4cf443ac785800b9562ec70b59f4f128cf2478f27ac78903df6ce8ae +size 938994 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/162.png b/perception/cross_instance_discerment/attribute_comparison/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..4f21e63684848d60ce2ce32c02a0483d110a1f9e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1994ae66d8e1254693ccfbe2728a49271ee4b9ad6a3a0731e279694885edc0d5 +size 895158 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/163.png b/perception/cross_instance_discerment/attribute_comparison/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..15d6b24f0917365ce84e8190306f70b6bab662b6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e065ca87b3cf690a67eb9f766c4aaa742d2904574d82a5d96c2d412681d1ae6f +size 843489 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/164.png b/perception/cross_instance_discerment/attribute_comparison/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..eb1f9e570f4bb19cabdb5526101c384d991dc599 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87239a32b97ea10ba4ffd8079849717a9a4a72dd0687489cfd65b00d3029c1ca +size 1048937 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/165.png b/perception/cross_instance_discerment/attribute_comparison/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..151b749dfc4de8315eb872e4b6adae456dcf6684 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f905ac27d8632cca8338d3f1af3fe9af0061be4e8dd9f04e74a135a61a3c5ff +size 902015 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/166.png b/perception/cross_instance_discerment/attribute_comparison/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..9a1453f105caebd724cc068c716fecd96188a99a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa625450406e012f22283e6a6677e86357809291b54dafd327905a615c0a91b +size 808568 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/167.png b/perception/cross_instance_discerment/attribute_comparison/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..37749404a9460c985e2bfaf1576436cd4f960eaf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89313522a8a10bd64b81c48d6e6bb611f649caab4f3e7eb309c8602b620d06 +size 836507 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/168.png b/perception/cross_instance_discerment/attribute_comparison/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..0e18fbfb5f05dc6ae21424ad78513dd3ba33760a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e017f25d61f3fc9fa9450fef83367a73620a310e7952db12456e393fc37a02 +size 815376 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/169.png b/perception/cross_instance_discerment/attribute_comparison/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..557a2e671fe28f9853f1b3eb57b6c78e67aefb7c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f256be5a2a36e3924abc3d91f99b884add70ae99de0de98cc86b6e76289eff +size 854034 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/17.png b/perception/cross_instance_discerment/attribute_comparison/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..a8da005b69b76999b0a7d3ece47837fdf9152e2b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b8f485f97938cb2ef08c681e6679f189cf5c1d79bf34cf37ef9e35fa78c182 +size 810786 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/170.png b/perception/cross_instance_discerment/attribute_comparison/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..e66f16945c32342a18ada8e5d7c5fbed63814091 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553c39f474158b875beb5fd1539bc199f0c724e635cff3e044417756f9a109f2 +size 806462 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/171.png b/perception/cross_instance_discerment/attribute_comparison/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..6299a9875dc69dd631cb5a230cc8f6e9eac64ef0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5807ee852f32d843c4842f8b9f2d50ec0173f7d63aff77f0dc02bf8e740b95 +size 877307 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/172.png b/perception/cross_instance_discerment/attribute_comparison/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..19e414fdbfe9f9119e8121dbe852b72410a33dc8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107fac669575781a869db48341134f4e8b8ef1901c08c32b57c99e36e78f395a +size 881660 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/173.png b/perception/cross_instance_discerment/attribute_comparison/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..33732da9e9d7112df60690a9143c7ca29a67c794 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc576eb75169c6dddbb2a12eac1da746cf43398a444ef8bbaca5499dff5ccb0 +size 886313 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/174.png b/perception/cross_instance_discerment/attribute_comparison/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..5f868293b2f2f39423345e8c7ae94698a05625d9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66836d10a32ab486639c67690c04f6142675bde0c0adeb107230e9ea5c47b39 +size 861439 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/175.png b/perception/cross_instance_discerment/attribute_comparison/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..1ef45872c4281120c7cb9f173845714fe63ca1dc --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bdf72acba7d2be667ba46e64722e7dda87b9441a9466c62fc003c93a24b36a +size 830042 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/176.png b/perception/cross_instance_discerment/attribute_comparison/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..41629d611dca2fdc76176a4799c281828c01a2d3 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78921847090c661a193141c25c92a46353965ab67fbe11e6d63e94a29ac1f6a8 +size 951637 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/177.png b/perception/cross_instance_discerment/attribute_comparison/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..5eed48ca30d328d24a472f856318088d9784258d --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de5a5ae12fe4476504641d47eae15fabb3c7f31d4cf96bc02e25d808f22202c +size 890977 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/178.png b/perception/cross_instance_discerment/attribute_comparison/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..93d8d53ee270b28569d28fe07928a9c11686fe82 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7aa256747ce162b49ccf73a9c90463f006ef5aeb33531c112a855ae7a2ecc6 +size 900820 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/179.png b/perception/cross_instance_discerment/attribute_comparison/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..6c007ecec405c49c5ed68a72150b9cc71630d194 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9b1bb88deadef71631a40b5b4048480c52002fe12de35e4f9298308a79d18 +size 879657 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/18.png b/perception/cross_instance_discerment/attribute_comparison/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..1c02d71808cff4f1ef44aa1d2627657afe758f47 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a42e74a4102a161178b7706d652dd7d75d3af39d85132f668c38d09b8c8ce7 +size 786425 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/180.png b/perception/cross_instance_discerment/attribute_comparison/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbb0ce96fd0f0ab8bdd8c11b33069099a1ca70e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c97a35f718135fb98578e4e30ef62855086b687f96ec61055da47a49a6d802 +size 953908 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/181.png b/perception/cross_instance_discerment/attribute_comparison/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..11f08b22f6cb05855d2ddd7fcd7c72ae861b6388 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382d9eaec071cb91ecaf35ac69f89a0763a4ab946be05855deea0d072f4be107 +size 910153 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/182.png b/perception/cross_instance_discerment/attribute_comparison/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf949475fe9a811cc762f852035af9a7fa25def --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49c5b459c63198dce1fe69ebc198a06891785049605da524094bf73a8cc6dbd +size 885985 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/183.png b/perception/cross_instance_discerment/attribute_comparison/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..f74ffb64d352b4bf6467b1d32996b02110529d02 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10af564101195a498c3cc08c4caea1966b3806daecccf03de33dc9522002e6f2 +size 830674 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/184.png b/perception/cross_instance_discerment/attribute_comparison/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..d9584f168c6bcabf50f52abec52f16970ff43b34 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e328ec9d4e8cd44aab7bc69a8749df3458f583ad769abad753feddb2c670fb9 +size 778508 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/185.png b/perception/cross_instance_discerment/attribute_comparison/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..5880ff841d58646dd70fb5e2959c7b591296d60e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a146df5cba5d27cd5469bb51498a4bb7bbaa309dcab930c0a014ca6cc6d7966c +size 1023778 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/186.png b/perception/cross_instance_discerment/attribute_comparison/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3d0d8a189c2d10e90afd888fcb0ef4027a4de9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba755762e0f34568814a4470f04fa17382014b83dff1e34146b931c0138d56e +size 883735 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/187.png b/perception/cross_instance_discerment/attribute_comparison/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab0e9454497e0e13225c6197a2aaae0d1f6c381 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ea1ae2c9427c0d77aac8d71bb10a150bf544f3a65b5650c6fc4b0205a91cf +size 806431 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/188.png b/perception/cross_instance_discerment/attribute_comparison/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..894bc04bf3584286903371804a7626cb1d43ae28 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cdc4b293f102541daf67757dfb64cf083cd6a00adf222d3db3db7752fec0e8 +size 735770 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/189.png b/perception/cross_instance_discerment/attribute_comparison/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..bd84f5069381026e0f8f15f3b4387fec756476b5 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6b32d41b569c3990b444558c5cb4fafdfb1f98b92ea80fad6d91d08d51435f +size 831434 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/19.png b/perception/cross_instance_discerment/attribute_comparison/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..116d70333b67eb65a4a3f2d4f4a2dc82fe1731e8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c778b958ca06179393fa86c8e635e50a624be6f63032862de7aa18d524c81 +size 855215 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/190.png b/perception/cross_instance_discerment/attribute_comparison/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..1f828f54d0ad5ed711e6dc07b1b6a47434464578 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa85813763354752fc287317a0dc2513878c03cbb9b394a507bff1a7c5b62650 +size 868527 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/191.png b/perception/cross_instance_discerment/attribute_comparison/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5e7b5e8acd7371517094bc6878362b5ead9dba --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36109d0aec50da3814ff3e375b4191d89a98babef5f1b27acfedd18698ac0016 +size 725848 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/192.png b/perception/cross_instance_discerment/attribute_comparison/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..0f29379ab09a10ec175efcdbf5c3d802a671d795 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1998850c9b14d6dd3a07b473731083d860cd829c2094c71ea57ff49b346d14b1 +size 881779 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/193.png b/perception/cross_instance_discerment/attribute_comparison/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..5c174c400611f77a3cdf4bf71d59717c56727d3c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e93cf27429ed6675cf47b6e185e9ab2ca0a0644e0c39897d051700f3111370e +size 805019 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/194.png b/perception/cross_instance_discerment/attribute_comparison/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..bc11d39724c5ab6fc0ac368461e91ab55cee7a1c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5b6b0bcced374b8ef5dc0fd742e46b1a728722e20fd4a1749642aebca372a +size 855376 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/195.png b/perception/cross_instance_discerment/attribute_comparison/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..9a211463e49bf114a5ddca5564362a1dea4a20e8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4355ce503f0b9ea5c5ecaa932dd8515a841c704b380808176a4ddebbdd164c +size 792288 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/196.png b/perception/cross_instance_discerment/attribute_comparison/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..87217bb500b229677692b0928635b519899c991f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311710d7568ba2bb0b43018c0434b71f500467ddafd156b1d7dec62796572b5e +size 827020 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/197.png b/perception/cross_instance_discerment/attribute_comparison/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..d419247b75bd23d0dcdfa9b799305f51223f3d82 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d684e372e69d69d2e25d7f3c925acfbc5f74b42fb1bc71e620009dfe8db9e5 +size 857551 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/198.png b/perception/cross_instance_discerment/attribute_comparison/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..2da7addb7c1978814439ef9fb4965299692ed51e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc29c92fbb4149d6c675ab31c0d6ea3a1fcd7800b60ea8a9969923026a71224 +size 889726 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/199.png b/perception/cross_instance_discerment/attribute_comparison/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..1b37e23a59cc4fbeb38d0819cb32b10d16dd37c9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc3aeb23535422d813c8c2b058a2f98ef927d7cfbef3685078a2007e494de5 +size 850172 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/2.png b/perception/cross_instance_discerment/attribute_comparison/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..036e16601bbf427403099ddcc8d724c08e380673 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c301bc200f256a89f31d6160ed83ecbcbc32f46574c63cfcf6d185e68ca3cc9e +size 835522 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/20.png b/perception/cross_instance_discerment/attribute_comparison/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa913507970d0f914ca2d574448a071d17f7c92 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c6909fc96001a22d9d592265854a117ef0d18b30fe3f57e0736756a1901cb +size 704595 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/200.png b/perception/cross_instance_discerment/attribute_comparison/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..847e9b807a90c972852c83df5be4b57dbe06d7e7 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a30a752d0494659ee191afd83b6e55527830b0a90f7d666632ac642a836495 +size 678344 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/201.png b/perception/cross_instance_discerment/attribute_comparison/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..7b0aa93879b4aed04d58ce59ad21478cec462b32 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2c81ad0dfdf4dcd79a28b4bd43d9b8cf0fad0f8755e0c2f3e0c55fc761e3bd +size 812443 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/202.png b/perception/cross_instance_discerment/attribute_comparison/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..a935adb7c156ddc3cd7009f1e89e1e76b797a458 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8e927b176c73438b5f16cfd81298f3b2218530cd7aded8a789fbe3b895baca +size 938058 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/203.png b/perception/cross_instance_discerment/attribute_comparison/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a1b040878e7f06e11375f8c2e6b8b096386fb0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f81f8d773eec48aac58d2614fba03e3797e1d5e1c3dd95759a18bb9fbdf2451 +size 903301 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/204.png b/perception/cross_instance_discerment/attribute_comparison/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..2da67d11ce0dfdfbc627052527739f009b17ecd3 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4889efe31713ae9d211371cba8bbb77811b6e4b813aa67ca211c41386e04112 +size 966869 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/205.png b/perception/cross_instance_discerment/attribute_comparison/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..74f3af66d4ca90dda3d7a1f20f49ebe3f6a69aa9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df826182ccad4baf12bebd6ade1c140031999d4ba4658d40ada355e7f1e9ffa6 +size 970788 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/206.png b/perception/cross_instance_discerment/attribute_comparison/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..25459146202e36c4a5b90149bec1514537965079 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f47e69ffee3e3276c3b03274a39eabd510683e59717f3f7d87a5c9501b9d7e +size 794325 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/207.png b/perception/cross_instance_discerment/attribute_comparison/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..1ada2d54e72239fda321069cf4d5d58a462dfa16 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc48d9a024c93ca2fb7f6c48714bd7a0e505bc9d5fd2168b97c7fa71a7720fab +size 816092 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/208.png b/perception/cross_instance_discerment/attribute_comparison/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..7acf91c957cf2fa02acde3511cbbef20d7e6562a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004c880f2263accaefe11a5d21fc81e82a8e31149bdd12e4d75dc783b040c2d5 +size 817463 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/209.png b/perception/cross_instance_discerment/attribute_comparison/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..132535e45d661817f45a97dd57fea730a740acee --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ccf4c73758545ee69daddec559962fdb287d6b2d9fa28041a72092c8d52f0c +size 901172 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/21.png b/perception/cross_instance_discerment/attribute_comparison/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..83ca781a9e8b7d51e796510123769fbd7c041d39 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97aaf86d163e4215f1ce69a4863cbf383532ce52f9763cba8754e8b630e09c8 +size 848905 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/210.png b/perception/cross_instance_discerment/attribute_comparison/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..482f966f97d5665746b0c814125a7223112da306 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4755c1235447588a566da9425c7ce7c33117504a6fcb38128eccf39fa218d4e6 +size 853440 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/211.png b/perception/cross_instance_discerment/attribute_comparison/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..88f0fe7fc78c87d6d02c6938fd4601881edf1125 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2bf9329ad20972ca7f5a93e16d74ba3f02854be9723c74414e32d1eb2afa3a +size 817304 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/212.png b/perception/cross_instance_discerment/attribute_comparison/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..9989b7bdb212bcd0f7f0b260bde61218bb6a79cf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceb6576d93cfbd56695ae5346cc7e374aa72cecb5e817470cafa4243807beff +size 871246 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/213.png b/perception/cross_instance_discerment/attribute_comparison/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9c995520bb9f049c3b3ae45cec71af12540f01 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c538b3350cadbda95a6cef26d6dc8a8cf8b884130880d47ba014faf9896903 +size 975838 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/214.png b/perception/cross_instance_discerment/attribute_comparison/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..21acb87895be98b9c83882733381693ce26f9dcf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c36e52e6615d6edc4f0187bf856b41ed36f617f83a880daa409d672020ba7e +size 792283 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/215.png b/perception/cross_instance_discerment/attribute_comparison/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..da28ff31d6335ad9451bc21b02881aa9136f8c37 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b871f3be158f61f1c4c44627c6cacd584d80747c784953ac99dd654f0a7fc0f +size 786523 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/216.png b/perception/cross_instance_discerment/attribute_comparison/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..049dd59f5bc533326112b0fc26536bdd37d843f2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a1e9e22762a64801eb76214b45a070fce76dc9157e89194baa74406f34c363 +size 833903 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/217.png b/perception/cross_instance_discerment/attribute_comparison/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..d75e5352f05da5cc07f432915ed1c6687033cccf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9a8ac851e4401518fadc94cf43ce9338caf84d20389bb54c6d222ddf26d885 +size 867835 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/218.png b/perception/cross_instance_discerment/attribute_comparison/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..17bd8d4f3b8731335c746c4e565861e6476b8c81 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79036c5db9e707d2e536f9dc6f1672c771b7d62491d4221f59aa495c20e69675 +size 789261 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/219.png b/perception/cross_instance_discerment/attribute_comparison/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..4fe966fdde255512a62ce0d39f34f956efc25ee9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af978c8dac0ed61746277bc7deb13aafd71ac3aaa5552297de9a080bb1e73ec2 +size 888912 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/22.png b/perception/cross_instance_discerment/attribute_comparison/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..6d8f23595b9c5b33f7b7e521e7ecc4b83d9655bf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb0b884d46e4a448765a6e3b6d6841a1810ab34bc91ef64d0902f7d19b60c4b +size 877736 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/220.png b/perception/cross_instance_discerment/attribute_comparison/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..5006e87cf64a1ec873bd803f75fe8d25b760f27e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07754e954cbca3635262b90cc52feac9369a2f299cc45f628d447be29d6d6638 +size 774439 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/221.png b/perception/cross_instance_discerment/attribute_comparison/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..4bba0e868ef87c081d462c26781b8cda5f50066b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c6939e5fe6ce94df69084f6c342df198e54d80aec2b2bad65306469c1639fa +size 875477 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/222.png b/perception/cross_instance_discerment/attribute_comparison/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5ba0ef80b2e4ce65c11371b3a6bef5c6a18f04 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c5a120e841e1ac30a9e906cbfdefb3908dac59c1c410b71f92912a79c52bb9 +size 892213 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/223.png b/perception/cross_instance_discerment/attribute_comparison/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..c91e95935e72d6af4411096be214560037a0ff9e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e6b3ff312729742fe46d929f77c47fcf5aa2f2d476562ffa3c62cf5bd69c54 +size 872201 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/224.png b/perception/cross_instance_discerment/attribute_comparison/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..18e3d774ab0b85f5bab50de87651b554f5deded4 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1392b265ac08ce99e770af14594b20aef8a6f7bf5f06d7e30b5ae27b09cfcc2 +size 777232 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/225.png b/perception/cross_instance_discerment/attribute_comparison/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..9789291cdac25d2e1968dcb6f48b7994b4c2100a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037846500e711882d136e262e8384e5ccfcdc8d709074ae101109571709c26a0 +size 849687 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/226.png b/perception/cross_instance_discerment/attribute_comparison/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..53f7719dc6522e0d32a0aceeef1ec03bcaf246aa --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ad0db4a10cda1aeb8903701bc9caff23a175fbc95253a0d5b47189b0a43d0c +size 838812 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/227.png b/perception/cross_instance_discerment/attribute_comparison/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..c640d2a00eb711211cc9241704c0147f93ca8233 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bea97a7a3444de9ab498cf5fb23241552f668370c39781e1244cc5fd5ced72e +size 788347 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/228.png b/perception/cross_instance_discerment/attribute_comparison/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..459a9e7be18495394e63b2823fbc27e757300eb3 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e461683a8f070a841dd2e1e203d50a2af9f0479faca9b5d058bae257f0cb133 +size 812454 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/229.png b/perception/cross_instance_discerment/attribute_comparison/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..d74b6277e8bb893b433bbb8462afe8c38e439e78 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6140732ece0101b82c07c87d15e01068468d86fb374e9433a8ac45448165dc +size 835262 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/23.png b/perception/cross_instance_discerment/attribute_comparison/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d158592290a4f3b92c226a13b4e3b7cd06578a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99062a40dab140dbf655b719d0295cc706ac911d0c9b921774e415060973ec85 +size 844011 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/230.png b/perception/cross_instance_discerment/attribute_comparison/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..5508c80b5d59ee22f86267992ec347f5ed81324a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355de67562668cd38cbfc614cf282e126fc033c36636c0258e8028299810b01b +size 775228 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/231.png b/perception/cross_instance_discerment/attribute_comparison/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..fca6fa4565409bb63895b35270be3eb4ad3cdbce --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25604e43ff2c7ff4c0d7b20b655b223ba97aaf32e55d92d6ddc6e658663f2fc5 +size 822408 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/232.png b/perception/cross_instance_discerment/attribute_comparison/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..2bef7d12a7248276bde7a679d25e7b5540bd68fe --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b70a8644a235d78ef1a68c2a35e74fab96d2810286e9b432e4b0187e651afd +size 858865 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/233.png b/perception/cross_instance_discerment/attribute_comparison/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..061b350647cb4e22b32be9ffed4d52c08259cfb4 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f050650215ebf584554c65ebe9f3479cdcbfc15aa194135b547a6ab6ffb6543 +size 666384 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/234.png b/perception/cross_instance_discerment/attribute_comparison/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ef3d44d0f6ebdcfdbc205356c41d72408481dc --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dce8e5841a87acdb8c7e920b8dbf15e0a99cf63ac5e8a96a9bc38bbc634076 +size 754206 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/235.png b/perception/cross_instance_discerment/attribute_comparison/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..979d92db18729338defc03558b03a1969aee649d --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea968679e8257a05686f1036a6f3c1d61f8aa74adc0a8bfc5081361759d5ccb +size 756292 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/236.png b/perception/cross_instance_discerment/attribute_comparison/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb8290baccf62bbc4e9022019d70842a772f9bf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e0813185522a697d7bf9e2c8c3a9b25adf80b485de541fceb0be625aecf46a +size 834186 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/237.png b/perception/cross_instance_discerment/attribute_comparison/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb3105b3bfddd113588a0069b7ccd8f677e7e23 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2602fd11e970fbe77f1a9ac7c3569ef4ff5ead24ba4109a52fdfd796660a740 +size 799201 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/238.png b/perception/cross_instance_discerment/attribute_comparison/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..a24fd91db0260ff9a1fb8b7633052101de6e384c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71269c4f9c93a4e4df0431711535e9f169454d869f0bea4340e7cbc1e6a61c23 +size 820303 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/239.png b/perception/cross_instance_discerment/attribute_comparison/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..d694edb2969220c15845a6fc68d8950e10e3cb72 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f74f4170743eb656ad5f132ea738e6b5ec0b097dd3ac77a76837a856689d85 +size 768216 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/24.png b/perception/cross_instance_discerment/attribute_comparison/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5e1e9b18765b9b2b9f707d3809425b244b741e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2d9fba87f86a4b402f544751d544fe856acb8015f9473d3c214bd1e097bf23 +size 711947 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/240.png b/perception/cross_instance_discerment/attribute_comparison/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..31917e1414dce6bd050507ff7c14c108d31b5c5a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4309fe89131022a1057db4a81d92d234a901df99d11baabdb76adc0bfc02e60 +size 721572 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/241.png b/perception/cross_instance_discerment/attribute_comparison/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..1f5b16423e1132527b4fb7836989df8441d07ce2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab360b198fd61b67e3360e95efb466bbd900a4544001d6097ae8cbbd9aad2eb +size 793365 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/242.png b/perception/cross_instance_discerment/attribute_comparison/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..e87a61991853b30de9393f0991130246a88aa7f0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f31f6391b17d7cfbf136e482a38ac2dce8785d9d1f45b95b1d60a036bf8c5 +size 821905 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/243.png b/perception/cross_instance_discerment/attribute_comparison/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..74d01fd3e1e65d76a9488bdfca39c097c4ebc3d8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ad07bd81836ecda08e50805380847b1d859dd7d52e4ed98a045dcd4ba9112 +size 786602 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/244.png b/perception/cross_instance_discerment/attribute_comparison/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..874e0c322ee734b08d77bc1f0e3435798cbb6908 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef3b0a7075e569b928a99c59f19d4488ca3221d8e6b9a92401dd0d80636765d +size 802863 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/245.png b/perception/cross_instance_discerment/attribute_comparison/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..9898abf4758a53220f0b98bc17e4972f7d61ca62 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c504b280c2d199b7e1d02ab1dc5eddbb00c29fd1ac2ab1b02f092571fa1f79a +size 774063 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/246.png b/perception/cross_instance_discerment/attribute_comparison/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..2c08e6e8766075d4e8bffc7f23598e0e33a2d0ff --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689f18d456fcf6d0e518a4a12b27db48be2a4e42f70106edabe890cbeca0a710 +size 818456 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/247.png b/perception/cross_instance_discerment/attribute_comparison/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..123f98f0f0567fbdb074b558d53e38ea6cb3287f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a68de2cb4606c8a02de4ca0e6d26ee89c37b5a850e498f0c52e2bf29b90e7b0 +size 750536 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/248.png b/perception/cross_instance_discerment/attribute_comparison/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5215a792ffe9521ea644fc4e7957969550ebf0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2975eaf595a12f9072bffdadc294260fe27366db72eec6de1e70c23981fea051 +size 836998 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/249.png b/perception/cross_instance_discerment/attribute_comparison/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..0a68f0dc86eb1d4caf5c2ac26a1ff663989ff4ab --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6cb16e0eab7d259f3fe5487ff0b76fb9ff213ee82c0c7ab7d8a897eaf873d9 +size 706803 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/25.png b/perception/cross_instance_discerment/attribute_comparison/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b4f7fd1c37ebc77c27bec0918287e207fb569b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354bac1613bea81be69e3a2a0ec6465d72de70653add1c37d62808a71d588a3b +size 760448 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/250.png b/perception/cross_instance_discerment/attribute_comparison/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..07a394057f076061cda288faaba79d384f9f7d67 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0b176a8656f27fbf30c4a7ca4db5ae13b5a3f4e8947e3f4b6fb065c401970f +size 764053 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/251.png b/perception/cross_instance_discerment/attribute_comparison/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..5b859dfad579c3b6481fec63bcce9811bdb7c278 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c5e8a05731ae6ee85de442121d8c3bc61e10603e0033d99aa26e98f669ac66 +size 721971 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/252.png b/perception/cross_instance_discerment/attribute_comparison/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..4a43dcb0db870367f5c7bda943b0b5e25985f887 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4a07af525162f9753608ab6d7ded09851c2ab84206f5c73b966ea3e21a32bb +size 840072 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/253.png b/perception/cross_instance_discerment/attribute_comparison/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..570d5366b3233dff8765c7abf741a7fbe84e34eb --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a68d4d5c00192dcdc4ffed0980c73eee75acc512eec686d7cde1e5425e6dd55 +size 760650 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/254.png b/perception/cross_instance_discerment/attribute_comparison/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..62581136816fb4f70631850f44c5db70d14cb4d6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbbcec7b46ee4419939a28408d9bf7298c0a0eaf797101e6c048c6301d22972 +size 530279 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/255.png b/perception/cross_instance_discerment/attribute_comparison/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..410144580b6a73d17853f4bd7a10da85ef6668b2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15c3efa200f6f76de41d7db28d2c9997208300bf65a96e5b3941cbfbe9b8e7 +size 788192 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/256.png b/perception/cross_instance_discerment/attribute_comparison/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..76c9f311bf5a301873b591327d6a31e766cd3ed2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b9069531a5df3c329f9db0db27a5a326140c09536d092229618ebc0d4435c2 +size 746671 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/257.png b/perception/cross_instance_discerment/attribute_comparison/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1d846b0e7b0f7b9aebaede4a71ce7cb5888db8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98939ddc4ecf9565a31b81e3f93b3001259eecf8a9c4e3fabe0703e954fc3255 +size 842446 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/258.png b/perception/cross_instance_discerment/attribute_comparison/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..d450ab943394a8ca5c95a69dab72efb13cce1bd2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d9c8a55dd8c34020069a7c26368003bc3c71c2d5fa86a9b5f56fe8aaba340d +size 832400 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/259.png b/perception/cross_instance_discerment/attribute_comparison/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..73aa3825d4029a3e31bd0eed9dbf8ab49741baf5 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5a30b5f1c53d70212fac7d65c4f7dcb294fd5b0f8d5a7f2fb4154272a1292d +size 793559 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/26.png b/perception/cross_instance_discerment/attribute_comparison/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..12269094b5c859244a4ea7fd6149ac98ee55f817 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c31dfa9070bfc74cb709309823e1372ea82ccbbef2231a4f5dd8a1283ca402 +size 796409 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/260.png b/perception/cross_instance_discerment/attribute_comparison/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..4499f2989d2611941e89eef486063b2990380e13 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f176a98c9a21c0477ef5ec187b22a778afd81d0e04e061de9000f43c06c5d3f2 +size 828126 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/261.png b/perception/cross_instance_discerment/attribute_comparison/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..b2abac1389e436054c4a83f49efce6fca4d9a13d --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a76f041e26b8785813bc954269641819bf39f7169423cb5e147767a1d7b64d +size 855579 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/262.png b/perception/cross_instance_discerment/attribute_comparison/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c6fd6437074367fb35fa86b35bc7ce47988998 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676b3f8ead7427dddd62aa3a5b96eb6d3562e279166744e4b5c19cb0feebaec2 +size 699561 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/263.png b/perception/cross_instance_discerment/attribute_comparison/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..6f885da58322c17540a564a99f63ab2bd4069df3 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c63cb359cc8588ebfcb3fc24fcdb7c60cf3e9e0a17d46175fa34fd8da95658a +size 933884 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/264.png b/perception/cross_instance_discerment/attribute_comparison/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..888860c4fa40887e8a261494e54aba419659b91a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef6bef66f7d89dd4df1f1e795d52186208cbde88bf266772bbce103e527b994 +size 803275 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/265.png b/perception/cross_instance_discerment/attribute_comparison/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..33a405429369769d084a7ce9dc521b2d85ef010b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499758204181196a3119b913c731eea64b90d92f3cc6419eb5eef078d5a84127 +size 643142 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/266.png b/perception/cross_instance_discerment/attribute_comparison/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..3eb5b3906895518c810ec1688117ecac978ab95a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55104b579bcd35195dede87e7dc7ad8acb572519877f67386ed884d652922c0 +size 644081 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/267.png b/perception/cross_instance_discerment/attribute_comparison/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..60a91fff8e8a7ab0bb964f030b2813c99a308a84 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a11516ea25aa2e2d5afe7767728bf903dcd906b36d41b345f9d2b280e63267 +size 711847 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/268.png b/perception/cross_instance_discerment/attribute_comparison/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..9edfda18c7ae6eb724e4a2ab44f87b5a290c6b51 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bce577f6955678917ad62a8d4ba5979c3f16bf19738d045065b1cf76b39498 +size 774267 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/269.png b/perception/cross_instance_discerment/attribute_comparison/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..2174aadb96f6048febdaec86fb726102ca4db548 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b725e6f5633901ffce1d52098e8b0cd57d9435318c024205bc43d9a03afc2 +size 840131 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/27.png b/perception/cross_instance_discerment/attribute_comparison/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ee4e3ec2d314f9226fc71acaaf242b5fc3fd5d --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df66b74db396dde02cf8ee8710c4da8beaf40f6282e8c987e4e607611f0f225a +size 895324 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/270.png b/perception/cross_instance_discerment/attribute_comparison/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ba0b2272fa1c3de4e5299e8f9e51b886e40fa8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968ce760fd54e2a64ca44f2c77f82b47a13dd207b046bd374eaed97dc6636855 +size 803896 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/271.png b/perception/cross_instance_discerment/attribute_comparison/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..56bfbc62fdab1ab1eb8714639a9357c2cad7f1f9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e8c1c79821e608a437f459302fef65dcd4330c8414e8a67c7c4e2017d19bee +size 810501 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/272.png b/perception/cross_instance_discerment/attribute_comparison/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..ef36cb42c289cb827185026d66bdfc30075479fc --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4422cc63fa4b60886ecf9e24155d8d500e42b533dd7c883e110c11a363f6ee37 +size 784330 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/273.png b/perception/cross_instance_discerment/attribute_comparison/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..1560598bdc0be56f4026a44f6e66a23a50f50757 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7520d36f1ff1fee355e050de6f727979c56cdd9c4b6229805b776fb6272e7e19 +size 833459 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/274.png b/perception/cross_instance_discerment/attribute_comparison/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..a467b668c1ac0125e23e4c2a410d6134dd68382a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0230acf25e349772775a961bac0a4594f899d11abcc0ebcaeae7604f1beef6eb +size 789499 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/275.png b/perception/cross_instance_discerment/attribute_comparison/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..d116b1003eb0cd6c90791aec69546b52adcaae00 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea6be2d2cff0b5d1b7de278818897f4cd3b9c3bb1f4d788cc7f35a1fbc9cd9f +size 852364 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/276.png b/perception/cross_instance_discerment/attribute_comparison/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..d3906533a3ee7960b416dfa64e20622b21cde6ae --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fb6bd33661ef835057c4e2780a56f74d4b93e62325f57fb79d466c4c67ab06 +size 765426 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/277.png b/perception/cross_instance_discerment/attribute_comparison/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..e577ec0a3251b86839e4e7154007667312643676 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba1871dd2f30794bfd53d07b7a23c1641435e4791ad084db1222539a8a7c162 +size 837899 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/278.png b/perception/cross_instance_discerment/attribute_comparison/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..0ddfac47df938ac8fa90a9030c4d18fc17cc9b40 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95cc77ec28fa2dd62d303d9298b4f367458a7a5c4bff01c7f9dc808332af4a0 +size 834894 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/279.png b/perception/cross_instance_discerment/attribute_comparison/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..e8428cb7ad04f0e2d6cc007536406c5a71cf3fc8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfb29d59b7197a04cdf6d1ae6c419772c45a96b69efc258e361c93bd68aeba3 +size 759292 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/28.png b/perception/cross_instance_discerment/attribute_comparison/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..5edf9d88f00ceff44c28f17dc61d47a9f2e25a5e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a265bdf7f3b97297d99184b22330e98edf98355dbd24b2b6a52a74cb5d233a8 +size 907534 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/280.png b/perception/cross_instance_discerment/attribute_comparison/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..b27bf02fd1f88a51d555a9e1b36693751d9488e3 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b2585f243a6e057e46023610659446b5ad0ef335ee8ee1258bcdd8ca3bd000 +size 783992 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/281.png b/perception/cross_instance_discerment/attribute_comparison/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..877b1a6918bcb53609e54372cee8b04fbcd52b33 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e61befbd2b406ec11224783080257beda25c1811b1d3bba1213b82f8ee4a402 +size 766443 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/282.png b/perception/cross_instance_discerment/attribute_comparison/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..ac3e919097abf90b71f8460d161952f5c8c6a4e0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097bd835af0c8fd087403df8eebc7895bbab0279bf0ea253edede9c86a679b17 +size 778778 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/283.png b/perception/cross_instance_discerment/attribute_comparison/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..202109bd88f8d7c0ffa7a283a52453bcddbd0127 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430887bc8be4e83897387b38af7e6a4be1fb4de5fb90e0d9cb2c13996713076a +size 766665 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/284.png b/perception/cross_instance_discerment/attribute_comparison/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..1f99b304728960d72438f6c955671ee0f0cf3d97 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6dfbd6c5c92aafaee9dafd9e2088ea174037c3e1013334975acea22056db1e +size 797874 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/285.png b/perception/cross_instance_discerment/attribute_comparison/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..958aac94ba66ea30b6666a98048f3bb123d97fbf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d51c86d941648ffbad6dcb016e02238cecfbca7e21bf4d9a5d9c9d7decbc9d +size 711902 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/286.png b/perception/cross_instance_discerment/attribute_comparison/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..f34d0c7370ca6f52894e7c180c580b147c0cdd5c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a677da8e7af92ab8d4a09f21514f0b2f1705595119167fdb9a6d20b80c0fe0de +size 872704 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/287.png b/perception/cross_instance_discerment/attribute_comparison/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0325e649e05807c6f32e1f795d352dacf48995 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afd3160c05f2f72fe4d2a1e4c7a043f159da6a5593f30b9ce869bc2eb8f58ff +size 827699 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/288.png b/perception/cross_instance_discerment/attribute_comparison/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..329228b0fa5584616fbd4fb31fcf865d6097ddac --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c44a5d6944c7c75a20263e74a29feb2e5e4374e3db07663c8c27bee25534ed6 +size 870998 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/289.png b/perception/cross_instance_discerment/attribute_comparison/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..139851d96595722a785ffe05a20d4cb308766edb --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccdb5fdb2d1994cc05b2b78c8a3b057da7fc1b8e2d61dfd589960cbbf866caf +size 749854 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/29.png b/perception/cross_instance_discerment/attribute_comparison/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..d70b178512ead833bb8a3a753ab441592e19355e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1d8a683e518759855187c0d490e65b62b367b4e3a3cd0798e769be46a5469b +size 826701 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/290.png b/perception/cross_instance_discerment/attribute_comparison/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..4f74665ee625bc91d032ad902416477fdce90254 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f284ff30a6f13bd90a343f6064cb7eaa3fff134cb2944f42d9b8b56fe17a18 +size 696296 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/291.png b/perception/cross_instance_discerment/attribute_comparison/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..11539c2f304a4636a3ebad7e5d040d7773a472ff --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4a53e3811d7bb9699896c2d0f69ff0cdbc5fe003bb815f58151304d841c21a +size 771572 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/292.png b/perception/cross_instance_discerment/attribute_comparison/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..7c67572fce8dc9fd78587dabe79a83e8d02d7706 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9350d6589eca9bba48a958297ad89c375cf09faede715ddb3dd9e6e5979841e +size 573344 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/293.png b/perception/cross_instance_discerment/attribute_comparison/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..d69404a1bc419c4847682246dad8d353edfdf454 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4318829b09e388d5a9d13854d0a2e52e7753fbb44b16d1e48d9926effc30c6d4 +size 763098 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/294.png b/perception/cross_instance_discerment/attribute_comparison/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..2e580e293fbb1757cb0c456aa5f69018d6635929 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72495e92d583934a36213622e131fd840ad8894ba0847e4463a0d1d5538e9b9e +size 669392 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/295.png b/perception/cross_instance_discerment/attribute_comparison/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..f25f7e1ecd87b9561965f79131c67fc7fe77337f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9241de003bdd824f12b3158abe9e6d8344f11cbe2b833aee428e8292a7751f5 +size 770783 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/296.png b/perception/cross_instance_discerment/attribute_comparison/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7ed05ab22522a12c14d6c977851aae3a79d8c1 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395752e36c8370e067ae5db88112a1293e18f13b9b50163083bb068011ddf800 +size 817391 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/297.png b/perception/cross_instance_discerment/attribute_comparison/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..ad621ce056e0dab5ead3344d7b7a1d6966be8875 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3034414a437e65df8eb212d0f026cd5d254c182156fa887398d5b399e81ab606 +size 815051 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/298.png b/perception/cross_instance_discerment/attribute_comparison/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..16ef8a96c08d455bc7b7237536de941ec71704ad --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7193aaf25536f785bc723807ebe6a301562a99b930f6b305963df9734834ee +size 859463 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/299.png b/perception/cross_instance_discerment/attribute_comparison/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..cd97a7dbe6c8555a8a071aaf601b22eb4ff911bf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eaa700d4502114e9443cf1d2b39ed0159cb791616771adb2dbb12aeef675e4 +size 842782 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/3.png b/perception/cross_instance_discerment/attribute_comparison/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9f13868f4f4e8ec76a028e5454f92db2526cd532 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675933e5d8d9464686642ef25392f55bccb8d1fc3ca1501d0ade0bb5615af6e1 +size 906966 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/30.png b/perception/cross_instance_discerment/attribute_comparison/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8bcec0783a91be33e9ca5345b8772828c65d69 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1eb02a74a3135200b78d50bba2a426834eb23ececa18a580ddcfc0da8a1ebc +size 792633 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/300.png b/perception/cross_instance_discerment/attribute_comparison/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..37f53eb744fe891c9bc42975d728cf622cc697b7 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe44f4fd6d39104beb3d78241fa2d7165a958908ea8191e2a88a3cd9385c9e60 +size 875907 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/301.png b/perception/cross_instance_discerment/attribute_comparison/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..6d02b64ff958846095e5d81c6902304d75498d21 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee3111308047ce89d18f8285b424d41dc9b050707da37a30197b56da5b80871 +size 849375 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/302.png b/perception/cross_instance_discerment/attribute_comparison/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ab2c209b7c239aae1b912d8585e216e7ee58b7 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e68d20c699f616d3b59d04ef8973fe4109a32017d8d7df916ada3d7570d4e1 +size 838093 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/303.png b/perception/cross_instance_discerment/attribute_comparison/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..a22f7ca80e201565dce8bb1324080f20598a6902 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301abdb6061d9d222c444605ebb75af09181ab2682c630bfc1dbb754f2844696 +size 819725 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/304.png b/perception/cross_instance_discerment/attribute_comparison/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2854a6224e3256ecd96b5222bf40066e32f641 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7263a81300ab81f4c2afef6f109ec256be8a392166ec1144cba15a587aeec0 +size 828768 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/305.png b/perception/cross_instance_discerment/attribute_comparison/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..baebc206a32e56d799d16cb8fdefa6d015a9a5f0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c4b5bd37cf09ee74afdd3b8b8bacab1073b84a5a029137d3a61494ef8fbbbf +size 838724 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/306.png b/perception/cross_instance_discerment/attribute_comparison/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2503a11551f1382b068a166ed2f545065aad45 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33237e5742740ee28c795e211897940370cb792e8c989358b97cd3173e1fa1bb +size 697223 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/307.png b/perception/cross_instance_discerment/attribute_comparison/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..447b0eaad8f60890413c94835af1191137eb3aff --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871a9ef8eafe28cd03caf31a26654dd08d0325852a75b08f9a0221ecd1f055da +size 816885 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/308.png b/perception/cross_instance_discerment/attribute_comparison/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6f740da5b75391706fe4c29c5e1acd03a596a2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d70d75cffcebda8a3945a1a7f466e533d498d509a989b9b98600620e1b9608 +size 750415 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/309.png b/perception/cross_instance_discerment/attribute_comparison/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..aa11b7f74d935d5985633ed8e1e9f8deadef6f64 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476769f31d826774e56f42c893a680a52936e0030b1560470236da713392a93a +size 839879 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/31.png b/perception/cross_instance_discerment/attribute_comparison/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..204fcf73aa8e7c6d9d733d31215bdb0d8d7da117 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1914f0b571a355b1a405cb3ef3fe8c4d3eeb185eefd93e543a3ebc08691fa6f4 +size 790325 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/310.png b/perception/cross_instance_discerment/attribute_comparison/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..85baff0db369d315381ed7af9c94095dc67eb303 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ad60d7a57d8f76f37b2b12847bcbbf438d2115cade66602047b2c608a12be6 +size 802753 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/311.png b/perception/cross_instance_discerment/attribute_comparison/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..95fe7930aac1d7070bea6545b133d757a643396f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b044bac2887eefb36216af304ca5426bd5b4b0de6fb692827d79367a1df6cf3 +size 759798 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/312.png b/perception/cross_instance_discerment/attribute_comparison/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..c470cb0f663bd9357b801bd047d17bd3044e8804 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db82ec764c0a673b1deed929f9ed09b9d073bd510dba3ff35beee319e9271a56 +size 717528 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/313.png b/perception/cross_instance_discerment/attribute_comparison/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..fd31b556724287c1b25b3835a2dfc6353c7c9ba6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f13808fb095e8d0b55f895d0e34186c5fbf347ec873f536ce657883bf88d88 +size 829347 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/314.png b/perception/cross_instance_discerment/attribute_comparison/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..c70aea95eaea7cb22cd85f84adc4cbbc2e5a5195 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa55b5213eed1f7e653a31d7680f781b239201e4fd4fb2636cf8b9ef2b462ab +size 778078 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/315.png b/perception/cross_instance_discerment/attribute_comparison/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..41bbd91c168fc781e0d7a14e0fa56f1a177734ba --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f59426dabdad9bba89d1e4ee806469826e0641e04eb174adb64bf6a9812e28 +size 757899 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/316.png b/perception/cross_instance_discerment/attribute_comparison/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..f1de377c4e158e02e783ba2075a5e4efdf0be93e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196edf66bb7a1f211415390c6b0ffd1c780fd88dc121f5fc9794a0a5c6f92380 +size 730506 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/317.png b/perception/cross_instance_discerment/attribute_comparison/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..0b424c2053f09bc1d8d75359bdbe2669c256dfaa --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9368130a4f1461112dc2af26a21b38b0daaebdbfb1f25516bca76f0232d7acf9 +size 712537 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/318.png b/perception/cross_instance_discerment/attribute_comparison/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..984dbb65df241bed38da6ec8a0975c5837ecc0ae --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2938e835a7e54a7c7812c56f45c6b7013c4387db770026209d83da5785e92180 +size 663552 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/319.png b/perception/cross_instance_discerment/attribute_comparison/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..efc851fe14ea68963544d6d215204a6c40d8e818 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2998318757f04dfc2d19b9b89bc1a7062d197390482a2fa8d231b845f9000e2b +size 718452 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/32.png b/perception/cross_instance_discerment/attribute_comparison/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ce76235b0b1ff259073e1ddb699685b11d6b9f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8ab50e7333dce837e7f151f833b97fd5a23581932bc8b1810326ee4a4ad73 +size 854199 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/320.png b/perception/cross_instance_discerment/attribute_comparison/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..d02f8d7e6a1f7361987f24c3550849bf437450be --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ad99a5b9afce1a6f70e7c26a0f68a5ea236aedd8b8966e6f8d174854bb6c5e +size 822280 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/321.png b/perception/cross_instance_discerment/attribute_comparison/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..3d88e745459c16552216e052132146a92452f867 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9ea5f8ae8085e6fdab7db82c70775401db4a42de8f064c2d97782204e23278 +size 737527 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/322.png b/perception/cross_instance_discerment/attribute_comparison/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7344a748b593729a48c014c18133f54058853d --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916208cd13fddb16fd148e3242184e041fe6adc726a00f80808cabf6c6e9f1bd +size 749625 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/323.png b/perception/cross_instance_discerment/attribute_comparison/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..410f1f48b3915d9307a6c40c4584f27a592f2209 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3b64c2f65226dbd2cc93a758829cfdefc8987fed370193ea75f1fb25fc2648 +size 746662 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/324.png b/perception/cross_instance_discerment/attribute_comparison/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..ed10ca540956b51e69a0dd02d02157acd72da7cd --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9717ec552bfe7c1fc3e79c98a427120bfb290cb816e01d4291f04eb8ea0d4979 +size 807535 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/325.png b/perception/cross_instance_discerment/attribute_comparison/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..45cd8f7a25b59fbc70ffdd906f1e6e50e9e13a52 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e113bd4c7fb42f85fdd5fa0360a454d232b6249ad460ace49e7e996868cc36 +size 661647 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/326.png b/perception/cross_instance_discerment/attribute_comparison/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..b13b20ea67055961d9b1db40df00c831115bed67 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17005ca2aee5921a63baf307d0bcd30ccf1078d278b27ee81c720713e1ca838 +size 683619 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/327.png b/perception/cross_instance_discerment/attribute_comparison/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..36680d32dc2a1599792a1044fdd3ddc484a69f44 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094a13316a89f06f2635fc730b0d4e9d597b04a739d3c5c21bde2c1a90acd210 +size 797073 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/328.png b/perception/cross_instance_discerment/attribute_comparison/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..a3486ec680bba9ba762464844d56fd4605fa699b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69217cb7aed8b8cf61b21880e468d8503065d6039d10df2695d8ffe6e878c5f +size 850804 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/329.png b/perception/cross_instance_discerment/attribute_comparison/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3eae284e859e6e565f3bd49de83cd9c60a232b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68c0bc000919ab6e1ae8dd1a1e00753a8e137714554f1b4c535be155ef9ce4d +size 828667 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/33.png b/perception/cross_instance_discerment/attribute_comparison/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a294c2bc3e087ada9a8a101e241005cea14395 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c501048aff5a317f9562fa3b71c5432d7198054827c129dc2e39cebd99b5c1fb +size 900904 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/330.png b/perception/cross_instance_discerment/attribute_comparison/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..d4c16ab352a26b9b4d649a719d9a326afeb284ad --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920450a673ffae853814c3ab14e180e9949346148695e786f2831756f8e4a010 +size 744259 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/331.png b/perception/cross_instance_discerment/attribute_comparison/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..4273a7725c4bc118da18244655a0bfaed60e2a57 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b724e5503f242888b75444cf907566d9eac434a6d623de6cec137988e1898bfc +size 690707 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/332.png b/perception/cross_instance_discerment/attribute_comparison/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..efe6b7a12a7ccfea6c8e8527fb36e977380ec13f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55b7d1eb0b91465b7cc299b5408456b39758b360cda32db5ee6902b1f4625a1 +size 767170 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/333.png b/perception/cross_instance_discerment/attribute_comparison/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..db6aee1cf34f374bcd8bf825505012909bfbf45c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28887e26f1a081f5842db9730a2903609b7f54683907c99f16808ddbfd43c26 +size 786585 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/334.png b/perception/cross_instance_discerment/attribute_comparison/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3a5e40ffecc2d923d3dda69b5a2b28077e6356 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492e5b1ccd291b64aa947b96466c15406c3ba49aefff36c512c38aeb46c0796a +size 843920 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/335.png b/perception/cross_instance_discerment/attribute_comparison/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..877d194d851127a61c8516a928436e773cb83296 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa880e55bcf69c3ef2847f2f9620670c2f17d832163f7e3b707c85482f881459 +size 746011 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/336.png b/perception/cross_instance_discerment/attribute_comparison/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..717418b0caabb158ea35c5a6518a9372763f15dd --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cf7092b73ab5434bcde55615026245b894518268eda8959c7849f5fa3ca18b +size 771470 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/337.png b/perception/cross_instance_discerment/attribute_comparison/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..dceeb243565a2b8b2970c6b7deafcd9490f92c5b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a1a0a45c3f8cb9986a77f90341c7e9246a942e967b54246d77de61c8dbae1d +size 748172 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/338.png b/perception/cross_instance_discerment/attribute_comparison/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..b73c719a8f350d430179a7b20ffd01c0f32e83ef --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f220e913a6dc3b8cfd804953742cfc111ea604ed1a225ac500e1732762784b +size 798675 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/339.png b/perception/cross_instance_discerment/attribute_comparison/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..b75cc0a7dc2663ba399adfc4dd2be6a59514fe0c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5a16aeb5b9f83083237304ed62b9db5d56801984b238ec698a533391032f49 +size 820214 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/34.png b/perception/cross_instance_discerment/attribute_comparison/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..60dc2bba91d442747d7c56eb027b5d6fafd87ce4 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367df7118a9d547770dbb0e368418ce9cfbebf10cb7484b8f45fa589a4b24dbb +size 763700 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/340.png b/perception/cross_instance_discerment/attribute_comparison/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..106c7617089b4d3b9d799f71dbe95de921663b49 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8f34f384b3cef0d210ca3d4b9483b9d82bbdbdf4d6b52db72c3d1d5ba876f8 +size 701941 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/341.png b/perception/cross_instance_discerment/attribute_comparison/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2d23f2014499b2d17d58562a8b80e7b48f636 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0198c0ddb124ddf2bc7ee110010f5b0988038692007eba1d3f818baa3e661 +size 663398 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/342.png b/perception/cross_instance_discerment/attribute_comparison/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c3a76fc9917002fd253d25c200819dae2faac9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77afde3b89f755b1250ab1a1e8365cd97ca7539d16a9afb757137abc6c580f7 +size 640960 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/343.png b/perception/cross_instance_discerment/attribute_comparison/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..7b200062175e6fd581d76e31ba8bb05347a26e85 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fca0ca86d10a5d1397b6a4c9325339d3550e01553a23bbcfc82b28499b90dca +size 773217 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/344.png b/perception/cross_instance_discerment/attribute_comparison/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..3ddda17d3dd3bc3cbc5c9f41f75e45afd8d664b5 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372232ef76647f4917788cee9056beffdf7f52787106c5e223f617265663f63b +size 811976 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/345.png b/perception/cross_instance_discerment/attribute_comparison/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..1adc16e596a0b7c1378e6e808e0afcf0076f3174 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a950bf1fa06044ae7e63833500462531f1b6e87f0e2a8ede23254bcd6f4215bc +size 833236 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/346.png b/perception/cross_instance_discerment/attribute_comparison/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..0d06e8b7ec9e643a2d0f0bb380b06c4e92ace798 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c84898d0603be4b2abf057272483db21a0baf79d19b348da6bc8a5ef8ae1725 +size 771435 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/347.png b/perception/cross_instance_discerment/attribute_comparison/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d6f96a8a1db8c5ad93d58b5b5c3fe7deea0760 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77afa2485bf602d770a693c73d0c147b7fd36e5a7c21dc1d80f1c67bb334aa3 +size 789904 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/348.png b/perception/cross_instance_discerment/attribute_comparison/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..7be4a1a78e8f6dc2406cd505b01a4a0f87bf7348 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10474ebce2f804419cb10d75b75c83a7758c53350f857e819016e32419815f0 +size 782054 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/349.png b/perception/cross_instance_discerment/attribute_comparison/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..c95527e17cd39dd783e854fcbea02e1d8786b2f4 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91241dbe5de357fddd5011c74cff6f13c276e51211353c7e68465fc17e43430d +size 900496 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/35.png b/perception/cross_instance_discerment/attribute_comparison/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..95a708f38953ddccecc42e2639948d150b9ea2a0 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab55d7b94e85612a4e1d73bef937e825f4b724bfecdf539edba3f5157721c91 +size 844103 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/350.png b/perception/cross_instance_discerment/attribute_comparison/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe1342e5293bdc85ba31e85cd442a1372ae3bab --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5a3bc4109a859b8e342259feaa1aeb3509372ec4b5e2140599ce8b8974961a +size 733910 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/36.png b/perception/cross_instance_discerment/attribute_comparison/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..1755948b054a11ad0d8e36157dcd05107666bcab --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a836af65d1f73b7580234238568a5f008800c37419bb34a573a76ead1dd576 +size 821030 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/37.png b/perception/cross_instance_discerment/attribute_comparison/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..d9dbb09061376c96d9ab0090df6889eece290e70 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7301ae15aa349e8b273a1a902bfe463105a41ed3eb5003eb7cd29b1a55d063b +size 806947 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/38.png b/perception/cross_instance_discerment/attribute_comparison/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..49d4874b9734a29eb500dbd7fabcbc87eeb21745 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158c86838b5b1b2c2a74a6bcf0673b4bbb0ed4406ed87bba8e6389e52a386edd +size 790569 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/39.png b/perception/cross_instance_discerment/attribute_comparison/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..f79c766963aeea8812aa74f2f5b1b5f8703e22b7 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e950ac98ac1ab1fa4f15bca68ebb2a89f258e7ae6f5cb80da92048086fd66145 +size 766324 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/4.png b/perception/cross_instance_discerment/attribute_comparison/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..0e42f6d71ef35892da3360c967daef96a40da760 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7119bf04ed25b35c2aa0d567a6d23e91207715abbc0da6f20338e0606e0c1062 +size 856797 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/40.png b/perception/cross_instance_discerment/attribute_comparison/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..88bcabf1182bfa1101bcb267ee416d1547103d8f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b81c8b1d39ec409ad4ba5105bdd49be49c901a012ebf75fd4ee21d4a70756aa +size 787801 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/41.png b/perception/cross_instance_discerment/attribute_comparison/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..92c84ae52201955c5c036756874d4c2eea9fd9b2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a630747f3011b226a6b857ed07ef6a796140d3c234a1846c9606477ac635f86 +size 849109 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/42.png b/perception/cross_instance_discerment/attribute_comparison/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9783e95e3a2005292166cebe388da9278af0b2 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8db23652277b4ecd405730334c527b55d75bd12854f2b14fe787109d1c83cf6 +size 833511 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/43.png b/perception/cross_instance_discerment/attribute_comparison/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..057699a127c5d3f83462174b716419d6ccdf8dbc --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2657b37aaf3d8ebb20d013b03798b2f6432251ed3cc3a03c3d32ac52681409 +size 852462 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/44.png b/perception/cross_instance_discerment/attribute_comparison/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf3d251be0bfa5f84e17d6c15332ae2f756e9fb --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d4a8764df24a3c4e5c7c5f2abbac9c17a5a84590cdac88b086c1ba8fe57e1f +size 815695 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/45.png b/perception/cross_instance_discerment/attribute_comparison/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8f584a993d566768affe02057db6c8e2e5f292 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d931ff38c4187f0f28e52bc1880c39249fc2c23bc391c501965a6a1671cff8 +size 845425 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/46.png b/perception/cross_instance_discerment/attribute_comparison/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..64f9fc780c7a57a7a607ec3ffa2fb1ccbf4725cf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7976ede7ec3a69561990d02c927d295b5d5fac09647b57ad45544ceaab444cd0 +size 860284 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/47.png b/perception/cross_instance_discerment/attribute_comparison/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..f73f54f1e21d9c1702d35bdd147aa47a66095156 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a7eab527dc6ce143f73d90d5eecd92835575737bf90482b3f0e380a0398a71 +size 770893 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/48.png b/perception/cross_instance_discerment/attribute_comparison/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..0273028e89fd3b14d90791f22df993a382f5436e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3035fa4424894505902cb9d86058f3bb4f52b5f07bf5ad584498d34b84e4a0a3 +size 835114 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/49.png b/perception/cross_instance_discerment/attribute_comparison/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ea719915cf617c3d86a2d31a9d68ba8aacc1ab --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f4426c6508afa533201b5b3d626625cc54dc5b7da77b687c7534d1ef1199cd +size 800909 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/5.png b/perception/cross_instance_discerment/attribute_comparison/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..847aea422b0baad9cec93a86025cc22394b32808 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bb5eb88b76712e68bdc3babcf792d7b245d3b59677c1ac1e00b135a0dbe94d +size 874489 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/50.png b/perception/cross_instance_discerment/attribute_comparison/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..8be1c15dfa652a92900028cf694a53e725fed80a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ce3d273237db36252919a139a8beaf539fc8c3761e40fae2b80223ab36f41b +size 769172 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/51.png b/perception/cross_instance_discerment/attribute_comparison/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d57467be4558b2d8d81e98894bab99183f95a5 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31610d8d3bd1870d9eb9ad66fbe7bb811b0a92e5ff875e3978da3b2cffc49d55 +size 962305 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/52.png b/perception/cross_instance_discerment/attribute_comparison/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..88073fac04ad7f01a49ac0e9001f197e6c64a83c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72b309cb63caba34eeec426b8849a88099b283c87433b8bd068c4ddb82802bb +size 798367 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/53.png b/perception/cross_instance_discerment/attribute_comparison/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..3823b185cedfbadcdf0eb23053d31a77139c57a6 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bdada9c879b3a5dcb4c88971e28e8b32e168736d1c0e646c04ebcdce64221 +size 804838 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/54.png b/perception/cross_instance_discerment/attribute_comparison/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..ddec4f4db678a46e25ce33ae6343a1f749a8fb5c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec89a4955437ff8675dd787315b3230925ecf8877e88f8e9ddacf5929ad17455 +size 898234 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/55.png b/perception/cross_instance_discerment/attribute_comparison/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1a7ad18b64bfe781e488abe01e766bfc7cde0b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6281e8df77a30b64d05393d8ca72b8d1f83f58dbf039b26b5f5d135cf353a90 +size 868827 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/56.png b/perception/cross_instance_discerment/attribute_comparison/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..d131a109ab9cd5f1df9d43d3676088bd9cd1b931 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36195ae39434cfbe570313076b1e18d247b18eda5972e6693f9b8676b82a9752 +size 853953 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/57.png b/perception/cross_instance_discerment/attribute_comparison/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..74421150c71519ba43942004fa3b625be4e925e8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbad50a6428d712ba7cb0d6c5314e5947569d9c9283364fc490c7b4cdda882e +size 812234 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/58.png b/perception/cross_instance_discerment/attribute_comparison/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b913351b1f4dc84a14d8cb884df0f04420dd36 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed77ef71320c21316522bdd9c8904a0811fef5db7e63a041178c3c4b29140827 +size 875503 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/59.png b/perception/cross_instance_discerment/attribute_comparison/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..4726c7608f8da983e9bfea3fd1449f1832bc1748 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d18f4c82a085beca47c29473fefa03cc6db5d857f84533ec75939a228096ca +size 831735 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/6.png b/perception/cross_instance_discerment/attribute_comparison/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a6e1813557134ba64bcb74b7768929a4f7e511 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ab5b49d9367b99d6f24bbc9d521c804383454b0f6e7361546da83ddeae3b2c +size 891931 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/60.png b/perception/cross_instance_discerment/attribute_comparison/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..6f034f5d09728f47157f3dfc9e369b132bc6b382 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37769816fc6db78b8dd9ebf99ab30b2939322579655cd3971f0e47a8ba9124 +size 867515 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/61.png b/perception/cross_instance_discerment/attribute_comparison/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..263001f460f316c1b6860bbd91ad375e525c499f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f62d2042566605b2e907813c54eb6c6b96d673b0a0b64dbe88851feffb8a0c +size 902768 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/62.png b/perception/cross_instance_discerment/attribute_comparison/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..71d8fb0880a4ab40a877af817b617ee4a86301af --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453b0caf93bc1208886dc5313e495421e0358564e874956c0e835a4465a69baf +size 876690 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/63.png b/perception/cross_instance_discerment/attribute_comparison/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..e59a1f17581ceb643c13e913c98b845844f59ecc --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cbbe8b3bc0f172efee54316bc5ab3492abc09fef85fc77aed3e929c0c9b522 +size 885664 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/64.png b/perception/cross_instance_discerment/attribute_comparison/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..c11c1ac1e165a3e165c8c0cb0e2924bef4a1645a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1d61d29114fd7b2b60ba5007edeac4e9490e9221ed0b8a53f25f6ec52734da +size 836946 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/65.png b/perception/cross_instance_discerment/attribute_comparison/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed45947c1ac429303414e532cbaabf5aec22948 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cb8468807b83502163b51e707796bca043b72b71d1cf6132f86b9eb6ea5485 +size 759240 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/66.png b/perception/cross_instance_discerment/attribute_comparison/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..b86a2f032c1c445153892f27bcdccf2dc731feaf --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf07f4acc43760f48fde4860941964c0165e12e96f25046f0354bded37902fc0 +size 917029 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/67.png b/perception/cross_instance_discerment/attribute_comparison/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7a5c41e0d249e4b9228b740fc350ce9382c5fc --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701a5b3adaead7a4d2b0c2b2ec6845b80564d2427e922cd1cb7b4d2603bb15ef +size 896055 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/68.png b/perception/cross_instance_discerment/attribute_comparison/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..f1b1a372adfd81d62da6178c9150d56586b97e2e --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bcccb6e7ca2aca27fe856f3e55e9c097240035956a53398d478737a2bff57a +size 873562 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/69.png b/perception/cross_instance_discerment/attribute_comparison/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf0365bdd33cd48d318708a83ad4a6f51dc896c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236bcb6967ec7e89e7e000cc20a93d55e306911495d187015107de7086c8c7cc +size 905167 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/7.png b/perception/cross_instance_discerment/attribute_comparison/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..b55881fb93c074618bc7d62787321cfceb667451 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ab1983bb030622323bfe24fd4429a69baf961aaadacc34c63d042dce78bc8e +size 827477 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/70.png b/perception/cross_instance_discerment/attribute_comparison/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..df683e44061a9b4a92d85194c0a0f106033d01fb --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc271f64ac2875b2843568cab0f2435ddc338f3147be3d39a90385b382e933 +size 827748 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/71.png b/perception/cross_instance_discerment/attribute_comparison/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..aa712c46a325431f3077249a78ea847ef6bf8c3c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ae385c58751200a48701b679a4d7ad4ebad2e04bd902676d3b3233a3328d24 +size 746864 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/72.png b/perception/cross_instance_discerment/attribute_comparison/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..bfccec07643893a85aa60c164520e97d53ab1da8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6354da07e9aca18acedc84fc36a68929ea3d67ba13290b9777bd7cf9ec332b +size 821102 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/73.png b/perception/cross_instance_discerment/attribute_comparison/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4385ddaca8ced933611b0b4162cd049ea33e41 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d300d6f8e787ea980a53473df2427dcb84f4a0ea5e47ede53949b1b6f5fd5 +size 816856 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/74.png b/perception/cross_instance_discerment/attribute_comparison/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..08c5b9ee014434fbd6de27c61e364f0e463058a7 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c001c0fd236be810419c0a12a2db2819e1bbff453770a603e0494f7880f2371 +size 877190 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/75.png b/perception/cross_instance_discerment/attribute_comparison/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..3c60b276a1e559c39e0c6fe79e8c8345b3f468d8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b988d820adbe83660f15640c094c8a3a6df060bcdc74336927d264e06a3507 +size 864776 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/76.png b/perception/cross_instance_discerment/attribute_comparison/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..b8df3f3ac7b4a88447b8b294be459343af37c350 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fae746d126871371ce29728be2f1a12ae1f80ae2c361a2ebe5b89d873ca662 +size 887555 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/77.png b/perception/cross_instance_discerment/attribute_comparison/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..720fc9fc2fbe2fd6cb6c748e4577d5df7837f3a8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8080739583aa623d8e70ee31653328bb1a877cd5a4769d06495d02ed9f074a73 +size 789551 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/78.png b/perception/cross_instance_discerment/attribute_comparison/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..7b026444bca12b5e1247effa84e30a040ba27501 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f5ddf0f0e8d2975e54b43a385d6055a90be8a4995a3ff9f1b1adf67569f492 +size 944712 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/79.png b/perception/cross_instance_discerment/attribute_comparison/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7f0cde3cd1e29037b2599b15fe96e2062a0d09 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b522fbf8370f2344bda1989e38d5c4c9b296f3c3965e9c81c0a10c90479e6d2 +size 881102 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/8.png b/perception/cross_instance_discerment/attribute_comparison/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..71b42ec19491360cfa3498b50b63277a0b8478cd --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537519bd2035762c4111c8b82bae9b3aa051f2fbed965c6a19e3623a6f2f0e0b +size 874327 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/80.png b/perception/cross_instance_discerment/attribute_comparison/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..8d1cd50d0ade53f2e69b832e42f84ffbc2d642d8 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94344f0cc6a8c87095c13f34e72a79ccb9264ec7276665f2aef330dfaaf51a78 +size 893792 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/81.png b/perception/cross_instance_discerment/attribute_comparison/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6921218398d59610245b336519f5fe4be17664 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d2a9e13cc877a29691e73d61b23c7905169be87c57d01a83ba9f6e0ff5a423 +size 839184 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/82.png b/perception/cross_instance_discerment/attribute_comparison/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e90c6688ab391e97778c7f529d95ccaef1251f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc626306e8ffb95411f14865a7d947656019142efb00e00a7365b5124de65456 +size 850865 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/83.png b/perception/cross_instance_discerment/attribute_comparison/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2d035b270017cf523718270af09e8b5aa66ce5 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db33822d99ad5f82fc8d5e06339bd2e5288d7a27fd3c4b2baa183416cf99f8 +size 813803 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/84.png b/perception/cross_instance_discerment/attribute_comparison/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..9d367b06ed9d5a2231edb7c4ef6fc51ff04f0356 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb6ab68acb9d90a054a43a3bd246e50e840585be7885a881f9e479dd0df0c7 +size 834255 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/85.png b/perception/cross_instance_discerment/attribute_comparison/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ea6123854c2e529892dea257914d3f69d64134 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc68b8c0b277a82c7ea4d7f919336eb94bfec90f05eddbc4719b56f56000ca5 +size 899887 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/86.png b/perception/cross_instance_discerment/attribute_comparison/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..0a71b5be3bb27215413867ecc470450b7a387389 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780d4e4d998af155f6951b4676644d41d552ff27bdd7add71c7c41c917478fca +size 901582 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/87.png b/perception/cross_instance_discerment/attribute_comparison/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..d505ee9ffbb809bcade34f79280f5de417934803 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32833f1f8a8dc6b8897ad296e06e93ccdccbe73311783ab7f83af54af191b5ea +size 854168 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/88.png b/perception/cross_instance_discerment/attribute_comparison/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..378f376acdeeaccf79ee38f557bf14e0f36157ad --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c330734a5f11b704c9e45cf85284a141ceed81160c241de861f298d8e3e03064 +size 829729 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/89.png b/perception/cross_instance_discerment/attribute_comparison/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..42721da8226304611d33904791a22c5c346e1a0a --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56edbe3eabd1f11d12b2badf077cafb19ed08cd4ef57c2d3ddfc7a8b61ab7b +size 887152 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/9.png b/perception/cross_instance_discerment/attribute_comparison/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..40d6cfe94e7f5e503a16c65c940b3baa1132c261 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15193f4be04e7982295151cc0e0a81aa6b261c57d0a148b9478280344207f057 +size 824948 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/90.png b/perception/cross_instance_discerment/attribute_comparison/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..10ff6e79e9dd01cdbd2c156a02cc4a5212be1cf3 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e98fc9e56099045afe5e573e8a354236c77479617b8a19bbc124f38dea5606 +size 813839 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/91.png b/perception/cross_instance_discerment/attribute_comparison/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..20fbd88a340dab7b8e64048e45104e9c53611b61 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca976601b46cdd0590612c0cce7d44ccd23ee65918ba572b56958f2b5eca070 +size 843382 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/92.png b/perception/cross_instance_discerment/attribute_comparison/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..52902985c42e856d8723b913f5fe3b9ec3f18b1f --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e889b70e559c6d95591ea1000f062dc87b919339704b59bfdc1b778896f69f +size 888875 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/93.png b/perception/cross_instance_discerment/attribute_comparison/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..40c03109026e8a7677760902d81f31fe1b7a9311 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f4a5cf2b4496b28df19566523c49e6f67112d4b5e16eca9dcd3435dcac3e28 +size 919545 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/94.png b/perception/cross_instance_discerment/attribute_comparison/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..796e90f6538e6a3bf2e9496fa170649d1492da7b --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f4d3800dad6249df4846d85883d33a9839e02a5930ea75e348f481419d7d4 +size 907451 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/95.png b/perception/cross_instance_discerment/attribute_comparison/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74e89bdc73b38861867fa83b71947746dae421 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26e202540575c036bbcc4e5f2477e6930ffca3e0adbaf67cc9e5f651dd15cb +size 908542 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/96.png b/perception/cross_instance_discerment/attribute_comparison/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2be556771d50a21d4320eb39ea635cb114a40c --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416b0c90f5d07f77883567354f747bd706fb370e1e6900fefc5c4bdfec5e2d13 +size 698784 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/97.png b/perception/cross_instance_discerment/attribute_comparison/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..a12b7e254662abf277b3d5c2b2ebeebf0dfaf9ea --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d03f82a2b732c5792d8918f5785c02ac39647daaddc3a712eff4d492c70340e +size 864884 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/98.png b/perception/cross_instance_discerment/attribute_comparison/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1c6ccb15045a39f30e2782ee96558db449cfa9 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9d62e48b2f8e799146d7e62c2280e8b9091ef9d2cc47ec22fef0edd591c12 +size 838192 diff --git a/perception/cross_instance_discerment/attribute_comparison/images/99.png b/perception/cross_instance_discerment/attribute_comparison/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6c20952759a90321a90b9616d6a0df2da83222 --- /dev/null +++ b/perception/cross_instance_discerment/attribute_comparison/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08c01f0f81767445636f3281e77be450001c5c79d713f37c0e392960fb91696 +size 812703 diff --git a/perception/cross_instance_discerment/change_detection/change_detection.json b/perception/cross_instance_discerment/change_detection/change_detection.json new file mode 100644 index 0000000000000000000000000000000000000000..b1a2fb4b2c5c42add791e1fe30d87219746e9661 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/change_detection.json @@ -0,0 +1,1202 @@ +[ + { + "id": "1865676a-3340-4784-bc0d-e942d75d49d3", + "image_path": "images/1.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Some structures emerge on the grassy area at the top right.\nB.Some buildings appear on the bareland at the bottom left.\nC.A few towers can be seen on the sandy surface at the lower right.\nD.Several houses are visible in the rocky terrain at the center.", + "answer": "B" + }, + { + "id": "9b8eed22-ea88-4b90-a9a7-a9ba92d53d12", + "image_path": "images/2.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A cluster of structures is situated on the vacant lot, adjacent to the highway.\nB.A complex of buildings is constructed on the bareland, next to the road.\nC.An assortment of edifices is established on the open field, close to the pathway.\nD.A series of constructions is developed on the empty terrain, near the street.", + "answer": "B" + }, + { + "id": "bc44f817-7c4c-4088-a565-c5df9167ca94", + "image_path": "images/3.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.A number of structures with blue roofs are situated on the grassland found at the top right corner.\nB.Various houses with green roofs can be seen on the rocky terrain at the center of the image.\nC.Several buildings with red roofs are built on the wasteland located at the bottom left corner.\nD.Multiple skyscrapers with gray roofs are located on the urban area positioned at the bottom right corner.", + "answer": "C" + }, + { + "id": "6c589b7d-a57a-48c1-9752-adc5456144a6", + "image_path": "images/4.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Several rectangular buildings with green roofs were constructed on the wasteland below.\nB.Numerous cubic facilities with yellow coverings were built on the empty terrain nearby.\nC.Multiple square structures with red rooftops appeared on the barren land ahead.\nD.A series of elongated edifices with blue tops rose up on the desolate ground beneath.", + "answer": "A" + }, + { + "id": "4f23b1f6-8bcf-44b5-9570-a7c1848c0cd7", + "image_path": "images/5.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Several massive edifices are located on the northern part of the view.\nB.A number of significant constructions are visible on the brighter section of the photograph.\nC.Some tall structures can be seen on the upper side of the image.\nD.Some large buildings appear on the top side of the scene", + "answer": "D" + }, + { + "id": "a222485f-03e3-48d7-b0ac-3995c2bf0b69", + "image_path": "images/6.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Multiple edifices were raised on the desolate site, accompanied by large equipment located in the newly formed vehicle space nearby.\nB.Numerous structures have been erected on the empty land, with a few enormous trucks stationed in the recently established garage adjacent to it.\nC.A variety of facilities have been built on the barren terrain, featuring several sizable machines parked in the freshly created storage area close by.\nD.Several buildings were constructed on the wasteland, with some large vehicles parked in the newly built parking lot nearby.", + "answer": "D" + }, + { + "id": "29d99ea3-4adf-4ebb-b63a-36f5ae3ea660", + "image_path": "images/7.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A parking lot was built on the wasteland, with several large vehicles neatly parked inside.\nB.An office complex was constructed on the empty terrain, with numerous compact trucks arranged in an orderly fashion.\nC.A playground was established on the deserted ground, filled with vibrant bicycles lined up systematically.\nD.A storage facility was erected on the barren land, featuring a variety of small cars organized in rows.", + "answer": "A" + }, + { + "id": "8d1618b2-2c5a-4258-b943-c76e67dd3925", + "image_path": "images/8.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A small structure is visible on the grassy area to the left.\nB.A tall warehouse stands on the rocky terrain in the foreground.\nC.A bright red house can be seen on the sandy ground to the north.\nD.A large building appears on the bareland to the right.", + "answer": "D" + }, + { + "id": "629562ca-5f9d-449e-bbf9-656235d3c30e", + "image_path": "images/9.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Dense housing with red roofs has appeared on the wasteland to the right in the scene.\nB.Dense housing with blue roofs has emerged on the wasteland to the left in the scene.\nC.Sparse housing with green roofs is situated on the barren land to the north in the image.\nD.Crowded buildings with gray roofs have developed on the desolate area to the south of the view.", + "answer": "A" + }, + { + "id": "9e16bdb9-854a-46fa-ac65-34bcbd99f5e8", + "image_path": "images/10.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.A sprawling commercial district has emerged on the vacant lot.\nB.A vibrant industrial complex has risen on the open field.\nC.A lush park has been established on the previously empty space.\nD.A dense residential area has been built on the bareland.", + "answer": "D" + }, + { + "id": "31e3f074-5c42-465a-99e2-b59193cff319", + "image_path": "images/11.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Some apartments are located in the empty region to the south, with renovated units in the middle area crowding out the older designs.\nB.Some houses have emerged on the open space to the left, with new buildings in the middle replacing the old ones.\nC.Several structures have appeared in the vacant lot to the right, with modern architecture in the center taking the place of the previous ones.\nD.A few residences are visible in the clear area to the north, while contemporary facilities have sprung up in the center, replacing the outdated buildings.", + "answer": "B" + }, + { + "id": "ea48050e-a4dd-44f0-b442-5be72477985e", + "image_path": "images/12.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Foliage has emerged in the mid to lower regions, and the waste ground in the upper section could have been repurposed for commercial use.\nB.Green vegetation is visible in the central and lower sections, while the barren land at the top could have been converted into a recreational area.\nC.Greenery has appeared in the middle and lower parts, and the wasteland in the upper part may have been transformed into a parking lot.\nD.Lush plants dominate the center and lower areas, while the desolate space above might have been turned into a sports facility.", + "answer": "C" + }, + { + "id": "e70a9efb-8945-43a4-9b62-5d4009be130d", + "image_path": "images/13.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.A small cottage has been built on the barren land, with brown soil and scattered bushes in the vicinity.\nB.An impressive skyscraper stands in the urban landscape, with colorful landscaping and blooming trees around it.\nC.A large building has been constructed on the wasteland, with grass and trees appearing nearby.\nD.A tall structure has been erected in the vacant area, surrounded by vibrant flowers and shrubs.", + "answer": "C" + }, + { + "id": "70c9d65a-1f94-4356-aa57-ba50a26eefdb", + "image_path": "images/14.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Various apartment complexes are located in the brighter section of the photograph.\nB.Several commercial structures can be seen in the top portion of the image.\nC.A mix of housing developments is visible in the northern segment of the view.\nD.Some residential buildings have appeared in the upper half in the scene.", + "answer": "D" + }, + { + "id": "106ffe51-0ed6-4e95-b67d-1ee3c3a88767", + "image_path": "images/15.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Multiple cottages with green tops are situated on the barren area near the freeway.\nB.Several buildings with blue rooftops have been constructed on the vacant land adjacent to the roadway.\nC.Several houses with red roofs have been built on the wasteland beside the highway.\nD.A number of structures featuring yellow coverings have been established on the deserted lot alongside the main road.", + "answer": "C" + }, + { + "id": "9df383da-9e68-48b9-ae54-42c247b3760d", + "image_path": "images/16.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Several cottages with red roofs have been constructed in the field adjacent to the river.\nB.A number of buildings with white roofs are located on the farmland next to the street.\nC.Several houses with black roofs have been built on the wasteland beside the highway.\nD.Numerous structures with blue roofs have been established on the vacant lot near the railway.", + "answer": "C" + }, + { + "id": "b6ae0591-7053-4dcb-adaa-b7e1d03c0076", + "image_path": "images/17.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.A vibrant park has been established on the unused plot at the lower left area.\nB.A dense residential area has appeared on the bareland at the bottom right corner.\nC.A bustling urban neighborhood has emerged on the vacant space in the upper left corner.\nD.A spacious commercial zone has developed on the uncultivated land at the top right section.", + "answer": "B" + }, + { + "id": "e8fd1785-d0f8-41f3-8e5f-c04143459efd", + "image_path": "images/18.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.A sprawling industrial complex has taken over the desolate terrain, filling the majority of the landscape.\nB.A dense residential area has been constructed on the wasteland, occupying most of the scene.\nC.A lush park has been developed on the former empty lot, covering a significant portion of the image.\nD.A vibrant commercial district has emerged from the barren landscape, dominating the entire view.", + "answer": "B" + }, + { + "id": "d1b6bb97-f112-46a4-a258-d4d036d43821", + "image_path": "images/19.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.New tall structures have taken the place of the old low-rise ones.\nB.Contemporary facilities have emerged in lieu of the previous empty lots.\nC.New dense buildings have replaced the old sparse ones.\nD.Recently constructed vibrant skyscrapers have supplanted the aging, dull buildings.", + "answer": "C" + }, + { + "id": "85efb57d-c3ad-446d-b37a-fe47c78e85b5", + "image_path": "images/20.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Two buildings with red roofs appear at the top right corner of the scene.\nB.Two structures with blue rooftops are visible in the bottom left corner of the image.\nC.A pair of skyscrapers with white facades can be seen in the upper left section of the photograph.\nD.In the center of the scene, there are three houses featuring green tops.", + "answer": "A" + }, + { + "id": "dfdddbe0-8b8b-4ee6-8510-74e279ddb248", + "image_path": "images/21.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A large building and a road have been constructed in the scene.\nB.A bright red structure and a wooden path have appeared in the landscape.\nC.A tall skyscraper and a pathway have been built in the area.\nD.An expansive warehouse and a gravel road are now visible in the environment.", + "answer": "A" + }, + { + "id": "8a4118df-eb20-4d69-aeb8-a0af2c30846f", + "image_path": "images/22.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Dark shrubs can be seen at the top left corner, while a small structure has developed in the middle.\nB.Green trees have appeared in the lower left part, and a large building has emerged above.\nC.Bright orange bushes are located in the bottom right section, and a wide plaza has come into view to the side.\nD.Yellow flowers are blooming in the upper right area, and a tall tower has risen below.", + "answer": "B" + }, + { + "id": "9a521275-0052-4f31-8ccf-cdda56c3f38d", + "image_path": "images/23.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.A facility alongside a dirt road stands out in the environment, where a few vans are stationed in the lot.\nB.A building with a parking lot appears on the bareland, with some large vehicles parked inside.\nC.A structure with a grassy area is visible on the landscape, featuring several small cars parked nearby.\nD.An establishment surrounded by trees is situated on the terrain, with numerous heavy trucks positioned on the premises.", + "answer": "B" + }, + { + "id": "7f949f25-2b70-44bd-bd24-9c5ca55d2086", + "image_path": "images/24.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.All the wasteland has been replaced by a dense residential area.\nB.The entire deserted terrain has been converted into a vibrant park area.\nC.All the barren landscape has been transformed into a bustling commercial district.\nD.Every stretch of unused land has been turned into an expansive educational campus.", + "answer": "A" + }, + { + "id": "04cc0ea6-a230-4d3e-b6d7-fb16937b4110", + "image_path": "images/25.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The open space has been replaced by a large area of forest, and a building appears in the center of the scene.\nB.The open space has been replaced by a large area of grassland, and a building appears to the right of the scene.\nC.The open space has been replaced by a large area of sand, and a building appears to the left of the scene.\nD.The open space has been replaced by a large area of water, and a building appears behind the scene.", + "answer": "B" + }, + { + "id": "6eb3c650-6061-4aea-8793-6e9027da206f", + "image_path": "images/26.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A modern facility with an outdoor area has been constructed on the empty lot.\nB.A large building with a parking lot has been built on the bareland.\nC.An expansive complex with a garden has been developed on the cleared ground.\nD.A tall structure alongside a green space has emerged on the vacant land.", + "answer": "B" + }, + { + "id": "d0ddb796-2cbf-4bd7-b2bf-45683ff13edf", + "image_path": "images/27.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.A small structure can be seen in the bottom left area, while a river is located in the bottom right area.\nB.A large building appears at the top left corner and a pond apeears on the top right corner.\nC.In the center of the image, a tall tower is visible, and a field of grass is situated in the upper right section.\nD.A sprawling park occupies the bottom right quadrant, and a cluster of houses is found in the top center of the image.", + "answer": "B" + }, + { + "id": "dcaeb4c3-8590-4cc0-af59-b7b1469d4fa9", + "image_path": "images/28.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.A tall structure dominates the left side of the view, surrounded by numerous bicycles clustered around it.\nB.A large building appears in the center of the scene, with plenty of small vehicles parked nearby.\nC.A compact house is located in the foreground of the image, with a variety of motorcycles scattered in the vicinity.\nD.A wide warehouse stands prominently in the background, with several colorful trucks lined up in front.", + "answer": "B" + }, + { + "id": "9e10a795-b096-4935-81c0-083bcad492ea", + "image_path": "images/29.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Two extensive structures have been built on the empty terrain.\nB.Two towering skyscrapers have been erected on the vacant lot.\nC.Two very tall buildings have been constructed on the bareland.\nD.Two massive towers have risen on the unoccupied land.", + "answer": "C" + }, + { + "id": "0d410206-c599-4865-9815-ec0a220009e7", + "image_path": "images/30.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The parking lot has been replaced by a complex of buildings.\nB.The playground has been converted into a bustling shopping center featuring bright storefronts.\nC.The warehouse area has turned into a modern residential community painted in warm hues.\nD.The open field has been transformed into a vibrant park filled with greenery.", + "answer": "A" + }, + { + "id": "4df4efe3-4f93-4147-9452-37a894c6d5a7", + "image_path": "images/31.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.An updated viaduct is now visible in the image.\nB.A modern bridge has been constructed in the area.\nC.A recently completed roadway has been added to the landscape.\nD.A new overpass has been built in the scene.", + "answer": "D" + }, + { + "id": "2cabf0e9-eaf9-418e-9a61-d23824d03ef9", + "image_path": "images/32.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A few highways were established in the desolate area.\nB.A couple of roads were built in the wasteland.\nC.Multiple trails were constructed in the empty terrain.\nD.Several paths were created in the barren landscape.", + "answer": "B" + }, + { + "id": "34b26375-fa67-42f4-badf-d5af56bd843c", + "image_path": "images/33.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Various highways have been established in a rocky area.\nB.Several roads have been built on bareland.\nC.Multiple streets have been created in an urban environment.\nD.Numerous pathways have been constructed on grass-covered terrain.", + "answer": "B" + }, + { + "id": "1fa89cb2-d6fd-461d-b97b-1b4629dbb31c", + "image_path": "images/34.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A railway track has been laid down in the center of the bustling city.\nB.A new road has been built in the upper left corner of the wasteland.\nC.A large building has sprung up in the upper right corner of the forested region.\nD.A vibrant park has been established in the lower right corner of the urban area.", + "answer": "B" + }, + { + "id": "e2b3c194-826e-4ef4-b170-04e506ac888f", + "image_path": "images/35.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Two storage tanks appear on the bareland.\nB.Two storage tanks are located on the dry ground.\nC.Two storage tanks stand on the open terrain.\nD.Two storage tanks are visible on the grassland.", + "answer": "A" + }, + { + "id": "436f6da6-c0f1-4734-906b-70df84c99622", + "image_path": "images/36.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Two water tanks and multiple facilities are present on the empty ground.\nB.A pair of reservoirs and a few houses are seen on the open terrain.\nC.Two cylindrical containers and several structures are visible on the dried earth.\nD.Two storage tanks and some buildings appear on the bareland.", + "answer": "D" + }, + { + "id": "00fb4d59-f79a-4d9e-813d-58bc12109a0c", + "image_path": "images/37.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.A parking lot has been built and some vehicles are parked neatly inside.\nB.A garden has been established, and various flowers are blooming beautifully throughout the space.\nC.A sports field has been created, and multiple teams are practicing their drills enthusiastically on the turf.\nD.A playground has been constructed, and several children are playing joyfully on the swings.", + "answer": "A" + }, + { + "id": "f4c9c4b3-127c-46ac-9f95-b4a613068985", + "image_path": "images/38.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.An open field with various cars arranged orderly is situated on the undeveloped land.\nB.A vacant area featuring several automobiles parked methodically is located on the barren ground.\nC.A parking lot with some vehicles parked neatly is built on the bareland.\nD.An unused lot with multiple vehicles organized in a tidy manner is established on the empty terrain.", + "answer": "C" + }, + { + "id": "355fd292-52da-40df-b2d7-45e346924066", + "image_path": "images/39.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The quantity of storage containers has significantly decreased.\nB.The total number of reservoirs has notably diminished.\nC.There are far fewer storage silos now than before.\nD.The number of storage tanks has become much smaller.", + "answer": "D" + }, + { + "id": "d07177f5-24d4-4d0d-92c8-f68338482d9c", + "image_path": "images/40.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The water reservoirs are no longer visible, as a shopping center has taken their place in the foreground.\nB.The fuel tanks are absent now, having been transformed into a green space at the base of the photo.\nC.The storage tanks have disappeared and a parking lot is built at the bottom.\nD.The storage silos have been replaced by a playground at the lower part of the image.", + "answer": "C" + }, + { + "id": "00d85c32-7c30-4338-bea7-c1458e4fe203", + "image_path": "images/41.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A newly paved path meanders through the lower central area of the image.\nB.A new winding road is constructed in the upper middle part of the picture.\nC.A recently established circular route appears prominently in the bottom right corner of the picture.\nD.A fresh, zigzagging highway has been built in the left upper section of the photograph.", + "answer": "B" + }, + { + "id": "ce063057-99f3-40fa-91ec-7122a56d7298", + "image_path": "images/42.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Several streets and a traffic circle can be seen in the southern area of the landscape.\nB.A few routes and an oval junction appear in the foreground of the picture.\nC.Some pathways and a circular intersection are visible in the lower section of the image.\nD.Some roads and a roundabout are built in the bottom part of the scene.", + "answer": "D" + }, + { + "id": "7eda4a40-a0ee-4da3-bf79-ce5f8521a040", + "image_path": "images/43.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Two lanes are noticeable on the dry terrain in the upper part, with various facilities present in the lower area of the scene.\nB.Two highways traverse the open land at the top, and a few residences are located at the bottom portion of the view.\nC.Two paths can be seen on the sandy area at the top, while several structures are visible at the lower section of the image.\nD.Two roads appear on the bareland to the top and some buildings appear at the bootom part of the scene.", + "answer": "D" + }, + { + "id": "ffe67462-777a-4d44-8399-6449f78a04fc", + "image_path": "images/44.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A recently constructed pathway features a bike lane, and numerous bicycles are situated along its side.\nB.An additional expressway with a toll booth has been established, and a variety of trucks are lined up at the entrance.\nC.A new road with a parking lot has been built, and several vehicles are parked inside.\nD.A freshly paved street includes a green area, and multiple bicycles are arranged in the designated spots.", + "answer": "C" + }, + { + "id": "44497334-fe9a-40c3-bb35-42e20bc53ffe", + "image_path": "images/45.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Some roads are constructed in the middle part of the scene.\nB.Some paths are created in the northern section of the image.\nC.Several highways are visible in the lower area of the view.\nD.A few streets are placed in the eastern region of the landscape.", + "answer": "A" + }, + { + "id": "917e246a-b483-4864-84bd-a1ff610f41c3", + "image_path": "images/46.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The bareland has been replaced by some roads and a parking lot.\nB.The barren area has been turned into a variety of streets and an open parking space.\nC.The vacant land has been transformed into several pathways and a garage area.\nD.The unused terrain has been developed with multiple lanes and a car park.", + "answer": "A" + }, + { + "id": "7e896caf-b630-41c0-9f69-b27262ab9bc4", + "image_path": "images/47.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.A trail is visible on the arid landscape at the bottom of the picture.\nB.A road appears on the bareland at the top of the scene.\nC.A pathway emerges on the dry terrain at the center of the image.\nD.An avenue is seen on the sandy ground at the left side of the scene.", + "answer": "B" + }, + { + "id": "cd7fa0bf-2463-4b90-8467-b7900aaf22b8", + "image_path": "images/48.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A vibrant playground has been established on the vacant land to the north.\nB.An extensive sports field has been created on the sandy terrain below.\nC.A modern shopping center has been built on the grassy area to the east.\nD.A new parking lot has been constructed on the wasteland above.", + "answer": "D" + }, + { + "id": "1eb520d1-73ca-4079-bfc0-05b3d9f3c3ef", + "image_path": "images/49.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The dense residential area has been removed and a parking lot appears to the left.\nB.The sprawling urban neighborhood has been eliminated, and a green park is now visible to the right.\nC.The crowded industrial zone has been dismantled, and a playground is now situated to the south.\nD.The compact commercial district has been cleared away, revealing a shopping center straight ahead.", + "answer": "A" + }, + { + "id": "eeea1976-8c57-4fd6-9177-62a64cef6b53", + "image_path": "images/50.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Many pathways have been improved.\nB.Numerous streets have been restored.\nC.Several routes have been upgraded.\nD.Many roads have been renovated.", + "answer": "D" + }, + { + "id": "1ea27535-01bf-4de3-9199-b37f5a358610", + "image_path": "images/51.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A sleek office building has risen on the formerly empty space, with numerous workers arriving for their day inside.\nB.A vibrant playground has been established on the vacant land, filled with children joyfully playing.\nC.A large community garden has been created on the barren land, showcasing a variety of blossoming flowers and plants.\nD.A new parking lot has been built on the wasteland, with many cars neatly parked inside.", + "answer": "D" + }, + { + "id": "a1886174-0862-479f-bfae-8eab56315e8a", + "image_path": "images/52.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.An additional shopping area has been developed in the upper right part of the barren land, featuring four new streets that extend from it.\nB.A new parking lot has been constructed in the upper left corner of the wasteland, with three new roads built alongside it.\nC.A fresh playground has been established in the lower right section of the wilderness, accompanied by two new pathways that run parallel to it.\nD.A modern sports field has been added in the center-left area of the desolate terrain, with five new trails built around its perimeter.", + "answer": "B" + }, + { + "id": "f64a14ae-5193-42c2-a688-0e0ce049aa14", + "image_path": "images/53.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A recently paved curved street has been established through the empty fields.\nB.A fresh diagonal path has emerged on the desert terrain.\nC.A pristine vertical highway has been constructed across the barren land.\nD.A new horizontal road has been built on the wasteland.", + "answer": "D" + }, + { + "id": "3e036a89-6ea4-4314-9def-4f1f29be7a69", + "image_path": "images/54.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A freshly paved street has emerged on the deserted area.\nB.A new horizontal road has been built on the wasteland.\nC.An additional diagonal lane has been established on the empty terrain.\nD.A new vertical pathway has been constructed on the barren land.", + "answer": "B" + }, + { + "id": "85d7bc81-f91e-464d-af1f-d7c331734b50", + "image_path": "images/55.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The left side of the field has been filled with a vibrant flower garden.\nB.The upper section of the vacant land has been transformed into a playground.\nC.The central area of the grassland has been converted into a building complex.\nD.The bottom part of the bareland has been replaced by a parking lot.", + "answer": "D" + }, + { + "id": "9a37c379-d20c-4601-9ff9-cb9070ceffc4", + "image_path": "images/56.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The dock on the bottom right is now nonexistent, and a playground has emerged in the center of the image.\nB.The waterfront on the top has vanished, and a green park is established in the lower right corner.\nC.The marina on the right has been replaced, and a shopping plaza is constructed in the bottom left corner.\nD.The harbor on the left has disppeared, and a parking lot is built on the top right coner.", + "answer": "D" + }, + { + "id": "5a0284e8-daf4-4bd6-9ecc-8683bc77e5eb", + "image_path": "images/57.png", + "question": "What changes have taken place from the left scene to the right one?\nA.An industrial complex with a loading dock stands to the right in the picture.\nB.A small house with a playground has appeared on the left side of the view.\nC.A tall structure with a garden is located at the top of the image.\nD.A large building with a parking lot has been built at the bottom of the scene.", + "answer": "D" + }, + { + "id": "36f3d505-55e5-4705-8473-6cdaf392f4fb", + "image_path": "images/58.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.A newly constructed highway appears on the left side of the image.\nB.A freshly built thoroughfare is located at the top of the image.\nC.A recently completed roadway is visible on the right side of the image.\nD.An upgraded expressway can be seen in the center of the image.", + "answer": "A" + }, + { + "id": "7fda95ff-62c3-42ff-82e0-3be967238a80", + "image_path": "images/59.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A playground is located at the top right of the image.\nB.An office building is situated at the bottom right of the view.\nC.A swimming pool can be seen at the center of the photograph.\nD.A parking lot appears at the bottom left of the scene.", + "answer": "D" + }, + { + "id": "2f42d6a6-9669-4438-96e3-c375bbe3667c", + "image_path": "images/60.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The parking lot at the bottom left corner is transformed into a busy marketplace.\nB.The bareland at the bottom left coner is replaced by a parking lot.\nC.The parking lot at the center of the image is turned into a playground.\nD.The parking lot at the top right corner is replaced by a lush garden.", + "answer": "B" + }, + { + "id": "4a332835-11b6-4992-9e95-a827b9fe8e2e", + "image_path": "images/61.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A parking lot is built on the bareland.\nB.A shopping center is constructed on the open ground.\nC.An athletic field is established on the vacant land.\nD.A playground is created on the undeveloped site.", + "answer": "A" + }, + { + "id": "7bba59b8-dbdf-4920-9bdd-4e84eb3140c3", + "image_path": "images/62.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.An expansive car park has been established in the vicinity of the facility.\nB.A large parking lot has been newly constructed around the building.\nC.A significant vehicle storage area has been newly developed near the edifice.\nD.A spacious parking garage has been recently built adjacent to the structure.", + "answer": "B" + }, + { + "id": "28b0699f-723b-4817-81bb-f193d9dfc3cd", + "image_path": "images/63.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The grassland to the north of the building has been transformed into a playground.\nB.The bareland around the building has been replaced by a parking lot.\nC.The forested land behind the building has been turned into a storage facility.\nD.The concrete area adjacent to the building has been converted into a garden.", + "answer": "B" + }, + { + "id": "1ebc5638-f369-421d-96db-c0fe039ddde6", + "image_path": "images/64.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.The structure has been demolished, and a grassy field now fills the entire area.\nB.The office complex has been cleared, leaving an open space designed for vehicles.\nC.The warehouse has been taken down, and now a landscaped garden covers the whole site.\nD.The building has been removed and a parking lot occupies the whole scene.", + "answer": "D" + }, + { + "id": "5ef14e57-c22a-4154-866b-502f17d6aedc", + "image_path": "images/65.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.An open space filled with various automobiles is located on the dirt ground next to the skyscraper.\nB.A parking lot with several vehicles parked inside is built on the bareland below the building.\nC.A parking area with numerous cars is situated on the grassy field adjacent to the structure.\nD.A car lot with several vehicles is established on the sandy terrain behind the office building.", + "answer": "B" + }, + { + "id": "f4f84f79-b95c-41cf-b1c6-263c2762c32b", + "image_path": "images/66.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Several structures with multiple pathways are constructed on the open terrain.\nB.Various houses with intersecting roads are established on the vacant lot.\nC.A number of skyscrapers with winding streets are situated on the barren land.\nD.Some buildings with sevral roads are built on the bareland.", + "answer": "D" + }, + { + "id": "6d1a5b3a-97c0-4f1b-8cbc-a52c7195db42", + "image_path": "images/67.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Many towers with straight avenues are situated on the sandy ground.\nB.Some buildings with sevral roads are built on the bareland.\nC.Several structures with multiple pathways are constructed on the grassy terrain.\nD.A cluster of homes with winding streets has been established on the rocky landscape.", + "answer": "B" + }, + { + "id": "b7b4f60a-9fad-487a-b676-f0cca143ecb6", + "image_path": "images/68.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Various skyscrapers with intersecting lanes are established on the open field.\nB.Some buildings with sevral roads are built on the bareland.\nC.Several structures with winding paths are constructed on the vacant lot.\nD.A few houses with multiple streets are situated on the undeveloped terrain.", + "answer": "B" + }, + { + "id": "5f526a48-8ce1-4e4f-b670-7bc369a80119", + "image_path": "images/69.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The parking lot is situated near a busy street and is mostly filled with bright-colored cars.\nB.The parking lot extends towards the river, providing a view of the waterway in the background. \nC.The parking lot is surrounded by trees and features several rows of vehicles.\nD.The buidings are replaced by a parking lot.", + "answer": "D" + }, + { + "id": "394d010d-febc-4f97-ab59-6d7e76b0a236", + "image_path": "images/70.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Several structures are situated on the grassy land, with the empty space at the bottom converted into a pond.\nB.A cluster of houses is constructed on the rocky terrain, and the vacant ground to the north has become a road.\nC.Some skyscrapers stand on the open plain, while the deserted area on the left has been transformed into a park.\nD.Some buildings are built on the bareland, the wasteland on the right turned into a canal.", + "answer": "D" + }, + { + "id": "9eca28de-5af3-4046-b237-31cc23bc9e97", + "image_path": "images/71.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Various constructions are located on the empty ground, and the uncultivated plot in the foreground has changed into a floodplain.\nB.A number of houses are established on the open terrain, with the desolate space in the center converted into a lake.\nC.Several structures are situated on the vacant land, while the barren area on the right has been transformed into a river.\nD.Some buildings are built on the bareland, the wasteland on the left turned into a canal.", + "answer": "D" + }, + { + "id": "b71bb417-3523-4775-bd2b-ca4bb5d23ffa", + "image_path": "images/72.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The buildings are replaced by a large parking lot.\nB.The homes are turned into an expansive shopping center.\nC.The skyscrapers are transformed into a spacious playground.\nD.The structures are substituted with a vast green park.", + "answer": "A" + }, + { + "id": "fda7f33e-7652-46bd-931a-e9357338b1c2", + "image_path": "images/73.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The skyscrapers are replaced by a sprawling green park.\nB.The homes are replaced by a busy construction site.\nC.The buildings are replaced by a large parking lot.\nD.The warehouses are replaced by a vibrant shopping plaza.", + "answer": "C" + }, + { + "id": "de1b60a2-f719-40cc-b62c-fce3881597b9", + "image_path": "images/74.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.A new parking lot and some buildings are built on the bareland.\nB.A spacious garden and several shops are established on the vacant lot.\nC.A vibrant playground and a few houses have emerged on the cleared land.\nD.A well-maintained sports field and some offices are constructed on the empty terrain.", + "answer": "A" + }, + { + "id": "f12aa5f0-8e29-468e-8242-f7fda720f48a", + "image_path": "images/75.png", + "question": "What changes have taken place from the left scene to the right one?\nA.New buildings and crossing roads are built on the bareland.\nB.New structures and winding paths have been established on the vacant lot.\nC.Fresh developments and intersecting highways are constructed on the open terrain.\nD.Modern facilities and overlapping streets are erected on the cleared land.", + "answer": "A" + }, + { + "id": "7a3c83e6-41c0-499e-8c05-8429969803a9", + "image_path": "images/76.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Many skyscrapers rise from the sandy ground, with a newly paved street cutting diagonally across.\nB.A cluster of houses is constructed on the rocky terrain, while a vibrant highway runs alongside.\nC.Some buildings are built on the bareland, a new road is interspersed in the middle.\nD.Several structures are situated on the grassland, with a fresh path winding through the center.", + "answer": "C" + }, + { + "id": "a24d762f-9508-4e87-b2a5-6c3711ccba60", + "image_path": "images/77.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Recent constructions and overlapping streets have emerged on the open land, with a new avenue bordering the top and right portions.\nB.New structures and intersecting pathways have been established on the vacant terrain, while a fresh route surrounds the bottom and left edges.\nC.New buildings and crossing roads have been built on the bareland, a new road encloses the lower and right sides.\nD.Newly erected facilities and crisscrossing roads have appeared on the empty landscape, and a newly paved street borders the upper and outer sides.", + "answer": "C" + }, + { + "id": "6ffb2c88-b466-4c98-8810-3e887cd52e52", + "image_path": "images/78.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Various properties and recent avenues have emerged on the unoccupied ground.\nB.Several structures and fresh pathways have been constructed on the vacant terrain.\nC.Some buildings and new roads are built on the bareland.\nD.A number of houses and updated streets have appeared on the cleared landscape.", + "answer": "C" + }, + { + "id": "31d05414-13ae-4c94-8548-dfc9926242a2", + "image_path": "images/79.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Various edifices with numerous avenues are established on the undeveloped area.\nB.Several structures with multiple pathways are located on the open terrain.\nC.A variety of towers and streets are constructed on the vacant land.\nD.Some buildings with sevral roads are built on the bareland.", + "answer": "D" + }, + { + "id": "217af567-7a41-4a9e-84c6-3a5cd191e5cc", + "image_path": "images/80.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Several structures have been constructed on the open land, while the pathway on the right has been upgraded.\nB.Various facilities are situated on the undeveloped area, with the avenue at the bottom being newly paved.\nC.A number of houses stand on the vacant terrain, and the street at the top has been renovated.\nD.Some buildings are built on the bareland, the road on the left was rebuilt.", + "answer": "D" + }, + { + "id": "ddfebe73-1160-412f-a25d-fdb279331d94", + "image_path": "images/81.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A river flows through the center, with modern structures rising on the barren land adjacent to it.\nB.A canal is opened in the middle, and new buildings are built on the wasteland on either side.\nC.A pathway runs across the image, while old houses line the fertile fields nearby.\nD.A road stretches horizontally in the foreground, and vibrant parks have been established on the empty grounds on each side.", + "answer": "B" + }, + { + "id": "856759c6-b3df-4e98-915c-6cedb1d4307e", + "image_path": "images/82.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Several high-rises and modern pathways are constructed on the vacant lot.\nB.Some buildings and new roads are built on the bareland.\nC.A variety of houses and freshly paved streets have emerged in the open area.\nD.Different structures and newly established avenues appear on the undeveloped land.", + "answer": "B" + }, + { + "id": "d7e23140-3164-40da-9249-3e0ac514a489", + "image_path": "images/83.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Different edifices are organized around numerous alleys on the cleared ground.\nB.A cluster of structures and multiple pathways can be found on the untended land.\nC.Some buildings with sevral roads are built on the bareland.\nD.Several towers alongside winding streets rise above the exposed terrain.", + "answer": "C" + }, + { + "id": "2cd9a7b8-b90c-494d-8c8d-08a0c15b726a", + "image_path": "images/84.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The street in the foreground is restored, an additional route is created to the side, and contemporary towers have sprung up on the empty terrain.\nB.The pathway on the right is renovated, a vibrant highway is constructed below, and modern structures have emerged on the barren land.\nC.The road on the left is rebuilt, a new road is built above, and new buildings are appeared on the wasteland.\nD.The avenue to the east has been upgraded, a fresh lane is established in the background, and brand-new facilities have risen on the deserted ground.", + "answer": "C" + }, + { + "id": "9673c288-905c-419e-8c60-63a0ce19c36a", + "image_path": "images/85.png", + "question": "What changes have taken place from the left scene to the right one?\nA.An oval route is established in the center of the grassland, while some curvy roads can be seen to the sides.\nB.A winding avenue is laid out on the periphery of the forest, with various diagonal roads visible in the background.\nC.A circular road is built in the middle of the wasteland, and some zigzag roads appear above.\nD.A rectangular path is constructed at the edge of the desert, and several straight roads stretch below.", + "answer": "C" + }, + { + "id": "8e55aa9c-5df0-4d5e-a78a-3c8caf9c3b6d", + "image_path": "images/86.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The middle road is rebuilt, new intersecting winding paths appear on the left, and new buildings are built in the upper right corner.\nB.The main street has been renovated, new curved trails are introduced on the south side, and additional establishments are established in the top left area.\nC.The primary avenue is refurbished, novel winding lanes pop up on the east side, and new facilities arise in the bottom right section.\nD.The center pathway has been upgraded, fresh intersecting routes emerge on the west, and modern structures are constructed in the northeast.", + "answer": "A" + }, + { + "id": "ab1e5b35-b2a7-4388-bdd6-9e878e7cc9a2", + "image_path": "images/87.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Fresh recreational areas and curved trails are developed in the foreground, with commercial structures rising in the background and on the sides.\nB.Newly planted gardens and intricate walkways are formed in the heart, with office towers emerging at the top and bottom sections.\nC.New green spaces and winding paths are built in the middle, and new buildings are built on the upper and lower sides.\nD.New parks and straight pathways are established in the center, while residential complexes are constructed on both the left and right sides.", + "answer": "C" + }, + { + "id": "21bff7d3-dcf2-4f54-80e3-c846eb0873c6", + "image_path": "images/88.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.The desolate terrain has been filled with modern skyscrapers and bustling intersections.\nB.The bareland are replaced by some new buildings and crossing roads.\nC.The empty fields have been transformed into vibrant parks and winding pathways.\nD.The arid landscape has been replaced by lush gardens and organized streets.", + "answer": "B" + }, + { + "id": "8cb5af70-37ff-4bd5-ab64-a0336190b90c", + "image_path": "images/89.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The rocky terrain in the top left corner has been turned into a lake, and a series of new skyscrapers is visible on the right side.\nB.The desert in the lower right corner has been converted into a river, and numerous new houses can be seen on the left side.\nC.The wasteland in the upper right corner has been replaced with a canal, some new buildings appear on the lower side.\nD.The forest in the bottom left corner has been transformed into a park, while several new structures emerge on the upper side.", + "answer": "C" + }, + { + "id": "73692d00-c31c-4559-a58b-8532f4573560", + "image_path": "images/90.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A new parking lot is built on the bareland on the upper side.\nB.An expansive garden is established on the sandy terrain in the lower section.\nC.A vibrant playground is constructed on the grassy area to the left.\nD.A modern shopping center is developed on the rocky landscape at the right side.", + "answer": "A" + }, + { + "id": "7a129590-c05d-4f6b-97d4-6b8755c42ab7", + "image_path": "images/91.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The structures on the left have been transformed into a vibrant playground.\nB.The homes in the foreground have been renovated into a lush garden area.\nC.The buildings in the middle are replaced by a new parking lot.\nD.The offices at the top have been upgraded to a sleek outdoor caf\u00e9.", + "answer": "C" + }, + { + "id": "5d8aab21-d246-4160-962f-09916e98e2ce", + "image_path": "images/92.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The buildings in the middle are replaced by a new parking lot.\nB.The structures in the center are replaced by a vibrant garden.\nC.The warehouses on the left are upgraded into a state-of-the-art sports complex.\nD.The homes in the foreground are transformed into a new shopping plaza.", + "answer": "A" + }, + { + "id": "c4faf9b3-f8a0-4a31-863e-672c1f363a6a", + "image_path": "images/93.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The path on the left side is transformed into a vibrant garden.\nB.The street at the bottom is remodeled into a series of bike paths.\nC.The lane in the foreground is converted into a new playground for children.\nD.The road on the upper side is replaced by a new parking lot.", + "answer": "D" + }, + { + "id": "ca670254-13a1-4325-b907-d8e2d1dc8739", + "image_path": "images/94.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The buildings and bareland are replaced by new parking lots and roads.\nB.The factories and meadows are replaced by open spaces and recreational areas.\nC.The skyscrapers and greenery are replaced by modern shopping centers and bike paths.\nD.The houses and fields are replaced by luxury apartments and pedestrian walkways.", + "answer": "A" + }, + { + "id": "1febba5b-3b94-4087-a233-1c4aad86b448", + "image_path": "images/95.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The houses and vacant land have been converted to a spacious modern parking facility.\nB.The buildings and bareland are replaced by a new large parking lot.\nC.The structures and open fields have been transformed into an extensive new parking area.\nD.The skyscrapers and undeveloped land have made way for a sizable contemporary parking lot.", + "answer": "B" + }, + { + "id": "95e1ee5b-46a0-4b3e-b892-9486e92fa105", + "image_path": "images/96.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.A spacious parking area is constructed on the cleared land.\nB.A new parking lot are built on the bareland.\nC.A fresh car park is created on the open terrain.\nD.An expansive garage is established on the vacant grounds.", + "answer": "B" + }, + { + "id": "356e411f-6512-4860-b38e-7ba0ec100efa", + "image_path": "images/97.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Some new buildings are built on the bareland in the upper and right corner.\nB.New constructions are emerging on the grassy field in the bottom and left quadrant.\nC.Several structures are rising from the vacant area in the lower left section.\nD.A few buildings have been erected on the cleared ground in the center and right side.", + "answer": "A" + }, + { + "id": "12c943fb-5598-464f-8b30-c3f55bc09361", + "image_path": "images/98.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A new park has been established in the right and lower corner, while several new structures emerge on the cleared land.\nB.A new park are built in the left and upper corner, some new buildings appear on the bareland.\nC.A new green space is constructed in the center and upper right area, with various new facilities rising on the vacant lot.\nD.A recent park development is located in the bottom left and upper section, as numerous new houses are visible on the flat terrain.", + "answer": "B" + }, + { + "id": "2a1d0284-8b8c-4fb6-8394-022256157f96", + "image_path": "images/99.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The roads are replaced by some new buildings and a parking lot, some new roads are across them.\nB.The avenues have been replaced by sleek apartments and a recreational area, with some newly paved lanes intersecting them.\nC.The highways have been transformed into several modern structures and a landscaped garden, while paths meander around them.\nD.The streets have been substituted with vibrant storefronts and a bus terminal, with additional routes running alongside them.", + "answer": "A" + }, + { + "id": "a57a828a-b2b7-45ee-b26a-d4da1dd6a1ce", + "image_path": "images/100.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The parking lot and bareland are replaced by some new buildings.\nB.The parking lot and barren area have been turned into a series of modern residential homes.\nC.The parking lot and bare land have been transformed into a vibrant park filled with greenery.\nD.The parking lot and bare land have been replaced by a bustling marketplace with colorful stalls.", + "answer": "A" + }, + { + "id": "62b01a74-dab1-4a44-881b-935f52e4f06d", + "image_path": "images/101.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Some new buildings are built on the bareland, some roads are across them in the middle.\nB.A few structures are erected on the vacant land, while several pathways intersect them at various angles. \nC.Newly developed facilities appear on the untamed landscape, with various streets cutting through them in distinct patterns.\nD.Several new constructions have emerged on the open terrain, and some highways run alongside them in different locations.", + "answer": "A" + }, + { + "id": "9c7d154e-7354-4c14-b0a2-3cd2af510842", + "image_path": "images/102.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Various houses are situated on the open terrain alongside winding streets.\nB.Some buildings are built on the bareland with crossing roads.\nC.Some structures are placed on the vacant lot with intersecting pathways.\nD.Several establishments are located on the undeveloped land amidst grid-like avenues.", + "answer": "B" + }, + { + "id": "e34aff4b-5596-48cc-803f-99d842050105", + "image_path": "images/103.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The grassy patch in the center and left portion now features a bustling outdoor caf\u00e9 with patrons enjoying their meals.\nB.The expansive area in the lower and left corner has been transformed into a vibrant playground filled with children playing games.\nC.The bareland in the upper and right corner is replaced by a parking lot with some nearly parked cars.\nD.The rocky terrain in the lower right section has been switched out for a tranquil pond surrounded by blooming flowers.", + "answer": "C" + }, + { + "id": "a54e6c76-7604-42ce-9857-203cfce7198b", + "image_path": "images/104.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The empty field has been converted into a vast sports complex featuring various athletic fields and vibrant banners.\nB.The desolate landscape has turned into a scenic park adorned with numerous walking paths and flowering plants.\nC.The vacant plot is transformed into a bustling marketplace filled with colorful tents and eager shoppers.\nD.The bareland is replaced by a large parking lot with many nearly parked cars.", + "answer": "D" + }, + { + "id": "6c60589f-62c1-46ca-926f-5cbc4d97870d", + "image_path": "images/105.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The structure on the left has been transformed into a vibrant playground, and a fresh bike path runs alongside it.\nB.The old warehouse in the foreground has been converted into a lush green space, with a newly paved street stretching across the park.\nC.The building in the middle is replaced by a new park, a new road is built underneath the park.\nD.The factory on the right has given way to a scenic garden, while a wide avenue now crosses through the area.", + "answer": "C" + }, + { + "id": "b1d14f51-3d00-4c10-a4eb-1d5bf01b8470", + "image_path": "images/106.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.A new parking lot has been built in the upper left corner, three new roads have been built in the upper right corner, and the green space in the middle has completely replaced the road.\nB.A new shopping center has been established in the lower right area, two new pathways have been created in the lower left area, and the park in the center has entirely taken the place of the buildings.\nC.A fresh playground has been constructed in the top right section, four new highways have appeared in the bottom left section, and the water feature in the central area has fully overtaken the previous parking space.\nD.A modern residential complex has been developed in the top center location, five new lanes have been added in the bottom right space, and the wooded area in the eastern part has completely transformed the old marketplace.", + "answer": "A" + }, + { + "id": "2077b614-f949-41bf-9d75-d6012f1af96f", + "image_path": "images/107.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The vacant lot has turned into residential complexes, car parks, and recreational areas.\nB.The open terrain is now occupied by skyscrapers, garages, and green spaces.\nC.The empty field has been transformed into shopping centers, driveways, and a playground.\nD.The bareland is replaced by buildings ,parking lots, and a park.", + "answer": "D" + }, + { + "id": "a0619366-d869-4aec-9416-f9958d6ec77f", + "image_path": "images/108.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Some buildings are built on the bareland on the upper side, with some crossing roads built in the middle.\nB.Some structures are erected on the vacant lot in the eastern section, with several intersecting pathways established in the center.\nC.A number of houses are placed on the open ground at the western end, with multiple connecting lanes developed in the foreground.\nD.Various constructions are positioned on the empty terrain in the southern area, alongside a few converging streets situated in the heart of the image.", + "answer": "A" + }, + { + "id": "51e21bae-e0d6-44d9-9b68-ae38f058e3a7", + "image_path": "images/109.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The skyscraper in the foreground was painted, and a pathway was added in the background.\nB.The house on the right was renovated, and a fresh park was established in the center.\nC.The structure at the top was demolished, and a new highway was constructed at the bottom.\nD.The building on the left was replaced with a new one, and a new ring road was built in the middle.", + "answer": "D" + }, + { + "id": "b5f0a9a2-96ac-4097-9afc-d263fe372c7d", + "image_path": "images/110.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The avenue on the bottom side has given way to some trees, with several skyscrapers and a shopping center developed on the opposite side.\nB.The street in the center is now occupied by a marketplace, and a cluster of restaurants along with a garden have been established at the upper end.\nC.The path on the right side has been transformed into a park, while a few houses and a playground are located at the top.\nD.The road on the left side are replaced by some buildings, somg buildings and a parking lot are built on the upper side.", + "answer": "D" + }, + { + "id": "d1aba1f4-e84b-4033-a273-93a8958fcb5f", + "image_path": "images/111.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The construction on the left has been torn down, and the terrain in the lower right corner leads up to the mountain, featuring a couple of cottages.\nB.The structures on the left are in ruins, while the area in the bottom right corner slopes down to the lake with several houses visible.\nC.The building on the left are demolished, the land in the lower right corner extends towards the river with some buildings appeared.\nD.The site on the left is abandoned, with the land in the lower right corner rising away from the ocean adorned with a few skyscrapers.", + "answer": "C" + }, + { + "id": "2bbb9fea-47e1-41e7-9d05-caaee1f3c3dc", + "image_path": "images/112.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The playground in the center has been transformed into a garden, while several new homes emerge on the left and right, featuring a network of straight pathways.\nB.The parking lot in the middle is replaced by a new building, some new buildings appear on the upper and lower side, with some new winding roads.\nC.The park in the background has been replaced with a shopping center, showcasing new offices on the north and south ends, connected by some modern cycling paths.\nD.The field in the foreground is now occupied by a large fountain, with additional structures appearing on both the east and west sides, along with new straight roads.", + "answer": "B" + }, + { + "id": "51d4a97b-2b57-4208-b3f7-c88b6167fe9a", + "image_path": "images/113.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The bushes are replaced by warehouses, a new plaza and multiple streets are established on the eastern side.\nB.The shrubs are replaced by houses, a new garden and a few pathways are developed on the southern side.\nC.The fields are replaced by skyscrapers, a new playground and several pathways are constructed on the northern side.\nD.The trees are replaced by buildings, a new park and some roads are built on the upper side.", + "answer": "D" + }, + { + "id": "5c2a1882-e585-4787-9eae-2e1bb673261e", + "image_path": "images/114.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The vacant lot and the streets are transformed into a cluster of wind turbines, featuring a straight avenue constructed along the eastern edge.\nB.The farmland and the pathways are replaced by lush green fields, with a curvy trail established to the north.\nC.The empty terrain and the highways are switched out for a series of water bodies, with a zigzag path created toward the southern region.\nD.The bareland and the roads are replaced by some solar panels, with a winding road built on the upper side.", + "answer": "D" + }, + { + "id": "46bd42d7-b472-42a1-a85e-50a4d3685973", + "image_path": "images/115.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The vacant area in the upper right corner is transformed into a bustling marketplace, while nearby pathways are replaced by vibrant flower gardens.\nB.The bareland in the left and lower corner are replaced by solar panels, some roads near them are replacede by green space.\nC.The empty lot in the top left corner is now covered with wind turbines, and the roads around them have been substituted with wildflower meadows.\nD.The dry terrain in the center has been converted into a residential neighborhood, with adjacent streets now featuring playgrounds and parks.", + "answer": "B" + }, + { + "id": "224d821d-68f6-4327-b780-309fb8e8e2f2", + "image_path": "images/116.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Some structures and vegetation are situated on the vacant land below.\nB.Some buildings and greenery are built on the bareland above.\nC.Several homes and flowers are constructed on the empty terrain beside.\nD.A few towers and trees are placed on the cleared area beyond.", + "answer": "B" + }, + { + "id": "a52e20c3-4bf3-4f31-b8e7-24b1a7c8e1db", + "image_path": "images/117.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The parking lot is replaced by a sports field with bright lines.\nB.The parking lot is replaced by a park with lush greenery.\nC.The parking lot is replaced by a group of houses in various pastel shades.\nD.The parking lot is replaced by some buildings.", + "answer": "D" + }, + { + "id": "099d7213-1041-4942-80d7-cf39fb27e156", + "image_path": "images/118.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.The trees and the aged mansion are exchanged for contemporary apartments with a few trucks parked nearby.\nB.The woods and the old building are replaced by nre buildings with some cars nearby.\nC.The park and the ancient structure are swapped with modern skyscrapers amidst a bustling crowd.\nD.The forest and the historic house have been substituted with new shops surrounded by bicycles parked close by.", + "answer": "B" + }, + { + "id": "4c00b2c4-61c0-42d1-8fec-e56e93bc1dde", + "image_path": "images/119.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The trees are exchanged for houses and streets.\nB.The forest is substituted with skyscrapers and highways.\nC.The woods are replaced by buildings and roads.\nD.The greenery is transformed into factories and thoroughfares.", + "answer": "C" + }, + { + "id": "f0d067c5-0d8a-4f09-9345-d40eab40e879", + "image_path": "images/120.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The park on the left side has been transformed into a shopping center.\nB.The garden on the right side has been replaced by a new road.\nC.The parking lot on the upper side is replaced by some buildings.\nD.The playground on the lower side is covered with trees.", + "answer": "C" + }, + { + "id": "504ad32e-e5fa-4ef0-bd24-5fb6e2504f0f", + "image_path": "images/121.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Some highways are constructed over the grassy area on the northern side, while some houses are located on the southern side.\nB.Some streets are laid out on the sandy ground on the western side, while some complexes are developed on the eastern side.\nC.Some roads are built on the bareland on the upper side, while some buildings are built on the lower side.\nD.Some paths are established on the rocky terrain on the eastern side, while some structures are situated on the western side.", + "answer": "C" + }, + { + "id": "0a9cbfce-f224-429f-8030-237f89f34ce1", + "image_path": "images/122.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The rundown structures and wasteland are transformed into modern skyscrapers.\nB.The ancient architecture and empty fields are now occupied by state-of-the-art facilities.\nC.The dilapidated houses and vacant lots have been substituted with contemporary apartments.\nD.The old buildings and bareland are replaced by new buildings.", + "answer": "D" + }, + { + "id": "71c1c4b4-17da-4af4-beb9-6029d9a5d5dd", + "image_path": "images/123.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The woods on the right side are replaced by buildings.\nB.The forest on the east side is replaced by warehouses.\nC.The park on the left side is replaced by skyscrapers.\nD.The greenery along the north side is replaced by commercial structures.", + "answer": "A" + }, + { + "id": "85c2a5b4-3f5a-428d-b716-c8e175f10d05", + "image_path": "images/124.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.The river in the bottom and left corner is replaced by a road.\nB.The fields in the center and right area are replaced by factories.\nC.The mountains in the left and lower corner are replaced by parks.\nD.The woods in the right and upper corner are replaced by buildings.", + "answer": "D" + }, + { + "id": "3d5186e7-69f7-4352-a786-d092ad879b68", + "image_path": "images/125.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The playground to the right has been changed into a garden area.\nB.The playground on the lower side are replaced by a parking lot.\nC.The playground in the upper section is transformed into a sports field.\nD.The playground on the east side is now a picnic zone.", + "answer": "B" + }, + { + "id": "e26b5365-e974-41d6-8923-11e46050ccc6", + "image_path": "images/126.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.some buildings are built on the bareland on the upper side.\nB.Some structures are constructed on the vacant area in the northern part.\nC.Several edifices stand on the cleared land on the eastern side.\nD.A number of houses are positioned on the unplanted ground in the southern region.", + "answer": "A" + }, + { + "id": "5d10567f-e839-4a1d-81dd-df1a5dbb52da", + "image_path": "images/127.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The woods on the lower side are replaced by some orderly buildings.\nB.The forest on the right side is replaced by a series of neatly arranged houses.\nC.The greenery at the left side is replaced by a cluster of colorful shops.\nD.The trees in the upper section are replaced by several modern skyscrapers.", + "answer": "A" + }, + { + "id": "06afa1fc-48af-4ac3-81af-d478b170b34b", + "image_path": "images/128.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The tower on the lower and left side is exchanged for a community garden, with an apartment complex rising on the open land beneath.\nB.The structure on the top and right side is swapped for a green park, while a new facility is constructed on the vacant area below.\nC.The building on the upper and left side is replaced by a parking lot, a building is built on the bareland below.\nD.The establishment on the bottom and right side is transformed into a shopping plaza, and a new office building is erected on the undeveloped ground below.", + "answer": "C" + }, + { + "id": "ed68a7b9-0bf4-4145-b57b-4a63efc7ce4c", + "image_path": "images/129.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The buildings on the upper side are replaced by new ones, a new road is interspersed in the middle.\nB.The structures on the left side are being renovated, with a fresh pathway introduced on the right.\nC.The houses at the bottom have been updated, and a new avenue now cuts through the center of the landscape.\nD.The skyscrapers on the northern end are replaced by modern constructions, while a new street runs diagonally through the area.", + "answer": "A" + }, + { + "id": "77809918-2d15-4cc3-b5d2-cc515bb86148", + "image_path": "images/130.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The woods on the left side are replaced by buildings and a parking lot, a road is built between them.\nB.The mountains in the background are replaced by a residential neighborhood and a sports complex, with a pathway winding through the entire space.\nC.The park on the right side is transformed into a shopping mall and a playground, with a pathway running through the area.\nD.The fields at the top are converted into factories and a warehouse, with a street connecting them.", + "answer": "A" + }, + { + "id": "bf44bed8-cf53-4507-b3a4-47978948bb7c", + "image_path": "images/131.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Some winding roads are built on the elderly green space.\nB.Some narrow pathways are constructed in the lush red park.\nC.Some winding streets are established within the tranquil blue area.\nD.Several curved trails are laid out across the vibrant yellow garden.", + "answer": "A" + }, + { + "id": "0c725154-6305-4383-83ba-9f6605cc3189", + "image_path": "images/132.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A soccer field is built on the bareland.\nB.A baseball diamond is constructed on the grassy area.\nC.A running track is placed on the sandy ground.\nD.A tennis court is situated on the rocky terrain.", + "answer": "A" + }, + { + "id": "19b2b8de-5be9-4f4a-93e7-0da53477c2df", + "image_path": "images/133.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The structure in the left and lower corner has been replaced by a modern complex, and several straight pathways have been constructed around it.\nB.The tower in the upper left section is upgraded with additional floors, while a series of curved routes have been developed in the vicinity.\nC.The edifice in the center and lower part of the image has been renovated, and a few narrow trails have been added near the location.\nD.The building in the right and upper corner is replaced by a new one, some winding roads are built nearby.", + "answer": "D" + }, + { + "id": "97f6b65e-2b30-427e-bac5-1b0e45def46e", + "image_path": "images/134.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A ring road is built on the woods on the left side, with two roads crossing in the center.\nB.An expressway runs along the fields in the foreground, with two highways merging at the core of the image.\nC.A highway is constructed through the valley on the right side, with several paths intersecting near the middle.\nD.A circular route is established on the hills to the north, featuring three streets converging at the center.", + "answer": "A" + }, + { + "id": "9de4e424-2d8b-49cc-bf03-c31f684ac7ce", + "image_path": "images/135.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The vacant plots on the west and south have been constructed upon.\nB.The open spaces on the right and below have been built on.\nC.The clear regions to the north and east have been urbanized.\nD.The empty areas on the left and above have been developed.", + "answer": "B" + }, + { + "id": "7f2a6925-6489-4d37-97f2-27b4aeb59e9b", + "image_path": "images/136.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Some buildings are built on the woods on the lower side and the bareland in the left and upper corner.\nB.Various skyscrapers stand next to the water body on the left side and the urban landscape in the lower and right corner.\nC.Several homes are situated over the desert area on the upper side and the grassy field in the right and bottom corner.\nD.Some structures are located amidst the greenery on the right side and the rocky terrain in the top and lower corner.", + "answer": "A" + }, + { + "id": "0c009c72-e184-4fd7-8c0f-98e88c4969d8", + "image_path": "images/137.png", + "question": "What changes have taken place from the left scene to the right one?\nA.An additional facility is located on the empty terrain in the northern area.\nB.A large structure has been constructed on the vacant lot to the left.\nC.A new building is built on the bareland on the right side.\nD.A modern establishment has emerged on the open space to the east.", + "answer": "C" + }, + { + "id": "d0dba46e-f512-4aaf-acd6-df451a2f036d", + "image_path": "images/138.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The facility on the north side is intact, and the field on the west has been developed into a picnic area.\nB.The building on the left is demolished, and the woods on the right are converted into a football field.\nC.The house in the center is under construction, while the green area on the south side is transformed into a playground.\nD.The structure on the right is abandoned, and the park on the left has been turned into a basketball court.", + "answer": "B" + }, + { + "id": "3b73dc69-3338-4b3e-8c88-788b3d96b2c2", + "image_path": "images/139.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.A new highway is constructed on the left, featuring a roundabout underneath, while a straight trail is established in the center.\nB.A fresh main route is established on the north side, complete with an overpass below, and a curved road is developed toward the east.\nC.A new main road is built on the right, with an interchange below, and a winding path is constructed in the middle.\nD.An additional major street has been created on the west, equipped with a bridge underneath, and a zigzagging pathway is made in the south.", + "answer": "C" + }, + { + "id": "995a93ac-0732-4bde-b9b5-5a19b7061d67", + "image_path": "images/140.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The parking zone in the west has increased in size to take over all the vacant ground.\nB.The parking lot in the middle is expanded to cover all the bareland.\nC.The car park on the east side has been enlarged to include all the undeveloped land.\nD.The parking area to the north has been extended to encompass all the open space.", + "answer": "B" + }, + { + "id": "5402f0df-b974-43e2-b43f-87a009c47e8b", + "image_path": "images/141.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The woods are replaced by a ring road, a new parking lot is built on the bareland in the right and lower corner with some parked cars.\nB.The forest has been transformed into a busy highway, with a fresh parking facility created on the vacant land in the bottom right corner and several vehicles parked there.\nC.The greenery has been replaced by a loop road, while a newly established parking area occupies the empty space in the lower right section, showcasing numerous parked vehicles.\nD.The trees have given way to a circular roadway, and in the lower right area, a new lot has been developed on the cleared land, now filled with a number of cars.", + "answer": "A" + }, + { + "id": "d7161602-5d59-4ab7-8d8f-bc9a70956380", + "image_path": "images/142.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The initial lane separated into two segments, accompanied by a recently developed principal road oriented upwards in the middle.\nB.The previous street divided into two paths, featuring an additional major avenue established diagonally across the scene.\nC.The original road split into two branches, with a new main road constructed horizontally in the middle.\nD.The existing pathway diverged into two routes, with a fresh primary trail built vertically at the center.", + "answer": "C" + }, + { + "id": "5916aada-0a01-46b7-b783-77658670aff0", + "image_path": "images/143.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Two new paths were constructed in the open field to the left.\nB.Two new lanes were created on the gravel area to the north.\nC.Two new roads were built on the green space to the right.\nD.Two new highways were established on the blue terrain at the center.", + "answer": "C" + }, + { + "id": "0e8efa1a-3c3e-4d7e-8af7-1e016a9bdd62", + "image_path": "images/144.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A curvy red trail appears in the lower right quadrant, intersecting with the broader T-shaped highway on the left.\nB.A straight yellow path runs through the bottom left corner, linking to the existing L-shaped road on the right.\nC.A winding new road is built in the upper right corner, connecting to the new T-shaped road on the left.\nD.A narrow green lane stretches across the top left section, joining the recently constructed Y-shaped route on the right.", + "answer": "C" + }, + { + "id": "4f76a4e2-0d9c-47f6-a2d8-d5cf53ef7480", + "image_path": "images/145.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A lane is situated on the east and west sides, with colorful structures emerging in the background.\nB.A road is built on the upper and the lower sides, with new buildings constructed further down.\nC.A highway stretches across the top and bottom sections, with modern skyscrapers rising to the sides.\nD.A path runs along the left and right edges, with vibrant houses appearing deeper in the image.", + "answer": "B" + }, + { + "id": "ac0a8b9a-599c-4731-96c0-56e1ca6a62ce", + "image_path": "images/146.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The main road in the middle is rebuilt, branching into two lanes above and three lanes below.\nB.The main highway at the center has been renovated, splitting into two paths on the right and three paths on the left.\nC.The central thoroughfare has undergone construction, extending into two sections northward and three sections southward.\nD.The primary avenue in the middle has been redesigned, diverging into two routes on the east and three routes on the west.", + "answer": "A" + }, + { + "id": "9fc50910-2a02-455c-88af-44f515d8e08b", + "image_path": "images/147.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The path in the middle has substituted the wooded area, and the grove in the upper left has been eliminated.\nB.The river in the center has taken the place of the main road, while the forest in the upper left corner has vanished.\nC.The woods in the middle are replaced into the main road, and the woods in the upper left corner have disappeared.\nD.The highway in the foreground has replaced the tree line, and the trees in the upper left section have been removed.", + "answer": "C" + }, + { + "id": "12f7bcb1-bf27-4c1a-b9f5-974aa76a1470", + "image_path": "images/148.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Various skyscrapers and winding streets are developed on the empty lot.\nB.Several structures and intersecting pathways are situated on the open terrain.\nC.Many buildings and crossing roads are constructed on the bareland.\nD.Numerous houses and connecting avenues are established on the vacant land.", + "answer": "C" + }, + { + "id": "71db5cde-31f0-455f-bca8-4683af1fedeb", + "image_path": "images/149.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The desolate terrain below has evolved into a vibrant garden, while the higher region includes a busy highway, a recreational area, and a few skyscrapers.\nB.The empty field underneath has changed into a thriving orchard, while the top portion showcases a, sprawling train track, a visitor center, and various warehouses.\nC.The barren land beneath has transformed into a lush meadow, while the upper section features a scenic pathway, a picnic area, and several cottages.\nD.The bareland below has turned into a forest, while the upper area has been developed with a main road, a parking lot, and some buildings.", + "answer": "D" + }, + { + "id": "55fbef58-2e11-4935-9587-4a1f0eadd3f0", + "image_path": "images/150.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The major thoroughfare on the left branched into two routes, while a variety of establishments and an adjacent alley are located to the right.\nB.The central highway expanded into five lanes, and numerous houses along with a broad avenue are positioned nearby.\nC.The primary avenue at the center divided into three paths, with several structures and a narrow street situated above.\nD.The main road in the middle split into four lanes, and some buildings and a small road are constructed below.", + "answer": "D" + }, + { + "id": "ccf502b7-d183-4828-adce-0f7a7143b205", + "image_path": "images/151.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.The front and back areas of the ring road are modified into tunnels, with two new lanes intersecting overhead.\nB.The left and right sides of the ring road are converted into overpasses, and two new roads cross below.\nC.The northern and southern sections of the ring road are transformed into underpasses, and two new paths run above.\nD.The east and west portions of the ring road are extended into bridges, while three additional streets cut through underneath.", + "answer": "B" + }, + { + "id": "52b96619-644b-40d3-a8a5-4f181abc982e", + "image_path": "images/152.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.An additional facility is being built on the vacant terrain to the west.\nB.A modern structure is rising on the empty lot in the center.\nC.a new building is constructed on the bareland in the middle.\nD.A tall skyscraper is underway on the cleared area in the south.", + "answer": "C" + }, + { + "id": "b697e9c7-ea6c-4dd7-a21a-cef93541c6fc", + "image_path": "images/153.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Several structures are situated on the vacant land in the left and upper area.\nB.Some buildings are constructed on the bareland in the right and lower side.\nC.Multiple properties are located on the undeveloped terrain in the top and lower left sections.\nD.A number of establishments are built upon the open ground in the center and right portion.", + "answer": "B" + }, + { + "id": "24a840d6-096e-47c0-bd87-652f292924eb", + "image_path": "images/154.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A new road is built on the left side.\nB.A new lane is added on the northern side.\nC.A new path is established in the center.\nD.A new highway is constructed on the right side.", + "answer": "A" + }, + { + "id": "6c2fb95f-6dd6-4195-ada0-56896f04ddb6", + "image_path": "images/155.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Several structures are constructed on the grassy area on the left side.\nB.A few tall buildings are situated on the rocky terrain in the center.\nC.Numerous houses can be seen on the sandy land at the top.\nD.Some buildings are built on the bareland on the right side.", + "answer": "D" + }, + { + "id": "7445f665-c9ee-4320-a96a-3a7a729e218d", + "image_path": "images/156.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The parking space in the bottom left is now a bustling plaza, while the riverside on the top right is replaced with a series of colorful houses.\nB.The parking area in the upper and right section is transformed into a vibrant green park, while the mountains on the left side have been replaced by commercial shops. \nC.The parking lot in the left and lower corner is replaced by a new winding road, the woods on the right side are replaced by some buildings.\nD.The parking lot in the top and left corner has been substituted with a modern residential area, and the fields on the bottom right are now occupied by a sprawling industrial complex.", + "answer": "C" + }, + { + "id": "6ea1bb25-e145-4e5f-bce8-1c83dcc22885", + "image_path": "images/157.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Some buildings are built on the bareland on the right side.\nB.A few homes are located on the rocky terrain at the top.\nC.Several structures are situated on the grassy area to the left.\nD.Numerous warehouses are established on the sandy soil in the foreground.", + "answer": "A" + }, + { + "id": "248376fc-fafa-4936-8223-7de27fb067d1", + "image_path": "images/158.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.A newly paved route has been created on the western flank.\nB.A new road is built on the lower side.\nC.A fresh highway is established on the eastern side.\nD.A new pathway is constructed on the upper side.", + "answer": "B" + }, + { + "id": "40e9acad-d457-4161-b7c2-aa10ee4b76e0", + "image_path": "images/159.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Some new winding roads are built on the right side.\nB.New straight pathways have been constructed on the left side.\nC.Recently added curved routes can be seen on the top side.\nD.Some new winding trails are established in the center.", + "answer": "A" + }, + { + "id": "42ac7aec-29c6-4bee-ba87-f6256f9aa3ee", + "image_path": "images/160.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.In the left and lower corner, a ring road takes the place of the previous crossing roads, and a modern structure has replaced the forest area on the right.\nB.The ring road in the left and lower corner has replaced the crossing roads, while a tall building now stands where the woods used to be on the right.\nC.Instead of the crossing roads, there is now a circular route in the left and lower corner, and the greenery on the right has been transformed into an office complex.\nD.The crossing roads in the left and lower corner are replaced by a ring road, the woods on the right is replaced by a building.", + "answer": "D" + }, + { + "id": "4741fa5b-4da5-466e-bb5c-edc469abbe15", + "image_path": "images/161.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.A modern avenue is established on the eastern side, the empty space in the southwest corner is now occupied by shops and a bus terminal.\nB.A new road is built on the middle side, the bareland in the right and lower corner is replaced by some buildings and a parking lot.\nC.An expanded street appears on the top section, while the barren land in the lower left corner has been developed into residential homes and landscaping.\nD.A fresh highway is constructed on the left side, the grassy area in the upper and right corner has been transformed into a park and a recreational area. ", + "answer": "B" + }, + { + "id": "1fc43b3e-e62a-4ff0-94ce-b46e9afd8f69", + "image_path": "images/162.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A new structure is constructed on the grassy area on the lower side, and in the left and upper corner.\nB.A new facility is erected on the barren land on the eastern side, and in the top and right corner.\nC.A new edifice is established on the sandy terrain on the northern side, and in the bottom and left corner.\nD.A new building is built on the bareland on the upper side, and in the right and lower corner.", + "answer": "D" + }, + { + "id": "d0f3ffa2-982d-4a2b-92f2-c96cf452e0af", + "image_path": "images/163.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The stripped terrain above is substituted with a row of colorful houses, and the bottom area is switched to a sports field.\nB.The bareland on the upper side is replaced by two buildings, and on the lower side is replaced by a parking lot.\nC.The vacant land in the upper part is now filled with vibrant greenery, and the lower section is reimagined as a playground.\nD.The open space at the top is transformed into a lush park, while the area below is changed to a bustling marketplace.", + "answer": "B" + }, + { + "id": "f91241a1-1e38-4c37-8ca1-9c589c7d1f3c", + "image_path": "images/164.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.An undulating route can be seen in the right and lower quadrant of the picture.\nB.A curved trail is located at the top and center of the aerial view.\nC.A winding path stretches across the upper and right side of the image.\nD.A winding road is built in the left and lower corner.", + "answer": "D" + }, + { + "id": "30cb3946-d968-40bf-832b-d3af71db1f23", + "image_path": "images/165.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.The building below is expanded upwards, and two new branch roads are built in the middle.\nB.The edifice below is augmented sideways, and two fresh access roads are established in the background.\nC.The structure beneath has been extended outward, and two new pathways have been created on the side.\nD.The facility below has been developed downwards, and two additional side streets have been constructed in the foreground.", + "answer": "A" + }, + { + "id": "d4594d8a-ae8a-4328-9404-e927db575e56", + "image_path": "images/166.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Some buildings are built on the bareland on the upper side.\nB.Several houses are constructed on the grassy area on the left side.\nC.Some structures are situated on the vacant land at the lower side.\nD.A few skyscrapers are placed on the sandy terrain on the right side.", + "answer": "A" + }, + { + "id": "713d10f7-e278-4561-8f5d-8c1615e7c0d8", + "image_path": "images/167.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.The straight path runs alongside vibrant flowers on the left.\nB.A curved highway is now bordered by new buildings on the right.\nC.The winding road is replaced to a straight one, and new woods are planted on the right.\nD.The winding trail has been altered to a flat route with a park created on the left.", + "answer": "C" + }, + { + "id": "6fb15610-fa3f-4048-93e2-2ce60d8a5e41", + "image_path": "images/168.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.A narrow and curvy path stretches across the right, while three broad and straight avenues lie to the left.\nB.A smooth and wide boulevard is located on the east side, while two narrow and twisting streets can be found on the west side.\nC.An expansive and straight highway runs along the top, while two slender and meandering lanes are positioned at the bottom.\nD.A wide and straight road is built on the left , two narrow and winding roads are built on the right.", + "answer": "D" + }, + { + "id": "a73cf2c7-d414-4eca-8bd8-d0cc1f1636e0", + "image_path": "images/169.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The buildings are built on the bareland on the right, with some winding roads nearby.\nB.The structures are situated on the grassy area to the left, accompanied by several straight paths nearby.\nC.The houses are constructed on the sandy terrain in the center, with a few curvy streets in the vicinity.\nD.The skyscrapers are located on the rocky land at the top, with some zigzagging lanes close by.", + "answer": "A" + }, + { + "id": "c7491e26-2ad3-417d-a248-a56b3f7709a5", + "image_path": "images/170.png", + "question": "What changes have taken place from the left scene to the right one?\nA.An office complex has been constructed on the dried landscape in the center.\nB.A modern structure has been erected on the vacant lot to the right.\nC.A tall skyscraper rises above the empty field in the foreground.\nD.A new building is built on the bareland on the left.", + "answer": "D" + }, + { + "id": "f0953abd-56b5-4f95-8716-3ad5319849c8", + "image_path": "images/171.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.The oblique road is replaced by a straight one, a building is built on the bareland near the road.\nB.The straight road is bordered by a vibrant park, and a modern structure has been constructed on the grassy area beside it.\nC.The level street is flanked by a serene river, and a towering skyscraper now occupies the vacant space next to it.\nD.The winding pathway runs alongside a colorful marketplace, where an old warehouse stands where the empty lot used to be.", + "answer": "A" + }, + { + "id": "f1c09203-95c6-4e80-b3b5-0fc86b13ba93", + "image_path": "images/172.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.The woods on the upper side disappear, the original road extends upwards to a new one.\nB.The trees in the background vanish, as the initial pathway leads downwards to an alternate route.\nC.The forest on the left fades away, while the existing path stretches sideways to a different one.\nD.The greenery on the right vanishes, and the familiar trail curves left toward a new destination.", + "answer": "A" + }, + { + "id": "f9e0d681-33bd-4249-bad5-356d4602a6b8", + "image_path": "images/173.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Some roads are built on the bareland.\nB.Certain streets are constructed on the grassy field.\nC.Several avenues are created on the sandy surface.\nD.Some pathways are established on the rocky terrain.", + "answer": "A" + }, + { + "id": "8f290d90-6c73-45a7-b275-946dd62f1076", + "image_path": "images/174.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A new band of woods appears on the right side.\nB.A vibrant area of greenery is visible in the foreground.\nC.A series of trees can be seen on the upper edge of the image.\nD.A dense patch of forest emerges on the left side.", + "answer": "A" + }, + { + "id": "a29f4d59-7a86-4dcf-8b82-9ba0120423a8", + "image_path": "images/175.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A fresh pathway has been constructed adjacent to the existing one, while several structures appear on the left side. \nB.A new road is built near the original one, some buildings are built on the right.\nC.An additional street is established close to the previous road, with a few houses located in the background.\nD.A newly paved route runs parallel to the old one, and there are some skyscrapers visible in the foreground.", + "answer": "B" + }, + { + "id": "1ac32ed2-b1bc-4b15-b166-4c18e8ad6c27", + "image_path": "images/176.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Some buildings are built on the bareland on the upper side, the buildings on the lower side are replaced by new ones.\nB.Some edifices are placed on the sandy area in the northern section, and the buildings in the southern section have been replaced with taller ones.\nC.A few houses are located on the rocky terrain on the eastern side, whereas the structures on the western side have been renovated with bright colors.\nD.Some structures are constructed on the green fields on the left side, while the buildings on the right side have been updated with modern designs.", + "answer": "A" + }, + { + "id": "c244e7bd-4e0c-4083-a35d-4a8c04c8fa96", + "image_path": "images/177.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Numerous bent highways have been added adjacent to the former one, and a selection of buildings can be found in the corner at the top left.\nB.Some winding roads are built near the original one, some buildings are built in the left and upper corner.\nC.Several twisting pathways have been constructed alongside the existing road, while some structures are located in the top left corner of the image. \nD.A series of curving streets have been developed next to the previous route, with a few edifices positioned in the upper left section.", + "answer": "B" + }, + { + "id": "f588bd65-dae2-4d80-8d59-787f77cbff16", + "image_path": "images/178.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Some buildings are built on the bareland on the lower side.\nB.Several structures are constructed on the grassy area to the right.\nC.Numerous skyscrapers rise from the sandy landscape on the left side.\nD.A few houses are situated on the rocky terrain in the upper section.", + "answer": "A" + }, + { + "id": "4c2076df-d9e1-474b-9209-5f047bf41d1b", + "image_path": "images/179.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A few houses are situated on the grassy area in the center.\nB.Some buildings are built on the bareland on the right side.\nC.Multiple towers are erected on the vacant lot at the top of the image.\nD.Several structures are located in the open space on the left side.", + "answer": "B" + }, + { + "id": "81dd1ba5-b2ce-4887-9a1a-33a69f2c4383", + "image_path": "images/180.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Some buildings are built on the bareland with a new road nearby.\nB.A number of houses are situated on the open terrain adjacent to a newly formed street.\nC.Several structures are constructed on the vacant land with a recently paved pathway close by.\nD.Various establishments are located on the undeveloped area alongside a freshly created avenue.", + "answer": "A" + }, + { + "id": "3cbe4e46-a986-4803-8380-b3936e606500", + "image_path": "images/181.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A cluster of skyscrapers rises above the landscaped area, with a couple of trucks in the vicinity.\nB.Several structures are constructed on the vacant lot, with a few cars parked close by.\nC.Various houses are situated on the cleared land, alongside some bicycles nearby.\nD.Some buildings are built on the bareland, with some vehicles nearby.", + "answer": "D" + }, + { + "id": "4b78a065-0048-4ce1-9ea1-41bb74e77892", + "image_path": "images/182.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.A few skyscrapers are situated on the undeveloped area in the right corner, with several buses parked close by.\nB.Some buildings are built on the bareland in the left and upper corner, with some vehicles nearby.\nC.A cluster of houses is located on the open ground in the lower corner, with some pedestrians walking around.\nD.Several structures are established on the vacant land in the upper right section, accompanied by a few bicycles in the vicinity.", + "answer": "B" + }, + { + "id": "887583e7-daae-4295-8743-b24ca629ab29", + "image_path": "images/183.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Two structures are constructed on the vacant land, with several stationary cars nearby.\nB.Two buildings are built on the bareland, with some parked vehicles nearby\nC.A pair of edifices stands on the open terrain, accompanied by a few vehicles at rest in the vicinity.\nD.Two towers rise on the uninhabited lot, with some resting automobiles close by.", + "answer": "B" + }, + { + "id": "759abb50-dcba-4637-a7eb-013f67952c04", + "image_path": "images/184.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A large building is built on the bareland on the upper side, some vehicles are parked around.\nB.A tall structure stands on the empty lot on the lower side, and several bicycles are arranged near it.\nC.A massive facility is situated on the grassy area on the right side, with numerous trucks stationed nearby.\nD.An expansive warehouse is located on the vacant terrain on the left side, with a few cars clustered close by.", + "answer": "A" + }, + { + "id": "0db388f7-4659-4b22-ab78-8a6c39a3f49c", + "image_path": "images/185.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The deserted region is converted into various buildings and streets, with many pedestrians walking by.\nB.The open space is replaced with several gardens and pathways, featuring people strolling and enjoying the scenery.\nC.The bareland is replaced to some parking lots and roads, with many cars parked.\nD.The vacant area has been transformed into numerous playgrounds and walkways, filled with children playing.", + "answer": "C" + }, + { + "id": "5101f1bc-aa01-4f43-93c9-acdc28ea91f0", + "image_path": "images/186.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.A dirt trail and a paved trail stretch across the foreground, while a few pedestrians stroll along.\nB.An asphalt highway and a gravel road are positioned on the left, with a number of trucks navigating their way.\nC.A wide path and a narrow path run through the center, with several bicycles riding along them.\nD.A straight road and a winding road are built on the middle, some cars are driving on them.", + "answer": "D" + }, + { + "id": "2b22aaa5-0e00-4a61-95bc-d8504addd616", + "image_path": "images/187.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A new straight path is constructed in the bottom right and lower corner.\nB.A new winding road is built on the left and upper corner.\nC.A brand-new circular route appears in the upper left and dark region.\nD.A new curvy lane is created in the east and central area.", + "answer": "B" + }, + { + "id": "fa884ef0-7b6f-4c5b-b531-82b346e66410", + "image_path": "images/188.png", + "question": "What changes have taken place from the left scene to the right one?\nA.The road on the upper side is reconstructed, with a building constructed nearby on the bareland.\nB.The pathway on the left side is being expanded, with a facility erected close to the vacant lot.\nC.The street on the right side is upgraded, featuring a house established next to the cleared area.\nD.The pathway on the lower side is newly paved, accompanied by a structure built adjacent to the open field.", + "answer": "A" + }, + { + "id": "f4113370-b86a-472b-bfc5-2e7d147faf5c", + "image_path": "images/189.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Several structures are located on the vacant land at the northern area.\nB.Various facilities are situated on the open space at the eastern part.\nC.Some buildings are built on the bareland on the upper side.\nD.A number of houses are constructed on the cleared terrain at the lower end.", + "answer": "C" + }, + { + "id": "fab12c78-8c2b-48f9-92f2-749940b2e674", + "image_path": "images/190.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Some buildings are built on the bareland in the left and upper corner, the road is rebuilt.\nB.A number of homes are situated on the open area in the center and lower section, and the street has been renovated.\nC.Numerous skyscrapers are erected on the developed terrain in the top right and bottom left areas, and the highway has been upgraded.\nD.Several structures are constructed on the vacant land in the right and lower corner, while the pathway has been resurfaced.", + "answer": "A" + }, + { + "id": "09178585-3b3c-4cbc-97c2-3c3d48a6c94e", + "image_path": "images/191.png", + "question": "What changes have taken place from the left scene to the right one?\nA.A small structure is situated on the vacant land in the left and upper corner.\nB.A tall skyscraper stands on the sandy terrain in the right and upper corner.\nC.An enormous factory is located on the grassy area in the center and upper section.\nD.A large building is built on the bareland in the right and lower corner.", + "answer": "D" + }, + { + "id": "08c2c5fc-299a-49e4-b824-66af98b3d725", + "image_path": "images/192.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.Some buildings and winding roads are built on the bareland on the lower side.\nB.Several structures and meandering pathways are situated on the rocky terrain to the left.\nC.A variety of architecture and curved streets are located on the grassy field in the foreground.\nD.Numerous houses and twisted avenues are established on the sandy landscape in the upper section.", + "answer": "A" + }, + { + "id": "c4f27452-3048-4e66-b393-c208edb2da3c", + "image_path": "images/193.png", + "question": "What changes have occurred from the left scene to the right scene?\nA.Several houses are located on the grassland in the middle and upper area.\nB.A few towers are situated on the sandbox in the right and lower quadrant.\nC.Some buildings are constructed on the bareland in the left and lower corner.\nD.Some structures are placed on the gravel in the upper and right section.", + "answer": "C" + }, + { + "id": "24d72908-2342-465d-829d-83eaa7287ddd", + "image_path": "images/194.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Three towering structures stand on the open terrain, surrounded by several cars parked alongside.\nB.Three massive edifices are located on the undeveloped land, with a few trucks positioned in the vicinity.\nC.Three large buildings are built on the bareland, with some vehicles nearby.\nD.Three substantial constructions rise from the empty ground, accompanied by a handful of bicycles close by.", + "answer": "C" + }, + { + "id": "277ef040-accc-45c0-aa17-f0342f006b6c", + "image_path": "images/195.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Three tall structures are situated on the grassy field, with a curved path on the right.\nB.Three large buildings are built on the bareland, with a straight road on the left.\nC.Three small houses are placed on the sandy terrain, with a winding street at the top.\nD.Three modern towers are constructed on the rocky surface, with a diagonal avenue in the foreground.", + "answer": "B" + }, + { + "id": "da856053-ade2-4559-bd78-d63f1bb3fea5", + "image_path": "images/196.png", + "question": "What changes have taken place from the left scene to the right one?\nA.Several structures are located on the right side with a few bicycles stationed close by.\nB.Numerous warehouses are positioned on the top side with a couple of trucks unloading at the entrance.\nC.Some buildings are built on the left side wih some vehicles parked nearby.\nD.A group of houses can be seen in the center with some pedestrians walking around them.", + "answer": "C" + }, + { + "id": "b55c9cd2-9d2a-4990-b84a-c227a37d67eb", + "image_path": "images/197.png", + "question": "What differences can you observe from the left scene to the right scenes?\nA.Several tall skyscrapers are constructed on the rocky terrain in the center.\nB.Some small structures are situated on the grassy area on the left side.\nC.Some large buildings are built on the bareland on the right side.\nD.A cluster of medium-sized houses is located on the sandy ground on the far side.", + "answer": "C" + }, + { + "id": "41afb2e0-77d8-41ae-97ed-545c9b62f422", + "image_path": "images/198.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Several bright-colored buildings are positioned on the sandy terrain in the foreground, with a smaller one placed at the back.\nB.Some tall skyscrapers are constructed on the grassy area to the west, while a smaller structure is located to the east.\nC.Some large buildings are built on the bareland on the lower side, a smaller one is built on the upper side.\nD.A cluster of modern structures stands on the rocky land to the north, and a petite building is situated to the south.", + "answer": "C" + }, + { + "id": "a51b772f-f2ed-405f-a95d-b93995b8a1d6", + "image_path": "images/199.png", + "question": "How has the scene on the right changed compared to the scene on the left?\nA.Four buildings are built orderly on the bareland on the upper side, a parking lot is built in the left and upper corner.\nB.In the lower right section, four structures are arranged neatly on the grassy field, while a playground is located in the bottom left corner.\nC.Three skyscrapers rise prominently on the rocky hillside to the east, while a bus station occupies the lower and right part of the scene.\nD.On the right side of the image, five houses are situated chaotically on the sandy terrain, and a swimming pool is found in the upper middle area.", + "answer": "A" + }, + { + "id": "2dd7d67f-b1b8-4bf7-83ac-f5f897dc7505", + "image_path": "images/200.png", + "question": "Can you identify the changes that occurred from the left side to the right side of the scene?\nA.The parking lot is expanded towards the woods, with many parked vans.\nB.The parking space has been widened toward the beach, showcasing a variety of parked SUVs.\nC.The parking lot is extended in the direction of the mountains, featuring several parked cars.\nD.The parking area stretches out toward the river, filled with numerous parked trucks.", + "answer": "A" + } +] \ No newline at end of file diff --git a/perception/cross_instance_discerment/change_detection/images/1.png b/perception/cross_instance_discerment/change_detection/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..832b12375c7dabde532f29462694e7af665f658f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bbc6c3fdc4b6a6ec02a9af74ac247b067ebdd9e69b87dafe726c90f379b410 +size 240042 diff --git a/perception/cross_instance_discerment/change_detection/images/10.png b/perception/cross_instance_discerment/change_detection/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..001738f637b06b01fc1d43f229f25f7c7f8681cc --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5805385083c0783ae1b4c8ec5c2e9571081897b7f745c5c0f8d8011ec359a9 +size 239443 diff --git a/perception/cross_instance_discerment/change_detection/images/100.png b/perception/cross_instance_discerment/change_detection/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..7554688795648973213ca7c415dbb443cf192d7c --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9850f718d7496053be013de80cf4cf6d32150cd071c9ca90cc771986f64cff2b +size 223108 diff --git a/perception/cross_instance_discerment/change_detection/images/101.png b/perception/cross_instance_discerment/change_detection/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc93aed9f4d711532a4cb40d5dea7b68c8dc86e --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec8504238c926dd994bb510e3aeb50f7463fc0a821fd44ea9569a729ec86248 +size 219933 diff --git a/perception/cross_instance_discerment/change_detection/images/102.png b/perception/cross_instance_discerment/change_detection/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..b3509310dd5a034849036e8612e9f5422b135227 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eefff1ee98605653fe1db9d27f395bc07cd9c3d78b45462999d2b592442cf4c +size 232413 diff --git a/perception/cross_instance_discerment/change_detection/images/103.png b/perception/cross_instance_discerment/change_detection/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..74daa4a0ed9571c15e42c737d9910d17fc9f6b73 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841622b71e157d7813055da09d8e584dac5715893fd7774e6c09f6f793dee8ad +size 196363 diff --git a/perception/cross_instance_discerment/change_detection/images/104.png b/perception/cross_instance_discerment/change_detection/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..c8867bb55de0e49bef5102cb907c150a1d8153f2 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f9e0b28efdf1e02693f6f1d776dfdc45fdce0424d0e493dac31aa997345132 +size 227850 diff --git a/perception/cross_instance_discerment/change_detection/images/105.png b/perception/cross_instance_discerment/change_detection/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..c24d21f03860e3f4e82d89775063ee8f1abcc113 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d0c09ecd327f9893a50bc138b616822139fbd63422c2d8a498d1277d915666 +size 204373 diff --git a/perception/cross_instance_discerment/change_detection/images/106.png b/perception/cross_instance_discerment/change_detection/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..a99f434f1a9cca1dc6ed86159bafd930b64feaab --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73411a646b540f2dfd0b9ebe64a48a4dd4fad7f38c1671fbef93de6743b7d0f5 +size 214103 diff --git a/perception/cross_instance_discerment/change_detection/images/107.png b/perception/cross_instance_discerment/change_detection/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..f73426a7091cdde173e1cd8e642bffbb95a677f5 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fd2b04df31c657d4d8f9c4f83bc6556d088c0fafe13277baa4208c2ffaccf0 +size 212835 diff --git a/perception/cross_instance_discerment/change_detection/images/108.png b/perception/cross_instance_discerment/change_detection/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..c777ca524c7ba2d6c63b01f05d8fea02cbd821d5 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4db1af4cd8b6e7332e3440105d132fcb66c2123ce16b830a42b855b673e4a0 +size 222320 diff --git a/perception/cross_instance_discerment/change_detection/images/109.png b/perception/cross_instance_discerment/change_detection/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..204a31a181aa97123a132279ab52d45c6512e959 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96436049001a1e15ba0db9a00fcece3ea68c076266d92c10c1adb18db214d12b +size 218582 diff --git a/perception/cross_instance_discerment/change_detection/images/11.png b/perception/cross_instance_discerment/change_detection/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b06fa5699fea655bcbd79fbe0583db56f6b5245d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3202f6de6d50f8c33389d4549711d1815b2b725fc6d87b252e03669ad976e0f +size 234711 diff --git a/perception/cross_instance_discerment/change_detection/images/110.png b/perception/cross_instance_discerment/change_detection/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..858f75e6a28443e1b5baba59b94a11c3bae4dbc6 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54cd1bdc3a10848ccc8fbb928d084d48a35e977ab04d6e38f5ff1e0caa790cb +size 200955 diff --git a/perception/cross_instance_discerment/change_detection/images/111.png b/perception/cross_instance_discerment/change_detection/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..e91f1de1e28265e3e36402d55b417bb4e6d17887 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299b937c2dadd94db34f2df95b0fa2ca301780ea6f78b418a38130d36090a76a +size 191190 diff --git a/perception/cross_instance_discerment/change_detection/images/112.png b/perception/cross_instance_discerment/change_detection/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..cb0540b4f24476e6d5f5f1be262c56ace92d9fc6 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1248d90e8490325329beb2931d18c051e06704336b1167359e7062d9edf439 +size 228054 diff --git a/perception/cross_instance_discerment/change_detection/images/113.png b/perception/cross_instance_discerment/change_detection/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..b359fabc14c6f4d5d9f09d00d20f50aa20e16719 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741b6d9213627572305af7da995187468e823e0ff6ec67c1fe6dac33a21ecf53 +size 241499 diff --git a/perception/cross_instance_discerment/change_detection/images/114.png b/perception/cross_instance_discerment/change_detection/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..676180b3413b9cf3b5cfc292ca8a204f08a0d118 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff22d9cc35e3520887a876b67a9c724c87f257cc546a45c1fcaecc7ba2209ca +size 213211 diff --git a/perception/cross_instance_discerment/change_detection/images/115.png b/perception/cross_instance_discerment/change_detection/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..b6433328fa1e9c6bd699eded199437d13be0d07e --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e724f7071bc61ae3e56e17032b2b14e3de3ecb641c66cf9f12f9444961993d +size 228737 diff --git a/perception/cross_instance_discerment/change_detection/images/116.png b/perception/cross_instance_discerment/change_detection/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..e83b78066a9d479df3cc572308e0d91650668832 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0406590a3c45a7c634374494f9eda098d266ca499dfee4ac90b1cce76c1014 +size 257759 diff --git a/perception/cross_instance_discerment/change_detection/images/117.png b/perception/cross_instance_discerment/change_detection/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..159b16096c53e91ef7c46c49ffd068c12f07e67d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebd06586df4eeeb7fa2df38401d5da05e8564b7948564ca1b2579eca2967536 +size 256796 diff --git a/perception/cross_instance_discerment/change_detection/images/118.png b/perception/cross_instance_discerment/change_detection/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a505b9b53005e253bebde8c6c68af69a1d252f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216abf99fa4b2f5a4f85c601b49a5a6fdb35f9f560cc4c968ea9d8c303c4ee64 +size 229709 diff --git a/perception/cross_instance_discerment/change_detection/images/119.png b/perception/cross_instance_discerment/change_detection/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..4647b222e663410777c52afbe26c88119fa7522e --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae092019217a22a8899b2b1a9b3e2fa1cc5ac72aa58541b43582398df5bc6b0 +size 264070 diff --git a/perception/cross_instance_discerment/change_detection/images/12.png b/perception/cross_instance_discerment/change_detection/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..702606c00acc1829d4d3ae287b96c0c6875c8bd0 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d82c76228e7b741bbbf40613db6e7c36a56b9b853a81f70437831a63d1bddbb +size 204324 diff --git a/perception/cross_instance_discerment/change_detection/images/120.png b/perception/cross_instance_discerment/change_detection/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..ee9a6b18a37c5dcf1a82fa9124ed1f6d36257495 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2d18cdd9aed21a88c801661894b067bca46ef3da71f63ae3a00d53e0969cd5 +size 234982 diff --git a/perception/cross_instance_discerment/change_detection/images/121.png b/perception/cross_instance_discerment/change_detection/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..fc0d9838b954b02d32d3a4ed1a4df659fe765a76 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd15330e9e4de7f5089c1bd13024b041ed8eb330b3050e366fde97e6202694b +size 209454 diff --git a/perception/cross_instance_discerment/change_detection/images/122.png b/perception/cross_instance_discerment/change_detection/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..bd57a17ee780815a06e51e5c3ff64244b19f656f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359bb381b18977cea7d6841ba93600dbcfe5621bb3319289e5e08eae6ee663d2 +size 249848 diff --git a/perception/cross_instance_discerment/change_detection/images/123.png b/perception/cross_instance_discerment/change_detection/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..e3b2d6b2506c2ca7d6ea59fab412339815bac058 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e40d9f642d755e985b6f5e91dc0c7a2b71c77ef8d78794b38f695f1d9ded52 +size 220179 diff --git a/perception/cross_instance_discerment/change_detection/images/124.png b/perception/cross_instance_discerment/change_detection/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..695e8617e6acdb34646e74dcfbce5a7af28a78d1 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ea8dc42b23f96bf5e28df25c5eaa047a36db41ed4e2a09af9f5bafa3803333 +size 242260 diff --git a/perception/cross_instance_discerment/change_detection/images/125.png b/perception/cross_instance_discerment/change_detection/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..b73392cf7391064e40c71dc0eb0b45b4bc5a6332 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e92c2d8c66e0edaec3f0e75505175d7cd2066b17c8c0fc338a4cc834504b919 +size 191544 diff --git a/perception/cross_instance_discerment/change_detection/images/126.png b/perception/cross_instance_discerment/change_detection/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..b4588cc7288d64020b05ee7e862dd137461999b1 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381a4c551eeab19a4a9abd53028a266f1a76df49887c7276908fe1a13674b268 +size 243440 diff --git a/perception/cross_instance_discerment/change_detection/images/127.png b/perception/cross_instance_discerment/change_detection/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..999eb857305c9d085950acbffe510e6b37ef51c8 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0eb68799c63e45a83854e2f3fcc132c5b8138a184c6fa5c2c01295cc873de1 +size 274026 diff --git a/perception/cross_instance_discerment/change_detection/images/128.png b/perception/cross_instance_discerment/change_detection/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..d5c449191250a458092e74fada2fcd64226ef267 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c577217b3ff955b23aca3294fb428c930ea6f80b98a80409ba7a496c058187e4 +size 261663 diff --git a/perception/cross_instance_discerment/change_detection/images/129.png b/perception/cross_instance_discerment/change_detection/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..76326bec0032b0595c03bfaaa2d062de79ff6983 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591ce874908064a1960a7b7548160b2aefa9cf674685f73443b9a5ea10562dc5 +size 247497 diff --git a/perception/cross_instance_discerment/change_detection/images/13.png b/perception/cross_instance_discerment/change_detection/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..313fe6afeb48a2110572a1867cd89d92352a83a6 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a21df1a359292d2b57e4b9f048d536aca40412449d0c0707aeb5c2b9aa59f4 +size 216145 diff --git a/perception/cross_instance_discerment/change_detection/images/130.png b/perception/cross_instance_discerment/change_detection/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..921ee2b9f93e4cba5f7209f06ecf0698c8a74841 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dba251f8e0c7b307304f800b7d311faf752390ef0c468f16d118e64589f55b +size 229187 diff --git a/perception/cross_instance_discerment/change_detection/images/131.png b/perception/cross_instance_discerment/change_detection/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..158a80a298189b94370ca33c258335c6b9aa6b18 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e252f3f0ad396eac60cf0922ee9b361beec6d592adca656d90bfa134bab6c5 +size 234481 diff --git a/perception/cross_instance_discerment/change_detection/images/132.png b/perception/cross_instance_discerment/change_detection/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..abd0713b6483eac0dafa98c10089676a6248a43a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecf6df6e2445284811c7e0369251bf94d0a777d007978b27497da6998ce6080 +size 186376 diff --git a/perception/cross_instance_discerment/change_detection/images/133.png b/perception/cross_instance_discerment/change_detection/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..259d5d160d38623327c92b6253e9204a4fbdb650 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715c4b7a53931e72f985da53ce5e897fdcffea82e41f2f24134d900de8ecf060 +size 264881 diff --git a/perception/cross_instance_discerment/change_detection/images/134.png b/perception/cross_instance_discerment/change_detection/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..1c63ab719adea1cfb05504be7c44ae5a16b4b690 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6633c478c0a58945590781e933d612f790fc385738ed43b7c9f9cda9ca5ad6e6 +size 252471 diff --git a/perception/cross_instance_discerment/change_detection/images/135.png b/perception/cross_instance_discerment/change_detection/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9aee04e986dc3538ae27e4ca0e03de9e22481a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ad5e8933b78c47cd67c66afce07a1e79e472e6b85fb94843744c49ac457490 +size 235134 diff --git a/perception/cross_instance_discerment/change_detection/images/136.png b/perception/cross_instance_discerment/change_detection/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..7a036fdcc8f3b1960ab24c35dca98a0c18c23296 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc2970d0afbaf407f61f55942a2f44926b0d185a8910c73e726b02847765161 +size 208758 diff --git a/perception/cross_instance_discerment/change_detection/images/137.png b/perception/cross_instance_discerment/change_detection/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..8f217ef598cfdbe2ab22231989dd2892853afbf4 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af0c3d83d1907b820a2a201aea05683529d98b7a91c365e791e4ce0c5f45465 +size 220792 diff --git a/perception/cross_instance_discerment/change_detection/images/138.png b/perception/cross_instance_discerment/change_detection/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..7035cea273f30a43bea2e05e19968b37b61e338e --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee68d6865d681d2ac89aaaa54994a5b90d99f505c3f6000260745e39f689dc4 +size 251512 diff --git a/perception/cross_instance_discerment/change_detection/images/139.png b/perception/cross_instance_discerment/change_detection/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..f9bd34a53c9402d1e35b779ce05f9d2dde8ea01d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080064cf84c1c49fbe3803138001f33973a92ad9dd37532424f3f48423ff8680 +size 263359 diff --git a/perception/cross_instance_discerment/change_detection/images/14.png b/perception/cross_instance_discerment/change_detection/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..22556dd12b816194b6b1eee7fb2e99628efab845 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2408fc6b30ee0306d09797708de67b989560a5c3bea185f0e548aac777360d +size 216035 diff --git a/perception/cross_instance_discerment/change_detection/images/140.png b/perception/cross_instance_discerment/change_detection/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..d81fdc8de5bbe68a0da41295765085768c9ebb25 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f89235744243bce63ea7e7c0692cf8d24b1be7c32e8574b83695fe303cc1f1 +size 247886 diff --git a/perception/cross_instance_discerment/change_detection/images/141.png b/perception/cross_instance_discerment/change_detection/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..88b4e10c89fcd35e340c9bc30d3db9db0bd29647 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8044e124be1249cac378d7e1cfcf7bea31f1dbe51c0f397b57a8e417fc13833a +size 223693 diff --git a/perception/cross_instance_discerment/change_detection/images/142.png b/perception/cross_instance_discerment/change_detection/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..12fb0e8e80ac6fe1f7b8991c8aa76868d674c397 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f7e75bd6caa808ab515b79785b0d5b6703a01f0d28eae1c8b654b376b5cf39 +size 239209 diff --git a/perception/cross_instance_discerment/change_detection/images/143.png b/perception/cross_instance_discerment/change_detection/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..83967a5857673913773f44bef152fe113689a165 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73a12d0ac937b18182ad7c0b3a15c0146a827bc6562cac68e85d7d83d3a2814 +size 230369 diff --git a/perception/cross_instance_discerment/change_detection/images/144.png b/perception/cross_instance_discerment/change_detection/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..738218cb8f44581937b3a27daad1271575d04365 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551db89ebb676bd52f8ac21c75f1bbc7ae437758c4031eee1604ed4e6eea9c14 +size 209461 diff --git a/perception/cross_instance_discerment/change_detection/images/145.png b/perception/cross_instance_discerment/change_detection/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..c48636bd2556d2c69ba37cea932375e087cb488f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a187fea49c39136b2b94178de1a2258d0b5138361b34060c6cf83ac7fcf78c18 +size 153614 diff --git a/perception/cross_instance_discerment/change_detection/images/146.png b/perception/cross_instance_discerment/change_detection/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..8c5dd79a66514c75d39ccafd229198bf41f83a18 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dac9559574e20ef1076757d789dae31eec4c0f54356232fc923c89807593c9 +size 228952 diff --git a/perception/cross_instance_discerment/change_detection/images/147.png b/perception/cross_instance_discerment/change_detection/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..5d44e97708ba23cb23614184702110d68cddffe1 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217fa8eaef29cfb0865303884027c3ece68cfe5dce75448bd7cbc12a6560a52e +size 224105 diff --git a/perception/cross_instance_discerment/change_detection/images/148.png b/perception/cross_instance_discerment/change_detection/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..a25012540f1fb3d8b29af8e07493394d9446c4be --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad739b7e23fe235d0d4d83ff83a45bd44216e3864ed8195e2e0e5363dbf48405 +size 207238 diff --git a/perception/cross_instance_discerment/change_detection/images/149.png b/perception/cross_instance_discerment/change_detection/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..a585550c47b161f53c05a89165794f6fbdb7674f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395fb480ac2848074c8da2460fd9f8220ffdbbfea8b53b6693c9ba8cdd3dc96c +size 218496 diff --git a/perception/cross_instance_discerment/change_detection/images/15.png b/perception/cross_instance_discerment/change_detection/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..99afe5f90c19a3a6934058a51285455e37e4cda9 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6abfe22b91334b19dd7a440a85033aa9ceb2850b0212a55a7d2e733a98b2dc +size 215735 diff --git a/perception/cross_instance_discerment/change_detection/images/150.png b/perception/cross_instance_discerment/change_detection/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..52220677ebc6cf03ad51e8a0854cd23ad4a7a43b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9189bfa1d371090a4aa0d81eb6e963c4ba6110758f81668c25650253e34431 +size 208037 diff --git a/perception/cross_instance_discerment/change_detection/images/151.png b/perception/cross_instance_discerment/change_detection/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..1004782b0ccdf84c884ecd77e12611bc4ad6f299 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f95bc5b3a0eb4ce020f1eabc51caa7f943a3c5cd19d8c0e91fd90e4557a1287 +size 210414 diff --git a/perception/cross_instance_discerment/change_detection/images/152.png b/perception/cross_instance_discerment/change_detection/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..cf656098e335d6f963df4cfcfa8878bb45958fd3 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576eab068503e069646b34604c99e332376995e1a6a372e20bac96f5da6943c1 +size 237009 diff --git a/perception/cross_instance_discerment/change_detection/images/153.png b/perception/cross_instance_discerment/change_detection/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..777c1ce6b69d1cbdbf17c8d9238d600d484ae890 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b7632a890da1e6e6addeea5282bc900d225fe2ca760355fb9e46d57f81f8d9 +size 253349 diff --git a/perception/cross_instance_discerment/change_detection/images/154.png b/perception/cross_instance_discerment/change_detection/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..41c14ee1549dc46785fcf76eaeda2f8402122ebb --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310d45aa87675f19883751e40803c73dd9348262deea34c2bbb977bc3e1df099 +size 218724 diff --git a/perception/cross_instance_discerment/change_detection/images/155.png b/perception/cross_instance_discerment/change_detection/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..8eaeed29826b9c50a35ef7f0e535ba7db3038576 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10e1a6c0a1d43525054b0a942034327db6f380574e043fd91f874fe1d4e488d +size 237000 diff --git a/perception/cross_instance_discerment/change_detection/images/156.png b/perception/cross_instance_discerment/change_detection/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..86ab4f1f005ed219a4ee72fc8700b81baf6a1766 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3b546b80ff1f2b5fa70df6a174cc72f96d1e59902dcb9eea4496a933a073b5 +size 232554 diff --git a/perception/cross_instance_discerment/change_detection/images/157.png b/perception/cross_instance_discerment/change_detection/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..6b787e0dc0d2e0ae52762f7204b95a9df0507106 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f056c0affffdd4d78b134c10eaa254c5a5f3630bc916920fa45785ede3b9119c +size 219884 diff --git a/perception/cross_instance_discerment/change_detection/images/158.png b/perception/cross_instance_discerment/change_detection/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1ac4ca37980f595c0b83ac9f57b44cf8a88197 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83884906d2fc9834acfd049502a33b81dca05779b9295be9c66d5525e010e634 +size 201956 diff --git a/perception/cross_instance_discerment/change_detection/images/159.png b/perception/cross_instance_discerment/change_detection/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3c9429ab08187c2c93d5a7c533cd8f93c461a1 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6778b3dc05f424bf25b6d383f83e8424b946e244de12b01c72d5cd7f1b8ebc5 +size 165355 diff --git a/perception/cross_instance_discerment/change_detection/images/16.png b/perception/cross_instance_discerment/change_detection/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..25045a9c5b3ae4fa6d45334067b5b8e7770f4e17 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361a3cc20a701603ce5af696ef639d8f968fe4d065fb290a83d36fa4ef3dfadd +size 219153 diff --git a/perception/cross_instance_discerment/change_detection/images/160.png b/perception/cross_instance_discerment/change_detection/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..db72957810e48c7fc1e3a64bbd2c3727b801ba20 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b88c9e22bd3945e70f68b24df05069231753e8cd610d8cbe4d004d8e4043282 +size 228860 diff --git a/perception/cross_instance_discerment/change_detection/images/161.png b/perception/cross_instance_discerment/change_detection/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..96827cb74da4f76f7902c0f2ee64c65b4c1ba9cc --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3b97eba8d46d147d2eddb438fd17844ec6fd1454929348294fdafdcfb533db +size 266221 diff --git a/perception/cross_instance_discerment/change_detection/images/162.png b/perception/cross_instance_discerment/change_detection/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd0c141e95e32ec351ac59d5fa7b424476a2bfa --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2836eef1a0d5a89ad74b244e9d456ba1171492060d385faec30ce0c6a19a7251 +size 246175 diff --git a/perception/cross_instance_discerment/change_detection/images/163.png b/perception/cross_instance_discerment/change_detection/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..0155582f152be93992139d514c27acbeae83d4bf --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d15135d5319ddadfffe5fa4b349d3abe83cb7a9fb0b46dd902b56d76355ea88 +size 244767 diff --git a/perception/cross_instance_discerment/change_detection/images/164.png b/perception/cross_instance_discerment/change_detection/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..a068a7195f6e2432b513aa239da62571a8a5da7e --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b0c411d5eb94ba877c923825f0ad57b8ed45533e801de783d54bbeb0733eb0 +size 216031 diff --git a/perception/cross_instance_discerment/change_detection/images/165.png b/perception/cross_instance_discerment/change_detection/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..c16b8ad3e2d2de62f71a522815422c30108296aa --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a082c8099b92b2dca1cc5a35c39df935314afe25fcce96f982392136ffcedb83 +size 229577 diff --git a/perception/cross_instance_discerment/change_detection/images/166.png b/perception/cross_instance_discerment/change_detection/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..2428b01811e1a5f516a291d0df259a782d19f059 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345875bd3164a0d0073c9cf942795a646feb42e4ef11a515e9e98836143794ce +size 247312 diff --git a/perception/cross_instance_discerment/change_detection/images/167.png b/perception/cross_instance_discerment/change_detection/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..e0ecfd07819b21c43993caed9e548d5f93fc4765 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b079f5678ea2c59b3f185f120397ef9c51d9a5a3eadff82fde36d1f48c35b4ae +size 246146 diff --git a/perception/cross_instance_discerment/change_detection/images/168.png b/perception/cross_instance_discerment/change_detection/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..99db5585aef3a9f50f09cb900b226795e938ef02 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937d2e5a8215435d512d37a82a738ecf24a39ac1b420efa81ef1820b5822591a +size 200481 diff --git a/perception/cross_instance_discerment/change_detection/images/169.png b/perception/cross_instance_discerment/change_detection/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..1f5d5eaf99406c94b8b4ae3fa5109bcf29ba4581 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b3842673b54eedc3241557523cd135d58ae9499203890a53ece9f9ca357cb7 +size 230005 diff --git a/perception/cross_instance_discerment/change_detection/images/17.png b/perception/cross_instance_discerment/change_detection/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..c0651b9b59fbe47779d6ca22951647f89ba610ce --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a66a19b7bfc0425413c55ed1c558fe5de2d7123e5c9d2584385b6e177b0dd48 +size 227520 diff --git a/perception/cross_instance_discerment/change_detection/images/170.png b/perception/cross_instance_discerment/change_detection/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..25546d723beedc57dfe8624b681e9f22519dec14 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20287db1363bca8f12c8380dba77f33e402964011d792b9a508fe7a8f1421e6 +size 223504 diff --git a/perception/cross_instance_discerment/change_detection/images/171.png b/perception/cross_instance_discerment/change_detection/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..3c771a83d158f46eacffeb2593cace2eae45cb11 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f713d30952049d818cb6033f9b80e0683a75e84e7f4df8cb6650d1cbad73e5d +size 186737 diff --git a/perception/cross_instance_discerment/change_detection/images/172.png b/perception/cross_instance_discerment/change_detection/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..789115118e027164f808f70d0cc3fe4d09517f73 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9985d65c6ab6d1cf9efe312e4f89a8b42c84e36ad04a5500c11f5e724231ae0b +size 217022 diff --git a/perception/cross_instance_discerment/change_detection/images/173.png b/perception/cross_instance_discerment/change_detection/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..a89b2866e903639c870ad2c7e06fac13d579c8d2 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a70ce0a4bff38b0e86c8e73341fee67ee65ce63256f67788e57dc0310aeaea +size 181593 diff --git a/perception/cross_instance_discerment/change_detection/images/174.png b/perception/cross_instance_discerment/change_detection/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..3c96a310cde022c994b6dcaf586e56261870c83b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b553719ada24df199d0df6c8c27ea56657c6245a9f2ea03aa8735e17a6ccc11 +size 118124 diff --git a/perception/cross_instance_discerment/change_detection/images/175.png b/perception/cross_instance_discerment/change_detection/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..a824df481ba077cfc77c8debdf939a101750b525 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7d37eb8b280dcd917ea1c567cc9e130476edef01f18db235bd6b9b5040a1f3 +size 196924 diff --git a/perception/cross_instance_discerment/change_detection/images/176.png b/perception/cross_instance_discerment/change_detection/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b03ca387bb0fa6a06ad1fe6d2c0aea435a4dd8 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffefe26d6a33afe3b0287630465f3e017794881bbe2382e41531bddfd860dccd +size 202134 diff --git a/perception/cross_instance_discerment/change_detection/images/177.png b/perception/cross_instance_discerment/change_detection/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..2d874d405d42a1ab6e78fc48006329931cedb8de --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220be6dec5dbb3c1a2133dd65053ab5dc85b2897838f00ef14700e3e00cb98ec +size 221772 diff --git a/perception/cross_instance_discerment/change_detection/images/178.png b/perception/cross_instance_discerment/change_detection/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..83e577cd9152470762a33d959c3d4a92aabd5a19 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446ec57f7ecc8023626c7cbea30ce8d9e17f18b14cd3b5a2b03fef5cf7535964 +size 233743 diff --git a/perception/cross_instance_discerment/change_detection/images/179.png b/perception/cross_instance_discerment/change_detection/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..97a377b2e36b8e34f440f0dab02ab3eab3887151 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576cd5f14055cb4c02dc78d3a4b8e59859ed6f5eec753a49bf6f0be2f20c8aa8 +size 187045 diff --git a/perception/cross_instance_discerment/change_detection/images/18.png b/perception/cross_instance_discerment/change_detection/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3a28175123f5fa852cac36f828fb630389c158 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f49c2a639e8aace601a7cf864331402fbfb5d46303a4225ec1db85f22988f47 +size 245489 diff --git a/perception/cross_instance_discerment/change_detection/images/180.png b/perception/cross_instance_discerment/change_detection/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..11c7d6a2fae82bea41d2908ef59ec2237da841a4 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76866ae4e61e093745e8ca1ab6d7df6887642f82bb7d692f9698f8bdc6a73a82 +size 140283 diff --git a/perception/cross_instance_discerment/change_detection/images/181.png b/perception/cross_instance_discerment/change_detection/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..e72f43dd5b4ea162ea1ade3843c30544fa04520c --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8451d89654668a715fb20bae93bf1a67354c6d525f24ba25d917bd9ddde67b83 +size 173860 diff --git a/perception/cross_instance_discerment/change_detection/images/182.png b/perception/cross_instance_discerment/change_detection/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bf0e18ff42b75dd2ea4a470c6b86142931932e --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73dbd540a8432a129700eab28ca71d72906c2212871b2573750dfc576b1e770 +size 205134 diff --git a/perception/cross_instance_discerment/change_detection/images/183.png b/perception/cross_instance_discerment/change_detection/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..12457f456c910bc9fe49a161155855eeb60dcca2 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc85ddf779a746da89c3d9b363858b2fa0297aed2abe97b9659f6b722ace1a76 +size 171405 diff --git a/perception/cross_instance_discerment/change_detection/images/184.png b/perception/cross_instance_discerment/change_detection/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..137ef099d77b95d962dc92759b9313f219722cf8 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963334de840469b8351181582afd54e8bc96e3a4207fb1a49de1e53c1ee41303 +size 194341 diff --git a/perception/cross_instance_discerment/change_detection/images/185.png b/perception/cross_instance_discerment/change_detection/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ba32ea22c6868dd5e3776f04d02b8334be1917 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b451ca96eb17334ba1126b0629d10b01b1ea947b2a9f5cbaaa8039c2feb552 +size 226995 diff --git a/perception/cross_instance_discerment/change_detection/images/186.png b/perception/cross_instance_discerment/change_detection/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..bc56bbb9cd7aca077ecaf23779655240b1c92df3 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6384efe41edc442c97b1bd1ce432a6ba2272b127ab0ffbce93682882e5b7593 +size 210676 diff --git a/perception/cross_instance_discerment/change_detection/images/187.png b/perception/cross_instance_discerment/change_detection/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..4676e6ff153b6953bd268d5c8cec9d62794df876 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb15d5378d2d9d93614f319e5306be013e10ef340aed9a8eab0f9b49d53f621 +size 227329 diff --git a/perception/cross_instance_discerment/change_detection/images/188.png b/perception/cross_instance_discerment/change_detection/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..e043dcf8a144c8faab7bd4f966b3a62c39f1a12d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f91d0003458763fea89213e5a970d6bed7646422c399a7c1f3d9a0fde0e40c7 +size 184045 diff --git a/perception/cross_instance_discerment/change_detection/images/189.png b/perception/cross_instance_discerment/change_detection/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..d17087c4cd808212c510e7a704f4b962adefdf6a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07941784aecc4407b5ad1606cdb8593b6277509abe8c820d875949706776070 +size 215540 diff --git a/perception/cross_instance_discerment/change_detection/images/19.png b/perception/cross_instance_discerment/change_detection/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..77ed9c825d5d948d84f0813a8c82f543966fd3bc --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b8680126562a7a34494aeda4e86ab6911d7266c9d865345136f9b08d00c87f +size 213045 diff --git a/perception/cross_instance_discerment/change_detection/images/190.png b/perception/cross_instance_discerment/change_detection/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..500e73cc302428830c5369c9089c295b8789ff8f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efea76b806da38012c7ab7dbb87f25e78314b4ef80b1872c2d1e87d715f4734 +size 183928 diff --git a/perception/cross_instance_discerment/change_detection/images/191.png b/perception/cross_instance_discerment/change_detection/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e05e04c33d8f77cb43b737c9244d463b2fb102 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34483e6b1d29981ba98604ded37de8ef036ea545b64ffa6393b921e61fe06458 +size 228543 diff --git a/perception/cross_instance_discerment/change_detection/images/192.png b/perception/cross_instance_discerment/change_detection/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..e881bae4f7bbcdca56535317b820db9c79b61540 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509a0df37da67323765312d4a219e17225317c8ab6619d2ddbac3a52f88db2c4 +size 212198 diff --git a/perception/cross_instance_discerment/change_detection/images/193.png b/perception/cross_instance_discerment/change_detection/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..3d055d0df1d5f873a488e87168cf32418c3acc69 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e7efee262162de3345e3ba181af335ca6e594aacb6c52c616baf85613594d2 +size 219918 diff --git a/perception/cross_instance_discerment/change_detection/images/194.png b/perception/cross_instance_discerment/change_detection/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..2debf7c3d716e83ae2d671e657cbb4f1a4597ce4 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96966f538a01c0d9fc70845de0bb24410ec8c79581056bc8a5843fb8b81a7f8e +size 144109 diff --git a/perception/cross_instance_discerment/change_detection/images/195.png b/perception/cross_instance_discerment/change_detection/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..4352aca98ecfb1bcd2337c8beb692f6430d43f43 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eade3ca43cc0fe7bb2db52aa4dafcf6e34cfa4d07ab541b65d6664e3cbe2603a +size 145136 diff --git a/perception/cross_instance_discerment/change_detection/images/196.png b/perception/cross_instance_discerment/change_detection/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fc59975dc6dceb76bc09f65faa0696c58744e6 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7896f6f9f3c62d67efc7f24b1cd0a4dae2779cee88e01932c3a6a61176f8d42 +size 210608 diff --git a/perception/cross_instance_discerment/change_detection/images/197.png b/perception/cross_instance_discerment/change_detection/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..921238eff18d5f0eda9958e3adbe56a3e2e9ec79 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f4170d4e918a6bf5ecae2cbf3188bc27a6416a14814da67b2c8e79e4146bc6 +size 200679 diff --git a/perception/cross_instance_discerment/change_detection/images/198.png b/perception/cross_instance_discerment/change_detection/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..23f3dce59fb15ff889fbb49a2ad4efa899bd7712 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1833f7d85e92e4dcbb395218853f5dce99a0d74f27bc66eb4e4c3f21e99fe1cb +size 159549 diff --git a/perception/cross_instance_discerment/change_detection/images/199.png b/perception/cross_instance_discerment/change_detection/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4d5cd827f220e4469f84107e00e3bdf3f877a4 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d150cad13f2cb8d8f786da8467ea85bd8e7d06e30e8e72a01e5b0ea5bb0523b2 +size 197930 diff --git a/perception/cross_instance_discerment/change_detection/images/2.png b/perception/cross_instance_discerment/change_detection/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb9e817b81f983283c8a80b659988f089b6bae8 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a27223fe270534bfe32b6dd3429a1105321a978818e34fd33b7fdac9a8f416 +size 217615 diff --git a/perception/cross_instance_discerment/change_detection/images/20.png b/perception/cross_instance_discerment/change_detection/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8cd0494573fc0a0800467079c98f7eb2ac7ec3 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07140e1379a6ede811275c42fe52875d3fe58d803897b5392a1886f1c08ac569 +size 193025 diff --git a/perception/cross_instance_discerment/change_detection/images/200.png b/perception/cross_instance_discerment/change_detection/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..5cddf902ee0c7504715fc4604b149262bda6f30c --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769f858e9cb42eb1b9bb5fdfdfe22a47e823970c920feabff171ec6ee4c8994c +size 215297 diff --git a/perception/cross_instance_discerment/change_detection/images/21.png b/perception/cross_instance_discerment/change_detection/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..aabf7894191a80a875660094c652c69b1b012f3b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45b5a020fec5c0120b6068cae5a1d15c76532c8853efb6f8da28392db30dfa9 +size 225522 diff --git a/perception/cross_instance_discerment/change_detection/images/22.png b/perception/cross_instance_discerment/change_detection/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..70825238f3134a72cf5e5260853040d2ce254b7b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a3491205fee1f595bbcddd70576f52057db29b7d735114dcc7d3f9728dda3c +size 234844 diff --git a/perception/cross_instance_discerment/change_detection/images/23.png b/perception/cross_instance_discerment/change_detection/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f9477c2363a7e291d7dabf85163e58deeacc74 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef55ab32eacbee910f9f58a64ffc4f70791ffa04cdb256892c039e1bd6323f6d +size 198676 diff --git a/perception/cross_instance_discerment/change_detection/images/24.png b/perception/cross_instance_discerment/change_detection/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..70e99fbc3394c2ec922528ea98a7e76d94615f66 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a886d95ddffbfb4d588c93ac1d699b409b8a6db55fc2a8b12eca2f50274b5331 +size 232396 diff --git a/perception/cross_instance_discerment/change_detection/images/25.png b/perception/cross_instance_discerment/change_detection/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..f8fa3ba6edeb8d26f1fa08d5fb43cee6002ee78f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26aa328906ac07b7afc8e7503e3b50e16037b9ea969c0c0cacdc1a88119ef867 +size 203310 diff --git a/perception/cross_instance_discerment/change_detection/images/26.png b/perception/cross_instance_discerment/change_detection/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c830657faad55fd9994a4baca6eb6a2a95b85a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914d72046eba405bb53d71fcd8d5d88e9d8598d217d1c9b584358b20331954bf +size 187445 diff --git a/perception/cross_instance_discerment/change_detection/images/27.png b/perception/cross_instance_discerment/change_detection/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..cc83da09e26ec74c2df6d7648918708509255d21 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2e52574027cc766f8b491d24037edb3e8beffb45ee373dfcc9d750a98d0d66 +size 208479 diff --git a/perception/cross_instance_discerment/change_detection/images/28.png b/perception/cross_instance_discerment/change_detection/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..41206b397b9d61439bcbbdc228a19e408037734d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a387929d27dcce647fb3642a5256d11b466133f898735c7e21ae65883abcf6e0 +size 203089 diff --git a/perception/cross_instance_discerment/change_detection/images/29.png b/perception/cross_instance_discerment/change_detection/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..7117b29dbf4315ee70120eb8459b9216bd2307af --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098c51db5262adbe244afbca539f9c88bc9c96ee4ed43098fa146cc48468f8e7 +size 228954 diff --git a/perception/cross_instance_discerment/change_detection/images/3.png b/perception/cross_instance_discerment/change_detection/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..5c83a9b91a335dc00dc5fada18261b88ef752d1a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3aef3f79f76a4747cab1260b2890b26bece5bc387a5191eeec7ad1198b8262 +size 240984 diff --git a/perception/cross_instance_discerment/change_detection/images/30.png b/perception/cross_instance_discerment/change_detection/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..4abea7782b5e075f8ea2aaf588b91962d6f4125d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9735243949970aadabbf7c4444539c207ed4ef3ca74d347d0e2929ce6cc54fe1 +size 217932 diff --git a/perception/cross_instance_discerment/change_detection/images/31.png b/perception/cross_instance_discerment/change_detection/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..6daa44a65592d07c35ffad1d1a458ad65abd5d32 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1bde89d73eac5c248dbe8a59e9a64eb5d286a78fcdf4a587c473231815721a +size 221608 diff --git a/perception/cross_instance_discerment/change_detection/images/32.png b/perception/cross_instance_discerment/change_detection/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..e01c68634345b72b809422f096ce8173338e987b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4feabfc8d8a48e266dd0fc7a4e66c63cf099eb0c9ccb17c00c299f2a20bebd6f +size 192758 diff --git a/perception/cross_instance_discerment/change_detection/images/33.png b/perception/cross_instance_discerment/change_detection/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..11c66dd0300e316d5355ca1c20f4f106698c5ffb --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4cddcd01fca1633afe97b72ba885979b4eaa68a6070e1f92a38a70d0a69743 +size 208220 diff --git a/perception/cross_instance_discerment/change_detection/images/34.png b/perception/cross_instance_discerment/change_detection/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..737d9fcd521f91a0375b4b3a02d852d5502a8058 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c0d021fd12f19dd78c576bdfd3e69ccffbb3d7260c54583cbb00010c9e79f2 +size 230043 diff --git a/perception/cross_instance_discerment/change_detection/images/35.png b/perception/cross_instance_discerment/change_detection/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..ff96c23bfe8ab5d5e0b802eb0aecf77d16809922 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427bb83f41806531deb974cc4f03db0255f42110de9a3ac397ec16efeef9e7aa +size 156607 diff --git a/perception/cross_instance_discerment/change_detection/images/36.png b/perception/cross_instance_discerment/change_detection/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..4e9e244ca601b9b6387e903f0ce0d640d2e97089 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ff88f563c7e05d96a8035e9d93b4db9eaedb6f409df8cfb91def3605b5b25a +size 146666 diff --git a/perception/cross_instance_discerment/change_detection/images/37.png b/perception/cross_instance_discerment/change_detection/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab2f62e64905ba985b53a34b139515c999f977 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0a55299bd52a2dfb4c05cd9015fc515c0dac07441e71c4da5401a033ceb92f +size 180966 diff --git a/perception/cross_instance_discerment/change_detection/images/38.png b/perception/cross_instance_discerment/change_detection/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee2129525a8b6aa1c2052240e8fd16faaa7b539 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d33c050349a56eb4f53b2c695ce8eaa503dc05af25489981b4fde177a3573a +size 205303 diff --git a/perception/cross_instance_discerment/change_detection/images/39.png b/perception/cross_instance_discerment/change_detection/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d16c4ab0c3111871cb298bac7e3970308d16c8 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25a17e5e2a84aeee1e348f9e732a444d8bb3c8fbebe1917ea215918a247b8d4 +size 215029 diff --git a/perception/cross_instance_discerment/change_detection/images/4.png b/perception/cross_instance_discerment/change_detection/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1502dd0772cb0b4caae151abdf8fb37775cfb22b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0788ab7e00cf07eb160bae7c696257084971b56676c2844ebd79e5eceba565e4 +size 213578 diff --git a/perception/cross_instance_discerment/change_detection/images/40.png b/perception/cross_instance_discerment/change_detection/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..a41f0e00392fb0ba083b7daaf1c637fb1aeb4035 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d45ae8ffceef9d70479d366f4bc81ea48581a04ebfb8a5c6e4f3c575eb03ff4 +size 176182 diff --git a/perception/cross_instance_discerment/change_detection/images/41.png b/perception/cross_instance_discerment/change_detection/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3a3f9150f1ce0825a4779d6378aaf3907121ac --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd8bfe7f90e17ce399f61bbe3c7b2924d4ebd3e6115a7e2bc1729518d8d7fe7 +size 198762 diff --git a/perception/cross_instance_discerment/change_detection/images/42.png b/perception/cross_instance_discerment/change_detection/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..0657095b14e6ef3f7e3ab64c2240f0cba5dd05fd --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239300ea69e2d16cc87aee6ce5fb072d7a83805c0b0e76f54b74c3f78a2ad6b8 +size 174904 diff --git a/perception/cross_instance_discerment/change_detection/images/43.png b/perception/cross_instance_discerment/change_detection/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..6c4c2b0549b90c21c4fe2b9e4eb37955a267b7ac --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38693592b44bdad9fa4c11e9738c9a91cf5c3e28f3e6a1f3716a87c1eb023341 +size 204376 diff --git a/perception/cross_instance_discerment/change_detection/images/44.png b/perception/cross_instance_discerment/change_detection/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..5b37e41ac9209f7376ab8745f1b62a0d345ff9cd --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797eacc03bd6afa718d6626a76cd42462a7a3204c5bea0981b997d7dd8e68449 +size 208384 diff --git a/perception/cross_instance_discerment/change_detection/images/45.png b/perception/cross_instance_discerment/change_detection/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f06530104b19efc1fb9d3bd2d3bb197a5e961f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c613ea4e0debe74053a2188759257af9703aceb6aae30b51a1308999ebee076f +size 210917 diff --git a/perception/cross_instance_discerment/change_detection/images/46.png b/perception/cross_instance_discerment/change_detection/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb37848eb12fdbf303dee1981741f99f59fc7ab --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b3104fb86ad3a13954082770d8d182fed5172935135cd8928b940f6bd669ed +size 184935 diff --git a/perception/cross_instance_discerment/change_detection/images/47.png b/perception/cross_instance_discerment/change_detection/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..4d470526fbc5ae6a8836227d51230b9187b7b906 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf8966d1a4b38707bc05e44ee85248cceefb8f6522015a63a566caaec33de5c +size 193274 diff --git a/perception/cross_instance_discerment/change_detection/images/48.png b/perception/cross_instance_discerment/change_detection/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..acd7f257767f0167db346893e0ff73508843946b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86afe1a1c705b0bc4c731cbe04b17db3b66d800de3aecb97d5613ecd35f2c166 +size 198129 diff --git a/perception/cross_instance_discerment/change_detection/images/49.png b/perception/cross_instance_discerment/change_detection/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..670be06def43f43e02fba58b28463b6b2c873230 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d124d1d66a723563d1f9ad3f991f172708e635f6f52654f7acaa52ff32b5878c +size 241323 diff --git a/perception/cross_instance_discerment/change_detection/images/5.png b/perception/cross_instance_discerment/change_detection/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..29d376094147e64735cc7a3e6e06a314b37f553a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43bc7192fcf94833a50075f2b9c38295cd19d68861e29f9ad4cad81312b0362 +size 185727 diff --git a/perception/cross_instance_discerment/change_detection/images/50.png b/perception/cross_instance_discerment/change_detection/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..aba923dd1abd31e536c3bbb3dbb04512728017fe --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b497a5aacec98e9571719b49b142e148341fbed143d70a800e1b85dac5935a +size 222576 diff --git a/perception/cross_instance_discerment/change_detection/images/51.png b/perception/cross_instance_discerment/change_detection/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..655197bc5bf93bf8df3f62308c93bd6c99c582f9 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0370f15974337f1da744fc4d5e9c54570ced816ce76d26b7a44c5f26497bcf9 +size 190703 diff --git a/perception/cross_instance_discerment/change_detection/images/52.png b/perception/cross_instance_discerment/change_detection/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..5fde78b55eeb8672cf667442801fab7c05674f69 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814666cb698ac8c5e2d0cb9cc0841111c237a3880b13e9763091f1b0dce045e3 +size 175237 diff --git a/perception/cross_instance_discerment/change_detection/images/53.png b/perception/cross_instance_discerment/change_detection/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..f1ea742ae25b8d1b782910e2fd41a5ff768dfc30 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca99750188fc98e3442537a2c052a5b97b3ec0eccd804692371bfc89ca34575b +size 182708 diff --git a/perception/cross_instance_discerment/change_detection/images/54.png b/perception/cross_instance_discerment/change_detection/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..169c4a91acc7e65ff653b192cb1a5af5a93c772a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10cefcd96cba17c231bbf677dd76d5bdc69e653ea50430da14728c888bfe9e8 +size 190127 diff --git a/perception/cross_instance_discerment/change_detection/images/55.png b/perception/cross_instance_discerment/change_detection/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..0d188931a4c51d66d2318b695c7ba10391c565ca --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32f8d13e9462936d49492d1dac11a7f632be910e39d8e40b5cc2c96f1eaf1cb +size 174243 diff --git a/perception/cross_instance_discerment/change_detection/images/56.png b/perception/cross_instance_discerment/change_detection/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..5402c2837edcfbc3bc57920687ff5800bbed877c --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32af02e234b97345c9dcaffdb64787adf6a5e3efd4202ecf1c076789873623a +size 188225 diff --git a/perception/cross_instance_discerment/change_detection/images/57.png b/perception/cross_instance_discerment/change_detection/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..eef1766c2a835b3a165c102a800099fe1ed3d1df --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6def6015cb17197bc027ee525c434a6486f5dbd646c59f15bed418f8f71a45b3 +size 177064 diff --git a/perception/cross_instance_discerment/change_detection/images/58.png b/perception/cross_instance_discerment/change_detection/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..fcdd89664155582a3563e55d259cee0c1ce8cd77 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82644b52d35d0d04dbd1b8c0bd7fbd56a48c539d4f963989ceddb72a43679037 +size 207765 diff --git a/perception/cross_instance_discerment/change_detection/images/59.png b/perception/cross_instance_discerment/change_detection/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..ce49a52b3603b2c3ff4c803620acfb68ff47a1fd --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fae25ee699ca60177f8f84b357af027c0549eccdc5aa041a7606166e188fe4 +size 200207 diff --git a/perception/cross_instance_discerment/change_detection/images/6.png b/perception/cross_instance_discerment/change_detection/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d91a0113dd96701ab355070e27498d2ffa250aa6 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e72ae8f2df1bc9aa879551cfc5b0c4bafceab733c1877629240159dae17ba1 +size 222963 diff --git a/perception/cross_instance_discerment/change_detection/images/60.png b/perception/cross_instance_discerment/change_detection/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..a11df15406eb02a4b72e75c03967956527f37150 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8dd6e1040319f5f4eb0329101338ecece00d0bd2befb685687846687a2201d +size 122387 diff --git a/perception/cross_instance_discerment/change_detection/images/61.png b/perception/cross_instance_discerment/change_detection/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..1297f86cec8f6e18ab45d3fbd4e36b5bf0b1bad0 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd3bdd02e860bc6c513d5a29d09e06c5342b0149e5512117078942effeece37 +size 193054 diff --git a/perception/cross_instance_discerment/change_detection/images/62.png b/perception/cross_instance_discerment/change_detection/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..5cae0e5db401688fab21ce6f0283c669945bb58c --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aced9e9fa036b0f72de102fa1e9733964a165d93b9425b859d2282af808f03c +size 191254 diff --git a/perception/cross_instance_discerment/change_detection/images/63.png b/perception/cross_instance_discerment/change_detection/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..4680ff9b08f0d481750d809a33eae31a4cc56eff --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f650b3dd30614a27b3011f252afcfbff4133d41d2262366b82bac100fec1e630 +size 175022 diff --git a/perception/cross_instance_discerment/change_detection/images/64.png b/perception/cross_instance_discerment/change_detection/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..7ae783e5f9ab11d2eb8fdc4b766adf7cc1f36ab0 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276d36b69e9843d529a2ff78818630e17219e36cf8ed278fa132d8b91f9e6b28 +size 219223 diff --git a/perception/cross_instance_discerment/change_detection/images/65.png b/perception/cross_instance_discerment/change_detection/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..31438edb611187566b8adf14b2f0831a94d24033 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84e05dce9bb29fb59132cdd1cd2efc120e47bdce90438c6c590e94d07efadc4 +size 189864 diff --git a/perception/cross_instance_discerment/change_detection/images/66.png b/perception/cross_instance_discerment/change_detection/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b71f52e76cd28d06f0d63d4cf3ad40cdfb9713 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a1f88a587f46c1f6da84ca3cf9d1636e29371778e1f1b4d1507de02a0e9ebc +size 215466 diff --git a/perception/cross_instance_discerment/change_detection/images/67.png b/perception/cross_instance_discerment/change_detection/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..06a251ac65cc7fee7b5eea242d0ff784d362b669 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40d9d702e20ea3b3e881b72db98f89455e3d1e8a3c168812b73a9b4c686f8e6 +size 192423 diff --git a/perception/cross_instance_discerment/change_detection/images/68.png b/perception/cross_instance_discerment/change_detection/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..e02f57aa771a8124c7431d9763742e1e83fa1070 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a97e5b144c5be9c1c857218a0720c31a030dd814f443a79cc1c4b5ee924164b +size 202845 diff --git a/perception/cross_instance_discerment/change_detection/images/69.png b/perception/cross_instance_discerment/change_detection/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..b386e1f51fd3a60498de25a0b1005fc20a981f36 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926032860a3ebbc44dc9b2ad7ecc9e92d3cd3198442b31e42103f2e0665b970d +size 208300 diff --git a/perception/cross_instance_discerment/change_detection/images/7.png b/perception/cross_instance_discerment/change_detection/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..26383d32d4ea350545e30b3ad3576a4e4c66ecfb --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3874ee71d0f402856d868777b1661feadb805a194175e6427840ec02451795ae +size 202294 diff --git a/perception/cross_instance_discerment/change_detection/images/70.png b/perception/cross_instance_discerment/change_detection/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..343edf746b86bd6f589bcf529273bc14acc1488d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88f02862a245af36e8835cc8243823f69f5da4b3991981237fae17b659a4846 +size 215490 diff --git a/perception/cross_instance_discerment/change_detection/images/71.png b/perception/cross_instance_discerment/change_detection/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..1fcf8f130e3ada13e3ef424ad007701a7038343b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8ea2aa922185144df0340cecef6e2cfda96500cc7d3cc0f0aa512a18398c21 +size 230030 diff --git a/perception/cross_instance_discerment/change_detection/images/72.png b/perception/cross_instance_discerment/change_detection/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..498774b68a35e8a862e6c070379514c4f93ae9d1 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012c2e0452bc39075e7a00466e1acda6125ef07f2f681c38ef214d830db6b983 +size 226178 diff --git a/perception/cross_instance_discerment/change_detection/images/73.png b/perception/cross_instance_discerment/change_detection/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..4018c62af9fb4f0717323a92709c191a4ddc0951 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdf8189875c23cd20a79477e762f0c3bf2e65896e49e709cc595cfd67e6fc7b +size 220392 diff --git a/perception/cross_instance_discerment/change_detection/images/74.png b/perception/cross_instance_discerment/change_detection/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..08d456287272c78dfb2c327f4afbece63d70741e --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d870e17611b26a39d61eb2112036ccb141caf965ae69bd275c5caed088ec3e30 +size 233569 diff --git a/perception/cross_instance_discerment/change_detection/images/75.png b/perception/cross_instance_discerment/change_detection/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..2625c3ea7b2bfd5d3e8dc469ff58d35c1211d1a0 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f14a3db72b068b38a1e1b50f3a3d0966f060e4e5b339d1ff94c9f3520af165 +size 239503 diff --git a/perception/cross_instance_discerment/change_detection/images/76.png b/perception/cross_instance_discerment/change_detection/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..1f1ec6002f0b1a675c04da294f686ae9f4f38af9 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a970bfe4412a5b2b0fd52c9459764f4b2f60522e12aa34f8c2a4436ae73a3e3 +size 238609 diff --git a/perception/cross_instance_discerment/change_detection/images/77.png b/perception/cross_instance_discerment/change_detection/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..b21d0386f923c37f73f9a0e1eaf3de24e65f2566 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3015eadca9d2d62e2e29c3a6e85ba3677a3d3a3459f565fe86dde9386da410 +size 223975 diff --git a/perception/cross_instance_discerment/change_detection/images/78.png b/perception/cross_instance_discerment/change_detection/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed1bf7c9464fdb63c79e57abe2f6fab09ba96c9 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc53f152cbda08b80fb5969ed381db133dd27a5b527babc337a3ae60d2d02cf2 +size 215582 diff --git a/perception/cross_instance_discerment/change_detection/images/79.png b/perception/cross_instance_discerment/change_detection/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b103802bcddc7af88bd8a33a19be847297bb1b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b52a59dd04232a5cbfbef83746e24ce3603ea7c71189337410990e7dcfcd21 +size 226955 diff --git a/perception/cross_instance_discerment/change_detection/images/8.png b/perception/cross_instance_discerment/change_detection/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9ac905da01fe659acdee725c0da5b77f5ff4aa --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df70ec1935b1e6a801a0f173f6840e6fba7f18ccc0597c92d1981e1f1dc042f +size 209738 diff --git a/perception/cross_instance_discerment/change_detection/images/80.png b/perception/cross_instance_discerment/change_detection/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..d122b632f9d179a548b573d037d50a0056739a82 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a730ea914b6ae9071df0d5dc0874e413bdfc1b3736fa0eb9efc6ceba5583745 +size 236843 diff --git a/perception/cross_instance_discerment/change_detection/images/81.png b/perception/cross_instance_discerment/change_detection/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..2d69dce3a847e1db96c18463c45285a65f0b1b01 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53d63923d73cb58189da616543fcfe77b7c599c771d48e17e65a609b845fd03 +size 212336 diff --git a/perception/cross_instance_discerment/change_detection/images/82.png b/perception/cross_instance_discerment/change_detection/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb44ae963d2d8c94327afde3dd6240a916ce37c --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb57fd8286d7bee656edc2864e51da135a57e77d8e63ebf8537ff0902539529a +size 238485 diff --git a/perception/cross_instance_discerment/change_detection/images/83.png b/perception/cross_instance_discerment/change_detection/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..ac58a6175b13a8c05431feedb8d4a631aeebfae0 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9bfe911228e034e712965387e31f5a658914ab6a081a4c838dd8fe30ba6c93 +size 239313 diff --git a/perception/cross_instance_discerment/change_detection/images/84.png b/perception/cross_instance_discerment/change_detection/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..d9f585a9856754d603e7876a43665d36afd2a2b4 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd6e247e86f9e76ecdc983bb9a1c9b4ea9aebe24a9e1c9ade79a72496b4f040 +size 234845 diff --git a/perception/cross_instance_discerment/change_detection/images/85.png b/perception/cross_instance_discerment/change_detection/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..027ca8edf9135bec976323fc33141c788d3b63b5 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0107ae9e893369529aa2f4e342fc8c981bd4cd0e3457fe7975544852b37c61b +size 214174 diff --git a/perception/cross_instance_discerment/change_detection/images/86.png b/perception/cross_instance_discerment/change_detection/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..791583e0583daf53cad1fc5036d1b6b7d6cac1db --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084dd47968580608979de4bc677bea8273aa6deb8bc7280410eb6e3d52b4930e +size 217873 diff --git a/perception/cross_instance_discerment/change_detection/images/87.png b/perception/cross_instance_discerment/change_detection/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab69d058269bcd20461b26f84a1b62044908f52 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c584918042bb4d96fa2f91ead97225d20f41524c025d4a023dadf8d00bbbfc3 +size 221450 diff --git a/perception/cross_instance_discerment/change_detection/images/88.png b/perception/cross_instance_discerment/change_detection/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..7741fd15a60b52ac1a672e5446e9af25860c9a5a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c566b47e13a3c775dfdee673ac84fa373a0a7f719b9c79dda0c760476e270110 +size 235115 diff --git a/perception/cross_instance_discerment/change_detection/images/89.png b/perception/cross_instance_discerment/change_detection/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..3174bdff4481694ec18b6b43fc89eb6ef8c87951 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535609d3a72ecabeeaeabd4771b249e9bafe31f136cb673aaec6bb8f0073ec78 +size 201357 diff --git a/perception/cross_instance_discerment/change_detection/images/9.png b/perception/cross_instance_discerment/change_detection/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..59ab7456dcd06a009d9041bbd9d9cd66575bbf0f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2f3856f04bf2fbde062916572608e9e0534c7dfd750c5310d02ee73886fa7e +size 244583 diff --git a/perception/cross_instance_discerment/change_detection/images/90.png b/perception/cross_instance_discerment/change_detection/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..631024fe9a297433fc9975daace25fecab8c32d1 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6044efa5c2590596795b75681ed2f97102c336206b8bf9bb3c84df5f333db8b +size 189780 diff --git a/perception/cross_instance_discerment/change_detection/images/91.png b/perception/cross_instance_discerment/change_detection/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..972a07e083ce83e6ca86545b68dbb3f209cd4c67 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90438f46b64b5be08010670325950f6042f338d7bbf4b40eb77618ed3cf12322 +size 212846 diff --git a/perception/cross_instance_discerment/change_detection/images/92.png b/perception/cross_instance_discerment/change_detection/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..8e28ffc7bdd82406c7a46d499c279a7e864a4925 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ad6e717cf68046bc64537025e75c0f382f830a2294c17825d697915f502412 +size 194753 diff --git a/perception/cross_instance_discerment/change_detection/images/93.png b/perception/cross_instance_discerment/change_detection/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..afc8c8a9a18e5eb16f26ca91b1fede131137959d --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597f6d8bf216e47e6e5ff63ad48d2636eb458398c4a7b52a1b64c347f21f5d9f +size 181618 diff --git a/perception/cross_instance_discerment/change_detection/images/94.png b/perception/cross_instance_discerment/change_detection/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..827d5218ba31a551785a94e8013b0aade4ba503f --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efb5aff1eec393daf25ebdad508d908b6913675f7c569cfb664fd7dc0908b49 +size 192876 diff --git a/perception/cross_instance_discerment/change_detection/images/95.png b/perception/cross_instance_discerment/change_detection/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..70de3a3fbb10c01313e2669a03f4c72c1aab6a11 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3978907496d3bbb3910c94c6c5b83359b538e016aff6f408d99855ad2b48ca +size 242579 diff --git a/perception/cross_instance_discerment/change_detection/images/96.png b/perception/cross_instance_discerment/change_detection/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..05597006b4acf7c5e7593f913c6d91232d83d11a --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086f55072f2777d08b45af1f2f1d737f8b344aa05c9d88b2fafba504eed1f1c1 +size 245785 diff --git a/perception/cross_instance_discerment/change_detection/images/97.png b/perception/cross_instance_discerment/change_detection/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..fcdc84f00c8df0aa2ad3bab272c975475289cd4b --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b278c251a15d35f354f5f54da2a409770196c366a2d37bd5f6a07892b45ec92 +size 248807 diff --git a/perception/cross_instance_discerment/change_detection/images/98.png b/perception/cross_instance_discerment/change_detection/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..cd81d7b30423bb14619878928213bf2284486e26 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8ab18cf093318700ea20774e13ba764003c167eddbf3c752c9516d6a53c8c7 +size 237135 diff --git a/perception/cross_instance_discerment/change_detection/images/99.png b/perception/cross_instance_discerment/change_detection/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..07a9290b1597e40742433a6d07272e5c47c08837 --- /dev/null +++ b/perception/cross_instance_discerment/change_detection/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90162cf502337036307da0cc30014ac0afead64a15c40ccf7b5d2fca1f29deb1 +size 235162 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/1.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4cce5de6120e121f0e66460caccc80d7b0f858ca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176b6d8361aabe82f0c43b092a3eb3eefb980ef4c76768fe1757c7b92ec018f8 +size 797395 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/10.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ccf79a3e0d099cf5f552823acc5ec5cab57a46 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c8c9061961e374f832af8913fe65530f7f46af8056fcb709655c162d5549e8 +size 828187 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/100.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..93a213193331f580c24a7b49c5f93e6c5d94fbc8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a314d4e58b6f294abbd390c860691c48a7005eb6fae1a65b0b4f02bb6846f6 +size 1167549 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/101.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..93a213193331f580c24a7b49c5f93e6c5d94fbc8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a314d4e58b6f294abbd390c860691c48a7005eb6fae1a65b0b4f02bb6846f6 +size 1167549 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/102.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed04d1ecab3f9d556efd60b6859c1ef688fd816 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab246bff6d9931761efe207bbc517b08ac9c588057ed2d974fa4e106e682996 +size 1225642 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/103.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed04d1ecab3f9d556efd60b6859c1ef688fd816 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab246bff6d9931761efe207bbc517b08ac9c588057ed2d974fa4e106e682996 +size 1225642 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/104.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..5a73c4365f613deb4b059b144ee1fdf1aa85bd07 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7815be31af1b16eb545eab2f72f19cd67a62fc9b246ea33bc1f581ed4057de3d +size 1101234 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/105.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..74baea69ec26e9a2a7477f7725f7e2e82b5e14a1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba86beff9358d61835307e3176d08b96d3c186d84bb9f507c0863c10d95f984 +size 1113108 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/106.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..74baea69ec26e9a2a7477f7725f7e2e82b5e14a1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba86beff9358d61835307e3176d08b96d3c186d84bb9f507c0863c10d95f984 +size 1113108 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/107.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..e91a2ad93465dc7aa739a06d8080b1159d2d64c3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb26cf2e19e28614a3ec4ca7705acc24289351ed0d27c47d03ddce593a7afd96 +size 1167529 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/108.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..e91a2ad93465dc7aa739a06d8080b1159d2d64c3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb26cf2e19e28614a3ec4ca7705acc24289351ed0d27c47d03ddce593a7afd96 +size 1167529 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/109.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1269b9a9d8c0c14085f171077bf9bd4c7a8f51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9f5d6082858e6f4129b91f7e3a8a014fa643d3f9a44fb33902546be96a23a5 +size 1288969 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/11.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..430e4b6aae376eb1ca415b7fc469b874d8556edb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2084ef8e21f93c83792f326721fdc4e87485792247f2c6f56052f9f9de1580 +size 747433 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/110.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1269b9a9d8c0c14085f171077bf9bd4c7a8f51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9f5d6082858e6f4129b91f7e3a8a014fa643d3f9a44fb33902546be96a23a5 +size 1288969 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/111.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..f5238c311cf4d80231ab897b1f7e57c547d46cd1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f406f50c4cecffd37991d335eee5437a261b94400ed26aff9a23b5f973c410c +size 1267269 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/112.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..f5238c311cf4d80231ab897b1f7e57c547d46cd1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f406f50c4cecffd37991d335eee5437a261b94400ed26aff9a23b5f973c410c +size 1267269 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/113.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..7d71c4d1692edd1379bdcba53d94d5729d8c7c92 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bd38bf8bc8c389eb95357e2f101fd83bb51259bf327630a4b7fd7a055e5eca +size 1211382 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/114.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..5c11b73ac924bfc7468a943d857168f932f97f35 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f268bfc4f65890dc7bbec83a11526f5af51ccc28a6ed0a23fcb55b8b8ed45986 +size 1394680 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/115.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..5c11b73ac924bfc7468a943d857168f932f97f35 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f268bfc4f65890dc7bbec83a11526f5af51ccc28a6ed0a23fcb55b8b8ed45986 +size 1394680 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/116.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..5c11b73ac924bfc7468a943d857168f932f97f35 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f268bfc4f65890dc7bbec83a11526f5af51ccc28a6ed0a23fcb55b8b8ed45986 +size 1394680 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/117.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..5c11b73ac924bfc7468a943d857168f932f97f35 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f268bfc4f65890dc7bbec83a11526f5af51ccc28a6ed0a23fcb55b8b8ed45986 +size 1394680 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/118.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..5c11b73ac924bfc7468a943d857168f932f97f35 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f268bfc4f65890dc7bbec83a11526f5af51ccc28a6ed0a23fcb55b8b8ed45986 +size 1394680 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/119.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..81bb9672e8dfb2e7111929c660c6a34b584b4872 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4399030897e01c5c0961ef63c769ce6ecad69b71ca5eec6ff4440357f2f391f2 +size 1380662 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/12.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..fc35c29e1edd4a830640f2aada69825dd1e948a4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2c227f9cc51fdd0aae33be8b06887e29ee9a510ca927ed6ce04018e6737046 +size 670958 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/120.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..81bb9672e8dfb2e7111929c660c6a34b584b4872 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4399030897e01c5c0961ef63c769ce6ecad69b71ca5eec6ff4440357f2f391f2 +size 1380662 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/121.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..81bb9672e8dfb2e7111929c660c6a34b584b4872 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4399030897e01c5c0961ef63c769ce6ecad69b71ca5eec6ff4440357f2f391f2 +size 1380662 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/122.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..7034aa41212f1ff58d62528f81dda5b7a8d3a670 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f604b80bf51c95b8425722d5ada21f60c8906606a977c25ab5262ef90410fb +size 1262217 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/123.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..7034aa41212f1ff58d62528f81dda5b7a8d3a670 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f604b80bf51c95b8425722d5ada21f60c8906606a977c25ab5262ef90410fb +size 1262217 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/124.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..534a6e02cfc9297229bfef333cc6164d96d4ce9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfae3cb798cb51e728b5967123b41c9952c283bf606977cfa7f0341c3cee58bc +size 1372790 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/125.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..534a6e02cfc9297229bfef333cc6164d96d4ce9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfae3cb798cb51e728b5967123b41c9952c283bf606977cfa7f0341c3cee58bc +size 1372790 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/126.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..534a6e02cfc9297229bfef333cc6164d96d4ce9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfae3cb798cb51e728b5967123b41c9952c283bf606977cfa7f0341c3cee58bc +size 1372790 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/127.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..88f9d39eb437221a158dea40dccc31db8f1e1dfd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820de5a9b3129572c2c6a0b6fcf8d8632b1fbb989490313d394e0a22e01d07d8 +size 1102596 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/128.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..88f9d39eb437221a158dea40dccc31db8f1e1dfd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820de5a9b3129572c2c6a0b6fcf8d8632b1fbb989490313d394e0a22e01d07d8 +size 1102596 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/129.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..875e36ce2e6d8bb81c24e5d24d37710a229d4bb9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c6af7e5b1319116c5a51f97632ddb74bdc27f7b33c1fd04cf9c04beed63766 +size 1043834 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/13.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce5b938fecb796cb69cb8485a916cd4a6d82573 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb886d86f41629d11e4a13ee1e15ca39ebf2988e76ad20bc953cf48b0feb069 +size 697785 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/130.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..875e36ce2e6d8bb81c24e5d24d37710a229d4bb9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c6af7e5b1319116c5a51f97632ddb74bdc27f7b33c1fd04cf9c04beed63766 +size 1043834 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/131.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..875e36ce2e6d8bb81c24e5d24d37710a229d4bb9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c6af7e5b1319116c5a51f97632ddb74bdc27f7b33c1fd04cf9c04beed63766 +size 1043834 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/132.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7eb0d8a6af1c3f326915a1c8bdd4e46851acde --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c4a0fd7bee3e7b2a12513b2b7274be069fec09865357e9331c20662565c979 +size 822949 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/133.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7eb0d8a6af1c3f326915a1c8bdd4e46851acde --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c4a0fd7bee3e7b2a12513b2b7274be069fec09865357e9331c20662565c979 +size 822949 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/134.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..05dd2846077a3c27dadb0d60910a2ed3a5b3d9a8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6334e8f7c4c11418eec343acd715a0ce1ae118630d22a0dbb6d0ed04c15b79 +size 1078369 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/135.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..05dd2846077a3c27dadb0d60910a2ed3a5b3d9a8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6334e8f7c4c11418eec343acd715a0ce1ae118630d22a0dbb6d0ed04c15b79 +size 1078369 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/136.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc62fddeabd305f3b9f9a1812278e3d878523e5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35dd2b31094470dfc4e4a51b9e4426acdbc6d8a509054e6e483d0a50cff432d +size 1089979 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/137.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc62fddeabd305f3b9f9a1812278e3d878523e5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35dd2b31094470dfc4e4a51b9e4426acdbc6d8a509054e6e483d0a50cff432d +size 1089979 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/138.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..dd41b370630a6681e49d99c8ed6b8cba1d3bd1e0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d5979626a14ee2e89a0c966441cb5118275be3c728886b5b0851d693dfb81e +size 1271324 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/139.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..dd41b370630a6681e49d99c8ed6b8cba1d3bd1e0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d5979626a14ee2e89a0c966441cb5118275be3c728886b5b0851d693dfb81e +size 1271324 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/14.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0ecbfb938929cb34da663265dd46f498f91e1f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d698eb238ef7eb19426d5c79e78eaef056b2dfde770bbecd916608583da28a7 +size 843437 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/140.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..404886985a6110fa656960e176adfb08229abe48 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a56cc548e9dc8936d88a28ad8bc3e41aeb6efd5410f38cd188a448781ff17e9 +size 1178560 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/141.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..f593db8f53517ed158ac2f49fd70317a603c9780 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf917c883e29673465db182378cb4bcc178154ff7e400a7c5a1476af1a15362e +size 958072 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/142.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..f593db8f53517ed158ac2f49fd70317a603c9780 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf917c883e29673465db182378cb4bcc178154ff7e400a7c5a1476af1a15362e +size 958072 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/143.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..59cbb9841d88480a8724a32596557675788feac6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42156a4150c3cf51ab461359533579c320b71821b6e555e5d14207fcee4225b +size 1000075 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/144.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..59cbb9841d88480a8724a32596557675788feac6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42156a4150c3cf51ab461359533579c320b71821b6e555e5d14207fcee4225b +size 1000075 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/145.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..85d0b61477addb596feb7646cf76085660708fb2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1440e3c588443d2ff0a69403c91917d4375fe9e587ce1679baa8850ef75e7fcf +size 1423723 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/146.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..0fe5b7d3becce582d73fe49110bc02dbbbbf6869 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd64b0edfcc83f1c149f515ba6103679359b4f9582b65af0400277f419c4660 +size 1205463 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/147.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1ffb8be26cd178dc85fbb125dea88f85fc6600 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0c3a8d158a8c7cdaccef6b70dfe30d37f71cf91939faac3b5b7ad06299e891 +size 1180496 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/148.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..4937c976e39896428ada656664065cd64f8e9f8f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c893949779e44dabba7ce43859e2724c0ca22be63ab5b8d43a1f75dc1b0ef2b +size 1089070 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/149.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..4937c976e39896428ada656664065cd64f8e9f8f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c893949779e44dabba7ce43859e2724c0ca22be63ab5b8d43a1f75dc1b0ef2b +size 1089070 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/15.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..8b74d04a6697902299b0689a3a19e570eb222ce0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bf0bd0dc2062fa1b114dbb67f2a6e072682ce73faf5f5d99eb975e59e7acee +size 661578 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/150.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..4937c976e39896428ada656664065cd64f8e9f8f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c893949779e44dabba7ce43859e2724c0ca22be63ab5b8d43a1f75dc1b0ef2b +size 1089070 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/151.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3e492b73317719504193009423906c194c7ff9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c791b814ff4218e94f1ac99d7445af7d1296707d77f2153a2667ba5342e0deb7 +size 1159741 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/152.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..26ae4e3328019240f94aa4223e77b196afcf9cc3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885168535c106329547bc0f4395c436ba673c05e8a54d4f6374bd98eb675dbd0 +size 1175628 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/153.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..26ae4e3328019240f94aa4223e77b196afcf9cc3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885168535c106329547bc0f4395c436ba673c05e8a54d4f6374bd98eb675dbd0 +size 1175628 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/154.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..2b67bb3e4db72ac46a214bb082ffe9dbbba9aff4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c668f13d2823a09f81a78af6e5c510f6a0bde54f14f8f67915ce547515bf34cc +size 1369846 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/155.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..2b67bb3e4db72ac46a214bb082ffe9dbbba9aff4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c668f13d2823a09f81a78af6e5c510f6a0bde54f14f8f67915ce547515bf34cc +size 1369846 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/156.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..edbd9502ea1707c0a1d5264c62bc135d1b4ad780 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4d3d0678e1bbae645c100ffb58e419d3d615bf864e5c96bbf6d306b86f3854 +size 330784 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/157.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..b9975160450118f09f992600d3cbaf50abfc5148 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a5234ea2cdf937142ea8dbc0c80d2085ea8e967603126318541ffe3c7c1b58 +size 127566 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/158.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..393a60077fb37abf2b9758e8ae3d88959c5635f1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721d2683b12e989b8656efdf336e304ca8064e3f45a2766f023fddcab140fe4b +size 192106 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/159.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..393a60077fb37abf2b9758e8ae3d88959c5635f1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721d2683b12e989b8656efdf336e304ca8064e3f45a2766f023fddcab140fe4b +size 192106 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/16.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..b5d0706924582add4ab83300d879aad946b1a63c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a75ce656bbe50711d53447e294cacc70f841cd51d611e25ee32fc4d7dda679 +size 774374 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/160.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..aeaf4e327fe7f6a483ee2b6297327c80afb87870 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a0c42b760b9ab77d0decae2e948ec54459e07270d15cd4ae8d305a3f77c0fb +size 139686 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/161.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..11d7bdfda32ae4e3773a5448f750abebba438cca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccee8fb6a314834a1b927d968da847f8176ad9543ff782fa5141b1c443bdbb2d +size 104570 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/162.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..75a933ca6da093b7dad2b204892ec246188c65bb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50afdcf4913d04bb8f8485e540676ef9722059775b35172411f25eaef2545f00 +size 109187 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/163.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..75a933ca6da093b7dad2b204892ec246188c65bb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50afdcf4913d04bb8f8485e540676ef9722059775b35172411f25eaef2545f00 +size 109187 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/164.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..10b0d301911dcf1934b104b3a1259a9060015d0b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01442c3a31a6a624119374003c4b1966165a81794ef93fcbe1bfddf0ae865194 +size 91800 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/165.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..ab06a09aa0e3c2d032bcb4eba11e42b240ab2d5f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c726e849d4f09973076818d4ed4734ae7b62edc0883f75e4c6d630fb3975b36 +size 141880 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/166.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..ab06a09aa0e3c2d032bcb4eba11e42b240ab2d5f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c726e849d4f09973076818d4ed4734ae7b62edc0883f75e4c6d630fb3975b36 +size 141880 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/167.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..92097454ba7bf9f6e3fa93fc64161b53861c99f7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23265ace5499bf7ebf395d28132936e6cd3f78cd4ed50a229d46cf6120a818a7 +size 224876 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/168.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..d16382423aa52b62ea32dffcc6082e40c3e738d3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6f68a319ad9877226b0a3f9ea9dde6c4094e8f08909ff7e28c8810f77418ae +size 114815 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/169.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..51475ae8193b67631b99f0cac88fb262dcb76981 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb056c035b4c3d87bb6275c63c4fc63fd54e99c7537d880b62e078a8705f41 +size 187565 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/17.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d2aa810bed06972d15645c62075f08443e6c67 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e55abc33f3758848d7aaf5945274e8165bf02d51576af4683cc84e7d44a63f0 +size 754447 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/170.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..51475ae8193b67631b99f0cac88fb262dcb76981 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb056c035b4c3d87bb6275c63c4fc63fd54e99c7537d880b62e078a8705f41 +size 187565 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/171.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..6d87419e661e3aaccf00181a64e36b74d2dd275b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef44f7680454ce9e103df78da39601a99cb9b3fb873184fbea32039fb56c201 +size 214343 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/172.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..6d87419e661e3aaccf00181a64e36b74d2dd275b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef44f7680454ce9e103df78da39601a99cb9b3fb873184fbea32039fb56c201 +size 214343 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/173.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..1dee18304303b18986c18de2e72a545ff3e6a25f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ba11d6bd3a8539f697e9b6e2ea45102465d571fc4d3f882df59a48eb7b70b2 +size 351960 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/174.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..1dee18304303b18986c18de2e72a545ff3e6a25f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ba11d6bd3a8539f697e9b6e2ea45102465d571fc4d3f882df59a48eb7b70b2 +size 351960 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/175.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd8e12bbb7b676e45e081a3b9e7d1b53af7ceab --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c339912f540e6284dde16ed9a8669909815c55c4700e795f121ccf742ed86035 +size 207057 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/176.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd8e12bbb7b676e45e081a3b9e7d1b53af7ceab --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c339912f540e6284dde16ed9a8669909815c55c4700e795f121ccf742ed86035 +size 207057 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/177.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..bf90a83703e4480357608a52569272900960c839 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894d076a55221dcb3b7a508d473aa047047f4b774e221e362536e67b5df23e32 +size 201208 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/178.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..bf90a83703e4480357608a52569272900960c839 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894d076a55221dcb3b7a508d473aa047047f4b774e221e362536e67b5df23e32 +size 201208 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/179.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..84f0e4a518c6280fe3f0f3b56cf09c13d17eb1c6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4042b7d0fd0e84f981690e5aacbeecec25167009556147048dedb7505ca7cb +size 150932 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/18.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..3bafb5e27bb5f1dfabed84f1a7f00e7245f62b49 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a4212637529506b5f8845374dd134af43fe269b9dd427397f6f6a3bf609965 +size 684501 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/180.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..84f0e4a518c6280fe3f0f3b56cf09c13d17eb1c6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4042b7d0fd0e84f981690e5aacbeecec25167009556147048dedb7505ca7cb +size 150932 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/181.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..016d32375fbbcbdf3403ded3402bc1a75f32da90 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b143f997be66489c492553249b8bc56f59d0656fdceef6ba5d8f8800e493ee +size 483715 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/182.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..8407394895d9e9a0a36762f2772f9a266d88ac3e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505c471aec31357c31a988e04ca9c137ee16ca81d1b61ef795ef65babe17a29 +size 269848 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/183.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff8ba8d81bc2607aa7582b653e888c8542bde42 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dfb350d9be9c96623577a198d2abeee01e76e45b8deb1fa3e2c2b91b79c913 +size 271115 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/184.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff8ba8d81bc2607aa7582b653e888c8542bde42 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dfb350d9be9c96623577a198d2abeee01e76e45b8deb1fa3e2c2b91b79c913 +size 271115 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/185.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..b182f3cfc4298c39a022d61126f60fa361192197 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7577cff9674893968890cf672fdb533a8d7ece7a5d7c2c78860f2ced5c0cc6 +size 278779 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/186.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..cc856dd951b7273f6192426fe297c0a878ee5f50 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d96bec291f58443a0ab7c3d38d7100692fa094b0be91f87dc251073f1e0405 +size 359053 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/187.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..267c9b616d8ab8730eab9af9a021f587df75282d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbaca870e7fe3bfaac6f86b0ff3bf06d060220dc135ff6de6eef13409b9d1f4c +size 298212 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/188.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..669d27423ba92fa74870e812fcc17d9da551754e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3962b0ac3c77939942412af1f10af83e56e69530310a3982793e58eaaed46a +size 467159 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/189.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..1db4f3b6b40d85ddb0e5e9804b31b59238c1042d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58677f7773c4a113a5b28303b53d5e619c1e7d7faed175408940c88ee84b4c0 +size 309880 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/19.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..5576f0339eb91a976516be0dd27e039ecb1cca08 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecdefd252707c3226626ff6de261d5fe6944dc03130bb498a7518b1bddc92f1 +size 738659 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/190.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..a597ce887247ca70083de3e172de1fc66d458675 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64dfad2670defa22ae7aa1878b455f562260cca2bdb7a8e22bbab1b887af42e +size 313715 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/191.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..f803341487fa347e7292d89dd745bd5f9373797e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19c056a4888f6b712731cfe819b1aaa4737683eeb37fe0a44d3f01de63a9b6b +size 284278 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/192.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..f803341487fa347e7292d89dd745bd5f9373797e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19c056a4888f6b712731cfe819b1aaa4737683eeb37fe0a44d3f01de63a9b6b +size 284278 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/193.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..31c4a1111093d2c553e8fc53e0b2d5683de83f52 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec229a1a6f1d40d5fd848b25539b63cc9961ef6a72724263c5b47734526943bc +size 322585 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/194.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..f9a6806de410c7a8d494be5e0b0e9c5483c7ace3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fef2f5edee27d5f1b957b1ba660e0c1e9e6ccca3793a7abc7aa0e89f0af183 +size 346744 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/195.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..6625f314cdb8b940e7a42054354c42150237306d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dd30be257f73e1f605fcfb0e7ce96847815c104f5c4b828c443fb1f2df5fb9 +size 353320 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/196.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..909f0b3a2a4377329088b5e94c55e5e9db3c2034 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fa33ca70f0835f9c7a8711ea07779ef5cd78561b0ff81373515302eff508c8 +size 229332 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/197.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5fedf087163f322a8668a046a4f52079d524bc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f0a2a53bff3f1feed519e8d2aa2df98dddd5bf4bdd35cb44a3b511052305c4 +size 325248 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/198.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..4434cb819754844c693974689369a3e83fdb22b4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f750205aef1844e5cb060fd09bf2b477d4218ecd17e8c756a94f0a0006d78e +size 404216 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/199.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..abf377e069a50f15f052a00ba6509f15a89ffba4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3e4fe5fd8957fb6cb07769d036cf4f825d78383cbb3128187ee50b1cda6aa8 +size 389677 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/2.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..c468a186900089a28f65838017ef06c20933b373 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a712b91a47380cfe2ac44a315d0ddac13378cb666302a91735435ed89839c8 +size 733556 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/20.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa931d0a558bc43ea92e2108206b640a39cef09 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a81f0bb3857d4d1eac29c0953028d80edffccca311a43073bad372b629df2ad +size 851664 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/200.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f1f5818f8fb236be51d0d93ab279db1ad62d89 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a8db8ccd51311db6ef444a8d9402e3bc2126b68eccfe5eea06e1786b943be8 +size 204721 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/201.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..0f4725b844f4a4f395933f0f928213de910f9505 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0814bbb90bf37c30b128a701cfae37deb4b13d6934fb7de37fede49491e56aa7 +size 131364 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/202.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bb9168b0a162c9030dd39051904a8ade878b19 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0ce0047a88629c1a6cd7425423a5efb9fb76de589663f79fb09b5578b1931c +size 124295 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/203.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bb9168b0a162c9030dd39051904a8ade878b19 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0ce0047a88629c1a6cd7425423a5efb9fb76de589663f79fb09b5578b1931c +size 124295 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/204.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bb9168b0a162c9030dd39051904a8ade878b19 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0ce0047a88629c1a6cd7425423a5efb9fb76de589663f79fb09b5578b1931c +size 124295 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/205.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bb9168b0a162c9030dd39051904a8ade878b19 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0ce0047a88629c1a6cd7425423a5efb9fb76de589663f79fb09b5578b1931c +size 124295 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/206.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..d6554ac541e111e523253c62d1effdaf3375e5fd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1386346b8956e995921b24c27247ed6fae87e1ff29ccfe8836df41a9f45b36d +size 92827 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/207.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..03f7375759fdcb1ebf145a48828f1e48d689d8fb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112cadb30c3ad0d41934059cacddef2a09a85adf4f0d8815154cd2cd843b14e9 +size 490923 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/208.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc43f6a2eb7579b74f4833b457ee74202c89b9a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efe6b5f9332987a28772a17ef15482118007517054d746a94644a048352cd10 +size 680982 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/209.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc43f6a2eb7579b74f4833b457ee74202c89b9a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efe6b5f9332987a28772a17ef15482118007517054d746a94644a048352cd10 +size 680982 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/21.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..cd888649e47b57ad5f270bd039af140730f687cc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f879b72f786fb22b5f9b884432d4bda78e1bc55600984acaf657407c7d4c13 +size 678397 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/210.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f7d83893fc64dd331e19dd4e220862143b8cc3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c225f2692fa7501d0d9de4434ab9aad48bdb6a4876ba85cc12fa90f3fb33d3ec +size 1100880 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/211.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..efa932c98a7bd2e3dde46be796c50c3731f335a2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4b1287e1ec55a3f32a0051da414a0327e591fe0f31a2604b1c27423cc63bd2 +size 801087 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/212.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..efa932c98a7bd2e3dde46be796c50c3731f335a2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4b1287e1ec55a3f32a0051da414a0327e591fe0f31a2604b1c27423cc63bd2 +size 801087 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/213.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..b828a9dd4b2c1d2453927a36a6de1e8e53bac2a5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40bc36189f406c8e776fffeaf0b526cddb4160d3d7ae6374110f1fe315c4a74 +size 660584 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/214.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..b13d105a3fb60a7c51313fce3625c5f343019a06 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6601479eb905267bda994e473e734c1331b42b8debd8d02997341de4cd183c87 +size 792688 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/215.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..b13d105a3fb60a7c51313fce3625c5f343019a06 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6601479eb905267bda994e473e734c1331b42b8debd8d02997341de4cd183c87 +size 792688 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/216.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..b13d105a3fb60a7c51313fce3625c5f343019a06 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6601479eb905267bda994e473e734c1331b42b8debd8d02997341de4cd183c87 +size 792688 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/217.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4aa460ad1f6f8bd9a0f479f5a788f2675c47db --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78af99e20678bdc82b06ce631fdd210e988c95e899c330af9dba2bec01e2e91d +size 742741 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/218.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4aa460ad1f6f8bd9a0f479f5a788f2675c47db --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78af99e20678bdc82b06ce631fdd210e988c95e899c330af9dba2bec01e2e91d +size 742741 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/219.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..8f80782ab5cbe580dba0b0423da214c81e5a80fc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8efa66aeda84876c4ef7c418b56925306f1d0d3630e890486b4bd0c89f3b7e5 +size 721359 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/22.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..7b759b29ff351d79a8c19aad05e601dcf29bfe5a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f607d98fa82ff1ab2ed3d7bb5b58ecfb5d047685bc63d64c01eccf7b193ce397 +size 740452 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/220.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..8f80782ab5cbe580dba0b0423da214c81e5a80fc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8efa66aeda84876c4ef7c418b56925306f1d0d3630e890486b4bd0c89f3b7e5 +size 721359 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/221.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..0a29f9c9b515ce2f36a54e71beb5cde3a90a63fa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82294e5d51bc74a951f7e1c0a3772a27e1a662ec1563e549e2b50d1faf96aaa5 +size 1005479 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/222.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..60b35468052a423bd8a11bc3dd8314e1261ed17f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1622956a86995c19e182ed751cc38b5c5920f7e5d0277f256b9f4b6ea44b77b +size 1280279 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/223.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..60b35468052a423bd8a11bc3dd8314e1261ed17f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1622956a86995c19e182ed751cc38b5c5920f7e5d0277f256b9f4b6ea44b77b +size 1280279 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/224.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..76d433514763643b8bd98cf40531fc97f826d323 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29cfd6d3f642daea6de60ba3dcba400035c5099c1f5f224e7de4344c0faf6e5 +size 1093606 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/225.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..112880d5886bcda977d371e8f29e1fb3fda2d093 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9bdec656f7aeaa922077c6d33aa4f15b5d33f0163a24dc494834cfad85c0a +size 1054710 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/226.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..112880d5886bcda977d371e8f29e1fb3fda2d093 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9bdec656f7aeaa922077c6d33aa4f15b5d33f0163a24dc494834cfad85c0a +size 1054710 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/227.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..112880d5886bcda977d371e8f29e1fb3fda2d093 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9bdec656f7aeaa922077c6d33aa4f15b5d33f0163a24dc494834cfad85c0a +size 1054710 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/228.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..d7001a0aabef2afb31f143c8fe2855714cd7541c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457030ddabfa6adaac2b2e37326a9ac718e8d8f03f3c801be1876fb27e429112 +size 903103 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/229.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..d7001a0aabef2afb31f143c8fe2855714cd7541c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457030ddabfa6adaac2b2e37326a9ac718e8d8f03f3c801be1876fb27e429112 +size 903103 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/23.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5aa06d5bf74e7cb38687907627b98b443216a9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606e4c77a0b1a77cea7ba51a3f93dc4ecc21b51f076b192c252fb76628117a0a +size 899088 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/230.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..854335ec63d2fbc6fccec5473c6f5bea45e51f8a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa14046f9dc2acf02ca62f807315f0e30302613451fc645e08e8c73e209bc7a +size 1186675 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/231.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..b82558b3abb4c9fc772ff66e4fd74c428c4bef5a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123281e69c01a235626a47c2099b44c1b76097f169c88897096bab91923d36eb +size 942044 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/232.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..b82558b3abb4c9fc772ff66e4fd74c428c4bef5a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123281e69c01a235626a47c2099b44c1b76097f169c88897096bab91923d36eb +size 942044 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/233.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..34d82f1aa84fb86d73dea9979380a66d22a72240 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c2dbf019a098fb276a490f74a90f79d8373fdc8355a5b76628f4dccd0c8ba4 +size 1021628 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/234.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..de7ed29427ee484085b92c2dcefafc86e7bc2a41 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19a84d4fb03079db0dbc4a604d65720becd1418139bd5b7fadc87ec0d5dd326 +size 1325325 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/235.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..de7ed29427ee484085b92c2dcefafc86e7bc2a41 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19a84d4fb03079db0dbc4a604d65720becd1418139bd5b7fadc87ec0d5dd326 +size 1325325 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/236.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad72f25f7394c68d93b0065c8d52dfe0056415b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88a64ffd80ba7d6499932d73a848253dab09654b802542f29f8622ce3afc5b4 +size 1330086 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/237.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad72f25f7394c68d93b0065c8d52dfe0056415b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88a64ffd80ba7d6499932d73a848253dab09654b802542f29f8622ce3afc5b4 +size 1330086 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/238.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa37a010e0d75b4ab272b90bc441d0357598f33 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8286328cd6cb8afdfff38b8a1bd27c8cc75bbf57088e773c02c1ea375b5b3da +size 1158088 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/239.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9a37be44781eb37ad494a90f399fc5798e48cb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c359221669206c5884b2ffd677f1a5a1e13ccdfbdf663350436ea320fdd79ac2 +size 1176071 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/24.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..e09c627c28e626307dde31c74210aace67185d67 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cde208747cfc8d2e50e6595e4a6f0b4bfa63f8ffcbe708ba743556393eff40 +size 553209 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/240.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9a37be44781eb37ad494a90f399fc5798e48cb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c359221669206c5884b2ffd677f1a5a1e13ccdfbdf663350436ea320fdd79ac2 +size 1176071 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/241.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9a37be44781eb37ad494a90f399fc5798e48cb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c359221669206c5884b2ffd677f1a5a1e13ccdfbdf663350436ea320fdd79ac2 +size 1176071 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/242.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5e8df0af2637f85aac6b486b02b43302f44dc9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f39e59e575cfbb670d5ddbb4ec608a09c7f4d6eff184407303a8f8b3278e419 +size 1262303 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/243.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5e8df0af2637f85aac6b486b02b43302f44dc9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f39e59e575cfbb670d5ddbb4ec608a09c7f4d6eff184407303a8f8b3278e419 +size 1262303 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/244.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7c6a608a8c79c6dce309a435d2c5a62c24ce51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920adb79c953ab6a96b491fe89ad294337fefc9d528cd073e12202edb9ca061 +size 1308091 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/245.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7c6a608a8c79c6dce309a435d2c5a62c24ce51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920adb79c953ab6a96b491fe89ad294337fefc9d528cd073e12202edb9ca061 +size 1308091 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/246.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7c6a608a8c79c6dce309a435d2c5a62c24ce51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920adb79c953ab6a96b491fe89ad294337fefc9d528cd073e12202edb9ca061 +size 1308091 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/247.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7c6a608a8c79c6dce309a435d2c5a62c24ce51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920adb79c953ab6a96b491fe89ad294337fefc9d528cd073e12202edb9ca061 +size 1308091 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/248.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7c6a608a8c79c6dce309a435d2c5a62c24ce51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920adb79c953ab6a96b491fe89ad294337fefc9d528cd073e12202edb9ca061 +size 1308091 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/249.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca336098096fb631df376f6e06778654d90ecaa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc740925246e89df7345b9cb29351bab22d0528402298e27624a6a2cffe88f2 +size 1043891 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/25.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..4f366490647f4c20a3f37d7e4c3a0ca4964ffc77 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa64dc099c4fa73e4f330be4b3178a3019a3554f68cf0d10910bd603824eed10 +size 660691 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/250.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca336098096fb631df376f6e06778654d90ecaa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc740925246e89df7345b9cb29351bab22d0528402298e27624a6a2cffe88f2 +size 1043891 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/251.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca336098096fb631df376f6e06778654d90ecaa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc740925246e89df7345b9cb29351bab22d0528402298e27624a6a2cffe88f2 +size 1043891 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/252.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..7823727de1b4aafb6df3ba644231c66a5b6d9e7c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04938e4e4f2ca8eba38c23da679a0744bf0f6c556449f951da19872391b854 +size 1067876 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/253.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..7823727de1b4aafb6df3ba644231c66a5b6d9e7c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04938e4e4f2ca8eba38c23da679a0744bf0f6c556449f951da19872391b854 +size 1067876 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/254.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..7823727de1b4aafb6df3ba644231c66a5b6d9e7c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04938e4e4f2ca8eba38c23da679a0744bf0f6c556449f951da19872391b854 +size 1067876 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/255.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..7823727de1b4aafb6df3ba644231c66a5b6d9e7c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04938e4e4f2ca8eba38c23da679a0744bf0f6c556449f951da19872391b854 +size 1067876 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/256.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5b2b925ed8ebc732c1fb46642fef0930706ab8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc4972cf9e63b8f241eebf094d0005d3596fd18e6f7f572079e25b214af366c +size 840414 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/257.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5b2b925ed8ebc732c1fb46642fef0930706ab8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc4972cf9e63b8f241eebf094d0005d3596fd18e6f7f572079e25b214af366c +size 840414 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/258.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..2478aa4639d5e3f58cab67741f5e11694bdf7719 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23811e048c2f34a76aa2e2f7e240d1533d843f18436da19780a3848503099475 +size 1026631 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/259.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..2478aa4639d5e3f58cab67741f5e11694bdf7719 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23811e048c2f34a76aa2e2f7e240d1533d843f18436da19780a3848503099475 +size 1026631 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/26.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..67bd9ba731dc45b31cff41760ccd9e45a73bd45f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f40022730229c5f3a42d12c8e2317d6e55cbadbf62e65310d4edb560d7ebff6 +size 1003907 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/260.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2d852c80759a547bbdcd4bb2ed55c320ff7e69 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e665af8d0787d2bcc96d30044b5b3fb4aabc20cfcab2a81cb2f420c5e85262 +size 1079528 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/261.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2d852c80759a547bbdcd4bb2ed55c320ff7e69 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e665af8d0787d2bcc96d30044b5b3fb4aabc20cfcab2a81cb2f420c5e85262 +size 1079528 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/262.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..5925718a523984e713ad388eda1b30129fe12440 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bb2e636120b86a290c5896a0ee1b83e7c4b5861db6f15648e7ff427f11921a +size 1277835 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/263.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..5925718a523984e713ad388eda1b30129fe12440 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bb2e636120b86a290c5896a0ee1b83e7c4b5861db6f15648e7ff427f11921a +size 1277835 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/264.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d949d6203610d23e52cf22941c04e939e70e4b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b0f8bacd7a2726cd9e900b53672316dbf69cb2743f46f9242fb0a568a75f55 +size 1329468 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/265.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d949d6203610d23e52cf22941c04e939e70e4b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b0f8bacd7a2726cd9e900b53672316dbf69cb2743f46f9242fb0a568a75f55 +size 1329468 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/266.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d949d6203610d23e52cf22941c04e939e70e4b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b0f8bacd7a2726cd9e900b53672316dbf69cb2743f46f9242fb0a568a75f55 +size 1329468 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/267.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a378d89d04a3c4a0f9f53982ce18b4577ca367 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e48d2a4253d1357227ed3d276853e989debca0da94725a54e4368567ff58fe +size 983997 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/268.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a378d89d04a3c4a0f9f53982ce18b4577ca367 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e48d2a4253d1357227ed3d276853e989debca0da94725a54e4368567ff58fe +size 983997 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/269.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..766d9a690e61fcd70ede7ab9eea76ecd9edab60d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8026e681441c372e60d794ec699d10ec9405edbf12bc97cf21cd2bbdc9a225d8 +size 1055394 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/27.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..a63c90d6b077bea8d9fe9050042f1fc30167b51a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de05188f17e02b2129683a9e2d28934cbb2c0b0db49a38494eb3111240b0776 +size 939780 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/270.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..11eb0efb1ab4ee913d35c1b79c61170f30ac54c7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd124dd241f3988571c76661825bc328f1de0413483f82626c364a9a6e25103 +size 960969 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/271.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..11eb0efb1ab4ee913d35c1b79c61170f30ac54c7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd124dd241f3988571c76661825bc328f1de0413483f82626c364a9a6e25103 +size 960969 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/272.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..87f9990f70517f492cebc3f4bf9483536647c054 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee907965bb1620e1a3a47a2ba7e75a1d88b16bbce05ef461009c53f0dccf2ccb +size 1234905 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/273.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..c679aa920fa716aa3dda49fb2d84726e248e1ef1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1cc55f8aab8f785c8c8c1c6409c5625170c07bc84314b6290b49e64a3b70a0 +size 1147945 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/274.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..c679aa920fa716aa3dda49fb2d84726e248e1ef1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1cc55f8aab8f785c8c8c1c6409c5625170c07bc84314b6290b49e64a3b70a0 +size 1147945 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/275.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..f717774dbe18ac1039d086ec7ec4bb01cccb68e3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e0390564204a71441757db528957d399ac33d361d4035caecb3a342f7a6187 +size 995778 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/276.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ee7e099aea48ff637a3ae64668c091cc37d423 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea1d5a7cd32ce6d5b1d9e85cc0202939fef007c3af3ecd0658c429668b4602f +size 1267480 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/277.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ee7e099aea48ff637a3ae64668c091cc37d423 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea1d5a7cd32ce6d5b1d9e85cc0202939fef007c3af3ecd0658c429668b4602f +size 1267480 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/278.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ee7e099aea48ff637a3ae64668c091cc37d423 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea1d5a7cd32ce6d5b1d9e85cc0202939fef007c3af3ecd0658c429668b4602f +size 1267480 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/279.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..9bdbbc43ca03a694c7354da1452cc62a39c3d898 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a81c253e8e4fd23e1acf77d021ccbd80b9ff4d5edb2844c70f2f04ae1a5b89 +size 1237783 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/28.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..28b57e3e866be4f7f24ec09eef367c3d7db59e46 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004b5c5d0c8344de4b2d7d5774384bc1cf0c68cc7d499e669370f63e797dedf5 +size 1023815 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/280.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..645ad3cf9774cddabf893332ec23c5013a9fc443 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbda89cabd60d5f2889a2f97fd247b8bc532e10cc14ac804fc4e8dd2db8d1c1 +size 1070693 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/281.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..c745111972542940e640467a68e0649e835b96a7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9bd03d3ed61c44ea333e72f6ffdd515a7dc04d117221f74dafe71d87d962e5 +size 1281817 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/282.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..c745111972542940e640467a68e0649e835b96a7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9bd03d3ed61c44ea333e72f6ffdd515a7dc04d117221f74dafe71d87d962e5 +size 1281817 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/283.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..861946d902195bacb3109eaaa862914826f0599b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b361808871d50fd5e4a9ce18665e6e60f65a29bbfa8da8e8e88951bb45588a +size 1147423 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/284.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..861946d902195bacb3109eaaa862914826f0599b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b361808871d50fd5e4a9ce18665e6e60f65a29bbfa8da8e8e88951bb45588a +size 1147423 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/285.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..861946d902195bacb3109eaaa862914826f0599b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b361808871d50fd5e4a9ce18665e6e60f65a29bbfa8da8e8e88951bb45588a +size 1147423 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/286.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..32c32aa104bda0d28034931ad0724d4f13866491 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d90337ce33a3c5382b47fac50bdb7d64a3e5974454b972a11f8480efedb5b7 +size 1292084 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/287.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..32c32aa104bda0d28034931ad0724d4f13866491 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d90337ce33a3c5382b47fac50bdb7d64a3e5974454b972a11f8480efedb5b7 +size 1292084 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/288.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..32c32aa104bda0d28034931ad0724d4f13866491 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d90337ce33a3c5382b47fac50bdb7d64a3e5974454b972a11f8480efedb5b7 +size 1292084 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/289.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ffe8542474be49e5c6dbaf1a717a61129ebac9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee2c6ceb79f904d0dc358066a1357f1af06733147760a58c1336f8ee24c0ec +size 1102227 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/29.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..0fbb2307d8cf0f48a5c56eeba08713d7708145ea --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35736778ee6229be4b77a7e2ca53d5be5351c0e84811aa73dc57bd856fb674c +size 805350 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/290.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ffe8542474be49e5c6dbaf1a717a61129ebac9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee2c6ceb79f904d0dc358066a1357f1af06733147760a58c1336f8ee24c0ec +size 1102227 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/291.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ffe8542474be49e5c6dbaf1a717a61129ebac9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee2c6ceb79f904d0dc358066a1357f1af06733147760a58c1336f8ee24c0ec +size 1102227 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/292.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..88072d0198ffee2c588bee8ce6b6af95cc233bc8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567ee67ce75200846bdef4eef95a7330952633d3365af2165f04b649762c957f +size 1092808 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/293.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..88072d0198ffee2c588bee8ce6b6af95cc233bc8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567ee67ce75200846bdef4eef95a7330952633d3365af2165f04b649762c957f +size 1092808 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/294.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..d71c50965d1fad9e756fd674896278e9066ba0b7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bcdbfca59283b38a50be703cc82107c9befc6955f4e20b9d63030ee938f3a9 +size 1126739 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/295.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a9bf750f1ec5597861d9a0d176c9e59b97e04 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b168dd37301614a03b2893650bdef3cadfc0f41df13b2f67f30567aa4d39a36 +size 1233735 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/296.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a9bf750f1ec5597861d9a0d176c9e59b97e04 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b168dd37301614a03b2893650bdef3cadfc0f41df13b2f67f30567aa4d39a36 +size 1233735 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/297.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..c2063a153cbd751f279cbae5a3e60c18689ad267 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463ea6b21e18a30fff070645a564038a7cade06d48cf2442924e555e4e3ad1e +size 1133652 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/298.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..c2063a153cbd751f279cbae5a3e60c18689ad267 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463ea6b21e18a30fff070645a564038a7cade06d48cf2442924e555e4e3ad1e +size 1133652 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/299.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..c2063a153cbd751f279cbae5a3e60c18689ad267 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463ea6b21e18a30fff070645a564038a7cade06d48cf2442924e555e4e3ad1e +size 1133652 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/3.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c91a85a66f1d8a6a88e45363899546f44f7a259d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7032d801e5402dd235c3bcdf68f8f5b6269d568b6ab7f4d06bb87b85c901063c +size 700899 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/30.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..94230d78d3775529dd2231c08ec9d276de0c99a2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6f964b57bfcd67a87c38af0df84b706f7c0cacfaf76fb8234b7a4564180c2d +size 768139 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/300.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..61d0378073de1921b94347f30229ed8c8ea94418 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6923c87c75e9defeb5aa54de1f0c5c2250a3917126b9922749e2a44e814e7e3 +size 708308 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/301.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..30e0c3fb0048052b9c4b909a9b9b0a11bfbc7e6a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6f723d7d91479d864d0d8f1142700b50f75e32e309ed5304c73ca2ea79fd6f +size 1125269 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/302.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..30e0c3fb0048052b9c4b909a9b9b0a11bfbc7e6a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6f723d7d91479d864d0d8f1142700b50f75e32e309ed5304c73ca2ea79fd6f +size 1125269 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/303.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..c73c83d9096c6d1eecac6ba5cab4f4c0d670a525 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf369540bd1819b20964218f196326169ee7dab56432bebd552f4413bd2e8a4 +size 1284481 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/304.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..4c02e29105053035f95e3a86861d2e289ff1a60b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21143405c93a67754d2fecaf3dd9b5cfc92725d79710c692a46b237bce1edf60 +size 1264371 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/305.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..4c02e29105053035f95e3a86861d2e289ff1a60b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21143405c93a67754d2fecaf3dd9b5cfc92725d79710c692a46b237bce1edf60 +size 1264371 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/306.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..4c02e29105053035f95e3a86861d2e289ff1a60b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21143405c93a67754d2fecaf3dd9b5cfc92725d79710c692a46b237bce1edf60 +size 1264371 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/307.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..4cee775ab8bee91f3e93c83c2e04961f2f7fe8c8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad133c5853e4c2ca27b5dd3d106126f5d023ee9fb24a814e951044570bfdd22 +size 1027210 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/308.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..4cee775ab8bee91f3e93c83c2e04961f2f7fe8c8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad133c5853e4c2ca27b5dd3d106126f5d023ee9fb24a814e951044570bfdd22 +size 1027210 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/309.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..af3875cf15c4f4351aabe796d3d48ce3f8b850c4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fee9a536a3fa3277f6bab577887cefeaf40ec08774ca37615f699a05e483dd5 +size 1105966 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/31.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..94230d78d3775529dd2231c08ec9d276de0c99a2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6f964b57bfcd67a87c38af0df84b706f7c0cacfaf76fb8234b7a4564180c2d +size 768139 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/310.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..72358d2ee69cbfeb3a69a8f09c0a08147e9b53f9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d96bd2e8cb8c0fa6054e9860b2c98e0cc2e630c12faf31fc03c2c9594451117 +size 993981 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/311.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..72358d2ee69cbfeb3a69a8f09c0a08147e9b53f9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d96bd2e8cb8c0fa6054e9860b2c98e0cc2e630c12faf31fc03c2c9594451117 +size 993981 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/312.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..137f568d110335f7b19705dc55fc2bb4f14902c1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d0c0703e05d52aba2c166766e3d29c059b521dee150e51be77c937b4ed0e6b +size 1093074 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/313.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..137f568d110335f7b19705dc55fc2bb4f14902c1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d0c0703e05d52aba2c166766e3d29c059b521dee150e51be77c937b4ed0e6b +size 1093074 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/314.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..a2786b2b7f5170e996c942d4baaa587c62e91c00 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3e6e36747da44d7959f47af96a46e8f0f790bf9b0b6ec370deebd779b32e93 +size 1103634 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/315.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..54408a75de56d60180a135283dfc37ef76e9a6de --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c9320db26bb051d58ac26c9dffbeae58f313ad7483d6b6846008b9fecf4d62 +size 1103798 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/316.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..54408a75de56d60180a135283dfc37ef76e9a6de --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c9320db26bb051d58ac26c9dffbeae58f313ad7483d6b6846008b9fecf4d62 +size 1103798 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/317.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..37565de7054e5cc8505aed7ded862391586edd62 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760012fa4df5a1352cf895da1663dd3aa8308424f49348ba77982f75254f2eca +size 707488 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/318.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..37565de7054e5cc8505aed7ded862391586edd62 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760012fa4df5a1352cf895da1663dd3aa8308424f49348ba77982f75254f2eca +size 707488 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/319.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..2065285698321082c2c861d1558990784268e3a6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24df044fabfa02d8546f6a1004e7ca7a170376e28235848a9e3df1c3916391f2 +size 998155 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/32.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..910f77fa82a68f4f3e46af614cd9e344239a4461 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2eb9584fcae10f804d1c04259dcd6301d5c19fdfbaab276d94b1f7b93580b1 +size 913549 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/320.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e7ef15a613bb63fa7456290868abe74e3637a5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c87458a9a18c93bae442fa3faa280aaf4e73150d86cc03e289551dd9e90beb4 +size 918282 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/321.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..72376be3be2624d861dcc4cad179165ca33468fd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d711520e3becb3c4a7a0f051436f1957717b2d70df392a1cbc581ec1a9489a1 +size 1008010 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/322.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..72376be3be2624d861dcc4cad179165ca33468fd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d711520e3becb3c4a7a0f051436f1957717b2d70df392a1cbc581ec1a9489a1 +size 1008010 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/323.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..fb6d1d1e717462e70bfb863ec32cb1b0173c3e23 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdb9793484943376631c7098ef7f2aa1346fca8c1e9d74e43e264e15cadb4f3 +size 1387882 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/324.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..fb6d1d1e717462e70bfb863ec32cb1b0173c3e23 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdb9793484943376631c7098ef7f2aa1346fca8c1e9d74e43e264e15cadb4f3 +size 1387882 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/325.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..983848f28d7d760c69ce0be1fa518a1da7aeee75 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4ac712f3e071e933aa3da42677f07bcb71280739ea2e486ed6d7bdec26480e +size 1405823 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/326.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..983848f28d7d760c69ce0be1fa518a1da7aeee75 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4ac712f3e071e933aa3da42677f07bcb71280739ea2e486ed6d7bdec26480e +size 1405823 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/327.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..7fdeadf5529e2c90dc57832a4724a84fa69eebd7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1c4528e8481337b04bfeffc6796518cdff0541d62e7d8e3a062a2881f25671 +size 1497739 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/328.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..7fdeadf5529e2c90dc57832a4724a84fa69eebd7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1c4528e8481337b04bfeffc6796518cdff0541d62e7d8e3a062a2881f25671 +size 1497739 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/329.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..7c14b5994e217697c6a6bd1d2ebdf5f4194497ba --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c0f029be3ab0b8f2dd5c9f24aa66b23e3945b194e6637791b3ebe3e7cd9e05 +size 1335835 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/33.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..2b0e87af186a708728e4d9d1bd23f1efc052fda9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6216dc876af11dc75d9116a46cef9185aa7d28ecd1eab746159af48ae962a7 +size 1060583 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/330.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..7c14b5994e217697c6a6bd1d2ebdf5f4194497ba --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c0f029be3ab0b8f2dd5c9f24aa66b23e3945b194e6637791b3ebe3e7cd9e05 +size 1335835 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/331.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7d072f532de0f8a4b5bbe23ade586aa5b387a0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf38aa163b4b98debe5beb9d82c70685d749f35212c0d1d843960c624d9ea050 +size 1537623 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/332.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..2356296183ac28976682d08d719ac1e4ca32f525 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e2dd82a4911a83416d0152fd5513fe472660b6bb18678490ce4984ecc150d5 +size 1198466 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/333.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..2356296183ac28976682d08d719ac1e4ca32f525 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e2dd82a4911a83416d0152fd5513fe472660b6bb18678490ce4984ecc150d5 +size 1198466 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/334.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..53c0f7a171b242cfbc11ee5b7d5ebce406c4b8f8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4419060c7766620a4f34fa70ecd9f4fab93b13abf204e57d8eabb9cf2bfb5d +size 1293597 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/335.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..db54a81b8dde9931d6c59cff5b9dfda0d49a6455 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525746dc8e0db974e94612fa5689cf647df87989f928ae417785011b82dba319 +size 1360308 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/336.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..ca765f2af1723f5c5c1b114fb0d40e2d9ac3cacb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d53e6c02f2e73d84f1c2841f3e022de0aa4b55e30061e60383914669d24c44 +size 1390825 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/337.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..ca765f2af1723f5c5c1b114fb0d40e2d9ac3cacb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d53e6c02f2e73d84f1c2841f3e022de0aa4b55e30061e60383914669d24c44 +size 1390825 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/338.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..a26b5d1237cbd3db2e607f7b7be4aa70fba1acfd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456c2747ae72383fd123fd11cebd70aa2e364338a29c2f0908c557038ee8924f +size 1250320 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/339.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..609f60b6ddf3d3c6ac367568d499696b5eb1f6a4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51732fd8ea02c68ebfad3bcc77aab003b624ee86368ca6867da024a0c9e0bf74 +size 1416605 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/34.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..61199c2b905f79e167f61f9c8a6763ec838bab9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba39fcc1fb77e71f54c088db822c15db0c7b4c671003c41f778801797d8e18c +size 925750 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/340.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..8bba98119c71a0ec282de40ae59b6eb906709cb8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ea0ca00758ea690c49b4d6e7ae9cf8a2fd2f8f1246217ec4371318ea9c9507 +size 1397147 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/341.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5b7a46b4e54122515343a4346ba12afcf8501d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3cba0504ba3f4e1a93a68734c7338354b4e3a11319f5b4c9c4ad588df3a67f +size 1423510 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/342.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..031a645dd987962d129a75267edb1d9b3be7871f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032f4141501d8e0ca7cb90c703956d4c0f995504ea493174778385272d6eb0d5 +size 1216052 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/343.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..031a645dd987962d129a75267edb1d9b3be7871f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032f4141501d8e0ca7cb90c703956d4c0f995504ea493174778385272d6eb0d5 +size 1216052 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/344.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..fde727e8b48f2edafb7cf1007a0217d7f8b8e998 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43c03a26f1e252158c65c9f3e73241c46cde10a873474dd292248ffa03bf19 +size 1019495 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/345.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..fde727e8b48f2edafb7cf1007a0217d7f8b8e998 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43c03a26f1e252158c65c9f3e73241c46cde10a873474dd292248ffa03bf19 +size 1019495 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/346.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..fde727e8b48f2edafb7cf1007a0217d7f8b8e998 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43c03a26f1e252158c65c9f3e73241c46cde10a873474dd292248ffa03bf19 +size 1019495 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/347.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..fde727e8b48f2edafb7cf1007a0217d7f8b8e998 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43c03a26f1e252158c65c9f3e73241c46cde10a873474dd292248ffa03bf19 +size 1019495 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/348.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..9291a29b2b7362f280028c2cffe142be411f98c4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c659c96e21fed574b5c3c74a93432afdc8ed5fa73d7da42845343bce6bad1c0 +size 1310197 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/349.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..1f70d14bdf7f91d363ed32143bbf443c4b7be468 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1fdaeb86fa529b301ad3a5ecefd0df8a410a943cd4a289ee99ced5c51b2362 +size 1341834 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/35.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..61199c2b905f79e167f61f9c8a6763ec838bab9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba39fcc1fb77e71f54c088db822c15db0c7b4c671003c41f778801797d8e18c +size 925750 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/350.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..5d00637e5599d6e2e05de3eb63f0343e5c77f3d6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a855ea66f38de9a77b6653d4d0b2e97b66a2573f4902bcdec3c204b7f9496e00 +size 1277853 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/351.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..f91975eefced3e3be403918ad7f1c03a0c553f20 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0d126a21a3fcd31aa5d0ec6f79006e7b2cf2808a363553499575b60aa4bdbc +size 1236521 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/352.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..1902b4e74f1ffeb2d7a4a99e352cc14c27e0d0c7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceb813340609263fc0884ac5e6c756b72e33a08129b217a945c9bc11f105840 +size 1348279 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/353.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..1902b4e74f1ffeb2d7a4a99e352cc14c27e0d0c7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceb813340609263fc0884ac5e6c756b72e33a08129b217a945c9bc11f105840 +size 1348279 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/354.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff03cab934d7ce01c104b697aa76a4a03816959 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5843f5ed44286a2a194e449bd85f9d2ccf14daf86526aa5baabece88c15db3 +size 1323764 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/355.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..958754270cb92d479ec53675973f8ec7e771cce5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150797ab5c04f0e5bacbf70b8782857a8978aa5ee44174b12d9ad674b0f26cd5 +size 1299269 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/356.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..df968054a523ebd47f4312646b10b3fd24c051a1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3909c0ddb4a3a018c7cdea08e2276271052b8375756c60ca92dfc561c9303b90 +size 1161989 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/357.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..df968054a523ebd47f4312646b10b3fd24c051a1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3909c0ddb4a3a018c7cdea08e2276271052b8375756c60ca92dfc561c9303b90 +size 1161989 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/358.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..0e612e762fe86006601594049deb486735f9e923 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97d5eb334b216f3816ec2ff9d0ef274dbda2643b49b35fc2b7b306482feb30c +size 1275184 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/359.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..5f499205c5d6db3f65d4aa283312b28497e0db9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e15cb1b2fe63e5701dc9fdc31e9273420e6d846a46c44d06394e921bd9dc12d +size 1167371 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/36.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..e54ad180e3d712aef520b502f0f11bba878eebeb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b539e0da968e216334a420e0810c50bc0afaadd0979d6ca31d6d9548d2bd752 +size 1127673 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/360.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..5f499205c5d6db3f65d4aa283312b28497e0db9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e15cb1b2fe63e5701dc9fdc31e9273420e6d846a46c44d06394e921bd9dc12d +size 1167371 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/361.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..2743c5f291c7cd893eaff81abd721758f9790c20 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65656e8482a3434446f6fc21963e339599d913c4d2d3ab442b02065c682e113 +size 1225060 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/362.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..777d9b4cd8df23f91a005d87eb6eb4917afc9ee0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeeaa9df0837b47d639b0ebfb2ddc40e0741d64d05db147c6ddd21655db9055 +size 1206836 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/363.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..777d9b4cd8df23f91a005d87eb6eb4917afc9ee0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeeaa9df0837b47d639b0ebfb2ddc40e0741d64d05db147c6ddd21655db9055 +size 1206836 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/364.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbea8bdd908fb6a5876dafd03d22050d1d5200a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5c79717e2c3a71161cfc979b9bb269738227863e119047e1f386f04e82706 +size 1540046 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/365.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbea8bdd908fb6a5876dafd03d22050d1d5200a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5c79717e2c3a71161cfc979b9bb269738227863e119047e1f386f04e82706 +size 1540046 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/366.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..c488ad801f17b7e51b1c683335b10d6a560f88e1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc650ae27fd26d0e2c2ebb758c7eefee2d20d1079825a659a14a015772e447e6 +size 1404659 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/367.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..e5705e588f8dc6662f80e3cf80ad7bc89780d85c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a8d075c89752aca327e90394419072da6bb13554fbe04c6970e6546d69b95f +size 1237697 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/368.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..e5705e588f8dc6662f80e3cf80ad7bc89780d85c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a8d075c89752aca327e90394419072da6bb13554fbe04c6970e6546d69b95f +size 1237697 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/369.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..25b6b0845834d4f7248eba0f6e3418c7b8250006 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56ba07a59879fe9b923a9604a13e724beeb49af17513b9f5c8a74b5cc7178eb +size 706143 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/37.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..7ebf4856cffe6d6f5c2c21b688d1bdabbf589bdb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8be5fc0476fcc40cf0d69780b8b06ca1c2d26f2f41764c91e8a1c97e92bfd5 +size 1165431 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/370.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..25b6b0845834d4f7248eba0f6e3418c7b8250006 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56ba07a59879fe9b923a9604a13e724beeb49af17513b9f5c8a74b5cc7178eb +size 706143 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/371.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..38f4fab7ed77bc157739d7513161b2bfadd53cbc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0d1baa44414555d7d6c5d432d33fd1bd8bb64163732ca5082e0f66dfc63498 +size 1349235 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/372.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..38f4fab7ed77bc157739d7513161b2bfadd53cbc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0d1baa44414555d7d6c5d432d33fd1bd8bb64163732ca5082e0f66dfc63498 +size 1349235 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/373.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..90ecb915ca096e9db4c9043c2aac0905de8341ec --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bb399a7261a6145336879dc1d4c0aa83ce3121ebd687462491651c420d7c96 +size 1343251 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/374.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..e15faaaf36c9bec902f0b8d03206e198778017be --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c659c8a91f3ac1cd13fc7b95dd7a3d2ec407b9b6d781306a5b04b1d363dfa4 +size 1289210 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/375.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..e15faaaf36c9bec902f0b8d03206e198778017be --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c659c8a91f3ac1cd13fc7b95dd7a3d2ec407b9b6d781306a5b04b1d363dfa4 +size 1289210 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/376.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..f64add13e58616a5b33179749ce4c04763a06a65 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10aa0c0ed637ffe7fc17ee57e9a81c3d80a1bd63675d696c39c7fa3b71e0b162 +size 1455979 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/377.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..f64add13e58616a5b33179749ce4c04763a06a65 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10aa0c0ed637ffe7fc17ee57e9a81c3d80a1bd63675d696c39c7fa3b71e0b162 +size 1455979 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/378.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..bd00fe6b95cb1680a8b6076dbb70e22c422b8043 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df99c5bba702c614bce9b1b5ccfa57f15c72e444d2cb81b11b3a03bc5b093d72 +size 1463447 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/379.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..286a8ab0c38bf31931829a9f51446bf8d8ac6d27 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c93eefa53ca2317d72336aa34867a182bba22f3003eadfbdeb725397b4ea06 +size 1260041 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/38.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..35030b31fa11506b0571f5da8963a28e1c3f729b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992aaeab2b3b6c00f922e069aeb473d6cbbdf4a39cf8ca3a7244713cc032cf86 +size 1053421 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/380.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..286a8ab0c38bf31931829a9f51446bf8d8ac6d27 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c93eefa53ca2317d72336aa34867a182bba22f3003eadfbdeb725397b4ea06 +size 1260041 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/381.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..286a8ab0c38bf31931829a9f51446bf8d8ac6d27 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c93eefa53ca2317d72336aa34867a182bba22f3003eadfbdeb725397b4ea06 +size 1260041 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/382.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7b8eb46c74432dfeb3913e25579ff52f557e4b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0e889799644a4593ee6d1177e157162f568257aa56ced3cb41669e61b16e91 +size 1310629 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/383.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..9f137c5609e366fb322a2b84f0fd2c28a49a89af --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e610181533c07d82a24bac6c4a588c79801b44b934a29a486513b22beee6dbcd +size 1319506 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/384.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..2e4cd6aa533211c7883bf997c9f71abfe8376139 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbcdf03d0eb6b2386b509ec692da6f6a30c7bf7f8a1160b8157adc614b96d40 +size 1351682 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/385.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..2e4cd6aa533211c7883bf997c9f71abfe8376139 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbcdf03d0eb6b2386b509ec692da6f6a30c7bf7f8a1160b8157adc614b96d40 +size 1351682 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/386.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..e90e4285a07525083eb3197aa215a46b19890c18 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849503f0170e47e9cf58b7590ad4ba70761bf34673253bddc0b6d8803e99988 +size 1437833 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/387.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..e90e4285a07525083eb3197aa215a46b19890c18 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849503f0170e47e9cf58b7590ad4ba70761bf34673253bddc0b6d8803e99988 +size 1437833 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/388.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..e90e4285a07525083eb3197aa215a46b19890c18 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849503f0170e47e9cf58b7590ad4ba70761bf34673253bddc0b6d8803e99988 +size 1437833 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/389.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..16bd565e4d2eb05572e2894ea4cf103c20bb9f8c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee51c09a9cb021511581100f89b3e8973cd6e5abefff9df26a412a492719ef6 +size 1440664 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/39.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..35030b31fa11506b0571f5da8963a28e1c3f729b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992aaeab2b3b6c00f922e069aeb473d6cbbdf4a39cf8ca3a7244713cc032cf86 +size 1053421 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/390.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..46a997704436ee5f13660166bdad13f827df79b7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af36e8782768de13b76176fe957c9b88679aace3f94a9c03237c72527a0bab2 +size 1436450 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/391.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..46a997704436ee5f13660166bdad13f827df79b7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af36e8782768de13b76176fe957c9b88679aace3f94a9c03237c72527a0bab2 +size 1436450 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/392.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..9be8c755b4b52a08ede5ddae970bf6781d8b9047 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83ef942dac6e085450d6539a3aa688b2b432f588fca4be44823cca03916c75 +size 1511115 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/393.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..9be8c755b4b52a08ede5ddae970bf6781d8b9047 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83ef942dac6e085450d6539a3aa688b2b432f588fca4be44823cca03916c75 +size 1511115 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/394.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..93eda29ed7fe65de316b511a93a6afa961631514 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7c8a00eca3245a8872df8bd9367eb82dadea6f360c89ea274938feb9162f15 +size 1426781 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/395.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..93eda29ed7fe65de316b511a93a6afa961631514 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7c8a00eca3245a8872df8bd9367eb82dadea6f360c89ea274938feb9162f15 +size 1426781 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/396.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..4044a98dd793198649215d03b0554c8f05756b91 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f52770534c8da3e47908aee625f6e28bd957f1355bea48477b7f9e6b6b6e9d +size 1361520 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/397.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..6111450afe47f18087a194c1f7811ed592a4150b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3110ee43ff65f5be9b1a24b79d036b8db15e09d3df9cf54ff253381678042296 +size 1504526 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/398.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..6111450afe47f18087a194c1f7811ed592a4150b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3110ee43ff65f5be9b1a24b79d036b8db15e09d3df9cf54ff253381678042296 +size 1504526 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/399.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..560ee6904807530c33058f1dcab50b10ef926af7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f25b7cd333e5f7a33719990bbfe3aedef23fcbb5b8d1c9ecabbb1debee860 +size 1246424 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/4.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc4ef54e50d979fde20eb47c7692edfa277bcb7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c3826572b7247eb31df044534e0189cb7a84dd5aca0575be67a3916a2742c5 +size 809664 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/40.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..57bd42f4701761778375e147d34e7396404ce7f9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbfc26a6b96b2d06d800387f06af554ff4f2786785d2717c4aed4dfe3b8a6b0 +size 1291545 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/400.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..560ee6904807530c33058f1dcab50b10ef926af7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f25b7cd333e5f7a33719990bbfe3aedef23fcbb5b8d1c9ecabbb1debee860 +size 1246424 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/401.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..560ee6904807530c33058f1dcab50b10ef926af7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f25b7cd333e5f7a33719990bbfe3aedef23fcbb5b8d1c9ecabbb1debee860 +size 1246424 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/402.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..cabdea5ba8f34a63f11078a0257e33f7edb35d30 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e89d9522cfe6728eeaf2d7e74c6f5f6faa2567c9b6f90961e8e9068e75cf191 +size 1209981 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/403.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..0a27665d3389fa42ea9ed65fd2724286e443df14 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c68a9b92e56b19f27832d914258c8560c254329482fb4683e5f04727cb5a0e +size 1322362 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/404.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..0a27665d3389fa42ea9ed65fd2724286e443df14 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c68a9b92e56b19f27832d914258c8560c254329482fb4683e5f04727cb5a0e +size 1322362 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/405.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbc1acc9846c9f62e88a43c550d7e35e34ccc4f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee280f90bc977af8da442df5f2b24327a124074030aa7be152f4e3770adcee20 +size 1406090 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/406.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbc1acc9846c9f62e88a43c550d7e35e34ccc4f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee280f90bc977af8da442df5f2b24327a124074030aa7be152f4e3770adcee20 +size 1406090 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/407.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..dc0a8098b88feaef1706fb5991794c3bb441fc1f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58239df3c7e3ab37e215739ad49d8c1cc6e572947a8cc734403bee5731002fd1 +size 1211247 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/408.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..dc0a8098b88feaef1706fb5991794c3bb441fc1f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58239df3c7e3ab37e215739ad49d8c1cc6e572947a8cc734403bee5731002fd1 +size 1211247 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/409.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..742fe0f9726c7765ba737f2b0ae752e0b953e317 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267f52b7ac605ed4cc8c24f563b6a990c19a7c5a8cdb22efd6ffd8ebab6d14a9 +size 1417678 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/41.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..32477455133a19212366d1aaeba19b4dd38646fa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7719aaff419b01c44650df78aabde208fd984a006d643d298040a41a2541bd30 +size 1287400 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/410.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b926d48932ca840a88dd1a8c12b9df59506f73 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c0bea9064bb8b8d932522012f933660c0afeefe7aac6c36d0cbd5ab3c424cc +size 1589532 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/411.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b926d48932ca840a88dd1a8c12b9df59506f73 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c0bea9064bb8b8d932522012f933660c0afeefe7aac6c36d0cbd5ab3c424cc +size 1589532 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/412.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..515526e1cbb619ee183e07dcb6ddeb38a554c77b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752aa167fb324c8527cdb542baf25d3029abaf2b6694836aa9598c2ca06e247a +size 423829 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/413.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..022405639ca67aedbfb84ba51efa393171098bd0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3ec0cfa7595396899bd5966447448063a034f5993f8a3af629d88eec74ebc +size 545658 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/414.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..9806d89d5224924859152fc08ce146ebc46e3882 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c53b9c3aaa651012e72e4f1ced69c4ae9c57b4d49a62b10e94b64be60b2498a +size 508674 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/415.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..b056b315a7a2308548b5742f2a50f5c1286c2105 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b8ee064245c44a91af7a59198f84af111e410444d7a0a87550217c72d99074 +size 882197 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/416.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..550bbdcf0d70a54d09206af80b4f94e9e027ff24 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b8c74bab5748ba0c2f53121d918f858e0d1852c4867a1c9fc0982b41e9437a +size 941890 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/417.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..8469286cfdbcf17377cee98baf2f324a6fd5e6bd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ae5fe1f3c71cca4554509dd8c65b760be9bc24fe8517f5795c65c1225909cd +size 973542 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/418.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..c114dae7f5957fe83fd161811cda2156bae41cc9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d220d3b2de8f84582710d512f0538bf4061061b7aa115860195464adabaa1b +size 1000204 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/419.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..67d2ffce2c65f3fdc4ab54840807e84a4c736c3e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66381ca6091499da26228e2c558fa14ee9632c0bdea7bd3218113978f9755f75 +size 840108 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/42.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb3516cd0c4b6fd6d8deb8de2ad0ad0edf0725b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fd8add7402436cd53e420e992f96e5c6c34665e16e1ce695f58e92595aadeb +size 1273615 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/420.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce81e70e00f49e57d5f810fdf7c6556c4aa19c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8372a45becf80a35adbf12f195055b8e765294ded8eff278cf90a247f16216f3 +size 877282 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/421.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..9b036864d889fbea8f29d235545bfeec3792c109 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc963f925821638643adb99fde9c579ff579ebb55423e680cd8479ff313c8635 +size 1051388 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/422.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..5ced21dd7fc8179086deee998dc1d2517f660e38 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f44d982c228156d74fb200cc8bd74d944e2e92352857598f843a74fd104ad0 +size 436520 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/423.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..e69e9a9a189a16d953978a839cabc2a75ab66070 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a22034ac0c678b5b792507b2bce7c9071936954eb3a9cb2a33093298ade3fd +size 405653 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/424.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..b07b2ccfce943525ef6226a1ff49322db66532d5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da5ceab9c1e4fd9d0cd75400df36f2fcb36fc6286c32b5b9a419fbf62241b0c +size 514430 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/425.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..a700629ee51251a0d9bc346d1dd8131ec5447dfb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fac15d81792eb85ae4bafb540143153de3c8434868f47432c177b2657c29a53 +size 522891 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/426.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..d8b5b5ec48250d711834235c7f55fcf846e2702a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc78a51183b7805ca0a0785b3c6a7b0a382c384e76212b02254fc4861cece40 +size 674820 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/427.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..00655a26b0e102465f1b661e9a4fef0f0a5dd6a4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe0e4025767bc475d883c8d3b33df55bb7561789befed79e3c1b0e5e415cca2 +size 588065 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/428.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..c7700391fe0210be0c51b4d5a06ddba285c90ef0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f9833e78f578d082030822177bb1cddb95eb1d135dbca22a642535180dedc4 +size 889205 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/429.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..0213ed8fa6d046b21fede859ed54c3036de9321e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67f9a37d42d985f4d42aa9bc376de7e6b2bd1ebcef6347212264794b047f205 +size 727808 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/43.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..ea1dc6aedaf1258e14bf5834241614049fafa3e2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622060c079d963eac94fcb1c3e77ea6d27ccba4199fa6f54aaea30cf08245c7d +size 1525727 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/430.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..48e73eea5a59ae55450b0ea75270b57102e3077d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c696c07cad0f8ddb6b92399ee0a16ea2341e4133f15f48ce61c438d3f158f5e +size 898983 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/431.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..52bc1b90e130b2f98dee81cbfcbe0e38ba402d91 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b6f32ae993dceb58a2975bfe0e947c50f0f3670b84ce4a46e0383dea23ae54 +size 834227 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/432.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab5676854ab59a9748547d5b0f57c938bdd2bd3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb38a267c35dcf545f68e0df6ada94da16f4e568f7d083c80c40dca5bcf7bdd +size 880490 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/433.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b3e809e4e2d2b5add4985627f9c1059c671946 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d96d1ca4c3652f11b6b0950f26b012832096e51344ed278de0e84297d85684 +size 877668 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/434.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3a28656cb4538a6c0f1b80c3e04bfad292f23d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a755aa6485567e0d9eba327a31c2d946fefb88ed9f3c04f1aa4cdac0a038b2a +size 836213 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/435.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..c0671888d10e8cae6973c7147a93b9bcd916bcdd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3137d8d3fabbd1cffbc77365ee56a19b7baf1ad3630661cdea0fff41104f4c +size 891581 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/436.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..33ff67f7b460ab3cf7c114be82a99c9e53766d29 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a889375709b47e1e7942adac5443aef1d13ea932d80b0cfc0cdf784d5bb6068 +size 831966 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/437.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..610d592c72e024170e718394d182115d63fa2f68 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7f984a2191671ef751e5e9e795ea712b80b4f2a26c5fce4fedd8672f780d56 +size 831819 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/438.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6f732263940e9697c65418163498ae7bb673de --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af33680048881a5316c0bafb9a19ed4b38feb29c4c5925e739d5013fd3acf52 +size 838898 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/439.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..56092173dc6a20180866d201222d1bdd9a23ac06 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520591e2917930a7f7b8b0b938de7e2f5e56155ec171b4e362f776323df4c7fa +size 688904 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/44.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..e368c5945fe088f8c35e941b5b1fee577883a282 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c315950bcf5b21bb4fab08b93d9ea0ffcc3878ad0eee4ebef10a6e63a8f3a983 +size 1463904 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/440.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..133d0abfe9fc2e91edd253f0af79c904bdf4eb05 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dbc0594f316e10c2ec2152f8387625ab020636387673dbc8f2ecca928056d1 +size 1355924 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/441.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..185e93a80dbedafcf133aac8b8597dc036dc2abc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f08f59ed852bec052c66537062b2ad8bb60f94d2439c97bc4979f5d339d3aeb +size 1350282 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/442.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3c3574d1ed0482170bdfa2ba79ff9c1fb8f5ef --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ee849122e6dfc6702ac7f1a45160b5350218516e83fa68480d6650346e1485 +size 1317368 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/443.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb4f1198a4b54f9064b5533a26afa380e75da0a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07edc377c3c44c5f605168368be446e6524cde8cfb845684cd9be462e22d1764 +size 1133271 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/444.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb4f1198a4b54f9064b5533a26afa380e75da0a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07edc377c3c44c5f605168368be446e6524cde8cfb845684cd9be462e22d1764 +size 1133271 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/445.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..8529a2f227d900a7454b0cfbc81deea82a7be1e2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d74ff475bd39b4a66d81cb53d957bee039d1d070fbbb0e5a4b0e6810b62b83 +size 1258572 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/446.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..763b74b616e53f0198ff02b0fa235b8b431667c1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49c7369c22a9ee06762bce526596bbef50c359cea9ccaf566fa0c1b9686776a +size 1179774 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/447.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..cc752bffce51bcc3654929184ee347205b0c70bc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467e088ac197c8fa2ffd9d2bb743c0faff475bcdec390358f5a681128e7b52f5 +size 810119 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/448.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..c541b5cb17b78fec68f05d3bcb23f44635aeb230 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e0c2b17d33245714869596bdc6c9259581f59b09b8422981657c28e5027014 +size 833080 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/449.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..320b6429a2446261be680b024dea036eca65553e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a1d09584d293802882cab8baa39c3848c7e0c347632b655ae6154cc9ef7a31 +size 798597 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/45.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..e368c5945fe088f8c35e941b5b1fee577883a282 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c315950bcf5b21bb4fab08b93d9ea0ffcc3878ad0eee4ebef10a6e63a8f3a983 +size 1463904 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/450.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..3d97f4941f49831b502628fcf137f4049a8b5d27 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3bbf4029632421044488b7a60f033a74a99a7d7f461bf9ceac69a34b1fc825 +size 1278348 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/451.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..ef0b380ebcb69e35d55e5d5e01d7b40ac9dbbb61 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc31261e48c39dfefb4957d03bd512e32c92d8650a21f66646985a9d94db2d2 +size 725371 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/452.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..ef0b380ebcb69e35d55e5d5e01d7b40ac9dbbb61 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc31261e48c39dfefb4957d03bd512e32c92d8650a21f66646985a9d94db2d2 +size 725371 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/453.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..52e623c3fb799aa048ad38c5e82ebff804affe19 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61405e0a6198e12a789ac730968586651a885d6cb1384bcd4459319e5defe814 +size 784737 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/454.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..6020ce6da58782e268ee98a2acc1dc956ec3c55c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9ede41668169f22b81025f9d03d7471300e3177325b6bb7cf6aa347650dc3 +size 1206171 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/455.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c8f05f1e49ba7419507ab9b98370c6285bf1de --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f578e4b55af0e574f103cb062e0197b7b1dc881e7703c3998a679f1227045ef8 +size 1320641 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/456.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c8f05f1e49ba7419507ab9b98370c6285bf1de --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f578e4b55af0e574f103cb062e0197b7b1dc881e7703c3998a679f1227045ef8 +size 1320641 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/457.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..5a813cc2be4d0875c55b7afdac8088b9cef820b9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b583919e5bcc64db6ef66d162173e9599f9a83b89fb3f3b771a3634343d7a6 +size 805480 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/458.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..5a813cc2be4d0875c55b7afdac8088b9cef820b9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b583919e5bcc64db6ef66d162173e9599f9a83b89fb3f3b771a3634343d7a6 +size 805480 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/459.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..fb75f66486cc526740ff740a8834c38681e2d775 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f49c11c19da5c500ae8ec193f7dd8db612c243c487f9c3c84997a9426a1a2a +size 814784 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/46.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..a74cae9eb2ca241eb239c131ab84f186bc4579ed --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce141d79fc63ce9f17348c58b6ebab372ad6f9ade0d3c1a41d338b5362752031 +size 1553093 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/460.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..fb75f66486cc526740ff740a8834c38681e2d775 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f49c11c19da5c500ae8ec193f7dd8db612c243c487f9c3c84997a9426a1a2a +size 814784 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/461.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..599f994d87d17336fb6a1dd8c5a436691385cf8a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96489430d1533d708e85756092f63df3f8516754ed4f636fe437aaae4ab85807 +size 914324 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/462.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..599f994d87d17336fb6a1dd8c5a436691385cf8a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96489430d1533d708e85756092f63df3f8516754ed4f636fe437aaae4ab85807 +size 914324 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/463.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..599f994d87d17336fb6a1dd8c5a436691385cf8a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96489430d1533d708e85756092f63df3f8516754ed4f636fe437aaae4ab85807 +size 914324 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/464.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..b3c03604829205bc3e05f5801533dbfd7d7fc9bd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169f43adc7ae433f6f67057c46e046be632233c57c1cc13014efc8ef94df3654 +size 873827 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/465.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a3f01e312e6a8c06221f6b14df35b8efd7d61e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e1f054c2c2b1ee0fb570080a2ae138d37ff8b27dfcd21b723c88bd6fad0030 +size 845145 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/466.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..6ddf3790f603c75acc71e8660aadc14bc84f7fdb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa51b41e6dd2240a1b813b6090bfdfc605fbfad01fe64185672be08bf7418f9b +size 909814 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/467.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc128e2347cefff5198972fe4aa610568932c7b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e2a12eee986bba3125b5543540c406344b28a4b35994299ed4250ab2597a6e +size 831302 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/468.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..a66346b043fb43161ebf4e07a860d965cd44ef3d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dd6ae15a38388554233acfe7e67113648389fa4b6459ee3563f36dc1fbddeb +size 979241 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/469.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..fabb15dead5b22f1cfd358d54243240c7001c2d0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e20e8029e7f90efa3d6e55325096252920f3fe65844f12b9362d3abf89373 +size 998179 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/47.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..467e075b768ca5e458b054b558328faef1fcec30 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bc78dd94f1a026f4b82679be2bdfed4af73a43cbda4461480df5343eb7ea86 +size 1567912 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/470.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..cbade987fba7174651fdc7d1c5b741c3d0620247 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a44276df5b9b38ba067a4d5544d67d80c6b6b2ab72332d776cd61572186e4b3 +size 1081620 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/471.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..fe6b114b3cdc47c2767e079d49d372fc76cad286 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425351d850cae6110e0969b61f947657a25ffba6787ed1328fc36c48465b7888 +size 1102481 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/472.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..0d21a68a55b7c14241f261e323a37b78f76c8c8d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010ac255902dc8440703db94f4b3f6b55e92d79a915e7b3ef26f24af3b3bc741 +size 1289468 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/473.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1a28713729fe6690b4495fc91cbd62bb05753d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8612745bde9636b69d4eeb151b1fac35a4fbb9428a0e62833adac178fe427e +size 1064324 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/474.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..04552533f8bfe7a08ff7f7b9792f08d6a607b186 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c97dd2205a68ebc728cb30f33ff82979952cd169cc0045ab076cf7e4457cab +size 1151746 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/475.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..a9881b0428350924441e83516cbddc433a3069e6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7331339d8d27b510848da776cf860ffcc356f50bf1b7084c741ff1ef0d2d70bd +size 1039601 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/476.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..506aeb3bba9379b76096bde6daf9b48bd5954e02 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da96c3b8bcda5c171ee37fd261fbc7c0b5ff5e232b0e993e0e3f0d434f7e584d +size 1143142 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/477.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..6ac29e4585174bf06ef4061aee3264595bb2c8f5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cac466d3ca7a375e04bd902a185e816b23d20925a3db0502b4a05bcb4978bf7 +size 776626 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/478.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b2ecf5f3f4d1f9c5bdb1645add5bbd22265ff6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731f682711ae46dce1cc78bcb5a6bc21cdd97118f30ed5d845c532952b694866 +size 1088665 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/479.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b2ecf5f3f4d1f9c5bdb1645add5bbd22265ff6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731f682711ae46dce1cc78bcb5a6bc21cdd97118f30ed5d845c532952b694866 +size 1088665 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/48.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..e0124cb3d13c00ecba7edcec619cc2d7f7add694 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0a3f756c443d59637fcd50db4ef649d20fa78258af2d4fbba9c94798c5bc38 +size 1634944 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/480.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..40c34a8bc8e04617c9c919d36b20aceda987500f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a195c1d401f14318fa51506bba9744a770ce45273c373208bb22eaf82533c9 +size 1085213 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/481.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..40c34a8bc8e04617c9c919d36b20aceda987500f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a195c1d401f14318fa51506bba9744a770ce45273c373208bb22eaf82533c9 +size 1085213 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/482.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..b8467fe1b8c630309fdd58a2fab56e6899c3eb29 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946cbf3b37b75c7679cc1a5af2370b8a69048185d8cd241c085c21b3f25d7390 +size 1184238 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/483.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..b8467fe1b8c630309fdd58a2fab56e6899c3eb29 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946cbf3b37b75c7679cc1a5af2370b8a69048185d8cd241c085c21b3f25d7390 +size 1184238 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/484.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..b8467fe1b8c630309fdd58a2fab56e6899c3eb29 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946cbf3b37b75c7679cc1a5af2370b8a69048185d8cd241c085c21b3f25d7390 +size 1184238 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/485.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..44a469fb9390d9a1d918f251622535d754789def --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf75ea580a5afaed91b6549cb500223185fb0e2f40b67a669a10b1bf62cb357 +size 1199145 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/486.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..44a469fb9390d9a1d918f251622535d754789def --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf75ea580a5afaed91b6549cb500223185fb0e2f40b67a669a10b1bf62cb357 +size 1199145 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/487.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd26c4028db587ae9a31dd55b82cb1cd6d17a69 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b376ebe37480e4a1c61f96a033a0f6cf626966ff152ff1944157201dfe2f233 +size 1116951 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/488.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd26c4028db587ae9a31dd55b82cb1cd6d17a69 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b376ebe37480e4a1c61f96a033a0f6cf626966ff152ff1944157201dfe2f233 +size 1116951 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/489.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..d912624f3a7f8a2900afdf7d8cf059fb02c05471 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba131884ce8b53f7f2edd8cfd76be45269ad851a88df0e701d105a18518c8e8 +size 1216197 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/49.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..e0124cb3d13c00ecba7edcec619cc2d7f7add694 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0a3f756c443d59637fcd50db4ef649d20fa78258af2d4fbba9c94798c5bc38 +size 1634944 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/490.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..8d533f6775674ce86428a85e608b216f30bece6b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5fd5a9acb7ef9e529b9b75a8fbf45bf46459674ea2e8977227bdd8c7fd6357 +size 1131279 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/491.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..410d624dd035e7e84f86e9700660c257f8bb5e0d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b7f835ed236e457af54271b05de1850560119becd5494c8ffa2f46c718e9bb +size 1212063 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/492.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..410d624dd035e7e84f86e9700660c257f8bb5e0d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b7f835ed236e457af54271b05de1850560119becd5494c8ffa2f46c718e9bb +size 1212063 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/493.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..03b3a2954c66e348630ca7c88bfddebe9a273d2e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab3b996820797947c962aeaac7a5fdcc78b4059eb55e82012475ba5bfa93862 +size 1159458 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/494.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..826e0af549f151146558928f00d74c15057e82cb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfa8e90c1276cd2566e9013ca8a0e120573579b9617fecbc5d2c39c5bf7b24e +size 1206805 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/495.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..c12c1eedf28cc465f4cf9d95a29e2be0f1d78ed1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2544f35d738ff7ec88d977687215766aec316e952b25ed11142a8ba46d98213 +size 1307500 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/496.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..c12c1eedf28cc465f4cf9d95a29e2be0f1d78ed1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2544f35d738ff7ec88d977687215766aec316e952b25ed11142a8ba46d98213 +size 1307500 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/497.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..1b05b2d92686cd2bbe5c46d04763c261946b0b43 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd38542192530e5d9d451dda999b1cec2fcb60b8ae94c7045ae95ce195940da1 +size 1533450 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/498.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd925777dff8f6a843e63bc1d7d099fce24c375 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38ee765ba30bc2b6da9de291059a9d924d28d6a5ebd139514ef2e1a91a37464 +size 1281900 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/499.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..08c06c58454b7c4061b10476e662bd6e3e77ad1a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dd3c07d2c68379b620da0d820da7f217630d35064015e7f777d1c9907e440d +size 1316306 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/5.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..cb39255c3f1de75fddb3b404de7dd03558e31d22 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8297b30893fe77479404af9b7f9a282f5f962ca26d5f35b4f3a4571de5858688 +size 764028 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/50.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ab04bf9ed8c4a646f9036519509dd1df19a20c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029ec75bca138eb02306d491d65d376a0d024346172d84e78c19a0e930c122f6 +size 1518140 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/500.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..45a97700ed4da6f0eaccef7ab262ffccc1b1da26 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf4d691a40f74039dedd1bcfdea428c9aad0d8065a9208289d9f07994554aaf +size 1261885 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/51.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ab04bf9ed8c4a646f9036519509dd1df19a20c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029ec75bca138eb02306d491d65d376a0d024346172d84e78c19a0e930c122f6 +size 1518140 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/52.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..5d629758de04df0e8ac52ede6bf666ce3c8fcf8d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805a48a9b7fe81c94afffa9946057c40d24eb88cc418c5183d9d28e5d09fa748 +size 1469056 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/53.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..5d629758de04df0e8ac52ede6bf666ce3c8fcf8d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805a48a9b7fe81c94afffa9946057c40d24eb88cc418c5183d9d28e5d09fa748 +size 1469056 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/54.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca2b0c18903fe603af19d427ab68f3be24c3df8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfa9cdcb8cab2514b9f95c2fd86b398adf6f96185269542287cd647048ab0f6 +size 1528563 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/55.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca2b0c18903fe603af19d427ab68f3be24c3df8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfa9cdcb8cab2514b9f95c2fd86b398adf6f96185269542287cd647048ab0f6 +size 1528563 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/56.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd4dffa4ac6d47f0c5c4c9efbd8d3baa9cc92bb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadca66fb86f5ba60b98d646d3080f618eb4bfa4d04bea3e07a7d9f1e0967ee8 +size 1371556 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/57.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd4dffa4ac6d47f0c5c4c9efbd8d3baa9cc92bb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadca66fb86f5ba60b98d646d3080f618eb4bfa4d04bea3e07a7d9f1e0967ee8 +size 1371556 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/58.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd4dffa4ac6d47f0c5c4c9efbd8d3baa9cc92bb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadca66fb86f5ba60b98d646d3080f618eb4bfa4d04bea3e07a7d9f1e0967ee8 +size 1371556 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/59.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..219ab8afcdd518a1daa0b6985be408a34147b34b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d1b07e002b0e815ba751338f0334b3054836b94a00bd96f8b072267ff7cdb9 +size 1303490 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/6.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d11554851d55b527ff5e3bafa896e027e282a8b6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a978b4be73175c2ca9e29932c92a3ffca09165871c86486a3ed51165d4549eb4 +size 729193 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/60.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..219ab8afcdd518a1daa0b6985be408a34147b34b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d1b07e002b0e815ba751338f0334b3054836b94a00bd96f8b072267ff7cdb9 +size 1303490 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/61.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..219ab8afcdd518a1daa0b6985be408a34147b34b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d1b07e002b0e815ba751338f0334b3054836b94a00bd96f8b072267ff7cdb9 +size 1303490 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/62.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..cdca9d8ba456d6f2c5cbf4d53f2d0d21c7789652 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f73558401a637791d3d25ab8f30fdf81dfe481f536d9361abab4d7a6b424ff +size 1400799 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/63.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..cdca9d8ba456d6f2c5cbf4d53f2d0d21c7789652 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f73558401a637791d3d25ab8f30fdf81dfe481f536d9361abab4d7a6b424ff +size 1400799 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/64.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..cdca9d8ba456d6f2c5cbf4d53f2d0d21c7789652 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f73558401a637791d3d25ab8f30fdf81dfe481f536d9361abab4d7a6b424ff +size 1400799 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/65.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..941d4b1d511d886056f1a181a7cdfc485f7261ca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d536d52cac8cf80f4fe7e4d545dc5fbcc23f7ce686d9880d6804ab0ac20a8a +size 1385989 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/66.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..941d4b1d511d886056f1a181a7cdfc485f7261ca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d536d52cac8cf80f4fe7e4d545dc5fbcc23f7ce686d9880d6804ab0ac20a8a +size 1385989 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/67.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..941d4b1d511d886056f1a181a7cdfc485f7261ca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d536d52cac8cf80f4fe7e4d545dc5fbcc23f7ce686d9880d6804ab0ac20a8a +size 1385989 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/68.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..941d4b1d511d886056f1a181a7cdfc485f7261ca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d536d52cac8cf80f4fe7e4d545dc5fbcc23f7ce686d9880d6804ab0ac20a8a +size 1385989 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/69.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..e1996eba5b65117834e6c1daefb888de19eb7c8a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e63545c896d1f4ebe0debd9bf44de6f1519f2c07d9d6466dc6c8022d31924b +size 1245656 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/7.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..8be7812005580652c9973ceb692e5ab36fd8974d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a33133da525c3f5bef1cc6ca4ae8d44c70fe2207dc0e6890d7bcf79c119648a +size 833525 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/70.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..c924cb889bcc477281c9877802e7bc29deed996c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2e17f4de0483b2df707fa369aad99d8e8b78c8d47fa8a900f0321154b28d9c +size 994531 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/71.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..c924cb889bcc477281c9877802e7bc29deed996c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2e17f4de0483b2df707fa369aad99d8e8b78c8d47fa8a900f0321154b28d9c +size 994531 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/72.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..c924cb889bcc477281c9877802e7bc29deed996c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2e17f4de0483b2df707fa369aad99d8e8b78c8d47fa8a900f0321154b28d9c +size 994531 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/73.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..6797248b154a46c59f1e392ee4aa072b18750c8e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b64ba4a7dbd5e7222f0d2f5806a0c11ca1b31d065c007b0d5604d612ec6edf0 +size 1359636 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/74.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..6797248b154a46c59f1e392ee4aa072b18750c8e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b64ba4a7dbd5e7222f0d2f5806a0c11ca1b31d065c007b0d5604d612ec6edf0 +size 1359636 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/75.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..6797248b154a46c59f1e392ee4aa072b18750c8e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b64ba4a7dbd5e7222f0d2f5806a0c11ca1b31d065c007b0d5604d612ec6edf0 +size 1359636 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/76.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..98b190b7d12338752aa3decb5818b70e6bd6bd2a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e501a3eb68bafef824cfef413329bfb3f839eb4d2ab5785095374d2fcd07141b +size 1474679 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/77.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..e73071e37e0929d3ce4141b430fc029e9b7c024f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe93937e95897327e430ada27b8cc1ad5c0092a22be80cb210da20b7bb45e756 +size 564736 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/78.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..e73071e37e0929d3ce4141b430fc029e9b7c024f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe93937e95897327e430ada27b8cc1ad5c0092a22be80cb210da20b7bb45e756 +size 564736 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/79.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..973406716439b24d68d11f7d4a98158bdc4d0f1f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b655e85bbfb1cda35843145bd14aef8eb0af8bfa10e7514c41772f1a33c3d9 +size 728364 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/8.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..97f47ce22f50e4404819bcdb8af37c10df30b7bf --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15ec1b375d8456241d280ea1d9733129cebed45be447729d8bfc7d1e579801c +size 787178 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/80.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2029b39dee3098df18bb08d969218a1fee8a0a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b53aeb57d579321d19a1eacc490a785cdb0362822bc76587bc7daec4ede298 +size 820565 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/81.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2029b39dee3098df18bb08d969218a1fee8a0a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b53aeb57d579321d19a1eacc490a785cdb0362822bc76587bc7daec4ede298 +size 820565 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/82.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2029b39dee3098df18bb08d969218a1fee8a0a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b53aeb57d579321d19a1eacc490a785cdb0362822bc76587bc7daec4ede298 +size 820565 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/83.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f99bc9159bb13d8192f27f2dd82c0a23a5bb0c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07983bd974f8db5c78073fe90cfed6ed7640730fe10af192912eae63360630f2 +size 948789 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/84.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f99bc9159bb13d8192f27f2dd82c0a23a5bb0c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07983bd974f8db5c78073fe90cfed6ed7640730fe10af192912eae63360630f2 +size 948789 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/85.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd1c3198e2dbbda542535d16f7d520a0e5014e6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c55baf1eff7ed3e533da52af44c64f87bf4189cf6d990786ba2b682d379c89 +size 1019776 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/86.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd1c3198e2dbbda542535d16f7d520a0e5014e6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c55baf1eff7ed3e533da52af44c64f87bf4189cf6d990786ba2b682d379c89 +size 1019776 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/87.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd1c3198e2dbbda542535d16f7d520a0e5014e6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c55baf1eff7ed3e533da52af44c64f87bf4189cf6d990786ba2b682d379c89 +size 1019776 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/88.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b7ca4eb6383be6d73babb60566a524c49f6d6a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e8ec858318e2eef5f050bede358fd8f273114238c72b19a7a2462b2e2d364 +size 1257809 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/89.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b7ca4eb6383be6d73babb60566a524c49f6d6a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e8ec858318e2eef5f050bede358fd8f273114238c72b19a7a2462b2e2d364 +size 1257809 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/9.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9e7343202e7460f057452211a2f5929bf41bc0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05144be702ecd7dfed686bb34dfe7bb98dc173c58e315102ed5c65588ceeb4b5 +size 821624 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/90.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..5f7b0e6c0c4128048285125431ab45b92eeaecb7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009620db840b4a05d92825efc29899f3d6454926c69b63c6ce13f6b2ba6e3e50 +size 1562925 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/91.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..5f7b0e6c0c4128048285125431ab45b92eeaecb7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009620db840b4a05d92825efc29899f3d6454926c69b63c6ce13f6b2ba6e3e50 +size 1562925 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/92.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..90e0b23e999d284d67b6ab2d003947553743b168 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e980d0eedce7643b549ab626e4536551ac07203f8232d1dd4937c7d33395838e +size 1492743 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/93.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..90e0b23e999d284d67b6ab2d003947553743b168 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e980d0eedce7643b549ab626e4536551ac07203f8232d1dd4937c7d33395838e +size 1492743 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/94.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..32cd12cd600ec85df896d1f16b7fdf2c13808d1d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce5d37c387457a53f6fa2f13b6edbbb2d00c35cc671c92f00081792b63ef5fd +size 1090513 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/95.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..32cd12cd600ec85df896d1f16b7fdf2c13808d1d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce5d37c387457a53f6fa2f13b6edbbb2d00c35cc671c92f00081792b63ef5fd +size 1090513 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/96.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..32cd12cd600ec85df896d1f16b7fdf2c13808d1d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce5d37c387457a53f6fa2f13b6edbbb2d00c35cc671c92f00081792b63ef5fd +size 1090513 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/97.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..85f9171c3c247b2cc71bbf667c3ecde6dbf423b3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843942d4a1dc433d5b776ba525b85a23cc8ef76c5a92995e0e54deb1cf04183d +size 1124524 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/98.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..85f9171c3c247b2cc71bbf667c3ecde6dbf423b3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843942d4a1dc433d5b776ba525b85a23cc8ef76c5a92995e0e54deb1cf04183d +size 1124524 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/images/99.png b/perception/cross_instance_discerment/referring_expression_segmentation/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..85f9171c3c247b2cc71bbf667c3ecde6dbf423b3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843942d4a1dc433d5b776ba525b85a23cc8ef76c5a92995e0e54deb1cf04183d +size 1124524 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/1.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/1.png new file mode 100644 index 0000000000000000000000000000000000000000..06bb90e26f1405827488869cda0f74fe72814332 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e055bc3df2de6f3e7760fa152f3707e1de5ecc023c2858fcb7a61ae719616a4 +size 3048 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/10.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/10.png new file mode 100644 index 0000000000000000000000000000000000000000..1b970115d09ca88bca4c944ee09050e40e0cefbe --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc829d669202acaa32398c326d3003801d19f0c0a1bacef5cc553b43cfa3cf8 +size 2900 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/100.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/100.png new file mode 100644 index 0000000000000000000000000000000000000000..8e95b2c0f3e30da8b3fd3f50e25932ff12d512c4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c11fcb677ffb88ba1b74b302fda2672b5c5af096d57f98d466eb2744015a1a +size 2262 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/101.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/101.png new file mode 100644 index 0000000000000000000000000000000000000000..eb5716f7468799ad259f764771b4c64e307bc0e7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a341d0450325d18d01fd9fc7ebf11ec40aa1422ad41797c343bbe371e3690e +size 2378 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/102.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/102.png new file mode 100644 index 0000000000000000000000000000000000000000..ab0344a4d7966e20d81c7c49db7d4d06c9baea5c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acd08bfbf36d18e9f6fc0bd11cd0c0ad5f9ff292476b13ba6d8652764f26754 +size 2569 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/103.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/103.png new file mode 100644 index 0000000000000000000000000000000000000000..01045d9cc9d5c4a29738b7f615642d4c3c5ac1e0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2bf088cbeafc70a902151390271cd216e3834680605e8ef5850ae42d6e2df6 +size 2682 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/104.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/104.png new file mode 100644 index 0000000000000000000000000000000000000000..716fcd5057427b442864a75a4b8fc68e1fa642a9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a10969aed915d0659dfb3505c88c41f96e13e988d7efac60d0fb8da74b730b +size 3382 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/105.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/105.png new file mode 100644 index 0000000000000000000000000000000000000000..bee7c2f115ca725c98602e4ac8d0e1b952d35535 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fbb95757090e1458928ba212bc3c6c80c55e6b02890d43cf02fb2bb4945a27 +size 2348 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/106.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/106.png new file mode 100644 index 0000000000000000000000000000000000000000..8efcb7b617e4ef186c3e3f19600d32d57a679930 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277a838f19ac85e30518166da012f1b4380873701f6dd961588f41634b24686d +size 2417 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/107.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/107.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc1b8bf81bf8090609230bb0a8dde1f5e390751 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de3ca217c518ceaeddd763c19a4617628e22ac318036370af3310758ee700bd +size 2572 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/108.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/108.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf2d039da2bd1511cf18203be36ed4c6c986ec9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe781fdbd444cc1f28220446df34c65244ed22f020674a576e305514f1d4e47e +size 3377 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/109.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/109.png new file mode 100644 index 0000000000000000000000000000000000000000..2885d63ac7d69f12918c925aadf4a4ca3adb7a91 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4962e4f5c2d0c723364d84dd0fcab37ccbd50c3b87be9ebed45e8ec54654f73 +size 2270 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/11.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ff85b7121f8a7ac97b3844a82be67453a2df5f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe480d17fe9612a19c2abac7b2495add6666db9f6272905e1028d9a898aa9b0 +size 2808 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/110.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/110.png new file mode 100644 index 0000000000000000000000000000000000000000..9a14ac234ac519eee6b1dd6a84174c5f580e4ddb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae168f61a9a2b0c24a1d4866d0711000202347b0ffd2c12034f6a1854ad7dc8 +size 3287 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/111.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/111.png new file mode 100644 index 0000000000000000000000000000000000000000..8d004e2e8dea66448022ace7484a1798849e59f8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaadb0ceeacae5aabcab28dfa4698c8b90e10c7f0bd9606c7ba10b0a2a3fda29 +size 2837 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/112.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/112.png new file mode 100644 index 0000000000000000000000000000000000000000..d074cc349b70fbf89d7e729632600b8edc16da3d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbd633f50ed7b500f170b0509f96da7370a2d8d6fdf9a5295f6db2106ec909a +size 2207 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/113.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/113.png new file mode 100644 index 0000000000000000000000000000000000000000..a37ff9cf8ab3b82146d079f3b08ec5089ae553e0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c81a2e2d7a2d97fbc006a107659aa1fe90e29410d491849875beec558ab916 +size 2291 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/114.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/114.png new file mode 100644 index 0000000000000000000000000000000000000000..cc4a1f9652b5e8d7c201e4ba9c717e86555ee5c5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0138c0516baff5fc4fe05f4268106c6c2003f544c51e91babbec7100418aaae1 +size 2338 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/115.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/115.png new file mode 100644 index 0000000000000000000000000000000000000000..30e33fef88c3047684e80b91146f59035b11edfe --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcf89be0e51bb250ec5ec7a97116771b1ee1086f843b69e476bb65699a83e88 +size 3848 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/116.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/116.png new file mode 100644 index 0000000000000000000000000000000000000000..febfd37d1e8902fa2248d5f2c41fcbe741c24704 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70f220879b940ace990e0052571712b373d84094c3a36d45f7fb51a68185471 +size 3302 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/117.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/117.png new file mode 100644 index 0000000000000000000000000000000000000000..cca0f2e35a0aa4e8e7114aa3ce2a7e754f1691e6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39db27d71eccb830bca9276572b9190f1e839867dc63c30d02e026ebb4f40561 +size 2290 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/118.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/118.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc23f38a764d756a9f351e0578340afa75b409 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b12c3310682c919d60cc74659376d117119ebd4ac911450952723865be7066 +size 2557 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/119.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/119.png new file mode 100644 index 0000000000000000000000000000000000000000..34e186b4b362499ca8b990d0ce8fbfc717affc89 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129ef1aadebad1338546858d68fb392d0966289e67476016bbff5dc7c6d3edef +size 2719 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/12.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/12.png new file mode 100644 index 0000000000000000000000000000000000000000..d48a18d57186ded0ba5e7b3ba1e04644a4d7ec59 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4692a260428afd94180331f6d9df41be068e5709735c63f03a574226e7f45310 +size 2925 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/120.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/120.png new file mode 100644 index 0000000000000000000000000000000000000000..e36db0f344d71f77e56d85b21d09b4e949d22bf9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528f60744b53d65215ff88499a96a3d2cc2747824af1709d10ba360c736db89d +size 2319 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/121.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/121.png new file mode 100644 index 0000000000000000000000000000000000000000..a9fede4c60f721abf5effd6a93f019322434f214 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836bae10dfb3c15b01af2d4052d572c3980a75b38fb4cc4c56fdbf11e5f95789 +size 2352 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/122.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/122.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1bc6d3e16aa5e6e85bb980871fe72061a335f5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466a9a14217b9512b823485b6465f2b2e404ce2e8a4e91258f90820e7c925193 +size 2340 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/123.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/123.png new file mode 100644 index 0000000000000000000000000000000000000000..ef868d0c81411fe463dec80ca93c71a172b3762d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad268688d0df1e04dd439184e0ad67b3d5a87a4d9ed395c6206917656417e4c8 +size 3546 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/124.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/124.png new file mode 100644 index 0000000000000000000000000000000000000000..bbce47b6c77ad98dd5b283aee2d28b406fefa885 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e86039a8f67c29404ac5c3ccc2745cd2c276d77f8d66ba73ef14d2eede78b86 +size 2587 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/125.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/125.png new file mode 100644 index 0000000000000000000000000000000000000000..d00efdea9745acb2595f39034ad746e4a5b41919 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df6910b7602b44e378b35f5d86fb2870501ce9f2f5956fcb007f56b8a105714 +size 2177 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/126.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/126.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb33aba2efb8f39b9a3868b802337494b7ba955 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2f27a249a9c35a90142a95052a4c27aba3386da48c48f2812d47171f3c6c62 +size 2358 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/127.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/127.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc38025e223e01dfa1728959200749d0a4f5d6f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b6116c4d20b2a3a3438a24ec84e67dc9812b264db98ab228781659fd6dde62 +size 2585 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/128.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/128.png new file mode 100644 index 0000000000000000000000000000000000000000..b6091dfad3ccdc292d8ce9dbdeeb583f89a5e382 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04497200bcc1005e6ece4219a769f0ba65877d6bb0390b1ea40decf19736b372 +size 2379 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/129.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/129.png new file mode 100644 index 0000000000000000000000000000000000000000..9773ede1e25169feb74bece30152a98f49b0a3b3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276c7b8fb021509521eb279495b2bb73fd76df82e33a509e8de94d8826e47949 +size 3086 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/13.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e77c6d7ffb90f445ec8d0f3e490c244f211006b5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb5c1ac2400205879a6ae9926cc62a880576c0c88f0d970c933507e6aad52f0 +size 3806 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/130.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/130.png new file mode 100644 index 0000000000000000000000000000000000000000..ec96ba6cab404fe792265c6b5199de51f326d7d9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2713bda7e069414d941f53a16d841736902e96d3a301ddc0fd434257b3df07 +size 2985 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/131.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/131.png new file mode 100644 index 0000000000000000000000000000000000000000..c928a4b56059ddd3b6da817f69eefd9c16d74a53 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6150f2283f27f1dcbaf197e3384c4b6cb97eef1d79afff110fa768a15727fc2 +size 2608 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/132.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/132.png new file mode 100644 index 0000000000000000000000000000000000000000..33553e4d936d62fe50c7214d316c17604beab37e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b2ba326abc2fb9daf717016657d9391b08506375ef3c3210c832a682bd70d7 +size 2545 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/133.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/133.png new file mode 100644 index 0000000000000000000000000000000000000000..d49741cc43ed048d4aef795731365b756e8946cf --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f630d1aab490e7c1d61b9d6ecc9204da8461838878f8eda0974c38058b3650 +size 2499 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/134.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/134.png new file mode 100644 index 0000000000000000000000000000000000000000..7718781a2ebe63b2f69947bdea0c1e48ae766516 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fc96a8eab2966d8145636d42b25b174a71df9912a3f469f627c62ba60f5cfd +size 2738 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/135.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/135.png new file mode 100644 index 0000000000000000000000000000000000000000..026908660de8cbd5c9cd40c60836683093697214 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57f81422e6d3c3364489b5c7f0915f7f8c39660657cdddbc0138a79346797c6 +size 2519 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/136.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/136.png new file mode 100644 index 0000000000000000000000000000000000000000..38ecde84d96d7a2dcb20926f12606fd9f1e35809 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54aa3c3302cbb9507cc54960616d1b27165b92e1c5d6f21719332ef9149a8b81 +size 2286 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/137.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/137.png new file mode 100644 index 0000000000000000000000000000000000000000..5928d88d0ea703303c9b538a2eb376811757e49b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3254dcad3164213533eb369bfda4552a531d4451d665ca7caf0d5e49704dff +size 2724 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/138.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/138.png new file mode 100644 index 0000000000000000000000000000000000000000..30b1530ca1371fdb52b0355cd75bfcdf9a226acb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9451ad07fe73d1ae9654ac91a3cd2680209a1c90332865ff929ecb32b0ce9bad +size 2309 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/139.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/139.png new file mode 100644 index 0000000000000000000000000000000000000000..bd345a6ec7b63dfc44ebb1dbf2932325f4584af1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ced1f646ad00d2dd91de8c136982e8db7735efd2cb073a4ae7e6c0557a682c +size 2132 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/14.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/14.png new file mode 100644 index 0000000000000000000000000000000000000000..21fe1bf3c251e819d5e9a3018585392d5491090d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befa478cf91c5434ee50fcd2502beb04ebae1166605be4e7521f4ec722715ea6 +size 2852 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/140.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/140.png new file mode 100644 index 0000000000000000000000000000000000000000..62774fa502230d957d122917348aaf99267b8ec9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa44d58329dd2985255f3f292e8a2fb587f11ba51101ee7ba37ca398fb84ba55 +size 2252 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/141.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/141.png new file mode 100644 index 0000000000000000000000000000000000000000..936011c3ce1b1d3e22961081130afbd9edf4cfe8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37adbed591c17e1f87fc13fdecddaa3f6a035a9a74718520eadc6ff8690369a1 +size 2377 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/142.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/142.png new file mode 100644 index 0000000000000000000000000000000000000000..af3c240263686712509cbee1a8cb6196ff605fe2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2a978a91d39f0ef4f6ad211902c71fe88daef399d3a18f855633e3a44d613b +size 2218 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/143.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/143.png new file mode 100644 index 0000000000000000000000000000000000000000..5bd3d6df7926ea58702c1bc260186242dc35e5b9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e727a4d9782ad4c36c3d8825f5b4d363acad45a4c706472d5fdc60daabe34b +size 2817 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/144.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/144.png new file mode 100644 index 0000000000000000000000000000000000000000..981a10c88af9eefc79c8db193bd979744f98ac7b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea2a96de92a7c0e779e5f5bafed2bef207c63c3aa386a4bf0fc2bff5310303b +size 2297 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/145.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/145.png new file mode 100644 index 0000000000000000000000000000000000000000..ebf553d59cd059ac8618aa6e6767935191086864 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438840869dacb2521d7dbb01f88c0a0eed7f6691befb1afcd1b6985d6c0618f9 +size 2283 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/146.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/146.png new file mode 100644 index 0000000000000000000000000000000000000000..fcadd191cd7c111945d1c6f6cc42798aa0ad55c9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3079a916eee994c13b24365530d117b8036cabb47ee528a0745a7f2c95e5d5 +size 2519 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/147.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/147.png new file mode 100644 index 0000000000000000000000000000000000000000..2c4dd3c603816d3792194f8c0de6d3f4a9865cf1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab4d1e041ee534ccd29607d10f9eda6a2f88d9be526572547f82386f05318c8 +size 2555 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/148.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/148.png new file mode 100644 index 0000000000000000000000000000000000000000..b5353c9a73cde7fafa872a3f2b8ef34141c78d4a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096f4cfb578bf1ce30e3f96b50d68e4def1d27bfabb7a05e177c0008a979240e +size 2581 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/149.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/149.png new file mode 100644 index 0000000000000000000000000000000000000000..9386e7b4182645e4c8c484f24c4e170a7e3d1aeb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023ab71573b24c362b571997dd13f799c98f2002746f16b6c52c4b042c99eeb1 +size 2434 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/15.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/15.png new file mode 100644 index 0000000000000000000000000000000000000000..982476df24b5c01d941b74e222ddd5be9d164ecf --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e63f0c04fbdb189bdbf444481ca2e70efe8ca2c25e7e0d79367630f580fe57 +size 2962 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/150.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/150.png new file mode 100644 index 0000000000000000000000000000000000000000..a97f827438e9fca1293ca4cc7341b0f7553875ad --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600e32d885f2148892bfef579641516fa76ecad3871b207a30fc47382578a4f9 +size 2702 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/151.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/151.png new file mode 100644 index 0000000000000000000000000000000000000000..5c5a83bb84708c858aa3c6f83cabb243b81ee14b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c90304170a3cabac6e5951a70dd8d4a1da4cea206a3257b481cdc324605d7c +size 2301 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/152.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/152.png new file mode 100644 index 0000000000000000000000000000000000000000..cbce7f262095fa4bd71eca64894aaa2fb1deee33 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131ec9900a3c0ea9fd9feaaa4ff99cdb529ec2b08877649be5a97bef826f6353 +size 2315 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/153.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/153.png new file mode 100644 index 0000000000000000000000000000000000000000..f0645a455f44366b8709b8072c3d8d13070659b4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd2e60a3dd5409285f476468e5274cba44c4df4b8bdf609aeef87ae0bb98c50 +size 2459 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/154.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/154.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2cf84d7f199202bcff4435f0e567f8c54eb2e3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3dab553ab13b36a6cabe10fdb3ce4b34185cb78b2beee60452e74d9a7db1bb3 +size 2226 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/155.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/155.png new file mode 100644 index 0000000000000000000000000000000000000000..55004cc799bd9fcc0ac0db0537af9c90db8b1e1e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420e0a1f6bebbe2ceafd39efce01877ac34614ddd67e4ae5d3b96395d4e46dbd +size 2586 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/156.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/156.png new file mode 100644 index 0000000000000000000000000000000000000000..b74c7ba095b59dbc739f59d1f7a133a3232bfa74 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac7e459baf7f489f88243b80c7a90d8a82b9e760770c2e674d42640d28b5816 +size 2160 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/157.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/157.png new file mode 100644 index 0000000000000000000000000000000000000000..436cfcf08b366cd4749b4f58990f97b5a81b6b3a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ea9f7565e28bbe58da39a7e53d7b6593942e278e3e3f0b547217e581b09e26 +size 2498 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/158.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/158.png new file mode 100644 index 0000000000000000000000000000000000000000..1117932e29fc51b70ff4eebf3ecb0f64007f2e58 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfe3cf70fa8d59b3e92a58c7e392a5544c27ae4b97614199376e03cb102b43c +size 4304 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/159.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/159.png new file mode 100644 index 0000000000000000000000000000000000000000..e76c6e82eecb5a9559b8d149c656312241ef4979 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc361b7ffd75c91aaf5138b584f09871e89115add9060b047f6894ac4485568 +size 2801 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/16.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/16.png new file mode 100644 index 0000000000000000000000000000000000000000..da8607ac70fc14d3c573c96cb60579780f5f717e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad9cbbb7a64999b03dfde8304e49c78a2a1a1088ca090a7081e3cd5b1c66251 +size 2893 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/160.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/160.png new file mode 100644 index 0000000000000000000000000000000000000000..0012ddd48a0838fe4ff368b3acff18e70f0a7793 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3323a59cf7423439adb42b84dbbb1f953cfc92ecc0f3c4a56bf2dc58ee5ba515 +size 2211 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/161.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/161.png new file mode 100644 index 0000000000000000000000000000000000000000..ca4e2bc7dc0ca26168a670045a1e0f842ff91219 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b388a97bf30197c209d9c4cf02623261503731228c21a9cc201a0593bd122c +size 2249 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/162.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/162.png new file mode 100644 index 0000000000000000000000000000000000000000..475448d8e35ae135b7214d6d72c7cf9e6fbaf0db --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026656e71c28b2d1515a31dbbef73fb2a0bc78244bd68de2ac2eae642f727c94 +size 2798 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/163.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/163.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a5888be980a7149b752596fcc5cd8b5357da78 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e145050ee3920866ffb7cfe0401d1fac7556e967237f21a294839e8e4b38b3 +size 2306 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/164.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/164.png new file mode 100644 index 0000000000000000000000000000000000000000..e41e29aa8371524ea1c51d9e403670af31e98bd2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417e200d6d4c6970ecefdcbe822ca882ab8e83e08114ee5597440418fc078097 +size 2101 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/165.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/165.png new file mode 100644 index 0000000000000000000000000000000000000000..0298327116e2b9bb56f4d37d493f4773afde4f5a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6734944e3b041cca2d161fe67d1a6e9b333a3d8aa5024bbb8767e27f48855c9 +size 2307 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/166.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/166.png new file mode 100644 index 0000000000000000000000000000000000000000..73bc4cb4dfa494d73d8a9250ed4650fbebfaf581 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f424d320343d0e65f5319a0555e30fa2961cfb5020aacc413d941ae5786d0873 +size 2770 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/167.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/167.png new file mode 100644 index 0000000000000000000000000000000000000000..a55f3f90ca8ced64285b40a0f4ca41319f6b41e2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e998016a099f5ee1096c38c4ff9418c981ad0fcbc90269928a0cbf410944856b +size 3136 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/168.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/168.png new file mode 100644 index 0000000000000000000000000000000000000000..31d34b569273cc96e82dd85c29c88b02670f003c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55168b0626853528234867b497e70c6d3509f2acaa8c7a20606ee69946420871 +size 2610 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/169.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/169.png new file mode 100644 index 0000000000000000000000000000000000000000..c897917a76c1fe7683e1aabf27be694608b62dcd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc393ff2a3cbf05ae701dd7b8d297a85ace263787fe2e9f44e331191913936d +size 3752 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/17.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/17.png new file mode 100644 index 0000000000000000000000000000000000000000..5784c04e67eb0d041719ff3bf4af8ec1ef1b01cd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bdc4e38a3b4315e90c24e4308761e2e17557723e0398d4009dd8c32d0ddbd4 +size 3822 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/170.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/170.png new file mode 100644 index 0000000000000000000000000000000000000000..93dcc7d0acc1f69e66b3632a1be72699b9bea16f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166608d5b0677ec7ec453646f90df237cf9c3a27acbcf9fc5ecb272b7266d0dc +size 2728 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/171.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/171.png new file mode 100644 index 0000000000000000000000000000000000000000..69866389c98927a6865a3b6c7966812725bc0625 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a535dba41ec60affdf40959fb7389c5b62afc03e2af507410ad82efdb10726b +size 2973 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/172.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/172.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd40f43a76d664c207f91646a2dc55f2074cf0c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cf7c3ea368cd3353a1bd18fb5e749ac539a4712186a9ff19afe4aa54d831d3 +size 2866 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/173.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/173.png new file mode 100644 index 0000000000000000000000000000000000000000..c42ccdf9b77ee70af84ae53202c6ff40cacc32dc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663e37276280b3ea2342e18a9c054425bceeec8181a97a9d3bfa5da32453f7fb +size 2519 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/174.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/174.png new file mode 100644 index 0000000000000000000000000000000000000000..db94a0ba272617c3c284e85a267a46500a8187e4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9285a5380b57128a72135da93d00d5c487b81dd54854c2c25573cd13e46bdb09 +size 2658 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/175.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/175.png new file mode 100644 index 0000000000000000000000000000000000000000..e2b567eb6b245618d59f27322d7dcc39f31ba475 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d5f824fd8323ad06953f8bd4c0b0382fe9baf0a9f5895d88ff5baed3c71164 +size 4986 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/176.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/176.png new file mode 100644 index 0000000000000000000000000000000000000000..281864a7f2aaf33fd269533fd556781f1ae6c1a9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c07def55dca02a17087b217f69c30bb23c5dd39faac8b84fc8c4f9b18af948d +size 2991 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/177.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/177.png new file mode 100644 index 0000000000000000000000000000000000000000..a0cd06c218712fc6bf7fb54093697054bd16da4b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9210d4c2f1bed61b7367dc196d5355d3cbf828cf3e69c7a1f368e79698a809 +size 2471 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/178.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/178.png new file mode 100644 index 0000000000000000000000000000000000000000..ed676dc44f618d5775e266a4cbb2636028437f1a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2171eaf287b264e819ffded019c3cab580f1b0216f158ed8baec35a9c53f56 +size 2872 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/179.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/179.png new file mode 100644 index 0000000000000000000000000000000000000000..b61d1b07290ec9de64115ce0948d048ba869ee09 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995ae1603b07132bcffd62025ed21d3949080b251782cf95080dfc5baa3f4144 +size 2957 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/18.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/18.png new file mode 100644 index 0000000000000000000000000000000000000000..336979c13cd4b72bff3f2201cdd754631653dc01 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacbc34cf8b4d3efa1d9d3ddc11188a4e3f03c99ed85ed7df95be66dd955ef60 +size 3658 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/180.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/180.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd5269b38f1bfd9e3fd0c7851a1079e476e98c0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c781e76d80a22400edccf8b13f90305eb3fccd6ef868fcc67a238bc8344b45 +size 3447 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/181.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/181.png new file mode 100644 index 0000000000000000000000000000000000000000..a9cfcc383f13053ff5630a6c2ebc4aeab8a92fa6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a16eb732f0ee99e5d471a174f6a6f8661e762f65754061e0a8e231ce5a2f3b7 +size 3237 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/182.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/182.png new file mode 100644 index 0000000000000000000000000000000000000000..0537e1618db49f903c3246af314b66e81db2852d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d89ab2e66ed47048a51aaafe9532c5d3baeef4e787ecb95720fb64a11ce9dea +size 2749 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/183.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/183.png new file mode 100644 index 0000000000000000000000000000000000000000..2490193eb94b9fbdfc94d3982ef950646f4fb46b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ede94c821a9418c576eb5a4b310c952c5bcf22adf8aaf4720c11b23bddedc69 +size 2716 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/184.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/184.png new file mode 100644 index 0000000000000000000000000000000000000000..04ffe8c6a80ef3e43d08dc61cfe83d1caf73256b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac56b95ca1d11e99f7bab3fd7cb5b56d1ac88badfdd3df5d182180e44eb8b1d +size 2369 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/185.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/185.png new file mode 100644 index 0000000000000000000000000000000000000000..ee14c0cd57ee11be534ed372e4b7f05bb1296715 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eca9ff50f987f2e7076fb4671cec9230de3f75362e8e64d1592e06806fbdb50 +size 2626 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/186.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/186.png new file mode 100644 index 0000000000000000000000000000000000000000..782916a6a138c64f221ba65816929f97b8b08c35 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f736d5ae531b3359b8a28fc8063aba936e3531756f428ce9fdc69148e5176381 +size 2410 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/187.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/187.png new file mode 100644 index 0000000000000000000000000000000000000000..30004229fd93777609fa3a162450f00a6cf1487c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d373cdee67c4b20ee1743ece7d32b34cc3673b1c304ca28684af9bd37c52eb2 +size 2983 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/188.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/188.png new file mode 100644 index 0000000000000000000000000000000000000000..2d685ff14699be6c33653bb8d01e7e666518ad2c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c081839979da96417f165a7c0a41ba65c4332dd93d52152f86552a264318e44d +size 3563 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/189.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/189.png new file mode 100644 index 0000000000000000000000000000000000000000..627cfd54059a8ddd5ad9e4c76869dd1530409a5f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a01160cb67c560b350755787f842df121b2053208ea1c40ceccfcba8310e3f2 +size 3087 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/19.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/19.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc7b5095d2f71daac8f30f387bc498784182544 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c4acec72d5553f6aeb807bcc5929086612d6b1eb1fd91e0457d8af5dda71c5 +size 3834 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/190.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/190.png new file mode 100644 index 0000000000000000000000000000000000000000..ed7bf9d75c8fbd7a1f5f20e3f2bd4e08a7d9fd47 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e332f65d4b6e95744d2fb04accde9475b06c1f46ac19b3e61832c3f6a9b36d90 +size 5075 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/191.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/191.png new file mode 100644 index 0000000000000000000000000000000000000000..6b779053df2c36d1f7c13fec9bd0cc2e9efd064a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065128d98f66234560ea8694463a45f6b24385333571a1d56f46a6446ada0819 +size 2515 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/192.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/192.png new file mode 100644 index 0000000000000000000000000000000000000000..ec07dc5b109f259582dacabfb31ccbb0638b2824 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38b6d03930bd06b1e29c4266a59976fa7baebf3464679c0fe464995231bfa4b +size 2602 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/193.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/193.png new file mode 100644 index 0000000000000000000000000000000000000000..a34c8d8a6be45c1363b28a54db845ffdb97803f4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083543783391d9b22e7afacaacbbfd9b726d009a5fb593818ae1607f2bd07f5c +size 3093 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/194.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/194.png new file mode 100644 index 0000000000000000000000000000000000000000..a762b82b54fb6b8ba19f88cd1a5132be231eb5f4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d403d152435b0f901f7aa11bd5744485af5f6b78210031b063621e2b323bb4 +size 2940 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/195.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/195.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5d1bad1b3e40703048a4555a36aac73096ccb5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2f333923f9b9a7ce3eb0376011fa5b37788d711741f19d014a79385a2f766f +size 3262 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/196.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/196.png new file mode 100644 index 0000000000000000000000000000000000000000..9f0d8a248bbd8c21fb86cc25cfa73bb5ea67693e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3361daae0f079dbd0dae835162b3250eea9a6ee39f326635141b518b24ba96 +size 2637 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/197.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/197.png new file mode 100644 index 0000000000000000000000000000000000000000..40487877321f1853d59e6cf33957ba2503dbf24b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6969f70fbcd68cf8faeba21359e3742d4168b78e5e041b86680e8f0e0068b2d7 +size 2493 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/198.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/198.png new file mode 100644 index 0000000000000000000000000000000000000000..d410469147989b63abb86cf72f1d43d29b33e3f8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0604ccefea8e3762466149fc859240cf5e07d45172a092fa0eb6f4747406aadb +size 2171 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/199.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/199.png new file mode 100644 index 0000000000000000000000000000000000000000..48bbb09465befa696464997c062bb584a303c473 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b86f369367027e28cc1282fb774fe5c1740ee8ba1d98a00624ad70bec05c40 +size 2404 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/2.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb6cea4ef022b4860454e841fae7d48274e1e2f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f7c3468acc873fb4ac0d70de43b8eb47090d892536955526d389ac03dc224c +size 2854 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/20.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/20.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e53a7e1a07247633938f00331c6cf1602fe745 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef292ceca52ec134030145bcfa1b399a6b45eb83dd2ded0ecf78278d266f125 +size 2950 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/200.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/200.png new file mode 100644 index 0000000000000000000000000000000000000000..fb776ce636632353b18f5bd839051766fc758f7d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68b6bb562fd4a6721402dd0648f9da9fd0dce4075b8ddcf7357fcb5b52e0934 +size 3328 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/201.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/201.png new file mode 100644 index 0000000000000000000000000000000000000000..01476053ea3a3c7c72571ff76a5f1992d98522f1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cf0077ec20bfb90bf88b9c1e2a0b79e5617e6e245c9510753a55dd1575cf93 +size 2380 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/202.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/202.png new file mode 100644 index 0000000000000000000000000000000000000000..1912ee0b6cc56155989398d4db603bc8f906b1fb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4d44568f3d734ca53082a193c1928df3e469d90fdbea95cf9eec85a05501c9 +size 3276 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/203.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/203.png new file mode 100644 index 0000000000000000000000000000000000000000..9db30d7bd81810801ca69a54443f0adb7fa0317b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addafe2159257932f2fd341650856b029e895c23184da88a9d7fab9522aa2630 +size 2263 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/204.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/204.png new file mode 100644 index 0000000000000000000000000000000000000000..485d15cf1e2e2765001b8857cb92b39ac857b0ca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0119aabfdd157f1756ceaba90e19acd85d7540e61b0cae527b3df827605db163 +size 2344 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/205.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/205.png new file mode 100644 index 0000000000000000000000000000000000000000..8da00f26b9cf74e49c2b515e88310d4e9b8a7146 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af0d7be1c9e316dd4323065f52f5fb2bdd24324523a7eaf0166420c2ec23763 +size 2659 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/206.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/206.png new file mode 100644 index 0000000000000000000000000000000000000000..cc16aef7d3ced4a24fe0b923559802fde36de3aa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41393a414bbe0c3ac0a8ab3d776548b593ad71292efb3d88640ed4dfa37a8c97 +size 2298 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/207.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/207.png new file mode 100644 index 0000000000000000000000000000000000000000..6f2513c9e027c0dc15a603ae1ceedeb7fa7cea45 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b225366338348dab35bdcd9f84069af1fdaf86bf07ba853ca8b5ad98726b27 +size 2817 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/208.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/208.png new file mode 100644 index 0000000000000000000000000000000000000000..99b1e4c92961577e3ad4ec65bc2d99181f680283 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a7662e99b5fd29b18f025f396a90155a3bee181f9f77a955afd10996b49a33 +size 2189 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/209.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/209.png new file mode 100644 index 0000000000000000000000000000000000000000..947cdf51a760c292003250c0a292d9b761cce851 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abaa1fc34ff06fb1f3303c4df463dbb931555eb961f096e301019a3f17539a4f +size 2403 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/21.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/21.png new file mode 100644 index 0000000000000000000000000000000000000000..982081fab857af4644ff31fe1105f0405af7ce86 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f9dbf5bee073ca02a030f76fc6bc12e9b16ccfa428de5f41bf5595c08815b3 +size 2803 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/210.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/210.png new file mode 100644 index 0000000000000000000000000000000000000000..4a6f2cbe578dd660ea9fa224b0f64739bebbc8c8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd33e29a48dc3a94c8c34b17dac19636441d17cd19797ae6088fe9f170a52a2 +size 2185 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/211.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/211.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9969814d0658b9349beb8c1690d8b848fb833a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71befc528b4f530aa9b395ff582f3f832713642a5ebfee06202cf6e8ec5f5083 +size 3454 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/212.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/212.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf9cd915c255496eeb11c1793fbf84d3e812b46 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8194700000b283aa76e060a49f7d9194631b074707a1efe081f865648ea10d6 +size 4318 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/213.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/213.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ead701ed3609269c8e7a1d32eea6564cae76cd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e115468df46d235c1618df52309436af2457c7b458449e4db341c82da2d03519 +size 2954 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/214.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/214.png new file mode 100644 index 0000000000000000000000000000000000000000..a82eb407ec83b5ec163706f32263e6a790596658 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034d0add790602bcb5abaedfaf7e66f7a729515e6a6ba4d0941857acae90ca43 +size 3388 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/215.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/215.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7080b66a02cd4bbbe518e2bd65947dde9ac6eb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb488e48fba77cb3c10b40c318ee5e22ccd3799fec8f4d8920a55600cc0a13f +size 2848 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/216.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/216.png new file mode 100644 index 0000000000000000000000000000000000000000..8b31378db0c8d54e8a7bb850abd7d1a935f7b388 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e143e0b7e885ada0c402ea8b3a67f74324d320a21934a5c36c0f4758c2012c05 +size 2372 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/217.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/217.png new file mode 100644 index 0000000000000000000000000000000000000000..0e92db7cfb99678bd861e612405a02912809a651 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3d279a17ccbcdd407910e0f6afbb037c523b4df1e296eadaa5b675c7b1d104 +size 2253 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/218.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/218.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9e29cf7abe887be6ebfd5b63e1f116506a3c97 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0727fc5b027b53dbf36e9ed720815971c67281f8acb23439b0b923802ea223d3 +size 2325 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/219.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/219.png new file mode 100644 index 0000000000000000000000000000000000000000..8413cd4fdf8943a85e9dc281804169fe2889c367 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8813db166280b7a44900852647880b8e4252ff8fb0df3d9026a3155c9954bd9e +size 2583 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/22.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/22.png new file mode 100644 index 0000000000000000000000000000000000000000..efec8c1cfd93e6c8ed9ae69d9061e244676ba544 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e63c1ebdf4c05b136f0bf32dababfdbb960be144add25fd9b469476773a1d07 +size 2762 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/220.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/220.png new file mode 100644 index 0000000000000000000000000000000000000000..c977869fcb7f58c5d0344f631b40a30ed0d73ce0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3f09dad8e3d562eb691590a562550cdfd507718b7e9af8f7c4cfb9dd8aaa22 +size 2062 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/221.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/221.png new file mode 100644 index 0000000000000000000000000000000000000000..ebd31734ffd55841be718484a36e9c2ec868ad85 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd42511c2fdd152d971ea98c00298a7615038197a4db471ddc30dac429f6798 +size 4381 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/222.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/222.png new file mode 100644 index 0000000000000000000000000000000000000000..d2c9a5018b4e667ca4172b7b33f48cad5f875ada --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3af3f4f6dc24a94da24ce416ba71e43c052a1c7863f291c76d6430aeff07504 +size 3322 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/223.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/223.png new file mode 100644 index 0000000000000000000000000000000000000000..33370bd03774af58083d39a937ad52240a38d049 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ca66099cc300972f17e29387361045359049ddbfc4ab5a42f719f689c4574a +size 2762 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/224.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/224.png new file mode 100644 index 0000000000000000000000000000000000000000..7836d5ba1054b2b094f294fbd43d13c698db4ab2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fab386c08080b8c5855197950bb265a50a2d056a658458121d8e3243c82575f +size 2531 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/225.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/225.png new file mode 100644 index 0000000000000000000000000000000000000000..05e2a4a76852dac5a5c1f458f240bedc1cbf4780 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0c6e0dce3c346d048c40aab278754314269aca158966a389cd082e7af88419 +size 3126 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/226.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/226.png new file mode 100644 index 0000000000000000000000000000000000000000..cfa8e4908fb3777f884a665a4ca439a23f15a52d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f0f2cbe087c826c0c9e60f4abf894222290bba2f04169d48eabd7ea3848fb8 +size 2564 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/227.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/227.png new file mode 100644 index 0000000000000000000000000000000000000000..b447e9431177d1425c8e48abe9c7ad076f9b64b8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624cb277684e201d14298b9818669c43178bd14a63fa84a9aa5ae0d83de4016d +size 3461 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/228.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/228.png new file mode 100644 index 0000000000000000000000000000000000000000..b88c5cc0efc3b53e3841d1642785dad3dd26275d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5daf86967e1d53520459ca89eae761db9810a4515f1b614316eb8b6117876d4d +size 2920 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/229.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/229.png new file mode 100644 index 0000000000000000000000000000000000000000..ed96f52b589dd1523d4e1742cb71cbadc73840b1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202cfdb4a16f41425dcbf04e0de2a5d852a281f3f8d4ed0b080f5f28a39eb302 +size 4507 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/23.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/23.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc32e521f87f8f068ffb255ed05399f56753e73 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092c8c8da420bbf5354b11ea10be50eb7a60f7706b2f48513b53ef9499d5d981 +size 2823 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/230.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/230.png new file mode 100644 index 0000000000000000000000000000000000000000..369696311594f322e5eb3369218d8f0b08e8bf4a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7365540028f2e85a95e093e1d19a3164d02a45bf4de88938f2e7d1b93585e350 +size 3071 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/231.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/231.png new file mode 100644 index 0000000000000000000000000000000000000000..edbc8589c6331d71cb8932ad97502197492c720d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99d9056f80c229ee7d07caa04051f04f0d7319906fe4689f595a0cd88fe7ee1 +size 4657 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/232.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/232.png new file mode 100644 index 0000000000000000000000000000000000000000..4f54b7ec1886db87559e332d85dc375dc8a503c1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8429e3c794dd5cdff786af13fa22ce89de21afb692c18ac1f1242de4a3c1e6 +size 2810 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/233.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/233.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7748f70d765e0e9a75b819be26d18e0f246e76 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e962bdf7e016a01c77f76b7864f4a895e5131e81eced1eb9f9e39d2993874d +size 2417 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/234.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/234.png new file mode 100644 index 0000000000000000000000000000000000000000..a50d96dbfb0b14fd93dcadf888ea47a1137ac5ea --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56ef49632beb6c64b0da4badfa4d8035e82ebc42799ee0141047a9d3efad7f0 +size 3261 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/235.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/235.png new file mode 100644 index 0000000000000000000000000000000000000000..1c011aa6e57684c5f8e110bd329ed18e1f1630de --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446e231cc8aee426087192d42104049e9578fac74117532e7d276e3202897f6d +size 3347 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/236.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/236.png new file mode 100644 index 0000000000000000000000000000000000000000..6d01b5e0289d1f1cb0320872c651580aad9abd33 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67d7ef71c3801e8f85e413c6d73876b73fd5a9990b41c2e8758c69fb619c0d2 +size 2846 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/237.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/237.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9fd7cd217a1160b9dc3be70eb95e93ff2e1e06 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ab0850e8170d12f4e8b72f0d7dce43199f0206720544dac40ae0b0842c14fb +size 3637 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/238.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/238.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e27b2fc546a14c0bf576f0b0a9a33881eed96b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2549d86068757480c542eb633028d39d625bb6fb7fce9cfd4fa9160a197171f4 +size 3217 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/239.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/239.png new file mode 100644 index 0000000000000000000000000000000000000000..a528e84828f0ca17096e0ef2dd3c398a413aa957 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1ef4cecde12b6fc35698acff74c1d11e3708f085b26f2345bae9d2816c38ab +size 2518 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/24.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/24.png new file mode 100644 index 0000000000000000000000000000000000000000..ae853df7a3d091e403eae24e8f6e8b46bf00a8e6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffcea8e9707164eb58d7e6a65a56074dbf9a3c3a3980c08019461eecafdccf6 +size 2834 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/240.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/240.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7ffef07eef346ed0660b6094a0277981c397fa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba141115417d6397866ccd9d54cae9c5874c4adddd8e511af2d9eee2ff9c6129 +size 3761 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/241.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/241.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3c7a7407169bb0d777e5c6b70ed1685e8094a8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a6de4dbc5f848a09e3fb98116da702913f9e5254b2c16abed822c79c391613 +size 2180 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/242.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/242.png new file mode 100644 index 0000000000000000000000000000000000000000..03f7cc19c2c153bb3057bd7030020bcb66d11a95 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231f7da31238e91783f59090abfbbec85277ac0062c2b2a570c4cb0c4ddccd6c +size 2900 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/243.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/243.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdd109155724df2abb2beefc93df9f4b6e3dcd3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a405a7798ffc8e9faf23dddc9d3a8df8f44dd38846f792d3e93acc45bd7ae4e +size 2612 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/244.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/244.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d4b9ae42c88f457c872e78032c6c55bb714694 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de93bda1333f70f2b0c788120da1934745f2a2a2e8a0e5af9ef52bfcf1f7a951 +size 2225 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/245.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/245.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a790bf4d0ec401ba1adf312dc903b8c571c5e7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eae7acc00762a7327fb0612e62f19ee644f9865a0c0e0a5becec9d1ddae6e41 +size 2217 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/246.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/246.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab8a761fb27bc75683900134b1aaca932e33f87 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7dd26a99b427ac8648305a4c9eab4bd82390b0b657981fa899ca38240a9702 +size 2539 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/247.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/247.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e0dfb911621bc6267cb2262ecc1084dde00f61 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241bf65ccc1e3c616cc20fe1acd7518694753d1a6aebfe609042983dcee7a329 +size 2479 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/248.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/248.png new file mode 100644 index 0000000000000000000000000000000000000000..c232794ec08a4167cdb97bcaca19744a256ade8d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41290f47bc8061d0810ae7b4f65455f7e62b8e5047ed2d32d78159f81a7abfe0 +size 3884 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/249.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/249.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9d21e2a388fbe47e36a161ea6b07c07cc00295 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37df742fe05dc459adc2345c9376491a7b14849b9cbc3637da9f12441f1fff99 +size 2833 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/25.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/25.png new file mode 100644 index 0000000000000000000000000000000000000000..6671be5369d81f76328b87cacc442f5d7c1aef7b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c153afaa6c2881d316b05f110f60cffa7bffdaecf7f4b5fcc1afbce363f0b8cd +size 2801 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/250.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/250.png new file mode 100644 index 0000000000000000000000000000000000000000..8723feb6bd916bf78db783423d7edd26e9f074c6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30c1a999bd1c07c1e71c86b7bf7d2ee723eab588db6e103130867549ba2c629 +size 2906 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/251.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/251.png new file mode 100644 index 0000000000000000000000000000000000000000..d203fc554472272c40087f3e94a4ca1c5477d7f4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8973c511e8f0f9d3d236cf6dcfe7e8a85d06d10d83c97461e8fed77bb1ed964 +size 2171 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/252.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/252.png new file mode 100644 index 0000000000000000000000000000000000000000..6b8f71e6c4de395992159f15aef8d5fc69787b8a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13e489d6ec1cf51035b14dc4446e1c1f4c9d6138a80704a3814389c19b7b9c9 +size 3917 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/253.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/253.png new file mode 100644 index 0000000000000000000000000000000000000000..3f452e70d70e358aa4c6e8ab940dca575e3ea80a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b63e8083a3928b3b3429b339af78ba337c6f7963bf494a7f9d4d3232ed3e88f +size 2416 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/254.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/254.png new file mode 100644 index 0000000000000000000000000000000000000000..bda66c36942ad3385f05a9d6a74a0a4c94a4908f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e8c9930ebbfae28992d869787fda1341063a4217315f2fc49120098238166 +size 2388 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/255.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/255.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c73960610e8d85dde5116a3c05493522d72c4c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2986613ccd47adb8e9710d4ebfd2ac1634906e76b5532cb9eaa15a232e7505 +size 2294 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/256.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/256.png new file mode 100644 index 0000000000000000000000000000000000000000..b8deccb6083e8a6de74fcaf141d90c82b61b9923 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed1fcd52a76df9af3db97942d434d8173dd1d7d72d0ba25f3b4fea4fe1c623f +size 2499 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/257.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/257.png new file mode 100644 index 0000000000000000000000000000000000000000..7d91283904398681fdcbd59bc9aaf7206511a73e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07f596aea3aa5ece89e204ee36d4aa023f99580727e68886f60d2ef3b7d5ff8 +size 3340 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/258.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/258.png new file mode 100644 index 0000000000000000000000000000000000000000..abe8d40a9f55caa9c007d88df91136549213bb73 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b586e33a4da7adb24b6d9291e8412c3e5997d5ba1816ac40b97f649b9c0d03 +size 2291 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/259.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/259.png new file mode 100644 index 0000000000000000000000000000000000000000..a5653f234857e4448f8062453514e08d9fbcec1c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd24b6fe4dd29238dbf9ec359772c9be319db441b04072178a69bc427db69181 +size 3055 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/26.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/26.png new file mode 100644 index 0000000000000000000000000000000000000000..e3eda516be954fcfbd0441b953f2cb75f1fdbbcf --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea71d7d0eb2746d8c6755ec40331f007b516bc66ec1f801670c78d274ae4659 +size 3559 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/260.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/260.png new file mode 100644 index 0000000000000000000000000000000000000000..a324719b341b2f68e2983b0d1941734b5510d5a3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cf9f53add3449edd3fb65b7dc73bfbd7bcbe4d3f1f415a74acf66057457691 +size 2227 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/261.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/261.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ca414529ac31f1b3a8d41a7ff5115b78f1892d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f506176132799eb2c9a80fb678f36a134d7966ac3a864bcb06bf519c8d1d8d72 +size 3190 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/262.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/262.png new file mode 100644 index 0000000000000000000000000000000000000000..d1babc20a37fa4cba5903899869c05e3a0741523 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0589315b9898d9d317a5547eb38fafba2a903280ff44513435a475ca6443b725 +size 2878 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/263.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/263.png new file mode 100644 index 0000000000000000000000000000000000000000..d75097b3406e9f8e934606c963aa720e4655b7cc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77acf6c911406cf3ff6c2ab7177fceeef84877c924696e6f5772071e79edd716 +size 2557 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/264.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/264.png new file mode 100644 index 0000000000000000000000000000000000000000..299a33b51ecfb1dc3f8b1dd9aa7c3fc768ad066d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b71ef7a89171f161f44e87affaae5e9aae7d8c5ba21ae215824cde075d49d13 +size 2556 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/265.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/265.png new file mode 100644 index 0000000000000000000000000000000000000000..755e88a640571fa552ae4273df116ac953ac6123 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba915a678f675297a8307557560f2d9716788f486e8f49d24549ad91918317ff +size 2259 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/266.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/266.png new file mode 100644 index 0000000000000000000000000000000000000000..711feba278cb5374ed73fdcb8b1798cb300e5503 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8924eea4431e6b6dd1996b682a9bb11e4daff4885c8050c62f919ce818b9937f +size 3272 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/267.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/267.png new file mode 100644 index 0000000000000000000000000000000000000000..63cad51c217b91746242a0f099f70e7c2d89b366 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c926cb65af41c5401dea05de52e6ddc9d644fbea7eb22ec6bc843f91612e1a1e +size 2307 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/268.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/268.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbfd607a1e26ce98a5c9f3e12e22886e01e64e5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70ddda8965d7982a50c0174f4db31aa0f4abf5a5b46daa830d5b8d4db5bc2c1 +size 2426 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/269.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/269.png new file mode 100644 index 0000000000000000000000000000000000000000..4239e77718483622731b0f1ea603f62ff586964f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf84bea00c528ec0348eff2d810ab63132f340a26eb03ac567a0c236228bf20 +size 2130 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/27.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/27.png new file mode 100644 index 0000000000000000000000000000000000000000..bffb7a83ee525f30b70fb7870800bc7652da4f95 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6c211e82bad57b667f44c80d4b06dde9091739a1fff6bd81e74243093adeb6 +size 3809 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/270.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/270.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae0fe46d4972d2bf86d7524d3bb27ebc3c09abd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2ee3ef0c045c3bb2407df4e87fb95abc46efafac02ec9395ab820aac387876 +size 2860 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/271.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/271.png new file mode 100644 index 0000000000000000000000000000000000000000..a22622ed401981afe01ace12aad00dcc284a6ca8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1df68edc027b226379112bfec3110c9d8e0cd8204006dd3de750064eb1bc30 +size 2769 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/272.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/272.png new file mode 100644 index 0000000000000000000000000000000000000000..3e83a1b51f2c86d8b62add4a5edc38688d56327c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48b61df9004a1caafa0d131d46171576b0b8d49421b87ae958676804bd579b9 +size 3615 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/273.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/273.png new file mode 100644 index 0000000000000000000000000000000000000000..32756fdd568979eb742e48039b9d60eb5cb2d130 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d87775cbec225f92243fdea69c6c9fba5991e1f0a14ac715a1dd9ebb7a68e15 +size 2861 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/274.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/274.png new file mode 100644 index 0000000000000000000000000000000000000000..b93f1b9a7f01ff89b9911b130713cd64a2e5e9e8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4450784ac62fadff3a8fe394b8b5af05eefda6879f81da0ffd53c50a4a16e963 +size 3510 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/275.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/275.png new file mode 100644 index 0000000000000000000000000000000000000000..ad331c81b2533e76c51388ff3d609714a868860a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f52359b2df00cf493a31a7a0b6f803d6aa465d6be492d8f982002626e79759 +size 4306 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/276.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/276.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8110830c8175995b5a82b4dbad646ec674eee3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ef6e9556d00fd19d43149cddb04094103aa3b7ea735f16403c3ea282d4d62f +size 3487 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/277.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/277.png new file mode 100644 index 0000000000000000000000000000000000000000..c853dfccfe8f56fcc59f960fc80f06c440371c34 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc4a6a9aa6c01b101af0f2019a22e046085ef0fc824b21ba0762e8802fd8665 +size 2201 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/278.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/278.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc8bca578d104c6f4c19657a82716f7d8ddc23e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5441e50621adbf7e56b9c8596b84c45041db875f8631df18170fe3946e739aa3 +size 2819 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/279.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/279.png new file mode 100644 index 0000000000000000000000000000000000000000..39e2b8cba99088344e2d1eb268bb504b8d3a0bc0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38bcd52d5e8eb03be651bd4ee3e0b24e088d7a310987142dbe87754719cc2d7 +size 2667 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/28.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/28.png new file mode 100644 index 0000000000000000000000000000000000000000..540c241f2053e4d09ded83e560b25fcc0b42d4db --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82b8e116e94bfbb28487a2f65f6d14d74a859729b8286117627125c96a74182 +size 3224 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/280.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/280.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2de9ad28e9cf5277120ebf1b7af6df72dca3a0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0593204198a5f81161277e05a2bfc0c6434217fa8f72e8484f1b802169f586 +size 2601 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/281.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/281.png new file mode 100644 index 0000000000000000000000000000000000000000..d05f4265530b13ebaf652c5c0810ad5e00fd6663 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746d28f1d13d4840d3742f493cf776c61bc3f3b8c0a43e34884ca1d3ae46fb6f +size 3138 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/282.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/282.png new file mode 100644 index 0000000000000000000000000000000000000000..6570293c3a894e19dee19d986fbe99aeaa607061 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89003cf144c5bbf730b90ab4a906088db070b996d4122652a456481825fce91 +size 2608 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/283.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/283.png new file mode 100644 index 0000000000000000000000000000000000000000..e564a73e70ae54cc50575d86856fcbebbb8cfb39 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52e9e2b73415d92fa8ebffbd6fcbb8de6ca0c76bdac389fdd7653f2b53237e5 +size 2484 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/284.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/284.png new file mode 100644 index 0000000000000000000000000000000000000000..8e85af0e094b4e300403d0f6b301baef58f7927e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b737ffc5ad4bd3a147deb194dbf2d2a118f12bffca2bf101b003783fef93bb4b +size 3184 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/285.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/285.png new file mode 100644 index 0000000000000000000000000000000000000000..c567c47de3dad0023949e03c98d58a53afd699e4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75ecea0d350a842047971a02e9c41c901cc6dcfbe39dc7dc2039c8fc02d1d4d +size 2512 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/286.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/286.png new file mode 100644 index 0000000000000000000000000000000000000000..5c5368d7f42e84862b479f5faaedea80e21829eb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc75e2a7544b4e668e3a2bf2cf2dd05770354cd213f3e9d96630750e2584a5f +size 3375 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/287.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/287.png new file mode 100644 index 0000000000000000000000000000000000000000..6de451e0c202d7150aab46ffb19f536e3dba6467 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0464f69d8adc22c368d8d1841afaa65cebff3b86f57eead7b3036c1259624a02 +size 2407 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/288.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/288.png new file mode 100644 index 0000000000000000000000000000000000000000..9b36b2b11a711c167fec3ee6dc1c5a3325f5a064 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471a2bc8d1b8bebed64eb22d1505c0d3c3ab5c0e1a9208da75304b6d77fad921 +size 4852 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/289.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/289.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8b16423a683aa2591861af1dee6aeba1b20dd8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3745efb5ff2f1f61f98e80aee3bd3be9acbf8e89c05bc0018ad4e2bf95484459 +size 2133 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/29.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/29.png new file mode 100644 index 0000000000000000000000000000000000000000..a4453a348630cf621d01c02082728783ae23023e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636fc025cbea16c5a95da897178a0066920a4817791c74ad0c8058d63e24bf99 +size 3942 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/290.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/290.png new file mode 100644 index 0000000000000000000000000000000000000000..774d04fa6fe673508ed0c57d766bad31e1ddf7e8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5066da82efb2510f9101bc8a8f70a293b043bb045dff99bb4151935d0387f6f6 +size 2325 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/291.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/291.png new file mode 100644 index 0000000000000000000000000000000000000000..f42f77f473778f63b4c3a67c7c19eb7110cdfe22 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78c02b2ef537531684116af9c2e7e7b83c129ade54fdaee5c2c7de8695fae89 +size 2634 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/292.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/292.png new file mode 100644 index 0000000000000000000000000000000000000000..5d1baf3c5132064977fa046bca96360cffd1ee80 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402e1a4ab9fce397abaea82a08e73ee9842306e182645f8909de3306275b6be9 +size 4222 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/293.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/293.png new file mode 100644 index 0000000000000000000000000000000000000000..aacce9a560c9829139da8d8ebc6d6f3286709ae9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf3892c238716b012baccb823bfeb2da9482e53f3898832b8c2ca8498be6cef +size 2429 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/294.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/294.png new file mode 100644 index 0000000000000000000000000000000000000000..fe36e3b5ed3c54e5a8e9fd636dfa1e1206dc0bff --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914e162645fb0d8454854b5bd7e59acafbb8b87bd25eb045eb2b41b22468bcc4 +size 2420 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/295.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/295.png new file mode 100644 index 0000000000000000000000000000000000000000..16a24a28e63814b987c702ab6e2280e4db64fe50 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487076a0b8fb582549288ad82f604a0fc0138a4fb4be0597464d84aa27e92f91 +size 3578 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/296.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/296.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6b46845f035ae8181f7ae96f5cf74fa0163915 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048d40de6c2618bdbb3350bb04448b9903ceb486ffacbf876b3f0f78fa9d5d42 +size 3456 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/297.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/297.png new file mode 100644 index 0000000000000000000000000000000000000000..7a602864302874c338f1e648e368e5e8836e2924 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1b69e23fc7d5284542af279d4b75903aefe6cd7a37166d81bcd9e0764422e8 +size 2276 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/298.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/298.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f3d49b1d148b53ee931070b436f06a08029214 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd6416c6a4e7250c3dd4eb7a3c9fad048e70aa794492d170d0bf232791c88b7 +size 3508 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/299.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/299.png new file mode 100644 index 0000000000000000000000000000000000000000..f97afcd8bd1e2bf9e7da19a3ec8cc610fc6e6b64 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777e0e896576bedc73ca073df2b92584d36074717d926b637a4daf86c90662fa +size 2585 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/3.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/3.png new file mode 100644 index 0000000000000000000000000000000000000000..67c39633e3aadd87fd3df43c5252fa1ee08614c9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31894046cdb90963712cc0047897e5df845e4634ca8a15736120c9e0f0cf8e7 +size 2933 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/30.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/30.png new file mode 100644 index 0000000000000000000000000000000000000000..ea7b5265760268b44fdcf8c32f5fb95b92b1ace8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509fe01d69f754cdeb5083be8ff3381ffe188dec990b3958bae58f3ea539f495 +size 3760 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/300.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/300.png new file mode 100644 index 0000000000000000000000000000000000000000..6f261c1fb13b9beced5bfda2cb9c4fa26762216a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04392462279b650431ba4a4f9ef4653edc0c81235bb4bbbf609f24e0a0ea335 +size 2532 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/301.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/301.png new file mode 100644 index 0000000000000000000000000000000000000000..e16c4ac279222ce7c91b2f399f0d36ec4f93c628 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fe430272e8ad548b359f8b7c1a652b99b97b017e567c91ac0a103397fa3bee +size 2532 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/302.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/302.png new file mode 100644 index 0000000000000000000000000000000000000000..81539b7bb98c5ae1b32e88d5ead4474a9a366555 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83faacfa9a29573e41d901b6bfbcd223d76e25be2b6cfb86db4aded2e9b6089 +size 2226 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/303.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/303.png new file mode 100644 index 0000000000000000000000000000000000000000..62b433974739e5abf829755e5485d81e3f488da0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90aee9d651c3977db90a514be53f40ea44b72659981a7ecac551dbf3109bd6b +size 2758 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/304.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/304.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5c530541a3caf12155157cf38e378e65c30a67 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa702a572fcd95bc20c05446b3f5fde1e98d91f38773e2898dc3d2b1cff6b16 +size 4302 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/305.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/305.png new file mode 100644 index 0000000000000000000000000000000000000000..2d99c1dbba1f8d1164209ffb1af3cb07916600e8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67105877beae08742a72873b3253cce802c3da054b541afc2b4b5d3ee3bd92af +size 3306 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/306.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/306.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5ca5d6de4ed416e03ea0d96e1e262ef3a03691 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15adbfa81d8f3f1bd73ecf5f6b5a884cc14b9056016de0de2de7b0db993e9420 +size 2292 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/307.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/307.png new file mode 100644 index 0000000000000000000000000000000000000000..b1dde12d5a63c4c704cfc875ccbff41712be0aab --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88493ba2bcf995a65c5d8a00d3290d0415723cc06b3eb62fa392f496284711a6 +size 2201 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/308.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/308.png new file mode 100644 index 0000000000000000000000000000000000000000..96602862af8363be607475fc692dfdf256460fc5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430af52478ee8c877a62e320c069375a254a5e05fa234840eb25414d3056382d +size 2132 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/309.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/309.png new file mode 100644 index 0000000000000000000000000000000000000000..26efcef009d5f4d7a00a27ce3c8a60a8f9da3550 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d310705c264ea1bc408f55894f5aacc3431b4fc9c42edd3c44c74b293e77f5 +size 2250 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/31.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/31.png new file mode 100644 index 0000000000000000000000000000000000000000..cee28a1b2bd6b47851479e5bea050859426ddd31 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bce0f716d3e2391f6f1bdc6cf4a773f3f131c565faf1ec5abf1e5cdeb5d1de +size 2887 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/310.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/310.png new file mode 100644 index 0000000000000000000000000000000000000000..119da8dbd40178b012286a0d94af9ae90b6209c9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b601ec5d3f7890f31118026a481df3de148dc47a9978598e79cded0b698d1da +size 2970 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/311.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/311.png new file mode 100644 index 0000000000000000000000000000000000000000..49bc2096e449b6aaff263c4025036a6f73718a2b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a477ef38561ec245292db9cfe4143a6f26da1b926f35c99ad38630af29208fd +size 3465 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/312.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/312.png new file mode 100644 index 0000000000000000000000000000000000000000..cf23a53a0b19848b419b87e8bb988541a7017595 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cba504e2ccf18a662c987cd84eceecca7a743b219ff894ccde6036d3e937fb1 +size 2658 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/313.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/313.png new file mode 100644 index 0000000000000000000000000000000000000000..40ff08e7cfaa64ce7229403309838be0f7c34106 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f891e04386eb992a828c28568a09ba89e4986a12db813081eecba1d49ea4995 +size 2321 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/314.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/314.png new file mode 100644 index 0000000000000000000000000000000000000000..6648b4b64256e6839a7617c3763bad3104d54d93 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3158506326cd4c149ca061f0ea4f93c5e62c09d03ebfebd31f863df9c41f96 +size 2556 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/315.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/315.png new file mode 100644 index 0000000000000000000000000000000000000000..1e6ef843a8566d79d454038be64f53c8c416908c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fbfe51801631cfd12b29e3b25507f99250a9dfa94c6e1bea431bc505e69a52 +size 2206 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/316.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/316.png new file mode 100644 index 0000000000000000000000000000000000000000..dd135b0cfd9d309a9bdc1ad33ba03b4c028241c7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d761d6f39a974263dbcdc4c3269da784b8e4b946a30bea33e6466bcdcddff1 +size 2124 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/317.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/317.png new file mode 100644 index 0000000000000000000000000000000000000000..40653d25e73756992602b53e0530c4cebba50033 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fee39edfe2a859ebe3147bc8670c5eda24cd144d87aae39925f0685e4ba35e4 +size 2363 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/318.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/318.png new file mode 100644 index 0000000000000000000000000000000000000000..1933cb146ac51dbde1a359888d9745f12754ac7d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1eba2007f2531afe9346924d4b52e12a2e8a2964e112cc1cf8dcf2300d86df +size 2529 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/319.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/319.png new file mode 100644 index 0000000000000000000000000000000000000000..37cb6be905dc1940afb159287ee9c435290dcbba --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b419acdb57379ffe3df4ef648879d8adf8fa520453b814ee5fec414e886eeb3 +size 2574 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/32.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/32.png new file mode 100644 index 0000000000000000000000000000000000000000..1257eb0cf1fb536ae0e2df66795af176bf5f4993 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcec54b8d9823d415eb9d0f95b7767885cd184069f190ce5509b1290de75ce92 +size 3951 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/320.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/320.png new file mode 100644 index 0000000000000000000000000000000000000000..6b32c412894954fe027e1de800849bb88df16044 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a6c3be1f180559afe65a2cd274c161c522c3c1a368b1677063652922c0498b +size 2556 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/321.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/321.png new file mode 100644 index 0000000000000000000000000000000000000000..0b2fb1f5dffe9458de770be112c207729883483b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea4ba2a4661baf86b8acaab98a62746d2f5715613b8491269c3e279bcc20ccc +size 3610 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/322.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/322.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e201e6c1f894fed7c976f5cea9dce7edc7f73b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfddbe9efa886429b4c096f296586778d5a112a706b299d5bab96917e2afcb8 +size 3073 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/323.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/323.png new file mode 100644 index 0000000000000000000000000000000000000000..077c3f32bfc75881ec13bff421c3d66f0923e108 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f355646807ffe6aa133040764f6d9d10c0d9664efa10561ed119163434589388 +size 3341 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/324.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/324.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7c633aa49617fa7cffeac47f8a52dd6d5e56e0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7873de49d4c5c015e2a0d198a5f9d493fcdfd5ce711d54566627c9eb8ec269ff +size 2383 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/325.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/325.png new file mode 100644 index 0000000000000000000000000000000000000000..aa14998bc0272d7f98b2c8689ced20ef1aa54d77 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a4f446c7a6f26978b24414102e7f9cf924da1842e59d756741598d7199cfb6 +size 2539 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/326.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/326.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb571678bcac941b8449c3069e301fa0ed8502f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd319b33990e5f0d2404a633669eba0980e2ff912baf00cc733720ff2cd53388 +size 2776 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/327.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/327.png new file mode 100644 index 0000000000000000000000000000000000000000..c8705bf8c8e4f5f01ffb80a4dd032cb5f61d8a0b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa2e057a0dbb4524d4ab24c55e28efb630bcc843cb04eb7982cb9435502d7e5 +size 3302 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/328.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/328.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb9784d82ea3f85d1a0262b603152a1296b6812 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba484f7e4badc96f3812e6be8e1c8cc986c9f1b851d2302f68c77e30aec095f5 +size 3970 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/329.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/329.png new file mode 100644 index 0000000000000000000000000000000000000000..98dd0c923a7ee81fcd1712c2c1007d2d3e43202a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdf10bbfeb4370679afd4ff6c0ca0ef048963549fb839db2f66e3c2697598ae +size 3218 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/33.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/33.png new file mode 100644 index 0000000000000000000000000000000000000000..eccdace3007fb0245c4ad6550878cf5636bd8941 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1807f7c47c874113020eeee535f18cb57bb58f237b7b564cec23c144521d50 +size 3070 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/330.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/330.png new file mode 100644 index 0000000000000000000000000000000000000000..4780d38e62c5100923af09c85adc5d89f1713e0b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abec3beb419335310e7db3b708ca446ce29ad8e0414adb419be1ef0c93183f5d +size 2666 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/331.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/331.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b8af31ffbc54b24acf13aa9323f717a827b832 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22aaa1d613217598a200d33e589735dfde67b84abdc4e62bfa5df472902e8eff +size 2395 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/332.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/332.png new file mode 100644 index 0000000000000000000000000000000000000000..603033689944bb9a2d25de36895cba3337d8fca8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6191014b759e7c8326a53f67fc966512e8c6c30703b136dd143f28d0fdbcd7a3 +size 2589 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/333.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/333.png new file mode 100644 index 0000000000000000000000000000000000000000..2ffce56efd4e45f369494360708fa963fa44cec6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f662af936ffd55008953c075941b59f37a272db166df58da7c79692bf883ca24 +size 3209 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/334.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/334.png new file mode 100644 index 0000000000000000000000000000000000000000..1e9b559f45a26239f62de539a2349ab4ed227a84 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3baea81b03c8fcddab7945d781fa875d8cfd45cb46f127d3f6d91f9b84705e +size 3461 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/335.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/335.png new file mode 100644 index 0000000000000000000000000000000000000000..8d831fd821e8ea7ff3ae4331c398be0350a7f5d2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d66809f06ce2af4316c07db3ca3bf1163740a4201943a4ae6810fc294eb357 +size 2930 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/336.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/336.png new file mode 100644 index 0000000000000000000000000000000000000000..46222f7147576fe20e700321a40c8229018ec4e0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003b46c3cd3f7d5afa026343764d458c645fe4618da9bf6d41651cb4bd874188 +size 3062 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/337.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/337.png new file mode 100644 index 0000000000000000000000000000000000000000..b21571207400e1f0966c25837080609a81a2f2e2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2604ec2345492b46b46c90d73aed03682d6d90ba43efb7a1803e4ad46c7729e +size 2310 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/338.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/338.png new file mode 100644 index 0000000000000000000000000000000000000000..d54f92b73c9fecb25f88621df58a7112001fe2ff --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80180070a3f6d3ea1bfe67a53cb52724686c1bfea03553fda62ee0d3c82c7a32 +size 4164 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/339.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/339.png new file mode 100644 index 0000000000000000000000000000000000000000..62d2be68c3fad5f1730361deb6edce50cd51acb4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74aa46173fbf0cb1450f82f05a15bf155e22d8512f530f4ce3c9c40d3356fd1 +size 2609 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/34.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/34.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef36c41c63db057616cf3659d8250ac708c3d3a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635948b1758c06ceb7462e835153278d049038b1f1f5c398bb833d9ead5bf31a +size 2669 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/340.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/340.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8c62d19643fcb7fead9da77f102d9779161fed --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf6561fe9794ea18f4269f58692b1bf1470b3bcb6230aab52a9f6fd9bdf1462 +size 2910 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/341.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/341.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1cee892297ef12649ff98053952aac7a28cc07 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d119eeb587dbf2914dc76a45d43842480c170fd58ddd499681e9b6980da1ec +size 3005 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/342.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/342.png new file mode 100644 index 0000000000000000000000000000000000000000..ea613b030d725073f0914c0ff9ecc85fa5dee99d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20f71f1e01e1bb89f8777c4b848e40fc06d6b92b8e1d6f36d6e70d50343cfa6 +size 3046 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/343.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/343.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8fa235fbcfbf11d40d0055c67ee941606605c6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29656c806fce976d39a3a710a2e193e3f3c5bdaa4bde1ee187a8e26aab6775d3 +size 2635 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/344.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/344.png new file mode 100644 index 0000000000000000000000000000000000000000..7807b14babdbd52189b0eb58092e9d81d0166caf --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fef849047d1056f827f28ec58c1a325fbf367d59e6053fe4c8e4c6dd990d0a +size 2393 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/345.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/345.png new file mode 100644 index 0000000000000000000000000000000000000000..f3225d8d94020afda0e93a9f5eeafd9b7a95180c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360212be192416d03d989f9f70824627c06223138df2a69a277a39c5e31fbd24 +size 2733 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/346.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/346.png new file mode 100644 index 0000000000000000000000000000000000000000..08c6cb647b7201a92eb1b918f7765bf3e93eeb05 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf24cd4d3c7be202a0589f152cf72256820636474e87a392df1b250e5a9c3398 +size 2331 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/347.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/347.png new file mode 100644 index 0000000000000000000000000000000000000000..648141a02bc85f88767d1e8ab7f59ff7cee794f6 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a558a3a3a8f1e7762281540829dc8220636538a97f30316b88244b218de966 +size 2354 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/348.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/348.png new file mode 100644 index 0000000000000000000000000000000000000000..682db43b8f9a3624d9aa957b694616cb4bc8af1e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7724ef64c100cff88bf58fd89ece819710c702e1a3b648f9e95515d51a1720 +size 2400 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/349.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/349.png new file mode 100644 index 0000000000000000000000000000000000000000..d29dc93cb07b21999a33d7193024206bee8dd87a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ccaad5670374aa4b5ea33133e88ce03926bb498c2ee043d610080513db3f5a +size 2172 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/35.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/35.png new file mode 100644 index 0000000000000000000000000000000000000000..c6a45b2781ee091ac4ad27e0d827adb8a935d942 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca63082f578ca6ad62b63944aef93ab9d7ed269827568778c58614ca182be275 +size 2268 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/350.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/350.png new file mode 100644 index 0000000000000000000000000000000000000000..f32e1cd3953b7f67e5379a28925d001c81ce452e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244f79c641bf816b703ebd9906507e1ec274900ae8d33e9e12b91964bf74c0e6 +size 2396 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/351.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/351.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc867b6ae9b85d6f6d681c93e7067d1920aa593 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60558259ea339adc12f90eb5c8d3870ffca775761ca7dccc46d84b330d905f6 +size 3018 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/352.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/352.png new file mode 100644 index 0000000000000000000000000000000000000000..558ec7231321e14cc3ca4568aeebad10f1222b6b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50e5be8fc39771ef81c4985d89d89a933f2b4987307230bd6637a12f1d41f96 +size 2267 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/353.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/353.png new file mode 100644 index 0000000000000000000000000000000000000000..f526ff60aa09c7d3cc921584eee4d37b570440b8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a6098f60e0636926d9b3f8caca62b871975602ea0ba7b37b83b782306a2a5d +size 2353 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/354.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/354.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4cd40a3af39e8d9318e62d0da1a88c725b0d46 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6c738765827cb4299270e83f768c5fd15b4ef6db9b4b97b603130be5f5daf9 +size 2204 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/355.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/355.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad0226a031f382f28afb91e9850c8c84d98fa05 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36092027b0913f55eacf8b4031807e4baf1c24e64121b74b1d99b9a31d21a807 +size 2911 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/356.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/356.png new file mode 100644 index 0000000000000000000000000000000000000000..5037124cc2f1baacd935f650cb2d21ca1de08243 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb299064e735b8987a6e713264ef08e683341be21a8dec4841566ee8af5adbc +size 2254 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/357.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/357.png new file mode 100644 index 0000000000000000000000000000000000000000..bde21f904649214b4547735ce99409ce216a132c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05bb7430d0b9d017a64069780c9134e75cba6dcd0571d14b6941e8b9805e343 +size 2622 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/358.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/358.png new file mode 100644 index 0000000000000000000000000000000000000000..508e10f5da162bc8f3ccfc014b4620ee9869b12f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1486d95f99a8c3d782d95460062ddfa6e5d662faf661a21a98376e1e6462856 +size 2096 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/359.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/359.png new file mode 100644 index 0000000000000000000000000000000000000000..ad754909f84c0483474e2bc2093c81daf95b0225 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5558bb57fc3b3fad0a6b79f5992f5733e13ea069102a945db86c7d12e629a25 +size 3194 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/36.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/36.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3013a4a58d4b0f9a5863fd07977ab01f532dc8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676560740f96b00caccb05dc9d2a0e7613f3cb50dec4a0a344fe1d40c8f6757e +size 2779 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/360.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/360.png new file mode 100644 index 0000000000000000000000000000000000000000..a35887de35fffe9cdd21314b3f9016542484ce05 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13b4f43ef3059be82acfd4042101fd64e091fbec4c5788f07481684fb7fc21f +size 3736 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/361.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/361.png new file mode 100644 index 0000000000000000000000000000000000000000..478845c502367f926dbd1d2ab5872fa0a7cf3450 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040ba21dd33d73a8a10a51daf8cac2d3fbfe50ab9f8a53347a97dfb39b60270c +size 3504 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/362.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/362.png new file mode 100644 index 0000000000000000000000000000000000000000..f1cc53c8becdb0417f2c6d5db259945040c3f81b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dca27e5baae9fa06f66cc62aeea7a822bef6fbd81cde28601c9767986951064 +size 2053 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/363.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/363.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a8e2dd8158bc56f31b2dddaa64ab2c516b2674 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aaf782e92b65585fbb1ac62661a5c9ba4cd3250def76b4a0b9d288186be88f2 +size 2417 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/364.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/364.png new file mode 100644 index 0000000000000000000000000000000000000000..177251834b452adb336bfbf42c9fafadf6822afa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f561f6c8fc2fcfc0cf6eeda6d76591c5e1dfa9f16dad2910f1a8021a159109 +size 3306 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/365.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/365.png new file mode 100644 index 0000000000000000000000000000000000000000..a96e10b83a656b20b3f500d38727136d9f818625 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba3fc6dd18350e3d8d4b85134965f9bd9bc2d2220b85725ed205b2e0a39349e +size 2243 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/366.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/366.png new file mode 100644 index 0000000000000000000000000000000000000000..80f3c878907810e08cac3fef08852ae385776e81 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6745a78388ec2ec48173210ad590910d79de4b045f4b976965a3f97e154f4e15 +size 2134 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/367.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/367.png new file mode 100644 index 0000000000000000000000000000000000000000..e2fdbef7de7d069295ace00babf3f9dc628ccccd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d42ee758ca7fbc65789d631e5c1ba2dbc2def62a1290adb6ea28b1cf1cf0ff4 +size 3006 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/368.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/368.png new file mode 100644 index 0000000000000000000000000000000000000000..81b732acb0ccd82fca04095638b3735166e8b1a9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67de45de1214bab28b6d1620e911bc4a3337e2ab6a7a16744d3a13f8811a13e7 +size 2268 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/369.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/369.png new file mode 100644 index 0000000000000000000000000000000000000000..53ec027c2776400e0104bd8da09dc935b6467821 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d706d62fc4ba78120464bbb7cf4f3a5166097e1ced8beae18b912bdc10bed29b +size 2859 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/37.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/37.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5bd7be9a6fac441cac9b2be8b7b10511303dad --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89a372b5a19b1fab8c42530b310a3cf15fd6c0a74ff9563d0ac972d18b9474d +size 2373 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/370.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/370.png new file mode 100644 index 0000000000000000000000000000000000000000..40e2c9e1afb7ab6d16fef551c9a669b7af559a58 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56406f09e06546c694a40d506785d5765975ab3e07c76686c7d6e2ad65a90c8a +size 3201 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/371.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/371.png new file mode 100644 index 0000000000000000000000000000000000000000..a395897faffcfb3d547932f448252120f4e784e4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377127dc30bb47c2967622cb0c3b604a851295f1676e09e53b12f6e32845308d +size 2870 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/372.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/372.png new file mode 100644 index 0000000000000000000000000000000000000000..a0465ec7d5a6e9f3eee118ba01b02e4072fdc8ab --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefd038d6a3c12184ff3dfe3adc75fba69daeeea184af4f54f7417850a1ef02c +size 2121 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/373.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/373.png new file mode 100644 index 0000000000000000000000000000000000000000..46e2d681f671966389d888ed63d6d8e3447425d7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fd0a18bc51a1dcdaad6213e10894f51d955a2b8cd2cdc17e405a9934842ee3 +size 3381 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/374.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/374.png new file mode 100644 index 0000000000000000000000000000000000000000..86db430697de2fd64f378fffc8f26ec820f7729a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f12cee4c09fac315ffc1de85145f4885d1e11bae5ba3f2457040dec27cb9c34 +size 2258 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/375.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/375.png new file mode 100644 index 0000000000000000000000000000000000000000..e79c833e69194b31fe81e5d5b97468525000d8f3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb02f7c18ae53785f531a658dbd1cfd8970730fb4bc8b4c9db795d3d6f97ca3 +size 2593 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/376.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/376.png new file mode 100644 index 0000000000000000000000000000000000000000..be206c79da910d5fcaf13c47c7e5bd875051bc11 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674136999d1206ccf826a221a3a565d83d914e386ac9d031d5e3e9bde23ee2bf +size 2354 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/377.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/377.png new file mode 100644 index 0000000000000000000000000000000000000000..fc50b822a108236b38f8b0fda95679700902b27a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1decb48896647e0afdef86f18e5542c9771679e0e71f5bb02fe01d57c1976d +size 3293 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/378.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/378.png new file mode 100644 index 0000000000000000000000000000000000000000..48dfe31decbac1782cd5eca1e9f6b55d3e8c1fe3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d180d30a53babbfbf3c525b68f24d6e5ccf536fd05df28edcae28d9137890c88 +size 2280 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/379.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/379.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa3225a11ad7f3f25859c2964b2ddb78946f983 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fd4f3c4e796f96393be5f6af81e2d71a66cc182af94fcc2c1dc5ab8232e00f +size 3499 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/38.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/38.png new file mode 100644 index 0000000000000000000000000000000000000000..5559fb8a41b6855b2bc26bfb35ed3277fe54c137 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86596332487f674b219d0c21f15887eaa8c85295bd10b7ffbe2f5745510a0de5 +size 2709 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/380.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/380.png new file mode 100644 index 0000000000000000000000000000000000000000..622b1da4986971a3f0824787b568137cb53af78f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b613e6fb10a4aa4ba395348817b0f9c9e895db2c4449d91b2b21ab6f96919bd +size 2447 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/381.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/381.png new file mode 100644 index 0000000000000000000000000000000000000000..02b898bb5c7879328d6956e59720c3bf097debdc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6b50c23f574bbb62c8fc5748064cc9654dd07d6df32d3791b44cba8ac55734 +size 3002 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/382.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/382.png new file mode 100644 index 0000000000000000000000000000000000000000..28ad38c99929d50add48f8c0aae160e21ea5cd97 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ecb49bf302615d44bd1e13193e1d7d10e033723eeeb95a57d98de4a2b4afd8 +size 2410 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/383.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/383.png new file mode 100644 index 0000000000000000000000000000000000000000..0a5d667ebf5ffd8e23c775b5f387f952a807335f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa4d4297227318727299c83380dbf01d6c182756e8b48847f1633d6d828d094 +size 2735 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/384.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/384.png new file mode 100644 index 0000000000000000000000000000000000000000..c38330f6cf8577df4555a3e497bb7baa572a2d87 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3678a05c1213822c2ef5a91e080191505f93ea23d51e6e2b999ddfdf0fee1ed +size 3212 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/385.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/385.png new file mode 100644 index 0000000000000000000000000000000000000000..104aaac57b3ab9e9df2d319fbf7cf390883cb0a4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e174240f6fcbf5e1255efb5d41c231bbb7dddfa4e330f7c7d1b6dfae41f70c7e +size 2463 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/386.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/386.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a4e1b0ad03cbf89cb08de1da782ede12f55ea4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57ddb040143972d878bc1eaaeae5f5abbcd2e58d22f7367cd7e0fe3b8fefd26 +size 3299 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/387.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/387.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6b9c5e30c614c663c9bbde3885a690ef131bd2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e354f99651c49b42bf9878dd38b96fcb030cf8507130ad419f5fce39c407214a +size 2733 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/388.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/388.png new file mode 100644 index 0000000000000000000000000000000000000000..e253606006083a3ba9bb6340592f62934c2bf0bd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6686ba480af40031ebdea4f1a0a28d848511540682f68f17dc6315d7dcf7eeb6 +size 2520 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/389.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/389.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a916ec2ae5babeee8b5ca9e4bd6761937e0589 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f09679bfe5a1ae108e49ca78fc0db80830a43d29f02448c70597c152b150cff +size 2425 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/39.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/39.png new file mode 100644 index 0000000000000000000000000000000000000000..a71f1cda0601c07288fe0c8725e941644566cbc0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dab74baf7cf96626290b91bf5227c90cc86a8954a8b98145ad0db326bde274 +size 2128 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/390.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/390.png new file mode 100644 index 0000000000000000000000000000000000000000..30a59bc6a14221896ca1c5a37b5a0bcb94485386 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9d1e93950e047b9d5fdc381d9f0d027504b5b9d59f94fc26164dfbe6665a32 +size 2523 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/391.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/391.png new file mode 100644 index 0000000000000000000000000000000000000000..60ff5d7cbbc1808744bcf0c434a6e35c527fba5e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b910f36fa87be9e14e6bb5d3608d3db215adc6ff75482365ae541686d2fd85f +size 3835 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/392.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/392.png new file mode 100644 index 0000000000000000000000000000000000000000..0bacc1b0b30fba6474fd971d7dacdd98409138b0 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba231a0204703badff3e0ca1d22ca293317c2c23930ec22251cdae9823ad914 +size 3443 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/393.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/393.png new file mode 100644 index 0000000000000000000000000000000000000000..198786bf73fb9a6a673adbaa8fae7f20bff29145 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5f8662cf7188fc1eff438265f01524a438e8fe15f036539d9fc0c72ed12878 +size 2271 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/394.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/394.png new file mode 100644 index 0000000000000000000000000000000000000000..6dccf263b021011d3f59db5c21d483b5148bc62c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94c4d8b6d154b780fe156c2e4200f5f6499b3e11444818e2b0411046c43eb27 +size 3208 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/395.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/395.png new file mode 100644 index 0000000000000000000000000000000000000000..0b62fc021321a353e902ca48a46f787e0032337d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a488177c77dd3d761fa10ed40b41590ac3b4140541162c42b7189a0f272690 +size 2269 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/396.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/396.png new file mode 100644 index 0000000000000000000000000000000000000000..92a6feff8e401babd34d84019ffd6eb8f497e0df --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d1c74cf12860a21c018e9e7c757ca6232d1d3a62253e87ec58a55f2273f982 +size 2322 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/397.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/397.png new file mode 100644 index 0000000000000000000000000000000000000000..1a33b696265ad410d2732d228020fc6a7b31d9cd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d47be579d42a0200a554989098afdd031a879a6164db73b7ba4f7db018b8a87 +size 2181 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/398.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/398.png new file mode 100644 index 0000000000000000000000000000000000000000..d171f2810d7e50a27db10f4f238c1d934945e82d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e154bbe0fe4aafbe6391d009cf99f3431361da1c2d7374c9c505734db71801d4 +size 3230 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/399.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/399.png new file mode 100644 index 0000000000000000000000000000000000000000..bd08e5db444ddfdf9aaaa79d72c9f3157e4ddc52 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35516fc83ae15292ab515a3298742c89fc8b28c16b28e26e500e9a005e99664 +size 2341 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/4.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/4.png new file mode 100644 index 0000000000000000000000000000000000000000..025123a4a508c259babcd9b10df2c6ed003c4e38 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15d6508fa0766c20269d9a93fc27defe5cd46714824ed9299bfd74d5372902b +size 3677 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/40.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/40.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e367b9cd83ce1cde8bf614b2180e18b512cc99 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61c7ea3b19adf492c5f9b003274a6862d865d6e8b7c56aaa5bd373e51cf6c41 +size 2129 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/400.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/400.png new file mode 100644 index 0000000000000000000000000000000000000000..e76645c5e50d8a52a4e8b6893696024b7eeb4896 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17a0d927dfcaf2a9f18c9b49fcee2cee299d8e52474b9464c4083eb18445ff6 +size 3412 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/401.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/401.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad004f647f6aa328e4a8ebceb4a539d4a1846a5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1db2f9426a09477bf9773b87541eb7da3ac4f4f43258ce846abc01427a6c64 +size 2201 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/402.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/402.png new file mode 100644 index 0000000000000000000000000000000000000000..ea7b4c059931ea45ed5a185bd18fc3371d7d2283 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4862450af2409d41b294bf9cfd15a65e92b6d065d26170ef8e12d237b1aa809 +size 2621 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/403.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/403.png new file mode 100644 index 0000000000000000000000000000000000000000..b2a2becfd2c3a5e4d3bb84da681dc82dad8c634e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9614d5315d58874a88fcd17ded51e614b811de53dd97aa9c32838d85b6f9e60b +size 2201 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/404.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/404.png new file mode 100644 index 0000000000000000000000000000000000000000..60c03df49a33151f49982f6d47a91104754ef286 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c143ee013467e15d3c6b39afb9102c05a02df0c57c1d08265f79a6ae7f594871 +size 3208 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/405.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/405.png new file mode 100644 index 0000000000000000000000000000000000000000..a125c3a6a86a2a6907b491aa9f88e3f50e64c5ca --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92804c3e02c4ceae7f226ebb4a1a15eb9efa068db7def6d37af794be1eccde6a +size 2332 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/406.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/406.png new file mode 100644 index 0000000000000000000000000000000000000000..4674a5415dc3d00b4e84fcfc52bc4b2ac8467f03 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027074f3ad31f73d44223a2a6ae3e7b92a9fe90baedb3a03659290d553a6685b +size 2843 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/407.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/407.png new file mode 100644 index 0000000000000000000000000000000000000000..c50f1e0a7432cb51f19c8c9c71c059ba6ae9c8a7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8f3ee8726ec90ae24a38dc575a53051825eabca10afc4f0d9f9e85f8dcce82 +size 2212 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/408.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/408.png new file mode 100644 index 0000000000000000000000000000000000000000..f955cf84f4555537c0e01d09941cb004048120ef --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd79310b16ebcb67f65a0c47ce5eca4464e581f50f623142b347a300ce1bf7dd +size 2372 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/409.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/409.png new file mode 100644 index 0000000000000000000000000000000000000000..3938c96af90cb711fa1949bc8d28e99023b3131d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8ac7c9467f0e40b6c73287aa980680c41c8ca720091cd52cb248bdedfa7d2b +size 3575 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/41.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/41.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0291084994247a33334ce39c2054496f601604 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501f18717edec2ae1ceb1feab2d857db2c28228aeabbc00900661fda5b5df185 +size 3501 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/410.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/410.png new file mode 100644 index 0000000000000000000000000000000000000000..5dfc603082ffce4574ad2f8bf7462ce2ca5d5779 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11387110bf6b5ed40192924e4521f4ca6e6ede1e144aefe6cde57919b8676201 +size 2328 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/411.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/411.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5b55ea2b5968e4e698274448aa0cca56067d6f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa0599654b219119fcdf48e25c3329339e48b2aa3e8927b67b9ed7b6c4c6c44 +size 2360 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/412.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/412.png new file mode 100644 index 0000000000000000000000000000000000000000..a241499d09f9ff39635001313509fdd50b00cc5c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0c0b994c8b6621188debf5d84a512af1c67826b5f1ff868f8d023c47cefc55 +size 2610 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/413.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/413.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae9bcdaec6325acc10b3c0b80e45f0718e00232 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b0fa8a512653bf2babf145159756af80c8a943fd898a715c53930583f7c7ba +size 6380 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/414.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/414.png new file mode 100644 index 0000000000000000000000000000000000000000..58578a3958401715265cca360cb7b1b0138416a8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d711c371e26f95f18664f8f495b19b9538cdb4e02218b044077b2eedeba0e043 +size 5600 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/415.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/415.png new file mode 100644 index 0000000000000000000000000000000000000000..73eb5ce9394f7b2dc092483dc4467b85c2ef3d86 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b02dc9be0c98dab6b981e9ce40a16124b8edf2684a34d90fab4add3e392d17 +size 3089 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/416.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/416.png new file mode 100644 index 0000000000000000000000000000000000000000..30be5cb0e038bec081f60063d851a1d716278acb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f044835220047fd439e08b35af25f5460d2cebf3e0401600c88390b7e8bdf8 +size 2380 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/417.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/417.png new file mode 100644 index 0000000000000000000000000000000000000000..a41fd4009bfc2ce62ac281d21c00b431f9ad1c54 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df9001b68c061b676679e942e6d2fb0fc63ec18debcb90d42a520568982e72b +size 2787 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/418.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/418.png new file mode 100644 index 0000000000000000000000000000000000000000..06baebcac990a7eab057c87acc867286b42df662 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ab5fef04c169db16bcadc1cedfc7b579b360adb0b5a928ec1b65318091f370 +size 3024 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/419.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/419.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9257bd8858b88d6b5cb3f0da0e99da286e9212 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af2f97f574869aa1af8dc4c5d26d961b92be7640ab09ee548c888c0eb5cc2b4 +size 2387 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/42.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/42.png new file mode 100644 index 0000000000000000000000000000000000000000..477aad397589f8f01abf32d8fc38635f6cfaeea4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae9038474904db4cf74f3b4eb397d291063c8de60af73dc168c037327c061a2 +size 3905 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/420.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/420.png new file mode 100644 index 0000000000000000000000000000000000000000..e646b779e519422a166637d36596b2dbbd075c33 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e6ecceef981d7d59c100d0a972e557cd9d18e7e00130b1faf2e05ee94985b9 +size 2443 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/421.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/421.png new file mode 100644 index 0000000000000000000000000000000000000000..5e2751908c6d94a06cbf28d0e917f6acd17774ab --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7c9a88a9611399e9d2324b1041c90354abebeab399e264bf2404a4093b893c +size 3547 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/422.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/422.png new file mode 100644 index 0000000000000000000000000000000000000000..e50133256bf98fde48e567b47244dcff04f2c1d8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66d2683e3f6c973f8c31017688af74381227c626f5bc9e0b84bf51b887eb0f0 +size 3410 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/423.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/423.png new file mode 100644 index 0000000000000000000000000000000000000000..e6f5462138e2df6024d7fb06ef2e2286bde780c9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539e3e3ec4b58f4721c64e242798b8f2b0e37963f5833a67c33f56e80c3f043c +size 2718 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/424.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/424.png new file mode 100644 index 0000000000000000000000000000000000000000..90ec516df9622d8834a03ced9f3662d450609196 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e65f61ae7775920b15d735dc502234578bf88b4bc4d7a4eebcc845f895624c +size 3769 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/425.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/425.png new file mode 100644 index 0000000000000000000000000000000000000000..a34a14c5c1128c74c6f7dea64e56af4596d07c8f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31773f22938b886d5571fab420d2f5c52ca80159a978236903645d4c57ee951 +size 2558 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/426.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/426.png new file mode 100644 index 0000000000000000000000000000000000000000..06428fc0789c0c0e294055cdd554ff09b17d601f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bec73317b3c93e15071a8f651a6dc32d783ea0b60e0666b1198e4ec04e357e +size 4112 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/427.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/427.png new file mode 100644 index 0000000000000000000000000000000000000000..411882b8969e03ac6f23ab4e36713b265a4a5b14 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9bfc735e83428e910bdb132ec8a53f514bb30b7c7f5beeb763666f9ac40ac3 +size 4329 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/428.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/428.png new file mode 100644 index 0000000000000000000000000000000000000000..c3dc21f66c03685fc982aecff6af267e86addc46 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81ce6a8893900a4112339e02741fd9053b585d5a4c5235613f678c81f5d4942 +size 2773 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/429.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/429.png new file mode 100644 index 0000000000000000000000000000000000000000..ddd60fc09a1a13d75cdc4dd728e6b45f303bdac4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538e7abcc934f78e31587c0629bbbdacc0fa084f64fb38a6d0a25dd2ed4e4ef8 +size 3660 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/43.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/43.png new file mode 100644 index 0000000000000000000000000000000000000000..bfe89b4c4701196a38d770bdf9a7bac6e5e9f2ff --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9216dfafbdf8811245b390a82ba8621466b8a0ae736f38819da5723f3216d7 +size 2995 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/430.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/430.png new file mode 100644 index 0000000000000000000000000000000000000000..dff5518ddce18d8154db4820decf4d7899a75e17 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9c83a9c25a5fc4a3c2425ebd150b26096e1d443b04d9cfd68c17ba06d16900 +size 2785 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/431.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/431.png new file mode 100644 index 0000000000000000000000000000000000000000..b1413616cd249fc9caedc01f4367404e050201c3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a51374a59e1af1d9a7771de0e299321bb59fe7db3256920391db56618c43b67 +size 5892 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/432.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/432.png new file mode 100644 index 0000000000000000000000000000000000000000..963128b5958bf3d4d20190bd279c89f2a19ab823 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f0544c859f7c185b40b4bde2de34a7165b2fce5ad44bb4205e5317baa9417b +size 3057 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/433.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/433.png new file mode 100644 index 0000000000000000000000000000000000000000..49d5f647b49cb164a9d01f58e29e98f2773c0085 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e56a46b27c1c0487d719a502f3e3b4a7a8f75db38516e69100fcf49bf40011 +size 4203 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/434.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/434.png new file mode 100644 index 0000000000000000000000000000000000000000..671cd72b0b2b1988c8cf2f4df1557cce00e0e8c5 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb11f512a28d6cff54b7f7bed5ef3e8de363711a4501e27f2e6390c0a1950f2 +size 3732 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/435.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/435.png new file mode 100644 index 0000000000000000000000000000000000000000..4e51e8911737027c6038826dde11414a52233377 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18a6439b4ecbdec771626811b6feab4037b67faa22b4eb33dfae448e38fe447 +size 4144 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/436.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/436.png new file mode 100644 index 0000000000000000000000000000000000000000..1151cb4b277189a0bb263fc32f8194931c3c535c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37143dd12b801a3a7a7d248f1ec3e478dd42250ae53fd0858fba8fe27fa5572a +size 2640 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/437.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/437.png new file mode 100644 index 0000000000000000000000000000000000000000..9efa7394649bfc13eae075e512cc4fcc304c4e22 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd70973c43d5588a5d8536abab389ed776dce073a0c6948d1287054892a86aca +size 3566 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/438.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/438.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc969ae1c535a5e2ff4129a364dfba967c0cb88 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500a127d2120ba6069dfa74a4e7b58b0cac300ff992826a6c17f2e92881443d2 +size 4121 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/439.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/439.png new file mode 100644 index 0000000000000000000000000000000000000000..5dde5e7277c5209d22617d35ae29f41a892e22c2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e13a0b58cb97bfc27c5e23bf71f3f9892333b4fe0cf0f75ef23038ee5bec10c +size 4374 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/44.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/44.png new file mode 100644 index 0000000000000000000000000000000000000000..e95d2588993a2152bb642801645c86884e41ba34 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b586e446793225f295c0db3932a0604d4b49ff41632ac6138e85cefa6b5a5bb +size 2691 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/440.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/440.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef07707177db9afd7a6aacb24f4ed731f73a09e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f759d6f5d1bf9171741b21a30a48870d2eb006dcd0d79e68d3ce38d13522db +size 2650 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/441.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/441.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc8a24bb34da0195e48fe1e78ccddcb52062ee4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45f51348644fafa00901a62a7d5e92a30213a542bc1006e90e1483004d3c4d6 +size 3606 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/442.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/442.png new file mode 100644 index 0000000000000000000000000000000000000000..aae067b7aa668d78cae99232b7f7cf9d43c293cb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7adb0045c944328f77a42a53a3cfc0f6da2062afadca3fa5f48433e17e2fa8 +size 3385 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/443.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/443.png new file mode 100644 index 0000000000000000000000000000000000000000..e382445daee933d312651bf9562c304ce3934be9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5f6ced1ff76333a3a899d64fd9b0f6c6960b9a61fe8b5f0522336ee2a811d4 +size 2235 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/444.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/444.png new file mode 100644 index 0000000000000000000000000000000000000000..902a0341a66e361424477ef2d564e6b52cc6f032 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85afedfb62bd84094f903ce387a495d2fa96160751c70a45520b2cda1452a7b2 +size 2890 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/445.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/445.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3acbb449004f42b5b5efc79b0c17b6138b3642 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2917b7039dad0d3798f451661fe603d96030b6c33a5b7a8a345fc3611c8d921 +size 2803 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/446.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/446.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0ecd1f313f61719ee669eb399b64ab88bffedc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b008776d91ffab4237281d3411ba8b5b1e9c4ff51a2f30f344516c4bdf1e3f4 +size 3297 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/447.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/447.png new file mode 100644 index 0000000000000000000000000000000000000000..14f18fe0bae0676ea0216255230ecb064c60c412 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865a61615df984c1111cb8d5a65ea5df9ff9e6a94e9587c6ec9cba8b85707961 +size 2531 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/448.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/448.png new file mode 100644 index 0000000000000000000000000000000000000000..1b426afcb8e4781a89755e9f29ef944f7aed523c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd36019c0ccadf6c872c71dbbfdfec4c31c13a82fb5cf12b0022fd9bc00da618 +size 3781 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/449.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/449.png new file mode 100644 index 0000000000000000000000000000000000000000..1f54e810e6b6b1e47b34c3d4a63a4551087baaf4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c383f43d3d554fead3a500319713abe86d36870dbda2c746e8ba32e72740612 +size 3127 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/45.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/45.png new file mode 100644 index 0000000000000000000000000000000000000000..8d352af7c3e4122adb710c3b2f4d06d15443ef08 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74b47c41ba3fe857fbd8b7635d6d8dc785d825009abb40ce4a0938f0bded11d +size 2261 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/450.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/450.png new file mode 100644 index 0000000000000000000000000000000000000000..34bbfdeb540330ec6bd3a0790dbb868eeabc3cba --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2676f63d89da0e92ee9b521c8b6500e4c507d560ce0602d94af51afc83fda236 +size 3393 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/451.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/451.png new file mode 100644 index 0000000000000000000000000000000000000000..fd984348912d77da3b19b45b913956dd9c718dda --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4931cdc56063ac81dadd51cc4f3905ea07db4b5e13d2a5f61960cf2433b34131 +size 3041 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/452.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/452.png new file mode 100644 index 0000000000000000000000000000000000000000..7eae29ad2a2cc4aaa397ea80176b56d237e3a128 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c8d8938286db1d06c22433609db151b5fc2e96bdf0bc433edc7c7d8c355789 +size 2653 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/453.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/453.png new file mode 100644 index 0000000000000000000000000000000000000000..a504dd181a1b0b5e837f287d2a9bfad04a0b432d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd041581e556f9a1d6811671c6cd469397d671bba4cdad972cc5f94f1bc787c2 +size 2672 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/454.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/454.png new file mode 100644 index 0000000000000000000000000000000000000000..9b3bbf0678fb9023cbdb659b142824e5452b7bd1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d588d9d64db3de2ee8798cee565feccd2e5b79877f828a3fe76b31ab39989f5 +size 2502 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/455.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/455.png new file mode 100644 index 0000000000000000000000000000000000000000..65f536f0ba64febba22e4508728cea779bc9ce6e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427eefb6e7f9a4faa375127beb5da5730987bd2667a32980ccb4a0aec68d75ad +size 2379 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/456.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/456.png new file mode 100644 index 0000000000000000000000000000000000000000..66e25ad5c4602c15843f108941787b70c95a1f92 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f30ad017739ce200f72bb2966550ca875572bace2363c6dff85ce01d24fa0c +size 2279 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/457.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/457.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa4c5397e8aa3558dde91442e62057b96afdc18 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf19a53147cd74f2897e2a8dd970fd56075ee13d414c217906ab15bd52209849 +size 2657 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/458.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/458.png new file mode 100644 index 0000000000000000000000000000000000000000..cae0cbc8df0ff074f30dc69630aaa8adbb565c7b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d878f57c5f3fd0428514da60eeaf6b32bc9f29ab3ab37fc05d493bc158a6a35b +size 2448 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/459.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/459.png new file mode 100644 index 0000000000000000000000000000000000000000..340edfb73b9bd110ab6c69abce40969c45aa74b1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a9198f2ebff5947addd142d62f00a1db5788f26a267ac60c821e798aa59e79 +size 2466 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/46.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/46.png new file mode 100644 index 0000000000000000000000000000000000000000..477fb701cd90afdb9811fa0d9ede62f1d2542d3d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1b57806bf4e0c80cffcf5133dfb43fae56961e886ab480b91ddbc89f77f651 +size 2460 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/460.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/460.png new file mode 100644 index 0000000000000000000000000000000000000000..33e3a16d1562b458d2805fae3d0601aa8ade718d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712092fac677b87fa212e73f6b16c1157e9ea76dc350ad68cd462523dcc291d2 +size 2325 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/461.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/461.png new file mode 100644 index 0000000000000000000000000000000000000000..fecbc1ce125fed0cd82b6328cbc5ae494874b5bb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e39c188dfee33849ba28cacadd1918ad7daed10dff0fb95a11fb6c2ab9f297 +size 3513 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/462.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/462.png new file mode 100644 index 0000000000000000000000000000000000000000..569c56a3e2d2050eeb2d37fdcfc98488d4ea5b5a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e3bfb44fc94011cc996bab330bd6fe970f752572e460d1d5ebb4adf8d2a2db +size 3097 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/463.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/463.png new file mode 100644 index 0000000000000000000000000000000000000000..d94ece5addc07e36018ca55012d995a52ee295e9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606a1fc19da3d5e8c2ce8869639030e32c58853688bd654d3d3e2e2cf05d39fe +size 2410 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/464.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/464.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6785ae26afad27e1c62c06ee697e854c920064 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c320773e76f9b13c6fae6733a5a1f8229628e2aa0536416a9792f21013b1e12 +size 5006 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/465.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/465.png new file mode 100644 index 0000000000000000000000000000000000000000..f85caa42402a4d52805d9e3ebf6724dc93e88c25 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f0dffc7071b2a069b0447d9d794f7b0a952a3ff5e24ec004c9b441fb3f8ba2 +size 4267 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/466.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/466.png new file mode 100644 index 0000000000000000000000000000000000000000..6140850276c9fa2e11a42a3ae9569606f46388de --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298bc2cd19c3bab8fca44e3266a2799831db0f549582720215285d4f1d79c124 +size 4530 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/467.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/467.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa19ceda09f69683e91607e6868ab3c9ebaa92f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5691bf8dfc3d5f87a91077ce06968cbf6f14c2773cfa1b7230c820543f45fa20 +size 2989 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/468.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/468.png new file mode 100644 index 0000000000000000000000000000000000000000..e0e9f47b99295826748b1de202ddf8cae6c3de9b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124778febe16650101e9586eb96c9173c4ab0ed5d156eb6883634aace2bee80b +size 5795 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/469.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/469.png new file mode 100644 index 0000000000000000000000000000000000000000..abb364ba2559cf12fd1eba0ca941022f0ec3074a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b281eb9a12d371ac43d821725c0fe5fb81288d6fcce19862bb33680673b0a2da +size 9633 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/47.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/47.png new file mode 100644 index 0000000000000000000000000000000000000000..caf92d543cbdb5ac0720a9e9a2d464e6c6af0b54 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0495ce4251a45db9ffdc7bd840cbd7958d9587c761d4e84f55ae9a06e3611df8 +size 2752 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/470.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/470.png new file mode 100644 index 0000000000000000000000000000000000000000..ab5a6f32cfc1b689b818d46b2247d1ccfe1dac04 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb7a4f1a57e5c6c2b7ce6caf672941693adefacaa6371ae595802406cefeef8 +size 2441 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/471.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/471.png new file mode 100644 index 0000000000000000000000000000000000000000..95e03a711b4b1a75e36e492e37108a2dbf67e946 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2de99fcb9346547b8d2d524c91bcef463de398c1cb3abd573bda542712202e +size 2928 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/472.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/472.png new file mode 100644 index 0000000000000000000000000000000000000000..7942ea206b588bbe356d67a8becf1d965b77a134 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b0d8439587a9e6dafd733e47c098ddb2eb0d1c17d26595dec667adec68b407 +size 2756 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/473.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/473.png new file mode 100644 index 0000000000000000000000000000000000000000..8a83905030fa1b2b4afd1b1ab90705bcbdda1243 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa3cf6f7506af33f5d4ad5feae72459d064eb7c2fdfe1b56f93523357670e5b +size 3756 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/474.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/474.png new file mode 100644 index 0000000000000000000000000000000000000000..2c17c2d40793890e4185aed66db8cb131cc2dedd --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea566bbd7020ca84ff3abc7d20946e9b8d690ea0ac68bec9f26e0873ec54797 +size 4561 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/475.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/475.png new file mode 100644 index 0000000000000000000000000000000000000000..353c7ac586ea5a8dbe4a298ddc9c3c0cc59ef342 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ba87370bbb09a461e2b73919c7ead69cf9747d24a26a0ee340310f1510f759 +size 3067 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/476.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/476.png new file mode 100644 index 0000000000000000000000000000000000000000..8b5d4cea129d6f1522fb81e4d4d433681159ec90 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe8e567870da610746ea043a0c314dc096e28c785de0e14ef38e192ac69ba15 +size 3294 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/477.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/477.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c33cf71560b90cd2446a34a7685b08ebe9cd47 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a17fcc4d9098a3a207b6085e07778b892fa9eb9223411d9d67f8c42f1d76569 +size 3804 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/478.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/478.png new file mode 100644 index 0000000000000000000000000000000000000000..d2e8a325c62b95d8b82e0b70959c9e63a59511e2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1fa90bcf74cd8d572c20d6981044cca7bd7893e0d958f509a3a1881da8eaed +size 2571 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/479.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/479.png new file mode 100644 index 0000000000000000000000000000000000000000..235d63be547fbe62ad4344df353e873139b29cae --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd022cb5781bb7f4b554240653baf44b0e2870d82865d457fbce9aa8e14cc33 +size 3251 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/48.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/48.png new file mode 100644 index 0000000000000000000000000000000000000000..43924c18f043c063e592050330c78362c04bf656 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe72e09738a560dfd1ccef34647778464b655e2cc01f49d9bfebd2b9e9f2b3d +size 2416 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/480.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/480.png new file mode 100644 index 0000000000000000000000000000000000000000..b44a8f231ca7ca04af614c55f5bb0ab1ac226322 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af261b56bd79ef4e1becf2eec7ced6e47665b7eecbb8ef33c6893a8308e801f +size 2398 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/481.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/481.png new file mode 100644 index 0000000000000000000000000000000000000000..e31bd71e1fb0d09fb1f769f954be5be8081d7afa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368f5cb6c80351245e4b10be58d746c7a9019d1b4ab5165d5bd0d0d65fcb7e7f +size 2254 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/482.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/482.png new file mode 100644 index 0000000000000000000000000000000000000000..05155045137de6c2e23084d01263b48302807a51 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb00f18fb4ec65d58a87f9e75115344d8b1eba88d43e5ae0f9a8e9ae96f6630 +size 3820 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/483.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/483.png new file mode 100644 index 0000000000000000000000000000000000000000..0aef6b9a22c62af18ee291d4ba038a5f7f28357f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97a5846c6e03042bfcb54a8e629c0c8a73088cac9dd71bc82c17d6e096e66ea +size 3257 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/484.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/484.png new file mode 100644 index 0000000000000000000000000000000000000000..c789c5d3043365c71738aa6e9bbe2b5c46eb41a4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1831d5a1b3dc6d43071baaac753d8adb3f395c2af7c11e98d3788fda3908794 +size 2514 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/485.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/485.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a5d8cd6831101909ef31aaab0c28081c23b8f8 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5b825eba293a4f0dbe4a66ccf18267f53ae733fe896647784d57b5cd35ddec +size 5753 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/486.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/486.png new file mode 100644 index 0000000000000000000000000000000000000000..04d3284fef34fbbdbea9a5536f94ceda7b138752 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ee49fe486e825a4a462149579142d5fec3c34d1f96c229602633f2a272ae6a +size 3102 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/487.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/487.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd424d846cbdfbb887e4bc7d6400225c574894f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f43d2be3bf457f1222e54ada836bb94b7093844ad83cc01f25ecb62922784b +size 3156 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/488.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/488.png new file mode 100644 index 0000000000000000000000000000000000000000..9dbef5a5e22aec759a3d691a2243923d9121faff --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d96f8a274f79b15ebee7e636253a03ea63e915dd2b5867266dc8384aa53f665 +size 2441 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/489.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/489.png new file mode 100644 index 0000000000000000000000000000000000000000..61a13ee7838d54526c32e2649dfc1a2b29d6eb9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a6f4f89bb3a31e228080cc3bf55b62d09259b11ac412cb9c55f4f023121db1 +size 8714 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/49.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/49.png new file mode 100644 index 0000000000000000000000000000000000000000..479bb1e28ef84af04ab02a6413805762ab2642ad --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329ebaebd5f79b9f6572fb855b6bd358e4bc6c119eac54d6fa73498b13c9972f +size 2170 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/490.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/490.png new file mode 100644 index 0000000000000000000000000000000000000000..d388374f11149310cbcd25e4253f9b933966b9eb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5d2156d348e4d86782d6362a95d013e5f5c85d1f19944a9543c8e7b18bc25c +size 3463 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/491.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/491.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b7f3e9bfac7ec47091043abfeb5f31e089bd1b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5aaf79a1144b44d17c38e7309396e1a2d905db16431ecf0818934bdd93f34d2 +size 2840 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/492.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/492.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f1f98723ca3acc72e93288b5af47b7b36c224f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fce9a299b465ceec1d9495f1ade811acc45273a0bc7ebb5b577d14af8ab58ad +size 3433 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/493.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/493.png new file mode 100644 index 0000000000000000000000000000000000000000..83b5eb100537617e0e074c2e544ae5831f2d48cc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d4d8bcfa088909e98837fa3a4be4aac1d5cda9ce9b94cfcd38c9bd1408ec75 +size 2635 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/494.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/494.png new file mode 100644 index 0000000000000000000000000000000000000000..55d40f8f442db4386066212fd8d37ca47d25fe57 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f68c56eb513b36173bef2d9806b2b7c4a4b3d73dd26e12dbc7595118fb2f46d +size 3112 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/495.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/495.png new file mode 100644 index 0000000000000000000000000000000000000000..64d1b47b572f40ab9763618736e0b9471c4c5ce1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35ada4a610408ce6761e570efa0b2b0e174cb0ccce5789224ba5481a4ec8e65 +size 3598 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/496.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/496.png new file mode 100644 index 0000000000000000000000000000000000000000..ba8f7d80f2c8dc0f2cbd9811628a69bd110aa946 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b67bf12ed878c8b4a906dffca0cc3f6a5a1d26045153b7b695e75f2628b2a3 +size 2359 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/497.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/497.png new file mode 100644 index 0000000000000000000000000000000000000000..236212ca852dac84fb14c00861b9cf9afc0b4e31 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a16bc95fe25ae093340624d190a5c22c31fc7e074faea75aa15c46b67d9a881 +size 4480 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/498.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/498.png new file mode 100644 index 0000000000000000000000000000000000000000..0a2c566e8057c16a1043288581dec661d885b563 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae90753841e7c555a41714e2fd1e5c37a5f569325c3cc7936a296f3e87bf7efc +size 2557 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/499.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/499.png new file mode 100644 index 0000000000000000000000000000000000000000..278e87f4e890405a2df8676b4a9d441abd75d2d4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79fc75ab543aeb0fd201184b4577b85a2c7d0797227896ba6aa32b405377140 +size 3615 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/5.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/5.png new file mode 100644 index 0000000000000000000000000000000000000000..658d47e72886dd2cb70cdaadbfad4a8d3ae94954 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23154c3bb395cb796633f856feade37b1ef272821c9a1bba15e5a088ff67366a +size 2618 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/50.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/50.png new file mode 100644 index 0000000000000000000000000000000000000000..6416ef10c826b51509fdab10b26cc50cdb6cf35d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d0b1298e8df9fa8cc22fe5553c4faad2265ca5c56d91d6eafe5cbf20f66c28 +size 2511 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/500.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/500.png new file mode 100644 index 0000000000000000000000000000000000000000..35523a586162c555f37913d703b5c08a1da70943 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915b4ed07c2133895d3e782e90b31f5cdac4fdba668c6b9f37063634a43ac11c +size 4900 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/51.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/51.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb04681ba44804af951d5e690dfc563560829db --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5230dcb871d37eb46525f8c88a4c8a9529f6b20792dcc99131f56066485360b8 +size 2084 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/52.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/52.png new file mode 100644 index 0000000000000000000000000000000000000000..1175a92287dff846d9975c5bb2b7a12e1550efa1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b792c527f56ff97372d817e2828507f686efbb11eba80c85877d81d6763e07ba +size 2487 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/53.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/53.png new file mode 100644 index 0000000000000000000000000000000000000000..bb655db6706d5acb83d56d2b296278540ce72ced --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a833e74a43188004817f93dd8e643798c14e09b6f99732c784b277449a0250 +size 2145 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/54.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/54.png new file mode 100644 index 0000000000000000000000000000000000000000..610d36d8fbdca6b07579004adbf52081d0720f87 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a26fc1bd082a32a23cb2c922df11f234212a95c50b8c760ef9aaec2953b1ad8 +size 2895 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/55.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/55.png new file mode 100644 index 0000000000000000000000000000000000000000..71b66980265f8035f2014314d45a813513d21dc1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a13b184228ee49139b41c306f4307c96be9ab5ba24026b854fc65bdec3cb79 +size 2198 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/56.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/56.png new file mode 100644 index 0000000000000000000000000000000000000000..b2899387795d0920495803fc54b948fe0a3c0edf --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5757a2d5e890c238c67d3fcbd065755419209ecec0c99dfe2845897b29649781 +size 2134 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/57.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/57.png new file mode 100644 index 0000000000000000000000000000000000000000..36de8dff3e6848c0e74a6c1650bba256ffb6768c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb06445a15b86f264f60f55d7f495a1e6a50bcc67ece306c888945036f2bbc62 +size 2654 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/58.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/58.png new file mode 100644 index 0000000000000000000000000000000000000000..7d777cdaa4842fd58baca2d268fb06a3e00bca3f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47286002d3aca59077245fdc0641e84b4e57ef44d45ca612849d4d17a171e4f6 +size 3120 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/59.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/59.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9f54dbe40cd0f426aa1db46564fd7d7a253b2b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dbbae1388c91a6c131471517956d3ff01c54cd722849e1c168d1a29f823396 +size 2721 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/6.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d1a0b7ebede5703463a5b01edc57fad41eeb362a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee5580b7d916b70c77121219877773a40744ecafec8754299c076ee398fb034 +size 2862 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/60.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/60.png new file mode 100644 index 0000000000000000000000000000000000000000..1227353a3c78c88a94b15b5bbe4ad66833afa092 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930005e92deaf51628e3895e5797fb510fd55a3685fe80a8e6c96294e81a31ea +size 2312 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/61.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/61.png new file mode 100644 index 0000000000000000000000000000000000000000..2171d7383a6982154b77325b2c25f8572b10720b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b75484b20343dd0f1b088e4a1aa2b5ecb4ec37925d2ab994c06f75963267da +size 2359 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/62.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/62.png new file mode 100644 index 0000000000000000000000000000000000000000..5cc93316a814de6d99a042c7ea3bc739e29ad32d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d8c71aec793860b0ee66cfa5f7308dcbee593620dd2d866b4dda2c85314f6c +size 2498 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/63.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/63.png new file mode 100644 index 0000000000000000000000000000000000000000..1017844b3adcacec3c28e1f5f4010e0e7905d316 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48d44feff1c54044317910e60d6816aeb52a562a5725133712624be9e86aa53 +size 2240 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/64.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/64.png new file mode 100644 index 0000000000000000000000000000000000000000..877fdfd36399248e472210866c54e1f0396481e1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e3539c71edbfd59f447eb8acf42b8e94a4ff4cd7514e6d4b57e010b5317859 +size 2205 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/65.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/65.png new file mode 100644 index 0000000000000000000000000000000000000000..170cce663c680360288d5a153d93cd8229c5ff20 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf4eaa7e1f2dfe15fae6b06d74947cf49a3cde5f6ea80a1efe17bc2898aced5 +size 3260 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/66.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/66.png new file mode 100644 index 0000000000000000000000000000000000000000..eef0e8439cfbef99a15fc47b7a38916895ce26ec --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abcbb068aef5ceb7724ba1ef0e164e61084c43df54d0f545cff25f724be7b16 +size 2497 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/67.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/67.png new file mode 100644 index 0000000000000000000000000000000000000000..13a0e5845f262b75f22e74092c65949ba77e3ca7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9a350e54b232494e7dbd79f4e7b81b0bde52886651c7071c4e4155139d51d3 +size 2454 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/68.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/68.png new file mode 100644 index 0000000000000000000000000000000000000000..849a6edddf97fec21f55c49315655a4041e02d1c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93afdd4215bf15c24775583a09b36d7214b3cfae9ec035dfc105acfeeb8e109a +size 2363 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/69.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/69.png new file mode 100644 index 0000000000000000000000000000000000000000..8d68300e7b05d958c3e75eb4d374a9196cf2accb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fa3e0b50649c27f941328c480669c26a504a0997a3715e0c995d36cd24eaf5 +size 3752 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/7.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/7.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf8fbbaf27c460d275bd55abd492d89c51e4494 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839b87aae7aa35afff4883d8722416f4c2ba4635c1aee58e679376b6e71f36ae +size 2574 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/70.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/70.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0c15f5af2526446f5e009e94b53a2a5086d6b1 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cc28554b3822872d36c4b0f8d2dab2d05649482d6f771d2608c1ed6f6ff439 +size 3191 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/71.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/71.png new file mode 100644 index 0000000000000000000000000000000000000000..a59e029d21bd741e963d9aec5a3c7c1ce1d97974 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b6f9207fa65ab03adc8b262f31917724dab7c9e5a6908015f851d656be365c +size 2495 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/72.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/72.png new file mode 100644 index 0000000000000000000000000000000000000000..71e713059653cded3208a909c0a9848f18b037fa --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260b8f1c0733102a59278df4085dc78416f95606a2a963bdf4afea65890ec006 +size 2725 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/73.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/73.png new file mode 100644 index 0000000000000000000000000000000000000000..e356de9429cbd65331e586dcac375d1512bd67cb --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ea889f8257257005b592067d8e36ffc564f9372c5b3dcf21369a0524817e0b +size 2325 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/74.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/74.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd6cf3eaec22981add4ac2f7f93fe5a7203af20 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2a328a1f3e15e84f2303384e9ecf78e821ce4ec71f4366aa03eb00e3ea8c8c +size 2472 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/75.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/75.png new file mode 100644 index 0000000000000000000000000000000000000000..dd38b781048b17e76aee1d0cbb556d16562f5e06 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9731e6f548b4f9aab3951a6aee10c9afe146ce83a2d5c8825220b6a8c289339f +size 2681 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/76.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/76.png new file mode 100644 index 0000000000000000000000000000000000000000..d56e7ce6940076124795032407ad33fa93d7216f --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce648ab1cd64dc94d415dea72f7a0b38a4cdcd41cc872a5549cb87709bc4f98e +size 2605 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/77.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/77.png new file mode 100644 index 0000000000000000000000000000000000000000..2aa663d7bf9d74d85f3775e2edcfbe5f331c0d01 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31d5dd5b2865ef04fe1991c0b45e046be6536882b4aa9ec6381c4322a88f150 +size 3115 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/78.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/78.png new file mode 100644 index 0000000000000000000000000000000000000000..5e42ef9f403f0763900dbc10cf2416a5ee582bc9 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca78fdeaf8cb976551acedf6cef2a1a13c9c8139e2e49319a52f8429ab8bff0d +size 2181 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/79.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/79.png new file mode 100644 index 0000000000000000000000000000000000000000..26cb7f2f68d682b9f18dd0adada4cfe24b6862df --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5101e631462511f6e01f6790192f496c1b247db54afeabbbae371f1732fd2217 +size 3884 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/8.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2dd2a7d142fd73051444a631d71bf9e78ff1d2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8b3268734d1eb61366e05712ae6fb5a279d2220c16b8268b203dd7c14057b9 +size 2703 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/80.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/80.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b547c2e8d3ebf001fcbdcfc9f6b6b05ca5ff71 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140f0298120c60f82d9f04392e7b4eb9e834683a74e2e3703d34ec3d96bced1b +size 4783 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/81.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/81.png new file mode 100644 index 0000000000000000000000000000000000000000..c37a821b2b623f3d1c649c76f25074600b45741b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff69414284201f3865358ae3d20d64b9fa685266293a35766cb3fd1bc2e94c4 +size 2651 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/82.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/82.png new file mode 100644 index 0000000000000000000000000000000000000000..adffd6b524b6c1dd5742f9154fa1fad675c2bc0e --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915abf0c1e26b93eaf5885937943f405acff06db097ef0e420179aaa8ec11a43 +size 2235 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/83.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/83.png new file mode 100644 index 0000000000000000000000000000000000000000..b07199ab3a2d8c96b4580a47603929da9beb9661 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc465b2898fe33cdd5d638261794280dba5140d7bfadb9048ef2ac6dd49ba4ec +size 2378 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/84.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/84.png new file mode 100644 index 0000000000000000000000000000000000000000..7faf59b6000bdb448c7e213093ce53f26c076850 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a77e25c9bd440ba712d11f35e0b7eb2780f8a35bdfd7079f4707d4c3f8affd +size 2991 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/85.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/85.png new file mode 100644 index 0000000000000000000000000000000000000000..4277abad93719b051305382d42d1878bc576e0ff --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd3ca0ff872c542c1c79b95cd25d882d13595d66135168bfae6bb79708f648c +size 4860 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/86.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/86.png new file mode 100644 index 0000000000000000000000000000000000000000..30d9d5789c76166a16de7ae5fffba42563831d9d --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9b65dcc60faffb7ef90830ab381f0f44f8de22190e9af1d94bbd4c01d7f2be +size 3163 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/87.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/87.png new file mode 100644 index 0000000000000000000000000000000000000000..b41da056ecce1bfc3fd4634caf2be1d9abbca99b --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da88f20a938bcff3f4c1c69d0ab77f67b7f5fac32046328967dfa9832d55951 +size 3019 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/88.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/88.png new file mode 100644 index 0000000000000000000000000000000000000000..5f865c805a309fe6ef2f846bf3d3f6e827f417d2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7ffae9940f37dbbcd933aa968a8bf540f4d8b8c30cb7cb1cc4171460a545a8 +size 2614 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/89.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/89.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a95d6c74973c19c3f4bf5c6ba4211715b56e05 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3690a962f1f3e79b06260ed556c71f759781f138dfaa5e7786d7fe92c8422d22 +size 2317 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/9.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/9.png new file mode 100644 index 0000000000000000000000000000000000000000..48242e38bf6e3ad3c8126431caffa208ad57d6e7 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be4c947d420c60f51f72933292fef351187d39cac5b57f116e2a9c9fadb1f42 +size 2903 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/90.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/90.png new file mode 100644 index 0000000000000000000000000000000000000000..e6688daa2ad1650ab101f202413a5c0b45831cb3 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53abb8cbfa857b5042232b134029d1678161237fa249084a9a9bf0af158fb180 +size 3256 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/91.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/91.png new file mode 100644 index 0000000000000000000000000000000000000000..69e360081f8847cebe4e6389feb6b817b7e96bd2 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4cefff733af0452161a6e2ae1f9022e7e8096588646e35c64465be0118c5ba +size 2714 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/92.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/92.png new file mode 100644 index 0000000000000000000000000000000000000000..93b225cf9fd9fc52e88434460e8da4194994130c --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de491dddd869a8232977147219c6aae04b986b7bc3756c080e45839c3d5f2b +size 3416 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/93.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/93.png new file mode 100644 index 0000000000000000000000000000000000000000..1394984ca501a90b359189e741ede0eb299a6973 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239b434cbc1b932d0eaa6da0b5c11826b2222920ee8004c27fdee35684653014 +size 2801 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/94.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/94.png new file mode 100644 index 0000000000000000000000000000000000000000..81f4ba8fc7130ddbdc7b1514216ed11b6824e173 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1505444314f74a7d8e4cc549fcfdd9943d2a7e3d6055777db687cdb0c9caf7 +size 3794 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/95.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/95.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2a2a2a093845a51743d3164875c62fdc67a03a --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf244181212dbbb3a8f4185be9d295a23bdb2cf872cd22195d8454e5c8e9564 +size 3137 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/96.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/96.png new file mode 100644 index 0000000000000000000000000000000000000000..fd17e599b557db56c1f76acf96e41af88aadf631 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c211c41c49c9cebf7d56458be3c84781fba54f7808c517a945ecbe74843ad32 +size 2598 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/97.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/97.png new file mode 100644 index 0000000000000000000000000000000000000000..dab2c8c434e5d8e12392d1ddb2202cb7804806ef --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e98163d23c4a6cf6a2939eef58e8b21635d1fdb1dbcb3d706c6c6425b0336e +size 3464 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/98.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/98.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1d255df3b50132c482d0e06b838cadd40fca44 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7a90b84e0e212c874f116bbdfdfc2565463cf482c2deb1012a346cba30e756 +size 3030 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/masks/99.png b/perception/cross_instance_discerment/referring_expression_segmentation/masks/99.png new file mode 100644 index 0000000000000000000000000000000000000000..51d0d2b1ed6666ac3c81134dbcaa76e26fbf0af4 --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/masks/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11c82abc4ae91a5b32172aaee6dfe355f72c65a10003c3f299338a0a1c423dc +size 2301 diff --git a/perception/cross_instance_discerment/referring_expression_segmentation/referring_expression_segmentation.json b/perception/cross_instance_discerment/referring_expression_segmentation/referring_expression_segmentation.json new file mode 100644 index 0000000000000000000000000000000000000000..635ae37599a0084d8a37f4fe0c40e7afc2522afc --- /dev/null +++ b/perception/cross_instance_discerment/referring_expression_segmentation/referring_expression_segmentation.json @@ -0,0 +1,3002 @@ +[ + { + "id": "89562278-30fc-4d82-8360-96b4c88e7af5", + "image_path": "images/1.png", + "question": "Give me the mask of the airplane at the bottom.", + "mask_path": "masks/1.png" + }, + { + "id": "b38ab02d-6960-4b8d-99c3-1a2fbfe0609e", + "image_path": "images/2.png", + "question": "Give me the mask of the airplane on the right.", + "mask_path": "masks/2.png" + }, + { + "id": "36b7ee87-fe99-4baf-90b0-25bb58da9287", + "image_path": "images/3.png", + "question": "Give me the mask of the smaller airplane.", + "mask_path": "masks/3.png" + }, + { + "id": "f01ea898-f99f-4c73-a997-156f44226a4c", + "image_path": "images/4.png", + "question": "Give me the mask of the two airplanes.", + "mask_path": "masks/4.png" + }, + { + "id": "1cc7b10d-60bd-447e-af8b-798d6e5894d3", + "image_path": "images/5.png", + "question": "Give me the mask of the middle airplane.", + "mask_path": "masks/5.png" + }, + { + "id": "9b06f789-0dd5-42bf-a8a5-72ceee05620d", + "image_path": "images/6.png", + "question": "Give me the mask of the airplane at the bottom right.", + "mask_path": "masks/6.png" + }, + { + "id": "e8abd25f-2d1d-4877-8dd8-96d8e42cda72", + "image_path": "images/7.png", + "question": "Give me the mask of the smallest airplane.", + "mask_path": "masks/7.png" + }, + { + "id": "7fb4d5ea-d2e7-458f-8eb1-322537567617", + "image_path": "images/8.png", + "question": "Give me the mask of the airplane that faces differently from the others.", + "mask_path": "masks/8.png" + }, + { + "id": "41d199b3-a9e8-412c-af8b-f99148700f3c", + "image_path": "images/9.png", + "question": "Give me the mask of the airplane in the middle.", + "mask_path": "masks/9.png" + }, + { + "id": "0f28efde-a825-4c5e-96f1-740a90d9d48c", + "image_path": "images/10.png", + "question": "Give me the mask of the airplane on the left.", + "mask_path": "masks/10.png" + }, + { + "id": "9f270ef6-773c-4991-8787-d2bc28ceeb51", + "image_path": "images/11.png", + "question": "Give me the mask of the airplane at the bottom.", + "mask_path": "masks/11.png" + }, + { + "id": "d33a179a-f6ab-44e9-9063-c6b0b8d22771", + "image_path": "images/12.png", + "question": "Give me the mask of the airplane on the top.", + "mask_path": "masks/12.png" + }, + { + "id": "cc5e2a7e-cee5-49ce-9e57-b39e950148e7", + "image_path": "images/13.png", + "question": "Give me the mask of the two airplanes.", + "mask_path": "masks/13.png" + }, + { + "id": "37cab902-09b6-4bec-bb20-3856c7f6d382", + "image_path": "images/14.png", + "question": "Give me the mask of the airplane at the bottom left.", + "mask_path": "masks/14.png" + }, + { + "id": "339c639e-4bea-4809-8896-75c1d0af6bcd", + "image_path": "images/15.png", + "question": "Give me the mask of the airplane on the left.", + "mask_path": "masks/15.png" + }, + { + "id": "8d67efae-124c-4dd2-b47c-ee937ac57042", + "image_path": "images/16.png", + "question": "Give me the mask of the airplane on the top.", + "mask_path": "masks/16.png" + }, + { + "id": "4c1f7a18-5364-479e-8b1e-6ef274a9a7f8", + "image_path": "images/17.png", + "question": "Give me the mask of the two airplanes.", + "mask_path": "masks/17.png" + }, + { + "id": "f7b27bdb-ceda-4942-a732-b4218562fd0d", + "image_path": "images/18.png", + "question": "Give me the mask of the two airplanes.", + "mask_path": "masks/18.png" + }, + { + "id": "4dd9c4f5-bdaa-402a-919d-f049efe5cbeb", + "image_path": "images/19.png", + "question": "Give me the mask of the two airplanes at the bottom left.", + "mask_path": "masks/19.png" + }, + { + "id": "02d3ec59-1cf3-4fe7-b446-9099bcb203b8", + "image_path": "images/20.png", + "question": "Give me the mask of the airplane on the right.", + "mask_path": "masks/20.png" + }, + { + "id": "3843dd13-64db-40d2-a1ad-880a97a83fc6", + "image_path": "images/21.png", + "question": "Give me the mask of the airplane on the top.", + "mask_path": "masks/21.png" + }, + { + "id": "40dea70f-5ec4-4ad7-93d3-8db3c51b424a", + "image_path": "images/22.png", + "question": "Give me the mask of the airplane that faces left at the bottom of this image.", + "mask_path": "masks/22.png" + }, + { + "id": "d977b9e5-4c3d-474e-9443-b092d3ebe151", + "image_path": "images/23.png", + "question": "Give me the mask of the airplane at the bottom of this image.", + "mask_path": "masks/23.png" + }, + { + "id": "3c5354a3-35c9-455f-b526-c028fb79030d", + "image_path": "images/24.png", + "question": "Give me the mask of the airplane at the bottom.", + "mask_path": "masks/24.png" + }, + { + "id": "f9b049e8-60be-48c4-88f6-0b052f36f112", + "image_path": "images/25.png", + "question": "Give me the mask of the airplane at the center of this image.", + "mask_path": "masks/25.png" + }, + { + "id": "bfc2fc53-0023-4245-9bef-341f675834e6", + "image_path": "images/26.png", + "question": "Give me the mask of the airplane on the left.", + "mask_path": "masks/26.png" + }, + { + "id": "52835c5b-70a0-43b2-94ce-7a03ff275db2", + "image_path": "images/27.png", + "question": "Give me the mask of the two airplanes.", + "mask_path": "masks/27.png" + }, + { + "id": "c89624e7-3170-4295-884b-8960ed1a3d93", + "image_path": "images/28.png", + "question": "Give me the mask of the two smaller airplanes.", + "mask_path": "masks/28.png" + }, + { + "id": "f33d77d8-ce1c-4a4c-ba98-451bbaff7028", + "image_path": "images/29.png", + "question": "Give me the mask of the airplane on the top.", + "mask_path": "masks/29.png" + }, + { + "id": "eb517ed1-3ea7-4dd3-bb7a-aa8801814ef4", + "image_path": "images/30.png", + "question": "Give me the mask of the largest airplane.", + "mask_path": "masks/30.png" + }, + { + "id": "db737f1e-71aa-435c-b652-57092ab072fe", + "image_path": "images/31.png", + "question": "Give me the mask of the airplane at the bottom right.", + "mask_path": "masks/31.png" + }, + { + "id": "9b6c58ee-b1e5-44d7-b3aa-8d54958a110b", + "image_path": "images/32.png", + "question": "Give me the mask of the two airplanes.", + "mask_path": "masks/32.png" + }, + { + "id": "d420ecf8-39dc-45ee-8af5-b1bcbbd48dc3", + "image_path": "images/33.png", + "question": "Give me the mask of the two bridges in the image.", + "mask_path": "masks/33.png" + }, + { + "id": "b2e92416-cab3-4e04-82bc-38742b69ad1c", + "image_path": "images/34.png", + "question": "Give me the mask of the bridge in this image.", + "mask_path": "masks/34.png" + }, + { + "id": "ab0b21f4-e676-4125-9eae-2ca0db5aac29", + "image_path": "images/35.png", + "question": "Give me the mask of the tennis court at the top right of this image.", + "mask_path": "masks/35.png" + }, + { + "id": "bb44cb1f-3c35-4e76-9bdc-aec8726cf8b9", + "image_path": "images/36.png", + "question": "Give me the mask of the bridge at the bottom of this image.", + "mask_path": "masks/36.png" + }, + { + "id": "8fcd805a-beea-4e36-ac63-9bd726ef0308", + "image_path": "images/37.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/37.png" + }, + { + "id": "42177cbd-ce92-4b09-8c79-b7fe06a78b8f", + "image_path": "images/38.png", + "question": "Give me the mask of the three bridges in the image.", + "mask_path": "masks/38.png" + }, + { + "id": "82d9837b-3c30-4f98-91ed-626b15a2b228", + "image_path": "images/39.png", + "question": "Give me the mask of the ship in this image.", + "mask_path": "masks/39.png" + }, + { + "id": "30eeef06-505d-4f78-ab04-0b371624134b", + "image_path": "images/40.png", + "question": "Give me the mask of the two storage tanks in this image.", + "mask_path": "masks/40.png" + }, + { + "id": "3378c9cb-86b7-4ecc-bc13-e56ac8ac127a", + "image_path": "images/41.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/41.png" + }, + { + "id": "015bc612-ab1c-4d68-9a6e-c6813e1843f4", + "image_path": "images/42.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/42.png" + }, + { + "id": "95177f46-13e6-47d6-a470-f70224172ea8", + "image_path": "images/43.png", + "question": "Give me the mask of the three bridges in this image.", + "mask_path": "masks/43.png" + }, + { + "id": "402833a0-13c4-4117-b4d9-3f6a6a214d5f", + "image_path": "images/44.png", + "question": "Give me the mask of the three bridges in this image.", + "mask_path": "masks/44.png" + }, + { + "id": "84baa1cf-c246-48c0-90f7-8cdd7a7a6c7e", + "image_path": "images/45.png", + "question": "Give me the mask of the bridge at the bottom of this image.", + "mask_path": "masks/45.png" + }, + { + "id": "c5d8ca4e-e38b-4114-9b0c-1146fecad244", + "image_path": "images/46.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/46.png" + }, + { + "id": "0fab288e-031b-4d5d-b6eb-a93082ea153b", + "image_path": "images/47.png", + "question": "Give me the mask of all the bridges in this images.", + "mask_path": "masks/47.png" + }, + { + "id": "a2bbe6bc-1ae8-434d-893d-eaf87ed0ccaf", + "image_path": "images/48.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/48.png" + }, + { + "id": "88c5544a-60f3-40d0-9081-41a309b7d99d", + "image_path": "images/49.png", + "question": "Give me the mask of the bridge at the bottom left of this image.", + "mask_path": "masks/49.png" + }, + { + "id": "66d4b849-179f-44ba-bf67-90d658a8b6e1", + "image_path": "images/50.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/50.png" + }, + { + "id": "b9a4b988-a8bf-445d-b441-02f640e0675d", + "image_path": "images/51.png", + "question": "Give me the mask of the bridge at the bottom left of this image.", + "mask_path": "masks/51.png" + }, + { + "id": "4748c6fe-658e-4d82-b72e-e58f5c95f78b", + "image_path": "images/52.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/52.png" + }, + { + "id": "f0f25cbd-7bc3-4490-bf05-39e414279ba3", + "image_path": "images/53.png", + "question": "Give me the mask of the narrower bridge in this image.", + "mask_path": "masks/53.png" + }, + { + "id": "b1414fa8-d069-48c7-9bc4-200556492605", + "image_path": "images/54.png", + "question": "Give me the mask of all bridges in this image.", + "mask_path": "masks/54.png" + }, + { + "id": "a4fdbfa3-2209-4fb1-92a0-cba4c4f97d4b", + "image_path": "images/55.png", + "question": "Give me the mask of the bridge at the top left of this image.", + "mask_path": "masks/55.png" + }, + { + "id": "399d73b2-a02b-4eeb-bcfa-18c49e95ac6d", + "image_path": "images/56.png", + "question": "Give me the mask of the narrow bridge in this image.", + "mask_path": "masks/56.png" + }, + { + "id": "01a42962-cf9d-4e38-ab75-ca41cd861000", + "image_path": "images/57.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/57.png" + }, + { + "id": "1aa6125b-70a4-40bc-a3f9-5c2e6a84de1b", + "image_path": "images/58.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/58.png" + }, + { + "id": "cf5470da-1fa5-40a0-aef1-4b76c6e568b1", + "image_path": "images/59.png", + "question": "Give me the mask of all bridges in this image.", + "mask_path": "masks/59.png" + }, + { + "id": "83b3becc-2ccc-4f29-8a3c-b82848152599", + "image_path": "images/60.png", + "question": "Give me the mask of the upper two bridges in this image.", + "mask_path": "masks/60.png" + }, + { + "id": "e768d43d-e073-49d8-bbae-a5dd77981479", + "image_path": "images/61.png", + "question": "Give me the mask of the lower two bridges in this image.", + "mask_path": "masks/61.png" + }, + { + "id": "dc980ad8-9e60-41ac-8c5f-533b29878dde", + "image_path": "images/62.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/62.png" + }, + { + "id": "75608c05-f610-4bdf-8d48-4daad4214c0c", + "image_path": "images/63.png", + "question": "Give me the mask of the bridge on the left.", + "mask_path": "masks/63.png" + }, + { + "id": "a88660ad-6fa1-4434-9d27-e85664712881", + "image_path": "images/64.png", + "question": "Give me the mask of the bridge on the right.", + "mask_path": "masks/64.png" + }, + { + "id": "ee594c92-c5ee-4a91-9813-a65cbb52df46", + "image_path": "images/65.png", + "question": "Give me the mask of all three bridges in this image.", + "mask_path": "masks/65.png" + }, + { + "id": "16f72674-faa7-489a-9a09-d8be0148d0ba", + "image_path": "images/66.png", + "question": "Give me the mask of the bridge in the middle.", + "mask_path": "masks/66.png" + }, + { + "id": "767dc01f-55eb-4596-b460-4b94eb6ed2bc", + "image_path": "images/67.png", + "question": "Give me the mask of the bridge at the top right of this image.", + "mask_path": "masks/67.png" + }, + { + "id": "83663709-788b-4521-9dca-89bd1f242dfe", + "image_path": "images/68.png", + "question": "Give me the mask of the left bridge in this image.", + "mask_path": "masks/68.png" + }, + { + "id": "ee88ce79-d7b5-4e06-b47b-73f59ac04949", + "image_path": "images/69.png", + "question": "Give me the mask of all bridges in this image.", + "mask_path": "masks/69.png" + }, + { + "id": "e4d7b2ad-6c52-4c30-96ee-d8167b494526", + "image_path": "images/70.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/70.png" + }, + { + "id": "87706e31-a18e-4b50-a33e-a568c306aa66", + "image_path": "images/71.png", + "question": "Give me the mask of the bridge at the left of this image.", + "mask_path": "masks/71.png" + }, + { + "id": "098e0f3b-2e33-43a2-8fd5-ccd1314b9211", + "image_path": "images/72.png", + "question": "Give me the mask of the bridge on the right.", + "mask_path": "masks/72.png" + }, + { + "id": "ae11a79a-f24e-4c5b-ad39-a4b88fac667a", + "image_path": "images/73.png", + "question": "Give me the mask of the bridge at the top left of this image.", + "mask_path": "masks/73.png" + }, + { + "id": "5ce687db-81ec-47b4-bcb7-6f02dddd4bbb", + "image_path": "images/74.png", + "question": "Give me the mask of the two tennis courts in this image.", + "mask_path": "masks/74.png" + }, + { + "id": "07c3bb89-1ec1-41db-918a-58d30c212b12", + "image_path": "images/75.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/75.png" + }, + { + "id": "1b812b0c-2937-4fa7-a8f4-1a681652b105", + "image_path": "images/76.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/76.png" + }, + { + "id": "024ea309-0c5d-4cb4-9122-06dc0fc5a5ab", + "image_path": "images/77.png", + "question": "Give me the mask of the bridge in this image.", + "mask_path": "masks/77.png" + }, + { + "id": "f22fc1c0-50fb-4b5c-bae7-9af7dcf3dc8c", + "image_path": "images/78.png", + "question": "Give me the mask of the ship in this image.", + "mask_path": "masks/78.png" + }, + { + "id": "f470f0de-3c0f-4c00-b979-8fb279e77f8a", + "image_path": "images/79.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/79.png" + }, + { + "id": "c9828c5f-a601-40d0-bad7-07ab1f39e417", + "image_path": "images/80.png", + "question": "Give me the mask of the bridge in this image.", + "mask_path": "masks/80.png" + }, + { + "id": "40e33331-25dc-45fc-9eb7-98115ce70559", + "image_path": "images/81.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/81.png" + }, + { + "id": "76bec05a-6f90-4c71-9758-b37f336776ef", + "image_path": "images/82.png", + "question": "Give me the mask of the harbor in this image.", + "mask_path": "masks/82.png" + }, + { + "id": "1e94a5c8-a18f-4964-bac7-79180c9e1695", + "image_path": "images/83.png", + "question": "Give me the mask of the narrower bridge in this image.", + "mask_path": "masks/83.png" + }, + { + "id": "2b78c2ba-960b-4894-8e4c-ba31271fc767", + "image_path": "images/84.png", + "question": "Give me the mask of the wider bridge in this image.", + "mask_path": "masks/84.png" + }, + { + "id": "fb373129-2181-4e99-951a-84a20ff5c803", + "image_path": "images/85.png", + "question": "Give me the mask of all three bridges in this image.", + "mask_path": "masks/85.png" + }, + { + "id": "4b846376-3444-40e3-adf4-8b511768d7c4", + "image_path": "images/86.png", + "question": "Give me the mask of the widest bridge in this image.", + "mask_path": "masks/86.png" + }, + { + "id": "d8087103-ce09-448e-a73c-c71afc2cd892", + "image_path": "images/87.png", + "question": "Give me the mask of the narrowest bridge in this image.", + "mask_path": "masks/87.png" + }, + { + "id": "4e3e3034-9c3f-40ee-a0bc-89a8fd26c515", + "image_path": "images/88.png", + "question": "Give me the mask of the bridge at the bottom.", + "mask_path": "masks/88.png" + }, + { + "id": "e59201e5-d663-454c-a7ae-112a46d319c7", + "image_path": "images/89.png", + "question": "Give me the mask of the narrow bridge at the top right of this image.", + "mask_path": "masks/89.png" + }, + { + "id": "3cc375f9-d2ce-40ac-8a37-38272ee9e147", + "image_path": "images/90.png", + "question": "Give me the mask of all bridges in this image.", + "mask_path": "masks/90.png" + }, + { + "id": "2cb4b8c6-0d9c-4492-a159-87f46cb02edb", + "image_path": "images/91.png", + "question": "Give me the mask of the widest bridge in this image.", + "mask_path": "masks/91.png" + }, + { + "id": "c60f2229-9e48-4bc4-b575-ca794227d505", + "image_path": "images/92.png", + "question": "Give me the mask of all three bridges in this image.", + "mask_path": "masks/92.png" + }, + { + "id": "e01ed26e-4ca8-4699-a8e2-8077bab558ce", + "image_path": "images/93.png", + "question": "Give me the mask of the widest bridge in this image.", + "mask_path": "masks/93.png" + }, + { + "id": "6ad7ebf0-ab8c-4fac-8c21-3acba5dad7a9", + "image_path": "images/94.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/94.png" + }, + { + "id": "2c538adb-f6a7-47fc-89f8-78d38f73c99b", + "image_path": "images/95.png", + "question": "Give me the mask of the bridge on the top.", + "mask_path": "masks/95.png" + }, + { + "id": "49e5dc4d-558f-42b0-a5a4-6f585f2f061d", + "image_path": "images/96.png", + "question": "Give me the mask of the narrower bridge in this image.", + "mask_path": "masks/96.png" + }, + { + "id": "ce0e835c-9886-49bb-95ad-cab4de19bf09", + "image_path": "images/97.png", + "question": "Give me the mask of the bridge at the bottom.", + "mask_path": "masks/97.png" + }, + { + "id": "d7672439-d32c-4229-95fd-5ea81775a786", + "image_path": "images/98.png", + "question": "Give me the mask of the three ships in this image.", + "mask_path": "masks/98.png" + }, + { + "id": "9016bdee-077f-484d-92e2-f915e57a6ff6", + "image_path": "images/99.png", + "question": "Give me the mask of the middle ship.", + "mask_path": "masks/99.png" + }, + { + "id": "237f999a-8aa4-4f27-bfb9-1b9db7e8497f", + "image_path": "images/100.png", + "question": "Give me the mask of the wider bridge in this image.", + "mask_path": "masks/100.png" + }, + { + "id": "6f070aa9-e4e7-4ec9-9964-7ed486d85565", + "image_path": "images/101.png", + "question": "Give me the mask of the narrower bridge in this image.", + "mask_path": "masks/101.png" + }, + { + "id": "cae626c1-5c57-45d2-b72d-e6dda58387f3", + "image_path": "images/102.png", + "question": "Give me the mask of the bridge at the top left of this image.", + "mask_path": "masks/102.png" + }, + { + "id": "fccb7de1-659d-40cc-84b6-65a6f2163279", + "image_path": "images/103.png", + "question": "Give me the mask of the wider bridge in this image.", + "mask_path": "masks/103.png" + }, + { + "id": "3d8f7ae0-7197-4d00-a34a-8e76f094d687", + "image_path": "images/104.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/104.png" + }, + { + "id": "c7621d95-c8c1-44f9-9510-3bb0e737bea7", + "image_path": "images/105.png", + "question": "Give me the mask of the bridge at the bottom of this image.", + "mask_path": "masks/105.png" + }, + { + "id": "787174a3-716c-484e-a48a-3e273c74c6cf", + "image_path": "images/106.png", + "question": "Give me the mask of the narrower bridge in this image.", + "mask_path": "masks/106.png" + }, + { + "id": "1d9cca99-4128-4dbf-b4e0-85b04c64e48b", + "image_path": "images/107.png", + "question": "Give me the mask of the bridge in this image.", + "mask_path": "masks/107.png" + }, + { + "id": "8a680968-623f-48fd-84c6-12be22a2ad4a", + "image_path": "images/108.png", + "question": "Give me the mask of all the ships in this image.", + "mask_path": "masks/108.png" + }, + { + "id": "6daf62a9-b0ee-4122-bf05-6260727a7b02", + "image_path": "images/109.png", + "question": "Give me the mask of the bridge in this image.", + "mask_path": "masks/109.png" + }, + { + "id": "511f715f-c0d7-4260-982c-7d21686a56b1", + "image_path": "images/110.png", + "question": "Give me the mask of the two basketball courts in this image.", + "mask_path": "masks/110.png" + }, + { + "id": "81ca7355-f4ca-40fc-a939-84c57ac0bf08", + "image_path": "images/111.png", + "question": "Give me the mask of the two bridges in this image.", + "mask_path": "masks/111.png" + }, + { + "id": "4d615e6a-66b5-4422-83cf-f4d921b059d4", + "image_path": "images/112.png", + "question": "Give me the mask of the bridge at the top.", + "mask_path": "masks/112.png" + }, + { + "id": "23963db8-42d0-46f9-bc7f-9c1da54e86d1", + "image_path": "images/113.png", + "question": "Give me the mask of the two bridges in the middle.", + "mask_path": "masks/113.png" + }, + { + "id": "b25567d0-d556-4284-96ed-34acba7dcf4d", + "image_path": "images/114.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/114.png" + }, + { + "id": "8233ff8a-a967-4243-8ed8-79904fe5f9c9", + "image_path": "images/115.png", + "question": "Give me the mask of all the basketball courts in this image.", + "mask_path": "masks/115.png" + }, + { + "id": "1171e18c-26df-4524-bd06-53baa92a9d4a", + "image_path": "images/116.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/116.png" + }, + { + "id": "a1bb0424-f224-419d-b039-d54762d621a1", + "image_path": "images/117.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/117.png" + }, + { + "id": "b53411df-48d9-48b7-8b61-25f8392fb6f8", + "image_path": "images/118.png", + "question": "Give me the mask of the two tennis courts in this image.", + "mask_path": "masks/118.png" + }, + { + "id": "c2f1ec4c-c9e1-4b31-98f8-5caa27149181", + "image_path": "images/119.png", + "question": "Give me the mask of the two roundabouts in this image.", + "mask_path": "masks/119.png" + }, + { + "id": "ea52679f-969c-4c3f-835d-07d39bf779dd", + "image_path": "images/120.png", + "question": "Give me the mask of the left roundabout in this image.", + "mask_path": "masks/120.png" + }, + { + "id": "df8ef879-2b50-425a-9f08-4032adcf5096", + "image_path": "images/121.png", + "question": "Give me the mask of the roundabout at the bottom right of this image.", + "mask_path": "masks/121.png" + }, + { + "id": "4bbab4a9-7c67-486a-808f-7b95176c53b3", + "image_path": "images/122.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/122.png" + }, + { + "id": "1b6e4e1d-9403-4164-a9cf-2c2f6ce3253b", + "image_path": "images/123.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/123.png" + }, + { + "id": "b3135f0f-5f64-40ba-b8bb-3607ba9c4fff", + "image_path": "images/124.png", + "question": "Give me the mask of the two roundabouts in this image.", + "mask_path": "masks/124.png" + }, + { + "id": "1ffbd0af-cbf5-412f-8fed-2c9ff33561f3", + "image_path": "images/125.png", + "question": "Segment the top roundabout shown in this image.", + "mask_path": "masks/125.png" + }, + { + "id": "92d53d3c-95c7-4c80-8cd1-ee3ebe3a66f3", + "image_path": "images/126.png", + "question": "Give me the mask of the bigger roundabout in this image.", + "mask_path": "masks/126.png" + }, + { + "id": "8b3415ab-7393-4b28-819d-aaa9c0cd62bf", + "image_path": "images/127.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/127.png" + }, + { + "id": "da31f759-9296-4162-b7bc-b561558c7f0b", + "image_path": "images/128.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/128.png" + }, + { + "id": "dc909d64-2702-44b6-bece-6f0b2b08ec25", + "image_path": "images/129.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/129.png" + }, + { + "id": "526c78cd-7155-465e-9df1-045fae6a6286", + "image_path": "images/130.png", + "question": "Give me the mask of the two tennis courts in this image.", + "mask_path": "masks/130.png" + }, + { + "id": "72cc6b81-8901-4d70-871a-63dbcf494b81", + "image_path": "images/131.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/131.png" + }, + { + "id": "a8283e7d-b332-4989-ad72-0b7be2d938db", + "image_path": "images/132.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/132.png" + }, + { + "id": "c780abba-6ca3-4c74-98d8-a845af747b53", + "image_path": "images/133.png", + "question": "Give me the mask of the storage tank in this image.", + "mask_path": "masks/133.png" + }, + { + "id": "401a6c7c-0be0-4c76-8fa0-c7c3e7bc74f9", + "image_path": "images/134.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/134.png" + }, + { + "id": "e0f75a74-4ebf-4c0f-ae5a-a5149c6e548a", + "image_path": "images/135.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/135.png" + }, + { + "id": "14108d28-87f6-4e3f-8c14-344946313a6d", + "image_path": "images/136.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/136.png" + }, + { + "id": "aea4c33f-024e-4ca0-bdbb-46bd95d1f5cb", + "image_path": "images/137.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/137.png" + }, + { + "id": "30243067-0aab-4993-bc33-81f74707804b", + "image_path": "images/138.png", + "question": "Give me the mask of the roundabouts in this image.", + "mask_path": "masks/138.png" + }, + { + "id": "9dfa1b15-a562-4a8a-89c9-e0f2d7aaaaa6", + "image_path": "images/139.png", + "question": "Give me the mask of the roundabout at the center of this image.", + "mask_path": "masks/139.png" + }, + { + "id": "aff1b762-2126-466e-8e67-93d93a455497", + "image_path": "images/140.png", + "question": "Give me the mask of the two roundabouts in this image.", + "mask_path": "masks/140.png" + }, + { + "id": "535d2534-2cdb-40bd-b0e9-2218bc717ca8", + "image_path": "images/141.png", + "question": "Give me the mask of the two roundabouts in this image.", + "mask_path": "masks/141.png" + }, + { + "id": "5967f6c3-2176-42a5-8867-ae44f350709e", + "image_path": "images/142.png", + "question": "Give me the mask of the right roundabout in this image.", + "mask_path": "masks/142.png" + }, + { + "id": "43ddfb7a-8fbf-4d21-a25a-671adfd17df7", + "image_path": "images/143.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/143.png" + }, + { + "id": "a596b44e-a9f6-4761-a536-76614a91d7cc", + "image_path": "images/144.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/144.png" + }, + { + "id": "9000cfc9-4123-41f7-b46f-5cc290158615", + "image_path": "images/145.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/145.png" + }, + { + "id": "a6a6c723-4479-415e-a46c-e34f1eaeb4ab", + "image_path": "images/146.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/146.png" + }, + { + "id": "7e8303f7-97f4-471a-84af-1766db6fb5fb", + "image_path": "images/147.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/147.png" + }, + { + "id": "391a3534-8cdd-462b-b892-b5922e5b8b9c", + "image_path": "images/148.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/148.png" + }, + { + "id": "eddfde21-e728-4669-b8fa-a639c06947e7", + "image_path": "images/149.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/149.png" + }, + { + "id": "20add876-9e71-47b0-8e10-d213f9a6c595", + "image_path": "images/150.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/150.png" + }, + { + "id": "629b41d4-ffa4-4dc6-85b6-18cb0ce15256", + "image_path": "images/151.png", + "question": "Give me the mask of the left roundabout in this image.", + "mask_path": "masks/151.png" + }, + { + "id": "2408c3ec-19ca-487f-a1ae-ec013412759b", + "image_path": "images/152.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/152.png" + }, + { + "id": "1a59a52b-70e0-47e5-9c54-572d0a37725e", + "image_path": "images/153.png", + "question": "Give me the mask of the two tennis courts in this image.", + "mask_path": "masks/153.png" + }, + { + "id": "6a7927dd-2c22-40db-b39c-c893a7170635", + "image_path": "images/154.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/154.png" + }, + { + "id": "65826d6c-3c62-43fd-81c9-93d4f6a7ebbc", + "image_path": "images/155.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/155.png" + }, + { + "id": "7c818eb7-277a-47b6-b9a1-570994e3a114", + "image_path": "images/156.png", + "question": "Give me the mask of the ship at the left of this image.", + "mask_path": "masks/156.png" + }, + { + "id": "446ebd8e-5dd2-43ee-8054-ca6660d35ea8", + "image_path": "images/157.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/157.png" + }, + { + "id": "ff6afece-2fc1-4d56-b172-fbdebc915986", + "image_path": "images/158.png", + "question": "Give me the mask of all seven ships in this image.", + "mask_path": "masks/158.png" + }, + { + "id": "8cf4c605-eb7a-4441-bb9b-0e522b3fbeb5", + "image_path": "images/159.png", + "question": "Give me the mask of the left three ships in this image.", + "mask_path": "masks/159.png" + }, + { + "id": "8daff1d9-ef2e-497a-8488-3a0626faa8ef", + "image_path": "images/160.png", + "question": "Give me the mask of the ship at the bottom right of this image.", + "mask_path": "masks/160.png" + }, + { + "id": "3288ea2a-350f-477a-aa54-80e8ea687104", + "image_path": "images/161.png", + "question": "Give me the mask of the left ship in this image.", + "mask_path": "masks/161.png" + }, + { + "id": "b11af552-e551-4cd4-8ddc-e421b9695ab7", + "image_path": "images/162.png", + "question": "Give me the mask of the four ships in this image.", + "mask_path": "masks/162.png" + }, + { + "id": "485e8269-d15f-469f-b7e0-92462f44c8c8", + "image_path": "images/163.png", + "question": "Give me the mask of the largest ship in this image.", + "mask_path": "masks/163.png" + }, + { + "id": "76f61296-3547-45e2-a533-abe7d7da7098", + "image_path": "images/164.png", + "question": "Give me the mask of the smallest ship in this image.", + "mask_path": "masks/164.png" + }, + { + "id": "d67cc031-245f-477a-b80e-5cf316f23fea", + "image_path": "images/165.png", + "question": "Give me the mask of the smallest ship in this image.", + "mask_path": "masks/165.png" + }, + { + "id": "be270bb0-744f-47c1-bb3d-0fd56f01b7a0", + "image_path": "images/166.png", + "question": "Give me the mask of the largest ship in this image.", + "mask_path": "masks/166.png" + }, + { + "id": "eb530cf3-e894-4414-8ee1-369f023182d7", + "image_path": "images/167.png", + "question": "Give me the mask of the two ships at the top left of this image.", + "mask_path": "masks/167.png" + }, + { + "id": "6d7accdb-160a-4629-94ce-d2dec4bf3316", + "image_path": "images/168.png", + "question": "Give me the mask of the three ships in this image.", + "mask_path": "masks/168.png" + }, + { + "id": "32645541-0740-4c35-b06c-e774fa2f28aa", + "image_path": "images/169.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/169.png" + }, + { + "id": "ea4f3743-9ef7-4246-8bd7-d99ab6c1fbcb", + "image_path": "images/170.png", + "question": "Give me the mask of the top ship in this image.", + "mask_path": "masks/170.png" + }, + { + "id": "5b579ab4-8747-4989-b998-6655d13dbd28", + "image_path": "images/171.png", + "question": "Give me the mask of the largest ship in this image.", + "mask_path": "masks/171.png" + }, + { + "id": "53d188c8-0f44-4aea-aa58-63ba962e0d3e", + "image_path": "images/172.png", + "question": "Give me the mask of the two smaller ships in this image.", + "mask_path": "masks/172.png" + }, + { + "id": "23adab5a-b3a8-4cec-b8da-06c9d2268d4c", + "image_path": "images/173.png", + "question": "Give me the mask of the ship at the bottom right of this image.", + "mask_path": "masks/173.png" + }, + { + "id": "9a1886ee-b67d-4a00-938a-2705cce28ffa", + "image_path": "images/174.png", + "question": "Give me the mask of the left ship in this image.", + "mask_path": "masks/174.png" + }, + { + "id": "f661602e-9bfe-4182-a56e-6ed58d1871d5", + "image_path": "images/175.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/175.png" + }, + { + "id": "d97c72a7-7fa2-4d1c-9d0f-1c17eb74345f", + "image_path": "images/176.png", + "question": "Give me the mask of the largest ship in this image.", + "mask_path": "masks/176.png" + }, + { + "id": "f019c671-6184-47af-953e-ed22c20776df", + "image_path": "images/177.png", + "question": "Give me the mask of the smallest ship in this image.", + "mask_path": "masks/177.png" + }, + { + "id": "9025d169-d2cf-4166-9b2b-d8ebd97c1366", + "image_path": "images/178.png", + "question": "Give me the mask of the largest ship in this image.", + "mask_path": "masks/178.png" + }, + { + "id": "052cbe50-6cad-49e8-8961-dd09c719daed", + "image_path": "images/179.png", + "question": "Give me the mask of the ship at the top left of this image.", + "mask_path": "masks/179.png" + }, + { + "id": "24524c08-9e39-402a-87fe-8830e636280b", + "image_path": "images/180.png", + "question": "Give me the mask of the two ships next to each other in this image.", + "mask_path": "masks/180.png" + }, + { + "id": "99e30c10-71c2-460e-bb92-0d5bee860482", + "image_path": "images/181.png", + "question": "Give me the mask of the three ships next to each other in this image.", + "mask_path": "masks/181.png" + }, + { + "id": "a05033a9-0fd2-43c5-b0a5-304e22c87c55", + "image_path": "images/182.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/182.png" + }, + { + "id": "bbc28bfe-8c03-4a45-b1d8-616c30ad8a99", + "image_path": "images/183.png", + "question": "Give me the mask of the left ship in this image.", + "mask_path": "masks/183.png" + }, + { + "id": "d92493e6-5a0d-4fbf-bd33-49df21c4b6b4", + "image_path": "images/184.png", + "question": "Give me the mask of the right ship in this image.", + "mask_path": "masks/184.png" + }, + { + "id": "2341cb1d-98a6-48e4-bbb3-e6faf846174b", + "image_path": "images/185.png", + "question": "Give me the mask of the larger ship in this image.", + "mask_path": "masks/185.png" + }, + { + "id": "6b36be26-f50e-4db4-81dc-ec1bb9378596", + "image_path": "images/186.png", + "question": "Give me the mask of the smaller ship in this image.", + "mask_path": "masks/186.png" + }, + { + "id": "1eab7a65-288f-4c24-b405-2744bdddf3e3", + "image_path": "images/187.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/187.png" + }, + { + "id": "3c3d70e8-854e-40c9-8c60-c0e0ddd487f1", + "image_path": "images/188.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/188.png" + }, + { + "id": "c3214c97-6576-4b6b-b86e-baee10779e73", + "image_path": "images/189.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/189.png" + }, + { + "id": "92e59687-4e20-46eb-92db-7a8c82a7bb89", + "image_path": "images/190.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/190.png" + }, + { + "id": "c16ad44f-8888-447d-aaf8-da77d85082d4", + "image_path": "images/191.png", + "question": "Give me the mask of the ship at the top left of this image.", + "mask_path": "masks/191.png" + }, + { + "id": "a241ebc1-2f66-4b7a-a080-e13becfa39d2", + "image_path": "images/192.png", + "question": "Give me the mask of the ship at the bottom right of this image.", + "mask_path": "masks/192.png" + }, + { + "id": "a04dc158-6d8a-440d-a4a3-b734a923e887", + "image_path": "images/193.png", + "question": "Give me the mask of the two ships next to each other in this image.", + "mask_path": "masks/193.png" + }, + { + "id": "e4e5aa9f-2187-413e-a77a-c4ed6afcd941", + "image_path": "images/194.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/194.png" + }, + { + "id": "7f96f7e7-646b-426f-8183-0d958b34bfbb", + "image_path": "images/195.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/195.png" + }, + { + "id": "d37c2386-04fe-4576-a5c7-27b3ccdfca0f", + "image_path": "images/196.png", + "question": "Give me the mask of the three ships in this image.", + "mask_path": "masks/196.png" + }, + { + "id": "36636292-c220-4fd0-ab88-305ffeeeec23", + "image_path": "images/197.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/197.png" + }, + { + "id": "368f70b6-911c-414b-bac1-c7beb55ed6ce", + "image_path": "images/198.png", + "question": "Give me the mask of the bottom ship in this image.", + "mask_path": "masks/198.png" + }, + { + "id": "d536edee-cbb7-479d-989f-3a121d9535c9", + "image_path": "images/199.png", + "question": "Give me the mask of the three ships in this image.", + "mask_path": "masks/199.png" + }, + { + "id": "7808bd89-562c-4962-9efb-6abffd79fa61", + "image_path": "images/200.png", + "question": "Give me the mask of all ships in this image.", + "mask_path": "masks/200.png" + }, + { + "id": "8f2793f8-10fb-4e65-9307-adf8506e5e2d", + "image_path": "images/201.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/201.png" + }, + { + "id": "e19dd302-229c-4b02-a714-bc193d0c93c9", + "image_path": "images/202.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/202.png" + }, + { + "id": "2c5702d8-b976-4fc7-a225-b80aa43ad2f7", + "image_path": "images/203.png", + "question": "Give me the mask of the ship parked alone in this image.", + "mask_path": "masks/203.png" + }, + { + "id": "5ab0563f-03eb-4bfd-b08d-f24851a3cf48", + "image_path": "images/204.png", + "question": "Give me the mask of the two ships next to each other in this image.", + "mask_path": "masks/204.png" + }, + { + "id": "a2fde39d-76de-4695-a101-52a58fa52893", + "image_path": "images/205.png", + "question": "Give me the mask of the three ships next to each other in this image.", + "mask_path": "masks/205.png" + }, + { + "id": "132003c3-4d5b-4caa-a975-cebc02b96c09", + "image_path": "images/206.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/206.png" + }, + { + "id": "1ca496f9-9102-4604-8481-1b005780e69a", + "image_path": "images/207.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/207.png" + }, + { + "id": "4eb98db0-81f4-4485-9c84-0d77ac4a18d6", + "image_path": "images/208.png", + "question": "Give me the mask of the ship at the top left of this image.", + "mask_path": "masks/208.png" + }, + { + "id": "50e7e6a6-b012-4106-b9df-2d8eb62a486c", + "image_path": "images/209.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/209.png" + }, + { + "id": "807956f2-d152-44fa-aebb-359a8ff2b644", + "image_path": "images/210.png", + "question": "Give me the mask of the two ships in this image.", + "mask_path": "masks/210.png" + }, + { + "id": "63de1f33-3ea3-43bd-92ba-2225c20ec80e", + "image_path": "images/211.png", + "question": "Give me the mask of the left two ships in this image.", + "mask_path": "masks/211.png" + }, + { + "id": "ed68185a-55a9-4936-af81-ea6c4bed4739", + "image_path": "images/212.png", + "question": "Give me the mask of the right two ships in this image.", + "mask_path": "masks/212.png" + }, + { + "id": "a92a1360-6a87-4c13-a962-660186731abc", + "image_path": "images/213.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/213.png" + }, + { + "id": "ba995592-a47b-4117-abaf-d61b746e89b5", + "image_path": "images/214.png", + "question": "Give me the mask of the larger ship in this image.", + "mask_path": "masks/214.png" + }, + { + "id": "79e8dbf9-7282-44a3-9297-affb8eaa4b17", + "image_path": "images/215.png", + "question": "Give me the mask of the smaller ship in this image.", + "mask_path": "masks/215.png" + }, + { + "id": "5b754313-db02-41e9-b67c-7acc94122549", + "image_path": "images/216.png", + "question": "Give me the mask of the storage tank in this image.", + "mask_path": "masks/216.png" + }, + { + "id": "47237f96-12d3-4145-aec7-53d6cb7ec74d", + "image_path": "images/217.png", + "question": "Give me the mask of the ship in this image.", + "mask_path": "masks/217.png" + }, + { + "id": "b5f88d95-64e3-47e9-9ed0-6e76640543cf", + "image_path": "images/218.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/218.png" + }, + { + "id": "2bfff70d-f012-4906-90fe-6350c1a3c9d8", + "image_path": "images/219.png", + "question": "Give me the mask of the larger ship in this image.", + "mask_path": "masks/219.png" + }, + { + "id": "74c64b1c-f570-42b8-a776-66de42b2a10f", + "image_path": "images/220.png", + "question": "Give me the mask of the smaller ship in this image.", + "mask_path": "masks/220.png" + }, + { + "id": "04a91118-b23f-4b37-a2a3-be51ca7e888c", + "image_path": "images/221.png", + "question": "Give me the mask of the ships in this image.", + "mask_path": "masks/221.png" + }, + { + "id": "4a6ce549-e1a9-4e42-9505-a86e386d2e4c", + "image_path": "images/222.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/222.png" + }, + { + "id": "b40ac2c6-9ffb-481d-ba4d-370c4109eeb5", + "image_path": "images/223.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/223.png" + }, + { + "id": "2a05ab9f-8443-4dff-a265-ce10e2571cb7", + "image_path": "images/224.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/224.png" + }, + { + "id": "690fd16d-283e-4160-ba33-3ca9b557e166", + "image_path": "images/225.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/225.png" + }, + { + "id": "cb6ae0ff-75d1-4a77-bb7b-c2d887e4e870", + "image_path": "images/226.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/226.png" + }, + { + "id": "cf44d6ff-e22f-4fe1-8cb5-9ecd9a43272f", + "image_path": "images/227.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/227.png" + }, + { + "id": "73614858-c89b-4a8d-b65b-7b9972a4e703", + "image_path": "images/228.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/228.png" + }, + { + "id": "dcf352d7-2f96-4c17-a9bb-107c5446c2ed", + "image_path": "images/229.png", + "question": "Give me the mask of the ground track fields in this image.", + "mask_path": "masks/229.png" + }, + { + "id": "6225d270-abd2-43b5-909f-1f7aa3992fb2", + "image_path": "images/230.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/230.png" + }, + { + "id": "bd7b51c4-728d-42e6-b230-0b28861a0ae9", + "image_path": "images/231.png", + "question": "Give me the mask of the ground track fields in this image.", + "mask_path": "masks/231.png" + }, + { + "id": "4365c58e-4bde-44b0-ba1b-cac9a4ecde74", + "image_path": "images/232.png", + "question": "Give me the mask of the soccer ball fields in this image.", + "mask_path": "masks/232.png" + }, + { + "id": "88e48599-7dd1-4d5a-af8a-900eb3b2e470", + "image_path": "images/233.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/233.png" + }, + { + "id": "57a3562b-9338-44bb-9adf-8ecd2ed96496", + "image_path": "images/234.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/234.png" + }, + { + "id": "797f0ff3-a324-4487-bd41-44552a8847e7", + "image_path": "images/235.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/235.png" + }, + { + "id": "0a2fbdc5-ea6c-4c1b-9be9-c02ad696f03f", + "image_path": "images/236.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/236.png" + }, + { + "id": "9309569e-20a1-4545-8993-c73341b4507e", + "image_path": "images/237.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/237.png" + }, + { + "id": "28ee0627-c336-445d-a4cf-9b6210ef5438", + "image_path": "images/238.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/238.png" + }, + { + "id": "5b215482-e683-4e71-b3b3-16d0e48dac87", + "image_path": "images/239.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/239.png" + }, + { + "id": "010dc400-45a2-4639-a1ed-f260baf33b4a", + "image_path": "images/240.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/240.png" + }, + { + "id": "365f103c-a6e9-4162-a104-7f342b2510b6", + "image_path": "images/241.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/241.png" + }, + { + "id": "9281a6af-7ecc-45d7-91a9-a85b981cd084", + "image_path": "images/242.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/242.png" + }, + { + "id": "6203a249-b835-4cdd-86b0-acee0579f62d", + "image_path": "images/243.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/243.png" + }, + { + "id": "8582666f-4352-4dc5-886e-6bdd7b6420d9", + "image_path": "images/244.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/244.png" + }, + { + "id": "37bb478f-e4aa-4eeb-901e-99feb031c3dd", + "image_path": "images/245.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/245.png" + }, + { + "id": "b3c62934-7006-47cd-ac53-981483b2e8fb", + "image_path": "images/246.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/246.png" + }, + { + "id": "5b51f38d-e1fa-4c36-9852-a03263abc145", + "image_path": "images/247.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/247.png" + }, + { + "id": "3c4f1c0f-3a48-4e96-8002-3e8257409af2", + "image_path": "images/248.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/248.png" + }, + { + "id": "271f3296-9ddc-4976-ae74-def8835d87e0", + "image_path": "images/249.png", + "question": "Give me the mask of the soccer ball fields in this image.", + "mask_path": "masks/249.png" + }, + { + "id": "5a8212f0-515c-427e-a685-4b5e86a6dc1a", + "image_path": "images/250.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/250.png" + }, + { + "id": "28107706-c19a-4eff-b7de-d4454cda0aba", + "image_path": "images/251.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/251.png" + }, + { + "id": "1b4801a6-5c72-411c-95c3-aac7b4f49a3b", + "image_path": "images/252.png", + "question": "Give me the mask of the soccer ball fields in this image.", + "mask_path": "masks/252.png" + }, + { + "id": "7298fb17-3408-4d83-9c03-7dae9cb23fe2", + "image_path": "images/253.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/253.png" + }, + { + "id": "87a74de7-1f4f-4594-acc5-31a757ad9d97", + "image_path": "images/254.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/254.png" + }, + { + "id": "f1b00f87-babb-493c-9774-848aa1e43870", + "image_path": "images/255.png", + "question": "Give me the mask of the baseball diamond in this image.", + "mask_path": "masks/255.png" + }, + { + "id": "cb35ee09-25a8-453b-a144-0793e36ce81b", + "image_path": "images/256.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/256.png" + }, + { + "id": "198e792c-9fab-4906-a11e-84a8cb60626c", + "image_path": "images/257.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/257.png" + }, + { + "id": "171bacf2-2d79-4efd-b22f-5f2d0eb8539a", + "image_path": "images/258.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/258.png" + }, + { + "id": "90bc1c80-1d34-4245-84aa-69f250de776a", + "image_path": "images/259.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/259.png" + }, + { + "id": "b4946515-b2b6-4b65-b1f1-dacd5c1e52a2", + "image_path": "images/260.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/260.png" + }, + { + "id": "de61ac0c-3304-424a-9a1a-6f20781a7e9a", + "image_path": "images/261.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/261.png" + }, + { + "id": "b4a0f7a8-8482-4b99-ab46-fb721b04ea62", + "image_path": "images/262.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/262.png" + }, + { + "id": "d0f78b8e-a0fb-46a6-87ca-4aebb4eaae1b", + "image_path": "images/263.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/263.png" + }, + { + "id": "57203f61-19df-419e-8eb9-12aca1701c0a", + "image_path": "images/264.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/264.png" + }, + { + "id": "f6866a90-a824-43d4-99f5-ac6c1fceaff5", + "image_path": "images/265.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/265.png" + }, + { + "id": "90e74cc7-3983-43f1-b644-4b18441afccd", + "image_path": "images/266.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/266.png" + }, + { + "id": "5eabea60-9571-4a14-8964-9153e90572bc", + "image_path": "images/267.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/267.png" + }, + { + "id": "f340b66d-cd57-449a-999b-26e88c319e80", + "image_path": "images/268.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/268.png" + }, + { + "id": "dcd35922-b26d-4215-9487-585916e96a5b", + "image_path": "images/269.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/269.png" + }, + { + "id": "e33319aa-d828-40ea-ac17-4113a7818042", + "image_path": "images/270.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/270.png" + }, + { + "id": "a11fc240-3c15-4862-8138-9f0bc1ced606", + "image_path": "images/271.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/271.png" + }, + { + "id": "c1ddc6cf-dc96-422e-b07b-5982011cb3e2", + "image_path": "images/272.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/272.png" + }, + { + "id": "9d18bd01-752e-4fec-837c-9ab7c162e0ea", + "image_path": "images/273.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/273.png" + }, + { + "id": "466cd7e5-de18-42d3-b1d5-660db4d0c725", + "image_path": "images/274.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/274.png" + }, + { + "id": "4049a076-4135-4786-a1e4-f7ecb4a7b8c5", + "image_path": "images/275.png", + "question": "Give me the mask of the soccer ball fields in this image.", + "mask_path": "masks/275.png" + }, + { + "id": "b749a584-8582-435b-b51b-f77ded749e1e", + "image_path": "images/276.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/276.png" + }, + { + "id": "a9df80de-c3a1-4b77-8405-3bc110d9e0bf", + "image_path": "images/277.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/277.png" + }, + { + "id": "5fc89702-48a5-4e11-be91-dccc47c6a79c", + "image_path": "images/278.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/278.png" + }, + { + "id": "8c2d8449-2ac8-4f1a-89bd-f99f1ec659be", + "image_path": "images/279.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/279.png" + }, + { + "id": "745866fc-f324-4b84-b05e-ff7ddc403dcb", + "image_path": "images/280.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/280.png" + }, + { + "id": "a3949e95-b2c9-4406-b824-6ddeae3fed37", + "image_path": "images/281.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/281.png" + }, + { + "id": "ed013d6f-dd51-4ac4-8de7-5765cc6784a5", + "image_path": "images/282.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/282.png" + }, + { + "id": "aed6b4da-883a-4503-9c57-b193f0560ca7", + "image_path": "images/283.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/283.png" + }, + { + "id": "ca175e35-cfb0-4594-a49a-60997ec833eb", + "image_path": "images/284.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/284.png" + }, + { + "id": "5fd11de4-f676-452d-83d1-0ceb9fd132b7", + "image_path": "images/285.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/285.png" + }, + { + "id": "09e39ba8-1561-4021-bb43-bb400bf4dcbb", + "image_path": "images/286.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/286.png" + }, + { + "id": "9fa17c58-06c1-4c5b-a43b-e4b847ff0e71", + "image_path": "images/287.png", + "question": "Give me the mask of the roundabout at the bottom right of this image.", + "mask_path": "masks/287.png" + }, + { + "id": "9e467a9f-9f81-4268-8f5d-fb5535b797cf", + "image_path": "images/288.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/288.png" + }, + { + "id": "9baf97f6-602d-4155-a031-8dccbed91072", + "image_path": "images/289.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/289.png" + }, + { + "id": "781e24a9-b784-46e6-a58d-13c288e5535f", + "image_path": "images/290.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/290.png" + }, + { + "id": "8b134e0d-58bd-4c21-b177-58c4704e3cfc", + "image_path": "images/291.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/291.png" + }, + { + "id": "f607f709-f236-43d1-8f32-b9f3b7269ee9", + "image_path": "images/292.png", + "question": "Give me the mask of the ground track fields in this image.", + "mask_path": "masks/292.png" + }, + { + "id": "5dc5268a-f804-4461-934b-fc935ab8e49b", + "image_path": "images/293.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/293.png" + }, + { + "id": "b420a6c8-7ea4-48cb-a5f8-628635b70f0b", + "image_path": "images/294.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/294.png" + }, + { + "id": "106321cd-45c2-4e09-a61b-a9af1c2487a6", + "image_path": "images/295.png", + "question": "Give me the mask of the soccer ball fields in this image.", + "mask_path": "masks/295.png" + }, + { + "id": "cd1f0aa6-f1b1-4113-aea8-ccd484fd14e0", + "image_path": "images/296.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/296.png" + }, + { + "id": "93c7f28a-1922-4417-8887-c76745fa441f", + "image_path": "images/297.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/297.png" + }, + { + "id": "307db7e1-777f-4e87-8d31-dad66263f8ff", + "image_path": "images/298.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/298.png" + }, + { + "id": "b0e1088d-69a0-48ce-80b1-6144c7cb312c", + "image_path": "images/299.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/299.png" + }, + { + "id": "75b0f024-d4eb-48a3-bb51-15d1669c9aab", + "image_path": "images/300.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/300.png" + }, + { + "id": "845d93d3-eb7e-48a6-91d7-107c14ae9480", + "image_path": "images/301.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/301.png" + }, + { + "id": "f46a25b7-cd2f-4009-ae03-e23e08ba3ff1", + "image_path": "images/302.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/302.png" + }, + { + "id": "e7dc1b17-03dc-4a52-9cbb-318b479b320f", + "image_path": "images/303.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/303.png" + }, + { + "id": "6fac8fa7-a3dd-49be-9cc6-a790bbd1fa31", + "image_path": "images/304.png", + "question": "Give me the mask of the ground track fields in this image.", + "mask_path": "masks/304.png" + }, + { + "id": "b6e3f114-2c18-48cf-993d-4f09016ecca3", + "image_path": "images/305.png", + "question": "Give me the mask of the bigger ground track field in this image.", + "mask_path": "masks/305.png" + }, + { + "id": "7ab8b7e0-fc0e-45d7-929c-6aee7832e2e7", + "image_path": "images/306.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/306.png" + }, + { + "id": "5cd39a7b-5e8f-418b-ac24-bedd13ddc887", + "image_path": "images/307.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/307.png" + }, + { + "id": "4c359803-1784-45ff-8997-3d94868ca43a", + "image_path": "images/308.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/308.png" + }, + { + "id": "fb190197-d991-42d2-b33a-0b42add60387", + "image_path": "images/309.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/309.png" + }, + { + "id": "85cfc0c4-6991-4695-a7c1-0ee75dfc1470", + "image_path": "images/310.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/310.png" + }, + { + "id": "81d986f9-23b9-4fcf-a82b-c6d3cfdcd170", + "image_path": "images/311.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/311.png" + }, + { + "id": "3956637c-ebf2-4159-b5eb-c0bdaf4ce4c4", + "image_path": "images/312.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/312.png" + }, + { + "id": "368fd3b1-9ba9-4e23-8b70-4bbef1572565", + "image_path": "images/313.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/313.png" + }, + { + "id": "81ad6ccb-5079-4090-b4bf-6ac3c989e94d", + "image_path": "images/314.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/314.png" + }, + { + "id": "9bbadedb-bdde-4db6-bb3c-50cffb447f19", + "image_path": "images/315.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/315.png" + }, + { + "id": "730f9a37-1c83-4c7f-a75f-8df95ab7d02f", + "image_path": "images/316.png", + "question": "Give me the mask of the left basketball court in this image.", + "mask_path": "masks/316.png" + }, + { + "id": "a6d34b00-4c78-4a04-b937-c6a659caeb01", + "image_path": "images/317.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/317.png" + }, + { + "id": "f3cead03-d592-44ed-bc9b-51cae0bc150e", + "image_path": "images/318.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/318.png" + }, + { + "id": "ee541d35-e0ce-4d89-a430-ca34c364256f", + "image_path": "images/319.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/319.png" + }, + { + "id": "6f1c7ce2-4c39-4128-b29e-8131576660d4", + "image_path": "images/320.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/320.png" + }, + { + "id": "0931f580-394f-4abb-bd0a-3b75144650a4", + "image_path": "images/321.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/321.png" + }, + { + "id": "1a4379e3-12ea-4d9b-8099-003aa49f3719", + "image_path": "images/322.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/322.png" + }, + { + "id": "916a10e9-f5c4-413a-a4ee-f82d6e115496", + "image_path": "images/323.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/323.png" + }, + { + "id": "597d1acc-610d-4ec1-a013-9f46bb2e1488", + "image_path": "images/324.png", + "question": "Give me the mask of the baseball diamond at the bottom left of this image.", + "mask_path": "masks/324.png" + }, + { + "id": "6898465f-2653-4694-acf9-996ecf9e699f", + "image_path": "images/325.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/325.png" + }, + { + "id": "3a4eba5c-ada4-4287-afd1-eac24c80fc09", + "image_path": "images/326.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/326.png" + }, + { + "id": "814a0049-42ce-4cba-8895-c3fe4a09fbc0", + "image_path": "images/327.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/327.png" + }, + { + "id": "153e062f-ab64-473a-aa22-75ac0c819466", + "image_path": "images/328.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/328.png" + }, + { + "id": "a44b4a4e-4f87-4ab7-bca0-2297f27e4dac", + "image_path": "images/329.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/329.png" + }, + { + "id": "eba99b36-ae68-431e-aedc-05a72c3c1863", + "image_path": "images/330.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/330.png" + }, + { + "id": "a3ec1e24-275e-4453-a03c-2b22495521ed", + "image_path": "images/331.png", + "question": "Give me the mask of the baseball diamond in this image.", + "mask_path": "masks/331.png" + }, + { + "id": "a17568e3-360a-4563-8bc1-6c00331ad6fc", + "image_path": "images/332.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/332.png" + }, + { + "id": "129743e7-f874-41cf-a6a9-5f08ff3868f0", + "image_path": "images/333.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/333.png" + }, + { + "id": "370556bd-1de1-4548-a5ea-6e0413997690", + "image_path": "images/334.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/334.png" + }, + { + "id": "a6865af7-bc57-4e91-8524-29d4a287c0e1", + "image_path": "images/335.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/335.png" + }, + { + "id": "003cb353-b813-4d89-835c-e9dc124fb41b", + "image_path": "images/336.png", + "question": "Give me the mask of the larger soccer ball field in this image.", + "mask_path": "masks/336.png" + }, + { + "id": "a605c8af-ad76-4b67-9ba0-48cf03605db5", + "image_path": "images/337.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/337.png" + }, + { + "id": "1780e49a-ad3c-42c6-aef2-c4ca6b070c57", + "image_path": "images/338.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/338.png" + }, + { + "id": "0b8ad989-0489-41a1-9a58-ca82ef2c68d8", + "image_path": "images/339.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/339.png" + }, + { + "id": "1b3158c3-0588-4a1d-bd67-ca0a888264a5", + "image_path": "images/340.png", + "question": "Give me the mask of the soccer ball field at the bottom left of this image.", + "mask_path": "masks/340.png" + }, + { + "id": "80594f9d-7ef0-4239-8d40-5274d5b6e0b0", + "image_path": "images/341.png", + "question": "Give me the mask of the top soccer ball field in this image.", + "mask_path": "masks/341.png" + }, + { + "id": "e379711c-e48e-473e-8adc-36ebf5d8d6c4", + "image_path": "images/342.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/342.png" + }, + { + "id": "5bda98cd-64d3-46e0-8119-b2e2ef7d3eab", + "image_path": "images/343.png", + "question": "Give me the mask of the right soccer ball field in this image.", + "mask_path": "masks/343.png" + }, + { + "id": "b0c8e9ad-08ff-48ea-8e78-6452c946f69d", + "image_path": "images/344.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/344.png" + }, + { + "id": "7488f220-9ecc-4581-a9b2-edb4d20f3317", + "image_path": "images/345.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/345.png" + }, + { + "id": "d073fd83-f2c9-43ca-ba6b-728ba10615a4", + "image_path": "images/346.png", + "question": "Give me the mask of the baseball diamond at the top of this image.", + "mask_path": "masks/346.png" + }, + { + "id": "22c67b9d-f7cc-4f60-b4f0-d1278ed77564", + "image_path": "images/347.png", + "question": "Give me the mask of the bottom baseball diamond in this image.", + "mask_path": "masks/347.png" + }, + { + "id": "00be1cd4-817f-48fb-bb96-0ce176a204a6", + "image_path": "images/348.png", + "question": "Give me the mask of the left baseball diamon in this image.", + "mask_path": "masks/348.png" + }, + { + "id": "da099e44-90be-490b-8388-c33d896ee8a4", + "image_path": "images/349.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/349.png" + }, + { + "id": "7aa3ee8c-8986-481c-9c9e-3b957599ed68", + "image_path": "images/350.png", + "question": "Give me the mask of the top baseball diamond in this image.", + "mask_path": "masks/350.png" + }, + { + "id": "b0c3cdf7-306f-4be2-aa3c-6599b3a9ef24", + "image_path": "images/351.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/351.png" + }, + { + "id": "ffea8308-764a-481b-81e0-bb35cddabe8d", + "image_path": "images/352.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/352.png" + }, + { + "id": "0db29fb6-e076-4182-971e-fb5f795fac9d", + "image_path": "images/353.png", + "question": "Give me the mask of the baseball diamond in this image.", + "mask_path": "masks/353.png" + }, + { + "id": "9297e96f-899c-4c16-9697-2b3d1d91069d", + "image_path": "images/354.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/354.png" + }, + { + "id": "6c65d0cf-970d-43e4-8a5b-190ae88444f1", + "image_path": "images/355.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/355.png" + }, + { + "id": "98a0f354-bd29-4d1b-839e-443808b34307", + "image_path": "images/356.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/356.png" + }, + { + "id": "3c4d7437-3107-46c8-a124-e879c92baafc", + "image_path": "images/357.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/357.png" + }, + { + "id": "3d7d8255-ac43-4964-ad36-0344248f4550", + "image_path": "images/358.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/358.png" + }, + { + "id": "260619bb-7544-4926-b8fc-d19fec2068e9", + "image_path": "images/359.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/359.png" + }, + { + "id": "a02f3301-ed8b-4f49-a7a1-e9de626bb439", + "image_path": "images/360.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/360.png" + }, + { + "id": "01accc2d-abaf-44d5-88fd-e28df0ca875d", + "image_path": "images/361.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/361.png" + }, + { + "id": "96d0cd10-0b46-4a39-9bd7-f9c7c29be814", + "image_path": "images/362.png", + "question": "Give me the mask of the storage tank in this image.", + "mask_path": "masks/362.png" + }, + { + "id": "f3e1985f-cb4b-4fd1-a32c-2e40e96ba94c", + "image_path": "images/363.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/363.png" + }, + { + "id": "1b586cf8-a4be-405b-92dc-668f4d5852bc", + "image_path": "images/364.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/364.png" + }, + { + "id": "9e8f488e-096d-4188-abc7-a08e831f3261", + "image_path": "images/365.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/365.png" + }, + { + "id": "d1988036-8e36-4a88-be27-f374a7ca9fb8", + "image_path": "images/366.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/366.png" + }, + { + "id": "644af4cb-910b-44c4-8cda-e742ab50fdff", + "image_path": "images/367.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/367.png" + }, + { + "id": "4650e584-2ffc-46de-a3b1-a0a115b7a79d", + "image_path": "images/368.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/368.png" + }, + { + "id": "65ee3085-1f79-499a-8002-034dd3cd07b5", + "image_path": "images/369.png", + "question": "Give me the mask of the soccer ball field in this image.", + "mask_path": "masks/369.png" + }, + { + "id": "7a9e78cd-bb92-47e8-bc49-5ff9ca98d9a4", + "image_path": "images/370.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/370.png" + }, + { + "id": "e25177f4-9deb-4c71-9f4f-1c3b2f4a06c8", + "image_path": "images/371.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/371.png" + }, + { + "id": "9abd6aeb-ace0-47d7-8c95-1f17165b3c8f", + "image_path": "images/372.png", + "question": "Give me the mask of the roundabout in this image.", + "mask_path": "masks/372.png" + }, + { + "id": "3e503b42-0e5b-40de-99a1-263887b354f2", + "image_path": "images/373.png", + "question": "Give me the mask of the soccer ball fields in this image.", + "mask_path": "masks/373.png" + }, + { + "id": "d5e7397a-0efa-43d2-86dc-32dfaf66aa04", + "image_path": "images/374.png", + "question": "Give me the mask of the top baseball diamond in this image.", + "mask_path": "masks/374.png" + }, + { + "id": "350a9a53-9e75-40e9-a8f2-793211aa372c", + "image_path": "images/375.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/375.png" + }, + { + "id": "b04630e6-6291-4113-9e27-2f13eadfe95a", + "image_path": "images/376.png", + "question": "Give me the mask of the baseball diamond in this image.", + "mask_path": "masks/376.png" + }, + { + "id": "02346759-c9b5-4c55-b3d4-ed004e1159a0", + "image_path": "images/377.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/377.png" + }, + { + "id": "9c98baf9-b2cb-43db-95ce-ea83ecec68cb", + "image_path": "images/378.png", + "question": "Give me the mask of the top baseball diamond in this image.", + "mask_path": "masks/378.png" + }, + { + "id": "79948c0d-3e27-4f3d-b00d-a7095d13ab55", + "image_path": "images/379.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/379.png" + }, + { + "id": "eb653cb8-9c4b-407b-93ce-c92d37895e17", + "image_path": "images/380.png", + "question": "Give me the mask of the bottom two baseball diamonds in this image.", + "mask_path": "masks/380.png" + }, + { + "id": "b27a94b0-8de9-45aa-b203-c7efd36bce5b", + "image_path": "images/381.png", + "question": "Give me the mask of the top three baseball diamonds in this image.", + "mask_path": "masks/381.png" + }, + { + "id": "ed9fa02b-e6dd-4ac6-b408-02eb913916d0", + "image_path": "images/382.png", + "question": "Give me the mask of the right baseball diamond in this image.", + "mask_path": "masks/382.png" + }, + { + "id": "9e682c6a-6ad5-4f38-9c37-b9945f0862a3", + "image_path": "images/383.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/383.png" + }, + { + "id": "29c41bb5-3ee2-4631-85ea-db1c53b6492a", + "image_path": "images/384.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/384.png" + }, + { + "id": "a19c3a9b-3454-4f50-b087-8fe8410ad994", + "image_path": "images/385.png", + "question": "Give me the mask of the biggest baseball diamond in this image.", + "mask_path": "masks/385.png" + }, + { + "id": "f5db2841-644a-4561-a513-64c504d04e77", + "image_path": "images/386.png", + "question": "Give me the mask of the baseball diamonds in this image.", + "mask_path": "masks/386.png" + }, + { + "id": "284dc593-8cb8-4e75-8c46-a24e5f17b2e8", + "image_path": "images/387.png", + "question": "Give me the mask of the bottom three baseball diamonds in this image.", + "mask_path": "masks/387.png" + }, + { + "id": "ddd392c3-204f-420b-986f-eae8f1f087db", + "image_path": "images/388.png", + "question": "Give me the mask of the top two baseball diamonds in this image.", + "mask_path": "masks/388.png" + }, + { + "id": "6ad8fc41-3e72-4ecf-b110-3c4fb4f3cbae", + "image_path": "images/389.png", + "question": "Give me the mask of the baseball diamond at the left of this image.", + "mask_path": "masks/389.png" + }, + { + "id": "6a22ec1e-e4b3-45dd-86d9-1d75d32f588b", + "image_path": "images/390.png", + "question": "Give me the mask of the smaller baseball diamond in this image.", + "mask_path": "masks/390.png" + }, + { + "id": "82fe419f-9243-42b9-a413-2c07f0f9146a", + "image_path": "images/391.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/391.png" + }, + { + "id": "1e9634de-2aad-4adf-9baf-b695919488f9", + "image_path": "images/392.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/392.png" + }, + { + "id": "83749f4e-f9bc-41e3-a8a1-66751140e520", + "image_path": "images/393.png", + "question": "Give me the mask of the baseball diamond in this image.", + "mask_path": "masks/393.png" + }, + { + "id": "9e8d273a-9277-4be7-bea1-0fe931ac568d", + "image_path": "images/394.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/394.png" + }, + { + "id": "f24888c3-0934-4b94-aeef-86364494099f", + "image_path": "images/395.png", + "question": "Give me the mask of the bottom baseball diamond in this image.", + "mask_path": "masks/395.png" + }, + { + "id": "3990c618-e069-4b96-abcb-37c9ce0652ef", + "image_path": "images/396.png", + "question": "Give me the mask of the left baseball diamond in this image.", + "mask_path": "masks/396.png" + }, + { + "id": "afb6b395-b66a-452b-976c-12e15cc5bec3", + "image_path": "images/397.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/397.png" + }, + { + "id": "fd6e4d12-b136-4d5d-8501-86a9b7dd6222", + "image_path": "images/398.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/398.png" + }, + { + "id": "379b81d5-d0ce-400e-bf9f-79800d8cd169", + "image_path": "images/399.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/399.png" + }, + { + "id": "672000eb-f3e7-45db-87e5-8c6c2a1520d7", + "image_path": "images/400.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/400.png" + }, + { + "id": "14680786-2a3c-4f44-81d2-83a7114a2da0", + "image_path": "images/401.png", + "question": "Give me the mask of the smaller baseball diamond in this image.", + "mask_path": "masks/401.png" + }, + { + "id": "bc16bcee-1e0f-4274-b829-dd7190f3315f", + "image_path": "images/402.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/402.png" + }, + { + "id": "aaa95b43-3d1e-4867-ab8c-12e849b048de", + "image_path": "images/403.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/403.png" + }, + { + "id": "3da942a0-e45b-40bf-8ed2-239710197ad9", + "image_path": "images/404.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/404.png" + }, + { + "id": "abda732e-152e-4e7d-9367-a6e19bbc450c", + "image_path": "images/405.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/405.png" + }, + { + "id": "b43e8e82-5a19-434f-9d4f-256c546c0369", + "image_path": "images/406.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/406.png" + }, + { + "id": "ffeb0e09-0baf-4a00-9024-f54efa32fe87", + "image_path": "images/407.png", + "question": "Give me the mask of the basketball field in this image.", + "mask_path": "masks/407.png" + }, + { + "id": "6786c580-8d8d-4cfc-a6b1-dd50a6e9e251", + "image_path": "images/408.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/408.png" + }, + { + "id": "9fa4ae3f-e1d7-438b-a2ba-6f8be2d9cc6d", + "image_path": "images/409.png", + "question": "Give me the mask of the ground track field in this image.", + "mask_path": "masks/409.png" + }, + { + "id": "986f6e34-a1d6-4d02-972a-bbff7f24bb92", + "image_path": "images/410.png", + "question": "Give me the mask of the basketball courts in this image.", + "mask_path": "masks/410.png" + }, + { + "id": "1b5e2e2c-f56e-4045-9d36-c516a62b2526", + "image_path": "images/411.png", + "question": "Give me the mask of the tennis courts in this image.", + "mask_path": "masks/411.png" + }, + { + "id": "d131243d-1591-463f-b616-686f5a7b1a2f", + "image_path": "images/412.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/412.png" + }, + { + "id": "675ce948-aad2-4342-a7cc-8aec24957b16", + "image_path": "images/413.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/413.png" + }, + { + "id": "fd3687f5-c3d4-457d-b5cf-c456d13de000", + "image_path": "images/414.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/414.png" + }, + { + "id": "ab4da871-1779-4920-bcc0-9af92edca0a1", + "image_path": "images/415.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/415.png" + }, + { + "id": "6973eb1c-b770-4548-9c7e-c13296d919a5", + "image_path": "images/416.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/416.png" + }, + { + "id": "47f76164-be7a-4565-97e1-37fddf41b072", + "image_path": "images/417.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/417.png" + }, + { + "id": "06c30b22-55e2-4c63-8cf3-eae89253f8ce", + "image_path": "images/418.png", + "question": "Give me the mask of the storage tanks at the bottom of this image.", + "mask_path": "masks/418.png" + }, + { + "id": "e7068769-7aed-412e-87ce-fe3fed152baf", + "image_path": "images/419.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/419.png" + }, + { + "id": "f4677112-a85a-4c82-9653-39be0bd98bdd", + "image_path": "images/420.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/420.png" + }, + { + "id": "e2ef5c9e-69ff-4029-8fca-19a94590fe6f", + "image_path": "images/421.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/421.png" + }, + { + "id": "083a23de-12c5-4e52-a423-94cbb2ab2726", + "image_path": "images/422.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/422.png" + }, + { + "id": "f3e37922-4fa6-49e4-a10c-f359bd3d9ac1", + "image_path": "images/423.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/423.png" + }, + { + "id": "2f394c7b-1b8f-4c63-af78-7db83c32e948", + "image_path": "images/424.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/424.png" + }, + { + "id": "7cfb90a4-83df-49d1-aa37-8e77b880bd42", + "image_path": "images/425.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/425.png" + }, + { + "id": "04ecc77b-faf8-4b6c-b784-34f43fbfdd25", + "image_path": "images/426.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/426.png" + }, + { + "id": "07696228-5ad2-448d-8ba4-7a7d58727438", + "image_path": "images/427.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/427.png" + }, + { + "id": "05d79e50-f4bf-43f0-85c3-48188f8fa6c7", + "image_path": "images/428.png", + "question": "Give me the mask of the storage tanks at the bottom of this image.", + "mask_path": "masks/428.png" + }, + { + "id": "c9c0510b-43fa-42b0-8b31-cc74bfc91acf", + "image_path": "images/429.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/429.png" + }, + { + "id": "29a6e569-fc8b-4a9e-8ee3-98694be6cb50", + "image_path": "images/430.png", + "question": "Give me the mask of the storage tanks at the top of this image.", + "mask_path": "masks/430.png" + }, + { + "id": "98e600a8-17f0-45ba-921f-287e6db12e78", + "image_path": "images/431.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/431.png" + }, + { + "id": "dfb0de9d-e063-491d-967b-5bc01908bad1", + "image_path": "images/432.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/432.png" + }, + { + "id": "b5235455-8039-4af0-a91c-1a4e170b3b56", + "image_path": "images/433.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/433.png" + }, + { + "id": "e49162aa-5911-425c-bdfc-ca070334bbef", + "image_path": "images/434.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/434.png" + }, + { + "id": "c2283ba1-22bf-4e8e-9949-3d598a8e7298", + "image_path": "images/435.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/435.png" + }, + { + "id": "e7515516-868f-4471-b87c-5b0db12ce958", + "image_path": "images/436.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/436.png" + }, + { + "id": "ae956581-f207-40ca-816c-6cf5b0cd5ce4", + "image_path": "images/437.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/437.png" + }, + { + "id": "6a1fc6ae-754e-49c8-a29c-65b76f6e1c0d", + "image_path": "images/438.png", + "question": "Give me the mask of the storage tanks at the top left of this image.", + "mask_path": "masks/438.png" + }, + { + "id": "2867dcb0-15cb-4a07-bb92-39df1eb86a09", + "image_path": "images/439.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/439.png" + }, + { + "id": "efea6494-874f-40a7-8c98-15df08a04a65", + "image_path": "images/440.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/440.png" + }, + { + "id": "de534846-7ca6-4bd8-8467-e3e33be04fe5", + "image_path": "images/441.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/441.png" + }, + { + "id": "3a1f6085-45d4-4c28-a9e4-08765b6245bc", + "image_path": "images/442.png", + "question": "Give me the mask of the biggest storage tank in this image.", + "mask_path": "masks/442.png" + }, + { + "id": "cb2a1389-a0b5-40cc-b5fb-ab81b8d0b35d", + "image_path": "images/443.png", + "question": "Give me the mask of the basketball court in this image.", + "mask_path": "masks/443.png" + }, + { + "id": "34ce94d6-42ba-43f7-b42b-d8e4d7c6c2a6", + "image_path": "images/444.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/444.png" + }, + { + "id": "802e066d-976a-41ee-b920-35700132c710", + "image_path": "images/445.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/445.png" + }, + { + "id": "85af7b15-a461-487f-ae05-8a27e0dbbfee", + "image_path": "images/446.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/446.png" + }, + { + "id": "6fa7057b-b7d5-4597-9da6-10c2bf0ca6fe", + "image_path": "images/447.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/447.png" + }, + { + "id": "e17bab73-a35b-4179-a1b2-8137dbd07904", + "image_path": "images/448.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/448.png" + }, + { + "id": "c65f1bf0-cff1-485b-a30c-b111d66f9a37", + "image_path": "images/449.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/449.png" + }, + { + "id": "ed31dee0-64c2-4941-aa45-6ccfec594578", + "image_path": "images/450.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/450.png" + }, + { + "id": "132f1ec7-43dc-416c-875c-3254f0944504", + "image_path": "images/451.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/451.png" + }, + { + "id": "20e988cc-5efd-4656-8939-572ecd16558f", + "image_path": "images/452.png", + "question": "Give me the mask of the bigger storage tank in this image.", + "mask_path": "masks/452.png" + }, + { + "id": "adb95ab7-85d0-4612-94a0-beec39dfc40c", + "image_path": "images/453.png", + "question": "Give me the mask of the right storage tank in this image.", + "mask_path": "masks/453.png" + }, + { + "id": "e4eef00d-1bbb-4ee6-bec6-fa6607d2a987", + "image_path": "images/454.png", + "question": "Give me the mask of the bottom storage tank in this image.", + "mask_path": "masks/454.png" + }, + { + "id": "57b2ee80-6ccb-4bf9-b713-11adfd550b43", + "image_path": "images/455.png", + "question": "Give me the mask of the storage tank in this image.", + "mask_path": "masks/455.png" + }, + { + "id": "fdbb6030-c8e9-48ae-8033-a767e8eb75e5", + "image_path": "images/456.png", + "question": "Give me the mask of the swimming pool in this image.", + "mask_path": "masks/456.png" + }, + { + "id": "558b8a18-8f68-4d76-b733-3114ac6d252f", + "image_path": "images/457.png", + "question": "Give me the mask of the larger storage tank in this image.", + "mask_path": "masks/457.png" + }, + { + "id": "4e8500b6-6bae-4aed-aad8-f1697a8205d5", + "image_path": "images/458.png", + "question": "Give me the mask of the smaller storage tank in this image.", + "mask_path": "masks/458.png" + }, + { + "id": "9b9531e8-8c5b-446c-97c3-df8f9c8539be", + "image_path": "images/459.png", + "question": "Give me the mask of the right storage tank in this image.", + "mask_path": "masks/459.png" + }, + { + "id": "6f2cd24d-89fa-4b2d-bf1a-4340808cf895", + "image_path": "images/460.png", + "question": "Give me the mask of the left storage tanks in this image.", + "mask_path": "masks/460.png" + }, + { + "id": "3d395428-8e11-4e2a-bf80-480a1a9de732", + "image_path": "images/461.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/461.png" + }, + { + "id": "171b9d7c-acfc-43fd-a769-e551fb64ec5f", + "image_path": "images/462.png", + "question": "Give me the mask of the two bigger storage tanks in this image.", + "mask_path": "masks/462.png" + }, + { + "id": "d8902c18-8f83-4a1b-8756-49458cfb2c97", + "image_path": "images/463.png", + "question": "Give me the mask of the two smaller storage tanks in this image.", + "mask_path": "masks/463.png" + }, + { + "id": "8d127807-bc03-4f79-8bba-5bcde4e7abdd", + "image_path": "images/464.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/464.png" + }, + { + "id": "8438ed6a-7a13-45e6-b6c1-7f80af32a6c4", + "image_path": "images/465.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/465.png" + }, + { + "id": "0b0a0464-946e-430e-8618-a524e1310bb1", + "image_path": "images/466.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/466.png" + }, + { + "id": "7a56c7d3-dbf7-476c-9f41-fd250fa625b8", + "image_path": "images/467.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/467.png" + }, + { + "id": "91cf4d0c-4ec4-49b4-9da4-559f160d7351", + "image_path": "images/468.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/468.png" + }, + { + "id": "8c4cf241-b910-450b-b674-2acc5a66d5f5", + "image_path": "images/469.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/469.png" + }, + { + "id": "215455e7-7b03-4d9b-849e-a19eb39daaf8", + "image_path": "images/470.png", + "question": "Give me the mask of the storage tank at the bottom left this image.", + "mask_path": "masks/470.png" + }, + { + "id": "f3477153-7010-45df-b3a7-5fcbd3a251b1", + "image_path": "images/471.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/471.png" + }, + { + "id": "bfbbbb45-52b3-4411-9ea7-3e6986f79820", + "image_path": "images/472.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/472.png" + }, + { + "id": "76466715-4ce1-4cd8-91f1-d51f3c869943", + "image_path": "images/473.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/473.png" + }, + { + "id": "31ea4d3e-71c1-4735-a37b-940bb3a14e28", + "image_path": "images/474.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/474.png" + }, + { + "id": "802f2e09-69a3-4beb-a569-6755db479a29", + "image_path": "images/475.png", + "question": "Give me the mask of the top storage tank in this image.", + "mask_path": "masks/475.png" + }, + { + "id": "ab191aad-0910-45a3-a5c8-70d73ec7b146", + "image_path": "images/476.png", + "question": "Give me the mask of the bottom two storage tanks in this image.", + "mask_path": "masks/476.png" + }, + { + "id": "38344394-07d6-40ab-8f25-3c2c43849717", + "image_path": "images/477.png", + "question": "Give me the mask of the bottom two storage tanks in this image.", + "mask_path": "masks/477.png" + }, + { + "id": "e9eca3ac-18af-4c8f-a6ac-1955eb0ca8eb", + "image_path": "images/478.png", + "question": "Give me the mask of the smaller storage tank in this image.", + "mask_path": "masks/478.png" + }, + { + "id": "b0b209a1-9a2a-4278-8eab-0c37c22c8030", + "image_path": "images/479.png", + "question": "Give me the mask of the larger storage tank in this image.", + "mask_path": "masks/479.png" + }, + { + "id": "9a268e56-7d8c-4231-9ac8-381c765aa98b", + "image_path": "images/480.png", + "question": "Give me the mask of the larger storage tank in this image.", + "mask_path": "masks/480.png" + }, + { + "id": "dfbd1e18-7bf7-4b8e-a676-a6cc745bb4c7", + "image_path": "images/481.png", + "question": "Give me the mask of the smaller storage tank in this image.", + "mask_path": "masks/481.png" + }, + { + "id": "edcf95eb-6b90-402f-b59b-f900f2f8592a", + "image_path": "images/482.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/482.png" + }, + { + "id": "d98bb2e1-de62-4899-91c3-d9348caba6e4", + "image_path": "images/483.png", + "question": "Give me the mask of the two larger storage tanks in this image.", + "mask_path": "masks/483.png" + }, + { + "id": "fddaec8f-6ba7-4795-a205-a6ce58463996", + "image_path": "images/484.png", + "question": "Give me the mask of the two smaller storage tanks in this image.", + "mask_path": "masks/484.png" + }, + { + "id": "f079dd38-5e08-421c-9f3e-6fe827d846c4", + "image_path": "images/485.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/485.png" + }, + { + "id": "e9e91470-a797-4af2-9298-a7564f8657aa", + "image_path": "images/486.png", + "question": "Give me the mask of the biggest storage tank in this image.", + "mask_path": "masks/486.png" + }, + { + "id": "f021995c-05cc-40f7-b833-c65e8f42c3ad", + "image_path": "images/487.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/487.png" + }, + { + "id": "8e47235e-f87c-4b21-87b7-9853315789f0", + "image_path": "images/488.png", + "question": "Give me the mask of the biggest storage tank in this image.", + "mask_path": "masks/488.png" + }, + { + "id": "23925219-7e3a-40a3-9d2d-d76102d5813f", + "image_path": "images/489.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/489.png" + }, + { + "id": "4cbe51b2-d3aa-4202-81e4-4b7fac18c30d", + "image_path": "images/490.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/490.png" + }, + { + "id": "8eb26219-8790-4821-a52e-d95635de0eaf", + "image_path": "images/491.png", + "question": "Give me the mask of the two storage tanks on the right.", + "mask_path": "masks/491.png" + }, + { + "id": "bba6b813-26bf-483c-ae7e-6c75ce119546", + "image_path": "images/492.png", + "question": "Give me the mask of the five storage tanks on the left.", + "mask_path": "masks/492.png" + }, + { + "id": "a2dd49fb-edeb-40f8-a1fb-9f2e2fe41147", + "image_path": "images/493.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/493.png" + }, + { + "id": "6e7ee2a4-1a0a-4ca1-9310-b594e166e2f3", + "image_path": "images/494.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/494.png" + }, + { + "id": "640b34dc-b243-410c-a9b6-a218d358fa75", + "image_path": "images/495.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/495.png" + }, + { + "id": "ead58ae4-935f-4bf1-a5ba-f98242dc2108", + "image_path": "images/496.png", + "question": "Give me the mask of the smallest storage tank in this image.", + "mask_path": "masks/496.png" + }, + { + "id": "1b5b7321-3186-4fcd-a3b4-b0b6dbe80f5a", + "image_path": "images/497.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/497.png" + }, + { + "id": "4b049076-d8c3-47ff-a120-35ad53507233", + "image_path": "images/498.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/498.png" + }, + { + "id": "78e5f947-4e3a-4e1a-9775-4a7d09f40027", + "image_path": "images/499.png", + "question": "Give me the mask of the two largest storage tanks in this image.", + "mask_path": "masks/499.png" + }, + { + "id": "7130cd65-2bda-4734-bba9-cf5e7e529396", + "image_path": "images/500.png", + "question": "Give me the mask of the storage tanks in this image.", + "mask_path": "masks/500.png" + } +] \ No newline at end of file diff --git a/perception/cross_instance_discerment/spatial_relationship/images/1.png b/perception/cross_instance_discerment/spatial_relationship/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..70c6108b323f106254091d4af017a9eb58c76495 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ce071d4fa4f35162fad97f9439ed3cb3d909b415b1c3f706914b86fb631abf +size 897263 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/10.png b/perception/cross_instance_discerment/spatial_relationship/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd409e2690f2d3f4a704d6a944d9c7c651ba984 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4d17291783a65d7729bf4ee09ac409dd963e10d52cd8a0d4461a3a7900ac84 +size 925517 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/100.png b/perception/cross_instance_discerment/spatial_relationship/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..ebf7e4d5d5eb96400d0aa8d2a57f2711a3f9cd0a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9135b0682f9da0ef79f5139bc15ef41a258dc5f91e23262beb38a6d194bd5477 +size 784774 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/101.png b/perception/cross_instance_discerment/spatial_relationship/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c35e68170eeca4a257dc799e26473e503327b6 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8df5e0ff65fab176510a16915bbd0e02d067d2ffadda87944a2aa6e034eb5 +size 961167 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/102.png b/perception/cross_instance_discerment/spatial_relationship/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..8747505f155dca9952054efdffd7c40e89774a68 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72948e2f682c0c52ddc39efeb0a336ddd80b326ba20b8d9ab493fadb01d021fc +size 873910 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/103.png b/perception/cross_instance_discerment/spatial_relationship/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9c640d948254f5413558ccefd97481d36cf66c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eca696c64f8a97ee383cfd8007e28b029e7831502679664a1a44c20d4cfa0df +size 969683 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/104.png b/perception/cross_instance_discerment/spatial_relationship/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..f2957ef3789ddedddee9be49557fa020d6ae198a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d976751d5be51c33d2bd14e0cc8e347c28bd7c8708f5764366465b96962dbe9 +size 921422 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/105.png b/perception/cross_instance_discerment/spatial_relationship/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..8d88b4ce7a74b2868dd87dd24d30514958307d9c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81759ae7a6e0f367cf0c334f072e7ccc6526cb5ca6ad90f0edb278542586e829 +size 940761 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/106.png b/perception/cross_instance_discerment/spatial_relationship/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..80b59925a9bfcc5c338b131052886d1847a19363 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a2a425b8ea9ecd921eaa42f6a2d347ffa3ebb67ad246232d168450a843461a +size 908800 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/107.png b/perception/cross_instance_discerment/spatial_relationship/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b90753d3310ac5dcbd818165b04e6377a2896 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5cbaa98e0c4d067ade29636f1c374aee3734c66cf108b6ecfdf4a61365e7db +size 911775 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/108.png b/perception/cross_instance_discerment/spatial_relationship/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..dad58e44f311c6cc329e7c39031186eda90985ed --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6fe780a3036e953981be7f70538c750560a6605c43b428a3c143f6c62131af +size 920913 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/109.png b/perception/cross_instance_discerment/spatial_relationship/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..d45053e9ed3268d1508206d85567bdda0ebae74b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2fd0081720c9339c69f484fe2a9f9c63cb2d4e993b8cd2cfc10da97fe111a +size 858141 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/11.png b/perception/cross_instance_discerment/spatial_relationship/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea39a87a7ae3ddf5ba890c2f71bdf51b99f8d83 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78902d738ed0e04ed1f451b7387134155ffff28bd05aebb524ae779b2e5b3d7 +size 725072 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/110.png b/perception/cross_instance_discerment/spatial_relationship/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..a3266fb1ae8658816b909f0d8f61fad3a51369ca --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cd4a85ebc962a59a14f9f99829fba9ba77628ca1206d3d27ebf13b316f39b8 +size 881696 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/111.png b/perception/cross_instance_discerment/spatial_relationship/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..5277a0baaa4caa4c96c9a9e8dd4fd56372ad4efc --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14680c348f586ee217c0f5b7707e291dbe56d44060e1457291d9c32a0b998f59 +size 861635 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/112.png b/perception/cross_instance_discerment/spatial_relationship/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..40498f10efb2208e43b554cae5e3ef18c412187c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d1fc212f436397255e30fd0812f3719328ddab6b17a694ce00e08a44b8c68e +size 883902 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/113.png b/perception/cross_instance_discerment/spatial_relationship/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..79db34005dc392d144480f439c7fb859ee2af0fd --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f766248eded63bc127b0e493f875ebac69f680def6828f49827d43d1cb1aa +size 891696 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/114.png b/perception/cross_instance_discerment/spatial_relationship/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..ee02598acb88228c61ce39324634e10fd1a4a095 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217d11bff4e06d5539f86111191776ec8256e2eec0a49352e0b60c0e9540ad24 +size 794327 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/115.png b/perception/cross_instance_discerment/spatial_relationship/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..ece3133c4ebd2b85ff3f2ad791e3206f4b526ccb --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c99a2caadc5a7600ae11f31d31e5116e19633996d7a438d1e676609a53708a +size 967014 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/116.png b/perception/cross_instance_discerment/spatial_relationship/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..a47db94cefb8710b9135b4cbe051d8ea8c8a2980 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf88702e21af45a054ede34caa5064cdfdd42d0d114c6bc5ab36d46100752fa +size 891577 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/117.png b/perception/cross_instance_discerment/spatial_relationship/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..30bdfb587a38d1ceaefaaddd14a1fc9b6b11bbfb --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f00f9fc6ac5bfa44a781d2df11e7dbc906f20d3680a49adc14d28ffdbb04eb +size 930443 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/118.png b/perception/cross_instance_discerment/spatial_relationship/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..2eff8b6c8ad92fd258257ab107d377efa7cb4e7e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49052619fe05a03d228a62666d4ba4570b204398cc46a3fbad8938e620069bd7 +size 900073 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/119.png b/perception/cross_instance_discerment/spatial_relationship/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..08e5c50be5e983f896108f9c56bf30a44ad87a9f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2eafb8fcf1b787da54ddd567f3f1627f96ba9faca77f46d0cfb0585e7f469d +size 889418 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/12.png b/perception/cross_instance_discerment/spatial_relationship/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..efef98a3a3c904067bf3cf54874473894d994932 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029920b845052302786f7a5f77345961d3356167aaaf18bb2c1a7770245880b6 +size 760206 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/120.png b/perception/cross_instance_discerment/spatial_relationship/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4161c7983861a00cee5962aa002cf804dabce4 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd97b91ea968cb638e35a793a18e09bf9bb4daf04b9d8a0cede42a9bb1871cb8 +size 818562 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/121.png b/perception/cross_instance_discerment/spatial_relationship/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb2bb55dd1f066d841aa697edaefb43f31fe259 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91aa38cb41415d77908d12a8930c10b3cd1a530101cb881dbe9df537ecb764 +size 895266 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/122.png b/perception/cross_instance_discerment/spatial_relationship/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..246e257046d2b7e200431dfab526ca00efd3810f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2956ba1c4cf443ac785800b9562ec70b59f4f128cf2478f27ac78903df6ce8ae +size 938994 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/123.png b/perception/cross_instance_discerment/spatial_relationship/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..15d6b24f0917365ce84e8190306f70b6bab662b6 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e065ca87b3cf690a67eb9f766c4aaa742d2904574d82a5d96c2d412681d1ae6f +size 843489 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/124.png b/perception/cross_instance_discerment/spatial_relationship/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..eb1f9e570f4bb19cabdb5526101c384d991dc599 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87239a32b97ea10ba4ffd8079849717a9a4a72dd0687489cfd65b00d3029c1ca +size 1048937 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/125.png b/perception/cross_instance_discerment/spatial_relationship/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..151b749dfc4de8315eb872e4b6adae456dcf6684 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f905ac27d8632cca8338d3f1af3fe9af0061be4e8dd9f04e74a135a61a3c5ff +size 902015 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/126.png b/perception/cross_instance_discerment/spatial_relationship/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..9a1453f105caebd724cc068c716fecd96188a99a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa625450406e012f22283e6a6677e86357809291b54dafd327905a615c0a91b +size 808568 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/127.png b/perception/cross_instance_discerment/spatial_relationship/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..37749404a9460c985e2bfaf1576436cd4f960eaf --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89313522a8a10bd64b81c48d6e6bb611f649caab4f3e7eb309c8602b620d06 +size 836507 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/128.png b/perception/cross_instance_discerment/spatial_relationship/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..0e18fbfb5f05dc6ae21424ad78513dd3ba33760a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e017f25d61f3fc9fa9450fef83367a73620a310e7952db12456e393fc37a02 +size 815376 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/129.png b/perception/cross_instance_discerment/spatial_relationship/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..557a2e671fe28f9853f1b3eb57b6c78e67aefb7c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f256be5a2a36e3924abc3d91f99b884add70ae99de0de98cc86b6e76289eff +size 854034 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/13.png b/perception/cross_instance_discerment/spatial_relationship/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a9319f1a4ea5c0aa328a5b6fd9d22960f5085396 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5097da9fa1590feea0a7036655b58ce47f45f8726f601549cf7283370d88b3 +size 740314 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/130.png b/perception/cross_instance_discerment/spatial_relationship/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..19e414fdbfe9f9119e8121dbe852b72410a33dc8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107fac669575781a869db48341134f4e8b8ef1901c08c32b57c99e36e78f395a +size 881660 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/131.png b/perception/cross_instance_discerment/spatial_relationship/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..33732da9e9d7112df60690a9143c7ca29a67c794 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc576eb75169c6dddbb2a12eac1da746cf43398a444ef8bbaca5499dff5ccb0 +size 886313 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/132.png b/perception/cross_instance_discerment/spatial_relationship/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..1ef45872c4281120c7cb9f173845714fe63ca1dc --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bdf72acba7d2be667ba46e64722e7dda87b9441a9466c62fc003c93a24b36a +size 830042 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/133.png b/perception/cross_instance_discerment/spatial_relationship/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..41629d611dca2fdc76176a4799c281828c01a2d3 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78921847090c661a193141c25c92a46353965ab67fbe11e6d63e94a29ac1f6a8 +size 951637 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/134.png b/perception/cross_instance_discerment/spatial_relationship/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..5eed48ca30d328d24a472f856318088d9784258d --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de5a5ae12fe4476504641d47eae15fabb3c7f31d4cf96bc02e25d808f22202c +size 890977 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/135.png b/perception/cross_instance_discerment/spatial_relationship/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..6c007ecec405c49c5ed68a72150b9cc71630d194 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9b1bb88deadef71631a40b5b4048480c52002fe12de35e4f9298308a79d18 +size 879657 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/136.png b/perception/cross_instance_discerment/spatial_relationship/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbb0ce96fd0f0ab8bdd8c11b33069099a1ca70e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c97a35f718135fb98578e4e30ef62855086b687f96ec61055da47a49a6d802 +size 953908 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/137.png b/perception/cross_instance_discerment/spatial_relationship/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..11f08b22f6cb05855d2ddd7fcd7c72ae861b6388 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382d9eaec071cb91ecaf35ac69f89a0763a4ab946be05855deea0d072f4be107 +size 910153 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/138.png b/perception/cross_instance_discerment/spatial_relationship/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..f74ffb64d352b4bf6467b1d32996b02110529d02 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10af564101195a498c3cc08c4caea1966b3806daecccf03de33dc9522002e6f2 +size 830674 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/139.png b/perception/cross_instance_discerment/spatial_relationship/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..d9584f168c6bcabf50f52abec52f16970ff43b34 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e328ec9d4e8cd44aab7bc69a8749df3458f583ad769abad753feddb2c670fb9 +size 778508 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/14.png b/perception/cross_instance_discerment/spatial_relationship/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..e70ef345f827a79f783f4b482e0614cb99fdc70b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5599199f877d9b1af58498dded6254a3b082d93687c7aa377854d24c57bd1a7d +size 837157 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/140.png b/perception/cross_instance_discerment/spatial_relationship/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..5880ff841d58646dd70fb5e2959c7b591296d60e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a146df5cba5d27cd5469bb51498a4bb7bbaa309dcab930c0a014ca6cc6d7966c +size 1023778 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/141.png b/perception/cross_instance_discerment/spatial_relationship/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3d0d8a189c2d10e90afd888fcb0ef4027a4de9 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba755762e0f34568814a4470f04fa17382014b83dff1e34146b931c0138d56e +size 883735 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/142.png b/perception/cross_instance_discerment/spatial_relationship/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab0e9454497e0e13225c6197a2aaae0d1f6c381 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ea1ae2c9427c0d77aac8d71bb10a150bf544f3a65b5650c6fc4b0205a91cf +size 806431 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/143.png b/perception/cross_instance_discerment/spatial_relationship/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..894bc04bf3584286903371804a7626cb1d43ae28 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cdc4b293f102541daf67757dfb64cf083cd6a00adf222d3db3db7752fec0e8 +size 735770 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/144.png b/perception/cross_instance_discerment/spatial_relationship/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..bd84f5069381026e0f8f15f3b4387fec756476b5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6b32d41b569c3990b444558c5cb4fafdfb1f98b92ea80fad6d91d08d51435f +size 831434 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/145.png b/perception/cross_instance_discerment/spatial_relationship/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5e7b5e8acd7371517094bc6878362b5ead9dba --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36109d0aec50da3814ff3e375b4191d89a98babef5f1b27acfedd18698ac0016 +size 725848 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/146.png b/perception/cross_instance_discerment/spatial_relationship/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..0f29379ab09a10ec175efcdbf5c3d802a671d795 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1998850c9b14d6dd3a07b473731083d860cd829c2094c71ea57ff49b346d14b1 +size 881779 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/147.png b/perception/cross_instance_discerment/spatial_relationship/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..bc11d39724c5ab6fc0ac368461e91ab55cee7a1c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5b6b0bcced374b8ef5dc0fd742e46b1a728722e20fd4a1749642aebca372a +size 855376 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/148.png b/perception/cross_instance_discerment/spatial_relationship/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..9a211463e49bf114a5ddca5564362a1dea4a20e8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4355ce503f0b9ea5c5ecaa932dd8515a841c704b380808176a4ddebbdd164c +size 792288 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/149.png b/perception/cross_instance_discerment/spatial_relationship/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..d419247b75bd23d0dcdfa9b799305f51223f3d82 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d684e372e69d69d2e25d7f3c925acfbc5f74b42fb1bc71e620009dfe8db9e5 +size 857551 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/15.png b/perception/cross_instance_discerment/spatial_relationship/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..a8da005b69b76999b0a7d3ece47837fdf9152e2b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b8f485f97938cb2ef08c681e6679f189cf5c1d79bf34cf37ef9e35fa78c182 +size 810786 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/150.png b/perception/cross_instance_discerment/spatial_relationship/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..2da7addb7c1978814439ef9fb4965299692ed51e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc29c92fbb4149d6c675ab31c0d6ea3a1fcd7800b60ea8a9969923026a71224 +size 889726 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/151.png b/perception/cross_instance_discerment/spatial_relationship/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..1b37e23a59cc4fbeb38d0819cb32b10d16dd37c9 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc3aeb23535422d813c8c2b058a2f98ef927d7cfbef3685078a2007e494de5 +size 850172 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/152.png b/perception/cross_instance_discerment/spatial_relationship/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..847e9b807a90c972852c83df5be4b57dbe06d7e7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a30a752d0494659ee191afd83b6e55527830b0a90f7d666632ac642a836495 +size 678344 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/153.png b/perception/cross_instance_discerment/spatial_relationship/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..7b0aa93879b4aed04d58ce59ad21478cec462b32 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2c81ad0dfdf4dcd79a28b4bd43d9b8cf0fad0f8755e0c2f3e0c55fc761e3bd +size 812443 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/154.png b/perception/cross_instance_discerment/spatial_relationship/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..a935adb7c156ddc3cd7009f1e89e1e76b797a458 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8e927b176c73438b5f16cfd81298f3b2218530cd7aded8a789fbe3b895baca +size 938058 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/155.png b/perception/cross_instance_discerment/spatial_relationship/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a1b040878e7f06e11375f8c2e6b8b096386fb0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f81f8d773eec48aac58d2614fba03e3797e1d5e1c3dd95759a18bb9fbdf2451 +size 903301 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/156.png b/perception/cross_instance_discerment/spatial_relationship/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..2da67d11ce0dfdfbc627052527739f009b17ecd3 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4889efe31713ae9d211371cba8bbb77811b6e4b813aa67ca211c41386e04112 +size 966869 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/157.png b/perception/cross_instance_discerment/spatial_relationship/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..74f3af66d4ca90dda3d7a1f20f49ebe3f6a69aa9 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df826182ccad4baf12bebd6ade1c140031999d4ba4658d40ada355e7f1e9ffa6 +size 970788 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/158.png b/perception/cross_instance_discerment/spatial_relationship/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..76e742d8f542c9fa585aa4207127eaeee54c551c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46080ab14034a40fbc40e646b85c175c78cb01514df438b17243c40a136fb2e +size 820004 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/159.png b/perception/cross_instance_discerment/spatial_relationship/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..2bef7d12a7248276bde7a679d25e7b5540bd68fe --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b70a8644a235d78ef1a68c2a35e74fab96d2810286e9b432e4b0187e651afd +size 858865 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/16.png b/perception/cross_instance_discerment/spatial_relationship/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..1c02d71808cff4f1ef44aa1d2627657afe758f47 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a42e74a4102a161178b7706d652dd7d75d3af39d85132f668c38d09b8c8ce7 +size 786425 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/160.png b/perception/cross_instance_discerment/spatial_relationship/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..061b350647cb4e22b32be9ffed4d52c08259cfb4 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f050650215ebf584554c65ebe9f3479cdcbfc15aa194135b547a6ab6ffb6543 +size 666384 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/161.png b/perception/cross_instance_discerment/spatial_relationship/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ef3d44d0f6ebdcfdbc205356c41d72408481dc --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dce8e5841a87acdb8c7e920b8dbf15e0a99cf63ac5e8a96a9bc38bbc634076 +size 754206 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/162.png b/perception/cross_instance_discerment/spatial_relationship/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..e103dc86d10627cc16fe3d6dbae18c709e36ec7f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff2d3fe1c2627ea906da9a82ff69a0c70ddba37d1a1c8a46f0b6a42b35b1602 +size 661393 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/163.png b/perception/cross_instance_discerment/spatial_relationship/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..e103dc86d10627cc16fe3d6dbae18c709e36ec7f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff2d3fe1c2627ea906da9a82ff69a0c70ddba37d1a1c8a46f0b6a42b35b1602 +size 661393 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/164.png b/perception/cross_instance_discerment/spatial_relationship/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb3105b3bfddd113588a0069b7ccd8f677e7e23 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2602fd11e970fbe77f1a9ac7c3569ef4ff5ead24ba4109a52fdfd796660a740 +size 799201 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/165.png b/perception/cross_instance_discerment/spatial_relationship/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..31917e1414dce6bd050507ff7c14c108d31b5c5a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4309fe89131022a1057db4a81d92d234a901df99d11baabdb76adc0bfc02e60 +size 721572 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/166.png b/perception/cross_instance_discerment/spatial_relationship/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..e87a61991853b30de9393f0991130246a88aa7f0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f31f6391b17d7cfbf136e482a38ac2dce8785d9d1f45b95b1d60a036bf8c5 +size 821905 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/167.png b/perception/cross_instance_discerment/spatial_relationship/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a8dfc6be08d407b33d278656bb1e4e0a905e8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f8998aa6015d9b44759b72596d2668c08282c29d21a4788d9f9dab64260757 +size 723770 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/168.png b/perception/cross_instance_discerment/spatial_relationship/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..74d01fd3e1e65d76a9488bdfca39c097c4ebc3d8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ad07bd81836ecda08e50805380847b1d859dd7d52e4ed98a045dcd4ba9112 +size 786602 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/169.png b/perception/cross_instance_discerment/spatial_relationship/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..874e0c322ee734b08d77bc1f0e3435798cbb6908 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef3b0a7075e569b928a99c59f19d4488ca3221d8e6b9a92401dd0d80636765d +size 802863 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/17.png b/perception/cross_instance_discerment/spatial_relationship/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..116d70333b67eb65a4a3f2d4f4a2dc82fe1731e8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c778b958ca06179393fa86c8e635e50a624be6f63032862de7aa18d524c81 +size 855215 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/170.png b/perception/cross_instance_discerment/spatial_relationship/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..9898abf4758a53220f0b98bc17e4972f7d61ca62 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c504b280c2d199b7e1d02ab1dc5eddbb00c29fd1ac2ab1b02f092571fa1f79a +size 774063 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/171.png b/perception/cross_instance_discerment/spatial_relationship/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..38d432c6f64586767b54d2446096f8337d7c5829 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e921654411b4d9737c07af5f10ed8e48617c623d67355032a852569e993bd7 +size 780682 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/172.png b/perception/cross_instance_discerment/spatial_relationship/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..38d432c6f64586767b54d2446096f8337d7c5829 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e921654411b4d9737c07af5f10ed8e48617c623d67355032a852569e993bd7 +size 780682 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/173.png b/perception/cross_instance_discerment/spatial_relationship/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..a35aa08ef97e88a929f8f37bab16f853ce4bb72a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16966802a03c2a0140480ff09b93f3f8fb0057974b8dc7f06fe8373c56902a2b +size 780405 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/174.png b/perception/cross_instance_discerment/spatial_relationship/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5215a792ffe9521ea644fc4e7957969550ebf0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2975eaf595a12f9072bffdadc294260fe27366db72eec6de1e70c23981fea051 +size 836998 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/175.png b/perception/cross_instance_discerment/spatial_relationship/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..07a394057f076061cda288faaba79d384f9f7d67 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0b176a8656f27fbf30c4a7ca4db5ae13b5a3f4e8947e3f4b6fb065c401970f +size 764053 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/176.png b/perception/cross_instance_discerment/spatial_relationship/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..4a43dcb0db870367f5c7bda943b0b5e25985f887 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4a07af525162f9753608ab6d7ded09851c2ab84206f5c73b966ea3e21a32bb +size 840072 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/177.png b/perception/cross_instance_discerment/spatial_relationship/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..410144580b6a73d17853f4bd7a10da85ef6668b2 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15c3efa200f6f76de41d7db28d2c9997208300bf65a96e5b3941cbfbe9b8e7 +size 788192 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/178.png b/perception/cross_instance_discerment/spatial_relationship/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..15307e61b04e83b01f11f3f323c52f9e9a21ba7c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b95016df75acc029c6ddc471b59f3ec78fa98ce0a0f68ccbd7195bffa4bd088 +size 845938 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/179.png b/perception/cross_instance_discerment/spatial_relationship/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..76c9f311bf5a301873b591327d6a31e766cd3ed2 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b9069531a5df3c329f9db0db27a5a326140c09536d092229618ebc0d4435c2 +size 746671 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/18.png b/perception/cross_instance_discerment/spatial_relationship/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa913507970d0f914ca2d574448a071d17f7c92 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c6909fc96001a22d9d592265854a117ef0d18b30fe3f57e0736756a1901cb +size 704595 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/180.png b/perception/cross_instance_discerment/spatial_relationship/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1d846b0e7b0f7b9aebaede4a71ce7cb5888db8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98939ddc4ecf9565a31b81e3f93b3001259eecf8a9c4e3fabe0703e954fc3255 +size 842446 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/181.png b/perception/cross_instance_discerment/spatial_relationship/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..73aa3825d4029a3e31bd0eed9dbf8ab49741baf5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5a30b5f1c53d70212fac7d65c4f7dcb294fd5b0f8d5a7f2fb4154272a1292d +size 793559 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/182.png b/perception/cross_instance_discerment/spatial_relationship/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..4499f2989d2611941e89eef486063b2990380e13 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f176a98c9a21c0477ef5ec187b22a778afd81d0e04e061de9000f43c06c5d3f2 +size 828126 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/183.png b/perception/cross_instance_discerment/spatial_relationship/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..d007f9c174c496230c34494e543a9afe0234adc7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0364823caa724975554501ac8fe3339c663bacdeed270fdfd0e37735b36e0369 +size 739126 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/184.png b/perception/cross_instance_discerment/spatial_relationship/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..b2abac1389e436054c4a83f49efce6fca4d9a13d --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a76f041e26b8785813bc954269641819bf39f7169423cb5e147767a1d7b64d +size 855579 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/185.png b/perception/cross_instance_discerment/spatial_relationship/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..14eec5fedaeb5c8c09aee2b9aab2b4eb1b154fa5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fff9a7d890f3610142789a4bc385990ccda309739c78b86d3317006794fe62b +size 907825 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/186.png b/perception/cross_instance_discerment/spatial_relationship/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..91e9331d96b6a71472a128399747ed3aa1902042 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f7dc08ac5e9ba985b8126a26c8fd3980f2e4c8623e63ddccfec8b3bd7926d1 +size 814129 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/187.png b/perception/cross_instance_discerment/spatial_relationship/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c6fd6437074367fb35fa86b35bc7ce47988998 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676b3f8ead7427dddd62aa3a5b96eb6d3562e279166744e4b5c19cb0feebaec2 +size 699561 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/188.png b/perception/cross_instance_discerment/spatial_relationship/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..6f885da58322c17540a564a99f63ab2bd4069df3 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c63cb359cc8588ebfcb3fc24fcdb7c60cf3e9e0a17d46175fa34fd8da95658a +size 933884 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/189.png b/perception/cross_instance_discerment/spatial_relationship/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..888860c4fa40887e8a261494e54aba419659b91a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef6bef66f7d89dd4df1f1e795d52186208cbde88bf266772bbce103e527b994 +size 803275 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/19.png b/perception/cross_instance_discerment/spatial_relationship/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d158592290a4f3b92c226a13b4e3b7cd06578a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99062a40dab140dbf655b719d0295cc706ac911d0c9b921774e415060973ec85 +size 844011 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/190.png b/perception/cross_instance_discerment/spatial_relationship/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..33a405429369769d084a7ce9dc521b2d85ef010b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499758204181196a3119b913c731eea64b90d92f3cc6419eb5eef078d5a84127 +size 643142 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/191.png b/perception/cross_instance_discerment/spatial_relationship/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..18fc0730dbe4b1c544ac4342e4c58482b5d35830 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f622b40201d06bfe92a065cd55ab400f35b3814f966bf0b47d628c544e2f3526 +size 870209 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/192.png b/perception/cross_instance_discerment/spatial_relationship/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..60a91fff8e8a7ab0bb964f030b2813c99a308a84 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a11516ea25aa2e2d5afe7767728bf903dcd906b36d41b345f9d2b280e63267 +size 711847 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/193.png b/perception/cross_instance_discerment/spatial_relationship/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..9edfda18c7ae6eb724e4a2ab44f87b5a290c6b51 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bce577f6955678917ad62a8d4ba5979c3f16bf19738d045065b1cf76b39498 +size 774267 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/194.png b/perception/cross_instance_discerment/spatial_relationship/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..2174aadb96f6048febdaec86fb726102ca4db548 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b725e6f5633901ffce1d52098e8b0cd57d9435318c024205bc43d9a03afc2 +size 840131 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/195.png b/perception/cross_instance_discerment/spatial_relationship/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ba0b2272fa1c3de4e5299e8f9e51b886e40fa8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968ce760fd54e2a64ca44f2c77f82b47a13dd207b046bd374eaed97dc6636855 +size 803896 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/196.png b/perception/cross_instance_discerment/spatial_relationship/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..56bfbc62fdab1ab1eb8714639a9357c2cad7f1f9 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e8c1c79821e608a437f459302fef65dcd4330c8414e8a67c7c4e2017d19bee +size 810501 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/197.png b/perception/cross_instance_discerment/spatial_relationship/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..1560598bdc0be56f4026a44f6e66a23a50f50757 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7520d36f1ff1fee355e050de6f727979c56cdd9c4b6229805b776fb6272e7e19 +size 833459 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/198.png b/perception/cross_instance_discerment/spatial_relationship/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..e700c49ebde24f44bb84d439e1c8563299418523 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b34ee9451977e341dde61464a537cf268a0123e45625ac53d34f32c0257c7d +size 809700 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/199.png b/perception/cross_instance_discerment/spatial_relationship/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..e700c49ebde24f44bb84d439e1c8563299418523 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b34ee9451977e341dde61464a537cf268a0123e45625ac53d34f32c0257c7d +size 809700 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/2.png b/perception/cross_instance_discerment/spatial_relationship/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..036e16601bbf427403099ddcc8d724c08e380673 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c301bc200f256a89f31d6160ed83ecbcbc32f46574c63cfcf6d185e68ca3cc9e +size 835522 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/20.png b/perception/cross_instance_discerment/spatial_relationship/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5e1e9b18765b9b2b9f707d3809425b244b741e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2d9fba87f86a4b402f544751d544fe856acb8015f9473d3c214bd1e097bf23 +size 711947 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/200.png b/perception/cross_instance_discerment/spatial_relationship/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..e700c49ebde24f44bb84d439e1c8563299418523 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b34ee9451977e341dde61464a537cf268a0123e45625ac53d34f32c0257c7d +size 809700 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/201.png b/perception/cross_instance_discerment/spatial_relationship/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..d116b1003eb0cd6c90791aec69546b52adcaae00 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea6be2d2cff0b5d1b7de278818897f4cd3b9c3bb1f4d788cc7f35a1fbc9cd9f +size 852364 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/202.png b/perception/cross_instance_discerment/spatial_relationship/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..6eb95dcae36671ccc1086f02e06bbc946c40042c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3110eaac0173e1e1ef66b49eb99357d50b3f356081bb7e8b579a1af43c2c29d +size 733137 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/203.png b/perception/cross_instance_discerment/spatial_relationship/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..d3906533a3ee7960b416dfa64e20622b21cde6ae --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fb6bd33661ef835057c4e2780a56f74d4b93e62325f57fb79d466c4c67ab06 +size 765426 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/204.png b/perception/cross_instance_discerment/spatial_relationship/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..e8428cb7ad04f0e2d6cc007536406c5a71cf3fc8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfb29d59b7197a04cdf6d1ae6c419772c45a96b69efc258e361c93bd68aeba3 +size 759292 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/205.png b/perception/cross_instance_discerment/spatial_relationship/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..ac3e919097abf90b71f8460d161952f5c8c6a4e0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097bd835af0c8fd087403df8eebc7895bbab0279bf0ea253edede9c86a679b17 +size 778778 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/206.png b/perception/cross_instance_discerment/spatial_relationship/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..202109bd88f8d7c0ffa7a283a52453bcddbd0127 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430887bc8be4e83897387b38af7e6a4be1fb4de5fb90e0d9cb2c13996713076a +size 766665 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/207.png b/perception/cross_instance_discerment/spatial_relationship/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..1f99b304728960d72438f6c955671ee0f0cf3d97 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6dfbd6c5c92aafaee9dafd9e2088ea174037c3e1013334975acea22056db1e +size 797874 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/208.png b/perception/cross_instance_discerment/spatial_relationship/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..958aac94ba66ea30b6666a98048f3bb123d97fbf --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d51c86d941648ffbad6dcb016e02238cecfbca7e21bf4d9a5d9c9d7decbc9d +size 711902 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/209.png b/perception/cross_instance_discerment/spatial_relationship/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0325e649e05807c6f32e1f795d352dacf48995 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afd3160c05f2f72fe4d2a1e4c7a043f159da6a5593f30b9ce869bc2eb8f58ff +size 827699 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/21.png b/perception/cross_instance_discerment/spatial_relationship/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b4f7fd1c37ebc77c27bec0918287e207fb569b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354bac1613bea81be69e3a2a0ec6465d72de70653add1c37d62808a71d588a3b +size 760448 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/210.png b/perception/cross_instance_discerment/spatial_relationship/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..8780d1966194ecfc844d540c597f50f14eade191 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39fe97b6075cb042fa3295c32c17ebdb27ef3011b8407cb03156a03a068d25d +size 770865 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/211.png b/perception/cross_instance_discerment/spatial_relationship/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..8780d1966194ecfc844d540c597f50f14eade191 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39fe97b6075cb042fa3295c32c17ebdb27ef3011b8407cb03156a03a068d25d +size 770865 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/212.png b/perception/cross_instance_discerment/spatial_relationship/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..8780d1966194ecfc844d540c597f50f14eade191 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39fe97b6075cb042fa3295c32c17ebdb27ef3011b8407cb03156a03a068d25d +size 770865 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/213.png b/perception/cross_instance_discerment/spatial_relationship/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..23d956bbf749449ffd747c568173228d03c89d07 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b46575eda96dc0f8aadea4a35dd046e97040c3150236e4bd825540ede145b6d +size 815411 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/214.png b/perception/cross_instance_discerment/spatial_relationship/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..139851d96595722a785ffe05a20d4cb308766edb --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccdb5fdb2d1994cc05b2b78c8a3b057da7fc1b8e2d61dfd589960cbbf866caf +size 749854 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/215.png b/perception/cross_instance_discerment/spatial_relationship/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..4f74665ee625bc91d032ad902416477fdce90254 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f284ff30a6f13bd90a343f6064cb7eaa3fff134cb2944f42d9b8b56fe17a18 +size 696296 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/216.png b/perception/cross_instance_discerment/spatial_relationship/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..11539c2f304a4636a3ebad7e5d040d7773a472ff --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4a53e3811d7bb9699896c2d0f69ff0cdbc5fe003bb815f58151304d841c21a +size 771572 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/217.png b/perception/cross_instance_discerment/spatial_relationship/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..2e580e293fbb1757cb0c456aa5f69018d6635929 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72495e92d583934a36213622e131fd840ad8894ba0847e4463a0d1d5538e9b9e +size 669392 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/218.png b/perception/cross_instance_discerment/spatial_relationship/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7ed05ab22522a12c14d6c977851aae3a79d8c1 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395752e36c8370e067ae5db88112a1293e18f13b9b50163083bb068011ddf800 +size 817391 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/219.png b/perception/cross_instance_discerment/spatial_relationship/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7ed05ab22522a12c14d6c977851aae3a79d8c1 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395752e36c8370e067ae5db88112a1293e18f13b9b50163083bb068011ddf800 +size 817391 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/22.png b/perception/cross_instance_discerment/spatial_relationship/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..12269094b5c859244a4ea7fd6149ac98ee55f817 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c31dfa9070bfc74cb709309823e1372ea82ccbbef2231a4f5dd8a1283ca402 +size 796409 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/220.png b/perception/cross_instance_discerment/spatial_relationship/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7ed05ab22522a12c14d6c977851aae3a79d8c1 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395752e36c8370e067ae5db88112a1293e18f13b9b50163083bb068011ddf800 +size 817391 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/221.png b/perception/cross_instance_discerment/spatial_relationship/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..ad621ce056e0dab5ead3344d7b7a1d6966be8875 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3034414a437e65df8eb212d0f026cd5d254c182156fa887398d5b399e81ab606 +size 815051 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/222.png b/perception/cross_instance_discerment/spatial_relationship/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..16ef8a96c08d455bc7b7237536de941ec71704ad --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7193aaf25536f785bc723807ebe6a301562a99b930f6b305963df9734834ee +size 859463 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/223.png b/perception/cross_instance_discerment/spatial_relationship/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e78281f3ef42e8f97352281b1f37184820ea81 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71eb14e24f4057d48409364013c620ce3678bcc06441d24d3b344ccecf9a57ee +size 635185 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/224.png b/perception/cross_instance_discerment/spatial_relationship/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..186e9bd46da3768402e5204ec17bfa3700bd92aa --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01bd59e9a0c59328f21bb4977582f13bae941a17caf51f1cac0304b63bd1b8 +size 748488 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/225.png b/perception/cross_instance_discerment/spatial_relationship/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..6d02b64ff958846095e5d81c6902304d75498d21 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee3111308047ce89d18f8285b424d41dc9b050707da37a30197b56da5b80871 +size 849375 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/226.png b/perception/cross_instance_discerment/spatial_relationship/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ab2c209b7c239aae1b912d8585e216e7ee58b7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e68d20c699f616d3b59d04ef8973fe4109a32017d8d7df916ada3d7570d4e1 +size 838093 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/227.png b/perception/cross_instance_discerment/spatial_relationship/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..1a54e359c905534906a7648a3311cc368eb52b59 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cbd7b8ef0acf58e1dd59dfe3522f299080975702074d0b3ea42d53986afd12 +size 786413 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/228.png b/perception/cross_instance_discerment/spatial_relationship/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2854a6224e3256ecd96b5222bf40066e32f641 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7263a81300ab81f4c2afef6f109ec256be8a392166ec1144cba15a587aeec0 +size 828768 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/229.png b/perception/cross_instance_discerment/spatial_relationship/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..ee314d981df546fcde78be85a727b747ece39dec --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384720dcfd6f48a7888cd11c689f2a2c2c44813a74447df77b5525683b0e09da +size 754695 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/23.png b/perception/cross_instance_discerment/spatial_relationship/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ee4e3ec2d314f9226fc71acaaf242b5fc3fd5d --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df66b74db396dde02cf8ee8710c4da8beaf40f6282e8c987e4e607611f0f225a +size 895324 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/230.png b/perception/cross_instance_discerment/spatial_relationship/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2503a11551f1382b068a166ed2f545065aad45 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33237e5742740ee28c795e211897940370cb792e8c989358b97cd3173e1fa1bb +size 697223 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/231.png b/perception/cross_instance_discerment/spatial_relationship/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec81e37a5a2843544d0076d25fe92e77de00648 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c45632ef32c0232acdd107a4c91fcf4aa5a1811907639a360b38de027c19379 +size 780961 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/232.png b/perception/cross_instance_discerment/spatial_relationship/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec81e37a5a2843544d0076d25fe92e77de00648 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c45632ef32c0232acdd107a4c91fcf4aa5a1811907639a360b38de027c19379 +size 780961 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/233.png b/perception/cross_instance_discerment/spatial_relationship/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..d9340cbfa7ab183f9ef93b1352e251a80d46d29e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275db9bea83c455a38d249677c921d35e39cd6e8fd844a44464416d5b20aca16 +size 712121 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/234.png b/perception/cross_instance_discerment/spatial_relationship/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..d9340cbfa7ab183f9ef93b1352e251a80d46d29e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275db9bea83c455a38d249677c921d35e39cd6e8fd844a44464416d5b20aca16 +size 712121 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/235.png b/perception/cross_instance_discerment/spatial_relationship/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..447b0eaad8f60890413c94835af1191137eb3aff --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871a9ef8eafe28cd03caf31a26654dd08d0325852a75b08f9a0221ecd1f055da +size 816885 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/236.png b/perception/cross_instance_discerment/spatial_relationship/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6f740da5b75391706fe4c29c5e1acd03a596a2 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d70d75cffcebda8a3945a1a7f466e533d498d509a989b9b98600620e1b9608 +size 750415 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/237.png b/perception/cross_instance_discerment/spatial_relationship/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..85baff0db369d315381ed7af9c94095dc67eb303 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ad60d7a57d8f76f37b2b12847bcbbf438d2115cade66602047b2c608a12be6 +size 802753 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/238.png b/perception/cross_instance_discerment/spatial_relationship/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..614d9d40b6072f1c90b2a4596d6746cfbeb4003b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7e9304b686f400d7af68af85e7924762222eeba692c7a2935002f8b8c1c64e +size 852401 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/239.png b/perception/cross_instance_discerment/spatial_relationship/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..614d9d40b6072f1c90b2a4596d6746cfbeb4003b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7e9304b686f400d7af68af85e7924762222eeba692c7a2935002f8b8c1c64e +size 852401 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/24.png b/perception/cross_instance_discerment/spatial_relationship/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..5edf9d88f00ceff44c28f17dc61d47a9f2e25a5e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a265bdf7f3b97297d99184b22330e98edf98355dbd24b2b6a52a74cb5d233a8 +size 907534 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/240.png b/perception/cross_instance_discerment/spatial_relationship/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..76448620334f67562e4f8404dc0a2f89e362a2d5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07adebab86ed991bc38f65dcb889ef23da001f9cf88452051a7969aa69a5987 +size 828402 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/241.png b/perception/cross_instance_discerment/spatial_relationship/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..355ced6294d85cbdaa0cf61ddb60cd858af27ebc --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fba4939a5b2a3b9b34ff49422aeb5bd8e61c4840d85b37823fb621bb64b963 +size 748565 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/242.png b/perception/cross_instance_discerment/spatial_relationship/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..c470cb0f663bd9357b801bd047d17bd3044e8804 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db82ec764c0a673b1deed929f9ed09b9d073bd510dba3ff35beee319e9271a56 +size 717528 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/243.png b/perception/cross_instance_discerment/spatial_relationship/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..fd31b556724287c1b25b3835a2dfc6353c7c9ba6 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f13808fb095e8d0b55f895d0e34186c5fbf347ec873f536ce657883bf88d88 +size 829347 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/244.png b/perception/cross_instance_discerment/spatial_relationship/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..c70aea95eaea7cb22cd85f84adc4cbbc2e5a5195 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa55b5213eed1f7e653a31d7680f781b239201e4fd4fb2636cf8b9ef2b462ab +size 778078 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/245.png b/perception/cross_instance_discerment/spatial_relationship/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..f1de377c4e158e02e783ba2075a5e4efdf0be93e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196edf66bb7a1f211415390c6b0ffd1c780fd88dc121f5fc9794a0a5c6f92380 +size 730506 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/246.png b/perception/cross_instance_discerment/spatial_relationship/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..0b424c2053f09bc1d8d75359bdbe2669c256dfaa --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9368130a4f1461112dc2af26a21b38b0daaebdbfb1f25516bca76f0232d7acf9 +size 712537 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/247.png b/perception/cross_instance_discerment/spatial_relationship/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..7d02447dec45d63a5bc5f414da499add7dc187a0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59d7c8d7d80d392a61b85c024b67fbbf489700addd1a1777a48c7d9e4d0ef1a +size 813571 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/248.png b/perception/cross_instance_discerment/spatial_relationship/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..7d02447dec45d63a5bc5f414da499add7dc187a0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59d7c8d7d80d392a61b85c024b67fbbf489700addd1a1777a48c7d9e4d0ef1a +size 813571 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/249.png b/perception/cross_instance_discerment/spatial_relationship/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..984dbb65df241bed38da6ec8a0975c5837ecc0ae --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2938e835a7e54a7c7812c56f45c6b7013c4387db770026209d83da5785e92180 +size 663552 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/25.png b/perception/cross_instance_discerment/spatial_relationship/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8bcec0783a91be33e9ca5345b8772828c65d69 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1eb02a74a3135200b78d50bba2a426834eb23ececa18a580ddcfc0da8a1ebc +size 792633 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/250.png b/perception/cross_instance_discerment/spatial_relationship/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..efc851fe14ea68963544d6d215204a6c40d8e818 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2998318757f04dfc2d19b9b89bc1a7062d197390482a2fa8d231b845f9000e2b +size 718452 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/251.png b/perception/cross_instance_discerment/spatial_relationship/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..b4307f04c282ec3a8d3c3c4150a2bf8357c18e12 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29c54ee3c698a93d3b1acf6f8ebbb23541487d270c02c37eeeb42a776e4e613 +size 710442 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/252.png b/perception/cross_instance_discerment/spatial_relationship/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..b4307f04c282ec3a8d3c3c4150a2bf8357c18e12 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29c54ee3c698a93d3b1acf6f8ebbb23541487d270c02c37eeeb42a776e4e613 +size 710442 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/253.png b/perception/cross_instance_discerment/spatial_relationship/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..b4307f04c282ec3a8d3c3c4150a2bf8357c18e12 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29c54ee3c698a93d3b1acf6f8ebbb23541487d270c02c37eeeb42a776e4e613 +size 710442 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/254.png b/perception/cross_instance_discerment/spatial_relationship/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..410f1f48b3915d9307a6c40c4584f27a592f2209 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3b64c2f65226dbd2cc93a758829cfdefc8987fed370193ea75f1fb25fc2648 +size 746662 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/255.png b/perception/cross_instance_discerment/spatial_relationship/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..94d165e6c224db1e8660d77c7e3d542eab8f9aff --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79c639df6e32b09cfbed4dd835a31558d9a5283dd220801d4e386f71684b800 +size 758822 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/256.png b/perception/cross_instance_discerment/spatial_relationship/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..94d165e6c224db1e8660d77c7e3d542eab8f9aff --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79c639df6e32b09cfbed4dd835a31558d9a5283dd220801d4e386f71684b800 +size 758822 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/257.png b/perception/cross_instance_discerment/spatial_relationship/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..b13b20ea67055961d9b1db40df00c831115bed67 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17005ca2aee5921a63baf307d0bcd30ccf1078d278b27ee81c720713e1ca838 +size 683619 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/258.png b/perception/cross_instance_discerment/spatial_relationship/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..36680d32dc2a1599792a1044fdd3ddc484a69f44 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094a13316a89f06f2635fc730b0d4e9d597b04a739d3c5c21bde2c1a90acd210 +size 797073 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/259.png b/perception/cross_instance_discerment/spatial_relationship/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..a3486ec680bba9ba762464844d56fd4605fa699b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69217cb7aed8b8cf61b21880e468d8503065d6039d10df2695d8ffe6e878c5f +size 850804 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/26.png b/perception/cross_instance_discerment/spatial_relationship/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..204fcf73aa8e7c6d9d733d31215bdb0d8d7da117 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1914f0b571a355b1a405cb3ef3fe8c4d3eeb185eefd93e543a3ebc08691fa6f4 +size 790325 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/260.png b/perception/cross_instance_discerment/spatial_relationship/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3eae284e859e6e565f3bd49de83cd9c60a232b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68c0bc000919ab6e1ae8dd1a1e00753a8e137714554f1b4c535be155ef9ce4d +size 828667 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/261.png b/perception/cross_instance_discerment/spatial_relationship/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..4273a7725c4bc118da18244655a0bfaed60e2a57 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b724e5503f242888b75444cf907566d9eac434a6d623de6cec137988e1898bfc +size 690707 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/262.png b/perception/cross_instance_discerment/spatial_relationship/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..efe6b7a12a7ccfea6c8e8527fb36e977380ec13f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55b7d1eb0b91465b7cc299b5408456b39758b360cda32db5ee6902b1f4625a1 +size 767170 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/263.png b/perception/cross_instance_discerment/spatial_relationship/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..db6aee1cf34f374bcd8bf825505012909bfbf45c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28887e26f1a081f5842db9730a2903609b7f54683907c99f16808ddbfd43c26 +size 786585 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/264.png b/perception/cross_instance_discerment/spatial_relationship/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3a5e40ffecc2d923d3dda69b5a2b28077e6356 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492e5b1ccd291b64aa947b96466c15406c3ba49aefff36c512c38aeb46c0796a +size 843920 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/265.png b/perception/cross_instance_discerment/spatial_relationship/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..877d194d851127a61c8516a928436e773cb83296 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa880e55bcf69c3ef2847f2f9620670c2f17d832163f7e3b707c85482f881459 +size 746011 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/266.png b/perception/cross_instance_discerment/spatial_relationship/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..717418b0caabb158ea35c5a6518a9372763f15dd --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cf7092b73ab5434bcde55615026245b894518268eda8959c7849f5fa3ca18b +size 771470 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/267.png b/perception/cross_instance_discerment/spatial_relationship/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb87d0755dbbde3203df040f4172be40ae3d6b5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516d6715192bb6ba3448e82734ad0bcbdea430bebd0a15f48f613f233f3cb032 +size 774887 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/268.png b/perception/cross_instance_discerment/spatial_relationship/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb87d0755dbbde3203df040f4172be40ae3d6b5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516d6715192bb6ba3448e82734ad0bcbdea430bebd0a15f48f613f233f3cb032 +size 774887 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/269.png b/perception/cross_instance_discerment/spatial_relationship/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..106c7617089b4d3b9d799f71dbe95de921663b49 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8f34f384b3cef0d210ca3d4b9483b9d82bbdbdf4d6b52db72c3d1d5ba876f8 +size 701941 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/27.png b/perception/cross_instance_discerment/spatial_relationship/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a294c2bc3e087ada9a8a101e241005cea14395 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c501048aff5a317f9562fa3b71c5432d7198054827c129dc2e39cebd99b5c1fb +size 900904 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/270.png b/perception/cross_instance_discerment/spatial_relationship/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2d23f2014499b2d17d58562a8b80e7b48f636 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0198c0ddb124ddf2bc7ee110010f5b0988038692007eba1d3f818baa3e661 +size 663398 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/271.png b/perception/cross_instance_discerment/spatial_relationship/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..b419e8e38b6df2a4b34867749df8978ee362dbf7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40936a6b0d185d3714fc3f21f890a17046b03adb234520f9d827de62ac1065c +size 864078 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/272.png b/perception/cross_instance_discerment/spatial_relationship/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..b419e8e38b6df2a4b34867749df8978ee362dbf7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40936a6b0d185d3714fc3f21f890a17046b03adb234520f9d827de62ac1065c +size 864078 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/273.png b/perception/cross_instance_discerment/spatial_relationship/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..b419e8e38b6df2a4b34867749df8978ee362dbf7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40936a6b0d185d3714fc3f21f890a17046b03adb234520f9d827de62ac1065c +size 864078 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/274.png b/perception/cross_instance_discerment/spatial_relationship/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..d57808442f1a276775c65b072c4bfa82f3f4aa99 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24963a76b2eb26529a4cfe1788113d6916e953e71c2d4356a1b465b34eb0459 +size 759507 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/275.png b/perception/cross_instance_discerment/spatial_relationship/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..d57808442f1a276775c65b072c4bfa82f3f4aa99 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24963a76b2eb26529a4cfe1788113d6916e953e71c2d4356a1b465b34eb0459 +size 759507 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/276.png b/perception/cross_instance_discerment/spatial_relationship/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..7b200062175e6fd581d76e31ba8bb05347a26e85 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fca0ca86d10a5d1397b6a4c9325339d3550e01553a23bbcfc82b28499b90dca +size 773217 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/277.png b/perception/cross_instance_discerment/spatial_relationship/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..3ddda17d3dd3bc3cbc5c9f41f75e45afd8d664b5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372232ef76647f4917788cee9056beffdf7f52787106c5e223f617265663f63b +size 811976 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/278.png b/perception/cross_instance_discerment/spatial_relationship/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..1adc16e596a0b7c1378e6e808e0afcf0076f3174 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a950bf1fa06044ae7e63833500462531f1b6e87f0e2a8ede23254bcd6f4215bc +size 833236 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/279.png b/perception/cross_instance_discerment/spatial_relationship/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..2e55db6b73f7a124e44e54bb666fad1ee814c94e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc06f2f0fab0cea91c1aa04a9ada22bcbc451f39447068092ea973352574665 +size 750095 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/28.png b/perception/cross_instance_discerment/spatial_relationship/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..60dc2bba91d442747d7c56eb027b5d6fafd87ce4 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367df7118a9d547770dbb0e368418ce9cfbebf10cb7484b8f45fa589a4b24dbb +size 763700 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/280.png b/perception/cross_instance_discerment/spatial_relationship/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..0d06e8b7ec9e643a2d0f0bb380b06c4e92ace798 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c84898d0603be4b2abf057272483db21a0baf79d19b348da6bc8a5ef8ae1725 +size 771435 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/281.png b/perception/cross_instance_discerment/spatial_relationship/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d6f96a8a1db8c5ad93d58b5b5c3fe7deea0760 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77afa2485bf602d770a693c73d0c147b7fd36e5a7c21dc1d80f1c67bb334aa3 +size 789904 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/282.png b/perception/cross_instance_discerment/spatial_relationship/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..42773d679f20f40d69fd032d970f74884b0093c8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee40efab9b13be5db102adede44bead1015390e34d2881da1df5542327cac39 +size 749370 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/283.png b/perception/cross_instance_discerment/spatial_relationship/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..c95527e17cd39dd783e854fcbea02e1d8786b2f4 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91241dbe5de357fddd5011c74cff6f13c276e51211353c7e68465fc17e43430d +size 900496 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/284.png b/perception/cross_instance_discerment/spatial_relationship/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..d45630c07411227a00889c3702a4b78174a600bf --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08b22e8e6d392c095f66eabdd50122aeea53f4c46b648d9dd21ee0f7759b1f6 +size 828324 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/285.png b/perception/cross_instance_discerment/spatial_relationship/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..d45630c07411227a00889c3702a4b78174a600bf --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08b22e8e6d392c095f66eabdd50122aeea53f4c46b648d9dd21ee0f7759b1f6 +size 828324 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/286.png b/perception/cross_instance_discerment/spatial_relationship/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..809d08ab775c18f23edcb2396c33b74d0b070694 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065700b6e96f130a91ccd9374e231f5137e72f91d7c62db168fd38bce4e5d51f +size 785228 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/287.png b/perception/cross_instance_discerment/spatial_relationship/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..809d08ab775c18f23edcb2396c33b74d0b070694 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065700b6e96f130a91ccd9374e231f5137e72f91d7c62db168fd38bce4e5d51f +size 785228 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/288.png b/perception/cross_instance_discerment/spatial_relationship/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..809d08ab775c18f23edcb2396c33b74d0b070694 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065700b6e96f130a91ccd9374e231f5137e72f91d7c62db168fd38bce4e5d51f +size 785228 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/289.png b/perception/cross_instance_discerment/spatial_relationship/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..b4c4323aea7f0dfd269412468645c91c5cc7fb7d --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087cefe71342cec3152255532b2489a740ecc0c8e0c628fcd648d0edea85a00a +size 685313 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/29.png b/perception/cross_instance_discerment/spatial_relationship/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..95a708f38953ddccecc42e2639948d150b9ea2a0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab55d7b94e85612a4e1d73bef937e825f4b724bfecdf539edba3f5157721c91 +size 844103 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/290.png b/perception/cross_instance_discerment/spatial_relationship/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..132535e45d661817f45a97dd57fea730a740acee --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ccf4c73758545ee69daddec559962fdb287d6b2d9fa28041a72092c8d52f0c +size 901172 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/291.png b/perception/cross_instance_discerment/spatial_relationship/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..88f0fe7fc78c87d6d02c6938fd4601881edf1125 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2bf9329ad20972ca7f5a93e16d74ba3f02854be9723c74414e32d1eb2afa3a +size 817304 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/292.png b/perception/cross_instance_discerment/spatial_relationship/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..9989b7bdb212bcd0f7f0b260bde61218bb6a79cf --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceb6576d93cfbd56695ae5346cc7e374aa72cecb5e817470cafa4243807beff +size 871246 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/293.png b/perception/cross_instance_discerment/spatial_relationship/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..da28ff31d6335ad9451bc21b02881aa9136f8c37 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b871f3be158f61f1c4c44627c6cacd584d80747c784953ac99dd654f0a7fc0f +size 786523 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/294.png b/perception/cross_instance_discerment/spatial_relationship/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..9e970c617a722765fccca71b37ebafe1db887de0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1d383c3c648746aa0fe345cc96d58d4ef759d0ed5c9b5d015726661a0046a3 +size 842164 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/295.png b/perception/cross_instance_discerment/spatial_relationship/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..9e970c617a722765fccca71b37ebafe1db887de0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1d383c3c648746aa0fe345cc96d58d4ef759d0ed5c9b5d015726661a0046a3 +size 842164 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/296.png b/perception/cross_instance_discerment/spatial_relationship/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..4bba0e868ef87c081d462c26781b8cda5f50066b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c6939e5fe6ce94df69084f6c342df198e54d80aec2b2bad65306469c1639fa +size 875477 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/297.png b/perception/cross_instance_discerment/spatial_relationship/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..18e3d774ab0b85f5bab50de87651b554f5deded4 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1392b265ac08ce99e770af14594b20aef8a6f7bf5f06d7e30b5ae27b09cfcc2 +size 777232 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/298.png b/perception/cross_instance_discerment/spatial_relationship/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..c640d2a00eb711211cc9241704c0147f93ca8233 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bea97a7a3444de9ab498cf5fb23241552f668370c39781e1244cc5fd5ced72e +size 788347 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/299.png b/perception/cross_instance_discerment/spatial_relationship/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..459a9e7be18495394e63b2823fbc27e757300eb3 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e461683a8f070a841dd2e1e203d50a2af9f0479faca9b5d058bae257f0cb133 +size 812454 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/3.png b/perception/cross_instance_discerment/spatial_relationship/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9f13868f4f4e8ec76a028e5454f92db2526cd532 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675933e5d8d9464686642ef25392f55bccb8d1fc3ca1501d0ade0bb5615af6e1 +size 906966 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/30.png b/perception/cross_instance_discerment/spatial_relationship/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..1755948b054a11ad0d8e36157dcd05107666bcab --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a836af65d1f73b7580234238568a5f008800c37419bb34a573a76ead1dd576 +size 821030 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/300.png b/perception/cross_instance_discerment/spatial_relationship/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..d74b6277e8bb893b433bbb8462afe8c38e439e78 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6140732ece0101b82c07c87d15e01068468d86fb374e9433a8ac45448165dc +size 835262 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/31.png b/perception/cross_instance_discerment/spatial_relationship/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..d9dbb09061376c96d9ab0090df6889eece290e70 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7301ae15aa349e8b273a1a902bfe463105a41ed3eb5003eb7cd29b1a55d063b +size 806947 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/32.png b/perception/cross_instance_discerment/spatial_relationship/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..49d4874b9734a29eb500dbd7fabcbc87eeb21745 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158c86838b5b1b2c2a74a6bcf0673b4bbb0ed4406ed87bba8e6389e52a386edd +size 790569 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/33.png b/perception/cross_instance_discerment/spatial_relationship/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..f79c766963aeea8812aa74f2f5b1b5f8703e22b7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e950ac98ac1ab1fa4f15bca68ebb2a89f258e7ae6f5cb80da92048086fd66145 +size 766324 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/34.png b/perception/cross_instance_discerment/spatial_relationship/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..92c84ae52201955c5c036756874d4c2eea9fd9b2 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a630747f3011b226a6b857ed07ef6a796140d3c234a1846c9606477ac635f86 +size 849109 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/35.png b/perception/cross_instance_discerment/spatial_relationship/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9783e95e3a2005292166cebe388da9278af0b2 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8db23652277b4ecd405730334c527b55d75bd12854f2b14fe787109d1c83cf6 +size 833511 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/36.png b/perception/cross_instance_discerment/spatial_relationship/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..057699a127c5d3f83462174b716419d6ccdf8dbc --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2657b37aaf3d8ebb20d013b03798b2f6432251ed3cc3a03c3d32ac52681409 +size 852462 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/37.png b/perception/cross_instance_discerment/spatial_relationship/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf3d251be0bfa5f84e17d6c15332ae2f756e9fb --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d4a8764df24a3c4e5c7c5f2abbac9c17a5a84590cdac88b086c1ba8fe57e1f +size 815695 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/38.png b/perception/cross_instance_discerment/spatial_relationship/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8f584a993d566768affe02057db6c8e2e5f292 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d931ff38c4187f0f28e52bc1880c39249fc2c23bc391c501965a6a1671cff8 +size 845425 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/39.png b/perception/cross_instance_discerment/spatial_relationship/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..64f9fc780c7a57a7a607ec3ffa2fb1ccbf4725cf --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7976ede7ec3a69561990d02c927d295b5d5fac09647b57ad45544ceaab444cd0 +size 860284 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/4.png b/perception/cross_instance_discerment/spatial_relationship/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..0e42f6d71ef35892da3360c967daef96a40da760 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7119bf04ed25b35c2aa0d567a6d23e91207715abbc0da6f20338e0606e0c1062 +size 856797 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/40.png b/perception/cross_instance_discerment/spatial_relationship/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..0273028e89fd3b14d90791f22df993a382f5436e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3035fa4424894505902cb9d86058f3bb4f52b5f07bf5ad584498d34b84e4a0a3 +size 835114 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/41.png b/perception/cross_instance_discerment/spatial_relationship/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ea719915cf617c3d86a2d31a9d68ba8aacc1ab --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f4426c6508afa533201b5b3d626625cc54dc5b7da77b687c7534d1ef1199cd +size 800909 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/42.png b/perception/cross_instance_discerment/spatial_relationship/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..8be1c15dfa652a92900028cf694a53e725fed80a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ce3d273237db36252919a139a8beaf539fc8c3761e40fae2b80223ab36f41b +size 769172 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/43.png b/perception/cross_instance_discerment/spatial_relationship/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..88073fac04ad7f01a49ac0e9001f197e6c64a83c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72b309cb63caba34eeec426b8849a88099b283c87433b8bd068c4ddb82802bb +size 798367 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/44.png b/perception/cross_instance_discerment/spatial_relationship/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..3823b185cedfbadcdf0eb23053d31a77139c57a6 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bdada9c879b3a5dcb4c88971e28e8b32e168736d1c0e646c04ebcdce64221 +size 804838 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/45.png b/perception/cross_instance_discerment/spatial_relationship/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..d131a109ab9cd5f1df9d43d3676088bd9cd1b931 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36195ae39434cfbe570313076b1e18d247b18eda5972e6693f9b8676b82a9752 +size 853953 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/46.png b/perception/cross_instance_discerment/spatial_relationship/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..74421150c71519ba43942004fa3b625be4e925e8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbad50a6428d712ba7cb0d6c5314e5947569d9c9283364fc490c7b4cdda882e +size 812234 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/47.png b/perception/cross_instance_discerment/spatial_relationship/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..6f034f5d09728f47157f3dfc9e369b132bc6b382 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37769816fc6db78b8dd9ebf99ab30b2939322579655cd3971f0e47a8ba9124 +size 867515 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/48.png b/perception/cross_instance_discerment/spatial_relationship/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..263001f460f316c1b6860bbd91ad375e525c499f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f62d2042566605b2e907813c54eb6c6b96d673b0a0b64dbe88851feffb8a0c +size 902768 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/49.png b/perception/cross_instance_discerment/spatial_relationship/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..71d8fb0880a4ab40a877af817b617ee4a86301af --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453b0caf93bc1208886dc5313e495421e0358564e874956c0e835a4465a69baf +size 876690 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/5.png b/perception/cross_instance_discerment/spatial_relationship/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..847aea422b0baad9cec93a86025cc22394b32808 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bb5eb88b76712e68bdc3babcf792d7b245d3b59677c1ac1e00b135a0dbe94d +size 874489 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/50.png b/perception/cross_instance_discerment/spatial_relationship/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..e59a1f17581ceb643c13e913c98b845844f59ecc --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cbbe8b3bc0f172efee54316bc5ab3492abc09fef85fc77aed3e929c0c9b522 +size 885664 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/51.png b/perception/cross_instance_discerment/spatial_relationship/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..c11c1ac1e165a3e165c8c0cb0e2924bef4a1645a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1d61d29114fd7b2b60ba5007edeac4e9490e9221ed0b8a53f25f6ec52734da +size 836946 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/52.png b/perception/cross_instance_discerment/spatial_relationship/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed45947c1ac429303414e532cbaabf5aec22948 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cb8468807b83502163b51e707796bca043b72b71d1cf6132f86b9eb6ea5485 +size 759240 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/53.png b/perception/cross_instance_discerment/spatial_relationship/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..b86a2f032c1c445153892f27bcdccf2dc731feaf --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf07f4acc43760f48fde4860941964c0165e12e96f25046f0354bded37902fc0 +size 917029 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/54.png b/perception/cross_instance_discerment/spatial_relationship/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7a5c41e0d249e4b9228b740fc350ce9382c5fc --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701a5b3adaead7a4d2b0c2b2ec6845b80564d2427e922cd1cb7b4d2603bb15ef +size 896055 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/55.png b/perception/cross_instance_discerment/spatial_relationship/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..f1b1a372adfd81d62da6178c9150d56586b97e2e --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bcccb6e7ca2aca27fe856f3e55e9c097240035956a53398d478737a2bff57a +size 873562 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/56.png b/perception/cross_instance_discerment/spatial_relationship/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf0365bdd33cd48d318708a83ad4a6f51dc896c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236bcb6967ec7e89e7e000cc20a93d55e306911495d187015107de7086c8c7cc +size 905167 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/57.png b/perception/cross_instance_discerment/spatial_relationship/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..df683e44061a9b4a92d85194c0a0f106033d01fb --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc271f64ac2875b2843568cab0f2435ddc338f3147be3d39a90385b382e933 +size 827748 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/58.png b/perception/cross_instance_discerment/spatial_relationship/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..aa712c46a325431f3077249a78ea847ef6bf8c3c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ae385c58751200a48701b679a4d7ad4ebad2e04bd902676d3b3233a3328d24 +size 746864 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/59.png b/perception/cross_instance_discerment/spatial_relationship/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..08c5b9ee014434fbd6de27c61e364f0e463058a7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c001c0fd236be810419c0a12a2db2819e1bbff453770a603e0494f7880f2371 +size 877190 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/6.png b/perception/cross_instance_discerment/spatial_relationship/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a6e1813557134ba64bcb74b7768929a4f7e511 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ab5b49d9367b99d6f24bbc9d521c804383454b0f6e7361546da83ddeae3b2c +size 891931 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/60.png b/perception/cross_instance_discerment/spatial_relationship/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..3c60b276a1e559c39e0c6fe79e8c8345b3f468d8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b988d820adbe83660f15640c094c8a3a6df060bcdc74336927d264e06a3507 +size 864776 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/61.png b/perception/cross_instance_discerment/spatial_relationship/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..b8df3f3ac7b4a88447b8b294be459343af37c350 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fae746d126871371ce29728be2f1a12ae1f80ae2c361a2ebe5b89d873ca662 +size 887555 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/62.png b/perception/cross_instance_discerment/spatial_relationship/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..720fc9fc2fbe2fd6cb6c748e4577d5df7837f3a8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8080739583aa623d8e70ee31653328bb1a877cd5a4769d06495d02ed9f074a73 +size 789551 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/63.png b/perception/cross_instance_discerment/spatial_relationship/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..7b026444bca12b5e1247effa84e30a040ba27501 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f5ddf0f0e8d2975e54b43a385d6055a90be8a4995a3ff9f1b1adf67569f492 +size 944712 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/64.png b/perception/cross_instance_discerment/spatial_relationship/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..8d1cd50d0ade53f2e69b832e42f84ffbc2d642d8 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94344f0cc6a8c87095c13f34e72a79ccb9264ec7276665f2aef330dfaaf51a78 +size 893792 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/65.png b/perception/cross_instance_discerment/spatial_relationship/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6921218398d59610245b336519f5fe4be17664 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d2a9e13cc877a29691e73d61b23c7905169be87c57d01a83ba9f6e0ff5a423 +size 839184 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/66.png b/perception/cross_instance_discerment/spatial_relationship/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2d035b270017cf523718270af09e8b5aa66ce5 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db33822d99ad5f82fc8d5e06339bd2e5288d7a27fd3c4b2baa183416cf99f8 +size 813803 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/67.png b/perception/cross_instance_discerment/spatial_relationship/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..9d367b06ed9d5a2231edb7c4ef6fc51ff04f0356 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb6ab68acb9d90a054a43a3bd246e50e840585be7885a881f9e479dd0df0c7 +size 834255 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/68.png b/perception/cross_instance_discerment/spatial_relationship/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ea6123854c2e529892dea257914d3f69d64134 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc68b8c0b277a82c7ea4d7f919336eb94bfec90f05eddbc4719b56f56000ca5 +size 899887 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/69.png b/perception/cross_instance_discerment/spatial_relationship/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..d505ee9ffbb809bcade34f79280f5de417934803 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32833f1f8a8dc6b8897ad296e06e93ccdccbe73311783ab7f83af54af191b5ea +size 854168 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/7.png b/perception/cross_instance_discerment/spatial_relationship/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..b55881fb93c074618bc7d62787321cfceb667451 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ab1983bb030622323bfe24fd4429a69baf961aaadacc34c63d042dce78bc8e +size 827477 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/70.png b/perception/cross_instance_discerment/spatial_relationship/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..378f376acdeeaccf79ee38f557bf14e0f36157ad --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c330734a5f11b704c9e45cf85284a141ceed81160c241de861f298d8e3e03064 +size 829729 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/71.png b/perception/cross_instance_discerment/spatial_relationship/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..42721da8226304611d33904791a22c5c346e1a0a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56edbe3eabd1f11d12b2badf077cafb19ed08cd4ef57c2d3ddfc7a8b61ab7b +size 887152 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/72.png b/perception/cross_instance_discerment/spatial_relationship/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..10ff6e79e9dd01cdbd2c156a02cc4a5212be1cf3 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e98fc9e56099045afe5e573e8a354236c77479617b8a19bbc124f38dea5606 +size 813839 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/73.png b/perception/cross_instance_discerment/spatial_relationship/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..52902985c42e856d8723b913f5fe3b9ec3f18b1f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e889b70e559c6d95591ea1000f062dc87b919339704b59bfdc1b778896f69f +size 888875 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/74.png b/perception/cross_instance_discerment/spatial_relationship/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..40c03109026e8a7677760902d81f31fe1b7a9311 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f4a5cf2b4496b28df19566523c49e6f67112d4b5e16eca9dcd3435dcac3e28 +size 919545 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/75.png b/perception/cross_instance_discerment/spatial_relationship/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..796e90f6538e6a3bf2e9496fa170649d1492da7b --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f4d3800dad6249df4846d85883d33a9839e02a5930ea75e348f481419d7d4 +size 907451 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/76.png b/perception/cross_instance_discerment/spatial_relationship/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74e89bdc73b38861867fa83b71947746dae421 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26e202540575c036bbcc4e5f2477e6930ffca3e0adbaf67cc9e5f651dd15cb +size 908542 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/77.png b/perception/cross_instance_discerment/spatial_relationship/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..a12b7e254662abf277b3d5c2b2ebeebf0dfaf9ea --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d03f82a2b732c5792d8918f5785c02ac39647daaddc3a712eff4d492c70340e +size 864884 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/78.png b/perception/cross_instance_discerment/spatial_relationship/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1c6ccb15045a39f30e2782ee96558db449cfa9 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9d62e48b2f8e799146d7e62c2280e8b9091ef9d2cc47ec22fef0edd591c12 +size 838192 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/79.png b/perception/cross_instance_discerment/spatial_relationship/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6c20952759a90321a90b9616d6a0df2da83222 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08c01f0f81767445636f3281e77be450001c5c79d713f37c0e392960fb91696 +size 812703 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/8.png b/perception/cross_instance_discerment/spatial_relationship/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..71b42ec19491360cfa3498b50b63277a0b8478cd --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537519bd2035762c4111c8b82bae9b3aa051f2fbed965c6a19e3623a6f2f0e0b +size 874327 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/80.png b/perception/cross_instance_discerment/spatial_relationship/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..51608bac4c685712b427ae001fa73110e965cde3 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba188a425593a64883f188320caaaa051d8cda01f4a323260bf8a2601c3bbe +size 719001 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/81.png b/perception/cross_instance_discerment/spatial_relationship/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..fee6f0c39c22776eb7a3a541313b9446ec0bac9c --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1748f5523bf028af549b78599dccb2cb691582ef69c96b8a97261e0332041600 +size 776094 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/82.png b/perception/cross_instance_discerment/spatial_relationship/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..fcbe6115509d41c2ded14f07e4d0fcdb49d50613 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e382bb7dd85da17e3d5f36cdb6ecc841089104d982d47e51e413649b3dd324b +size 757608 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/83.png b/perception/cross_instance_discerment/spatial_relationship/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..294d2c5864f18f05704fee9da6fc4d1e32d60488 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1efa1876262393d0b54bce4f3de51149c574d68f07dea85281da1ff6ebd70de +size 747422 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/84.png b/perception/cross_instance_discerment/spatial_relationship/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5834fd3cdbca7dda7191181cf156f0aaaa3fee --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350ba01e8b5a03960fd9abdf609efac8d0d913d655a25c4943f21b2f3e8629b9 +size 762076 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/85.png b/perception/cross_instance_discerment/spatial_relationship/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..6a097d00ef4ef7cf82ffe18f13edd6d6d3f9f855 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630d3edaef290721beb10853158f57910e488acd014bf725446a58aa2d83417 +size 697938 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/86.png b/perception/cross_instance_discerment/spatial_relationship/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..3392d7c4fcd52d363cbd802657148b85969fb38a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e4dc04fd10330760a7f354b92bd4f5a9dfb74444bb7dd51847849f59d25804 +size 749027 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/87.png b/perception/cross_instance_discerment/spatial_relationship/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..59e7e2d13c30bcfa554314375a4f49d17e7c3960 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f63cfb192c1ae4e3defb1499b6aaab4748cea50cab0b6d9adfbdcc9ddf6977 +size 807738 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/88.png b/perception/cross_instance_discerment/spatial_relationship/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..de8ff3a962088a4581dccfd0b5ba59ad4338e6ce --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7c55748046c0052dc1599f3e3f5970a1b8e9b244ae28cd65ce64096167b71e +size 651536 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/89.png b/perception/cross_instance_discerment/spatial_relationship/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..5090b84204545578e090be008c0856205a781321 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3386112e2699722f7b011ab1d6409f0950aecf8ed55cd43628eedae611ee3efb +size 769447 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/9.png b/perception/cross_instance_discerment/spatial_relationship/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..40d6cfe94e7f5e503a16c65c940b3baa1132c261 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15193f4be04e7982295151cc0e0a81aa6b261c57d0a148b9478280344207f057 +size 824948 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/90.png b/perception/cross_instance_discerment/spatial_relationship/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..731681d67302285a98dfef141580813c4d67fff6 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e9b83fea1af7df4f35503fd798156da05440d621f0195104ab7301a54a3122 +size 774733 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/91.png b/perception/cross_instance_discerment/spatial_relationship/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..d17ed2a89cf569edb79285d9e143aa735e8e0ef7 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8246d8838dfb002b377f028516694b15a5ff685241f3d6b13e872520f25938ef +size 822528 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/92.png b/perception/cross_instance_discerment/spatial_relationship/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f83ddfc80bcdf94299b9374c6af2fc51821c0 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b008322b4a6dd2903dcca5ecd26a290f36da2752e538bb4f0e3c5ceec4b0fa +size 855939 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/93.png b/perception/cross_instance_discerment/spatial_relationship/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4a228bdd7d698590cbe8c0a45cc054be5c43c6 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191238c0bac1ed2262c971be72017de83f1cfa393c0121ca5b1305d32bd33f0 +size 800138 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/94.png b/perception/cross_instance_discerment/spatial_relationship/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..ea635a1d65c10f264c20277ce56d6365dac1bfe4 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96956607fe0c92bf0e023e70307c66cab63c030a193662385cccbba9d46782c +size 824832 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/95.png b/perception/cross_instance_discerment/spatial_relationship/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..54c69fc992b2ff61d1ed5d1ec580a25cb563db23 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f76e313a832c7305cae3f247bcfb17852957d21e8e697e1c9068c6c3a04a1a8 +size 842450 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/96.png b/perception/cross_instance_discerment/spatial_relationship/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..6277c677ccd03e6cc68957af8a2bcc51bb250120 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ddf1ce6c6881fe356a4dc1365370762abf01b74c804887e441094de925ace +size 873803 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/97.png b/perception/cross_instance_discerment/spatial_relationship/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..3f96644b2e48ac10ab16d36ed7bb41787d7b89a9 --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de3fdaf5737447d4abf0a76ccd34640f57d6ddb99337bfeb4cbdaeaf39761d3 +size 786486 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/98.png b/perception/cross_instance_discerment/spatial_relationship/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..d700a193a9246984a953cdfb71ebe2133cfe0aae --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a8dc6edba3830389bda67615e0063978812796721fee5ce1e3c11f723c6242 +size 851973 diff --git a/perception/cross_instance_discerment/spatial_relationship/images/99.png b/perception/cross_instance_discerment/spatial_relationship/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..85e7e83ebc3c97a5147a3466b2efc328c8f38a0a --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a329523411d1c2b653d82d6794a2b81c1382e4f2f24928690431bb2ea16e3c +size 778140 diff --git a/perception/cross_instance_discerment/spatial_relationship/spatial_relationship.json b/perception/cross_instance_discerment/spatial_relationship/spatial_relationship.json new file mode 100644 index 0000000000000000000000000000000000000000..a68fc8dc0fef66854b6738383eed637923138f0f --- /dev/null +++ b/perception/cross_instance_discerment/spatial_relationship/spatial_relationship.json @@ -0,0 +1,1802 @@ +[ + { + "id": "f2fb2b12-fc6a-43b7-a393-45c16eb4af95", + "image_path": "images/1.png", + "question": "What is the relative position of the silver vehicle to the blue vehicle in this image?\nA.Left\nB.Top\nC.Bottom\nD.Top Left", + "answer": "C" + }, + { + "id": "bb3be8be-3a95-4720-9978-fc4c5fab0261", + "image_path": "images/2.png", + "question": "How is the white vehicle positioned in relation to the blue vehicle in this picture?\nA.Left\nB.Top Right\nC.Bottom\nD.Bottom Right", + "answer": "A" + }, + { + "id": "c880665d-9af0-4138-acf1-f8aeacd7bea3", + "image_path": "images/3.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Bottom Left\nB.Top Right\nC.Top Left\nD.Left", + "answer": "C" + }, + { + "id": "1b9e66ab-8b1c-4ccb-a8c7-1c565d54aa30", + "image_path": "images/4.png", + "question": "How is the white vehicle positioned in relation to the black vehicle in this picture?\nA.Top Left\nB.Top\nC.Top Right\nD.Bottom", + "answer": "D" + }, + { + "id": "a6a61418-6465-4079-9c0d-306e90633e56", + "image_path": "images/5.png", + "question": "Can you identify the position of the silver vehicle in relation to the white vehicle in this image?\nA.Top Right\nB.Right\nC.Bottom\nD.Bottom Left", + "answer": "A" + }, + { + "id": "8fe2987d-9ad3-4e60-94f4-fc88e19919b4", + "image_path": "images/6.png", + "question": "Can you identify the position of the black vehicle in relation to the red vehicle in this image?\nA.Bottom\nB.Bottom Left\nC.Right\nD.Left", + "answer": "C" + }, + { + "id": "e949560d-5926-45b1-b9be-6b57e68e0b14", + "image_path": "images/7.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Top Right\nB.Bottom Left\nC.Top Left\nD.Bottom", + "answer": "C" + }, + { + "id": "66f84a64-043e-4925-8052-eb6921e65115", + "image_path": "images/8.png", + "question": "Can you identify the position of the blue vehicle in relation to the white vehicle in this image?\nA.Right\nB.Left\nC.Top Left\nD.Bottom", + "answer": "D" + }, + { + "id": "989b1a1f-85ef-4666-8a47-acad029bdce2", + "image_path": "images/9.png", + "question": "What is the relative position of the blue vehicle to the red vehicle in this image?\nA.Left\nB.Bottom\nC.Right\nD.Top", + "answer": "A" + }, + { + "id": "c0250f0a-4b62-4bfd-8c67-5e81dd96381e", + "image_path": "images/10.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Top\nB.Right\nC.Bottom\nD.Left", + "answer": "D" + }, + { + "id": "79f2deeb-6a19-4cbe-ba1d-266079fc90d0", + "image_path": "images/11.png", + "question": "How is the white vehicle positioned in relation to the red vehicle in this picture?\nA.Bottom Left\nB.Bottom\nC.Top\nD.Top Left", + "answer": "D" + }, + { + "id": "3ce2a6d8-d41b-4a3a-8e6e-c2b47129313b", + "image_path": "images/12.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Bottom Right\nB.Bottom Left\nC.Top\nD.Bottom", + "answer": "C" + }, + { + "id": "9218939e-c6b6-4126-b91a-aea06c2c5501", + "image_path": "images/13.png", + "question": "In this picture, what is the position of the black vehicle in relation to the blue vehicle?\nA.Bottom Left\nB.Right\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "c0e4a5a9-4e6d-418f-bbe2-b878029e1a44", + "image_path": "images/14.png", + "question": "What is the relative position of the black vehicle to the blue vehicle in this image?\nA.Bottom\nB.Bottom Right\nC.Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "94031707-2bec-4245-878e-6523c347a00a", + "image_path": "images/15.png", + "question": "In the picture, where can the red vehicle be found in relation to the silver vehicle\nA.Bottom\nB.Left\nC.Bottom Right\nD.Top", + "answer": "B" + }, + { + "id": "24c07094-52bd-47cd-b6d7-0315185b9bc6", + "image_path": "images/16.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Bottom Left\nB.Left\nC.Bottom Right\nD.Top Left", + "answer": "A" + }, + { + "id": "9b298702-1833-4965-b4bf-4925fb4bb6dd", + "image_path": "images/17.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Top\nB.Bottom Left\nC.Right\nD.Bottom", + "answer": "C" + }, + { + "id": "dd66b0f1-f065-4cfe-9694-c8d1cdf745de", + "image_path": "images/18.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the white vehicle?\nA.Top Left\nB.Left\nC.Bottom Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "b6980c9f-db76-4e00-be37-6e5c1579aee4", + "image_path": "images/19.png", + "question": "What is the relative position of the sliver vehicle to the black vehicle in this image?\nA.Bottom Right\nB.Left\nC.Top\nD.Right", + "answer": "C" + }, + { + "id": "19a2a2ed-1161-4ddc-9d3f-175df562ff43", + "image_path": "images/20.png", + "question": "In this picture, what is the position of the white vehicle in relation to the sliver vehicle?\nA.Top\nB.Top Left\nC.Left\nD.Bottom", + "answer": "D" + }, + { + "id": "17d5e3f4-6152-4139-aa1d-3e975cbaf06d", + "image_path": "images/21.png", + "question": "How is the sliver vehicle positioned in relation to the white vehicle in this picture?\nA.Right\nB.Top Right\nC.Left\nD.Top Left", + "answer": "B" + }, + { + "id": "125f37cc-f186-42bc-9a22-f7ec0d613cdf", + "image_path": "images/22.png", + "question": "In this picture, what is the position of the sliver vehicle in relation to the white vehicle?\nA.Left\nB.Top Right\nC.Top Left\nD.Bottom", + "answer": "D" + }, + { + "id": "12687c02-74cd-4b85-938d-e437b0a2b6f7", + "image_path": "images/23.png", + "question": "What is the relative position of the white vehicle to the red vehicle in this image?\nA.Top Left\nB.Bottom Left\nC.Top\nD.Left", + "answer": "A" + }, + { + "id": "8c9c950a-966c-4369-beec-c8158c9d5b3d", + "image_path": "images/24.png", + "question": "Can you identify the position of the green vehicle in relation to the black vehicle in this image?\nA.Left\nB.Top\nC.Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "dc7d2284-da7b-4a33-9a32-29cab8745ef7", + "image_path": "images/25.png", + "question": "Can you identify the position of the silver vehicle in relation to the black vehicle in this image?\nA.Top Right\nB.Left\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "78d0472b-282f-4f28-abb4-d8a7e3e7fbc8", + "image_path": "images/26.png", + "question": "What is the relative position of the white vehicle to the blue vehicle in this image?\nA.Top Right\nB.Bottom\nC.Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "e9559173-2b94-4f80-a102-c90c5df0e3a5", + "image_path": "images/27.png", + "question": "How is the white vehicle positioned in relation to the black vehicle in this picture?\nA.Bottom Right\nB.Left\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "994d5116-fd8e-44ae-8473-7ecf522889f3", + "image_path": "images/28.png", + "question": "In the picture, where can the silver vehicle be found in relation to the red vehicle\nA.Right\nB.Bottom\nC.Top Left\nD.Left", + "answer": "B" + }, + { + "id": "ed22e9d7-878a-437a-8b78-757bbc54041e", + "image_path": "images/29.png", + "question": "In the picture, where can the green vehicle be found in relation to the black vehicle\nA.Bottom Right\nB.Top\nC.Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "449750e8-d2d0-4db6-b6d7-85ec7156fa85", + "image_path": "images/30.png", + "question": "Can you identify the position of the white vehicle in relation to the red vehicle in this image?\nA.Bottom\nB.Top Left\nC.Right\nD.Left", + "answer": "A" + }, + { + "id": "c1543f00-5042-4727-8715-11a77c9b46e8", + "image_path": "images/31.png", + "question": "What is the relative position of the black vehicle to the blue vehicle in this image?\nA.Top\nB.Top Right\nC.Left\nD.Bottom", + "answer": "D" + }, + { + "id": "dc8f4874-8417-4b2d-9f79-ca8cdf8f03e2", + "image_path": "images/32.png", + "question": "Can you identify the position of the black vehicle in relation to the white vehicle in this image?\nA.Left\nB.Right\nC.Bottom Right\nD.Top", + "answer": "D" + }, + { + "id": "bca251a5-6d47-498e-85a8-9bb184086520", + "image_path": "images/33.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the red vehicle?\nA.Bottom\nB.Top Left\nC.Bottom Left\nD.Right", + "answer": "B" + }, + { + "id": "2fcd5dc8-e9a3-44a2-9704-89009a63b224", + "image_path": "images/34.png", + "question": "What is the relative position of the sliver vehicle to the white vehicle in this image?\nA.Top\nB.Bottom Right\nC.Top Left\nD.Right", + "answer": "C" + }, + { + "id": "bb93b7b1-cfc5-4cb8-80bb-b22296f11c6c", + "image_path": "images/35.png", + "question": "Can you identify the position of the white vehicle in relation to the red vehicle in this image?\nA.Top\nB.Top Left\nC.Bottom Left\nD.Top Right", + "answer": "C" + }, + { + "id": "1cf11766-8144-4817-818e-4ef930d9c5cf", + "image_path": "images/36.png", + "question": "What is the relative position of the white vehicle to the silver vehicle in this image?\nA.Left\nB.Right\nC.Top Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "b1e88253-e51f-4dde-a5df-42363a624a75", + "image_path": "images/37.png", + "question": "In this picture, what is the position of the black vehicle in relation to the sliver vehicle?\nA.Left\nB.Bottom Right\nC.Right\nD.Top Right", + "answer": "A" + }, + { + "id": "33ff94d8-0457-48d7-b367-e559770b1090", + "image_path": "images/38.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Bottom\nB.Top Left\nC.Bottom Right\nD.Top Right", + "answer": "C" + }, + { + "id": "2e037712-6457-4d90-a8bd-bc7bf9900f2c", + "image_path": "images/39.png", + "question": "How is the silver vehicle positioned in relation to the white vehicle in this picture?\nA.Top Right\nB.Left\nC.Top\nD.Right", + "answer": "B" + }, + { + "id": "e8a7e9d2-18ff-4614-be8b-0ba9b0cb95de", + "image_path": "images/40.png", + "question": "How is the white vehicle positioned in relation to the black vehicle in this picture?\nA.Top Left\nB.Bottom Right\nC.Bottom Left\nD.Top Right", + "answer": "D" + }, + { + "id": "0fb136b5-24f4-48cf-9d5c-0c5deb2a7c37", + "image_path": "images/41.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Left\nB.Top Right\nC.Bottom Right\nD.Right", + "answer": "A" + }, + { + "id": "6eb8f071-be5c-45c7-bae9-fff45159ef91", + "image_path": "images/42.png", + "question": "What is the relative position of the silver vehicle to the blue vehicle in this image?\nA.Left\nB.Bottom\nC.Top Right\nD.Top", + "answer": "A" + }, + { + "id": "33fb063c-cbe1-4caa-b6cd-93e2582cea26", + "image_path": "images/43.png", + "question": "In this picture, what is the position of the red vehicle in relation to the silver vehicle?\nA.Left\nB.Top Left\nC.Top Right\nD.Bottom", + "answer": "D" + }, + { + "id": "b1057194-2397-4604-b2bc-a0da6b268cb2", + "image_path": "images/44.png", + "question": "Can you identify the position of the blue vehicle in relation to the black vehicle in this image?\nA.Top\nB.Bottom Left\nC.Bottom Right\nD.Top Right", + "answer": "C" + }, + { + "id": "ff5d8396-1de9-4977-af15-e8a35f2f70a6", + "image_path": "images/45.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Bottom\nB.Right\nC.Bottom Left\nD.Left", + "answer": "C" + }, + { + "id": "e087f204-22d7-4684-9979-e7349bf834f9", + "image_path": "images/46.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Top Left\nB.Top\nC.Top Right\nD.Bottom", + "answer": "D" + }, + { + "id": "d09269d9-5d00-4867-addc-232e69a04a52", + "image_path": "images/47.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Top\nB.Bottom Left\nC.Top Right\nD.Right", + "answer": "C" + }, + { + "id": "b143d7a3-bf0a-4023-b58b-8976ef6e0928", + "image_path": "images/48.png", + "question": "How is the white vehicle positioned in relation to the black vehicle in this picture?\nA.Right\nB.Left\nC.Bottom Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "b7df33c3-1299-4a6e-94d2-33108425bd86", + "image_path": "images/49.png", + "question": "In this picture, what is the position of the black vehicle in relation to the white vehicle?\nA.Bottom Left\nB.Right\nC.Top Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "9a97d176-9093-4319-8878-55ca4d46773e", + "image_path": "images/50.png", + "question": "What is the relative position of the silver vehicle to the black vehicle in this image?\nA.Bottom\nB.Right\nC.Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "4cfb2a4b-1fc2-4545-95ad-bc3116ea2a06", + "image_path": "images/51.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Bottom\nB.Left\nC.Top Right\nD.Right", + "answer": "C" + }, + { + "id": "1ffb9473-5234-47be-8f9d-7e9b0913559e", + "image_path": "images/52.png", + "question": "What is the relative position of the silver vehicle to the black vehicle in this image?\nA.Top\nB.Right\nC.Top Right\nD.Bottom Right", + "answer": "C" + }, + { + "id": "ce91be70-ee49-43a6-b16e-464b990cf8ce", + "image_path": "images/53.png", + "question": "In the picture, where can the blue vehicle be found in relation to the black vehicle\nA.Top Right\nB.Top Left\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "009105fc-33e3-47b4-a6c8-04921db45563", + "image_path": "images/54.png", + "question": "In this picture, what is the position of the pure white vehicle in relation to the Two-tone black and white vehicle?\nA.Top Left\nB.Left\nC.Bottom\nD.Top Right", + "answer": "D" + }, + { + "id": "5cf7b9c9-467f-4d4d-aa81-12cd3d08db6d", + "image_path": "images/55.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the black vehicle?\nA.Bottom Right\nB.Bottom\nC.Left\nD.Top Left", + "answer": "D" + }, + { + "id": "6e5a044f-b014-4d2d-a79c-87e0324f51ac", + "image_path": "images/56.png", + "question": "Can you identify the position of the silver vehicle in relation to the blue vehicle in this image?\nA.Top\nB.Left\nC.Right\nD.Top Left", + "answer": "C" + }, + { + "id": "b57f9f7e-42fd-400c-82d5-5d57697b406a", + "image_path": "images/57.png", + "question": "How is the white vehicle positioned in relation to the blue vehicle in this picture?\nA.Right\nB.Bottom Left\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "03cc3734-7985-46e7-8085-e91acb88f193", + "image_path": "images/58.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Bottom Right\nB.Bottom\nC.Top Right\nD.Left", + "answer": "A" + }, + { + "id": "5b971178-b849-4a01-ae49-5c192d671c6a", + "image_path": "images/59.png", + "question": "How is the blue vehicle positioned in relation to the black vehicle in this picture?\nA.Top Left\nB.Top\nC.Bottom Left\nD.Right", + "answer": "D" + }, + { + "id": "2adc713e-b20c-4ef0-a1e8-363e6004caf1", + "image_path": "images/60.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the blue vehicle?\nA.Top Right\nB.Bottom\nC.Left\nD.Right", + "answer": "B" + }, + { + "id": "bed6dd13-3672-4b30-bdcd-13cff1636af3", + "image_path": "images/61.png", + "question": "What is the relative position of the white vehicle to the blue vehicle in this image?\nA.Left\nB.Top\nC.Bottom Right\nD.Bottom", + "answer": "A" + }, + { + "id": "226851d8-c282-4cf8-a454-8f16ff0320d8", + "image_path": "images/62.png", + "question": "In the picture, where can the black vehicle be found in relation to the white vehicle\nA.Top Left\nB.Top\nC.Right\nD.Top Right", + "answer": "D" + }, + { + "id": "44dc5ec1-beda-44f5-a69f-614c7195512d", + "image_path": "images/63.png", + "question": "Can you identify the position of the green vehicle in relation to the black vehicle in this image?\nA.Left\nB.Bottom\nC.Top Right\nD.Top Left", + "answer": "B" + }, + { + "id": "bd03c6bb-f542-402e-9e2d-d02f4e36f171", + "image_path": "images/64.png", + "question": "In the picture, where can the silver vehicle be found in relation to the blue vehicle\nA.Right\nB.Top Left\nC.Bottom\nD.Top", + "answer": "A" + }, + { + "id": "2b527d2c-b35d-4448-82b0-6f58c40ede6a", + "image_path": "images/65.png", + "question": "In this picture, what is the position of the white vehicle in relation to the silver vehicle?\nA.Bottom\nB.Top Left\nC.Top\nD.Right", + "answer": "D" + }, + { + "id": "4d57a4c7-3f25-4eac-a852-813b69e7d26e", + "image_path": "images/66.png", + "question": "What is the relative position of the silver vehicle to the blue vehicle in this image?\nA.Bottom Left\nB.Right\nC.Bottom\nD.Top Left", + "answer": "B" + }, + { + "id": "66314138-da62-42c9-bc48-b8eff50db324", + "image_path": "images/67.png", + "question": "Can you identify the position of the white vehicle in relation to the blue vehicle in this image?\nA.Top Left\nB.Bottom\nC.Bottom Left\nD.Top", + "answer": "C" + }, + { + "id": "0764fc6f-8569-4e5c-903d-47c63181d3bb", + "image_path": "images/68.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Bottom Left\nB.Left\nC.Top Right\nD.Bottom Right", + "answer": "C" + }, + { + "id": "e7c9696e-1bc4-4254-b859-a18e1fd554f1", + "image_path": "images/69.png", + "question": "In the picture, where can the white vehicle be found in relation to the silver vehicle\nA.Bottom Left\nB.Right\nC.Top Right\nD.Top", + "answer": "C" + }, + { + "id": "ce441d00-eafc-41fd-9864-342a83b00d74", + "image_path": "images/70.png", + "question": "What is the relative position of the white vehicle to the silver vehicle in this image?\nA.Top\nB.Bottom Left\nC.Right\nD.Top Left", + "answer": "C" + }, + { + "id": "801f949c-f0b6-45c5-ac83-3a3bd04136c7", + "image_path": "images/71.png", + "question": "What is the relative position of the silver vehicle to the black vehicle in this image?\nA.Right\nB.Top Left\nC.Bottom\nD.Top Right", + "answer": "D" + }, + { + "id": "a6181dd0-87ad-47a7-a449-19ec0cc84225", + "image_path": "images/72.png", + "question": "Can you identify the position of the black vehicle in relation to the white vehicle in this image?\nA.Bottom Right\nB.Top Left\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "3e355953-0c95-4b49-8e8b-0adda96d28a2", + "image_path": "images/73.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the white vehicle?\nA.Bottom\nB.Top Left\nC.Bottom Left\nD.Top Right", + "answer": "C" + }, + { + "id": "b9fbda5e-98b6-4101-95c4-51bbbe0dfeb9", + "image_path": "images/74.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Left\nB.Bottom\nC.Top Left\nD.Top", + "answer": "B" + }, + { + "id": "96fb4b83-a665-4e12-afa1-8465c6ee5e93", + "image_path": "images/75.png", + "question": "Can you identify the position of the silver vehicle in relation to the white vehicle in this image?\nA.Right\nB.Bottom Left\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "6ff7e54d-8c56-437c-9b1f-4406eeaea8e0", + "image_path": "images/76.png", + "question": "In the picture, where can the silver vehicle be found in relation to the black vehicle\nA.Top\nB.Left\nC.Top Left\nD.Top Right", + "answer": "C" + }, + { + "id": "636e4bd6-5cba-4668-8da0-178506d424a1", + "image_path": "images/77.png", + "question": "Can you identify the position of the silver vehicle in relation to the blue vehicle in this image?\nA.Top Left\nB.Right\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "52275741-f3c2-4d5a-b8a5-cbdde66f805d", + "image_path": "images/78.png", + "question": "In the picture, where can the black vehicle be found in relation to the silver vehicle\nA.Bottom\nB.Bottom Left\nC.Top Left\nD.Left", + "answer": "C" + }, + { + "id": "4dfd4098-ac84-4e4e-a62b-5315fe7e2512", + "image_path": "images/79.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the white vehicle?\nA.Bottom\nB.Left\nC.Right\nD.Top", + "answer": "D" + }, + { + "id": "2cc76c7e-4557-4fcd-acfa-fd9da9c8b724", + "image_path": "images/80.png", + "question": "In the picture, where can the black vehicle be found in relation to the red vehicle\nA.Bottom\nB.Top\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "a07819b7-0b08-4a4e-a753-5fdcb1f7ba4d", + "image_path": "images/81.png", + "question": "What is the relative position of the black vehicle to the silver vehicle in this image?\nA.Bottom Right\nB.Right\nC.Top Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "762c3736-d04e-4320-b5fc-66572c1dbed4", + "image_path": "images/82.png", + "question": "Can you identify the position of the silver vehicle in relation to the black vehicle in this image?\nA.Right\nB.Top\nC.Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "f90591d0-228e-49bf-96b5-04c390ee46e3", + "image_path": "images/83.png", + "question": "In the picture, where can the white vehicle be found in relation to the red vehicle\nA.Top Right\nB.Top\nC.Bottom Right\nD.Left", + "answer": "D" + }, + { + "id": "c9b94b5b-bf89-490e-8f10-73612085dcd1", + "image_path": "images/84.png", + "question": "In the picture, where can the silver vehicle be found in relation to the white vehicle\nA.Bottom Left\nB.Top Left\nC.Left\nD.Right", + "answer": "D" + }, + { + "id": "1ef3e42a-83ab-4d9d-bc63-7733b018cf44", + "image_path": "images/85.png", + "question": "How is the blue vehicle positioned in relation to the silver vehicle in this picture?\nA.Top\nB.Bottom Left\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "8a62d51c-fbb5-4838-b9bb-109aa308a83b", + "image_path": "images/86.png", + "question": "What is the relative position of the silver vehicle to the black vehicle in this image?\nA.Bottom\nB.Right\nC.Top Right\nD.Top Left", + "answer": "A" + }, + { + "id": "db5d5ab9-ca84-4341-b2e6-91411133cc85", + "image_path": "images/87.png", + "question": "In the picture, where can the silver vehicle be found in relation to the blue vehicle\nA.Left\nB.Bottom\nC.Top\nD.Top Left", + "answer": "B" + }, + { + "id": "8da58af0-0bd0-46a9-8a77-889c8bee8d31", + "image_path": "images/88.png", + "question": "How is the silver vehicle positioned in relation to the red vehicle in this picture?\nA.Right\nB.Top Left\nC.Bottom Left\nD.Top", + "answer": "A" + }, + { + "id": "71823615-2f3a-456b-9ea7-995066eaa8fd", + "image_path": "images/89.png", + "question": "Can you identify the position of the red vehicle in relation to the black vehicle in this image?\nA.Left\nB.Top\nC.Bottom Left\nD.Top Left", + "answer": "C" + }, + { + "id": "9e4442de-574f-4144-a0d8-eab9b66f623f", + "image_path": "images/90.png", + "question": "How is the red vehicle positioned in relation to the white vehicle in this picture?\nA.Top\nB.Bottom Right\nC.Right\nD.Bottom", + "answer": "A" + }, + { + "id": "39504c09-820e-4af5-a53a-d1d65e279d6a", + "image_path": "images/91.png", + "question": "Can you identify the position of the blue vehicle in relation to the silver vehicle in this image?\nA.Top Left\nB.Top\nC.Left\nD.Right", + "answer": "D" + }, + { + "id": "98b6af44-efbb-47f7-aa4c-2ba84033ef0e", + "image_path": "images/92.png", + "question": "Can you identify the position of the black vehicle in relation to the silver vehicle in this image?\nA.Bottom\nB.Top\nC.Top Right\nD.Left", + "answer": "D" + }, + { + "id": "44321539-75bf-4c03-95cb-341fcf55b2a4", + "image_path": "images/93.png", + "question": "How is the white vehicle positioned in relation to the silver vehicle in this picture?\nA.Bottom Right\nB.Bottom\nC.Top\nD.Left", + "answer": "C" + }, + { + "id": "ed374944-365b-4089-9fcf-e90752d67682", + "image_path": "images/94.png", + "question": "Can you identify the position of the white vehicle in relation to the red vehicle in this image?\nA.Top\nB.Bottom Right\nC.Top Right\nD.Bottom", + "answer": "C" + }, + { + "id": "59f6b5ca-0de1-4004-bc7a-7a399c70dbb9", + "image_path": "images/95.png", + "question": "In this picture, what is the position of the black vehicle in relation to the red vehicle?\nA.Right\nB.Bottom Left\nC.Left\nD.Top", + "answer": "A" + }, + { + "id": "b5bd6c2e-fd1e-42f7-af01-c7de9033cde8", + "image_path": "images/96.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Top Left\nB.Top Right\nC.Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "ce4f0488-d7e1-4c67-9669-c2189f66bc63", + "image_path": "images/97.png", + "question": "In the picture, where can the red vehicle be found in relation to the black vehicle\nA.Top Left\nB.Top Right\nC.Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "f8bb74b5-7a56-4240-8c8c-a1af8a82bcb0", + "image_path": "images/98.png", + "question": "Can you identify the position of the silver vehicle in relation to the white vehicle in this image?\nA.Top\nB.Right\nC.Bottom\nD.Left", + "answer": "B" + }, + { + "id": "c0fba8ce-55ef-4762-8950-1f7efe238026", + "image_path": "images/99.png", + "question": "In this picture, what is the position of the white vehicle in relation to the red vehicle?\nA.Bottom\nB.Left\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "b0ccfb11-caf8-445a-b429-6661af163095", + "image_path": "images/100.png", + "question": "Can you identify the position of the silver vehicle in relation to the blue vehicle in this image?\nA.Top\nB.Bottom Right\nC.Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "91ecc878-4adc-485c-ae16-7e5f90b35a5d", + "image_path": "images/101.png", + "question": "Can you identify the position of the silver vehicle in relation to the black vehicle in this image?\nA.Top\nB.Bottom\nC.Top Left\nD.Top Right", + "answer": "C" + }, + { + "id": "36e8cabe-e94c-40d6-83bd-7b0a47246ed6", + "image_path": "images/102.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Left\nB.Top Left\nC.Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "e0974522-3b04-42f9-ad2c-c6dec48d9022", + "image_path": "images/103.png", + "question": "What is the relative position of the silver vehicle to the red vehicle in this image?\nA.Top\nB.Left\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "f7f74c4c-3350-49b7-8fe1-9c38a091863b", + "image_path": "images/104.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Top Right\nB.Bottom Left\nC.Bottom Right\nD.Top Left", + "answer": "B" + }, + { + "id": "71405940-4d58-411a-b005-e6ab0153b381", + "image_path": "images/105.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Left\nB.Bottom Left\nC.Right\nD.Bottom", + "answer": "B" + }, + { + "id": "9eea4c21-5dea-444b-9289-86475463064b", + "image_path": "images/106.png", + "question": "What is the relative position of the black vehicle to the blue vehicle in this image?\nA.Top Left\nB.Bottom Left\nC.Bottom Right\nD.Top Right", + "answer": "D" + }, + { + "id": "91f4fb2e-e947-4b56-a6a2-e1a17e262594", + "image_path": "images/107.png", + "question": "What is the relative position of the white vehicle to the blue vehicle in this image?\nA.Top Right\nB.Bottom\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "3cf470d1-875e-4d76-a967-ca733acacd04", + "image_path": "images/108.png", + "question": "How is the black vehicle positioned in relation to the white vehicle in this picture?\nA.Top Right\nB.Bottom Left\nC.Bottom\nD.Left", + "answer": "B" + }, + { + "id": "3dd41f10-b3b8-40e9-9b65-e1e40960d0ab", + "image_path": "images/109.png", + "question": "How is the silver vehicle positioned in relation to the black vehicle in this picture?\nA.Top Left\nB.Top Right\nC.Bottom Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "0ac4b71a-6656-4ec6-87a6-55e55fced143", + "image_path": "images/110.png", + "question": "In this picture, what is the position of the white vehicle in relation to the red vehicle?\nA.Bottom\nB.Top Left\nC.Bottom Right\nD.Left", + "answer": "C" + }, + { + "id": "046c50c3-5f1e-4255-bdb5-3d29b0fba397", + "image_path": "images/111.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Right\nB.Top Right\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "4995acb6-fce7-40b2-b8a9-92f4505c3618", + "image_path": "images/112.png", + "question": "In the picture, where can the black vehicle be found in relation to the white vehicle\nA.Bottom\nB.Top\nC.Top Right\nD.Top Left", + "answer": "A" + }, + { + "id": "950e9297-2fea-47b2-8acb-2246092d72c3", + "image_path": "images/113.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Top Right\nB.Right\nC.Top\nD.Top Left", + "answer": "D" + }, + { + "id": "9013ade1-5c59-4e9d-b214-a28783f3f9b6", + "image_path": "images/114.png", + "question": "In the picture, where can the silver vehicle be found in relation to the white vehicle\nA.Top Right\nB.Top\nC.Bottom Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "3723a1df-ae16-4e51-b740-d5171b60823d", + "image_path": "images/115.png", + "question": "In the picture, where can the white vehicle be found in relation to the blue vehicle\nA.Bottom Left\nB.Right\nC.Top Left\nD.Bottom", + "answer": "C" + }, + { + "id": "b23046bc-4b57-4f89-941a-04fa0cb0b870", + "image_path": "images/116.png", + "question": "What is the relative position of the red vehicle to the white vehicle in this image?\nA.Top\nB.Left\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "d54bfea0-2cb7-4d01-81c1-38bdd2004bb2", + "image_path": "images/117.png", + "question": "In the picture, where can the silver vehicle be found in relation to the black vehicle\nA.Left\nB.Bottom\nC.Right\nD.Top Right", + "answer": "A" + }, + { + "id": "f420bc9b-b8b7-40e0-878e-0c7460013254", + "image_path": "images/118.png", + "question": "What is the relative position of the black vehicle to the white vehicle in this image?\nA.Top\nB.Top Right\nC.Top Left\nD.Bottom Left", + "answer": "D" + }, + { + "id": "e7dbe933-5e68-477c-a636-831770476a93", + "image_path": "images/119.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Right\nB.Left\nC.Top\nD.Bottom Left", + "answer": "A" + }, + { + "id": "5656d950-7bd7-4e6b-92bc-f0e27e71c076", + "image_path": "images/120.png", + "question": "Can you identify the position of the white vehicle in relation to the red vehicle in this image?\nA.Top\nB.Bottom\nC.Right\nD.Top Left", + "answer": "D" + }, + { + "id": "b67442b4-12a5-4139-9285-b7dd649ac8bb", + "image_path": "images/121.png", + "question": "What is the relative position of the silver vehicle to the white vehicle in this image?\nA.Right\nB.Bottom Left\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "c8f840b7-b382-4797-bf07-0f0bea6709b4", + "image_path": "images/122.png", + "question": "Can you identify the position of the white vehicle in relation to the red vehicle in this image?\nA.Bottom\nB.Bottom Left\nC.Top\nD.Top Left", + "answer": "B" + }, + { + "id": "be59120a-7d58-418a-9375-d9e70b4e17ce", + "image_path": "images/123.png", + "question": "In the picture, where can the silver vehicle be found in relation to the black vehicle\nA.Top Left\nB.Right\nC.Bottom\nD.Top", + "answer": "C" + }, + { + "id": "da7abbe9-24cc-46e5-8a04-e9f0f6c3a3eb", + "image_path": "images/124.png", + "question": "Can you identify the position of the black vehicle in relation to the silver vehicle in this image?\nA.Left\nB.Right\nC.Top\nD.Bottom", + "answer": "D" + }, + { + "id": "0f2afa16-80e8-4df7-a11e-ce2076a777ee", + "image_path": "images/125.png", + "question": "In the picture, where can the black vehicle be found in relation to the blue vehicle\nA.Top Right\nB.Top\nC.Right\nD.Bottom", + "answer": "C" + }, + { + "id": "460c6e1b-6a3d-4393-a1aa-c69bb0e7d702", + "image_path": "images/126.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Bottom Right\nB.Left\nC.Top\nD.Top Right", + "answer": "B" + }, + { + "id": "49bba836-b31d-4b84-955b-97fb7a172789", + "image_path": "images/127.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Left\nB.Bottom\nC.Bottom Left\nD.Right", + "answer": "D" + }, + { + "id": "7bc88788-02d6-4ff3-b203-cc502c216908", + "image_path": "images/128.png", + "question": "In the picture, where can the yellow vehicle be found in relation to the white vehicle\nA.Bottom\nB.Top Left\nC.Top Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "dfd41f34-9ef4-498e-9251-4559dccb0a9e", + "image_path": "images/129.png", + "question": "What is the relative position of the red vehicle to the black vehicle in this image?\nA.Left\nB.Bottom Right\nC.Top\nD.Bottom Left", + "answer": "D" + }, + { + "id": "792c592f-76c6-4f3f-b042-627e792290d2", + "image_path": "images/130.png", + "question": "In the picture, where can the silver vehicle be found in relation to the blue vehicle\nA.Left\nB.Top\nC.Right\nD.Bottom Left", + "answer": "B" + }, + { + "id": "a190e0e0-8808-46f8-8f21-f424623a0ca9", + "image_path": "images/131.png", + "question": "In the picture, where can the red vehicle be found in relation to the silver vehicle\nA.Right\nB.Top\nC.Bottom Left\nD.Bottom", + "answer": "B" + }, + { + "id": "9ed901a7-a9e2-4872-b2cc-d78f2f9e9d1b", + "image_path": "images/132.png", + "question": "What is the relative position of the black vehicle to the silver vehicle in this image?\nA.Bottom\nB.Top\nC.Bottom Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "de5ad8bb-060e-4430-9c91-dbd5fbaf1803", + "image_path": "images/133.png", + "question": "Can you identify the position of the red vehicle in relation to the silver vehicle in this image?\nA.Right\nB.Top Left\nC.Bottom Left\nD.Top", + "answer": "C" + }, + { + "id": "04df6820-b04d-485e-bd98-23896b58767b", + "image_path": "images/134.png", + "question": "Can you identify the position of the silver vehicle in relation to the white vehicle in this image?\nA.Bottom Right\nB.Right\nC.Top Left\nD.Bottom Left", + "answer": "D" + }, + { + "id": "636a60be-ef69-4bdb-8815-896131d23795", + "image_path": "images/135.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Bottom Left\nB.Right\nC.Top\nD.Bottom Right", + "answer": "C" + }, + { + "id": "309cd0e9-a7a3-48bf-ad85-7c9598e3a1e1", + "image_path": "images/136.png", + "question": "Can you identify the position of the white vehicle in relation to the blue vehicle in this image?\nA.Top Left\nB.Bottom Right\nC.Bottom\nD.Top", + "answer": "A" + }, + { + "id": "ef126023-4234-4c54-8443-42574dc98528", + "image_path": "images/137.png", + "question": "How is the black vehicle positioned in relation to the white vehicle in this picture?\nA.Top Left\nB.Bottom Left\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "948bbea1-811d-4ee5-81a8-744bc1faeaa3", + "image_path": "images/138.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Right\nB.Top\nC.Bottom Left\nD.Left", + "answer": "A" + }, + { + "id": "ba949306-d3e9-4a50-b2c2-7ec6f06a4bfe", + "image_path": "images/139.png", + "question": "What is the relative position of the red vehicle to the black vehicle in this image?\nA.Bottom Left\nB.Top\nC.Right\nD.Left", + "answer": "C" + }, + { + "id": "99d02aea-2ee0-4e73-b882-d8a249175af1", + "image_path": "images/140.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Top Right\nB.Right\nC.Bottom Right\nD.Top Left", + "answer": "C" + }, + { + "id": "e2faa8f2-245f-48e0-91f8-a364ca04d14e", + "image_path": "images/141.png", + "question": "What is the relative position of the white vehicle to the silver vehicle in this image?\nA.Bottom Right\nB.Top Right\nC.Top\nD.Top Left", + "answer": "B" + }, + { + "id": "652db3ff-f768-418e-bc0a-de32582630d8", + "image_path": "images/142.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the black vehicle?\nA.Top Right\nB.Bottom Left\nC.Bottom\nD.Top", + "answer": "A" + }, + { + "id": "53d5c295-d9ec-4fd2-853f-b068f517cacb", + "image_path": "images/143.png", + "question": "In this picture, what is the position of the white vehicle in relation to the red vehicle?\nA.Bottom\nB.Top Left\nC.Left\nD.Top Right", + "answer": "D" + }, + { + "id": "d9ef0ed1-4abc-447d-8a30-c334333e328f", + "image_path": "images/144.png", + "question": "What is the relative position of the white vehicle to the silver vehicle in this image?\nA.Bottom\nB.Top Right\nC.Left\nD.Top Left", + "answer": "B" + }, + { + "id": "bccb0830-439b-4c05-826d-3d7620d32eee", + "image_path": "images/145.png", + "question": "What is the relative position of the blue vehicle to the green vehicle in this image?\nA.Bottom Right\nB.Top\nC.Left\nD.Right", + "answer": "B" + }, + { + "id": "47a5b03d-530f-4722-90f1-dabd3e06d259", + "image_path": "images/146.png", + "question": "What is the relative position of the silver vehicle to the white vehicle in this image?\nA.Top\nB.Left\nC.Bottom Right\nD.Top Right", + "answer": "D" + }, + { + "id": "a933c78e-fda5-480c-ada1-3c3a91a9f1f1", + "image_path": "images/147.png", + "question": "How is the silver vehicle positioned in relation to the black vehicle in this picture?\nA.Top Right\nB.Top Left\nC.Bottom\nD.Bottom Right", + "answer": "A" + }, + { + "id": "e3468479-eda2-4b7c-bb5d-a719201f3114", + "image_path": "images/148.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the red vehicle?\nA.Top Right\nB.Top Left\nC.Bottom Left\nD.Bottom", + "answer": "C" + }, + { + "id": "a8607ebb-7887-431a-9aa3-b04d97371b01", + "image_path": "images/149.png", + "question": "How is the silver vehicle positioned in relation to the blue vehicle in this picture?\nA.Bottom Right\nB.Top Right\nC.Top Left\nD.Top", + "answer": "A" + }, + { + "id": "f1c0a294-94c2-404e-a34a-c08087f3cedd", + "image_path": "images/150.png", + "question": "Can you identify the position of the blue vehicle in relation to the white vehicle in this image?\nA.Bottom Left\nB.Left\nC.Top Left\nD.Top Right", + "answer": "D" + }, + { + "id": "d17f4a8b-852f-4ff0-b9ea-848c3ec5b538", + "image_path": "images/151.png", + "question": "In the picture, where can the white vehicle be found in relation to the blue vehicle\nA.Bottom Right\nB.Left\nC.Top\nD.Right", + "answer": "A" + }, + { + "id": "3c20c775-9838-4d4d-a0a4-dcaaea5f3a40", + "image_path": "images/152.png", + "question": "In this picture, what is the position of the black vehicle in relation to the white vehicle?\nA.Left\nB.Right\nC.Top\nD.Bottom", + "answer": "C" + }, + { + "id": "35387b29-65f0-4d1d-9bab-74120a381b21", + "image_path": "images/153.png", + "question": "In the picture, where can the blue vehicle be found in relation to the white vehicle\nA.Bottom Right\nB.Right\nC.Top\nD.Left", + "answer": "D" + }, + { + "id": "5306fc45-6427-4c68-a980-a867874ee47b", + "image_path": "images/154.png", + "question": "What is the relative position of the white vehicle to the silver vehicle in this image?\nA.Top\nB.Top Right\nC.Bottom Left\nD.Top Left", + "answer": "B" + }, + { + "id": "268a868d-d34a-4c2d-a27f-f386e56694ac", + "image_path": "images/155.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the black vehicle?\nA.Top\nB.Right\nC.Left\nD.Bottom", + "answer": "B" + }, + { + "id": "6104dde7-e77f-4b9e-bd9d-c5d4ab20fcc2", + "image_path": "images/156.png", + "question": "What is the relative position of the red vehicle to the blue vehicle in this image?\nA.Top Right\nB.Top\nC.Top Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "c0249c79-0557-4d8a-8fad-7ffe142d14e7", + "image_path": "images/157.png", + "question": "Can you identify the position of the silver vehicle in relation to the white vehicle in this image?\nA.Top\nB.Right\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "021bed61-65a3-49ca-b95f-e60471331ad2", + "image_path": "images/158.png", + "question": "What is the relative position of the red vehicle to the white vehicle in this image?\nA.Right\nB.Top\nC.Bottom Left\nD.Top Left", + "answer": "C" + }, + { + "id": "db9c0967-5f58-444e-891a-7bffcafe9424", + "image_path": "images/159.png", + "question": "How is the silver vehicle positioned in relation to the green vehicle in this picture?\nA.Left\nB.Top Right\nC.Bottom\nD.Bottom Right", + "answer": "A" + }, + { + "id": "82dd3c0b-5f7a-41f8-8a56-f8632ab4d54a", + "image_path": "images/160.png", + "question": "What is the relative position of the black vehicle to the white vehicle in this image?\nA.Bottom Left\nB.Right\nC.Top Left\nD.Left", + "answer": "B" + }, + { + "id": "dbbb5273-b4e4-487f-b62f-a98640288dd3", + "image_path": "images/161.png", + "question": "How is the white vehicle positioned in relation to the black vehicle in this picture?\nA.Top Left\nB.Top\nC.Top Right\nD.Bottom", + "answer": "C" + }, + { + "id": "b3a0e03e-3557-447f-a4bb-ea226c8f62c9", + "image_path": "images/162.png", + "question": "Can you identify the position of the silver vehicle in relation to the green vehicle in this image?\nA.Top Right\nB.Right\nC.Bottom\nD.Bottom Right", + "answer": "D" + }, + { + "id": "c65d087a-e5f8-412c-9959-6b3d2603fa7b", + "image_path": "images/163.png", + "question": "Can you identify the position of the white vehicle in relation to the green vehicle in this image?\nA.Top Right\nB.Right\nC.Bottom\nD.Bottom Right", + "answer": "C" + }, + { + "id": "39a0b4c8-ac23-4dd1-af06-50acb1dd861e", + "image_path": "images/164.png", + "question": "Can you identify the position of the blue vehicle in relation to the white vehicle in this image?\nA.Bottom\nB.Bottom Left\nC.Top Right\nD.Left", + "answer": "C" + }, + { + "id": "713e0c82-8cca-4526-80e0-d70319654252", + "image_path": "images/165.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Top\nB.Bottom Left\nC.Top Left\nD.Bottom", + "answer": "A" + }, + { + "id": "89cde7ff-dbb2-45c4-859e-5ca0707ee8d5", + "image_path": "images/166.png", + "question": "Can you identify the position of the black vehicle in relation to the white vehicle in this image?\nA.Right\nB.Left\nC.Top Left\nD.Bottom Right", + "answer": "D" + }, + { + "id": "753f690e-0439-431f-a443-3449b840d9ab", + "image_path": "images/167.png", + "question": "What is the relative position of the black vehicle to the white vehicle in this image?\nA.Top Left\nB.Bottom\nC.Right\nD.Top", + "answer": "A" + }, + { + "id": "ffc86605-3130-47e1-9e71-e9a9970ded02", + "image_path": "images/168.png", + "question": "Can you identify the position of the white vehicle in relation to the blue vehicle in this image?\nA.Top\nB.Right\nC.Bottom\nD.Top Right", + "answer": "D" + }, + { + "id": "27ef117a-b812-4818-b61f-ba1f10844f96", + "image_path": "images/169.png", + "question": "How is the blue vehicle positioned in relation to the red vehicle in this picture?\nA.Bottom Left\nB.Bottom\nC.Top\nD.Left", + "answer": "D" + }, + { + "id": "5d2b20f4-d23e-455e-9a46-1228a594d67d", + "image_path": "images/170.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the black vehicle?\nA.Bottom Right\nB.Bottom Left\nC.Top\nD.Right", + "answer": "B" + }, + { + "id": "48bc49db-3af7-4355-98ba-26a5ddfed416", + "image_path": "images/171.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the red vehicle?\nA.Right\nB.Top Right\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "f41d2a8d-8c9a-43c2-8385-9e7f59af3a14", + "image_path": "images/172.png", + "question": "In this picture, what is the position of the black vehicle in relation to the blue vehicle?\nA.Bottom Left\nB.Right\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "e14262f3-dd7e-414e-b0ec-a99afe52c6f7", + "image_path": "images/173.png", + "question": "What is the relative position of the black vehicle to the silver vehicle in this image?\nA.Bottom\nB.Bottom Right\nC.Right\nD.Left", + "answer": "D" + }, + { + "id": "f707a0da-df02-446f-b04a-e19ec0818dbf", + "image_path": "images/174.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Bottom\nB.Top Right\nC.Bottom Right\nD.Top", + "answer": "B" + }, + { + "id": "5af780d8-1dad-4960-b9b4-81bd03345d9b", + "image_path": "images/175.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Bottom Left\nB.Left\nC.Bottom Right\nD.Top", + "answer": "D" + }, + { + "id": "7221ecfa-4d4f-463f-85bd-0de56b5efba8", + "image_path": "images/176.png", + "question": "In the picture, where can the silver vehicle be found in relation to the blue vehicle\nA.Top\nB.Bottom Left\nC.Top Left\nD.Bottom", + "answer": "C" + }, + { + "id": "b769afe2-835e-4488-b8a3-5ff47d142cad", + "image_path": "images/177.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the white vehicle?\nA.Top Left\nB.Left\nC.Top\nD.Bottom Left", + "answer": "C" + }, + { + "id": "fb238bf6-a64d-4f57-bb89-5df05ceb601a", + "image_path": "images/178.png", + "question": "What is the relative position of the red vehicle to the black vehicle in this image?\nA.Bottom Right\nB.Left\nC.Top Left\nD.Right", + "answer": "C" + }, + { + "id": "ec891d3f-adb1-4475-99c9-59ef93600f70", + "image_path": "images/179.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the sliver vehicle?\nA.Top\nB.Top Right\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "2ba4c3fd-73f7-4cb8-b2f0-80550ebdbecb", + "image_path": "images/180.png", + "question": "How is the black vehicle positioned in relation to the blue vehicle in this picture?\nA.Right\nB.Top\nC.Left\nD.Top Left", + "answer": "B" + }, + { + "id": "66ec867f-5058-40c2-8d57-6e26534ab0ce", + "image_path": "images/181.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the white vehicle?\nA.Left\nB.Top Right\nC.Top Left\nD.Top", + "answer": "D" + }, + { + "id": "7cb7623f-fed0-4668-b7da-42d64bf91421", + "image_path": "images/182.png", + "question": "What is the relative position of the black vehicle to the red vehicle in this image?\nA.Top Left\nB.Bottom Left\nC.Top\nD.Left", + "answer": "D" + }, + { + "id": "50b38a05-1d0b-4574-9870-1dbc37dbb99c", + "image_path": "images/183.png", + "question": "Can you identify the position of the silver vehicle in relation to the black vehicle in this image?\nA.Left\nB.Top\nC.Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "b65b2496-4499-4f94-9477-1c8fb54c8337", + "image_path": "images/184.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Top Right\nB.Left\nC.Right\nD.Top Left", + "answer": "D" + }, + { + "id": "842e40ed-28f7-4d53-8789-90fc00d8dce5", + "image_path": "images/185.png", + "question": "What is the relative position of the white vehicle to the silver vehicle in this image?\nA.Top Right\nB.Bottom\nC.Top\nD.Bottom Right", + "answer": "C" + }, + { + "id": "e02be41e-65a1-4185-ae12-53a00663220e", + "image_path": "images/186.png", + "question": "How is the blue vehicle positioned in relation to the silver vehicle in this picture?\nA.Bottom Right\nB.Left\nC.Right\nD.Top Left", + "answer": "C" + }, + { + "id": "b713dfef-7a2e-4917-be82-38f362e7f558", + "image_path": "images/187.png", + "question": "In the picture, where can the silver vehicle be found in relation to the blue vehicle\nA.Right\nB.Bottom\nC.Top Left\nD.Left", + "answer": "D" + }, + { + "id": "d6fadae2-b81f-42a4-acbd-9b9c984cb84e", + "image_path": "images/188.png", + "question": "In the picture, where can the yellow vehicle be found in relation to the white vehicle\nA.Bottom Right\nB.Top\nC.Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "59627037-57b8-486e-9719-349d4ca49898", + "image_path": "images/189.png", + "question": "Can you identify the position of the silver vehicle in relation to the black vehicle in this image?\nA.Bottom\nB.Top Left\nC.Right\nD.Left", + "answer": "D" + }, + { + "id": "783516ab-cd1b-4046-bb62-ca6ee874a242", + "image_path": "images/190.png", + "question": "What is the relative position of the black vehicle to the yellow vehicle in this image?\nA.Top Left\nB.Top Right\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "9aba73b5-22f3-4584-a583-f4a2ad96666c", + "image_path": "images/191.png", + "question": "Can you identify the position of the blue vehicle in relation to the red vehicle in this image?\nA.Left\nB.Right\nC.Bottom Right\nD.Top", + "answer": "B" + }, + { + "id": "d68d9069-bd4c-4b70-9ff5-3aebf3c6b796", + "image_path": "images/192.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Bottom\nB.Top Left\nC.Bottom Right\nD.Right", + "answer": "A" + }, + { + "id": "2821a83d-045a-4910-9ea8-526e89a65428", + "image_path": "images/193.png", + "question": "What is the relative position of the white vehicle to the red vehicle in this image?\nA.Top\nB.Bottom Left\nC.Top Left\nD.Right", + "answer": "D" + }, + { + "id": "19e65ed9-1af6-4901-92ba-ed49d8329819", + "image_path": "images/194.png", + "question": "Can you identify the position of the silver vehicle in relation to the blue vehicle in this image?\nA.Top\nB.Top Left\nC.Bottom Left\nD.Top Right", + "answer": "C" + }, + { + "id": "3277fc0a-61de-4ce5-b856-db08354568b7", + "image_path": "images/195.png", + "question": "What is the relative position of the silver vehicle to the orange vehicle in this image?\nA.Left\nB.Right\nC.Top Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "f55968ac-7da0-4faa-b512-2c8a5752cbc4", + "image_path": "images/196.png", + "question": "In this picture, what is the position of the black vehicle in relation to the sliver vehicle?\nA.Bottom\nB.Bottom Right\nC.Right\nD.Top Right", + "answer": "A" + }, + { + "id": "aaa5401d-10da-4e98-a1ff-1788492f8461", + "image_path": "images/197.png", + "question": "In the picture, where can the silver vehicle be found in relation to the red vehicle\nA.Bottom\nB.Top Left\nC.Left\nD.Top Right", + "answer": "C" + }, + { + "id": "d8fe1e03-8458-4aca-aea0-75dc9ba51d20", + "image_path": "images/198.png", + "question": "How is the red vehicle positioned in relation to the black vehicle in this picture?\nA.Top Right\nB.Left\nC.Top\nD.Right", + "answer": "B" + }, + { + "id": "5bedbee9-c5c3-47e0-938b-eda4b2ece9fd", + "image_path": "images/199.png", + "question": "How is the white vehicle positioned in relation to the black vehicle in this picture?\nA.Top Left\nB.Bottom Right\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "7ed48b48-ac86-492a-bec2-b7505bc8cccf", + "image_path": "images/200.png", + "question": "How is the white vehicle positioned in relation to the red vehicle in this picture?\nA.Top Left\nB.Bottom Right\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "bd34f1aa-8124-4bea-a2b7-3897c741dc76", + "image_path": "images/201.png", + "question": "What is the relative position of the white vehicle to the yellow vehicle in this image?\nA.Top\nB.Top Right\nC.Bottom Right\nD.Right", + "answer": "A" + }, + { + "id": "d5abc65a-2caf-4c54-ba01-d95f03529af7", + "image_path": "images/202.png", + "question": "What is the relative position of the silver vehicle to the black vehicle in this image?\nA.Right\nB.Bottom\nC.Top Right\nD.Top", + "answer": "A" + }, + { + "id": "138b91f8-8ab6-4cc0-854e-d5bdd1fd5977", + "image_path": "images/203.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the white vehicle?\nA.Bottom Left\nB.Top Left\nC.Top Right\nD.Bottom", + "answer": "A" + }, + { + "id": "91d6575b-8f93-413e-8a51-98b53ca95677", + "image_path": "images/204.png", + "question": "Can you identify the position of the silver vehicle in relation to the white vehicle in this image?\nA.Top\nB.Bottom Left\nC.Right\nD.Top Right", + "answer": "C" + }, + { + "id": "5d8962a9-6f08-463d-b24d-5bceae489d25", + "image_path": "images/205.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Bottom\nB.Right\nC.Top\nD.Left", + "answer": "C" + }, + { + "id": "ffc07de4-aff0-4082-9791-7f0de3a536f5", + "image_path": "images/206.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the black vehicle?\nA.Top Left\nB.Top\nC.Right\nD.Bottom", + "answer": "C" + }, + { + "id": "12194749-03d7-4345-bdf8-d75b11ef9d79", + "image_path": "images/207.png", + "question": "Can you identify the position of the silver vehicle in relation to the black vehicle in this image?\nA.Top\nB.Bottom Left\nC.Top Left\nD.Right", + "answer": "A" + }, + { + "id": "4b9a3996-0ed1-49a3-a1ec-01d19fae7871", + "image_path": "images/208.png", + "question": "How is the white vehicle positioned in relation to the silver vehicle in this picture?\nA.Right\nB.Top\nC.Bottom Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "b7aa02dd-03b8-43b5-9af7-4b63a01e096f", + "image_path": "images/209.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the white vehicle?\nA.Bottom Left\nB.Right\nC.Top Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "bcebde71-6abd-4bdb-b944-341edc637317", + "image_path": "images/210.png", + "question": "What is the relative position of the silver vehicle to the black vehicle in this image?\nA.Bottom\nB.Right\nC.Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "33762658-c03a-49d9-a684-2be0f7f28312", + "image_path": "images/211.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Bottom\nB.Left\nC.Top Right\nD.Right", + "answer": "A" + }, + { + "id": "5e8ad225-793d-4f21-9c96-de782417e949", + "image_path": "images/212.png", + "question": "Can you identify the position of the black vehicle in relation to the white vehicle in this image?\nA.Bottom\nB.Left\nC.Top Left\nD.Right", + "answer": "C" + }, + { + "id": "4c0530d8-7a65-41fd-a732-adbbbdaabcdc", + "image_path": "images/213.png", + "question": "What is the relative position of the blue vehicle to the black vehicle in this image?\nA.Top\nB.Right\nC.Top Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "f51c6ed6-f016-4124-a54f-46e1089e3725", + "image_path": "images/214.png", + "question": "In the picture, where can the blue vehicle be found in relation to the white vehicle\nA.Top Right\nB.Top Left\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "bb7aab90-0e11-4e63-a0e3-2e1c22acde7a", + "image_path": "images/215.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Top Left\nB.Left\nC.Bottom\nD.Right", + "answer": "D" + }, + { + "id": "adcecf0a-82ff-443f-9eda-d01c334251ed", + "image_path": "images/216.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the white vehicle?\nA.Bottom Right\nB.Bottom\nC.Left\nD.Left", + "answer": "D" + }, + { + "id": "a3eda11d-3d8e-445f-85a5-a61e8a23c305", + "image_path": "images/217.png", + "question": "Can you identify the position of the silver vehicle in relation to the red vehicle in this image?\nA.Top\nB.Left\nC.Right\nD.Top Left", + "answer": "B" + }, + { + "id": "c48e8736-bc54-426e-b743-4de37b3e2f83", + "image_path": "images/218.png", + "question": "How is the white vehicle positioned in relation to the green vehicle in this picture?\nA.Top\nB.Bottom Right\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "e5e76250-24bd-4b6f-8dd4-d05d0c98d8b7", + "image_path": "images/219.png", + "question": "How is the green vehicle positioned in relation to the black vehicle in this picture?\nA.Top\nB.Bottom Right\nC.Top Right\nD.Bottom", + "answer": "C" + }, + { + "id": "604a5a34-c675-4fdc-b974-a67023c9e499", + "image_path": "images/220.png", + "question": "How is the black vehicle positioned in relation to the white vehicle in this picture?\nA.Top\nB.Bottom Left\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "16607a5f-f1e9-415c-a827-c856df2950e4", + "image_path": "images/221.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Bottom Right\nB.Bottom\nC.Top Right\nD.Left", + "answer": "C" + }, + { + "id": "7cc6b4b1-3e4e-4f68-8f12-12f939e6513b", + "image_path": "images/222.png", + "question": "How is the red vehicle positioned in relation to the white vehicle in this picture?\nA.Top Left\nB.Top\nC.Bottom Left\nD.Right", + "answer": "D" + }, + { + "id": "41bc7cbe-a1f4-432e-bdb5-09ba12af19f8", + "image_path": "images/223.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the white vehicle?\nA.Top Right\nB.Bottom\nC.Left\nD.Right", + "answer": "A" + }, + { + "id": "b87a574f-43be-434e-8a2b-751492d86d36", + "image_path": "images/224.png", + "question": "What is the relative position of the white vehicle to the silver vehicle in this image?\nA.Left\nB.Top\nC.Bottom Right\nD.Bottom", + "answer": "D" + }, + { + "id": "605b5560-cebf-4c39-9899-1cf7330296c1", + "image_path": "images/225.png", + "question": "In the picture, where can the black vehicle be found in relation to the white vehicle\nA.Top Left\nB.Top\nC.Right\nD.Top Right", + "answer": "D" + }, + { + "id": "7ad4e726-8dbd-4efd-86dc-dd2c4387983c", + "image_path": "images/226.png", + "question": "Can you identify the position of the silver vehicle in relation to the black vehicle in this image?\nA.Left\nB.Bottom\nC.Top\nD.Top Left", + "answer": "C" + }, + { + "id": "a9fabdd0-e603-4537-b462-715bf4903b23", + "image_path": "images/227.png", + "question": "In the picture, where can the yellow vehicle be found in relation to the blue vehicle\nA.Bottom Right\nB.Top Left\nC.Bottom\nD.Top", + "answer": "A" + }, + { + "id": "afd82d1a-6dad-47ca-b708-601302330410", + "image_path": "images/228.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Bottom\nB.Top Left\nC.Top\nD.Left", + "answer": "D" + }, + { + "id": "2cb636e8-f519-4fc9-8526-c021922eaa16", + "image_path": "images/229.png", + "question": "What is the relative position of the black vehicle to the white vehicle in this image?\nA.Bottom Left\nB.Top Right\nC.Bottom\nD.Top Left", + "answer": "B" + }, + { + "id": "c2559a01-ed95-4c59-8ebf-e4acb37e52e6", + "image_path": "images/230.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Top Left\nB.Bottom\nC.Bottom Left\nD.Top", + "answer": "A" + }, + { + "id": "da25e65c-1dd8-480e-9128-973a88400894", + "image_path": "images/231.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Bottom Left\nB.Top Left\nC.Top Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "b8584139-a049-4418-be98-98a1cb58de79", + "image_path": "images/232.png", + "question": "In the picture, where can the blue vehicle be found in relation to the white vehicle\nA.Bottom Left\nB.Right\nC.Left\nD.Top", + "answer": "C" + }, + { + "id": "bb81a2b7-9d4c-4033-ba7f-d221cbf758b7", + "image_path": "images/233.png", + "question": "What is the relative position of the blue vehicle to the black vehicle in this image?\nA.Top\nB.Bottom Left\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "31b5e5f0-a4ac-4d67-b5f7-3b7cf95ae0ed", + "image_path": "images/234.png", + "question": "What is the relative position of the blue vehicle to the silver vehicle in this image?\nA.Right\nB.Top Left\nC.Bottom\nD.Top Right", + "answer": "C" + }, + { + "id": "44ca8c38-f3d4-465c-bf55-0090445d81f3", + "image_path": "images/235.png", + "question": "Can you identify the position of the black vehicle in relation to the red vehicle in this image?\nA.Bottom Right\nB.Bottom\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "eeabee7d-3c99-4a58-9930-0e6baaa61fcf", + "image_path": "images/236.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the blue vehicle?\nA.Bottom\nB.Top Left\nC.Bottom Left\nD.Right", + "answer": "D" + }, + { + "id": "321c68d0-80e5-4b36-bfd6-3c6b38a7dc13", + "image_path": "images/237.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Left\nB.Bottom\nC.Top Right\nD.Top", + "answer": "C" + }, + { + "id": "706e080d-8fa2-4949-a69a-17294885e8e9", + "image_path": "images/238.png", + "question": "Can you identify the position of the red vehicle in relation to the white vehicle in this image?\nA.Right\nB.Bottom Left\nC.Top Left\nD.Bottom", + "answer": "A" + }, + { + "id": "d4ebf9aa-9896-4fc8-a15d-6bd057b99af1", + "image_path": "images/239.png", + "question": "In the picture, where can the black vehicle be found in relation to the red vehicle\nA.Top\nB.Left\nC.Bottom Right\nD.Top Right", + "answer": "C" + }, + { + "id": "183adb4c-e716-4605-aea5-5091fcfbe514", + "image_path": "images/240.png", + "question": "Can you identify the position of the silver vehicle in relation to the yellow vehicle in this image?\nA.Top Left\nB.Right\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "5e45437a-acfb-4409-94c5-c78ec5695606", + "image_path": "images/241.png", + "question": "In the picture, where can the black vehicle be found in relation to the white vehicle\nA.Bottom\nB.Bottom Left\nC.Top Left\nD.Left", + "answer": "A" + }, + { + "id": "e178d00a-a5f8-43e6-a890-67a5ff185bb2", + "image_path": "images/242.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the black vehicle?\nA.Bottom\nB.Left\nC.Right\nD.Top", + "answer": "B" + }, + { + "id": "dcb96eac-f823-470d-b11e-2d4342b4c232", + "image_path": "images/243.png", + "question": "In the picture, where can the silver vehicle be found in relation to the white vehicle\nA.Bottom Right\nB.Top\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "f0db578f-254d-446a-b0ce-1f4872b65376", + "image_path": "images/244.png", + "question": "What is the relative position of the white vehicle to the blue vehicle in this image?\nA.Bottom Right\nB.Right\nC.Top Left\nD.Bottom Left", + "answer": "C" + }, + { + "id": "9b1ca2f1-210e-42a0-bdd3-942b75c72c39", + "image_path": "images/245.png", + "question": "Can you identify the position of the yellow vehicle in relation to the black vehicle in this image?\nA.Right\nB.Top\nC.Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "56109b70-cdab-4f2b-9fdf-99b60acf1dff", + "image_path": "images/246.png", + "question": "In the picture, where can the white vehicle be found in relation to the blue vehicle\nA.Top Right\nB.Top\nC.Bottom Right\nD.Left", + "answer": "A" + }, + { + "id": "6410b8aa-ddca-4e93-97be-401630871163", + "image_path": "images/247.png", + "question": "In the picture, where can the silver vehicle be found in relation to the white vehicle\nA.Bottom Left\nB.Top Left\nC.Left\nD.Right", + "answer": "C" + }, + { + "id": "21aad7ae-0eec-4719-8b46-95499e70f911", + "image_path": "images/248.png", + "question": "How is the black vehicle positioned in relation to the white vehicle in this picture?\nA.Top\nB.Left\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "bc995c52-e11b-4ecd-a636-73f37a38cf9c", + "image_path": "images/249.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Bottom\nB.Right\nC.Top Right\nD.Top Left", + "answer": "B" + }, + { + "id": "eb7f5ee7-bd20-4f58-8a5f-18b4e9353948", + "image_path": "images/250.png", + "question": "In the picture, where can the black vehicle be found in relation to the blue vehicle\nA.Left\nB.Bottom\nC.Top\nD.Top Left", + "answer": "C" + }, + { + "id": "b0f7cbfb-4469-439e-9de6-80f3e8ddba8a", + "image_path": "images/251.png", + "question": "In the picture, where can the blue vehicle be found in relation to the white vehicle\nA.Left\nB.Bottom\nC.Right\nD.Top Left", + "answer": "C" + }, + { + "id": "19161025-7a6b-4b2f-ac79-75e1b021eaa4", + "image_path": "images/252.png", + "question": "In the picture, where can the silver vehicle be found in relation to the blue vehicle\nA.Left\nB.Bottom\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "cb537a8a-ed37-4f17-9ba0-9dc29126f347", + "image_path": "images/253.png", + "question": "In the picture, where can the green vehicle be found in relation to the white vehicle\nA.Left\nB.Bottom\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "19346ac4-a812-4d36-898e-df08d0aac23c", + "image_path": "images/254.png", + "question": "How is the silver vehicle positioned in relation to the white vehicle in this picture?\nA.Top Right\nB.Top Left\nC.Bottom Left\nD.Top", + "answer": "A" + }, + { + "id": "a9594cbb-01f1-4351-a11d-21dab49a2740", + "image_path": "images/255.png", + "question": "Can you identify the position of the yellow vehicle in relation to the black vehicle in this image?\nA.Left\nB.Top Right\nC.Bottom Left\nD.Top Left", + "answer": "B" + }, + { + "id": "216b97c9-58b7-4998-aed6-8fdb9b1aa915", + "image_path": "images/256.png", + "question": "How is the white vehicle positioned in relation to the yellow vehicle in this picture?\nA.Top\nB.Bottom Right\nC.Right\nD.Bottom", + "answer": "C" + }, + { + "id": "56be330c-dd21-4fcb-8bdf-b70d950d0d53", + "image_path": "images/257.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Top Left\nB.Top\nC.Left\nD.Top Right", + "answer": "D" + }, + { + "id": "7c609575-23ef-41a4-bf6d-07896626cbbc", + "image_path": "images/258.png", + "question": "Can you identify the position of the black vehicle in relation to the silver vehicle in this image?\nA.Bottom\nB.Top\nC.Top Right\nD.Top Left", + "answer": "D" + }, + { + "id": "28ad8e54-aeab-4a27-8208-b63035875579", + "image_path": "images/259.png", + "question": "How is the white vehicle positioned in relation to the silver vehicle in this picture?\nA.Bottom Right\nB.Bottom Left\nC.Top\nD.Left", + "answer": "A" + }, + { + "id": "76145795-ed8f-439e-bcc6-e6aa54067993", + "image_path": "images/260.png", + "question": "Can you identify the position of the white vehicle in relation to the blue vehicle in this image?\nA.Top\nB.Bottom Right\nC.Top Right\nD.Bottom", + "answer": "A" + }, + { + "id": "a63e979b-e297-4ac4-a838-827244bad2f5", + "image_path": "images/261.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the blue vehicle?\nA.Right\nB.Bottom Left\nC.Left\nD.Top", + "answer": "A" + }, + { + "id": "7c1d6864-466e-46c1-99cc-6063ebd5f2f5", + "image_path": "images/262.png", + "question": "What is the relative position of the white vehicle to the black vehicle in this image?\nA.Top Left\nB.Top Right\nC.Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "82927b6e-c4aa-401f-8b7c-086075f2e2d7", + "image_path": "images/263.png", + "question": "In the picture, where can the red vehicle be found in relation to the black vehicle\nA.Top Left\nB.Top Right\nC.Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "0bd409e5-05a9-4370-bd0d-e57b7bcb95f8", + "image_path": "images/264.png", + "question": "Can you identify the position of the silver vehicle in relation to the blue vehicle in this image?\nA.Top\nB.Right\nC.Bottom Left\nD.Left", + "answer": "C" + }, + { + "id": "fa2bfd7d-cfc5-454c-a5d1-04f338d74a5d", + "image_path": "images/265.png", + "question": "In this picture, what is the position of the silver vehicle in relation to the yellow vehicle?\nA.Bottom\nB.Bottom Left\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "c875313b-745f-44ad-a55d-1cb9f0201968", + "image_path": "images/266.png", + "question": "Can you identify the position of the white vehicle in relation to the black vehicle in this image?\nA.Bottom\nB.Bottom Right\nC.Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "c4366b4c-d035-4cd4-8223-280c32f7f95c", + "image_path": "images/267.png", + "question": "Can you identify the position of the red vehicle in relation to the black vehicle in this image?\nA.Top\nB.Bottom\nC.Top Left\nD.Top Right", + "answer": "D" + }, + { + "id": "af9722cd-e061-4a16-bdbc-58243898bb71", + "image_path": "images/268.png", + "question": "What is the relative position of the white vehicle to the red vehicle in this image?\nA.Left\nB.Top Left\nC.Right\nD.Bottom Right", + "answer": "D" + }, + { + "id": "e0f6d964-7a35-45d3-8e9b-6c76c88141ad", + "image_path": "images/269.png", + "question": "What is the relative position of the black vehicle to the purple vehicle in this image?\nA.Top\nB.Left\nC.Right\nD.Top Right", + "answer": "C" + }, + { + "id": "936036ee-c678-4a27-97fb-d3c14d12b6d1", + "image_path": "images/270.png", + "question": "Can you identify the position of the black vehicle in relation to the blue vehicle in this image?\nA.Top Right\nB.Bottom Left\nC.Bottom Right\nD.Top Left", + "answer": "A" + }, + { + "id": "c499382d-fdca-4bc7-8509-8006800c66ef", + "image_path": "images/271.png", + "question": "In the picture, where can the white vehicle be found in relation to the blue vehicle\nA.Left\nB.Bottom Left\nC.Right\nD.Bottom", + "answer": "C" + }, + { + "id": "ddbca14b-a98f-4990-a874-b3b7eeca5810", + "image_path": "images/272.png", + "question": "What is the relative position of the red vehicle to the blue vehicle in this image?\nA.Top Left\nB.Bottom Left\nC.Bottom Right\nD.Top Right", + "answer": "B" + }, + { + "id": "52028b25-bfb5-462b-aff5-5eab746be2d4", + "image_path": "images/273.png", + "question": "What is the relative position of the silver vehicle to the red vehicle in this image?\nA.Top Right\nB.Bottom Left\nC.Bottom Right\nD.Top Right", + "answer": "A" + }, + { + "id": "75885ea3-11a9-4699-8c02-1472c582b9a0", + "image_path": "images/274.png", + "question": "What is the relative position of the white vehicle to the blue vehicle in this image?\nA.Top Right\nB.Bottom Left\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "9b8df07e-95a1-4e2c-ab0c-6636027f7821", + "image_path": "images/275.png", + "question": "What is the relative position of the silver vehicle to the white vehicle in this image?\nA.Top Right\nB.Bottom Left\nC.Left\nD.Top", + "answer": "A" + }, + { + "id": "5bde979a-e2e4-4a36-9bf8-7b170cba4ef0", + "image_path": "images/276.png", + "question": "How is the white vehicle positioned in relation to the red vehicle in this picture?\nA.Top Right\nB.Bottom Left\nC.Bottom\nD.Left", + "answer": "D" + }, + { + "id": "30da8c2a-e364-41b6-86e0-fc92478fa6af", + "image_path": "images/277.png", + "question": "How is the wihte vehicle positioned in relation to the black vehicle in this picture?\nA.Top Left\nB.Top Right\nC.Bottom Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "4c1afd99-0044-45c6-aa6d-dd6a1436c673", + "image_path": "images/278.png", + "question": "In this picture, what is the position of the black vehicle in relation to the red vehicle?\nA.Bottom\nB.Top Left\nC.Bottom Left\nD.Left", + "answer": "C" + }, + { + "id": "f448cde0-05bf-499a-a125-f430daf53b6f", + "image_path": "images/279.png", + "question": "In this picture, what is the position of the white vehicle in relation to the black vehicle?\nA.Right\nB.Top\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "96e3708b-e437-4cad-8a04-59e11f089e7d", + "image_path": "images/280.png", + "question": "In the picture, where can the blue vehicle be found in relation to the white vehicle\nA.Bottom\nB.Top\nC.Top Right\nD.Top Left", + "answer": "D" + }, + { + "id": "82660401-0294-42a9-a4db-7a5c05c6dfd7", + "image_path": "images/281.png", + "question": "Can you identify the position of the white vehicle in relation to the red vehicle in this image?\nA.Top Right\nB.Right\nC.Top\nD.Top Left", + "answer": "D" + }, + { + "id": "aa1fbc70-e36f-4f3f-9390-d79f6c6885a0", + "image_path": "images/282.png", + "question": "In the picture, where can the silver vehicle be found in relation to the white vehicle\nA.Top Left\nB.Top\nC.Bottom Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "5926b1af-9d38-44a9-b596-93b20801ecdc", + "image_path": "images/283.png", + "question": "In the picture, where can the orange vehicle be found in relation to the black vehicle\nA.Left\nB.Right\nC.Top Left\nD.Bottom", + "answer": "A" + }, + { + "id": "d13dbc5a-a252-4b92-9ee8-84fb7dc9f700", + "image_path": "images/284.png", + "question": "What is the relative position of the blue vehicle to the white vehicle in this image?\nA.Top\nB.Right\nC.Bottom\nD.Bottom Left", + "answer": "C" + }, + { + "id": "21ce1195-9346-4733-a940-b4e9ba6f95c8", + "image_path": "images/285.png", + "question": "In the picture, where can the black vehicle be found in relation to the blue vehicle\nA.Left\nB.Bottom\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "1e1949bd-1c34-4a8f-b51e-39bb4a2a2230", + "image_path": "images/286.png", + "question": "What is the relative position of the black vehicle to the white vehicle in this image?\nA.Top\nB.Top Right\nC.Top Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "386db1c2-d1a0-4f39-abb9-f46619f05eba", + "image_path": "images/287.png", + "question": "In this picture, what is the position of the white vehicle in relation to the red vehicle?\nA.Right\nB.Left\nC.Top\nD.Bottom Left", + "answer": "C" + }, + { + "id": "91c67562-29e3-4adf-9d17-30e7a8fe9792", + "image_path": "images/288.png", + "question": "Can you identify the position of the black vehicle in relation to the blue vehicle in this image?\nA.Top\nB.Left\nC.Top Right\nD.Top Left", + "answer": "C" + }, + { + "id": "bed3cc2d-ebc1-4c1a-99c7-92480458a707", + "image_path": "images/289.png", + "question": "What is the relative position of the white vehicle to the red vehicle in this image?\nA.Right\nB.Bottom Left\nC.Left\nD.Top", + "answer": "D" + }, + { + "id": "7beeb2ae-de64-41de-9cb2-406b9785e0c9", + "image_path": "images/290.png", + "question": "Can you identify the position of the blue vehicle in relation to the white vehicle in this image?\nA.Bottom\nB.Bottom Left\nC.Top\nD.Top Right", + "answer": "D" + }, + { + "id": "c8f14351-28d0-4778-897b-b7ee30e53d50", + "image_path": "images/291.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Top Left\nB.Right\nC.Bottom\nD.Top", + "answer": "C" + }, + { + "id": "92463f3c-576e-49e9-9d87-4ae89734899f", + "image_path": "images/292.png", + "question": "Can you identify the position of the white vehicle in relation to the silver vehicle in this image?\nA.Left\nB.Right\nC.Top\nD.Bottom Left", + "answer": "D" + }, + { + "id": "6cbae1b6-dcdf-4d62-b4e8-106236de3acd", + "image_path": "images/293.png", + "question": "In the picture, where can the black vehicle be found in relation to the blue vehicle\nA.Top Right\nB.Top\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "5693cfe5-2209-4110-ac00-2725ec93d6e2", + "image_path": "images/294.png", + "question": "Can you identify the position of the red vehicle in relation to the black vehicle in this image?\nA.Bottom Right\nB.Left\nC.Top\nD.Top Right", + "answer": "B" + }, + { + "id": "285a461b-9358-4ac8-9774-087486f2542a", + "image_path": "images/295.png", + "question": "Can you identify the position of the silver vehicle in relation to the red vehicle in this image?\nA.Bottom Right\nB.Right\nC.Top\nD.Top Right", + "answer": "B" + }, + { + "id": "3be59b8a-1242-49e5-be63-aac18ba1767f", + "image_path": "images/296.png", + "question": "In this picture, what is the position of the blue vehicle in relation to the black vehicle?\nA.Left\nB.Bottom\nC.Bottom Left\nD.Right", + "answer": "C" + }, + { + "id": "16ad619d-a075-417f-84c3-010730ac8804", + "image_path": "images/297.png", + "question": "In the picture, where can the blue vehicle be found in relation to the white vehicle\nA.Bottom\nB.Top Left\nC.Top Right\nD.Top", + "answer": "D" + }, + { + "id": "43583550-14eb-43ee-8f28-bba89f976843", + "image_path": "images/298.png", + "question": "What is the relative position of the red vehicle to the white vehicle in this image?\nA.Left\nB.Bottom Right\nC.Top\nD.Bottom Left", + "answer": "D" + }, + { + "id": "8b66c057-7244-42ae-b3cf-624c9e5ae9cc", + "image_path": "images/299.png", + "question": "In the picture, where can the white vehicle be found in relation to the black vehicle\nA.Left\nB.Top\nC.Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "6d655340-c0c4-43a4-b739-bed1fc559905", + "image_path": "images/300.png", + "question": "What is the relative position of the black vehicle to the silver vehicle in this image?\nA.Left\nB.Bottom Right\nC.Top\nD.Bottom Left", + "answer": "C" + } +] \ No newline at end of file diff --git a/perception/image_level_comprehension/image_caption/image_caption.json b/perception/image_level_comprehension/image_caption/image_caption.json new file mode 100644 index 0000000000000000000000000000000000000000..2c7c32a6522f412e6cf0c17d4ce1254e799b9047 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/image_caption.json @@ -0,0 +1,1202 @@ +[ + { + "id": "c27d316a-2d59-4d3f-8dd2-6b8f6120af80", + "image_path": "images/1.png", + "question": "This is a remote sensing image of a/an airport scene. Please describe this remote sensing image in one short sentence.\nA.The satellite image illustrates a serene airfield with numerous aircraft grounded on the pavement, bordered by a diverse range of airport structures and amenities.\nB.The overhead photograph captures a lively airstrip with various planes parked along the ramp, enveloped by an assortment of aviation-related buildings and services.\nC.The remote sensing image depicts an airport with multiple airplanes parked on the tarmac, surrounded by various airport buildings and infrastructure.\nD.The aerial view shows a bustling airport with several jets stationed on the runway, encircled by different terminal facilities and transportation networks.", + "answer": "C" + }, + { + "id": "61c43b5d-1786-4311-a359-8fa693bc90de", + "image_path": "images/2.png", + "question": "Based on this remote sensing image of a/an airport, describe it in one sentence.\nA.The aerial image depicts a railway station with several trains stationed on the platform, bordered by tracks and waiting areas.\nB.The remote sensing image shows an airport with multiple airplanes parked on the tarmac, surrounded by runways and terminal buildings.\nC.The satellite image illustrates a stadium filled with numerous spectators in the stands, encircled by concession areas and entrance gates.\nD.The overhead photograph captures a busy marina with various boats moored at the docks, flanked by waterways and storage facilities.", + "answer": "B" + }, + { + "id": "a75e63ff-426d-42d2-bac4-e897f57df973", + "image_path": "images/3.png", + "question": "Looking at this remote sensing image of a/an airport, provide a concise description in one sentence.\nA.A high-altitude image of a stadium with four event tents set up in the field, bordered by various support vehicles and structures. \nB.A bird's-eye view of a railway station featuring three trains stationed on the tracks, encircled by numerous service vehicles and facilities. \nC.An aerial view of an airport terminal with two airplanes parked at the gates, surrounded by various ground vehicles and infrastructure.\nD.An overhead perspective of a seaport with several ships docked at the piers, surrounded by multiple loading trucks and equipment. ", + "answer": "C" + }, + { + "id": "1e94ad82-e2ca-4f3d-bd0d-bfc3f19617b7", + "image_path": "images/4.png", + "question": "Please describe this airport scene from the remote sensing image in one short sentence.\nA.The aerial view displays a train station with several carriages stationed on tracks, encircled by platforms and maintenance equipment. \nB.The remote sensing image shows an airport terminal with multiple airplanes parked at gates, surrounded by tarmac and service vehicles.\nC.The aerial photograph illustrates a sports stadium with various vehicles stationed in the parking lot, flanked by grassy areas and concession stands.\nD.The satellite image reveals a busy harbor with numerous ships docked at pier, bordered by water and cargo containers.", + "answer": "B" + }, + { + "id": "2974e961-e8b4-40ba-adf5-f66ee84b2223", + "image_path": "images/5.png", + "question": "Please describe this airport scene from the remote sensing image in one short sentence.\nA.An overhead shot of a sports field lined with multiple spectator areas, pathways, and a single vehicle located near the entrance.\nB.A bird's-eye view of a seaport with numerous cargo containers, docking areas, and a solitary ship anchored at a berth.\nC.An aerial perspective of a city landscape featuring various building rooftops, highways, and a lone helicopter resting on a helipad. \nD.An aerial view of an airport tarmac with multiple aircraft parking spots, taxiways, and a single airplane parked at a gate.", + "answer": "D" + }, + { + "id": "f4866530-3db8-490a-8d94-8749d04ab164", + "image_path": "images/6.png", + "question": "Please describe this airport scene from the remote sensing image in one short sentence.\nA.The remote sensing image depicts an airport tarmac with several airplanes parked and taxiing, surrounded by marked runways and service areas.\nB.The remote sensing image reveals a vibrant marketplace with various stalls set up and customers browsing, surrounded by marked pathways and seating areas.\nC.The aerial photograph shows a busy railway station with numerous trains arriving and departing, bordered by designated tracks and maintenance zones.\nD.The satellite image captures a bustling city street filled with cars driving and parked, encircled by designated lanes and parking spaces.", + "answer": "A" + }, + { + "id": "7bf7db33-17a3-48d4-9b43-39f1dcfa2a95", + "image_path": "images/7.png", + "question": "Based on this remote sensing image of a/an airport, describe it in one sentence.\nA.A bird's-eye view of a stadium filled with fans, surrounded by parking lots and access paths, with nearby concessions and amenities.\nB.An aerial perspective of a seaport featuring numerous ships docked at the pier, encircled by water and access roads, with neighboring warehouses and facilities.\nC.An overhead shot of a cityscape showcasing several cars on the road, bordered by streets and alleys, with adjacent housing and commercial structures.\nD.An aerial view of an airport with multiple airplanes parked on the tarmac, surrounded by runways and taxiways, with adjacent buildings and infrastructure.", + "answer": "D" + }, + { + "id": "5ddd31f4-84d4-45ea-9042-07bb9cdd0ce7", + "image_path": "images/8.png", + "question": "Based on this remote sensing image of a/an airport, describe it in one sentence.\nA.The satellite image illustrates a sprawling agricultural area with various crops growing in fields and tractors moving along dirt paths, bordered by fences and barns.\nB.The drone view captures a bustling urban center with numerous cars navigating through streets and parked along curbs, encircled by shops and residential blocks.\nC.The aerial photograph depicts a coastal city with several boats docked at marinas and sailing in the harbor, flanked by sandy beaches and high-rise condos.\nD.The remote sensing image shows an airport with multiple airplanes parked at gates and taxiing on runways, surrounded by tarmac and terminal buildings.", + "answer": "D" + }, + { + "id": "dd15fcf4-7888-4b67-a72e-93586accbef9", + "image_path": "images/9.png", + "question": "This is a remote sensing image of a/an airport scene. Please describe this remote sensing image in one short sentence.\nA.The satellite image captures a stadium filled with fans and players on the field, encompassed by concession stands and security personnel.\nB.The remote sensing image depicts an airport with multiple airplanes parked at gates and taxiing on runways, surrounded by terminal buildings and ground service vehicles.\nC.The aerial photograph shows a harbor with several ships docked at piers and sailing in the water, encircled by warehouses and cargo transporters. \nD.The aerial view illustrates a shopping mall with numerous cars in the parking lot and moving on access roads, flanked by retail stores and food vendors.", + "answer": "B" + }, + { + "id": "5dfaef0b-2074-4729-bc76-34ed0622a5c4", + "image_path": "images/10.png", + "question": "Based on this remote sensing image of a/an airport, describe it in one sentence.\nA.The image shows an aerial view of an airport tarmac with several airplanes parked and taxiing, surrounded by buildings and marked areas for aircraft movement.\nB.The image presents an aerial snapshot of a vibrant urban park filled with people enjoying leisure activities, bounded by walkways and sections allocated for various recreational facilities.\nC.The image depicts an aerial scene of a sprawling landscape of farmland where several tractors are moving and plowing, bordered by barns and outlined paths for agricultural transport.\nD.The image captures an aerial perspective of a bustling harbor with numerous ships docked and departing, encircled by warehouses and designated zones for vessel navigation.", + "answer": "A" + }, + { + "id": "78ce968c-d617-4e91-a593-33b5a271ec4c", + "image_path": "images/11.png", + "question": "Based on this remote sensing image of a/an baseball_field, describe it in one sentence.\nA.The image shows an aerial view of a baseball field surrounded by green grass, trees, and adjacent buildings, with a road running along the bottom edge.\nB.The picture provides an overhead perspective of a cricket ground set against a backdrop of golden sand, palm trees, and accompanying facilities, with a lane tracing along the right flank.\nC.This aerial photograph captures a soccer pitch bordered by vibrant flowers, tall bushes, and nearby homes, with a street snaking around the top perimeter.\nD.The image depicts a bird's-eye view of a football stadium encircled by lush vegetation, shrubs, and neighboring structures, with a pathway stretching along the left side.", + "answer": "A" + }, + { + "id": "61ab18fb-9149-487f-bf7f-8c734f6da23b", + "image_path": "images/12.png", + "question": "Looking at this remote sensing image of a/an baseball_field, provide a concise description in one sentence.\nA.The image displays an overhead view of an athletic facility with several tennis courts, encircled by shrubs and access roads.\nB.The photograph captures a bird's-eye perspective of a recreation center featuring various soccer pitches, bordered by greenery and open spaces.\nC.The image shows an aerial view of a sports complex with multiple baseball fields, surrounded by trees and parking areas.\nD.This aerial shot reveals a composite view of a fitness hub containing numerous basketball courts, flanked by wooded areas and visitor lots.", + "answer": "C" + }, + { + "id": "40e8a61f-a89d-4d4b-aee7-fcbf10c05eff", + "image_path": "images/13.png", + "question": "Based on this remote sensing image of a/an baseball_field, describe it in one sentence.\nA.The snapshot presents an overhead view of a cricket ground engulfed by lush bushes, accompanied by open fields and manufacturing facilities.\nB.The aerial photo reveals a football stadium nestled in a landscape of flowers, with surrounding recreational spaces and retail stores.\nC.The image captures a bird's-eye perspective of a soccer pitch bordered by trees, featuring nearby residential areas and commercial complexes.\nD.The image shows an aerial view of a baseball field surrounded by greenery, with adjacent parking lots and industrial buildings.", + "answer": "D" + }, + { + "id": "03d3a8aa-bc89-4035-8960-76e565ebc9a2", + "image_path": "images/14.png", + "question": "This is a remote sensing image of a/an baseball_field. Please summarize the image in one brief sentence.\nA.The picture captures an overhead perspective of an athletic venue with a variety of basketball courts, flanked by urban developments and open spaces.\nB.The aerial photograph illustrates a landscape of a sports facility containing numerous tennis courts, bordered by shrubs and pathways.\nC.The image shows a bird's-eye view of a recreational center featuring several soccer fields, encircled by greenery and roadways.\nD.The image depicts an aerial view of a sports complex with multiple baseball fields, surrounded by trees and parking areas.", + "answer": "D" + }, + { + "id": "a042252c-948d-4a93-b893-5f466c0b23f5", + "image_path": "images/15.png", + "question": "Based on this remote sensing image of a/an baseball_field, describe it in one sentence.\nA.This aerial shot presents an overhead view of a baseball venue consisting of numerous leaf-patterned fields, bordered by vibrant foliage and shrubs, with connected lots and thoroughfares.\nB.The image features a top-down look at a baseball park complex showcasing various arc-shaped fields, framed by verdant lawns and forests, alongside adjoining parking lots and streets.\nC.The photograph captures a bird\u2019s-eye perspective of a baseball diamond layout featuring several petal-shaped fields, encircled by lush greenery and woodlands, along with nearby driveways and pathways.\nD.The image shows an aerial view of a baseball field complex with multiple fan-shaped fields, surrounded by green grass and trees, with adjacent parking areas and roads.", + "answer": "D" + }, + { + "id": "26dd7603-8c49-40f3-9f04-f93be3988da8", + "image_path": "images/16.png", + "question": "This is a remote sensing image of a/an baseball_field scene. Please describe this remote sensing image in one short sentence.\nA.The image shows an aerial view of a sports complex with a baseball field, a soccer field, and surrounding buildings, all surrounded by trees and a parking lot.\nB.This aerial view reveals a recreation area with a softball diamond, a rugby field, and nearby amenities, bordered by foliage and an access road.\nC.The image presents an overhead shot of a sports venue that includes a tennis court, a basketball arena, and nearby facilities, encompassed by plants and a space for cars.\nD.The picture captures a bird\u2019s-eye perspective of an athletic facility featuring a cricket pitch, a football ground, and adjacent structures, all enclosed by greenery and a vehicle area.", + "answer": "A" + }, + { + "id": "a0428fdb-8df1-44e5-b130-842116a3df3b", + "image_path": "images/17.png", + "question": "This is a remote sensing image of a/an baseball_field scene. Please describe this remote sensing image in one short sentence.\nA.The photograph captures a bird's-eye perspective of a football field encircled by apartment buildings, alongside basketball courts and a swimming pool.\nB.The aerial shot depicts a cricket ground situated amidst suburban homes, with close proximity to badminton courts and a small garden.\nC.The image shows an aerial view of a baseball field surrounded by residential houses, with nearby tennis courts and a playground.\nD.This image presents an overhead view of a soccer pitch nestled between commercial properties, featuring adjacent volleyball courts and a park.", + "answer": "C" + }, + { + "id": "79be6162-382d-4d22-acf0-3c3e190479d2", + "image_path": "images/18.png", + "question": "This is a remote sensing image of a/an baseball_field. Please summarize the image in one brief sentence.\nA.The photograph displays an overhead view of an athletic facility that includes various tennis courts, encircled by colorful flowers and near a lake.\nB.The image captures a bird\u2019s-eye perspective of a recreational area featuring several soccer pitches, bordered by lush vegetation and next to a river.\nC.The picture portrays a top-down shot of a fitness center with multiple basketball courts, flanked by urban landscaping and alongside a pond.\nD.The image shows an aerial view of a sports complex with multiple baseball fields, surrounded by greenery and adjacent to a body of water.", + "answer": "D" + }, + { + "id": "4693be7f-2115-43e3-af4f-22b284922b7e", + "image_path": "images/19.png", + "question": "Looking at this remote sensing image of a/an baseball_field, provide a concise description in one sentence.\nA.The picture illustrates an overhead view of two football arenas, bordered by highways and dense shrubbery, located in a tropical climate.\nB.The image shows an aerial view of two baseball fields with surrounding roads and sparse vegetation, located in a semi-arid environment.\nC.The image presents a bird's-eye perspective of two soccer pitches flanked by pathways and minimal greenery, situated in a desert-like landscape.\nD.This aerial photograph captures two cricket grounds, accompanied by busy streets and lush foliage, set in a coastal region.", + "answer": "B" + }, + { + "id": "0a5c6030-3d27-4cc4-979d-3764d15c6b0f", + "image_path": "images/20.png", + "question": "This is a remote sensing image of a/an baseball_field. Please summarize the image in one brief sentence.\nA.The image presents a bird's-eye view of a tennis court area showcasing different triangular formations, surrounded by vegetation and adjacent to a pond.\nB.This aerial depiction highlights a cricket ground configuration consisting of several oval patterns, encircled by foliage and located near a lake.\nC.The image shows an aerial view of a baseball field complex with multiple fan shapes, surrounded by trees and adjacent to a body of water.\nD.The photograph captures an overhead perspective of a soccer stadium layout featuring various circular designs, bordered by greenery and next to a river.", + "answer": "C" + }, + { + "id": "7e90b71d-03af-4120-959c-42cc172091bd", + "image_path": "images/21.png", + "question": "Looking at this remote sensing image of a/an beach, provide a concise description in one sentence.\nA.An aerial perspective of a coastal area featuring a sandy shore, strong surf rolling in, a restaurant displaying a banner that says \"Delicious Eats,\" and a nearby establishment adorned with blue canopies.\nB.Overhead imagery of a seaside location showcasing gentle tides lapping against the land, a cafe marked by a board stating \"Tasty Treats,\" and an adjacent building with vibrant red umbrellas.\nC.An aerial view of a beach with waves crashing onto the shore, a building with a sign reading \"Good Food,\" and a nearby structure with white awnings.\nD.A bird's-eye view of an oceanfront spot displaying calm waters linked to the beach, a structure with a notice indicating \"Yummy Meals,\" and a closely positioned facility featuring green shade sails.", + "answer": "C" + }, + { + "id": "de9a8d45-c94d-4694-86fc-fe526b19b63b", + "image_path": "images/22.png", + "question": "This is a remote sensing image of a/an beach scene. Please describe this remote sensing image in one short sentence.\nA.The image shows a bird's-eye perspective of a mountain landscape, where snow-capped peaks contrast with the deep green valleys below, revealing a stunning interplay of light and shadow.\nB.The image captures an aerial view of a beach with waves crashing onto the shore, creating a pattern of white foam against the dark ocean water.\nC.The image presents a high-altitude view of a bustling city, as vehicles move along the streets, creating a vibrant mosaic of colors against the gray concrete.\nD.The photograph depicts an aerial snapshot of a desert, with dunes shifting across the sandy expanse, casting long shadows against the bright blue sky.", + "answer": "B" + }, + { + "id": "f6836221-9408-46ef-8532-4c5cecf084f6", + "image_path": "images/23.png", + "question": "This is a remote sensing image of a/an beach. Please summarize the image in one brief sentence.\nA.A bird's-eye view of a grassy park with children playing, a tranquil lake, and various structures like a gazebo and picnic tables nearby.\nB.An overhead shot of a bustling boardwalk filled with pedestrians, a vibrant sunset casting shadows, and surrounding attractions like shops and food stalls.\nC.An aerial perspective of a rocky shoreline with calm waters, several groups of sunbathers, and adjacent amenities featuring a restaurant and cabanas.\nD.An aerial view of a sandy beach with waves crashing, a few scattered people, and nearby facilities including a building and umbrellas.", + "answer": "D" + }, + { + "id": "c5a2f724-2e52-4446-a7c6-6e81832246b6", + "image_path": "images/24.png", + "question": "This is a remote sensing image of a/an beach. Please summarize the image in one brief sentence.\nA.The image depicts an aerial view of a beach with waves crashing onto the shore, creating a pattern of white foam along the coastline.\nB.The image presents an overhead look at a bustling city with cars moving along the streets, creating a dynamic blur of colors in a vibrant urban scene.\nC.The photograph captures an aerial perspective of a desert landscape with swirling sand dunes, forming intricate shapes under the bright yellow sun.\nD.The picture shows a bird's-eye view of a forest where sunlight filters through the trees, casting green shadows on the ground. ", + "answer": "A" + }, + { + "id": "42283cab-9bd3-4745-8c13-02750ea82817", + "image_path": "images/25.png", + "question": "Based on this remote sensing image of a/an beach, describe it in one sentence.\nA.An aerial view captures a serene beach with gentle waves lapping at the shore, adjacent to a sandy expanse and a nearby pier.\nB.An aerial perspective reveals a bustling cityscape with cars moving along busy streets, bordered by tall buildings and a vibrant park.\nC.A bird's-eye view highlights a rocky coastline with crashing waves against the cliffs, alongside a rugged path and an old lighthouse in the distance.\nD.An overhead shot showcases a picturesque forest with sunlight filtering through the leaves, beside a tranquil river and a rustic wooden bridge.", + "answer": "A" + }, + { + "id": "baa5b6f0-c8d0-48e7-8a9f-793db1a0e35d", + "image_path": "images/26.png", + "question": "This is a remote sensing image of a/an beach. Please summarize the image in one brief sentence.\nA.The remote sensing image depicts a coastal area with waves crashing onto a sandy beach, surrounded by a dense network of roads and infrastructure.\nB.The airborne view captures an urban setting with rain pooling on concrete pavements, flanked by a complex grid of streets and constructions.\nC.The satellite image illustrates a forested landscape with a river meandering through dark soil, encircled by a vast array of trails and buildings.\nD.The aerial photograph showcases a mountainous region with snowflakes falling on a rocky terrain, bordered by a sparse arrangement of pathways and facilities.", + "answer": "A" + }, + { + "id": "fe999db8-49d1-4c0f-97bc-4d08597b5406", + "image_path": "images/27.png", + "question": "Based on this remote sensing image of a/an beach, describe it in one sentence.\nA.The image presents a bird\u2019s-eye view of a lush green hillside with vibrant flowers blooming in the foreground, producing a vibrant and lively landscape.\nB.The aerial shot depicts a snowy mountain range with icy winds swirling around the peaks, creating a stark and captivating winter vista.\nC.The photograph showcases an aerial perspective of a rocky coastline with powerful waves crashing against the cliffs, forming a dramatic marine scene.\nD.The image captures an aerial view of a sandy beach with gentle waves crashing onto the shore, creating a serene coastal landscape.", + "answer": "D" + }, + { + "id": "cb743385-4fa6-496d-a1cb-a1d6405029ba", + "image_path": "images/28.png", + "question": "Please describe this beach scene from the remote sensing image in one short sentence.\nA.A bird's-eye view of a pebbly shore with serene, turquoise waters and numerous clusters of sunbathers scattered across the sand.\nB.An overhead shot of a vibrant beach with gentle, clear water and a handful of surfers enjoying the swells near the water's edge.\nC.An aerial view of a sandy beach with calm, greenish-blue water and a few scattered people near the shoreline.\nD.An aerial perspective of a rocky coastline featuring tranquil, deep blue waves and several distant figures along the beach.", + "answer": "C" + }, + { + "id": "2d44c822-d9ae-417c-80c7-fb042baa096e", + "image_path": "images/29.png", + "question": "Looking at this remote sensing image of a/an beach, provide a concise description in one sentence.\nA.A bird\u2019s-eye perspective showcases a tranquil mountain lake reflecting the bright blue sky, where a couple of kayakers glide across the smooth surface.\nB.A top-down image highlights a lively marketplace brimming with colorful stalls, where shoppers are mingling near the lush greenery surrounding the area.\nC.An overhead shot reveals a bustling city park filled with vibrant autumn leaves, where children play on the lawns and people walk along the paths.\nD.An aerial view captures a serene beach with gentle waves lapping onto the shore, where a few people are scattered along the coastline.", + "answer": "D" + }, + { + "id": "a2474434-b699-4fd7-929b-f03b67ff9ae8", + "image_path": "images/30.png", + "question": "Please describe this beach scene from the remote sensing image in one short sentence.\nA.The image captures an aerial view of a beach with waves crashing onto the shore, creating a pattern of white foam against the dark ocean water.\nB.The picture features an aerial shot of a bustling cityscape, with cars moving along the roads, forming a mosaic of bright colors against the gray concrete.\nC.The image presents an overhead view of a dense forest, where sunlight filters through the leaves, casting a pattern of light and shadow on the rich, brown earth.\nD.The photo shows a bird's-eye perspective of a mountain range where clouds hover above, creating a contrast of gray mist against the green valleys below.", + "answer": "A" + }, + { + "id": "5df344b6-ffdd-43cb-8c14-4981f2c2e531", + "image_path": "images/31.png", + "question": "Please describe this bridge scene from the remote sensing image in one short sentence.\nA.From above, a sleek, glass bridge traverses a massive area of deep green water, highlighted by prominent splashes and undulating waves.\nB.A bird\u2019s-eye view showcases a broad, wooden bridge stretching above a large body of light gray water, where gentle swells and fluttering ripples are apparent.\nC.An aerial view captures a long, metal bridge spanning across a vast expanse of dark blue water with visible ripples and waves.\nD.An aerial perspective reveals a tall, concrete bridge extending over a wide stretch of shimmering emerald water with noticeable currents and frothy waves.", + "answer": "C" + }, + { + "id": "f66957c4-4396-4245-9c2b-59f9832c6dd5", + "image_path": "images/32.png", + "question": "Looking at this remote sensing image of a/an bridge, provide a concise description in one sentence.\nA.A skyward glance at a vast rope bridge extending over a river, showcasing automobiles moving along the roadway and nearby canoes.\nB.An aerial view of a multi-lane suspension bridge spanning over a body of water, with vehicles on the road and boats nearby.\nC.A bird's-eye view of a broad arch bridge connecting two landmasses, featuring traffic on the lanes and ships floating nearby.\nD.An overhead perspective of a wide cable-stayed bridge crossing a lake, with cars traveling along the path and yachts in the vicinity.", + "answer": "B" + }, + { + "id": "0cd2de30-7397-4862-a738-cf2613829641", + "image_path": "images/33.png", + "question": "Looking at this remote sensing image of a/an bridge, provide a concise description in one sentence.\nA.An aerial view of a busy bridge over water, with multiple vehicles on the road and a shadow cast by the structure.\nB.A bird's-eye perspective of a crowded overpass stretching across a lake, showcasing numerous trucks on the route and an outline formed by the edifice. \nC.An aerial shot of a bustling highway above a river, featuring various cars traveling along the lane and a reflection created by the bridge. \nD.A high-altitude glimpse of a lively viaduct spanning a canal, with several buses navigating the thoroughfare and a silhouette produced by the construction. ", + "answer": "A" + }, + { + "id": "86901a73-56f6-492c-818d-4e72378ac2ef", + "image_path": "images/34.png", + "question": "Based on this remote sensing image of a/an bridge, describe it in one sentence.\nA.The photo captures a bird's-eye perspective of a multi-tiered bridge spanning a river, with cars moving along both layers.\nB.This aerial shot presents a two-story bridge above a lake, featuring traffic observable on each deck.\nC.The image displays a top-down view of a stacked bridge crossing a channel, where automobiles can be seen on both tiers.\nD.The image shows an aerial view of a double-decked bridge over water, with vehicles visible on both levels.", + "answer": "D" + }, + { + "id": "fac7b33a-fc0b-4264-838e-19328698acd5", + "image_path": "images/35.png", + "question": "Based on this remote sensing image of a/an bridge, describe it in one sentence.\nA.A sky-high glimpse of a vast roadway linking two land masses over a calm ocean, with small ripples and glistening echoes captured in the water.\nB.An overhead shot of a wide highway spanning a river, showcasing the vibrant hues of the water and the light reflections dancing on its surface.\nC.A bird's-eye perspective of a busy overpass stretching across a lake, featuring gentle waves and shimmering mirrors in the water below.\nD.An aerial view of a multi-lane bridge crossing over a body of water with visible ripples and reflections.", + "answer": "D" + }, + { + "id": "b7eac48b-05ec-4043-b4fa-4592c2163e07", + "image_path": "images/36.png", + "question": "Looking at this remote sensing image of a/an bridge, provide a concise description in one sentence.\nA.A high-altitude image of a multi-track overpass stretching over a dirty waterway, showcasing motorcycles on the lanes and neighboring streets.\nB.An overhead shot of a busy highway spanning a polluted river, featuring cars traveling along the thoroughfare and nearby roads. \nC.An aerial view of a multi-lane bridge crossing a muddy river, with vehicles on the road and adjacent highways.\nD.A bird's-eye perspective of a wide-overpass traversing a brown stream, with trucks maneuvering on the asphalt and surrounding routes.", + "answer": "C" + }, + { + "id": "1a266de6-2723-49cc-89ae-8c646bce9005", + "image_path": "images/37.png", + "question": "Based on this remote sensing image of a/an bridge, describe it in one sentence.\nA.The aerial shot illustrates the top view of a viaduct over a pond, where the framework of the viaduct is evident in the water's mirrored image and its shadow is visible on the water's surface.\nB.The image captures a bird\u2019s-eye view of a highway crossing over a lake, with the details of the highway prominently shown in the reflection on the water and its silhouette outlined on the surface. \nC.The photo showcases an overhead perspective of a road stretching over a river, with the design of the road distinct in the water's reflection and its shade falling across the surface.\nD.The image depicts an aerial view of a bridge spanning a body of water, with the structure of the bridge clearly visible in the reflection on the water, and its shadow cast upon the surface.", + "answer": "D" + }, + { + "id": "7dea03a8-5528-4c25-b225-859ee5030447", + "image_path": "images/38.png", + "question": "This is a remote sensing image of a/an bridge scene. Please describe this remote sensing image in one short sentence.\nA.The photo captures a bird's-eye perspective of a wide highway spanning a clear lake, with a patch of forest seen in the upper right corner.\nB.The illustration presents a top-down view of a multi-track road traversing a calm pond, with a grassy area visible in the lower center section.\nC.The image shows an aerial view of a multi-lane bridge crossing over a muddy river, with a small landmass visible at the top left corner.\nD.The picture reveals a high-altitude glimpse of a narrow pathway running alongside a turbulent sea, with a rocky island appearing at the bottom left corner.", + "answer": "C" + }, + { + "id": "dd7ff54d-c82b-47fe-92db-a54b9a182c44", + "image_path": "images/39.png", + "question": "This is a remote sensing image of a/an bridge. Please summarize the image in one brief sentence.\nA.An aerial view of a multi-lane bridge over water, with two vehicles visible on the road.\nB.A bird's-eye view displays a complex highway intersecting a body of water, with several bicycles riding along the lanes.\nC.Aerial photography captures a wide freeway spanning a river, showcasing three cars traveling along the path.\nD.An overhead shot reveals a large overpass above a lake, featuring a lone truck making its way across the structure.", + "answer": "A" + }, + { + "id": "cff5ae85-e263-4c46-846a-82878593f95e", + "image_path": "images/40.png", + "question": "This is a remote sensing image of a/an bridge scene. Please describe this remote sensing image in one short sentence.\nA.The image shows an aerial view of a bridge with multiple lanes of traffic over a body of water, surrounded by dark and light areas indicating different types of surfaces or lighting conditions.\nB.This aerial photograph presents an expansive overview of a viaduct spanning a lake, filled with heavy traffic, and framed by contrasting light and dark zones that reflect various land types or environmental conditions.\nC.The aerial shot illustrates a thoroughfare elevated over a waterway, teeming with cars, encircled by regions of varying brightness that signify different materials or atmospheric influences.\nD.The image captures a bird's-eye perspective of a highway stretching across a river, with various streams of vehicles moving above, bordered by bright and shadowy patches representing diverse terrain and weather effects.", + "answer": "A" + }, + { + "id": "38cc0367-b678-4047-a701-ac91d7d23e5f", + "image_path": "images/41.png", + "question": "This is a remote sensing image of a/an dense_residential. Please summarize the image in one brief sentence.\nA.The image depicts a dense residential area with numerous houses, streets, and a small green space, showcasing an urban neighborhood from an aerial perspective.\nB.The photograph captures a bustling commercial district filled with various buildings, pathways, and a vibrant park, illustrating an urban landscape from a bird\u2019s-eye view.\nC.The aerial view showcases a coastal area with several beachfront properties, winding roads, and pools of water, highlighting a picturesque seaside neighborhood.\nD.The image reveals a sparse rural community featuring scattered farms, dirt roads, and open fields, presenting a countryside setting from an aerial perspective.", + "answer": "A" + }, + { + "id": "2ff34ca8-5812-4044-baed-5711ac0e3664", + "image_path": "images/42.png", + "question": "Please describe this dense_residential scene from the remote sensing image in one short sentence.\nA.The image depicts a densely populated residential area with numerous houses, well-maintained lawns, and a network of streets and pathways.\nB.The picture portrays a serene countryside landscape featuring sprawling farmland, vibrant fields, and winding dirt roads.\nC.The image shows a vast industrial zone characterized by large factories, open spaces, and extensive roadway systems.\nD.The photograph captures a bustling urban center filled with tall skyscrapers, colorful storefronts, and busy plazas.", + "answer": "A" + }, + { + "id": "3c79bf7b-9bef-435b-bec4-e954761599eb", + "image_path": "images/43.png", + "question": "This is a remote sensing image of a/an dense_residential scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts a densely populated urban area with numerous residential buildings, a prominent mosque with a golden dome, and a green sports field, all surrounded by trees and roads.\nB.The photograph showcases a bustling city landscape characterized by a high concentration of housing complexes, an impressive church featuring a silver spire, and a vibrant blue park, all enveloped by foliage and streets.\nC.The aerial view reveals a sprawling rural setting filled with various farms, a significant temple adorned with a red roof, and a sandy playground, all nestled among hills and pathways.\nD.The image illustrates a remote coastal village with several cottages, a striking lighthouse painted white and blue, and a vast sandy beach, bordered by cliffs and walkways.", + "answer": "A" + }, + { + "id": "842b31ab-54d1-40ad-9bd3-9b4ebdc349f9", + "image_path": "images/44.png", + "question": "This is a remote sensing image of a/an dense_residential. Please summarize the image in one brief sentence.\nA.The aerial view illustrates a vibrant commercial district filled with towering buildings, manicured gardens, and a grid of roads framed by urban parks.\nB.The image depicts a densely populated residential area with numerous houses, well-maintained lawns, and a network of streets surrounded by greenery.\nC.The photograph captures a coastal community characterized by colorful beach houses, sandy lots, and a series of pathways bordered by palm trees.\nD.The image showcases a sparsely populated rural landscape featuring scattered cottages, untamed fields, and winding roads interspersed with patches of forest.", + "answer": "B" + }, + { + "id": "9a02266f-c85d-48fe-82d9-c1f359b90658", + "image_path": "images/45.png", + "question": "This is a remote sensing image of a/an dense_residential scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts a densely packed urban area with numerous buildings, streets, and vehicles, showcasing a vibrant residential and commercial neighborhood.\nB.The aerial view shows a mountainous region dotted with cabins, dirt roads, and nature trails, showcasing a serene getaway for outdoor enthusiasts.\nC.The photograph captures a bustling coastal town characterized by waterfront properties, sandy beaches, and boats, emphasizing a lively tourist destination.\nD.The image illustrates a sparsely populated rural landscape filled with open fields, winding paths, and farm equipment, highlighting a tranquil agricultural community.", + "answer": "A" + }, + { + "id": "bf145915-e6f9-4140-841d-d12e1f19ad65", + "image_path": "images/46.png", + "question": "Please describe this dense_residential scene from the remote sensing image in one short sentence.\nA.The picture illustrates a coastal village filled with colorful cottages, winding pathways, and plenty of beachfront, suggesting a vibrant seaside community.\nB.The photograph presents an industrial zone with large warehouses, broad highways, and minimal vegetation, signifying a significant emphasis on manufacturing and logistics.\nC.The image showcases a sprawling rural landscape characterized by expansive fields, wide roads, and abundant greenery, highlighting a low level of urban development. \nD.The image depicts a densely populated residential area with numerous houses, narrow streets, and limited green spaces, indicating a high level of urbanization.", + "answer": "D" + }, + { + "id": "84f01f5a-721b-47d6-9852-5a2f61873d6a", + "image_path": "images/47.png", + "question": "Please describe this dense_residential scene from the remote sensing image in one short sentence.\nA.The photograph illustrates a sparse rural landscape with a few scattered cabins, bordered by fields, and positioned near small agricultural structures with thatched roofs.\nB.The image depicts a dense residential area with numerous houses, interspersed with greenery, and adjacent to large industrial buildings with solar panels on their roofs.\nC.The image presents a vibrant coastal town with colorful cottages nestled amidst palm trees, alongside expansive commercial centers with large billboards illuminating the area at night.\nD.The aerial view showcases a bustling urban neighborhood filled with various buildings, surrounded by parks and close to towering office complexes featuring wind turbines on their rooftops.", + "answer": "B" + }, + { + "id": "3e86c954-3b33-45cb-86d1-8fb75b35df26", + "image_path": "images/48.png", + "question": "Based on this remote sensing image of a/an dense_residential, describe it in one sentence.\nA.The photo showcases a crowded urban neighborhood filled with various buildings, lush gardens, and an intricate layout of roads and pathways, featuring a circular intersection and an expansive park area.\nB.The image illustrates a thriving suburban region packed with diverse homes, carefully cared-for greenery, and a complex grid of thoroughfares and access points, comprising a round junction and a sizable recreational area.\nC.The image depicts a dense residential area with numerous houses, well-maintained lawns, and a network of streets and driveways, including a roundabout and a large green space.\nD.The aerial view reveals a compact community with multiple structures, manicured yards, and a maze of avenues and entrances, including a circular traffic feature and a spacious field.", + "answer": "C" + }, + { + "id": "93a3f477-4d30-4b57-8c55-bc0a6c3ab37f", + "image_path": "images/49.png", + "question": "Based on this remote sensing image of a/an dense_residential, describe it in one sentence.\nA.The aerial view showcases a bustling urban neighborhood filled with similar architectural styles, featuring a striking church with a blue dome, and an expansive park adjacent to it.\nB.The image depicts a densely populated residential area with uniform housing structures, a prominent mosque with a green dome, and a large parking lot nearby.\nC.This image illustrates a crowded cityscape consisting of identical apartment buildings, highlighted by a notable temple that has a golden dome, along with a spacious shopping plaza in the vicinity.\nD.The photograph captures a thriving suburban region characterized by uniform residential designs, a significant synagogue with a red dome, and a vast sports field located close by.", + "answer": "B" + }, + { + "id": "c4aee318-c377-48f2-ab85-1674c3fc03e9", + "image_path": "images/50.png", + "question": "Please describe this dense_residential scene from the remote sensing image in one short sentence.\nA.The picture illustrates a vibrant commercial district featuring shops, thoroughfares, and plazas, defined by a radial configuration and a mix of sign colors.\nB.The aerial view reveals a bustling urban neighborhood filled with apartment buildings, roads, and parks, marked by a circular arrangement and varying facade designs.\nC.The image depicts a dense residential area with numerous houses, streets, and greenery, characterized by a grid-like layout and various roof colors.\nD.This overhead photograph showcases a sparse industrial zone containing warehouses, lanes, and open fields, distinguished by a chaotic pattern and multiple surface materials.", + "answer": "C" + }, + { + "id": "db466fe2-98ff-4211-adb1-98b59e71e5da", + "image_path": "images/51.png", + "question": "This is a remote sensing image of a/an desert scene. Please describe this remote sensing image in one short sentence.\nA.The image illustrates a serene, snowy mountainous terrain with steep slopes and scattered evergreen trees, captured from a high vantage point.\nB.The photograph features a rocky coastline with jagged cliffs and clear blue waters, taken from a bird's-eye view.\nC.The image depicts a vast, arid desert landscape with undulating sand dunes and sparse vegetation, captured from an aerial or satellite perspective.\nD.The image showcases a sprawling, lush rainforest with towering trees and vibrant green foliage, viewed from an elevated angle.", + "answer": "C" + }, + { + "id": "f039a25a-ab3d-4465-bef6-fd6105900d31", + "image_path": "images/52.png", + "question": "Based on this remote sensing image of a/an desert, describe it in one sentence.\nA.The aerial photograph showcases a wide, lush forest area featuring diverse patterns of vegetation and foliage, highlighted by straight paths and clearings.\nB.The remote sensing image depicts a vast, arid desert landscape with intricate patterns of erosion and sediment deposition, characterized by winding channels and ridges.\nC.The satellite image reveals a sprawling, icy tundra region with distinct formations of ice and snow, marked by jagged cliffs and smooth plains.\nD.The remote sensing image illustrates a lively coastal region with complex patterns of waves and tides, distinguished by rocky coastlines and sandy beaches.", + "answer": "B" + }, + { + "id": "b14f202b-797d-459f-9366-d16d61c43e32", + "image_path": "images/53.png", + "question": "This is a remote sensing image of a/an desert. Please summarize the image in one brief sentence.\nA.The image portrays a large, parched plateau with a noticeable straight line, potentially an abandoned railway or irrigation ditch, traversing the barren ground.\nB.The image depicts a vast, arid desert landscape with a prominent linear feature, possibly a dried-up riverbed or road, cutting through the sandy terrain.\nC.The image illustrates a broad, dust-covered wilderness featuring a significant curved formation, perhaps a defunct highway or streambed, running across the sandy landscape.\nD.The image showcases an expansive, dry canyon area with a distinct winding path, likely a former watercourse or trail, slicing through the ochre earth.", + "answer": "B" + }, + { + "id": "257e585c-f523-45bf-aa17-1f30590010bb", + "image_path": "images/54.png", + "question": "Based on this remote sensing image of a/an desert, describe it in one sentence.\nA.The aerial image reveals a lush, green forest area with complex arrangements of trees and flowing streams, illustrating the effects of natural growth and development.\nB.The remote sensing capture shows a vibrant, urban environment filled with intricate street layouts and bustling traffic, highlighting the organized chaos of city life.\nC.The remote sensing image depicts a vast, arid desert landscape with intricate patterns of sand dunes and dry riverbeds, showcasing the natural erosion and sedimentation processes.\nD.The satellite image presents a serene, icy tundra featuring unique formations of snowdrifts and frozen lakes, showcasing the impact of climate and weather patterns.", + "answer": "C" + }, + { + "id": "0e0585af-a7ee-4ef3-aae5-0629419f769b", + "image_path": "images/55.png", + "question": "This is a remote sensing image of a/an desert. Please summarize the image in one brief sentence.\nA.The image presents a bustling urban skyline with towering skyscrapers and busy streets, highlighted by its gray and metallic tones.\nB.The image depicts a vast, arid desert landscape with sand dunes and sparse vegetation, characterized by its light brown and beige tones.\nC.The image shows a sprawling, lush rainforest filled with towering trees and vibrant flora, distinguished by its deep green and rich emerald hues.\nD.The image features a serene, snowy mountain range with rugged peaks and scattered pine trees, marked by its icy blue and crisp white shades.", + "answer": "B" + }, + { + "id": "e3383e82-6a94-4b32-ad7e-51e557156f2e", + "image_path": "images/56.png", + "question": "This is a remote sensing image of a/an desert. Please summarize the image in one brief sentence.\nA.The picture captures a bustling urban cityscape filled with towering skyscrapers and vibrant street art.\nB.The image depicts a vast, arid desert landscape with intricate patterns of dry riverbeds and erosion channels.\nC.The image illustrates a sprawling, lush forest with dense foliage and winding streams.\nD.The photograph showcases a serene coastal beach with gentle waves and patches of colorful coral reefs.", + "answer": "B" + }, + { + "id": "188955ec-ca1e-4b2a-9ee9-c7d0c11b1d2d", + "image_path": "images/57.png", + "question": "Based on this remote sensing image of a/an desert, describe it in one sentence.\nA.The image depicts a vast expanse of sand dunes with undulating ridges and troughs, characteristic of a desert landscape.\nB.The picture captures a large field of snowy mountains with steep slopes and deep ravines, indicative of a snowy landscape.\nC.The image illustrates a wide stretch of grassy plains with smooth hills and dips, representative of a savannah ecosystem.\nD.The photograph showcases an extensive area of rocky cliffs with jagged peaks and valleys, typical of a mountainous terrain.", + "answer": "A" + }, + { + "id": "982fa86c-d3f1-4248-b404-a72173734f9b", + "image_path": "images/58.png", + "question": "Please describe this desert scene from the remote sensing image in one short sentence.\nA.The photo captures a sprawling, lush forest filled with intricate patterns of wildlife and flowing streams, characterized by deep green and rich emerald hues.\nB.The scene illustrates a serene, snowy mountain range featuring unique formations of ice and swift currents, highlighted by white and pale blue colors.\nC.The picture showcases a bustling urban skyline with complex structures and winding roads, defined by gray and metallic shades.\nD.The image depicts a vast, arid desert landscape with intricate patterns of erosion and dry riverbeds, characterized by light brown and beige tones.", + "answer": "D" + }, + { + "id": "9053263f-8c22-481e-979c-8ef4f709d931", + "image_path": "images/59.png", + "question": "This is a remote sensing image of a/an desert. Please summarize the image in one brief sentence.\nA.The image showcases a sprawling, lush forest with dense clusters of trees and flowing streams. \nB.The image represents a serene coastal shore with gentle waves and stretches of vibrant beach.\nC.The image depicts a vast, arid desert landscape with intricate patterns of sand dunes and dry riverbeds.\nD.The image illustrates a busy urban cityscape filled with towering skyscrapers and bustling streets. ", + "answer": "C" + }, + { + "id": "46e621c0-0cc5-4370-b89b-601ab0aecf3a", + "image_path": "images/60.png", + "question": "This is a remote sensing image of a/an desert scene. Please describe this remote sensing image in one short sentence.\nA.The remote sensing image presents a expansive, icy tundra landscape with detailed formations of snowdrifts and frozen lakes.\nB.The remote sensing image depicts a vast, arid desert landscape with intricate patterns of sand dunes and dry riverbeds.\nC.The satellite image shows a sprawling, lush rainforest featuring dense canopies and meandering waterways.\nD.The aerial photograph captures a vibrant, urban cityscape filled with complex street grids and assorted buildings.", + "answer": "B" + }, + { + "id": "fbc87d8f-946d-4370-ae1e-0ae3f9daeaf8", + "image_path": "images/61.png", + "question": "Please describe this farmland scene from the remote sensing image in one short sentence.\nA.The image shows an aerial view of a farmland with green fields divided by dirt paths, and a few scattered animals grazing.\nB.The aerial view illustrates a countryside scene with brown terrain divided by paved tracks, and a couple of domestic animals resting nearby.\nC.The image depicts a bird's-eye perspective of a landscape with golden fields separated by gravel roads, and several animals wandering freely. \nD.The photo captures an overhead shot of a pasture featuring vibrant pastures split by tree-lined lanes, along with a handful of wildlife foraging.", + "answer": "A" + }, + { + "id": "96f7ac63-b742-4b49-927b-80651701cad5", + "image_path": "images/62.png", + "question": "Looking at this remote sensing image of a/an farmland, provide a concise description in one sentence.\nA.The remote imagery reveals a mosaic of crop areas with distinguishable tints of red and purple, suggesting variations in harvest yield or irrigation practices.\nB.The remote sensing image depicts a patchwork of agricultural fields with varying shades of brown and green, indicating different crop types or stages of growth.\nC.The satellite image illustrates a quilt of farmland displaying contrasting tones of blue and gray, reflecting different soil conditions or seasons.\nD.The aerial image showcases an array of agricultural zones featuring diverse hues of yellow and orange, signifying various plant species or development phases.", + "answer": "B" + }, + { + "id": "7a7eb328-57e5-48a3-89a2-0e11e0aabe7f", + "image_path": "images/63.png", + "question": "Based on this remote sensing image of a/an farmland, describe it in one sentence.\nA.The snapshot showcases a bird's-eye perspective of a carefully arranged urban environment featuring rounded parks, winding pathways, and a large shopping center at the top left corner.\nB.The photograph reveals an aerial shot of a beautifully chaotic forest landscape, characterized by irregular patches of greenery, flowing rivers, and a quaint cottage nestled in the center.\nC.The image depicts an aerial view of a meticulously organized agricultural landscape with rectangular fields, irrigation channels, and a small cluster of buildings at the bottom right corner.\nD.The image captures a panoramic view of a densely populated industrial area with chaotic layouts of factories, sprawling highways, and a single tower visible at the top right corner.", + "answer": "C" + }, + { + "id": "f9e13060-7c18-48aa-9724-5b883dc49dab", + "image_path": "images/64.png", + "question": "This is a remote sensing image of a/an farmland scene. Please describe this remote sensing image in one short sentence.\nA.The image shows a bird's-eye view of a neatly arranged farming area featuring square plots, a prominent line of trees in the middle, and crisscrossing dirt paths, along with a sizable structure located in the lower center.\nB.The image depicts an aerial view of a well-organized agricultural landscape with rectangular fields, a central tree line, and intersecting dirt roads, including a large building near the bottom center.\nC.The aerial photograph captures a meticulously structured agricultural region with elongated fields, a tree line running through the middle, and converging dirt trails, plus a significant facility positioned towards the bottom center.\nD.The aerial image illustrates a carefully planned farming landscape consisting of polygonal fields, a central row of trees, and intersecting soil roads, as well as a large edifice found near the lower center.", + "answer": "B" + }, + { + "id": "fe548ef5-a260-4a69-ba15-6f8d1decac69", + "image_path": "images/65.png", + "question": "This is a remote sensing image of a/an farmland scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts an aerial view of a rural landscape featuring a large, organized agricultural area with distinct rectangular fields, some of which appear to be cultivated with crops, while others show signs of fallow land or different stages of growth.\nB.The image showcases an aerial perspective of an urban environment highlighting a sprawling industrial section with various irregular lots, some of which are busy with construction, while others appear to be vacant or in early development stages.\nC.The image illustrates a bird's-eye view of a coastal region characterized by vast, chaotic natural terrain with scattered circular patches, some of which are lush with vegetation, while others exhibit barren areas or varying degrees of moisture.\nD.The image presents an aerial snapshot of a mountainous environment revealing a rugged, unstructured wilderness with prominent triangular shapes, some of which are covered in dense forests, while others display rocky terrain or different elevations.", + "answer": "A" + }, + { + "id": "3385d0c5-df43-4998-bf52-7cda70c1758c", + "image_path": "images/66.png", + "question": "Looking at this remote sensing image of a/an farmland, provide a concise description in one sentence.\nA.The image depicts an aerial view of a well-irrigated farmland with a network of water channels and a central pivot irrigation system, surrounded by lush green fields.\nB.The image shows an aerial view of a sprawling desert landscape featuring a series of sandy dunes and an oasis, surrounded by barren terrain. \nC.The image captures an aerial perspective of a bustling urban area with a grid of roads and a roundabout, flanked by brick-red buildings.\nD.The image presents an aerial glimpse of a mountainous region characterized by winding rivers and terraced agriculture, surrounded by rugged rocky slopes.", + "answer": "A" + }, + { + "id": "4adbea8f-473f-4133-9ab5-091ea34879cd", + "image_path": "images/67.png", + "question": "This is a remote sensing image of a/an farmland. Please summarize the image in one brief sentence.\nA.The picture shows a bird\u2019s-eye view of a rural area featuring orderly patches of light yellow wheat fields interspersed with wide gravel roads.\nB.The snapshot represents a lofty angle of an urban setting showcasing meticulously laid out, bright blue gardens bordered by straight asphalt lanes.\nC.The image depicts an aerial view of a farmland with neatly arranged, dark green crop fields separated by narrow dirt paths.\nD.The photograph captures an overhead perspective of a landscape with chaotic clusters of vibrant red flowerbeds divided by winding grassy trails.", + "answer": "C" + }, + { + "id": "119c4b5e-9d75-43af-8e89-e1d7936d8df0", + "image_path": "images/68.png", + "question": "Please describe this farmland scene from the remote sensing image in one short sentence.\nA.The picture shows a mosaic of farmland, featuring diverse tones of yellow and gray, suggesting various plant species or phases of development, interspersed with several clustered structures and bushes.\nB.The image depicts a patchwork of cultivated fields, with varying shades of green and brown, indicating different crop types or stages of growth, surrounded by a few scattered buildings and trees.\nC.The aerial view reveals a quilt of agricultural land, displaying contrasting hues of red and orange, reflecting distinct vegetation varieties or maturity levels, accompanied by a handful of isolated residences and shrubs.\nD.The snapshot illustrates a landscape of tilled earth, with multiple shades of blue and purple, indicating varied types of flora or growth stages, bordered by some scattered homes and parkland.", + "answer": "B" + }, + { + "id": "ca5b9a8b-84ff-4549-a3cb-61f2b168564c", + "image_path": "images/69.png", + "question": "This is a remote sensing image of a/an farmland scene. Please describe this remote sensing image in one short sentence.\nA.The satellite image shows a mosaic arrangement of cultivation plots with contrasting tones of gray and yellow, reflecting distinct harvest timings or vegetation conditions.\nB.The aerial view reveals a checkerboard layout of farmland with diverse hues of gold and blue, suggesting various plant species or levels of maturity.\nC.The remote sensing image depicts a grid-like pattern of agricultural fields with varying shades of brown and green, indicating different crop types or stages of growth.\nD.The aerial photograph illustrates a patterned arrangement of crop areas with alternating colors of red and orange, indicating differing agricultural practices or seasonal changes.", + "answer": "C" + }, + { + "id": "77e2992c-1543-4bf8-80cb-4f031606c7b2", + "image_path": "images/70.png", + "question": "Please describe this farmland scene from the remote sensing image in one short sentence.\nA.The image presents an aerial perspective of a heterogeneous farming terrain with diverse areas, displaying strips of plants and a small water body, enveloped by sandy pathways.\nB.The image illustrates an overhead view of a mixed cultivation region with assorted sectors, comprising patterns of vegetation and a modest reservoir, encircled by earth trails.\nC.The image showcases a bird's-eye perspective of a varied farming area with multiple plots, featuring patches of greenery and a tiny lake, bordered by gravel roads.\nD.The image depicts an aerial view of a diverse agricultural landscape with various fields, including rows of crops and a small pond, surrounded by dirt paths.", + "answer": "D" + }, + { + "id": "ef95d60c-aeeb-4c2f-8647-b89b46f78af3", + "image_path": "images/71.png", + "question": "Looking at this remote sensing image of a/an parking, provide a concise description in one sentence.\nA.The image shows an aerial view of a large parking lot with numerous cars parked, adjacent to a building with a white roof and multiple skylights.\nB.The image captures an aerial perspective of a vast parking area filled with numerous vehicles, located next to a building with a red roof and several vented windows. \nC.This overhead view depicts an expansive parking space crowded with cars, alongside a facility characterized by a blue roof and various observation windows.\nD.The aerial shot reveals a spacious car lot teeming with parked automobiles, situated beside a structure with a gray roof and an array of solar panels.", + "answer": "A" + }, + { + "id": "c194f69a-91ff-4c31-bab2-c47e1e478883", + "image_path": "images/72.png", + "question": "Looking at this remote sensing image of a/an parking, provide a concise description in one sentence.\nA.A bird's-eye view of a compact, fully exposed car park populated with a wide array of automobiles, near residential properties and encircled by gardens.\nB.An aerial view of a large, partially shaded parking lot filled with numerous cars, adjacent to industrial buildings and surrounded by greenery.\nC.A high-altitude perspective of a small, shadowed vehicle storage zone containing multiple cars, alongside warehouse structures and enclosed by fields.\nD.An overhead shot of a spacious, brightly lit parking area packed with various vehicles, next to commercial facilities and bordered by trees.", + "answer": "B" + }, + { + "id": "dd6f0599-60e7-4356-bde2-fda90a583b32", + "image_path": "images/73.png", + "question": "Based on this remote sensing image of a/an parking, describe it in one sentence.\nA.The photograph captures an aerial shot of a compact, fully utilized parking area with several trucks stationed in assigned locations, framed by offices and a striking decorative zone.\nB.The image shows an aerial view of a large, partially filled parking lot with various vehicles parked in designated spaces, surrounded by buildings and a colorful pavement area.\nC.The picture illustrates an overhead perspective of a vast, completely occupied car park with diverse automobiles arranged in organized sections, encircled by shops and a bright landscaping area.\nD.The image depicts a bird's-eye view of a spacious, mostly empty parking garage featuring numerous cars parked in marked spots, bordered by structures and a vibrant sidewalk area.", + "answer": "B" + }, + { + "id": "40e8db6f-098a-419c-9a6a-bb2e4a4c2137", + "image_path": "images/74.png", + "question": "Based on this remote sensing image of a/an parking, describe it in one sentence.\nA.A bird's-eye perspective of a vast, nearly occupied car park with several automobiles and foliage creating silhouettes on the ground. \nB.An overhead shot of a spacious, almost full parking area featuring many vehicles and bushes creating patterns on the asphalt. \nC.A top-down image of an expansive, somewhat crowded parking space filled with various cars and plants projecting shade onto the surface. \nD.An aerial view of a large, partially filled parking lot with numerous cars and trees casting shadows on the pavement.", + "answer": "D" + }, + { + "id": "d3fa48be-29af-4202-9bbe-a1405dd64c1e", + "image_path": "images/75.png", + "question": "This is a remote sensing image of a/an parking scene. Please describe this remote sensing image in one short sentence.\nA.The aerial photograph captures a vast, sparsely populated parking area filled with a few cars scattered randomly across the lot. \nB.The satellite image shows a small, cluttered parking garage containing various bicycles arranged in haphazard clusters.\nC.The remote sensing image depicts a large, densely packed parking lot filled with numerous vehicles arranged in orderly rows.\nD.The bird's-eye view showcases an expansive, well-organized shopping plaza teeming with diverse storefronts and vibrant awnings.", + "answer": "C" + }, + { + "id": "4673cbf4-35c7-47a0-857b-ce00d186e56d", + "image_path": "images/76.png", + "question": "Based on this remote sensing image of a/an parking, describe it in one sentence.\nA.The image shows an aerial view of a large, partially filled parking lot with numerous cars parked in rows, surrounded by buildings and roads.\nB.The picture captures an overhead shot of a compact, completely utilized garage filled with a variety of automobiles lined up, bordered by offices and thoroughfares.\nC.The photograph reveals a top-down view of a vast, almost vacant car park with a scattering of vehicles neatly organized, flanked by warehouses and streets.\nD.The image displays a bird's-eye perspective of a spacious, nearly empty parking area with several vehicles arranged in patterns, encircled by structures and pathways.", + "answer": "A" + }, + { + "id": "e28aa691-426b-41bf-ad82-313212ae4fa2", + "image_path": "images/77.png", + "question": "Based on this remote sensing image of a/an parking, describe it in one sentence.\nA.The photograph captures an overhead perspective of a small, fully occupied parking area with brightly colored vehicles aligned in neat columns.\nB.The aerial shot reveals a wide, partially shaded parking garage with a mix of trucks and sedans parked in chaotic clusters.\nC.The image showcases a bird's-eye view of a spacious, completely empty parking lot with a few bicycles positioned in haphazard arrangements.\nD.The image depicts an aerial view of a large, partially filled parking lot with numerous cars parked in organized rows.", + "answer": "D" + }, + { + "id": "96562c3d-2e77-4928-9fe9-081cbfb8b419", + "image_path": "images/78.png", + "question": "This is a remote sensing image of a/an parking. Please summarize the image in one brief sentence.\nA.This aerial shot presents a broad view of a spacious, orderly car park teeming with countless automobiles, encircled by foliage and beautifully designed garden patches.\nB.The image illustrates a top-down look at a vast, systematically structured parking space dotted with many cars, flanked by shrubs and ornamental grounds.\nC.The photograph captures a bird's-eye perspective of an expansive, neatly arranged parking area brimming with a variety of vehicles, bordered by greenery and manicured landscapes.\nD.The image shows an aerial view of a large, well-organized parking lot filled with numerous cars and surrounded by trees and landscaped areas.", + "answer": "D" + }, + { + "id": "c4dfb03d-a234-42c9-b3f2-7669b1658e8e", + "image_path": "images/79.png", + "question": "This is a remote sensing image of a/an parking. Please summarize the image in one brief sentence.\nA.A bird's-eye view of a crowded shopping center bustling with different kinds of public transport vehicles, accompanied by several storefronts and a unloading zone.\nB.An aerial view of a large parking lot filled with various vehicles, including cars and trucks, with adjacent buildings and a loading dock area.\nC.An aerial perspective of a spacious warehouse surrounded by a mix of bicycles and motorcycles, featuring nearby residential homes and a delivery entrance.\nD.An overhead shot capturing a small industrial site bustling with numerous vans and SUVs, with several office buildings close by and a freight area on the side.", + "answer": "B" + }, + { + "id": "fd5ef0c7-a5fd-477d-aae7-2b4d389de134", + "image_path": "images/80.png", + "question": "Please describe this parking scene from the remote sensing image in one short sentence.\nA.The aerial photograph depicts a spacious, almost completely occupied parking area, filled with different types of vehicles organized in neat lines, bordered by greenery and several buildings.\nB.The image shows an aerial view of a large, nearly full parking lot with various vehicles parked in rows, surrounded by trees and a few structures.\nC.This aerial shot illustrates a vast, predominantly filled car park with assorted automobiles parked in systematic patterns, enveloped by shrubs and a handful of constructions.\nD.The image presents a bird's-eye perspective of an expansive parking facility, securely packed with cars arranged in orderly rows, encircled by foliage and a number of small establishments.", + "answer": "B" + }, + { + "id": "02849b08-7232-43c6-adac-497e52c668b5", + "image_path": "images/81.png", + "question": "Looking at this remote sensing image of a/an industrial, provide a concise description in one sentence.\nA.A top-down image of an urban area filled with large facilities, a number of which are still being completed, and a lengthy avenue stretching through the middle.\nB.An aerial view of an industrial area with multiple large buildings, some under construction, and a wide road running through the center.\nC.A bird's-eye view of a manufacturing zone showcasing numerous sizable warehouses, some in development, accompanied by a broad street cutting across the scene.\nD.An overhead perspective of a commercial district featuring several expansive structures, a few in the process of being built, with a spacious highway traversing the landscape.", + "answer": "B" + }, + { + "id": "30524c9b-6dae-4a1c-a171-fe21f23b63c1", + "image_path": "images/82.png", + "question": "Based on this remote sensing image of a/an industrial, describe it in one sentence.\nA.A bird's-eye view of a manufacturing district consisting of numerous extensive storage facilities, distribution centers, and vans located on a sandy lot, bordered by streets and landscaping.\nB.An aerial view of an industrial area with multiple large warehouses, storage units, and vehicles parked on a dirt lot, surrounded by roads and greenery.\nC.An overhead shot of a logistics hub with many broad storage warehouses, freight units, and cars parked on a rocky terrain, flanked by thoroughfares and patches of forest.\nD.An aerial perspective of a commercial zone featuring several sizable factories, loading docks, and trucks stationed on a gravel area, encircled by highways and vegetation.", + "answer": "B" + }, + { + "id": "1283acbb-7570-4968-85f0-a93099acf0b2", + "image_path": "images/83.png", + "question": "Looking at this remote sensing image of a/an industrial, provide a concise description in one sentence.\nA.An overhead snapshot of a manufacturing zone featuring several facilities, highlighted by a prominent red-roofed building, bordered by highways and fields, with a stream flowing through the upper section of the picture.\nB.A bird's-eye perspective of a commercial district containing multiple establishments, notably a vast green-roofed edifice, encircled by streets and parks, with a canal traversing the left side of the scene.\nC.A high-angle image of a logistic center with diverse structures, including a significant yellow-roofed facility, flanked by pathways and landscaping, with a lake positioned in the right corner of the frame.\nD.An aerial view of an industrial area with various buildings, including a large blue-roofed structure, surrounded by roads and greenery, with a river running through the bottom part of the image.", + "answer": "D" + }, + { + "id": "7b0badd0-b0cb-4368-bf07-088763ddc5d2", + "image_path": "images/84.png", + "question": "Looking at this remote sensing image of a/an industrial, provide a concise description in one sentence.\nA.An aerial view of an industrial area with large warehouses, parking lots, and a road intersection.\nB.An overhead shot of a rural landscape with expansive fields, scattered barns, and a winding dirt road.\nC.A bird's-eye view of a commercial district showcasing retail stores, vibrant outdoor seating, and a roundabout.\nD.An aerial perspective of a residential neighborhood featuring small houses, gardens, and a cul-de-sac.", + "answer": "A" + }, + { + "id": "70e6f4e6-cec3-4751-8b3f-d33c0be709bc", + "image_path": "images/85.png", + "question": "Looking at this remote sensing image of a/an industrial, provide a concise description in one sentence.\nA.A top-down image of an urban landscape highlighted by massive factories, a leisure pool, and several cars navigating the thoroughfares.\nB.An overhead perspective of a commercial zone featuring expansive storage facilities, a recreational lagoon, and various automobiles on the streets.\nC.A bird's-eye view of a manufacturing district showcasing considerable distribution centers, a water park, and numerous trucks on the pathways.\nD.An aerial view of an industrial area with large warehouses, a swimming pool, and multiple vehicles on the roads.", + "answer": "D" + }, + { + "id": "a2bd2a2e-3bd2-435c-9c80-bb3ae99dc832", + "image_path": "images/86.png", + "question": "This is a remote sensing image of a/an industrial. Please summarize the image in one brief sentence.\nA.The photograph reveals a manufacturing zone featuring numerous extensive warehouses, nearby green pastures, and a pathway winding along the edge.\nB.The aerial view showcases a commercial district filled with towering skyscrapers, surrounding residential neighborhoods, and a highway crossing diagonally.\nC.The image depicts an industrial area with multiple large buildings, adjacent agricultural fields, and a road running through the center.\nD.The image illustrates a technological hub with several massive structures, bordering natural landscapes, and a thoroughfare stretching vertically through the landscape.", + "answer": "C" + }, + { + "id": "b5a71811-d5e3-4b5c-bb77-999cfcbbb40b", + "image_path": "images/87.png", + "question": "Based on this remote sensing image of a/an industrial, describe it in one sentence.\nA.This photograph captures a manufacturing zone filled with extensive facilities, distribution centers, and trucks stationed by the pathways.\nB.The image depicts an industrial area with numerous large buildings, storage units, and vehicles parked along the roads.\nC.The image represents a busy logistics hub featuring many substantial edifices, cargo containers, and machinery organized on the thoroughfares.\nD.The aerial view shows a bustling commercial district with several towering structures, warehouses, and cars lined up on the streets.", + "answer": "B" + }, + { + "id": "6a9ae673-684c-4c67-982f-4872f5870be3", + "image_path": "images/88.png", + "question": "Based on this remote sensing image of a/an industrial, describe it in one sentence.\nA.A top-down image of a manufacturing zone with various sizable warehouses, paved areas for cars, and adjacent natural landscapes.\nB.An overhead shot of a commercial district featuring several massive structures, open spaces, and surrounding vegetation. \nC.An aerial view of an industrial area with multiple large buildings, parking lots, and adjacent greenery.\nD.A bird's-eye perspective of an urban landscape showcasing numerous expansive facilities, vehicle storage areas, and nearby parks. ", + "answer": "C" + }, + { + "id": "069a0d0f-fa20-4ffb-a9a7-cb2a6ebefcb8", + "image_path": "images/89.png", + "question": "This is a remote sensing image of a/an industrial. Please summarize the image in one brief sentence.\nA.The photograph reveals an urban landscape filled with various large warehouses, a portion adorned with yellow ceilings, encircled by pathways and minimal plant life.\nB.This overhead image captures a manufacturing zone with numerous expansive facilities, some topped with green coverings, bordered by thoroughfares and scattered flora.\nC.The aerial view shows a commercial district featuring several sizable structures, a few of which have red rooftops, nestled among a network of streets and limited greenery.\nD.The image depicts an industrial area with multiple large buildings, some with blue roofs, surrounded by roads and sparse vegetation.", + "answer": "D" + }, + { + "id": "9cbc67ed-3ce4-4889-8746-b8722bf462c8", + "image_path": "images/90.png", + "question": "Please describe this industrial scene from the remote sensing image in one short sentence.\nA.The photograph shows a commercial zone featuring several tall structures, a lot crowded with cars, and adjacent open fields with limited greenery. \nB.The aerial view captures an urban landscape populated by numerous extensive facilities, an area occupied by numerous automobiles, and nearby vacant land with minimal plant life.\nC.The image depicts an industrial area with multiple large buildings, a parking lot filled with vehicles, and surrounding open land with sparse vegetation.\nD.The image reveals a manufacturing district with various sizeable warehouses, a space brimming with trucks, and nearby expansive terrain with scattered flora.", + "answer": "C" + }, + { + "id": "e1b1409c-bc82-4e08-b3c0-e9c614458e36", + "image_path": "images/91.png", + "question": "Looking at this remote sensing image of a/an medium_residential, provide a concise description in one sentence.\nA.The photograph showcases an urban area featuring multi-family buildings, overgrown gardens, and a variety of shrubs and paved lots.\nB.The scene illustrates a rural village with farmhouses, untamed fields, and an abundance of bushes and grassy patches.\nC.The visual captures a coastal community comprising beachfront properties, sandy dunes, and a blend of palm trees and recreational areas.\nD.The image depicts a suburban neighborhood with detached houses, well-maintained lawns, and a mix of trees and open spaces.", + "answer": "D" + }, + { + "id": "a4499c98-e90b-45d1-82b0-72af889ac906", + "image_path": "images/92.png", + "question": "This is a remote sensing image of a/an medium_residential scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts a suburban neighborhood with various houses, driveways, and patches of greenery, viewed from an aerial perspective.\nB.The picture shows an urban area filled with a variety of buildings, parking areas, and landscapes with trees, captured from a top-down angle.\nC.The photograph illustrates a coastal village composed of distinct residences, pathways, and sections of lawn, observed from an elevated position.\nD.The image presents a rural community featuring diverse homes, sidewalks, and areas of open space, seen from a bird's-eye view.", + "answer": "A" + }, + { + "id": "b991ad92-70a3-4715-9755-2c5e93a2e4df", + "image_path": "images/93.png", + "question": "Please describe this medium_residential scene from the remote sensing image in one short sentence.\nA.This bird's-eye view captures an urban area filled with diverse buildings, lush parks, and numerous bicycles parked along the paths and sidewalks.\nB.The overhead image illustrates a seaside village adorned with colorful homes, sandy yards, and a selection of boats moored by the waterfront.\nC.The image depicts a suburban neighborhood with various houses, green lawns, and a few vehicles parked on driveways and streets.\nD.The aerial photograph shows a rural community featuring multiple cottages, vibrant gardens, and several cars lining the streets and driveways. ", + "answer": "C" + }, + { + "id": "b0e47a75-f131-4f73-9194-596650d5f97f", + "image_path": "images/94.png", + "question": "This is a remote sensing image of a/an medium_residential. Please summarize the image in one brief sentence.\nA.The image depicts a residential neighborhood with various houses, trees, and streets, showcasing a typical suburban layout.\nB.The image showcases a rural landscape featuring multiple farms, fields, and pathways, representing a standard countryside arrangement. \nC.The image captures a coastal town with various cottages, palm trees, and boardwalks, exemplifying a usual beachside configuration.\nD.The image illustrates an urban area with different buildings, parks, and avenues, highlighting a conventional city structure. ", + "answer": "A" + }, + { + "id": "2d7fa33f-cf47-4fa9-9d70-ee410fddbaf8", + "image_path": "images/95.png", + "question": "Looking at this remote sensing image of a/an medium_residential, provide a concise description in one sentence.\nA.The snapshot illustrates a rural community featuring an array of homes, yards, and streets, marked by lush vegetation and a blend of construction styles.\nB.The picture reveals an urban zone with numerous buildings, parks, and thoroughfares, distinguished by vibrant greenery and an assortment of architectural features.\nC.The image depicts a residential area with various houses, gardens, and roads, characterized by greenery and a mix of architectural styles.\nD.The aerial view showcases a suburban neighborhood filled with diverse buildings, open spaces, and pathways, highlighted by natural landscapes and a variety of design elements.", + "answer": "C" + }, + { + "id": "1b729a75-b592-4cb4-956b-957ea17f6acc", + "image_path": "images/96.png", + "question": "Based on this remote sensing image of a/an medium_residential, describe it in one sentence.\nA.The aerial view highlights an urban locality filled with individual dwellings, encircled by shaded yards and greenery, displaying a variety of single-level and multi-story structures.\nB.The image depicts a residential area with detached houses, surrounded by green lawns and trees, with a mix of single-story and two-story homes.\nC.The picture showcases a suburban neighborhood featuring standalone residences, bordered by vibrant gardens and foliage, including a combination of bungalows and multi-level houses.\nD.The photograph illustrates a community comprised of independent homes, enveloped by lush landscapes and greenery, showcasing a blend of ranch-style and taller residences.", + "answer": "B" + }, + { + "id": "4c1001fc-d60d-4b51-a321-e72e2ca044c4", + "image_path": "images/97.png", + "question": "Based on this remote sensing image of a/an medium_residential, describe it in one sentence.\nA.The image depicts a residential neighborhood with single-family homes, green lawns, and a small pond, viewed from above.\nB.This overhead image reveals a commercial district lined with office complexes, paved parking lots, and a fountain at its heart.\nC.The aerial view showcases an urban area filled with multi-family buildings, vibrant gardens, and a large swimming pool nestled in the center.\nD.From above, the picture illustrates a rural landscape featuring farmhouses, golden fields, and a winding river that meanders through the scene.", + "answer": "A" + }, + { + "id": "a584dd5f-471b-423d-8925-6dc759c74333", + "image_path": "images/98.png", + "question": "This is a remote sensing image of a/an medium_residential. Please summarize the image in one brief sentence.\nA.The image depicts a suburban neighborhood with various houses, green lawns, swimming pools, and parked cars along the streets.\nB.The picture illustrates a rural landscape with farmhouses, vibrant flowerbeds, large ponds, and tractors in the fields.\nC.The aerial view presents a coastal community featuring beach houses, sandy yards, hot tubs, and boats along the waterfront.\nD.The photo showcases an urban area filled with apartment buildings, manicured gardens, playgrounds, and bicycles lined up on the sidewalks.", + "answer": "A" + }, + { + "id": "cb728cca-12d0-4cf5-a72a-b880952fdd62", + "image_path": "images/99.png", + "question": "This is a remote sensing image of a/an medium_residential scene. Please describe this remote sensing image in one short sentence.\nA.The photograph illustrates a coastal village with a mix of villas, roads, and parks, showcasing a standard seaside locality from a high vantage point.\nB.The aerial view captures a rural community filled with distinct cottages, pathways, and gardens, portraying a usual farming area from a bird\u2019s-eye perspective.\nC.The image presents an urban landscape featuring diverse buildings, sidewalks, and vegetation, illustrating a common city environment from an elevated angle.\nD.The image depicts a suburban neighborhood with various houses, driveways, and greenery, showcasing a typical residential area from an aerial perspective.", + "answer": "D" + }, + { + "id": "d01e4aa2-3c2e-4553-a11e-f5ea3fb97da8", + "image_path": "images/100.png", + "question": "This is a remote sensing image of a/an medium_residential scene. Please describe this remote sensing image in one short sentence.\nA.The picture illustrates a rural region characterized by farmland, golden fields, and scattered orchards, reflecting a tranquil countryside setting.\nB.The image depicts a residential area with various houses, green lawns, and some trees, indicating a suburban neighborhood.\nC.The scene presents an industrial zone with large warehouses, concrete surfaces, and minimal greenery, indicating a metropolitan area focused on manufacturing.\nD.The image showcases an urban landscape filled with commercial buildings, vibrant streets, and several parks, suggesting a bustling city environment.", + "answer": "B" + }, + { + "id": "872a463a-78f8-48fd-9b12-32ee27b4cddc", + "image_path": "images/101.png", + "question": "This is a remote sensing image of a/an river scene. Please describe this remote sensing image in one short sentence.\nA.This aerial photograph features a close-up of a coastline with adjacent residential zones, numerous yachts sailing in the bay, and patches of lush wetlands nearby.\nB.The image showcases a bird's-eye view of a lake surrounded by urban landscapes, several kayaks on the surface, and vast forested areas lining the shore.\nC.The image captures a top-down perspective of a bustling city intersected by a canal, dotted with fishing vessels, and bordered by expansive parks and commercial districts.\nD.The image depicts an aerial view of a river with surrounding agricultural fields, a few boats on the water, and some industrial or residential areas near the riverbank.", + "answer": "D" + }, + { + "id": "d0058538-5702-4795-99fc-238f9897277e", + "image_path": "images/102.png", + "question": "Please describe this river scene from the remote sensing image in one short sentence.\nA.The photograph illustrates an overhead snapshot of a brook twisting through a countryside adorned with diverse agricultural plots and several dispersed houses, encircled by foliage and ponds.\nB.The image depicts an aerial view of a river meandering through a landscape with patchwork fields and some scattered buildings, surrounded by greenery and water bodies.\nC.The picture presents a top-down view of a creek flowing sinuously across an area featuring segmented fields and a couple of scattered dwellings, enveloped by greenery and aquatic features.\nD.The image showcases a bird\u2019s-eye perspective of a winding stream cutting through a terrain filled with mosaic farms and a few isolated structures, bordered by lush vegetation and lakes.", + "answer": "B" + }, + { + "id": "7f5bfc62-f33b-430d-b522-cdb0dc586008", + "image_path": "images/103.png", + "question": "Looking at this remote sensing image of a/an river, provide a concise description in one sentence.\nA.The photo illustrates a bird's-eye perspective of a lake winding through a terrain with vast golden wheat fields and isolated homes, suggesting an agricultural setting.\nB.The image depicts an aerial view of a river meandering through a landscape with extensive green agricultural fields and scattered buildings, indicating a rural or semi-rural area.\nC.The image reveals an overhead view of a coastline curving along a landscape filled with sprawling blue pastures and sporadic farms, indicating a coastal rural environment.\nD.The picture shows an aerial perspective of a road twisting through a region featuring broad brown forests and clustered structures, representing an urban or suburban area.", + "answer": "B" + }, + { + "id": "5241580a-2310-4a89-b3bf-d55c83d449da", + "image_path": "images/104.png", + "question": "This is a remote sensing image of a/an river scene. Please describe this remote sensing image in one short sentence.\nA.The photograph presents a bird\u2019s-eye perspective of a meandering stream flanked by vibrant autumn foliage, featuring a quaint village and pathways situated close to the riverbank.\nB.The image depicts an aerial view of a winding river surrounded by lush green vegetation, with a small settlement and roads visible near the water's edge.\nC.The image showcases a top-down view of a serpentine lake bordered by dense tropical plants, with a nearby town and trails discernible along the shoreline.\nD.The aerial shot reveals a twisting canal surrounded by arid desert landscapes, with a remote community and unpaved paths apparent near the water's boundary.", + "answer": "B" + }, + { + "id": "6c12b21b-49f0-4270-b01e-1ca638a21147", + "image_path": "images/105.png", + "question": "This is a remote sensing image of a/an river. Please summarize the image in one brief sentence.\nA.The image presents a bird\u2019s-eye view of a coastline with forests on one side and resort complexes on the other, framed by a variety of pristine and developed environments.\nB.The image showcases an overhead shot of a valley with meadows on one side and warehouses on the other, surrounded by a combination of untamed and cultivated terrains.\nC.The image depicts an aerial view of a river with agricultural fields on one side and industrial buildings on the other, surrounded by a mix of natural and developed landscapes.\nD.The image captures an aerial perspective of a lake with suburban homes on one side and commercial structures on the other, encompassed by a blend of rural and urban scenery.", + "answer": "C" + }, + { + "id": "595ee6a5-f633-4eb7-9c46-bdb2e6dc8e0c", + "image_path": "images/106.png", + "question": "Please describe this river scene from the remote sensing image in one short sentence.\nA.The photograph presents a top-down glance at a serpentine lake embraced by rich red grasslands and divided by trails, with sections of hills lining the shores of the lake.\nB.The image showcases a bird's-eye perspective of a meandering stream bordered by vibrant yellow meadows and crossed by pathways, with clusters of bushes scattered along the stream's edges.\nC.The image depicts an aerial view of a winding river surrounded by lush green fields and intersected by roads, with patches of trees along the riverbanks.\nD.The picture illustrates an overhead view of a twisting creek flanked by fertile brown pastures and intersected by highways, with areas of shrubs dotting the banks of the creek.", + "answer": "C" + }, + { + "id": "1cfcb6e5-f773-4f81-be00-e62412c10b65", + "image_path": "images/107.png", + "question": "Looking at this remote sensing image of a/an river, provide a concise description in one sentence.\nA.The photograph illustrates a brook navigating through a picturesque setting, featuring lush forests, grazing lands, and a quaint village, encompassed by steep cliffs.\nB.In the image, a stream cascades across a valley surrounded by vibrant autumn foliage, dotted with patches of urban development amidst the rolling hills.\nC.The image depicts a river flowing through a landscape with a mix of green fields, agricultural plots, and a small settlement, surrounded by hilly terrain.\nD.The aerial view showcases a winding creek meandering across a terrain filled with golden wheat fields, scattered residential areas, and bordered by rugged mountains.", + "answer": "C" + }, + { + "id": "5f7363f6-9f12-4f23-8cab-b47cbc11de84", + "image_path": "images/108.png", + "question": "Please describe this river scene from the remote sensing image in one short sentence.\nA.The photograph captures an overhead perspective of a lake nestled in a valley characterized by vast meadows and areas of rich vegetation, interspersed with a few rural communities.\nB.The image depicts an aerial view of a river flowing through a landscape with extensive agricultural fields and patches of greenery, surrounded by some urban or residential areas.\nC.The image shows a bird\u2019s-eye view of a highway winding across a terrain dotted with dense woodlands and clusters of urban structures, bordered by several commercial zones.\nD.The visual presents a top-down glimpse of a coastal area with a beach extending along the shore, featuring scattered dunes and patches of wildflowers, nearby a vibrant town.", + "answer": "B" + }, + { + "id": "b546671f-9911-4dd3-a18e-540a598e648c", + "image_path": "images/109.png", + "question": "This is a remote sensing image of a/an river scene. Please describe this remote sensing image in one short sentence.\nA.The photograph shows a bird's-eye view of a winding river bordered by a mosaic of farmland, with diverse hues of yellow and orange representing various crops or cultivation practices.\nB.This aerial shot captures a serpentine river alongside a patchwork of cultivated areas, with multiple shades of red and purple indicating different agricultural methods or land management.\nC.The image presents an overhead perspective of a twisting river flanked by a quilt of rural lands, featuring contrasting tones of blue and gray that signify different types of vegetation or soil use.\nD.The image depicts an aerial view of a meandering river surrounded by a patchwork of agricultural fields, with varying shades of green and brown indicating different crops or land use.", + "answer": "D" + }, + { + "id": "d2c56ab8-e3f7-486b-8ae4-21d2e3a753b0", + "image_path": "images/110.png", + "question": "Looking at this remote sensing image of a/an river, provide a concise description in one sentence.\nA.The image presents an overhead perspective of a river flowing through a landscape dotted with vibrant blue orchards and various buildings, where the banks of the river display traces of agricultural activity and infrastructure.\nB.The aerial photograph illustrates a river twisting through a region adorned with lush yellow farmland and numerous homes, where the edges of the river reflect signs of community growth and facilities.\nC.The image showcases a bird's-eye view of a winding river cutting through a terrain filled with vast brown pastures and isolated structures, with the riverbanks indicating evidence of urban development and roads.\nD.The image depicts an aerial view of a river meandering through a landscape characterized by extensive green agricultural fields and scattered buildings, with the riverbanks showing signs of human habitation and infrastructure.", + "answer": "D" + }, + { + "id": "c6953682-86a5-4b67-97a5-78bba9ae9632", + "image_path": "images/111.png", + "question": "This is a remote sensing image of a/an roundabout scene. Please describe this remote sensing image in one short sentence.\nA.The image presents a bird's-eye view of a rotary intersection featuring various entry points, bordered by lush foliage and nearby structures.\nB.The photograph shows an overhead perspective of a circular junction with several access routes, encircled by vibrant vegetation and accompanying edifices.\nC.The image depicts an aerial view of a roundabout with multiple access points, surrounded by greenery and adjacent buildings.\nD.The aerial shot illustrates a roundabout seen from above, having numerous approaches, enveloped by greenery and neighboring constructions.", + "answer": "C" + }, + { + "id": "51cf2d46-e419-48d6-8a66-55ae5e025ce5", + "image_path": "images/112.png", + "question": "Please describe this roundabout scene from the remote sensing image in one short sentence.\nA.A bird's-eye perspective of a circular junction with various lanes meeting, enclosed by parkland and residential areas.\nB.A top-down image of a traffic circle with diverse routes intersecting, enveloped by vibrant flora and commercial buildings.\nC.An aerial view of a roundabout with multiple roads intersecting, surrounded by greenery and buildings.\nD.An aerial view of a roundabout with several pathways converging, bordered by urban structures and sparse vegetation.", + "answer": "C" + }, + { + "id": "b30c741a-07e7-43c5-af5f-3b74e68c5a84", + "image_path": "images/113.png", + "question": "This is a remote sensing image of a/an roundabout scene. Please describe this remote sensing image in one short sentence.\nA.The picture presents a top-down perspective of a circular traffic circle framed by arid desert landscape, with nearby skyscrapers and a shimmering lake in the distance.\nB.The aerial photograph captures an oval intersection bordered by lush vegetation, accompanied by colorful homes and a stream flowing through the scene.\nC.The image showcases a bird's-eye view of a square plaza enveloped in vibrant autumn foliage, with neighboring structures and a small pond in the foreground.\nD.The image depicts an aerial view of a roundabout surrounded by greenery, with adjacent buildings and a body of water nearby.", + "answer": "D" + }, + { + "id": "9ad787cc-696c-487e-94a5-b12a2962a9e1", + "image_path": "images/114.png", + "question": "This is a remote sensing image of a/an roundabout. Please summarize the image in one brief sentence.\nA.The image depicts an aerial view of a roundabout with multiple vehicles, surrounded by buildings and parking areas.\nB.The snapshot presents a bird's-eye view of a square junction with many trucks, flanked by industrial facilities and open fields.\nC.The aerial photograph showcases a circular intersection bustling with numerous bicycles, bordered by residential homes and playgrounds.\nD.The picture illustrates an overhead perspective of a traffic circle filled with various cars, encircled by shops and green spaces.", + "answer": "A" + }, + { + "id": "2b53a466-3a7b-4dff-af23-2a7a6272c303", + "image_path": "images/115.png", + "question": "This is a remote sensing image of a/an roundabout. Please summarize the image in one brief sentence.\nA.A bird's-eye view of a traffic circle featuring a central oval park, encircled by lanes and minimal greenery in a dry landscape. \nB.A high-altitude image of a looping junction showcasing a central spiral flowerbed, fringed by highways and sparse foliage in a barren terrain.\nC.An aerial view of a roundabout with a central circular garden, surrounded by roads and sparse vegetation in an arid environment.\nD.An overhead perspective of a circular intersection highlighted by a middle circular lawn, bordered by streets and scattered plant life in a desert-like area. ", + "answer": "C" + }, + { + "id": "489e89b7-43c2-4290-9424-bcc3afe73026", + "image_path": "images/116.png", + "question": "This is a remote sensing image of a/an roundabout. Please summarize the image in one brief sentence.\nA.An aerial view of a roundabout with a central circular island, surrounded by roads and adjacent green spaces, with a construction area nearby.\nB.A high-angle view of a triangular junction, which includes a central fountain, surrounded by lanes and adjacent commercial zones, with an expansion area in proximity.\nC.A bird\u2019s-eye perspective of an oval traffic circle, incorporating a central grassy area, encircled by pathways and flanked by residential buildings, with a development site close at hand.\nD.An overhead shot of a square intersection featuring a central rectangular plaza, bordered by streets and nearby urban areas, with a park situated close by.", + "answer": "A" + }, + { + "id": "864f587c-a05a-4ba6-bc1e-8f51c57757d5", + "image_path": "images/117.png", + "question": "Please describe this roundabout scene from the remote sensing image in one short sentence.\nA.The snapshot illustrates an elevated view of a round junction featuring several vehicles, framed by dense greenery and close-by architectural designs.\nB.The photograph shows a bird's-eye perspective of a circular intersection filled with various cars, encompassed by lush vegetation and nearby structures.\nC.The aerial image captures an overhead glimpse of a traffic circle bustling with automobiles, bordered by vibrant foliage and surrounding edifices.\nD.The image depicts an aerial view of a roundabout with multiple vehicles, surrounded by greenery and adjacent buildings.", + "answer": "D" + }, + { + "id": "2c15e81e-c187-4317-8086-6a9d522da38c", + "image_path": "images/118.png", + "question": "This is a remote sensing image of a/an roundabout scene. Please describe this remote sensing image in one short sentence.\nA.The visual presents an overhead shot of a suburban community with an oval traffic circle, encircled by cottages, gardens, and avenues.\nB.The snapshot captures a top-down view of a rural district with a curved intersection, flanked by villas, foliage, and pathways.\nC.The photograph showcases a bird's-eye perspective of an urban neighborhood featuring a circular junction, bordered by buildings, parks, and roadways.\nD.The image depicts an aerial view of a residential area with a roundabout intersection, surrounded by houses, trees, and streets.", + "answer": "D" + }, + { + "id": "aaf150b2-56e2-4cf5-b767-983ca1da1efa", + "image_path": "images/119.png", + "question": "Based on this remote sensing image of a/an roundabout, describe it in one sentence.\nA.The image showcases a bird's-eye perspective of a roundabout where several cars are traversing the circular junction, bordered by grassy patches and nearby commercial buildings.\nB.The image depicts an aerial view of a roundabout with multiple vehicles navigating the circular intersection, surrounded by landscaped areas and adjacent parking lots.\nC.The image presents an overhead view of a traffic circle with numerous bicycles maneuvering through the oval intersection, flanked by flower beds and near open fields.\nD.The aerial photograph captures a circular intersection filled with various trucks moving around, encircled by gardens and close to residential areas.", + "answer": "B" + }, + { + "id": "2ee8de91-df55-4c5d-aee5-fa1453e28e2c", + "image_path": "images/120.png", + "question": "Please describe this roundabout scene from the remote sensing image in one short sentence.\nA.The image depicts an aerial view of a roundabout with vehicles, surrounding buildings, and greenery.\nB.The photograph showcases a bird's-eye perspective of a circular junction featuring cars, adjacent structures, and lush vegetation.\nC.The aerial view illustrates an overhead scene of a traffic circle filled with automobiles, neighboring homes, and landscaped areas.\nD.The image presents a top-down look at a spiral intersection occupied by vehicles, nearby establishments, and tree-lined spaces.", + "answer": "A" + }, + { + "id": "cebb2f6f-0b50-45df-bf86-d40a91047f57", + "image_path": "images/121.png", + "question": "Please describe this stadium scene from the remote sensing image in one short sentence.\nA.The image depicts an aerial view of a sports complex featuring a large soccer field surrounded by a running track, with adjacent tennis courts and a distinctive geometric building nearby.\nB.This image provides a view from above of a fitness center, showcasing a large cricket ground flanked by a skateboard park, as well as nearby swimming pools and an architecturally interesting building.\nC.The aerial view captures a sports arena that includes a spacious football pitch bordered by a walking trail, alongside multiple volleyball courts and a uniquely designed edifice in the vicinity.\nD.The photograph shows a bird's-eye perspective of a recreational facility containing a vast baseball diamond encircled by a cycling path, with neighboring basketball courts and an unusually shaped structure close by.", + "answer": "A" + }, + { + "id": "58789c85-1404-495a-8f23-0802d9af5a0c", + "image_path": "images/122.png", + "question": "Based on this remote sensing image of a/an stadium, describe it in one sentence.\nA.The picture depicts a bird's-eye view of an athletic facility featuring a spacious arena, various field tracks, and adjacent parkland.\nB.The image shows an aerial view of a sports complex with a large stadium, running tracks, and surrounding greenery.\nC.The photograph captures an overhead perspective of a recreational area that includes a massive venue, jogging paths, and lush vegetation nearby.\nD.The illustration presents an aerial snapshot of a fitness center that boasts a grand amphitheater, racing circuits, and surrounding natural landscapes.", + "answer": "B" + }, + { + "id": "afcf34be-8267-4638-ba0d-9483c34254cb", + "image_path": "images/123.png", + "question": "This is a remote sensing image of a/an stadium. Please summarize the image in one brief sentence.\nA.This aerial shot captures the layout of a basketball court surrounded by a blue surface, spectator stands, and lush trees in the background.\nB.The image presents a bird's-eye view of a baseball diamond with a red clay infield, seating for fans, and a backdrop of mountainous terrain.\nC.The image depicts an aerial view of a sports stadium with a running track, a grass field, spectator seating, and surrounding greenery.\nD.The photograph shows an overhead perspective of a soccer arena featuring a dirt track, a turf field, bleacher seating, and adjacent urban development.", + "answer": "C" + }, + { + "id": "b5c4784c-7333-4538-8170-20a4f05becc5", + "image_path": "images/124.png", + "question": "This is a remote sensing image of a/an stadium scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts an aerial view of a large, circular stadium with a green playing field surrounded by seating areas and lush greenery.\nB.The snapshot captures a panoramic view of a spacious, rectangular arena with a red court bordered by rows of benches and a backdrop of dense trees.\nC.The photograph showcases an overhead perspective of a grand, square sports complex with a sandy surface flanked by tiered seating and expansive open spaces.\nD.The image presents a bird's-eye view of a massive, oval-shaped amphitheater featuring a blue athletic track encircled by spectator stands and vibrant floral arrangements.", + "answer": "A" + }, + { + "id": "a2eea108-984a-4f36-94ab-a679c4283299", + "image_path": "images/125.png", + "question": "This is a remote sensing image of a/an stadium scene. Please describe this remote sensing image in one short sentence.\nA.An aerial view of a large, oval-shaped stadium with a green soccer field surrounded by seating areas and adjacent buildings.\nB.An overhead perspective of a spacious, round-shaped arena featuring a blue basketball court encircled by spectator stands and nearby structures.\nC.A bird's-eye view of an expansive, rectangular stadium showcasing a red baseball diamond bordered by fan sections and neighboring facilities.\nD.Aerial imagery of a vast, elliptical sports complex with a yellow tennis court flanked by audience areas and connected buildings.", + "answer": "A" + }, + { + "id": "5bce2efa-ef07-4a98-8852-17d000993140", + "image_path": "images/126.png", + "question": "This is a remote sensing image of a/an stadium scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts a bird's-eye view of an expansive, oval blue park encircled by commercial structures and a shopping center with basketball courts adjacent. \nB.The illustration illustrates a top-down view of a vast, triangular yellow landscape flanked by industrial facilities and a bus terminal with volleyball courts nearby.\nC.The image shows an aerial view of a large, circular green field surrounded by residential buildings and a parking lot with tennis courts nearby.\nD.The photograph presents an overhead perspective of a small, square red playground bordered by office complexes and a garage area with soccer fields close by.", + "answer": "C" + }, + { + "id": "759468db-2f10-49b1-aa4c-3e122b514fcf", + "image_path": "images/127.png", + "question": "Based on this remote sensing image of a/an stadium, describe it in one sentence.\nA.The aerial photograph depicts a vast, contemporary arena featuring a unique blue roof design and a sandy sports surface, encircled by rural landscapes.\nB.This aerial view highlights a massive, state-of-the-art sports complex topped with a striking red canopy, set against a backdrop of natural scenery.\nC.The image shows an aerial view of a large, modern stadium with a distinctive white roof structure and a green playing field, surrounded by urban infrastructure.\nD.The image captures a bird's-eye perspective of a spacious, innovative stadium with a prominent gray roofing system and a vibrant orange turf, flanked by suburban development.", + "answer": "C" + }, + { + "id": "17a4e494-4b21-403e-a2c8-6948dca6b042", + "image_path": "images/128.png", + "question": "Looking at this remote sensing image of a/an stadium, provide a concise description in one sentence.\nA.The photograph presents an aerial view of a spacious sports complex featuring a unique red roof, bordered by trees and recreational areas.\nB.The image shows an aerial view of a large stadium with a distinctive white roof, surrounded by greenery and parking areas.\nC.The picture captures an aerial shot of an expansive coliseum topped with a striking green roof, flanked by open spaces and parking lots.\nD.The image displays an aerial perspective of a vast arena with a notable blue roof, encircled by foliage and vehicle spaces.", + "answer": "B" + }, + { + "id": "8a110431-f410-4736-953a-1a28dc0daa96", + "image_path": "images/129.png", + "question": "Based on this remote sensing image of a/an stadium, describe it in one sentence.\nA.The picture presents an elevated shot of a fitness complex with various baseball diamonds, highlighting a grand indoor gymnasium and several external fields, flanked by open lawns and neighboring structures.\nB.The image captures a bird's-eye perspective of a recreational facility featuring numerous basketball courts, including a spacious outdoor pavilion and several indoor play areas, bordered by green spaces and other amenities.\nC.The image shows an aerial view of a sports complex with multiple soccer fields, including a large indoor arena and several outdoor fields, surrounded by parking areas and buildings.\nD.The aerial photograph illustrates a panoramic view of a community center that boasts multiple tennis courts, comprising a massive outdoor stadium and several smaller practice fields, encircled by walking paths and recreational facilities.", + "answer": "C" + }, + { + "id": "1129fa95-a30d-4788-9b6b-b84fdaeacad9", + "image_path": "images/130.png", + "question": "Looking at this remote sensing image of a/an stadium, provide a concise description in one sentence.\nA.The photograph shows an overhead shot of a vacant coliseum with a yellow turf, encircled by spectator sections and adjacent facilities.\nB.The visual presents an aerial depiction of an unoccupied sports venue, showcasing a red playing surface, flanked by seating blocks and surrounding establishments.\nC.The picture illustrates a bird's-eye perspective of a deserted arena featuring a blue pitch, bordered by stands and nearby structures.\nD.The image depicts an aerial view of an empty stadium with a green field, surrounded by seating areas and adjacent buildings.", + "answer": "D" + }, + { + "id": "beb2f825-69be-466a-8518-4242e66f65c9", + "image_path": "images/131.png", + "question": "This is a remote sensing image of a/an storage_tanks scene. Please describe this remote sensing image in one short sentence.\nA.The aerial photograph depicts a vast commercial site filled with vibrant blue containers, winding lanes, and equipment, likely intended for housing materials such as gas or waste products.\nB.The view from above reveals an extensive agricultural installation with various yellow tanks, intersecting roads, and structures, probably designed for the storage of grains or pesticides.\nC.The image shows an aerial view of a large industrial facility with numerous storage tanks, roads, and infrastructure, likely used for storing liquids such as oil or chemicals.\nD.The image captures a bird's-eye view of a sprawling manufacturing complex featuring multiple silos, pathways, and systems, presumably utilized for the storage of substances like water or fertilizers.", + "answer": "C" + }, + { + "id": "360039ed-adf3-49f8-af67-54b1bdc739b1", + "image_path": "images/132.png", + "question": "Looking at this remote sensing image of a/an storage_tanks, provide a concise description in one sentence.\nA.The image showcases a manufacturing plant featuring multiple towering silos, conveyor belts, and heavy machinery, suggesting a food processing or grain milling operation.\nB.The image reveals a shipping port with several cargo containers, cranes, and docking facilities, indicative of a logistics and transport hub.\nC.The image presents a solar energy farm with numerous solar panels, inverters, and grid connections, representative of renewable energy production.\nD.The image depicts an industrial facility with numerous large storage tanks, pipelines, and infrastructure, indicative of a petrochemical or oil refinery operation.", + "answer": "D" + }, + { + "id": "8dd591af-dbbc-4e41-bc39-fec7ac817db8", + "image_path": "images/133.png", + "question": "This is a remote sensing image of a/an storage_tanks scene. Please describe this remote sensing image in one short sentence.\nA.The picture captures a manufacturing complex featuring several sizable, rectangular storage silos and nearby structures, probably utilized for handling or storing gases like natural gas or fertilizers.\nB.The image shows an industrial facility with multiple large, circular storage tanks and adjacent buildings, likely used for processing or storing liquids such as oil or chemicals.\nC.The photograph reveals a power plant with a variety of tall, cylindrical cooling towers and surrounding installations, likely employed for generating or managing energy resources like coal or renewable sources.\nD.The aerial view displays a commercial site with numerous small, square warehouses and connected facilities, presumably designed for manufacturing or distributing goods such as food products or consumer items.", + "answer": "B" + }, + { + "id": "586fa607-2eb2-4dc2-b374-c7c369a360cb", + "image_path": "images/134.png", + "question": "This is a remote sensing image of a/an storage_tanks scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts a bird's-eye view of a vast agricultural complex with several rectangular silos, presumably designed for holding grains or fertilizers.\nB.The image shows an aerial view of a large industrial facility with multiple circular storage tanks, likely used for storing liquids such as oil or chemicals.\nC.The photograph provides a top-down glance at a significant manufacturing plant containing numerous oval reactors, probably meant for processing materials like plastics or metals.\nD.The picture presents an aerial perspective of a sprawling solar farm featuring various triangular panels, likely utilized for converting sunlight into energy.", + "answer": "B" + }, + { + "id": "5bcba198-8b99-406e-9d86-ed4f24b79950", + "image_path": "images/135.png", + "question": "This is a remote sensing image of a/an storage_tanks scene. Please describe this remote sensing image in one short sentence.\nA.The picture illustrates a transportation hub with a series of cargo containers, loading docks, and vehicles, likely intended for shipping and distributing goods like food or consumer products.\nB.The aerial photo captures a power generation site featuring numerous wind turbines, electrical lines, and equipment, presumably dedicated to producing renewable energy from sources such as wind or solar.\nC.The image shows an industrial facility with multiple large storage tanks, pipelines, and infrastructure, likely used for storing and processing liquids such as oil or chemicals.\nD.The image depicts a manufacturing plant with several towering silos, conveyer belts, and machinery, probably utilized for handling and refining materials like grain or minerals.", + "answer": "C" + }, + { + "id": "4f6a4d73-2a3d-4665-869f-cdb1842b3bee", + "image_path": "images/136.png", + "question": "This is a remote sensing image of a/an storage_tanks. Please summarize the image in one brief sentence.\nA.This aerial photograph captures a vast commercial complex with numerous small, green silos positioned randomly, bordered by streets and utilities.\nB.The picture depicts a high-angle view of an extensive energy facility showcasing several towering, red pipelines scattered throughout, accompanied by alleyways and supporting structures.\nC.The image shows an aerial view of a large industrial facility with multiple large, white storage tanks arranged in rows, surrounded by roads and infrastructure.\nD.The image presents a bird\u2019s-eye view of a sprawling manufacturing plant featuring several massive, blue containers organized in clusters, encircled by pathways and equipment.", + "answer": "C" + }, + { + "id": "b3537d32-adeb-476e-9b86-d219b403828b", + "image_path": "images/137.png", + "question": "This is a remote sensing image of a/an storage_tanks scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts an industrial facility with numerous large storage tanks, buildings, and infrastructure, likely used for processing or storing liquids or gases.\nB.The aerial view captures a agricultural hub with a range of medium-sized tanks, greenhouses, and pathways, likely designed for managing or conserving water or fertilizers.\nC.The picture shows a military base featuring various massive containers, barracks, and equipment, presumably intended for handling or storing fuels or ammunition.\nD.The image illustrates a commercial complex filled with several small silos, offices, and roadways, probably utilized for manufacturing or distributing chemicals or materials.", + "answer": "A" + }, + { + "id": "8b14224e-e649-4e60-8120-389da2a7044c", + "image_path": "images/138.png", + "question": "Please describe this storage_tanks scene from the remote sensing image in one short sentence.\nA.The image illustrates a processing plant with a variety of medium-sized reservoirs, tracks, and buildings, enveloped by open fields and neighboring a lake.\nB.The image depicts an industrial facility with numerous large storage tanks, pipelines, and infrastructure, surrounded by greenery and adjacent to water bodies.\nC.The photograph shows a manufacturing complex filled with several towering silos, conveyor belts, and machinery, encircled by fields and positioned near a coastline.\nD.The aerial view captures a commercial depot featuring multiple small containers, roads, and structures, bordered by urban development and located close to a river.", + "answer": "B" + }, + { + "id": "f7d9cf59-0e30-4214-995c-27739abf81e4", + "image_path": "images/139.png", + "question": "Based on this remote sensing image of a/an storage_tanks, describe it in one sentence.\nA.The image captures a top-down view of a facility with numerous tall, cylindrical storage silos laid out in a circular arrangement, accompanied by gravel pathways and support structures.\nB.The image presents a bird's-eye perspective of a facility featuring several rectangular storage tanks organized in a linear formation, bordered by roads and utilities.\nC.The aerial photograph illustrates a facility with various small, square storage tanks scattered randomly, enveloped by green spaces and service roads.\nD.The image shows an aerial view of a facility with multiple large, circular storage tanks arranged in a grid pattern, surrounded by pathways and infrastructure.", + "answer": "D" + }, + { + "id": "1d802ce9-cb17-495d-b3be-298ac2b9a2f8", + "image_path": "images/140.png", + "question": "Looking at this remote sensing image of a/an storage_tanks, provide a concise description in one sentence.\nA.The image depicts an industrial facility with numerous large storage tanks, pipelines, and structures, surrounded by greenery and infrastructure, indicative of a petrochemical or chemical plant.\nB.The image portrays a sprawling agricultural complex with several small silos, irrigation canals, and buildings, enveloped by fields and roads, suggestive of a farming or horticultural enterprise.\nC.The photograph showcases a vast solar energy park with numerous photovoltaic panels, inverters, and access roads, framed by desert and power lines, indicating a renewable energy facility.\nD.The aerial view reveals a modern residential neighborhood with multiple housing units, roads, and amenities, bordered by parks and schools, characteristic of a suburban development.", + "answer": "A" + }, + { + "id": "e6a2ffc4-fce5-47c3-8a33-83ed96e82647", + "image_path": "images/141.png", + "question": "Based on this remote sensing image of a/an sparse_residential, describe it in one sentence.\nA.The image shows a rural residential area with three houses, surrounded by trees and open land, featuring a swimming pool and a driveway leading to one of the homes.\nB.The photograph captures an urban neighborhood with several apartment buildings, bordered by streets and parks, including a playground and a pathway connecting to one of the buildings.\nC.The picture reveals a coastal community with four beach cottages, nestled between dunes and the ocean, presenting a pier and a winding path that leads to one of the cottages.\nD.The scene depicts an agricultural landscape with two barns, encircled by fields and hills, showcasing a pond and a dirt road that runs past one of the structures.", + "answer": "A" + }, + { + "id": "5deed5c5-7755-419c-9208-44e474b87666", + "image_path": "images/142.png", + "question": "This is a remote sensing image of a/an sparse_residential scene. Please describe this remote sensing image in one short sentence.\nA.The scene portrays a secluded rural region characterized by isolated farms and fields, enveloped by a blanket of golden wheat and rolling hills.\nB.The image depicts a sparse residential area with scattered houses surrounded by extensive greenery and open land.\nC.The picture illustrates a densely populated urban zone filled with tall buildings and bustling streets, contrasted by patches of vibrant urban parks.\nD.The aerial view showcases a coastal town where colorful beach huts are positioned along the shoreline, bordered by deep blue waters and sandy beaches.", + "answer": "B" + }, + { + "id": "f313db72-ea59-43bd-b66b-411ecd9b0364", + "image_path": "images/143.png", + "question": "This is a remote sensing image of a/an sparse_residential scene. Please describe this remote sensing image in one short sentence.\nA.The photograph depicts a commercial building featuring an expansive parking lot, a landscaped garden, and a basketball court enclosed by fences and urban surroundings.\nB.The aerial view captures a rural estate with a quaint cottage, a pond, and a gravel pathway bordered by wildflowers and rolling hills.\nC.The image shows a residential property with a large house, a swimming pool, and a tennis court surrounded by trees and open land.\nD.The image illustrates a modern apartment complex that includes a rooftop terrace, a fitness area, and a playground encompassed by greenery and city skyline.", + "answer": "C" + }, + { + "id": "d43d489e-4f0d-47a0-b266-920bfdca7610", + "image_path": "images/144.png", + "question": "This is a remote sensing image of a/an sparse_residential. Please summarize the image in one brief sentence.\nA.The image reveals a coastal region featuring a cluster of beach houses nestled along sandy shores, highlighting an idyllic seaside landscape.\nB.The image showcases a densely populated urban area with numerous skyscrapers set against a backdrop of vibrant parks, suggesting a metropolitan environment.\nC.The image illustrates an isolated industrial zone with a few warehouses enveloped by arid land, indicating a remote and barren environment.\nD.The image depicts a sparse residential area with several buildings surrounded by extensive vegetation, indicating a rural or semi-rural setting.", + "answer": "D" + }, + { + "id": "5a94f301-6979-4674-a09d-5a531dff74af", + "image_path": "images/145.png", + "question": "Based on this remote sensing image of a/an sparse_residential, describe it in one sentence.\nA.The photograph captures an urban neighborhood featuring several buildings, encircled by tall skyscrapers and streets, with a paved road connecting the establishments.\nB.The image shows a rural residential area with a few houses, surrounded by dense vegetation and trees, with a dirt road leading to the properties.\nC.The picture illustrates a mountainous village comprising a few cabins, nestled among rocky terrain and cliffs, with a winding path accessibly leading to the dwellings.\nD.The image depicts a coastal community with several seaside cottages, bordered by sandy beaches and water, with a boardwalk leading to the homes.", + "answer": "B" + }, + { + "id": "1af84280-ada3-4bec-8931-db9f1fe74d17", + "image_path": "images/146.png", + "question": "This is a remote sensing image of a/an sparse_residential. Please summarize the image in one brief sentence.\nA.The picture presents a coastal village with colorful cottages positioned near the shoreline, bordered by sandy beaches and rolling waves.\nB.The image shows a rural residential area with a few houses surrounded by dense trees and vegetation, located near a road.\nC.The scene reveals a mountainous region with scattered cabins perched on rocky cliffs, surrounded by alpine meadows and steep trails.\nD.The photo captures an urban neighborhood featuring several buildings adjacent to a crowded street, enveloped by tall skyscrapers and busy sidewalks.", + "answer": "B" + }, + { + "id": "98c0768e-f999-4681-b32f-29d178c00adc", + "image_path": "images/147.png", + "question": "This is a remote sensing image of a/an sparse_residential scene. Please describe this remote sensing image in one short sentence.\nA.The aerial view reveals a densely populated urban setting with numerous tall buildings amidst busy streets, including a park and a recreational lake.\nB.The image depicts a bustling commercial district filled with shops and restaurants, surrounded by vibrant flower gardens and a large fountain.\nC.The image shows a sparse residential area with a few houses surrounded by trees and open land, featuring a small pond and a swimming pool.\nD.The photograph captures a remote industrial zone with several warehouses bordered by barren land, highlighting a large truck depot and a storage facility.", + "answer": "C" + }, + { + "id": "6f7a30e3-770d-49e6-9b3d-bd51815429a1", + "image_path": "images/148.png", + "question": "This is a remote sensing image of a/an sparse_residential scene. Please describe this remote sensing image in one short sentence.\nA.The picture captures a bustling commercial district featuring numerous shops and parking lots amidst a backdrop of sparse greenery.\nB.The photograph illustrates a tranquil suburban neighborhood with closely packed homes and quiet pathways enveloped by vibrant flower gardens.\nC.The aerial image shows a densely populated urban center filled with high-rise structures and busy streets bordered by open fields.\nD.The image depicts a sparse residential area with scattered buildings and vehicles surrounded by dense vegetation.", + "answer": "D" + }, + { + "id": "f52ff958-2ebb-4714-a3ea-60b19580444e", + "image_path": "images/149.png", + "question": "Looking at this remote sensing image of a/an sparse_residential, provide a concise description in one sentence.\nA.The photo captures an urban neighborhood with numerous apartments, bordered by parks and commercial areas, featuring several bicycles parked along the sidewalks. \nB.The image shows a rural residential area with several houses, surrounded by trees and open land, with a few vehicles parked near the buildings.\nC.The scene depicts a suburban community filled with various townhouses, flanked by gardens and playgrounds, with a handful of cars parked in the driveways.\nD.The picture illustrates a coastal village with a variety of cottages, encircled by hills and grassy fields, with a couple of boats moored close to the shore.", + "answer": "B" + }, + { + "id": "1ac31ff8-ed25-4c0b-a198-730b3b91651f", + "image_path": "images/150.png", + "question": "Looking at this remote sensing image of a/an sparse_residential, provide a concise description in one sentence.\nA.The photograph illustrates a densely populated region characterized by high-rise apartments interspersed with patches of desert land and minimal foliage, reflecting a metropolitan or arid landscape.\nB.The aerial view captures a scattered urban neighborhood featuring numerous buildings enveloped by lush greenery and shrubs, suggesting a tranquil or suburban environment.\nC.The image shows a sparse residential area with several houses surrounded by dense vegetation and trees, indicating a secluded or rural setting.\nD.This image presents a compact commercial district filled with various establishments adjacent to barren land and few plants, indicating an urban or bustling atmosphere.", + "answer": "C" + }, + { + "id": "e590ddf1-2107-4f2f-bd2f-41436b2f826b", + "image_path": "images/151.png", + "question": "Looking at this remote sensing image of a/an school, provide a concise description in one sentence.\nA.This overhead photograph presents a college environment with various facilities, a spacious lot for vehicles, and dense foliage all around.\nB.The image depicts an aerial view of a school campus with multiple buildings, a large parking lot, and surrounding greenery.\nC.The aerial image showcases a university grounds featuring several structures, an expansive parking area, and lush vegetation nearby. \nD.The picture captures a bird\u2019s-eye view of an educational institution, complete with numerous edifices, a vast parking space, and abundant trees and shrubs in the vicinity.", + "answer": "B" + }, + { + "id": "db304ee5-56eb-4305-a9b4-a8ab37aef076", + "image_path": "images/152.png", + "question": "Based on this remote sensing image of a/an school, describe it in one sentence.\nA.The photo captures a bird's-eye view of a university layout featuring several structures, a vast blue athletic area, and adjacent woodlands.\nB.This aerial shot reveals a college environment with various facilities, a spacious yellow recreation area, and neighboring urban scenery.\nC.The image presents an overhead perspective of an educational institution with a range of buildings, an expansive red sports ground, and surrounding parkland.\nD.The image shows an aerial view of a school campus with multiple buildings, a large green sports field, and surrounding greenery.", + "answer": "D" + }, + { + "id": "bed9b870-6a83-487a-936f-fda14a37e51a", + "image_path": "images/153.png", + "question": "Please describe this school scene from the remote sensing image in one short sentence.\nA.The photograph depicts an overhead view of an educational institution, showcasing an expansive yellow play area, surrounding classrooms, and a core relaxation zone filled with plants and pathways.\nB.The image shows an aerial view of a school campus with a large green sports field, surrounding buildings, and a central park area with trees and pathways.\nC.This aerial shot illustrates a college grounds layout that includes a spacious red recreation zone, nearby facilities, and a main gathering spot with benches and shrubbery.\nD.The picture captures a bird's-eye perspective of a university campus featuring a vast blue athletic area, adjacent structures, and a focal garden space adorned with flowers and walking trails.", + "answer": "B" + }, + { + "id": "73c43d0b-a9e4-425f-97f2-65d62b47f72f", + "image_path": "images/154.png", + "question": "Please describe this school scene from the remote sensing image in one short sentence.\nA.The image showcases a bird's-eye view of a university area enclosed by lush parks, featuring a central garden, athletic pitches, and surrounding structures, all flanked by a lake on two sides.\nB.The photograph illustrates an overhead perspective of a college precinct engulfed by vibrant gardens, incorporating a main plaza, recreational areas, and neighboring facilities, all bordered by a creek on both sides.\nC.The visual presents a top-down image of a school district encircled by flourishing green areas, with a focal amphitheater, sports courts, and nearby edifices, all situated next to a stream on either side.\nD.The image depicts an aerial view of a school campus surrounded by green spaces, with a central courtyard, sports fields, and adjacent buildings, all bordered by a river on two sides.", + "answer": "D" + }, + { + "id": "7bb19f3e-0681-4043-81cb-fa6d7b2d7e2e", + "image_path": "images/155.png", + "question": "Looking at this remote sensing image of a/an school, provide a concise description in one sentence.\nA.This overhead shot captures a college environment comprised of numerous facilities, lush parks, and a car park, encircled by highways and a subway line.\nB.The image depicts an aerial view of a campus with multiple buildings, green spaces, and a parking lot, surrounded by roads and a train track.\nC.The bird's-eye view illustrates an academic institution with various edifices, recreational fields, and a car lot, flanked by avenues and a monorail.\nD.The aerial photograph showcases a university layout featuring several structures, landscaped gardens, and a vehicle storage area, bordered by streets and an elevated railway.", + "answer": "B" + }, + { + "id": "1a818e86-0c6f-4d59-abe8-d39d8fa9482f", + "image_path": "images/156.png", + "question": "Based on this remote sensing image of a/an school, describe it in one sentence.\nA.The image presents an overhead perspective of an educational institution characterized by several constructions, a central lawn, and neighboring thoroughfares and parking spaces.\nB.The image showcases a bird's-eye view of a university complex featuring various structures, a main park area, and adjacent pathways and vehicle zones.\nC.The image depicts an aerial view of a school campus with multiple buildings, a central green space, and surrounding roads and parking areas.\nD.This aerial photograph illustrates a campus setting with numerous facilities, a primary recreational area, and enclosed streets and car lots.", + "answer": "C" + }, + { + "id": "02c773a5-1382-470f-80e5-4c20b8482a49", + "image_path": "images/157.png", + "question": "This is a remote sensing image of a/an school scene. Please describe this remote sensing image in one short sentence.\nA.The photograph captures a top-down view of a hospital facility nestled within a landscape of flowers, with numerous wings laid out in a triangular shape and connected to access roads.\nB.The image illustrates a bird's-eye view of a university campus encircled by trees, featuring several structures organized in a circular formation and nearby recreational areas.\nC.The picture showcases an overhead perspective of a community center bordered by parks, with various facilities arranged in a linear pattern and close to bicycle lanes.\nD.The image depicts an aerial view of a school complex surrounded by greenery, with multiple buildings arranged in a rectangular layout and adjacent parking areas.", + "answer": "D" + }, + { + "id": "1ec67bec-1b73-46fb-92c8-763e4db36dbb", + "image_path": "images/158.png", + "question": "Looking at this remote sensing image of a/an school, provide a concise description in one sentence.\nA.The image presents a bird's-eye view of a vibrant community center featuring multiple structures, an athletic field, a running track, and designated parking spaces, all encircled by colorful gardens.\nB.The photo illustrates an overhead perspective of a large shopping mall complex, showcasing several retail outlets, an entertainment plaza, and extensive parking, all bordered by landscaped areas.\nC.The image depicts an aerial view of a school complex with various buildings, a sports field, a track, and parking areas surrounded by greenery.\nD.This aerial photograph captures a sprawling university campus with diverse architectural styles, an open green space, a jogging path, and car lots nestled amid lush trees.", + "answer": "C" + }, + { + "id": "10517f5c-407f-4930-93be-572af9b41a82", + "image_path": "images/159.png", + "question": "Looking at this remote sensing image of a/an school, provide a concise description in one sentence.\nA.The image depicts an aerial view of a residential area with multiple long, rectangular buildings surrounded by dense greenery and a network of roads.\nB.The image shows a bird's-eye perspective of a suburban neighborhood filled with numerous square, towering structures enclosed by lush vegetation and a maze of pathways. \nC.The photograph captures an overhead glimpse of an urban region characterized by various short, circular facilities nestled within vibrant gardens and an intricate layout of streets.\nD.The visual presents a top-down view of a rural community featuring several wide, triangular homes bordered by sparse trees and an organized arrangement of lanes.", + "answer": "A" + }, + { + "id": "3e65dee3-88e3-4b98-b7f5-eb71a327a0ed", + "image_path": "images/160.png", + "question": "This is a remote sensing image of a/an school scene. Please describe this remote sensing image in one short sentence.\nA.This aerial photograph captures a detailed perspective of a daycare center consisting of different buildings, sleek black solar panels on the roofs, a spacious playground, and an adjacent forested area.\nB.The image shows an aerial view of a school complex with multiple buildings, solar panels on the roofs, a sports field, and surrounding desert landscape.\nC.The image displays a bird's-eye view of a university campus featuring several structures, vibrant red rooftops with solar panels, an athletic field, and a lush green countryside nearby.\nD.The aerial shot reveals a picturesque view of a community center with numerous facilities, blue solar panels perched on top, a playground, and a bustling urban environment encircling it.", + "answer": "B" + }, + { + "id": "98b9e10e-7b84-4789-bf0a-a5abcac13f2a", + "image_path": "images/161.png", + "question": "Please describe this forest scene from the remote sensing image in one short sentence.\nA.The satellite image reveals a vast, arid desert with hues of orange and brown signifying different types of sand and vegetation coverage.\nB.The aerial photograph showcases a sprawling, vibrant blue ocean with contrasting depths indicating various marine ecosystems and currents.\nC.The remote sensing image depicts a dense, lush green forest with varying shades indicating different types of vegetation and canopy density.\nD.The airborne view illustrates a bustling urban area with diverse shades of gray representing distinct building materials and architectural styles.", + "answer": "C" + }, + { + "id": "43042000-9a18-42dd-8421-3a6d53221bb9", + "image_path": "images/162.png", + "question": "Based on this remote sensing image of a/an forest, describe it in one sentence.\nA.The photo showcases a sprawling desert landscape with a range of browns and yellows, suggesting diverse sand formations and vegetation presence.\nB.The image depicts a dense forest canopy with varying shades of green, indicating a mix of tree species and foliage density.\nC.The view presents an expansive urban skyline adorned with various hues of grey and blue, reflecting a mixture of architectural styles and building heights.\nD.The scene illustrates a vibrant coral reef with various tones of blue and turquoise, signifying a healthy marine ecosystem and an abundance of coral species.", + "answer": "B" + }, + { + "id": "743e650c-32f4-4417-8acb-2f821ede3918", + "image_path": "images/163.png", + "question": "This is a remote sensing image of a/an forest. Please summarize the image in one brief sentence.\nA.The photograph illustrates a wide, sandy beach with vibrant blue waves and textures, reflecting a lively coastal ecosystem.\nB.The image showcases a sprawling, bright yellow desert landscape with contrasting patterns and features, suggesting a harsh and arid environment.\nC.The image depicts a dense, dark green forest canopy with varying shades and textures, indicating a diverse and possibly mature forest ecosystem.\nD.The scene captures a vast, icy white tundra with subtle variations in hue and structure, indicating a fragile and resilient Arctic ecosystem.", + "answer": "C" + }, + { + "id": "d8f3c7c3-4703-4f1f-b41f-dc025edd6213", + "image_path": "images/164.png", + "question": "This is a remote sensing image of a/an forest. Please summarize the image in one brief sentence.\nA.The photograph reveals a thick thicket with a narrow, dirtway leading into its depths. \nB.The image depicts a dense forest with a clear, linear path or road cutting through it.\nC.The picture highlights a vibrant meadow with a broad, paved route running alongside it. \nD.The image showcases a lush jungle with a winding, natural trail meandering through it. ", + "answer": "B" + }, + { + "id": "a9ee6fa6-51cb-49c2-9842-9fb9496ccae1", + "image_path": "images/165.png", + "question": "This is a remote sensing image of a/an forest scene. Please describe this remote sensing image in one short sentence.\nA.The aerial view illustrates a vast aquatic expanse with sections of exposed land and a serpentine shoreline, framed by lush wetlands.\nB.The remote sensing image depicts a dense forested area with patches of clearings and a winding dirt path, surrounded by cultivated fields.\nC.The aerial photograph showcases a sprawling urban landscape interspersed with open spaces and a winding road, bordered by industrial sites.\nD.The satellite image reveals a vast desert region dotted with oases and a winding trail, enveloped by rocky hills.", + "answer": "B" + }, + { + "id": "3a6fef28-0846-4749-9546-466cfae1f60e", + "image_path": "images/166.png", + "question": "This is a remote sensing image of a/an forest. Please summarize the image in one brief sentence.\nA.The image presents a crowded, urban landscape with mixed shades of gray and sections of darker buildings, representing different architectural styles or shadows.\nB.The image illustrates a sprawling, golden desert with diverse tones of yellow and regions of darker sand, reflecting various types of terrain or dunes.\nC.The image showcases a vast, vibrant blue ocean with contrasting turquoise and deeper blue zones, suggesting different water depths or currents.\nD.The image depicts a dense, lush green forest with varying shades of green and patches of darker areas, indicating different types of vegetation or shadows.", + "answer": "D" + }, + { + "id": "8ec63310-5aa3-4acc-a0c8-53a1bb513462", + "image_path": "images/167.png", + "question": "Based on this remote sensing image of a/an forest, describe it in one sentence.\nA.The image showcases a sprawling, vibrant blue ocean from a bird's-eye view.\nB.The image reveals a vast, arid brown desert landscape from an overhead angle.\nC.The image depicts a dense, lush green forest canopy from an aerial perspective.\nD.The image portrays a thick, golden wheat field from a high vantage point.", + "answer": "C" + }, + { + "id": "fa0a93db-39b8-4f87-a1e3-f6f106960f82", + "image_path": "images/168.png", + "question": "Looking at this remote sensing image of a/an forest, provide a concise description in one sentence.\nA.The remote sensing image reveals a vast, arid desert landscape featuring a tiny oasis or waterhole apparent toward the bottom-left corner.\nB.The remote sensing image depicts a dense, lush green forest with a small clearing or patch of bare ground visible near the center-right area.\nC.The satellite image captures a thick, golden wheat field with a small cluster of trees noticeable near the top-right section.\nD.The aerial view showcases a sprawling, vibrant blue ocean with a small stretch of sandy beach located in the upper-left quadrant.", + "answer": "B" + }, + { + "id": "06514ec1-d640-42e2-9553-ea48b8b44a2e", + "image_path": "images/169.png", + "question": "Based on this remote sensing image of a/an forest, describe it in one sentence.\nA.The image showcases a sprawling, bright yellow meadow with patches revealing various types of wildflowers and grasses.\nB.The photograph reveals a bustling, golden desert landscape with diverse textures signifying various types of sand and vegetation.\nC.The image depicts a dense, dark green forest canopy with varying shades indicating different tree species and densities.\nD.The aerial view captures a vast, light blue ocean surface with different hues highlighting varying depths and seabed formations.", + "answer": "C" + }, + { + "id": "3485944d-4b66-4dca-bdae-c49b68cbd87a", + "image_path": "images/170.png", + "question": "Based on this remote sensing image of a/an forest, describe it in one sentence.\nA.The photograph captures a bustling, colorful urban skyline from an aerial viewpoint, highlighting the buildings' varied hues. \nB.The image showcases a sprawling, vibrant blue ocean from a bird\u2019s-eye view. \nC.The image depicts a dense, lush green forest canopy from an aerial perspective.\nD.The picture illustrates a vast, arid desert landscape seen from above, with sandy beige tones. ", + "answer": "C" + }, + { + "id": "e9721e79-0059-4a0e-8d2a-01f0853c10c6", + "image_path": "images/171.png", + "question": "This is a remote sensing image of a/an pond. Please summarize the image in one brief sentence.\nA.The photo portrays a circular lake bordered by pastoral land, with the water appearing deep blue and the fields exhibiting signs of harvest.\nB.The aerial view shows a rectangular reservoir encircled by woodland, with the water reflecting a clear turquoise hue and the terrain indicating a lack of cultivation.\nC.The image illustrates an oval-shaped water body flanked by urban developments, with the water looking muddy brown and the surrounding land displaying urban infrastructure.\nD.The image depicts an irregularly shaped pond surrounded by agricultural fields, with the water appearing greenish and the land showing signs of cultivation.", + "answer": "D" + }, + { + "id": "50079010-1c90-4620-bbff-7e07ff84aef5", + "image_path": "images/172.png", + "question": "Looking at this remote sensing image of a/an pond, provide a concise description in one sentence.\nA.The image depicts an aerial view of a series of interconnected ponds surrounded by vegetation, with one pond appearing partially cloudy or disturbed.\nB.The image shows a bird's-eye view of a network of lakes encircled by greenery, with one lake appearing slightly murky or agitated.\nC.The picture captures a top-down perspective of a collection of linked basins bordered by plants, with one basin looking somewhat clear or tranquil.\nD.The aerial photograph illustrates a panoramic sight of multiple interlinked water bodies fringed by flora, with one water body appearing mostly serene or still.", + "answer": "A" + }, + { + "id": "2b0c2ba0-9b9f-40fb-b415-ca29f0cdb52b", + "image_path": "images/173.png", + "question": "Looking at this remote sensing image of a/an pond, provide a concise description in one sentence.\nA.The aerial photograph reveals a sweeping panorama of a massive, oddly formed reservoir encircled by arid, dusty soil featuring clusters of trees and irrigation ditches.\nB.The aerial image illustrates a top-down perspective of an expansive, asymmetrical body of water flanked by dry, clay-like earth interspersed with flora and drainage paths.\nC.The image depicts an aerial view of a large, irregularly shaped pond surrounded by dry, sandy terrain with some vegetation and water channels.\nD.The image showcases a bird's-eye view of a vast, uniquely shaped lake bordered by rocky, barren land with patches of greenery and small streams.", + "answer": "C" + }, + { + "id": "811d1d06-1b54-4e6f-8383-978fa5eda429", + "image_path": "images/174.png", + "question": "Please describe this pond scene from the remote sensing image in one short sentence.\nA.An aerial perspective displays an expansive, rectangular pool encircled by vibrant flowers and accompanied by a paved street that traces its boundary. \nB.An overhead perspective captures a tiny, oval-shaped reservoir flanked by thick forests and adjacent to a dirt track leading away from it. \nC.Aerial footage showcases a large, circular lake enveloped by sparse vegetation, with a pathway winding close to its edge. \nD.An aerial view reveals a small, irregularly shaped pond surrounded by dense greenery and bordered by a grassy area with a road running alongside it.", + "answer": "D" + }, + { + "id": "f89bb5ce-8668-4082-83ef-016ed25d0e1d", + "image_path": "images/175.png", + "question": "This is a remote sensing image of a/an pond. Please summarize the image in one brief sentence.\nA.The remote sensing image showcases a circular lake with murky water, bordered by a grassy shore and found in a bright area.\nB.The satellite image illustrates an oval basin containing pristine water, encircled by a metallic barrier and positioned in a colorful backdrop.\nC.The remote sensing image depicts a rectangular pond with clear water, surrounded by a concrete edge and situated in a dark environment.\nD.The aerial photograph reveals a square reservoir filled with opaque water, framed by a wooden boundary and located in a light setting.", + "answer": "C" + }, + { + "id": "292aa6e1-715f-47cc-bb8a-7bf801c1c5d8", + "image_path": "images/176.png", + "question": "This is a remote sensing image of a/an pond scene. Please describe this remote sensing image in one short sentence.\nA.The aerial photograph presents a top-down perspective of a mostly full, irregularly formed lagoon, nestled among arid, brown landscape and adjacent to a creek and several homes.\nB.The image depicts an aerial view of a partially filled, irregularly shaped pond surrounded by dry, sandy terrain and bordered by a waterway and some buildings.\nC.The picture shows a bird's-eye view of a nearly empty, oddly shaped lake encircled by parched, light-colored soil and flanked by a river and various structures.\nD.The image features an overhead look at a somewhat drained, asymmetrically shaped reservoir, surrounded by barren, beige land and adjacent to a channel and a few commercial buildings.", + "answer": "B" + }, + { + "id": "740528c9-d709-4098-8775-9b409754fbe7", + "image_path": "images/177.png", + "question": "Based on this remote sensing image of a/an pond, describe it in one sentence.\nA.The image depicts a bird\u2019s-eye view of two lakes encircled by verdant patches, with a tilled agricultural plot visible in the distance.\nB.The aerial photograph illustrates a scene of two reservoirs flanked by green spaces, with a cultivated region observable beyond them.\nC.The picture offers an overhead perspective of a pair of water bodies bordered by lush terrain, featuring an unplanted land tract in the backdrop.\nD.The image shows an aerial view of two ponds surrounded by grassy areas, with a plowed field visible in the background.", + "answer": "D" + }, + { + "id": "48f6afe4-99c5-460e-8dfd-b6c399e24fd5", + "image_path": "images/178.png", + "question": "This is a remote sensing image of a/an pond scene. Please describe this remote sensing image in one short sentence.\nA.The image presents a top-down view of a farmland region highlighting two light-colored, round water bodies bordered by dense trees and connected by earthen tracks.\nB.The aerial shot illustrates an overhead view of a pastoral setting containing a pair of shallow, rectangular basins framed by vibrant crops and divided by paved pathways.\nC.The photograph showcases a bird's-eye perspective of a countryside area featuring two bright, circular lakes enveloped by lush grass and crisscrossed by gravel roads.\nD.The image depicts an aerial view of a rural landscape featuring two dark, oval-shaped ponds surrounded by green vegetation and intersected by dirt paths.", + "answer": "D" + }, + { + "id": "ca5282d6-6521-4e2b-b5dc-05d2bc28f080", + "image_path": "images/179.png", + "question": "Please describe this pond scene from the remote sensing image in one short sentence.\nA.The image depicts an aerial view of a small, irregularly shaped pond surrounded by grassy terrain with some patches of bare earth and a few linear features that could be paths or drainage ditches.\nB.The aerial view showcases a large, circular lake bordered by rocky landscape with several areas of sandy soil and a couple of winding lines that may represent trails or irrigation channels. \nC.This overhead image reveals a rectangular reservoir flanked by wooded areas, interspersed with patches of cultivated land and a few straight features that might be roads or streams.\nD.The aerial photograph presents a triangular body of water encircled by urban terrain, highlighted by sections of concrete and a couple of curvy lines that could indicate walkways or pipeline routes.", + "answer": "A" + }, + { + "id": "15103c9d-cd49-4c77-9642-2108b385ad04", + "image_path": "images/180.png", + "question": "Looking at this remote sensing image of a/an pond, provide a concise description in one sentence.\nA.This aerial image presents a view of three square reservoirs bordered by rocky and damp terrain, with a wooden pathway stretching adjacent to them.\nB.The image shows an aerial view of three circular ponds surrounded by grassy and muddy areas, with a dirt path running alongside them.\nC.The aerial photograph captures a top-down perspective of three oval lakes enveloped by lush vegetation and barren patches, with a gravel trail winding beside them.\nD.In the image, there is a bird\u2019s-eye view of three rectangular water bodies flanked by sandy and wet regions, featuring a concrete walkway that passes nearby.", + "answer": "B" + }, + { + "id": "1b661f76-5a58-4239-a033-06944fbc6b1a", + "image_path": "images/181.png", + "question": "This is a remote sensing image of a/an commercial. Please summarize the image in one brief sentence.\nA.The image depicts an urban area with a dense grid of buildings, streets, and vehicles, indicating a bustling commercial district.\nB.The image illustrates a suburban neighborhood characterized by a sparse arrangement of houses, parks, and bicycles, suggesting a quiet residential area.\nC.The photograph captures a rural landscape featuring a scattered layout of farms, dirt roads, and livestock, indicating a serene agricultural region.\nD.The picture portrays a coastal town with a vibrant mix of shops, boardwalks, and tourists, reflecting a lively recreational zone.", + "answer": "A" + }, + { + "id": "58439da1-54be-4e81-b120-3501c11b5e2b", + "image_path": "images/182.png", + "question": "This is a remote sensing image of a/an commercial scene. Please describe this remote sensing image in one short sentence.\nA.The image presents an overhead view of a dynamic industrial zone with a key transport hub, surrounded by various factories and trade routes, demonstrating a combination of utilitarian buildings and sparse green patches.\nB.The photograph reveals an aerial perspective of a tranquil rural landscape with a central farming square, encircled by extensive fields and easygoing country roads, illustrating a mixture of rustic structures and lush agricultural land.\nC.The image showcases a bird\u2019s-eye perspective of a serene coastal town featuring a large waterfront park, bordered by quaint cottages and winding paths, highlighting a blend of traditional architecture and vibrant flower gardens.\nD.The image depicts an aerial view of a bustling urban area with a prominent central plaza, surrounded by numerous buildings and roads, showcasing a mix of modern architecture and green spaces.", + "answer": "D" + }, + { + "id": "3f2cf16f-6c68-4603-bc21-0c9e8abf297a", + "image_path": "images/183.png", + "question": "This is a remote sensing image of a/an commercial. Please summarize the image in one brief sentence.\nA.The picture showcases a bird\u2019s-eye view of a sparsely populated rural region with a few scattered houses, and a winding river flowing to the east, bordered by fields and narrow paths.\nB.This aerial photograph illustrates a coastal village with colorful houses and a busy harbor leading to the west, flanked by sandy beaches and rocky cliffs.\nC.The image depicts an aerial view of a densely built urban area with numerous buildings and a prominent road running through the center, surrounded by greenery and smaller streets.\nD.The image displays an elevated perspective of a bustling industrial zone filled with warehouses and a major railway track cutting diagonally, encircled by parks and lesser-known alleys.", + "answer": "C" + }, + { + "id": "d0966392-fc68-4855-a527-71dc79809f7f", + "image_path": "images/184.png", + "question": "Based on this remote sensing image of a/an commercial, describe it in one sentence.\nA.The aerial shot captures a mountainous region with an array of ski resorts and cabins, interspersed with patches of snow and winding roads, indicating a popular winter sports area.\nB.The aerial view showcases a sprawling suburban landscape with a mix of single-family homes and lush gardens, surrounded by winding paths and parks, suggesting a peaceful residential community.\nC.The image depicts an aerial view of a densely built urban area with numerous high-rise buildings, interspersed with green spaces and roads, indicating a bustling commercial district.\nD.The image reveals a vibrant coastal city from above, featuring a blend of colorful low-rise structures and sandy beaches, alongside pathways and piers, highlighting a lively tourist destination.", + "answer": "C" + }, + { + "id": "b28720d4-fb15-4d40-8e9b-0d2bc8bcce8c", + "image_path": "images/185.png", + "question": "This is a remote sensing image of a/an commercial scene. Please describe this remote sensing image in one short sentence.\nA.The image depicts an urban area with a busy road, numerous buildings, and some green spaces, indicating a bustling commercial district.\nB.The aerial view showcases a metropolitan environment featuring a crowded street, a variety of structures, and patches of parkland, suggesting a lively shopping area.\nC.This image reveals a cityscape characterized by a hectic thoroughfare, multiple skyscrapers, and areas of greenery, pointing to a vibrant business zone.\nD.The photograph captures a densely populated locality highlighted by an active roadway, several architectural designs, and sporadic nature spots, reflecting a thriving retail sector.", + "answer": "A" + }, + { + "id": "599028a4-cf8b-48e9-a88b-b01eea75729e", + "image_path": "images/186.png", + "question": "Please describe this commercial scene from the remote sensing image in one short sentence.\nA.The image depicts an aerial view of a bustling urban area with numerous buildings, extensive parking lots filled with cars, and busy streets crisscrossing the scene.\nB.This aerial photograph illustrates a vibrant cityscape featuring a mix of architecture, crowded lots brimming with automobiles, and active thoroughfares weaving through the area.\nC.The picture presents an overhead view of a dynamic urban landscape filled with diverse structures, large parking garages occupied by numerous vehicles, and bustling roadways that intersect in various places.\nD.The image showcases a bird's-eye perspective of a thriving metropolitan region characterized by a variety of skyscrapers, spacious areas packed with vehicles, and lively avenues intersecting throughout the landscape.", + "answer": "A" + }, + { + "id": "82f21d42-a7d6-4eb9-ab44-5a2387524fea", + "image_path": "images/187.png", + "question": "This is a remote sensing image of a/an commercial scene. Please describe this remote sensing image in one short sentence.\nA.The image showcases an overhead perspective of a vibrant cityscape with a striking concrete pyramid structure, bordered by pathways, skyscrapers, and blue parks.\nB.The picture captures a bird\u2019s-eye view of a lively metropolitan region featuring a notable wooden pyramid edifice, encircled by streets, residential blocks, and colorful gardens.\nC.The image depicts an aerial view of a bustling urban area with a prominent glass pyramid structure, surrounded by roads, buildings, and green spaces.\nD.The photograph illustrates a top-down vantage of a dynamic urban landscape highlighted by a massive metal triangular building, amid highways, towers, and lush green areas.", + "answer": "C" + }, + { + "id": "896514c7-6a24-46cc-9b71-4cf937c6c49e", + "image_path": "images/188.png", + "question": "Based on this remote sensing image of a/an commercial, describe it in one sentence.\nA.The image illustrates an urban setting characterized by elevated edifices, residential buildings, and a key roadway traversing the heart, enveloped by greenery and open parking areas.\nB.The photograph showcases a metropolitan landscape featuring a variety of skyscrapers, apartment complexes, and a central thoroughfare, encircled by parks and car spaces.\nC.The aerial view presents a cityscape comprising towering structures, housing units, and a prominent avenue stretching through the middle, bordered by lush vegetation and vehicle areas.\nD.The image depicts an urban area with a mix of high-rise buildings, residential blocks, and a major road running through the center, surrounded by greenery and parking lots.", + "answer": "D" + }, + { + "id": "74ca8b6c-62ed-4af4-85b9-8bd11df3178d", + "image_path": "images/189.png", + "question": "Based on this remote sensing image of a/an commercial, describe it in one sentence.\nA.The image portrays an overhead view of a sparse rural landscape featuring a few scattered farms, dirt paths, and open fields, indicating a quiet agricultural zone.\nB.The image captures a high-altitude shot of a vibrant coastal city with a mix of high-rise hotels, vibrant markets, and sandy beaches, emphasizing a lively tourist hotspot.\nC.The image illustrates a bird's-eye perspective of a sprawling suburban region filled with residential houses, parks, and winding streets, highlighting a serene residential neighborhood.\nD.The image depicts an aerial view of a densely packed urban area with numerous buildings, roads, and green spaces, showcasing a bustling commercial district.", + "answer": "D" + }, + { + "id": "f747b3e3-4f80-4aca-b535-5da96bf478c5", + "image_path": "images/190.png", + "question": "Looking at this remote sensing image of a/an commercial, provide a concise description in one sentence.\nA.A bird\u2019s-eye view of a rural environment with a combination of old structures, farmland, and trails, emphasizing agricultural growth.\nB.An aerial perspective of a suburban landscape featuring a blend of finished homes, vacant lots, and pathways, highlighting recent expansion. \nC.A high-altitude snapshot of a coastal town exhibiting various completed infrastructure, renovation areas, and waterways, illustrating active transformation.\nD.An aerial view of an urban area with a mix of completed buildings, construction sites, and roads, showcasing ongoing development.", + "answer": "D" + }, + { + "id": "4ca61e95-f8ad-4d69-85c1-5f3b849b1f1a", + "image_path": "images/191.png", + "question": "This is a remote sensing image of a/an church. Please summarize the image in one brief sentence.\nA.An aerial perspective of a farmhouse with a green-roofed extension, bordered by a sprawling garden filled with colorful flowers and shrubs.\nB.An aerial image of a hospital with a gray-roof design, adjacent to a clean area filled with benches and vibrant landscaping.\nC.An aerial view of a church with a red-tiled roof, surrounded by a well-organized cemetery with numerous graves and greenery.\nD.An aerial view of a school with a blue-shingled roof, encircled by a neatly arranged park featuring various trees and pathways.", + "answer": "C" + }, + { + "id": "6791f313-153c-4ffa-813c-4862bfbac69d", + "image_path": "images/192.png", + "question": "This is a remote sensing image of a/an church. Please summarize the image in one brief sentence.\nA.The image shows an aerial view of a church with a distinctive green roof, surrounded by other buildings and trees.\nB.The image depicts a bird\u2019s-eye view of a cathedral featuring a unique red dome, encircled by various structures and foliage.\nC.The picture presents a top-down look at a temple boasting an eye-catching yellow spire, bordered by different types of architecture and landscaping.\nD.The photograph captures an overhead perspective of a mosque adorned with a striking blue roof, nestled among several houses and greenery.", + "answer": "A" + }, + { + "id": "2bffce3a-5cac-4feb-b684-dc31e4f9febf", + "image_path": "images/193.png", + "question": "Please describe this church scene from the remote sensing image in one short sentence.\nA.The image offers a top-down view of a historical fortress with a distinctive turret and a spacious plaza, enveloped by cherry trees and picnic areas.\nB.The aerial photograph depicts a school with a large roof and an adjacent playground, encircled by oak trees and drop-off zones.\nC.The image captures a bird\u2019s-eye perspective of a vibrant mosque featuring a striking minaret alongside an expansive garden, bordered by pine trees and bicycle racks.\nD.The image shows an aerial view of a church with a prominent dome and a surrounding courtyard, surrounded by palm trees and parking spaces.", + "answer": "D" + }, + { + "id": "c0aac21e-769d-464b-9d1c-21f916b425c4", + "image_path": "images/194.png", + "question": "This is a remote sensing image of a/an church. Please summarize the image in one brief sentence.\nA.The aerial view illustrates a sprawling, ancient monastery with ornate carvings and several towers, situated within a bustling cityscape filled with skyscrapers and busy roads.\nB.The photograph captures an aerial scene of a small, contemporary chapel with a single tower and simple features, bordered by vast open fields and rural landscapes.\nC.The image depicts an aerial view of a large, historic church complex with multiple domes and intricate architectural details, surrounded by urban structures.\nD.The image showcases a panoramic view of a vibrant, modern church complex with sleek spires and minimalistic design, nestled amid green parks and residential buildings.", + "answer": "C" + }, + { + "id": "1ac5a28a-26e1-40c6-ad77-409ffc0e088a", + "image_path": "images/195.png", + "question": "Based on this remote sensing image of a/an church, describe it in one sentence.\nA.The image shows an aerial view of a church with a prominent green dome, surrounded by a parking lot with several red vehicles and adjacent buildings.\nB.The image depicts an aerial shot of a temple adorned with a distinctive purple spire, flanked by a garden containing several orange benches and adjacent houses.\nC.The image presents a bird\u2019s-eye view of a cathedral showcasing a notable yellow roof, bordered by a plaza filled with various black bicycles and surrounding shops.\nD.The image captures an aerial perspective of a mosque featuring a striking blue minaret, encircled by a field with numerous white cars and neighboring structures. ", + "answer": "A" + }, + { + "id": "e5522202-cdc2-41dc-9f0d-54f27f933d16", + "image_path": "images/196.png", + "question": "Please describe this church scene from the remote sensing image in one short sentence.\nA.The visual presents an overhead shot of a cathedral establishment bordered by gardens, with accessible driveways and close-by avenues.\nB.The photograph captures a high-angle view of a temple site nestled among hills, showcasing nearby recreational fields and approaching streets.\nC.The image displays a bird's-eye perspective of a mosque complex encircled by parks, featuring connected pathways and distant highways.\nD.The image shows an aerial view of a church complex surrounded by trees, with adjacent parking areas and nearby roads.", + "answer": "D" + }, + { + "id": "3e686d78-910a-419e-ac85-0923a7831b8b", + "image_path": "images/197.png", + "question": "Please describe this church scene from the remote sensing image in one short sentence.\nA.This aerial shot reveals a viewpoint of a shrine topped with a distinctive spire, encircled by repair activities, neighboring edifices, and a nearby pathway.\nB.The image shows an aerial view of a church with a prominent dome, surrounded by construction or renovation work, with adjacent buildings and a nearby road.\nC.The photograph captures a bird's-eye perspective of a cathedral featuring a striking steeple, amidst ongoing development efforts, flanked by other structures and a bustling street.\nD.The visual offers a top-down look at a mosque with a noticeable minaret, located in an area undergoing urban enhancement, bordered by various facilities and a close highway.", + "answer": "B" + }, + { + "id": "e4d2d8e6-2063-4fa2-a279-b78eb4b88385", + "image_path": "images/198.png", + "question": "This is a remote sensing image of a/an church. Please summarize the image in one brief sentence.\nA.The aerial view showcases a sprawling, flat-roofed cathedral encircled by gardens and neighboring structures, featuring bushes and walkways scattered throughout the area. \nB.This aerial snapshot captures a towering, pointed-topped mosque bordered by a plaza and nearby houses, with flower beds and trails winding through the surroundings. \nC.The image presents a bird's-eye perspective of a small, rectangular temple positioned near a park and other facilities, with grassy areas and roads interspersed across the locale.\nD.The image depicts an aerial view of a large, domed church surrounded by a courtyard and adjacent buildings, with trees and pathways visible around the complex.", + "answer": "D" + }, + { + "id": "15378934-9038-41bf-8e1e-ce8174c2a2c6", + "image_path": "images/199.png", + "question": "This is a remote sensing image of a/an church. Please summarize the image in one brief sentence.\nA.The aerial perspective reveals a vast, triangular courtyard that includes a middle square edifice, encircled by a series of edifices and thoroughfares.\nB.The image depicts an aerial view of a large, rectangular courtyard with a central circular structure, surrounded by buildings and roads.\nC.The photograph showcases a bird's-eye view of an expansive, square plaza featuring a prominent oval feature at its center, bordered by various structures and pathways.\nD.The image presents a top-down view of a spacious, circular lawn centered around a rectangular installation, with surrounding blocks and avenues.", + "answer": "B" + }, + { + "id": "d6a70209-eef9-49d9-82ee-ef7842e28627", + "image_path": "images/200.png", + "question": "Based on this remote sensing image of a/an church, describe it in one sentence.\nA.The image depicts an aerial view of a large, ornate mosque with multiple domes and minarets, surrounded by geometric patterns and pathways.\nB.The image illustrates a high-altitude view of a grand, lavish church characterized by various pinnacles and columns, set against a backdrop of swirling designs and tree-lined avenues.\nC.The photograph shows a bird's-eye view of an expansive, intricately designed cathedral featuring several spires and towers, nestled among vibrant gardens and winding paths.\nD.The snapshot captures an overhead perspective of a vast, decorative temple with numerous turrets and arches, encircled by floral motifs and stone walkways.", + "answer": "A" + } +] \ No newline at end of file diff --git a/perception/image_level_comprehension/image_caption/images/1.png b/perception/image_level_comprehension/image_caption/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4f564992371cfb0899f33faf8a8e9c47a11298 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191fbf99b5103b202e47ffdee5a1f7087e6296979e9800ab1eca195a9d1f1e3c +size 346296 diff --git a/perception/image_level_comprehension/image_caption/images/10.png b/perception/image_level_comprehension/image_caption/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..1771f68fe92f04cdd33af6f88be3025497cf9ed3 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc2cea4808afdb91ae73d612b2e30f7fec2d9977db608dca2d809442ab8d5f +size 345720 diff --git a/perception/image_level_comprehension/image_caption/images/100.png b/perception/image_level_comprehension/image_caption/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..046d3b3971c872a071be2e5ed1b4fe9e97bb017e --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df264413bfacdbb3a3c4981f601bb1e2fe173151cff1c052191125f7d792dc17 +size 490674 diff --git a/perception/image_level_comprehension/image_caption/images/101.png b/perception/image_level_comprehension/image_caption/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..bb02f1e0b94b4a89cc67b2e9d702992dc41e54f8 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8186c4bf6c766646a17b85377da2d8f1769790c3fead145c9f3964033568a5f4 +size 322573 diff --git a/perception/image_level_comprehension/image_caption/images/102.png b/perception/image_level_comprehension/image_caption/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..aef9bb9538ca1f1e3b54c28db5672d4226471dad --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298901f80493e37ee3637d327a688e94b236cc05cca7a068fa3d99e70494e4be +size 381783 diff --git a/perception/image_level_comprehension/image_caption/images/103.png b/perception/image_level_comprehension/image_caption/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..f48a36ce83703d553390d7061328c1b0f684f2e4 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e16ad1dbe0fcd84e0a1d6d3684e53167dde0299cc537913d991173d57ec3a52 +size 522968 diff --git a/perception/image_level_comprehension/image_caption/images/104.png b/perception/image_level_comprehension/image_caption/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..167d83aa8ddce53f8ae9497fb7801424ebd64aca --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f84556dc298c1799e594fe3d9136569a8febe7f93db298a3698666776bf3554 +size 394390 diff --git a/perception/image_level_comprehension/image_caption/images/105.png b/perception/image_level_comprehension/image_caption/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..11e74606adcb46a688ef0a46b792548bd6cf31c6 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7763b3a7ce72a0b7d79cd9c7bc2d9014ab606f2d70497f48213cb8afa7224b1 +size 403284 diff --git a/perception/image_level_comprehension/image_caption/images/106.png b/perception/image_level_comprehension/image_caption/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..aebef0d17c87fa979cbf3e1a647b6f8297cae0d8 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b57744eb38599d89cab082bf841eb269758196ba03bf937af0e4e12a562dbca +size 331506 diff --git a/perception/image_level_comprehension/image_caption/images/107.png b/perception/image_level_comprehension/image_caption/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..9ae3781e0116e5950cd4a13eb27e73e47a9ca381 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb56042e3bd23c89c7fc141510fddbe4499ee3d3244e285dcc2240ae5ecc4178 +size 397776 diff --git a/perception/image_level_comprehension/image_caption/images/108.png b/perception/image_level_comprehension/image_caption/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..181ae335986108361beaeb12046fef28c83dabf5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f13de145a7f15e3d2d7f0adc5efc007475bcf28ad61ad183b91d4d114a8d258 +size 391724 diff --git a/perception/image_level_comprehension/image_caption/images/109.png b/perception/image_level_comprehension/image_caption/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..3db69f8e12debab24f16c5d2f9117f5fbd22fdff --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4617b78a6d51e58b868cce8807bbdfc4f752260a8a2f02a509982eb9000b741f +size 451874 diff --git a/perception/image_level_comprehension/image_caption/images/11.png b/perception/image_level_comprehension/image_caption/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..17577391f1a11f925d481151e59ff2b824b3bfaa --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2811a2572b6db4152e846e5a5f4eb6794abdbe8f52fac02cc71b69a0305d2209 +size 464743 diff --git a/perception/image_level_comprehension/image_caption/images/110.png b/perception/image_level_comprehension/image_caption/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d399f976166e12c342965fe451e89233435ac7 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710f06dff93c6ff08465c41e816354e10b26e638128b9dc5e3b995ec637b6a12 +size 537294 diff --git a/perception/image_level_comprehension/image_caption/images/111.png b/perception/image_level_comprehension/image_caption/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..20e6ca3acec6f4d0a00b0941ae0164bfb8676dcc --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5c700e6a0cd42ca7ae71e4b050e1f0d62921cd70d39090e7d547a8269bca2b +size 435685 diff --git a/perception/image_level_comprehension/image_caption/images/112.png b/perception/image_level_comprehension/image_caption/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..48ec43d82b3c39ab9c04ae74b9d33c0b53c51985 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d867b87af53c877e7c6ccf3beb1ea69080376b87aacd548fecf1f914fe42451f +size 445214 diff --git a/perception/image_level_comprehension/image_caption/images/113.png b/perception/image_level_comprehension/image_caption/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..35ca4d4f1a08da08c08c5abf1b1f5a816114a1fc --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d6f705d74ea80d9772fc839d26c5e56ba9df44aba82423521c3894d29a73fd +size 436748 diff --git a/perception/image_level_comprehension/image_caption/images/114.png b/perception/image_level_comprehension/image_caption/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e42e6d5bcc593c8f112184837f40747ff615db --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e0d683faded5a182c1b9defe88c5a94c3eb7af84d0df8bc881b741de3f6aaf +size 478160 diff --git a/perception/image_level_comprehension/image_caption/images/115.png b/perception/image_level_comprehension/image_caption/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..a4247e7e329b18706c9b76cf3592817c21881e41 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c2967e4686d2b03b14e9ea2fb3ae863c72021378687acb130e55f1889065c1 +size 501298 diff --git a/perception/image_level_comprehension/image_caption/images/116.png b/perception/image_level_comprehension/image_caption/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..e25d6f5f20788b05840d5363f2779956f3a85cc5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28597026d3e6a17e7cfd2b6040495abd0c33457f67c645fc7f9d2d9f80797afa +size 431144 diff --git a/perception/image_level_comprehension/image_caption/images/117.png b/perception/image_level_comprehension/image_caption/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bc2572250c4a9f8274bfe65cea48cee84c26b9 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c3cae2b73f1d7b952dfd69be947048b524917dd1158058e468c85b53c69fa1 +size 410382 diff --git a/perception/image_level_comprehension/image_caption/images/118.png b/perception/image_level_comprehension/image_caption/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3e88585349534523ad08c4cf2c2a07f19b1a51 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc14106f82efb574742212493365fbc02ca704bf1264250159f5707165486ed +size 530915 diff --git a/perception/image_level_comprehension/image_caption/images/119.png b/perception/image_level_comprehension/image_caption/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7b97ec6f26404f995a243702144a0950369861 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d767648e561982e128bcf4faa28850abdea38804fd6be939efaaf8073d14dec +size 495503 diff --git a/perception/image_level_comprehension/image_caption/images/12.png b/perception/image_level_comprehension/image_caption/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9b227e1a115bf087063dec90ece06aaaff0ff0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd342fbda793a8caad6ff3708c42169660bd2ff8b1868396b795aed6f206e859 +size 424651 diff --git a/perception/image_level_comprehension/image_caption/images/120.png b/perception/image_level_comprehension/image_caption/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..52c4a78ae8ce0d3e3cd148b27d5cbae6fb4f2e3c --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa30bc7425f8fd327c5d19e910a6e655907dcbdd0af685b38c4863ef3b33c094 +size 500346 diff --git a/perception/image_level_comprehension/image_caption/images/121.png b/perception/image_level_comprehension/image_caption/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..91766578b3dd740cb5902488b2fc91caf9b6cbd3 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71c5cb8dbb553faecef74e135d44caff27af003df79ef7e348b7c6ff8aaa116 +size 455844 diff --git a/perception/image_level_comprehension/image_caption/images/122.png b/perception/image_level_comprehension/image_caption/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4baa85e8c9750eacf456c71dfa4a729786928e --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7dbc4ad3b6f735bf04a0d3d0002c34142ea7e0c7807fe22d569c9d13bd7e92 +size 505072 diff --git a/perception/image_level_comprehension/image_caption/images/123.png b/perception/image_level_comprehension/image_caption/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..d6034bf6e400f3f6c2fc7bab4faef4208b250d23 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4638992a3d49c44e19bfff0f420c021242ab8eef660550c037814341fe0354ff +size 489799 diff --git a/perception/image_level_comprehension/image_caption/images/124.png b/perception/image_level_comprehension/image_caption/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..200ab2508dfb948b4ac255a95ff2097c7b989f85 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3028b9c1a224477af27faeaec76bb2ecae4c9d55415df6e5033d20b953a47d +size 422716 diff --git a/perception/image_level_comprehension/image_caption/images/125.png b/perception/image_level_comprehension/image_caption/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..ded5f34049a6db9cd09bc516dbfaad7701d6fe5c --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fe530e8a335243f4769136c224f9a172648578ba2aaef2ce46c35d8f79f455 +size 428001 diff --git a/perception/image_level_comprehension/image_caption/images/126.png b/perception/image_level_comprehension/image_caption/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..5a954a65701a8ab87d4703dc9bdcb42ea8c8e054 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8d076c2439c22af13143846d28a40030e5b5846ed9759cc26f4a70b06c53c0 +size 476432 diff --git a/perception/image_level_comprehension/image_caption/images/127.png b/perception/image_level_comprehension/image_caption/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..f35299f3c8c34d312ddc6d309f6f897385660bd5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e6176af3f9b5f379c7776d82fd8787bafbd296b8c19a4fb6d235fa111f85ae +size 494377 diff --git a/perception/image_level_comprehension/image_caption/images/128.png b/perception/image_level_comprehension/image_caption/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..c0477bdb97627cfd077efa9d606b9346753ad4ee --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82c03aebd0a80bcec2254b6f372813b0b39b650e89099fcb14881b5dddeeeca +size 411740 diff --git a/perception/image_level_comprehension/image_caption/images/129.png b/perception/image_level_comprehension/image_caption/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..948d4abe8cb28581bf18c5d5c127c2f5858b15d5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70db11a84d1ef0d02c4fc952f0f3c466cfa2a47dd2684f78f8cdc9ef5091bcf2 +size 446383 diff --git a/perception/image_level_comprehension/image_caption/images/13.png b/perception/image_level_comprehension/image_caption/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..0e48401a4209c6b0a02b2154eade3f78db08d0bf --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e03b4b1aa2517a337298b6d0daa8b811e41cd857826d7fa8675df4bbb59f48d +size 521476 diff --git a/perception/image_level_comprehension/image_caption/images/130.png b/perception/image_level_comprehension/image_caption/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..c29c2d61d8e9d151ad03acb419e416ef79b55233 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016d2aef9f289f29958419b0489693d5957a5c0dc868b92d0ac5f33afc6164cd +size 377784 diff --git a/perception/image_level_comprehension/image_caption/images/131.png b/perception/image_level_comprehension/image_caption/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..998e49efea66a658cc1f0989c2d0e11120f09e1e --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f6294ed5f70e8250c9cc84470e34db9a441354348c159ca4d6e821ef929528 +size 574817 diff --git a/perception/image_level_comprehension/image_caption/images/132.png b/perception/image_level_comprehension/image_caption/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..ece552034857d98b99b88226e40b8c260bd50fd5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cc4766bc52d125e4712bd4af06e6b9872a8106c51201fb243bc8abdf1c7246 +size 633898 diff --git a/perception/image_level_comprehension/image_caption/images/133.png b/perception/image_level_comprehension/image_caption/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..41b092d2a39b3136c5614b12ed68a23fe4de1a41 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ff587be9765b2324b3b31a68912f7775e57f81cb4c9f9a91a0a9cd862a57ae +size 442648 diff --git a/perception/image_level_comprehension/image_caption/images/134.png b/perception/image_level_comprehension/image_caption/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..a029db3038b3d4eb822f733da6725cae6d091ad8 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71697fdb69fb65cdb1e4bbe1ccf46b5e75fd972bbbdc6e118dc6da0cb31fa9a2 +size 389226 diff --git a/perception/image_level_comprehension/image_caption/images/135.png b/perception/image_level_comprehension/image_caption/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..98483c7bb1ed089028dbb7c115826622884aecb2 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1fcb1d714028240f93ececac5f61ed5f1a9e4e1d2fc14626e4bc60168ef698 +size 424443 diff --git a/perception/image_level_comprehension/image_caption/images/136.png b/perception/image_level_comprehension/image_caption/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..bad76fe75709a14c9b8350ce2c9084d4fa13e5b6 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1bac49d3567fe6a8a9488ce22143da6040707176935fc428492d82590fee23 +size 401363 diff --git a/perception/image_level_comprehension/image_caption/images/137.png b/perception/image_level_comprehension/image_caption/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..ec56ba6a3610e1f4ae91737f3b604d24a23569e0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60ecec3fee97da0038287285485120081fb4b7ebbde51505ca882e19f29c74d +size 582833 diff --git a/perception/image_level_comprehension/image_caption/images/138.png b/perception/image_level_comprehension/image_caption/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3a99f7e7f982fa546bcd88c8eed66755828705 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe2a1f30350db67bf600602c6e88822627f8a6cf414af4df041257d9786d28d +size 525719 diff --git a/perception/image_level_comprehension/image_caption/images/139.png b/perception/image_level_comprehension/image_caption/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf8f0284eca2bfa93c7a489fa8ccfe45642185f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7c26663e4820fd741b0a8a4a4205f19bf7007549795ca5498928845d66c0a8 +size 419549 diff --git a/perception/image_level_comprehension/image_caption/images/14.png b/perception/image_level_comprehension/image_caption/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..498baed15d8026e79789d030ff2ed99d427c0211 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bab0d0c252c9f6a532d1a56fbc7b4174bdbfe7b64cc9686fc40da0585c965e +size 471899 diff --git a/perception/image_level_comprehension/image_caption/images/140.png b/perception/image_level_comprehension/image_caption/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..92e64c761c6203cf8ccd065dfb88912868d0d6ce --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafaec27df0609590a5835ea8ce92734b004fb2b13fb5f05506fe4c7e7fd5e2c +size 560403 diff --git a/perception/image_level_comprehension/image_caption/images/141.png b/perception/image_level_comprehension/image_caption/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..bf721e742ba7116d74b59f89d9a899e5f9672803 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91772f82c85581bee6edc669ec3ed5cf07f8319874f465ad3a24d6a029742eed +size 487728 diff --git a/perception/image_level_comprehension/image_caption/images/142.png b/perception/image_level_comprehension/image_caption/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7a1bba0588b222221d6816cd0d21e16dd8eca2 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16194d43baf7945968733b6a137352fd0f46ff381abac3a4736fb5a6400a16bd +size 515625 diff --git a/perception/image_level_comprehension/image_caption/images/143.png b/perception/image_level_comprehension/image_caption/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..a42d2cecd626792fdfced593b9edddb0a9544d94 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b2615def50162ccebf20fa7f3a1cffbf48bb7aba2265a230eac3280dee44cb +size 475467 diff --git a/perception/image_level_comprehension/image_caption/images/144.png b/perception/image_level_comprehension/image_caption/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..5f069535e44af4ac9599ff5306f45b4c31f1d8df --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96481db16ce7c2b921fd48029da21766510688fd99174bccd6a97b77d0a8aa3 +size 531953 diff --git a/perception/image_level_comprehension/image_caption/images/145.png b/perception/image_level_comprehension/image_caption/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb5365c582af48b0d6e0add95621788d921d6e0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24be8dbfd12abbf42350e77d33b244c87a23655b878da7629eddd3f063788ea5 +size 534414 diff --git a/perception/image_level_comprehension/image_caption/images/146.png b/perception/image_level_comprehension/image_caption/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..bf38c00b0291f1c31ed7eff153e65f4f7df96966 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa0bed003932b852cebc466adc0551db1e70490a538820f43d03be9744d8ba0 +size 486321 diff --git a/perception/image_level_comprehension/image_caption/images/147.png b/perception/image_level_comprehension/image_caption/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c9ab8cd1b2341a203bcf3328cb5e5f9f33fe2 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c6d23b469e9025db5f0d8f576c55b6f79e8276183a7b36ef7885b98379e265 +size 487977 diff --git a/perception/image_level_comprehension/image_caption/images/148.png b/perception/image_level_comprehension/image_caption/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..de5041b9d769d8b282563c6bfd3290e8efd2fe86 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c0ffbf875c4e378acc8c8708d2565130388a9b6e4fb1d2a51d2ba5eea0bee5 +size 566469 diff --git a/perception/image_level_comprehension/image_caption/images/149.png b/perception/image_level_comprehension/image_caption/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6ec52e29623794bd3b25746eae00b1b2851fdd --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533aab7ced391c6254be74e26668d4f967aa9d4c5dfe6e5cf91b44b40681a9f5 +size 490866 diff --git a/perception/image_level_comprehension/image_caption/images/15.png b/perception/image_level_comprehension/image_caption/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..72b891624e2ba71b2b250088cdaed4838f2b06ea --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9c1c76c0d9d08f56789ebf6f4daa402f662d4dd668b8bd93c4bb151df14d3f +size 454289 diff --git a/perception/image_level_comprehension/image_caption/images/150.png b/perception/image_level_comprehension/image_caption/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..84cff4f5db64a85cd9a0397ce4530f228303b01e --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24412aff3d5a6323784cc69eee374e9f85936aae3f7288efe5ae61c6be7c8ff3 +size 507419 diff --git a/perception/image_level_comprehension/image_caption/images/151.png b/perception/image_level_comprehension/image_caption/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8ab4256db6cf5862317bba5d19e2282ea693b --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036fbd88486a41eccf1a7cca6ce805fe2a60e6c8c3432ea1cdacf6ef8b46afe6 +size 619110 diff --git a/perception/image_level_comprehension/image_caption/images/152.png b/perception/image_level_comprehension/image_caption/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..0cab7c5a2608fa8f2f3c18e8665bbb8af0dc722b --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1999f1e43565c5f7dcfb3c2fbe263a9b50d5530d45a78efad03ab24aefe58d38 +size 571713 diff --git a/perception/image_level_comprehension/image_caption/images/153.png b/perception/image_level_comprehension/image_caption/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..40bd482f4194d090fd99060f903d51382dc92f14 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbd2c9508315bbaf44648c020a6ab1239c13f7092f27ec1e9944a2d3269091b +size 558608 diff --git a/perception/image_level_comprehension/image_caption/images/154.png b/perception/image_level_comprehension/image_caption/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..7dde2682f442a9f9a13cd6e4b1386f4a8f8c4380 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a01293b45c135e480f4d6b013ccbd410aa58c13bf56d86bac3dc9365ad09e40 +size 565925 diff --git a/perception/image_level_comprehension/image_caption/images/155.png b/perception/image_level_comprehension/image_caption/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..bf27123bafc6e3f916b462f1b1211e744f2f15d7 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f75dc26b13db63a375e00bb3fe408d413086252dddba33c4f968f6cc5f83bf9 +size 547769 diff --git a/perception/image_level_comprehension/image_caption/images/156.png b/perception/image_level_comprehension/image_caption/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f29d2af3e27d1dd8dbb3a30dea27d837855910 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c842c845b86894ad37d5968795dcb777998534ef01fe94e6498df859844356be +size 543576 diff --git a/perception/image_level_comprehension/image_caption/images/157.png b/perception/image_level_comprehension/image_caption/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e1474cddf109fbab5e27523d0ca9c1694c179d --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246680d5d8ee23aaab32a0f7843ec450fa006d83df708081927cc102136d7032 +size 574617 diff --git a/perception/image_level_comprehension/image_caption/images/158.png b/perception/image_level_comprehension/image_caption/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9c21034641a066e1659296bb20922ea1cd2d50 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438a5e3d16e6ca045171d85276f4fb3c3e92e7aab6e807ef56370bbcda4d3f4d +size 499685 diff --git a/perception/image_level_comprehension/image_caption/images/159.png b/perception/image_level_comprehension/image_caption/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..655ca0ced4c0f235a82c7f9dc6ef62b4053b7943 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfc967f864ba2eee2be408f541b0cc33629fb203e57d0e084ddbd74b7093466 +size 586839 diff --git a/perception/image_level_comprehension/image_caption/images/16.png b/perception/image_level_comprehension/image_caption/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..a756a32ec79274207704ee088f230c3b25e6c55c --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f039b3101b338beb74312f06a65993fc47daae1d99702e25f2613ac3838799f6 +size 441696 diff --git a/perception/image_level_comprehension/image_caption/images/160.png b/perception/image_level_comprehension/image_caption/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..c182bb89a973172e509ee67e56725a3b795e28e0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0975f2f370e8318518282692eddef2cfdc222c686a8aa926439b9b26641b57a5 +size 523628 diff --git a/perception/image_level_comprehension/image_caption/images/161.png b/perception/image_level_comprehension/image_caption/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2c23ad12a81dee926259bd731aa11b54d5b3f5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b524728f4a34d8c0c981cfa0c0c55b29860b0f4436d9bd3ac2f638a35c66fcde +size 545728 diff --git a/perception/image_level_comprehension/image_caption/images/162.png b/perception/image_level_comprehension/image_caption/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd6d232875c56256af0d5925e4f38d8f6697afb --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da5bad8e331903197ddd22db5fb9073ddc4ca88f89562c93d58e7fed64fd103 +size 548178 diff --git a/perception/image_level_comprehension/image_caption/images/163.png b/perception/image_level_comprehension/image_caption/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc8ef865f3bc8385f082b49ca3e47ed2a4aa5be --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d00c0c4bcae457a08e742db7aea2a1e90d89dcf49a012a3ce843d75289a5fc +size 541546 diff --git a/perception/image_level_comprehension/image_caption/images/164.png b/perception/image_level_comprehension/image_caption/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..94d6447db906899ff135df7692cd16d5c7a45df6 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f538719b3d8a0fc9df92d1014abb36f0172a9008860ecbe8f4e60c614795b00 +size 561761 diff --git a/perception/image_level_comprehension/image_caption/images/165.png b/perception/image_level_comprehension/image_caption/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..607fbe9b03ba71227f918cfd76dd29c32d9eeb16 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4e17a8fb6bc219a5717cb33b682f37daf9971ee8f323798912312095d7dbd3 +size 537413 diff --git a/perception/image_level_comprehension/image_caption/images/166.png b/perception/image_level_comprehension/image_caption/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..a04d33844cca41abe1fa5ec995dcf1ed93847a23 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a588df7c009274be5059864fd1b3422da4abaae57fd1a41cc9109e8f21754ae9 +size 514210 diff --git a/perception/image_level_comprehension/image_caption/images/167.png b/perception/image_level_comprehension/image_caption/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..07929eb794cb4909f6771827f71277c4974a84e0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8db338760feb89ad15f54728c7edae8ea26156e97fc5770cdd0e02b2c5554f +size 588361 diff --git a/perception/image_level_comprehension/image_caption/images/168.png b/perception/image_level_comprehension/image_caption/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..ba92d0d66273d73404a39cc147508607515a6577 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce983550445898f6624115e765f7cdef0db881f61d649d86556f3bfd611f546 +size 560767 diff --git a/perception/image_level_comprehension/image_caption/images/169.png b/perception/image_level_comprehension/image_caption/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..28b242e84a092353a6c7db5081ff2c3a9407b42d --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1260e3e964db120a7f508ebe45d0eca4138ed4d303767a86e1bf4ecc20788a48 +size 500370 diff --git a/perception/image_level_comprehension/image_caption/images/17.png b/perception/image_level_comprehension/image_caption/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca628223d40d340112f2da3f6f73a73a6c49ec --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddadd53dad176932c3b2393fadc7f08a7b2b9562362eb973e630da82f06fa85f +size 425671 diff --git a/perception/image_level_comprehension/image_caption/images/170.png b/perception/image_level_comprehension/image_caption/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..2019cdc9bf87c448f65fb6962e1f9645ac531f1f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866c787ea2ff81432e1ed0b70e2003d6fab56e6962823741d22fc8404168239b +size 437215 diff --git a/perception/image_level_comprehension/image_caption/images/171.png b/perception/image_level_comprehension/image_caption/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..754d4bd7184d4151b740ec94e82855d0a56571e7 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42e9f1c3ffcebfe73ec050bab7337b259b458832c5a3e1a61beb9a3ed181729 +size 235460 diff --git a/perception/image_level_comprehension/image_caption/images/172.png b/perception/image_level_comprehension/image_caption/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..34b3186c4ef144b21675239f4aa2881fefed3f92 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fcb3a41cc5693f4047a244e45c31b0849bd828d2e9d0c528be64f28eb6b2ef +size 195780 diff --git a/perception/image_level_comprehension/image_caption/images/173.png b/perception/image_level_comprehension/image_caption/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..04d697d1758813e5129b5bce0928ae47644e58b5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f896416cb6b0d39c899930b721d1861e838e95225a2ccb354bff9fe624afde +size 423716 diff --git a/perception/image_level_comprehension/image_caption/images/174.png b/perception/image_level_comprehension/image_caption/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..e91680dc9468f6e280ba5b0a39ff571c9129da06 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4b4ab85e0e29217671e46bdf8f738105128143bca1a3ad236af46317630afd +size 468361 diff --git a/perception/image_level_comprehension/image_caption/images/175.png b/perception/image_level_comprehension/image_caption/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fe7a72b2e0fa483298fa88e4604be3fc0614eb --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a64b1c8a90f72ba28cee83c5b2eebc8b222959b658d7ff5334d77cf5a92c8f +size 166787 diff --git a/perception/image_level_comprehension/image_caption/images/176.png b/perception/image_level_comprehension/image_caption/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..c5c638586181f5fa49f480b414e6a063f1b83863 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9621ff472ea08df964118dd3943e148380f6963984636257259e6add4783e6fb +size 406576 diff --git a/perception/image_level_comprehension/image_caption/images/177.png b/perception/image_level_comprehension/image_caption/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..53364dc35fba594a3ea059d3eb9dd1f6271f548c --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcdcf40cc2dcd2116602282aa2e7c1c8aabfcadb651b61e9b5c2d829f389c81 +size 313701 diff --git a/perception/image_level_comprehension/image_caption/images/178.png b/perception/image_level_comprehension/image_caption/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..991b3c6d4b2e5ac445be8f753459ba15b8544692 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73058ceee2adc8dd53509dc5951b97750b23e1409b50b0e2459877baf1dba9b1 +size 325320 diff --git a/perception/image_level_comprehension/image_caption/images/179.png b/perception/image_level_comprehension/image_caption/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..fe96e456b8e9ae71584fc71ffa59ba0bf034db23 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e186405f6362c8bebe5366096f6beb3d5c3b8a9ce01becff3e720bfa4334789 +size 380696 diff --git a/perception/image_level_comprehension/image_caption/images/18.png b/perception/image_level_comprehension/image_caption/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..ae12caa3425c9b0748a68b93615539b10d07bed4 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2321afe7f4611ca4dd9595fa26a98a55bb789c7b9f90cdd751e499e1134b744a +size 406091 diff --git a/perception/image_level_comprehension/image_caption/images/180.png b/perception/image_level_comprehension/image_caption/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..a1040626c3b3fc1ca849a493adb9715d832735cf --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fd58031400eb505df269ae95695a0662ec5cc7b45525bf9417ef672b6426d1 +size 310668 diff --git a/perception/image_level_comprehension/image_caption/images/181.png b/perception/image_level_comprehension/image_caption/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..999a49a574a2c71795be9cba5526bcc8e0e360a0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78084ea05a09fd3c6dde7553abbcca8b6e59914331393b83a902868352b81bd0 +size 410813 diff --git a/perception/image_level_comprehension/image_caption/images/182.png b/perception/image_level_comprehension/image_caption/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..ac6751f0b37b21ab2fba2eca11e8dabb9c0f4d89 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b05d37b6045e1b482844f70145332afe63080faa25a9f7f478099ada660acc +size 485060 diff --git a/perception/image_level_comprehension/image_caption/images/183.png b/perception/image_level_comprehension/image_caption/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..df98e5344cdb488bb275415272a441fbb2162507 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cc908cc94714fecf87203bfc5255a7f008e3a0e8fbc2248c336d54245a6fcd +size 402266 diff --git a/perception/image_level_comprehension/image_caption/images/184.png b/perception/image_level_comprehension/image_caption/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..e9de5cddc3c15ca54ddfd3979fef3cc6d7503bad --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4467ab3a20bc5d1713048b83a4091ea3bf7ff98445e5397046b90d6f1bde7551 +size 526820 diff --git a/perception/image_level_comprehension/image_caption/images/185.png b/perception/image_level_comprehension/image_caption/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..46b84da0e7528baf8b93892641af00ed07edb31e --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d96f3a15633b7e746a3015bc29acbb27dbc2ff422cb76c7856e10c73501dd1d +size 394028 diff --git a/perception/image_level_comprehension/image_caption/images/186.png b/perception/image_level_comprehension/image_caption/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..30859da134764b7d8c279dda3c653bb895c42552 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ed81af91bd42159b1a259857848857a36640ecb3ccf9aff86edb669fab6631 +size 552222 diff --git a/perception/image_level_comprehension/image_caption/images/187.png b/perception/image_level_comprehension/image_caption/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..de85d9644f88125be7f7aa3892c65456c9bbe1bf --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd63438c7680e6f78f532100ee70d052676b4abb62d5f16b6c77f207e3ef2f80 +size 497717 diff --git a/perception/image_level_comprehension/image_caption/images/188.png b/perception/image_level_comprehension/image_caption/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..4467040750d61916beb798fad71289a67c1326b3 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dc45de7029848a0c9ba7d8682fc94a967e679a0ef337b97c96a722fff2e5d2 +size 558149 diff --git a/perception/image_level_comprehension/image_caption/images/189.png b/perception/image_level_comprehension/image_caption/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f6ca6d01a459dcfea668aec3aa0a4991e6e718 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f35089514510816094d72e2b2f92ed45026ea1d33f272a1bf8eb9aa8f7cde55 +size 379247 diff --git a/perception/image_level_comprehension/image_caption/images/19.png b/perception/image_level_comprehension/image_caption/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..da371043b388dc58546105ecb892e4c6f796a104 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1370254a5eb17bda937d1629abc9116c9665433ccf237d520a980e70c866a8ec +size 548617 diff --git a/perception/image_level_comprehension/image_caption/images/190.png b/perception/image_level_comprehension/image_caption/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a91f9e90613aa4016b884f033c066205d234ac --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d60f501e298ac88a92a9e887928aedb9d27b64787e956cec96a0a941ca3dd8 +size 459733 diff --git a/perception/image_level_comprehension/image_caption/images/191.png b/perception/image_level_comprehension/image_caption/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..8597d47caa497b6a9affcbae9bb5788cd5ea4787 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae1d15976b0eeb45f7b5bff3bb5be5928187051070d453388f3db2fafac4eb3 +size 435061 diff --git a/perception/image_level_comprehension/image_caption/images/192.png b/perception/image_level_comprehension/image_caption/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f930c2c531957da8449d8a6a5981782c712db4 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb87afcfbb3dcc41baa1cc4ab3d45b94c00fc35a873469dfa398ad3828e93842 +size 367270 diff --git a/perception/image_level_comprehension/image_caption/images/193.png b/perception/image_level_comprehension/image_caption/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0522140b81b16e1884754c9ef1bf904a3172bb --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38266a85bcd84ae3cabacf00dbc22a3a59b6117ee036579652a6873b55df4c48 +size 352579 diff --git a/perception/image_level_comprehension/image_caption/images/194.png b/perception/image_level_comprehension/image_caption/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..8d73119429b467b96f3f877c6fb4621a1982b3b5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41086316e04c26804f19e21a8364e05dd655f21f510463647d1a8e289b47c8d +size 401324 diff --git a/perception/image_level_comprehension/image_caption/images/195.png b/perception/image_level_comprehension/image_caption/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..514eff04a108187d4a1907f6bb047e117568e4ca --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab5d65f5de185c947ab025b8a7b25690c6023bd7d79c14e3a5d81f408024022 +size 417092 diff --git a/perception/image_level_comprehension/image_caption/images/196.png b/perception/image_level_comprehension/image_caption/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..ec719b893af08fc09dfcea15b527465c8f88e0d7 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e47263c3f133db35bac0bb2a3771d2b86e6d1e66930737ad64a604532f0479 +size 451114 diff --git a/perception/image_level_comprehension/image_caption/images/197.png b/perception/image_level_comprehension/image_caption/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb20f744b3b524d226e58fe2c862bc7dafa1837 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96210d5d912a56afa70fcc5d7464a49de8f7194f165913402d12038fb31de9f6 +size 344557 diff --git a/perception/image_level_comprehension/image_caption/images/198.png b/perception/image_level_comprehension/image_caption/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ba8f390b351a68edf4df2267ee3f31f7832ea9 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b182b7ea8c27c229bd7e611ef8498d27938c7a0a20b3f13a97ac1c13ce737e +size 380903 diff --git a/perception/image_level_comprehension/image_caption/images/199.png b/perception/image_level_comprehension/image_caption/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..02ceae11498b681ac9dad713050ca6dd14665ad9 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188f5d7dd76e3d24d33980ab3a7b94eb1c3310c8de41b8c0bc9a0ee3257f7f9a +size 375025 diff --git a/perception/image_level_comprehension/image_caption/images/2.png b/perception/image_level_comprehension/image_caption/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6d52c007132445b2f735eae8f47b8bbf5266af --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b1ecde1e668beaec59864ea2405cb21e987cf11b59f60cc82ce759521c1211 +size 207194 diff --git a/perception/image_level_comprehension/image_caption/images/20.png b/perception/image_level_comprehension/image_caption/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..4edacbe31a625b70a631c1fd6b0bc4f3ea961611 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b89bac7f8593ca78622e0c282bc638fb56abdf970a815601c50e6e08289b3e +size 419710 diff --git a/perception/image_level_comprehension/image_caption/images/200.png b/perception/image_level_comprehension/image_caption/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..bee114eeed58ea12b67ca9b02c29c900f8968ebc --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2585466f0bb76ca630f312b087c40964ed7d727ed46ce12ca89c98608ad383af +size 464966 diff --git a/perception/image_level_comprehension/image_caption/images/21.png b/perception/image_level_comprehension/image_caption/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..24a6b1ed2125f62ea461b519d82ab6d999135272 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa98167f186c206eb332b2e506612bb611d7d26aaa0c1621bd0ca27a96599b1 +size 435066 diff --git a/perception/image_level_comprehension/image_caption/images/22.png b/perception/image_level_comprehension/image_caption/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..ee09d06333674eeadb689dd9955ceb7d57ca40a9 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5cc5caf066b40787c2862201b1161bb495c09bbe62246637d41fd7e82640b2 +size 431641 diff --git a/perception/image_level_comprehension/image_caption/images/23.png b/perception/image_level_comprehension/image_caption/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed95cda70db99858d59da8cbc217454cedca1eb --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808f1d3e75688a690432c5f06c26b29da39dc141f558728eca50bd1533e1b47c +size 329133 diff --git a/perception/image_level_comprehension/image_caption/images/24.png b/perception/image_level_comprehension/image_caption/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1b83c518976a39f55fa63b0a6f3448ec7670b8 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a5fc9407d9484511264ef5fdef36f8e8a5d6cc4aff7e94ea3ae63dbfc89c78 +size 377989 diff --git a/perception/image_level_comprehension/image_caption/images/25.png b/perception/image_level_comprehension/image_caption/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..78d91c22d06c8e321ca4e4bc817c6f8ccca364b4 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6395a2495838508484c1b851e72a460b8f263a59757c558ce589e30d09a9236c +size 468048 diff --git a/perception/image_level_comprehension/image_caption/images/26.png b/perception/image_level_comprehension/image_caption/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7579d01f26942c57f1ca1062414f7262e3c28f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb035e4fac5ce927afa5385f2fd19f5a91f376f0d442a74e721bcb519a24cfe +size 315287 diff --git a/perception/image_level_comprehension/image_caption/images/27.png b/perception/image_level_comprehension/image_caption/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..ac016d93aea3c0ee1ec8dc81a41303290abd4495 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05809be3dc892faa8d76522dfa1d42ad4642c35e28d01c80138f46f2110849b +size 363618 diff --git a/perception/image_level_comprehension/image_caption/images/28.png b/perception/image_level_comprehension/image_caption/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1177b2760a838d4846b67a69cc1e891807d5fa --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece1868ced502bc3da4a1c7f715828d4f6a71b226074af6264a7680d24150317 +size 515036 diff --git a/perception/image_level_comprehension/image_caption/images/29.png b/perception/image_level_comprehension/image_caption/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..65a4b3ed8fa78f55400490fe5102941336436fdc --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608765621c548c7543907b74bab549aad6f7b7d8d2bc49e721f926e0e0544937 +size 303642 diff --git a/perception/image_level_comprehension/image_caption/images/3.png b/perception/image_level_comprehension/image_caption/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c859dbb57d57b54464271e8f8ed38581f2d02c27 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035bc2b74c428ef2507c3a5a3f3c3a40e42841e00f798764020242f6ab69d707 +size 378019 diff --git a/perception/image_level_comprehension/image_caption/images/30.png b/perception/image_level_comprehension/image_caption/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..b730d496f543baa156bb442933d82f908a97c924 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96568c149522fd29404a027b65c25c27f70f73147fdf89a9eb2c9f20f1d5a1d +size 398594 diff --git a/perception/image_level_comprehension/image_caption/images/31.png b/perception/image_level_comprehension/image_caption/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..1d472df0dd870ce98bb22c4254d5c67d727af154 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cd6ce75ffcabc9102afd65ae1117588f6efec2306099c38bdb7d27ee415862 +size 344640 diff --git a/perception/image_level_comprehension/image_caption/images/32.png b/perception/image_level_comprehension/image_caption/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..20124c7a5a233cbbcbd6fc91cde7d8b35d8f7ddb --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39340d0e67f15bd661456edda300664051462a37112324370fb28f6b17f4b468 +size 335503 diff --git a/perception/image_level_comprehension/image_caption/images/33.png b/perception/image_level_comprehension/image_caption/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..aabb84073d41f7ef75ef3f31be924e0dbe61297c --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204795afe316a0f4b47e186206d7e98b50dd142e39b2ffe47d604b21c1d19a44 +size 288970 diff --git a/perception/image_level_comprehension/image_caption/images/34.png b/perception/image_level_comprehension/image_caption/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..373e374a2be332386b3de0e17518c918e4c72189 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3513b2f46731a6de3cc6a5473268d3d1f3e6f70421a02cb2c81c85e1c19ba04a +size 172255 diff --git a/perception/image_level_comprehension/image_caption/images/35.png b/perception/image_level_comprehension/image_caption/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b8acd568e3a2a60680760eb075982297c08a9f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fc952c68dd1dfa84c4b8e43f26271e8b5e07998ebb927ba45b6959c305633d +size 449902 diff --git a/perception/image_level_comprehension/image_caption/images/36.png b/perception/image_level_comprehension/image_caption/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..4da9b8174cef86dca62a2340027884638effa181 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0a67ba6a357f0020cb6219323ff799e39b5be779bc3c24f31abdfd31276914 +size 269198 diff --git a/perception/image_level_comprehension/image_caption/images/37.png b/perception/image_level_comprehension/image_caption/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..75ea62b2131a6d2a2cbb8f55992681d24c4eb456 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20832ac87b50da395a8f9635563f11190ec163d18d28fc7ed52158db18cb39b3 +size 441788 diff --git a/perception/image_level_comprehension/image_caption/images/38.png b/perception/image_level_comprehension/image_caption/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..df3211ffc2a88d88e12505a75037a4f9d3eeae71 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d039523b3252872855748e6fd5a5977bf17c163802a90d61328429e46751da43 +size 235478 diff --git a/perception/image_level_comprehension/image_caption/images/39.png b/perception/image_level_comprehension/image_caption/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..85230ed92a0935b657ebbe8366364a7357a3d503 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7febb28048205f5f14667a9774abfe2d4e5038fed10e21a3873fd2febae696 +size 514854 diff --git a/perception/image_level_comprehension/image_caption/images/4.png b/perception/image_level_comprehension/image_caption/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..821c0cae7a980edb7f9a5f9e6de4a6ca19964935 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfff36b860daa5632512ceabaf1dcd26b21cc09d0b83e64d432dee4bf2421061 +size 248941 diff --git a/perception/image_level_comprehension/image_caption/images/40.png b/perception/image_level_comprehension/image_caption/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..58e5e3093f963c46765f255e87c1a916b0851bc6 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f259c622c4abe18faf67fb73f1ccb7087524365f20cf3bf262eb11c25c4c2f5b +size 280248 diff --git a/perception/image_level_comprehension/image_caption/images/41.png b/perception/image_level_comprehension/image_caption/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..ddf4b6ea49c2eb1e4d706687b6e0a0cb939593f0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f44746899b1699c92616d8b53b8748ca8d11cbfe1b9a77677348d8844ffba7a +size 628554 diff --git a/perception/image_level_comprehension/image_caption/images/42.png b/perception/image_level_comprehension/image_caption/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..07dd936c99fd734c12a5834d40a32a9227d2cb96 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96c4fcb6bdbb1284eb8f117bac3ddbc814ea17848f2fc2eafa559469d6a5a67 +size 672909 diff --git a/perception/image_level_comprehension/image_caption/images/43.png b/perception/image_level_comprehension/image_caption/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..6e51a64507c2b8dc2aa485c4ae42f79012e2e42f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcfc7d371e6bbff18f19e2102ed4a0fb395abdfd7b581fbaa102d36d27cf120 +size 541588 diff --git a/perception/image_level_comprehension/image_caption/images/44.png b/perception/image_level_comprehension/image_caption/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..a557b7e9525d94f94f25c6dc28253947e95aacb6 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499ff8d3e193afc848400cebeb1dfe3e6c0aaa7f10b8fb0c0f955ce34ffe0a59 +size 621867 diff --git a/perception/image_level_comprehension/image_caption/images/45.png b/perception/image_level_comprehension/image_caption/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..143f5c52982a4e3f700b900e2906ec1f2c596270 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece3b0a263d202ff380ff022f628b4a220a394f4939cf9bf2349535064975bee +size 553128 diff --git a/perception/image_level_comprehension/image_caption/images/46.png b/perception/image_level_comprehension/image_caption/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d36d6eeddecd7a2e2e34fbeeac4a0fd5a7a550 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd3c2a510d8eccf52e5cc2195491444807cb58a5b3da02193149baa13e1cdfb +size 616130 diff --git a/perception/image_level_comprehension/image_caption/images/47.png b/perception/image_level_comprehension/image_caption/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c7c61e390edf51768be033c88003a38b0c7aac --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb84914219d471024d7cb3e6db2e9767d1593d323be1c707c487b3772f9a9371 +size 521409 diff --git a/perception/image_level_comprehension/image_caption/images/48.png b/perception/image_level_comprehension/image_caption/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c7016cbd056912e73c91d899ad7779b0964d4c --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c494a6e215b5daff6f1824056dd8f866db26f1629ac00588c55dae05d5ae1c3 +size 525112 diff --git a/perception/image_level_comprehension/image_caption/images/49.png b/perception/image_level_comprehension/image_caption/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..d5774bb9f94f90280223eba4f550fa13ed4d4937 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4b7237e5f2dfc805ab81926411b969c5f7e554832613e732846144130081a9 +size 619442 diff --git a/perception/image_level_comprehension/image_caption/images/5.png b/perception/image_level_comprehension/image_caption/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..13e5b117de2a1a45a6145b159e739ae6ce6b2fdd --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b29a0064de6882d6318cb0c735763644b89cfbfba8cdc8d30d3588e0ac1dd4 +size 387828 diff --git a/perception/image_level_comprehension/image_caption/images/50.png b/perception/image_level_comprehension/image_caption/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..9f624700746428414e2816c493b7c513d0ce0897 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae7cd1ff7a977a06a740f93cf8653f608b7f82364eb6e21ec431ccb52321a8d +size 573034 diff --git a/perception/image_level_comprehension/image_caption/images/51.png b/perception/image_level_comprehension/image_caption/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..9051cbd363c1651e3d3aceff9a1c45f65afd4911 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c25415500feaecc728b906d5fc03c0a00f972c2a4983230123934c16bc13549 +size 139230 diff --git a/perception/image_level_comprehension/image_caption/images/52.png b/perception/image_level_comprehension/image_caption/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..c2260c92324f09a57fba4dc6a2a7e0e3d99d61a1 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec6d950eef22bae2f583e0162255ddec1616634820d8b0605cc4d16f04d52c9 +size 211703 diff --git a/perception/image_level_comprehension/image_caption/images/53.png b/perception/image_level_comprehension/image_caption/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..c6d59d99d17dd080d22d0c99b437bc15350cc9d4 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415c21186b95666b939ef18e767d04da736768ef0b3d5a0f7340ddc20df796bb +size 311898 diff --git a/perception/image_level_comprehension/image_caption/images/54.png b/perception/image_level_comprehension/image_caption/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..9336985741c0f67b52b4c7aed9969fef2d3114f9 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058ce873055f7baea91d1a74f3d982ef622473d137fb850a672520b61e842778 +size 218912 diff --git a/perception/image_level_comprehension/image_caption/images/55.png b/perception/image_level_comprehension/image_caption/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3d6f3be8c9b131e99a2cb0078e13b921627b99 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027d6ea81fd5221777397fa566ff1becd69bd8efb23c77b9f2fc3eaf80f27b41 +size 164840 diff --git a/perception/image_level_comprehension/image_caption/images/56.png b/perception/image_level_comprehension/image_caption/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbbc39dbdd5a1defe7b5fa3f13942e78ed3fe79 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc914f3c60eb8ceeb38979058c48ebf1ee6f9ac403bfb6ce8ebc46cf4721828 +size 351346 diff --git a/perception/image_level_comprehension/image_caption/images/57.png b/perception/image_level_comprehension/image_caption/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..34529517cb96ff9b88bce5c1018f8be8bb9d3e3b --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0819cafb328a11ccaf1a33f180bbf7564e2f2359ce8674887a111c9a672a4a74 +size 114388 diff --git a/perception/image_level_comprehension/image_caption/images/58.png b/perception/image_level_comprehension/image_caption/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4bf479f044eec66336e49552c59be02567c7ae --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9ed1062d556ab9adbd3b922bdbc08a2341f0ae4285db78d4bf85743ba63bd8 +size 429125 diff --git a/perception/image_level_comprehension/image_caption/images/59.png b/perception/image_level_comprehension/image_caption/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..8571e095c208190856326e0dfc919dc7a49a520a --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1104d941c620b9e91138d5724a4f5eaa9a77f72d4c36c76990256f0a23ea9b50 +size 301018 diff --git a/perception/image_level_comprehension/image_caption/images/6.png b/perception/image_level_comprehension/image_caption/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d9653167b75cf5fcabb6cb5c773c0edf51c67ac2 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663823392815acb48f798a0d58801b72f1159378a7a88c3681289781d6ce7c6b +size 338792 diff --git a/perception/image_level_comprehension/image_caption/images/60.png b/perception/image_level_comprehension/image_caption/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4a104331b1e558696be19e4478e2cbd7555a98 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b80cd1342f852f898ed6b6472fd6698f0096dd1f42e7ab9886bc66feda565d +size 371300 diff --git a/perception/image_level_comprehension/image_caption/images/61.png b/perception/image_level_comprehension/image_caption/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..346ed4634a36c01a45b26a3ecdb0c9d5e88096b1 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa0a49577c90ff578b6281928e5352ea07b593a48b5d24959dbddc45c43c194 +size 337687 diff --git a/perception/image_level_comprehension/image_caption/images/62.png b/perception/image_level_comprehension/image_caption/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..af319ec333d06a0d301e4aece66392b0ed51c818 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95acf9f7d1350b0451b7ed220c8f4f73b124e6f491dc255c4069fe02cc2ea8e4 +size 310642 diff --git a/perception/image_level_comprehension/image_caption/images/63.png b/perception/image_level_comprehension/image_caption/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..35948ce9185ca47b9ab88da8823cf8afb6d7dfb7 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926f4473fb16553e5ce343848717dedfb784dc746332621b0d3c1bb48b2a6c24 +size 341916 diff --git a/perception/image_level_comprehension/image_caption/images/64.png b/perception/image_level_comprehension/image_caption/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..cb3098c3aa4df6cacbdf201543b49bc7fa3f4559 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d770baa9f17775a24424369c26eea4237f47d5366efbfd02df85dc062a0dd +size 449987 diff --git a/perception/image_level_comprehension/image_caption/images/65.png b/perception/image_level_comprehension/image_caption/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..4e357265aadf762f917b6a791aeea4c9be214b6b --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed155501a9fddea3473a933f1da61f8e64a9f46329bfffdfe2a29f7a23bdc1b2 +size 289564 diff --git a/perception/image_level_comprehension/image_caption/images/66.png b/perception/image_level_comprehension/image_caption/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..9e253e0cc6f14023613a7484cef527368b26b782 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25a14be6bdbce813c7d63de0a57325a784000fcd42dbb0636bd646c6c13b782 +size 346083 diff --git a/perception/image_level_comprehension/image_caption/images/67.png b/perception/image_level_comprehension/image_caption/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..272b193f58b73c36e84cf791964e0aec83fd360a --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3b5d255b63c21c753c388aa1736af454d19a2c4ef2dd9c4fa7c4bdae409417 +size 210366 diff --git a/perception/image_level_comprehension/image_caption/images/68.png b/perception/image_level_comprehension/image_caption/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..19e05351971a07c55ef5cd6be7bec4602b098f88 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8058ec03c9b6699bd753c009289d6f717b5ab5f1a7f1c9675bf0b100962ff89 +size 368604 diff --git a/perception/image_level_comprehension/image_caption/images/69.png b/perception/image_level_comprehension/image_caption/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..333a8be442ba34964b21ebe81c31e545e5487824 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006baf472ddd032d242732411881ccdf0b871b8aef556bd820821de426db94e1 +size 295817 diff --git a/perception/image_level_comprehension/image_caption/images/7.png b/perception/image_level_comprehension/image_caption/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..929d7756e0137b087908e72bf0031e22762636d1 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfdc230480b1529f9a686292b651636aabc9d6bf7724fd209b665791c5ef7fb +size 416331 diff --git a/perception/image_level_comprehension/image_caption/images/70.png b/perception/image_level_comprehension/image_caption/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e10eb5b2e00a44d0a795db25c161dfecd01326 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725c727a9b854e8354ee162fb9971776c78924f9a8fa4b6e53fecddacb947b4c +size 396514 diff --git a/perception/image_level_comprehension/image_caption/images/71.png b/perception/image_level_comprehension/image_caption/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6c9bea7440bb32aac7a3b9baec44ee329af06d --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a2f968d5ae993fafd0c0c90b1e0b0217d345d7bad05d75035a319fe57dbd89 +size 495830 diff --git a/perception/image_level_comprehension/image_caption/images/72.png b/perception/image_level_comprehension/image_caption/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3fdf94c49c68c70d5a51390a64105f44724ec5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8525c42da08c3b94c5af86e4350268c18d2463d6e34fc6c872ddc966b753dfd2 +size 427003 diff --git a/perception/image_level_comprehension/image_caption/images/73.png b/perception/image_level_comprehension/image_caption/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..6f9152af3ffaf7b66aeca1445b93ed6b95e21986 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339e128ca7d7cded5c2559beea102253eed938a99000346edf795650299368d7 +size 416452 diff --git a/perception/image_level_comprehension/image_caption/images/74.png b/perception/image_level_comprehension/image_caption/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..5193ee2a3d844b931e533499d435f827df8f1d6a --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c250af97db5003724c8dd640901597a733b69e633175270c3ff1332c436ac5b +size 359509 diff --git a/perception/image_level_comprehension/image_caption/images/75.png b/perception/image_level_comprehension/image_caption/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..54fd74c4a530b4ddcd4ff4f5e11ef4e7d428b233 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f87051e76df5de60683d00883f8b55ee10908851fec1cb1e7aff821a471091c +size 288360 diff --git a/perception/image_level_comprehension/image_caption/images/76.png b/perception/image_level_comprehension/image_caption/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0550261183cfd9f6c4e50c49b050a13593fe50 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23413266b4b2b7180a452061ebd74863fee63285f2c109f44b360f4b5fbd069 +size 414453 diff --git a/perception/image_level_comprehension/image_caption/images/77.png b/perception/image_level_comprehension/image_caption/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..aa95fab3d851e0fbf0a9718080cff3cf8c4791b9 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af76aef84bcd2df85f243a5b0b2d920ccca4cb78976b6d251478a41a49daec8 +size 394360 diff --git a/perception/image_level_comprehension/image_caption/images/78.png b/perception/image_level_comprehension/image_caption/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..b04c4bebd1927fd905719ecce42088e5f34b62b0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f8fbd03a061c7b2abd8220ca496576dd6df8f247f17db0d2f3bd900b769f57 +size 400537 diff --git a/perception/image_level_comprehension/image_caption/images/79.png b/perception/image_level_comprehension/image_caption/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..57a801ac201eb6b517a00af64d2cbd12623f7bb3 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213bc050cc8fbc0da88f1e239e31c6f9fbd785da9bc9aa2c3d7331c8f5f74c8c +size 430968 diff --git a/perception/image_level_comprehension/image_caption/images/8.png b/perception/image_level_comprehension/image_caption/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..42da9230abbd57327535079be9638df1aa0b2974 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a970febcf943945369dbb04c0a5c2c4d0eaa72dd33f6bab410d5d6b43f08fb0c +size 244750 diff --git a/perception/image_level_comprehension/image_caption/images/80.png b/perception/image_level_comprehension/image_caption/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6644fbe117aa0aeef176ed8894cda225892ae4 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39109948934ef70a3363740803ae9530a76262ce6779164e6e993c1a66a68912 +size 441092 diff --git a/perception/image_level_comprehension/image_caption/images/81.png b/perception/image_level_comprehension/image_caption/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..513c5951cb58c4dd1d76bb2279cfb841d8c8fd6f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28a7376f9fd89f2da5edba35a04614638430694dc6bc32bee6cb08b4db38b57 +size 538016 diff --git a/perception/image_level_comprehension/image_caption/images/82.png b/perception/image_level_comprehension/image_caption/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..c541dc4280e122cbdc4eecbbde52a6b54b84a4e0 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b9d0f0b706404f92e4dc67aea96dde99c29a62d4acb2312915efc48bb5c443 +size 429019 diff --git a/perception/image_level_comprehension/image_caption/images/83.png b/perception/image_level_comprehension/image_caption/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5d1fd6f59c778ed469b507f6192124d5d178d1 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba763cc422639be895104510157350e15d986906e856f5d32a6a900036b583e7 +size 402576 diff --git a/perception/image_level_comprehension/image_caption/images/84.png b/perception/image_level_comprehension/image_caption/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..94c315cd39ccfbd7270d9bf4cde109b8476c0998 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191a79e8e0c5059edb91465e9c0dc1a588767a9c1ab8ebac28b0688d3a693fad +size 400740 diff --git a/perception/image_level_comprehension/image_caption/images/85.png b/perception/image_level_comprehension/image_caption/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..a31902ffef1e35141c523caa1407f63eb425a9e1 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba04df6c8bdf6bad0ec9d2924074770b169d8dcb1e50297e3cc49bee48664e5 +size 486128 diff --git a/perception/image_level_comprehension/image_caption/images/86.png b/perception/image_level_comprehension/image_caption/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..7200c11977fa34afa1fbaddb6948ca7848b57d97 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423ef0f12efc80375619751f69e56767097d3e6841e5a94f54100583b28d911c +size 464591 diff --git a/perception/image_level_comprehension/image_caption/images/87.png b/perception/image_level_comprehension/image_caption/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..4198adfce3ab0348d205755cce10f4fb35a728ef --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e721b39bc5e05321f2a5023faf59e31dcae374b3ce9bfb2e29e1e3ff28517d +size 410451 diff --git a/perception/image_level_comprehension/image_caption/images/88.png b/perception/image_level_comprehension/image_caption/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..7208de36c821c75b36f18e3ffabd17b1d1a5780f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaae9d0af29aae80d39e528db3bd04d0d5b0494539f00a883959095f2b128c7 +size 492958 diff --git a/perception/image_level_comprehension/image_caption/images/89.png b/perception/image_level_comprehension/image_caption/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..9270d09b9af038feabefa7a629b9d65303c6b632 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f37788b35f22ca824bb6a40b67874084bf3c610429bb1726f811c6f635e0cf +size 511366 diff --git a/perception/image_level_comprehension/image_caption/images/9.png b/perception/image_level_comprehension/image_caption/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7b091c37d9b908032b1e15641a2cd10812fdb4f2 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6551c1a1c921c7f5b6da118e39ddf8a24a99a25745fb5af31025871f7a03eda7 +size 452902 diff --git a/perception/image_level_comprehension/image_caption/images/90.png b/perception/image_level_comprehension/image_caption/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e62a2db2f187989577e743e01f64ddac117aa5 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354ffff2c5306b900ff7904b5db7c6cb040f087d97e013c837aa5a3ecab25b22 +size 483137 diff --git a/perception/image_level_comprehension/image_caption/images/91.png b/perception/image_level_comprehension/image_caption/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9658f98f956d1fb7213dc5374fbba31ea1c9f7 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c98d2aa9124c356b8624893a6124e1a50aad6e52e65fdb52acf6accb335c28 +size 519353 diff --git a/perception/image_level_comprehension/image_caption/images/92.png b/perception/image_level_comprehension/image_caption/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec9ffe463deb289e948299ad6e1677820faceaa --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4cd6af8c082e1466d44e5f2f88ee2c48f08931de89825d86f919e251ed97c7 +size 521101 diff --git a/perception/image_level_comprehension/image_caption/images/93.png b/perception/image_level_comprehension/image_caption/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7665d9fd28a6c1cced86fb95631ed1b2f560ac --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e135c8260c36e744d93b383a4a013235b72252be78af61c379db6cd9657354fa +size 531456 diff --git a/perception/image_level_comprehension/image_caption/images/94.png b/perception/image_level_comprehension/image_caption/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..719b2cf48b6dac395db8b00bd063a7425e0aa6de --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee71a748f9aef41299abc491b50b12dc4eae7111de62e2f8aca82c356372f4a +size 519212 diff --git a/perception/image_level_comprehension/image_caption/images/95.png b/perception/image_level_comprehension/image_caption/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..687b12c02fa6a06e2111458943f168c3e0066343 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bba929878997b229a9003687bc0e2c9e83c287e63b865db0566a475fe7c01f +size 496917 diff --git a/perception/image_level_comprehension/image_caption/images/96.png b/perception/image_level_comprehension/image_caption/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d6b7c11b72439132dc6195907549afbe21ef9b --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4555a12bd8b44bc2d34b80843ae6797b1cd64e39cfd84baa04835ba0a3f59e7 +size 502640 diff --git a/perception/image_level_comprehension/image_caption/images/97.png b/perception/image_level_comprehension/image_caption/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..efa851c1824af3e115cda4199a54d726e20f3c2f --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e1251be6b14a05d21333b3b62b837b868064b796d479f4846edd9d2b10b2bf +size 506357 diff --git a/perception/image_level_comprehension/image_caption/images/98.png b/perception/image_level_comprehension/image_caption/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..63ec57bcfaa660dd22401c6f94d0c6e2463d9d77 --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cf1210af7a993ccbb0a0e150cae7f4dd1baec1b3b62d6b30cd0c4b3d18ad5b +size 515081 diff --git a/perception/image_level_comprehension/image_caption/images/99.png b/perception/image_level_comprehension/image_caption/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..0d97860aac7256ddc6b1dc3a27aa5141d086482c --- /dev/null +++ b/perception/image_level_comprehension/image_caption/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426c44f2ad27a3c79e5772c32ceda0e09b11191ed510e8cbd5c09b251814b79c +size 514974 diff --git a/perception/image_level_comprehension/image_modality/image_modality.json b/perception/image_level_comprehension/image_modality/image_modality.json new file mode 100644 index 0000000000000000000000000000000000000000..1bbad85b8c09c15f7c23cbec66ef3380a6d02ce9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/image_modality.json @@ -0,0 +1,4802 @@ +[ + { + "id": "b898aadc-a622-4e6b-9f5f-cef3409e0138", + "image_path": "images/1.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "8d6439ca-789e-4eca-8083-95e557293a63", + "image_path": "images/2.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "a07616d1-7a7e-4b70-bcbe-170c7d94ca3a", + "image_path": "images/3.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "234a1740-c67c-42c2-a5de-f9744427e9ee", + "image_path": "images/4.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "397dac4d-a78c-4e13-bb22-8458eef5e42e", + "image_path": "images/5.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "b5b23092-4dad-4763-931b-ebc6c216d6db", + "image_path": "images/6.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "84f1683e-7ca4-4957-9f23-92abda31232a", + "image_path": "images/7.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "dbe6a0d8-551b-4417-a841-e36eec39efc8", + "image_path": "images/8.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "d11db500-4e42-4836-9eee-307882d26c71", + "image_path": "images/9.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "db637c82-948b-4ee4-a6f3-343214ebe694", + "image_path": "images/10.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "509bc5c3-c129-4d45-bc93-597f1b03e383", + "image_path": "images/11.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "cf98650f-f914-40c0-a3ab-699b157109ca", + "image_path": "images/12.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "10656e16-2692-4862-a147-74051bc553cc", + "image_path": "images/13.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "29527dcc-9b7a-47cd-ab67-9e37c6af34b7", + "image_path": "images/14.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "9047e924-8a67-4810-9c39-d80b1a2736b3", + "image_path": "images/15.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "4c61c214-3ba3-42f5-8e2e-c5a8dd1439f3", + "image_path": "images/16.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "1fa28ad0-0036-493d-aa5f-76bd8da80f2e", + "image_path": "images/17.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "b37c5f36-8b40-4c95-a957-0155f9a7cc28", + "image_path": "images/18.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "0dbecd9a-d814-4da0-beaa-0c9ff461b697", + "image_path": "images/19.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "0e70244d-4d20-422c-9480-27d182a69e57", + "image_path": "images/20.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "32ea20db-62ff-4efa-8f6e-75297fab3c6f", + "image_path": "images/21.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "a87d68e4-9185-4e09-8e1d-79f49ba8adad", + "image_path": "images/22.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "53113eb1-3dfa-4062-8038-1e7a35b369cf", + "image_path": "images/23.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "9dcf7e88-f1d6-447b-92a9-ad2b5840e57e", + "image_path": "images/24.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "6fa5610f-0c87-4a23-b778-bb7d681351b1", + "image_path": "images/25.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "eaaec542-7700-4b81-93ea-e479cb620db4", + "image_path": "images/26.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "50bc1d94-2af8-4a2b-b760-b4957c7fba3f", + "image_path": "images/27.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "a25148bd-673c-43bb-b29f-f26f862a9527", + "image_path": "images/28.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "e3abb5ad-aef1-4483-a0d4-dd7af2c2801d", + "image_path": "images/29.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "8e68d18d-4685-4040-ab04-9c9f201f14ed", + "image_path": "images/30.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "2f7fd859-5898-4934-bb0c-3d070d3c29c7", + "image_path": "images/31.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "014fd0b9-885f-4351-acd6-c57a8878138a", + "image_path": "images/32.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "2893ed98-8460-4240-8e45-caab7271bd06", + "image_path": "images/33.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "03f92b03-97e8-4932-b529-a576683f9d69", + "image_path": "images/34.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "2bfe7b80-f978-4320-89fc-a2c306f1faff", + "image_path": "images/35.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "0f293e60-ca2a-4d09-94a4-d8fac389d18f", + "image_path": "images/36.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "58efd086-8ba0-41f4-a784-ce5cc4e4d197", + "image_path": "images/37.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "19c00a4e-cd10-4b22-8d16-313b8a2c5e4a", + "image_path": "images/38.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "322f65a0-7b8c-41c5-8cb4-572ddff52181", + "image_path": "images/39.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "eac37bd9-b43f-4bb4-8179-d5e2a08b8b75", + "image_path": "images/40.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "a811df4d-46cf-416d-9853-3c85df890f8e", + "image_path": "images/41.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "dc1d045c-7ea7-4f0e-99ce-0cbcc23d7527", + "image_path": "images/42.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "89b3fcb5-7687-4732-b303-7cd42a3cfadc", + "image_path": "images/43.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "41009c98-9698-45ad-9483-5c45f1d75a11", + "image_path": "images/44.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "bcfddfeb-9e33-4728-8554-f0cc77c1d876", + "image_path": "images/45.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "95a71369-def0-4474-b361-34b5e5955425", + "image_path": "images/46.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "eaa74dab-2f8e-46d3-9542-bfb8e89b9994", + "image_path": "images/47.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "b0ed9a06-8369-4251-a47d-d059d3de9612", + "image_path": "images/48.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "4dfea5aa-fe0e-4bf4-8eba-d410407314f9", + "image_path": "images/49.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "a71df726-6150-43ac-b9ef-7337f129f3f1", + "image_path": "images/50.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "e3be9a72-6749-4997-9c94-154a142901f6", + "image_path": "images/51.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "f4663161-0dd6-4b4c-9490-2870d1be6816", + "image_path": "images/52.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "288f597a-59f4-465f-9636-35ffb4151bdb", + "image_path": "images/53.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "a356bae8-f509-4de6-9719-cb13e8d8717f", + "image_path": "images/54.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "6f16de5d-c2ff-479e-82d2-cacd7d127a14", + "image_path": "images/55.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "B" + }, + { + "id": "edf7ab70-dd81-48b1-9931-0af63428e650", + "image_path": "images/56.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "d122982c-1d00-4895-8d15-b1c9d50b8bc7", + "image_path": "images/57.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "9011d98b-31f0-427a-9b6e-c1120ac4e4e2", + "image_path": "images/58.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "89ee7946-7e09-4ed5-a7c4-28c7ad6fc8bb", + "image_path": "images/59.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "8e0f7cf0-a6ee-4d28-847a-7057ddc10aad", + "image_path": "images/60.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "41135302-7735-4259-a8ba-e730ba92ed73", + "image_path": "images/61.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "6dffe432-5a57-4651-8b15-aaf3444814b9", + "image_path": "images/62.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "36088f48-17eb-4f1a-8b2c-73130f96ec34", + "image_path": "images/63.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "6d2463aa-c8e0-4619-92a3-c63017f5cc58", + "image_path": "images/64.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "3044769d-f84f-4f7c-985f-af4bcc144829", + "image_path": "images/65.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "79210046-fb65-4b15-80d1-656c4fe48e07", + "image_path": "images/66.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "c78c2b93-9f4d-4322-8f0f-0de1649363d3", + "image_path": "images/67.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "4648a104-6c93-419d-b904-e197edb8ab2f", + "image_path": "images/68.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "ea22da74-a594-46d5-9e12-e688b727c80c", + "image_path": "images/69.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "3f7658e3-3c7c-4681-bade-d22861c1ea6b", + "image_path": "images/70.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "d7a5b823-c49b-4c1c-88df-ddfb6d319679", + "image_path": "images/71.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "d2723e1d-83c1-4cc5-b9ad-d8e6e4d207a1", + "image_path": "images/72.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "b1f1cd27-a048-4bc8-b7e9-697f93b7b073", + "image_path": "images/73.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "e6ee508f-f681-4d27-9b22-3296e06d1d5f", + "image_path": "images/74.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "387a18f2-5bdd-4c66-a99b-7f1099304cb7", + "image_path": "images/75.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "b98ad954-f7db-454f-9299-48dae10179c8", + "image_path": "images/76.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "af30e797-0d45-4727-a323-f3ec95b7fb93", + "image_path": "images/77.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "2d75d86b-04db-4ba9-8fca-cb7dcf9933df", + "image_path": "images/78.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "f711e091-8e2c-4ebc-ac96-57e02e0e22a7", + "image_path": "images/79.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "B" + }, + { + "id": "10ba2182-9ac8-473d-a61b-24c7b4a8ccb1", + "image_path": "images/80.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "78b38e2f-82c7-4a3b-ba05-bf71bc923aa5", + "image_path": "images/81.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "483f38ee-dda6-44c4-9ca4-9107c4405c22", + "image_path": "images/82.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "54c1e6f1-f61f-49e8-8aca-3c087190f31d", + "image_path": "images/83.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "27f4d4c8-f66f-4731-b55d-de1d1ae5e662", + "image_path": "images/84.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "d313efe9-b405-4921-ad0d-0c30cf4e837c", + "image_path": "images/85.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "7e0093eb-9969-4136-91bd-905d6398655b", + "image_path": "images/86.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "5f1b23aa-31cf-44bd-8af1-c5e5a8a2e4b2", + "image_path": "images/87.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "65328675-f5f3-4f74-9496-9c33afc783b2", + "image_path": "images/88.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "6d41a1a5-4fc3-494c-922c-6d3e2ed1582c", + "image_path": "images/89.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "5a43a551-35db-405d-89f4-351666729bca", + "image_path": "images/90.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "fcb39248-bb72-40b1-8c35-30e759d4b7a3", + "image_path": "images/91.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "dab54e7b-3650-42a3-8e45-e965dc8504b7", + "image_path": "images/92.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "d0bab1f4-c0e3-44b5-aa1e-693b9c2f411e", + "image_path": "images/93.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "6ecbf20e-bfde-4fee-8f5d-4737edf2c74d", + "image_path": "images/94.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "81e1d17d-24c3-427e-8674-672ea834ee2a", + "image_path": "images/95.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "c789bbd4-6af7-47cc-87ca-5ef48ebc866a", + "image_path": "images/96.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "c56bee5a-806a-4580-867a-d8c96ea90818", + "image_path": "images/97.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "537b7275-00f6-4f0c-9f0f-f515109efc29", + "image_path": "images/98.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "93e5f464-6854-4ea6-91bb-fc05a6899721", + "image_path": "images/99.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "8e498d7d-b9c5-46ee-bfdd-02e20934cb15", + "image_path": "images/100.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "b38c544f-3353-4c7e-874b-02e85b1355a3", + "image_path": "images/101.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "5747c481-c3e4-4fd5-a09d-8dd2e9adee29", + "image_path": "images/102.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "0f22a8a9-6a30-4ca5-bc33-cf9bb6579081", + "image_path": "images/103.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "fb97141d-e74f-4689-9db4-66f8c8baef1d", + "image_path": "images/104.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "00efb584-8e33-4267-812d-c8b173a9b042", + "image_path": "images/105.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "1242f6ac-b471-4080-823c-1abcd98dbc6d", + "image_path": "images/106.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "f192d5ff-c217-4560-a8e2-456896a92c1b", + "image_path": "images/107.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "d6e72dbb-6f02-434f-a24c-dedc08e86e0f", + "image_path": "images/108.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "76ecb80e-ff64-4d5f-9ecf-b7aeee5215bd", + "image_path": "images/109.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "ce35a7d6-11e4-4bb2-8bb8-2426b518a828", + "image_path": "images/110.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "74bcf2fd-8e33-42c8-99d3-804d2994d70f", + "image_path": "images/111.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "b8068d2c-f38d-4c92-8cd6-16bc3f6de027", + "image_path": "images/112.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "9aabf889-081e-40bc-82da-0d458a6f3bbb", + "image_path": "images/113.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "87bfbe62-ba93-4007-8b2a-63860e7e4db7", + "image_path": "images/114.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "a5b3b0dd-6a10-43c8-971d-fda83c172d72", + "image_path": "images/115.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "6818afcc-c6df-4595-8652-409ed9cd9052", + "image_path": "images/116.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "fb5dbe75-2a7a-4550-8ef3-92e7143da657", + "image_path": "images/117.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "9da75081-5cff-4b92-af8c-03016fcfbb1b", + "image_path": "images/118.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "c0ec9d81-b3e2-41d4-8454-63c04f739931", + "image_path": "images/119.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "6b678801-2d66-4b88-8cbc-81eb90fdb81d", + "image_path": "images/120.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "40db379d-d6c9-40d7-b257-9c14731d8d7d", + "image_path": "images/121.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "26236d43-6553-4e2d-95e0-c4502c91c643", + "image_path": "images/122.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "a83819c8-f167-4eb0-9cde-a27d7c941736", + "image_path": "images/123.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "d47d9e59-81dc-40eb-b768-2f50cf6a9f18", + "image_path": "images/124.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "6ca82e9b-382d-4e4c-88f3-31d7931a3617", + "image_path": "images/125.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "d8285f30-49e4-470b-86e7-374b60e40440", + "image_path": "images/126.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "8cb669b4-32eb-4d31-ad4d-583a35b8e6cf", + "image_path": "images/127.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "16bf1be5-3946-4690-a1b6-43ff5cea36a8", + "image_path": "images/128.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "e401014a-d04c-4154-bd04-172faf553059", + "image_path": "images/129.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "c4acfd37-a9f7-4448-91b9-1dfd9110fae9", + "image_path": "images/130.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "b1fa45e4-1860-4936-aa41-d271fc8c1485", + "image_path": "images/131.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "1b591db7-bc78-43c6-9749-755e31602334", + "image_path": "images/132.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "54cc8380-3ebe-4c14-a6ea-8b797a51c6c4", + "image_path": "images/133.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "ac962d74-785e-4543-8cef-e9bde03dfe38", + "image_path": "images/134.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "44783d11-2b48-4cc7-a78b-66a301027864", + "image_path": "images/135.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "8b5225f8-30b8-46ee-ad55-7949b82f2ec8", + "image_path": "images/136.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "36db07ec-35b9-4624-a2a1-e154e8ee470f", + "image_path": "images/137.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "3826b68b-7863-424c-9219-379965b03eab", + "image_path": "images/138.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "1b202512-f7e1-498d-8ea3-e0c0c7e1775b", + "image_path": "images/139.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "f68c482f-8e49-4501-8806-56fd50ce59e9", + "image_path": "images/140.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "bbd37ae6-e994-40d3-af12-b1cafc81004a", + "image_path": "images/141.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "30441e3a-bceb-4cc3-ace6-72d7d5b07183", + "image_path": "images/142.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "8f5c13ae-418a-4ef5-8c3c-ddf3d3d8e449", + "image_path": "images/143.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "143fd545-54e1-48d5-9814-6417b33d4ccc", + "image_path": "images/144.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "7d6a0742-9aa4-4570-ae8b-4a5ef4a35333", + "image_path": "images/145.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "4a7bee10-921a-41ad-adfc-7199a66cc2d6", + "image_path": "images/146.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "93d0347e-5b06-45f7-ba8a-d4c6bbebde5f", + "image_path": "images/147.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "73642003-c940-4d33-8597-f062119c9051", + "image_path": "images/148.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "256b2213-2d75-4048-b6a2-cbac111549b7", + "image_path": "images/149.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "ca7d4ce5-8822-4885-96bb-f4dd9a7a948c", + "image_path": "images/150.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "3a0872c2-53ed-4f10-bbc7-34c6919b8dc4", + "image_path": "images/151.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "d43f1143-5d94-4890-b907-040219de4e1f", + "image_path": "images/152.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "40abe6c9-6442-4867-9f11-67e261aaec8e", + "image_path": "images/153.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "3609e864-1384-49e2-a1f0-c2cf55637e50", + "image_path": "images/154.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "9ba2d74f-92c9-49d2-aa0f-80581d301c37", + "image_path": "images/155.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "22a911de-105a-4656-a32c-afd7b8691f34", + "image_path": "images/156.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "4025e4b2-ed9b-4a2d-92f9-3804056d043f", + "image_path": "images/157.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "a361abb9-8386-4251-a600-0446ba4ae75b", + "image_path": "images/158.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "c3659b1d-e782-41c2-a0e8-af65c97087c4", + "image_path": "images/159.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "bb651a63-f824-4e7f-a46c-b80eda6fdc12", + "image_path": "images/160.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "2c01834d-a3e8-4c9a-aed1-e8a61a07a6a5", + "image_path": "images/161.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "7c6dc6bb-b3f5-49e2-9e74-bb532201ab65", + "image_path": "images/162.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "3dca4ca9-54a7-4dd0-8a98-b54af9cdff26", + "image_path": "images/163.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "cd57450f-4b04-4c7a-aeaf-f0bccfe2b666", + "image_path": "images/164.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "4fc0294f-2ad1-4d1a-bb34-c7d10bf08fd8", + "image_path": "images/165.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "29f16e03-8d41-45e6-8854-04c024428485", + "image_path": "images/166.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "28669d07-f9e2-4346-896e-6b6f2335e3a0", + "image_path": "images/167.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "b0cc403c-7f2f-4e01-bd52-dca6320e4c37", + "image_path": "images/168.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "17cbac2b-2e26-4ec9-a147-1a0bfeae5d4e", + "image_path": "images/169.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "e7ff0168-8468-4308-956a-425aa278a237", + "image_path": "images/170.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "6bea1260-c4bc-4f31-b8ec-4672c636f007", + "image_path": "images/171.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "ee292013-44a0-46b5-a829-ee0a7a4cf15d", + "image_path": "images/172.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "eec0e383-2fd8-4e69-90e5-1ad173eede62", + "image_path": "images/173.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "8962492c-5d99-4286-853e-bc6f18665d3c", + "image_path": "images/174.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "7da21ffb-f0b5-4776-8d10-f61c208f9efc", + "image_path": "images/175.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "94a6ceed-7273-4ccb-ac48-0ae1e03515cd", + "image_path": "images/176.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "D" + }, + { + "id": "d816e1f2-2cfa-4823-b8b0-f41f6a6f588e", + "image_path": "images/177.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "5b17ed84-cd02-4f50-9b71-7b4a8e669f2d", + "image_path": "images/178.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "626f3f3e-3781-4683-b08f-7a67a5064396", + "image_path": "images/179.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "94fbe4a0-8897-446f-80d4-eb929d6f0a92", + "image_path": "images/180.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "23bbad3d-8a34-4a29-8c5b-54e61cba2396", + "image_path": "images/181.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "C" + }, + { + "id": "eaf62307-7644-4a54-a7c5-7e30dd9a6908", + "image_path": "images/182.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "42926cc5-3d6d-4b91-9df6-b432ad149c0b", + "image_path": "images/183.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "a89ffcd7-dbff-4cc3-b8b8-e2fafea4a1f3", + "image_path": "images/184.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "C" + }, + { + "id": "f4dd2744-581b-4f0e-888e-281884845a28", + "image_path": "images/185.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "9257f7f8-4dc3-4ea1-96af-b622d43570a7", + "image_path": "images/186.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "4bb97846-d743-4d18-8619-df1f4d4e355e", + "image_path": "images/187.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "be91424f-c7d8-4673-bd88-2ce73ea22444", + "image_path": "images/188.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "0015262c-e4e8-45c5-aaee-6b024f27a04d", + "image_path": "images/189.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "6c172017-58c7-49f7-ab82-756c0eb335d1", + "image_path": "images/190.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "60d4b5de-da8e-4524-87d0-47f39f83bcdc", + "image_path": "images/191.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "06d9505e-75f2-4a49-a8c5-18175bcf1f09", + "image_path": "images/192.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "4b067a35-7d39-46e7-90b8-87f982f4d68e", + "image_path": "images/193.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "a070d849-f2d1-46bd-80fe-0a410388e60b", + "image_path": "images/194.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "48628f04-505a-473c-83f2-f4c0301bdf27", + "image_path": "images/195.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "D" + }, + { + "id": "abf4380b-aeba-48ca-a967-4a7c1f59039e", + "image_path": "images/196.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "155b425c-ef21-49b8-b970-52b460ca6fb5", + "image_path": "images/197.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "eb9ab025-c0c6-4d6d-bcc5-a18269310604", + "image_path": "images/198.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "C" + }, + { + "id": "84364589-701e-4851-a3e2-f4eebdcc0f6e", + "image_path": "images/199.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "D" + }, + { + "id": "71a59a0b-504d-4bcc-a249-2186ef981796", + "image_path": "images/200.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "885627ac-09dc-4397-9b28-3fe398ed0d7d", + "image_path": "images/201.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "7bdeac0f-0b85-4699-bf7a-15ef68736c76", + "image_path": "images/202.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "02feb5ca-e685-4b9d-abe7-159cc31c9931", + "image_path": "images/203.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "3337fdae-66e0-454a-a00f-ec69c475b3a5", + "image_path": "images/204.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "760c58f0-ad28-4d89-89e2-1a35dbad2d9f", + "image_path": "images/205.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "aca4c63e-0375-471d-b368-e6fd28c29f4e", + "image_path": "images/206.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "3734b8aa-7837-4bab-9b3a-4686ed97b55e", + "image_path": "images/207.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "7a1b9aca-7f5d-4f25-ac3a-78645c6484ad", + "image_path": "images/208.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "195624b1-a439-4afe-b398-4eac3791a9f6", + "image_path": "images/209.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "c08feb14-2e6a-4c36-84ed-3187f5d1588b", + "image_path": "images/210.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "3ecbe64f-2787-4066-99f6-7780614b276a", + "image_path": "images/211.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "bf2ab916-5619-4018-8169-2c38f7c7b14e", + "image_path": "images/212.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "5e7ea22d-fd86-42b2-90ae-cf67d01775da", + "image_path": "images/213.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "5c436048-103a-4397-88f8-d8b6656dc212", + "image_path": "images/214.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "9729d240-7967-4515-af4c-8283998523d5", + "image_path": "images/215.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "573f2365-1486-436e-b785-219b84fe6396", + "image_path": "images/216.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "f94b4706-1584-45e6-ba3c-8f03cd7b178c", + "image_path": "images/217.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "e982394e-931b-4c6b-8aa5-d9016e65291c", + "image_path": "images/218.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "21ee7bb7-56b9-4a06-9fe1-29890b8413a2", + "image_path": "images/219.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "e2f672e8-1649-4ad4-b834-21ad557cac61", + "image_path": "images/220.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "6645ddf8-8c57-4233-b4f8-ecb25102ac6b", + "image_path": "images/221.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "9a7351a8-a18a-4208-a588-8b946f2a3cde", + "image_path": "images/222.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "800e3a50-1742-4f57-b7e4-dd7d449a3e71", + "image_path": "images/223.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "8c177884-6026-419c-be50-e9ea17ea6c4d", + "image_path": "images/224.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "918e7e1f-bf1e-4c82-8397-fdb4c286e425", + "image_path": "images/225.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "af763793-76a8-4bd0-9e2a-c65b0138e541", + "image_path": "images/226.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "ca9e4c9d-d47b-4c25-be0f-28e8484f358e", + "image_path": "images/227.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "a616be17-1d2e-4da5-a0af-6dcb051362ab", + "image_path": "images/228.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "5ba95a43-2b11-4d3a-a514-04be3e529545", + "image_path": "images/229.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "38188c57-db1a-4716-b889-bf42620091e2", + "image_path": "images/230.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "7dcb6b5b-107e-4c73-89d1-7a0b830a2748", + "image_path": "images/231.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "cbcfb32f-a01a-4798-a4bc-b861a6901ee1", + "image_path": "images/232.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "c261a9ac-ecf7-4933-a46a-7654fbd8936e", + "image_path": "images/233.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "3ea260bd-d964-4a99-95e3-ccafd5019793", + "image_path": "images/234.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "e0957658-2f3c-4cc2-8060-620abe0db1c3", + "image_path": "images/235.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "e0c34dec-969e-4fb3-927b-5551edf6fbcc", + "image_path": "images/236.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "d7b4e67a-d545-40cc-8761-5fa143865db2", + "image_path": "images/237.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "c57d53ef-3b91-4fd0-b1c6-a91a61940391", + "image_path": "images/238.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "B" + }, + { + "id": "cb440578-65ee-4ed6-a6f5-15e126816aab", + "image_path": "images/239.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "aecccda2-ae45-45eb-b0ff-fbd4c03bd6a0", + "image_path": "images/240.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "9bcff6d5-1b31-4cb8-8719-929d65bfbd78", + "image_path": "images/241.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "3e71ff03-5590-4a74-99a1-cd1401e210d6", + "image_path": "images/242.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "9ccfa165-b977-4c57-9eee-6dace9fa16bf", + "image_path": "images/243.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "2ab490f1-4449-486e-810b-cb2c5d2de563", + "image_path": "images/244.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "f1e2c63c-1997-4e18-8c0b-01ddddef404a", + "image_path": "images/245.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "c8d284ab-5529-4e0f-95fd-84128348e35e", + "image_path": "images/246.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "33e761d0-eaa8-4189-b51a-c4361cf7c6a2", + "image_path": "images/247.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "54f2ff76-da0e-43e1-a90a-d5f7ffc5733d", + "image_path": "images/248.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "7e979847-2720-4672-8698-26b6b81b20a4", + "image_path": "images/249.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "f5720879-5ad7-4e6e-9ef0-d17a004fb22d", + "image_path": "images/250.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "c0de81a6-894a-41e7-8846-94a51bf2b63f", + "image_path": "images/251.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "22b41f13-5a24-4e43-bbed-c9c94f48d9fc", + "image_path": "images/252.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "9819d787-9fe7-4a70-898e-ab6f3cc6d0e7", + "image_path": "images/253.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "ace6808e-8d2f-40ec-a26d-a6883409c29d", + "image_path": "images/254.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "2f077c5b-ad66-4e04-96c8-69ba9bcdf669", + "image_path": "images/255.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "532f04cb-a0da-4777-8005-ec737909f78d", + "image_path": "images/256.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "89edac81-8f43-442b-8655-ed99900b6da6", + "image_path": "images/257.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "bd906614-9ec7-41c3-9f18-296c9e22d207", + "image_path": "images/258.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "c7310db7-d92b-4c73-a803-83ccf24639c5", + "image_path": "images/259.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "65756ea4-79cc-444b-a951-d2afcba904ae", + "image_path": "images/260.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "d4b0dc40-4720-4eba-87a5-de1888dbc877", + "image_path": "images/261.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "985a6cfd-0e19-454b-ac5a-a8c3ea504eac", + "image_path": "images/262.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "b80810d7-27ed-467a-9be8-465d15e2b9a9", + "image_path": "images/263.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "652b55c4-ee0f-4eb0-ab81-6309e8bc8c41", + "image_path": "images/264.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "d918a0b4-39e4-4ef8-9561-847c6bb94b3a", + "image_path": "images/265.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "e6ce3c12-24d1-4dde-8fff-433850d335e0", + "image_path": "images/266.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "44699014-fadc-4b86-8e88-a33b7cb8c334", + "image_path": "images/267.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "32f12115-9090-4d75-909e-e9ae17ed6f58", + "image_path": "images/268.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "5328d8e3-7a87-467a-af5e-886cef134362", + "image_path": "images/269.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "5b09577d-ed48-499b-bc5a-9d840e54f14e", + "image_path": "images/270.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "c15d14ed-8779-4873-81a9-244b60c4a5da", + "image_path": "images/271.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "affd1977-d0b0-4b6c-900c-5d9109b40d56", + "image_path": "images/272.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "ac805489-44f7-4f6e-bcad-6caebefe7124", + "image_path": "images/273.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "aea05410-f032-4b2e-a89c-4a07783ffbb0", + "image_path": "images/274.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "b25f79a1-1352-4940-9276-b8c301a0809e", + "image_path": "images/275.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "B" + }, + { + "id": "7f355f52-2d59-4631-86c4-8c54d5c2271f", + "image_path": "images/276.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "850b7175-7cb7-4ba6-a675-b47480ba76ae", + "image_path": "images/277.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "2b69e790-10d4-44d7-9058-8031772e7854", + "image_path": "images/278.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "5f0b13bf-60bb-47c7-9dd9-a91c1c789ad8", + "image_path": "images/279.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "a167d253-afe5-4d17-83cb-7af575a195c1", + "image_path": "images/280.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "71d03394-ac20-4b9d-ab6e-f11e8132d4f4", + "image_path": "images/281.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "b00db2fb-e7ae-4830-8906-caabf7ec85b6", + "image_path": "images/282.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "635295c4-e9bd-496d-9554-5fe40a1625ed", + "image_path": "images/283.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "d66ccec8-b79e-464a-ac11-5f67da000add", + "image_path": "images/284.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "868fe282-49eb-4836-aa0a-b8d66a625f45", + "image_path": "images/285.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "5da5f52e-e210-4259-9c23-60bf22853ec2", + "image_path": "images/286.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "9723602b-0754-4e96-b458-21224cebc6df", + "image_path": "images/287.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "31693693-4471-4d25-a35e-f93d8bc0093d", + "image_path": "images/288.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "da629f96-1650-4204-b02d-90c00f5bc236", + "image_path": "images/289.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "df2bcf64-88c7-491d-85ce-393ea5ed8a31", + "image_path": "images/290.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "2d62125e-a68a-4ffd-8a91-aaf0ad672e8c", + "image_path": "images/291.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "996a5679-65e9-4d24-9ba2-c57aae6379ff", + "image_path": "images/292.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "60ae9cdb-7234-45fd-af44-e5c5851e20a6", + "image_path": "images/293.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "64557dd5-3b2e-4475-b257-818fe3f01a6f", + "image_path": "images/294.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "f123a7ce-7ba2-4c28-b0a3-d737efc80d4d", + "image_path": "images/295.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "0f46d21a-4e99-4bfa-8cfa-541b99f3cf5b", + "image_path": "images/296.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "6104f05d-cca9-475b-b112-fc743f980194", + "image_path": "images/297.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "4c787059-18af-41ef-9065-99e98030eb7c", + "image_path": "images/298.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "f92e8d4a-92eb-4949-8c9e-5e47d7de2bef", + "image_path": "images/299.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "c9ccdced-a682-4858-93c1-dfe1abb9de25", + "image_path": "images/300.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "3765f010-b429-4557-969d-5d6653bbc47b", + "image_path": "images/301.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "31e94c1b-f884-49b6-ba1e-e72f6ae01878", + "image_path": "images/302.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "278cb25e-dd85-43a3-b477-203f64494379", + "image_path": "images/303.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "2b2c093e-1c13-45ba-ae20-acb5e746a326", + "image_path": "images/304.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "7bdfa652-c772-4771-b1d0-f93f7b2cacc9", + "image_path": "images/305.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "59e5088f-6bae-41ef-b211-8090879e8849", + "image_path": "images/306.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "c11901b8-1594-4c91-992e-c00f09d81943", + "image_path": "images/307.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "967f0a4e-5a82-4fc0-82e5-78f8af7628f4", + "image_path": "images/308.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "47d42f0a-7d74-4c6b-a268-d74fa8a56b47", + "image_path": "images/309.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "58ca2c51-2733-4c39-bec9-96d46752f0c7", + "image_path": "images/310.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "8dffa963-45b1-4315-8c78-02fd74978048", + "image_path": "images/311.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "885bc286-899f-4616-b38f-43d6fb0e92de", + "image_path": "images/312.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "cd944164-3e5f-4a43-9979-9051edc9eaee", + "image_path": "images/313.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "1aed26ec-0c93-4b53-9a0e-66743ea614f2", + "image_path": "images/314.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "16b1fc7d-4078-49b7-bcb8-5dd38f7e6276", + "image_path": "images/315.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "2b0289eb-209e-48d8-acb5-fdc22dfe1ea5", + "image_path": "images/316.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "1f97c478-c934-40c3-8872-51bc87e12ed2", + "image_path": "images/317.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "1f636963-4baf-4d3e-9b59-ab4c4f09dd82", + "image_path": "images/318.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "e7088bd7-9802-4393-9846-fb2f112738f5", + "image_path": "images/319.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "a9159715-9078-44d2-99ac-042238b63f52", + "image_path": "images/320.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "4fa7c5a0-ebd4-4c13-87e7-60f8bd951b31", + "image_path": "images/321.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "36966e30-fa62-4bb9-bc3b-acfbf7217760", + "image_path": "images/322.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "5004f7d8-77a0-483b-9ee6-62b510c085a0", + "image_path": "images/323.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "5b2abcf4-d3ba-4702-a3cf-ee9ef264b90f", + "image_path": "images/324.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "2301fc62-8b1f-41a9-b125-1c2497ee1604", + "image_path": "images/325.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "106948b3-41f6-4ca3-ab7d-f9ce65f752ad", + "image_path": "images/326.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "9e85aaec-b153-4efd-968d-244dcf475074", + "image_path": "images/327.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "56206cf9-bd22-4db3-8626-9560251d3e5b", + "image_path": "images/328.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "5dd0b098-6d17-4b8b-97bc-39ba6a3617c7", + "image_path": "images/329.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "c61390b3-4f46-4431-a6e7-3c002ea43ea5", + "image_path": "images/330.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "83105c04-3450-4cf4-a41e-9cd9dcdbbefc", + "image_path": "images/331.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "34fc81d6-7278-4d5c-998e-b88cbe6f0fc3", + "image_path": "images/332.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "809300cb-b425-470b-8b9e-3f8d033ccc67", + "image_path": "images/333.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "1cec1aed-7427-4dfd-97ec-4003aba40cad", + "image_path": "images/334.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "9126a173-c4a3-40be-933b-0977ba375192", + "image_path": "images/335.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "8e4f65e2-8166-44b8-a280-5710e2e89944", + "image_path": "images/336.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "cf16e17f-3518-44ed-a865-7890044e7dd5", + "image_path": "images/337.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "a8f3886a-b44d-40cf-83a0-39e7f918392f", + "image_path": "images/338.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "423f6f7f-a098-4078-a7ce-2f3a9bdfd609", + "image_path": "images/339.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "ee243bf3-4f89-415d-a0ab-8784b1f46c3c", + "image_path": "images/340.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "cd82a52f-1c13-4bbf-a9c2-70af70c961d7", + "image_path": "images/341.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "a5a0006e-f165-4713-85a7-cfbab045034b", + "image_path": "images/342.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "e3c4370f-881d-4828-a6f7-afa0e6b2552b", + "image_path": "images/343.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "c75c204d-70e6-4ee2-b7b0-d39477a93698", + "image_path": "images/344.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "A" + }, + { + "id": "f0e0146a-b888-4afa-af88-a3a217ce49a5", + "image_path": "images/345.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "2d8e398b-575a-4448-becd-0f637933210d", + "image_path": "images/346.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "7fd0c247-6d68-4cef-bc90-0527684d2ea8", + "image_path": "images/347.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "68bd4b89-47b0-4fda-85ed-b166c287d702", + "image_path": "images/348.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "7b3f8119-4fa4-41d5-a1db-281b3722af7c", + "image_path": "images/349.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "c1415237-be0f-4bde-997a-149c955e9f56", + "image_path": "images/350.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "cd83c808-1db8-42df-8e54-1a00f955d494", + "image_path": "images/351.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "fdd0ed60-7dd0-4d92-b392-06bbbca2d25b", + "image_path": "images/352.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "0c031e80-68b9-4aab-9c97-cec39dd8fa36", + "image_path": "images/353.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "45acdfdb-7bf0-4f7f-b63a-b58961de2898", + "image_path": "images/354.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "a3e0d647-f326-4873-ae98-1e744a782160", + "image_path": "images/355.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "c3a2fda8-7a90-499c-8051-87809b80829e", + "image_path": "images/356.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "c7698f49-4993-43cd-80c9-d4350d912704", + "image_path": "images/357.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "B" + }, + { + "id": "11d5e4d7-2097-498e-83f8-53eb613855b3", + "image_path": "images/358.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "f4846754-e2c6-45ea-8292-ce888caa39de", + "image_path": "images/359.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "7341c72e-655f-4800-b828-59cdd4b8fcc4", + "image_path": "images/360.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "d0e59e1a-a46c-4b13-8cbc-7935eac38f31", + "image_path": "images/361.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "2765a766-9c9c-4437-9ff7-97e4b72eef8e", + "image_path": "images/362.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "fa48d1a6-4025-4edc-8867-748ee73a5ef7", + "image_path": "images/363.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "9a99bf9a-fd01-4459-93cd-2f6050d616e4", + "image_path": "images/364.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "48706fa4-c073-4b9b-a649-90833924da1b", + "image_path": "images/365.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "B" + }, + { + "id": "9fb1b5e2-81ff-4e67-9bb1-6a6a3a27fd37", + "image_path": "images/366.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "ae8cc2e8-2efb-4ca4-b751-ce9e2da42fee", + "image_path": "images/367.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "8d0bc652-935e-4adb-89ab-af61c36eeb8a", + "image_path": "images/368.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "d1a27c88-d583-4fb6-9bd7-08d132543d94", + "image_path": "images/369.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "e2abedb4-8c30-4ff1-8501-1d3171077b03", + "image_path": "images/370.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "406448f0-f827-4cb7-98a9-f9b2a30536d9", + "image_path": "images/371.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "20360684-32da-433e-b68c-8e70db0f60bc", + "image_path": "images/372.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "16f2a474-a239-4265-b4de-414822953086", + "image_path": "images/373.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "1419d3fa-2564-4377-93cf-600bab59b43d", + "image_path": "images/374.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "C" + }, + { + "id": "3d23e7ab-86c9-4c6c-be6f-d15f2d9dfb99", + "image_path": "images/375.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "a21ac78d-e09a-40d5-8279-2857768d92c6", + "image_path": "images/376.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "127f9a27-8615-4726-8064-8e0e51653443", + "image_path": "images/377.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "e8183e8a-45f9-4dff-b8c8-0b8f02d5d598", + "image_path": "images/378.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "A" + }, + { + "id": "f02cd5b1-2ab3-4c08-99c5-0f5329cd85be", + "image_path": "images/379.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "ef11c004-c42b-42f7-b62b-3a5d90789b06", + "image_path": "images/380.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "f7774450-c7c3-4423-b34d-4bd264f221fd", + "image_path": "images/381.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "64df447b-ea9f-41fe-af3f-a61044fb7732", + "image_path": "images/382.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "32c260b5-5bc3-4e21-89c2-fce551199c19", + "image_path": "images/383.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "23c477a0-ffcf-416d-94ef-6d7745298c4d", + "image_path": "images/384.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "b18eb047-1291-4860-885f-9a9a9944a8a8", + "image_path": "images/385.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "5b7cbeb5-7053-4ee4-84a4-52ee8cc4d414", + "image_path": "images/386.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "9f44fa75-e5ee-4dc6-8526-dc963428a25d", + "image_path": "images/387.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "D" + }, + { + "id": "ea4f36fd-3933-40db-a041-20056917cdb1", + "image_path": "images/388.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "6c28b44c-ec4f-47b5-b68a-9c07e5a0a238", + "image_path": "images/389.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "668a8551-f8ec-481e-9aa8-dd8b5005a280", + "image_path": "images/390.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "5cf64934-58af-47e1-870f-49e0f4150c56", + "image_path": "images/391.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "0fc2b39d-a4a2-4c8b-9f54-6188680d30ea", + "image_path": "images/392.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "C" + }, + { + "id": "d9b9f777-789b-46a8-94cd-c27dac4d738d", + "image_path": "images/393.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "68e5295c-3d74-4ed6-9eff-8e92ce86703f", + "image_path": "images/394.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "2a2405e1-fb96-4ce9-82cd-20b3db2fc961", + "image_path": "images/395.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "1d82ea29-f27b-4255-a2dc-bcbb5e4529d8", + "image_path": "images/396.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "D" + }, + { + "id": "254f643c-fcf9-4249-875f-e618ab343c1b", + "image_path": "images/397.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "B" + }, + { + "id": "405f3ef9-a318-4641-85aa-133f1cc2434d", + "image_path": "images/398.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "D" + }, + { + "id": "b19d4db5-83f1-4909-b393-981106d86ee0", + "image_path": "images/399.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "14af2c39-f32f-4561-806f-9f4e539f71da", + "image_path": "images/400.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "C" + }, + { + "id": "152aba9f-0163-4c2d-b75b-276bbdb81088", + "image_path": "images/401.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "0a88de23-a312-4ec8-ac12-a9910b7fd9ca", + "image_path": "images/402.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "2b534840-7d0b-4f8d-8bf2-c33c40cfa9c2", + "image_path": "images/403.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "582d709f-47ab-4265-b79a-6f71c76a0688", + "image_path": "images/404.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "cd0a0050-84b0-4857-9043-665541a855a4", + "image_path": "images/405.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "7b2810a5-2748-4e49-baea-549aec5a8b67", + "image_path": "images/406.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "818f6a4d-d996-42e1-9baa-459555727cea", + "image_path": "images/407.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "53598ba0-fda3-408d-a8d5-e40f8bff9e83", + "image_path": "images/408.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "30adf3fc-6a7e-4cbe-b022-9beb69f1579f", + "image_path": "images/409.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "46e05fe5-273f-4065-a9e9-ccbb1c7e22f1", + "image_path": "images/410.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "4521858d-0898-4244-94d3-3058020e64ce", + "image_path": "images/411.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "22ef7a09-7d55-47c4-9a05-eaedf4d6ce8f", + "image_path": "images/412.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "6ac24363-934b-4a3a-80c2-e240e0901ed5", + "image_path": "images/413.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "1d432584-0529-49d8-8cc2-602c51d7b9d8", + "image_path": "images/414.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "17e2d090-2577-4a3b-a2b4-51cbf1ad65de", + "image_path": "images/415.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "b1c64c13-b4df-4538-94d8-98d76555e15d", + "image_path": "images/416.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "9b41832f-621a-4b22-a08f-b1057dcc2580", + "image_path": "images/417.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "5d97950b-60f3-40ec-9b20-a351e088eb11", + "image_path": "images/418.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "d7fba2a9-04ac-4e5d-bbd8-c0846fa7b79a", + "image_path": "images/419.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "24098d81-fb5b-40fb-b78b-de18a2add645", + "image_path": "images/420.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "46aad7e3-0143-4007-9459-2dfe63ec25da", + "image_path": "images/421.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "1ad4872a-b685-4103-a3cf-5b1121be98d0", + "image_path": "images/422.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "fba2c11b-fa67-4304-829e-7d1eb9ec7623", + "image_path": "images/423.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "5ba526d3-f461-4499-8f5c-a5497b639e75", + "image_path": "images/424.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "a028b0cb-ba74-497d-bf56-20e08fa3e3f6", + "image_path": "images/425.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "b8e69244-c16c-4104-b1ee-78122a4217a0", + "image_path": "images/426.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "ac67f984-3b70-4c83-98ad-126bdf9428fb", + "image_path": "images/427.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "b6381e6a-1cc5-4c80-8a2d-24fd191968b8", + "image_path": "images/428.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "06643fe9-04e6-4264-b560-bcf54ef4b34f", + "image_path": "images/429.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "615c83c1-171c-47a3-af71-ca8c68e9dc4d", + "image_path": "images/430.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "fd3de3f0-d09a-4bd7-bc70-c27cd53b5f10", + "image_path": "images/431.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "5eb5d178-840b-4463-9b1d-2bbbfb0719c0", + "image_path": "images/432.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "991d6a52-26e8-46b0-9a22-29de02e68cf8", + "image_path": "images/433.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "91c8dccd-2d87-4477-9f3b-669502aa5715", + "image_path": "images/434.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "4c234020-3acf-49c4-a8b3-274f71274164", + "image_path": "images/435.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "b31d0a5a-c671-4898-9a80-5b0b1013d010", + "image_path": "images/436.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "b18b6787-f3fa-40fd-b0ef-192c8a549b76", + "image_path": "images/437.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "67bca32f-1be7-46bb-b515-88514f13fbfc", + "image_path": "images/438.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "eee54b7e-c326-4678-b02c-a2bff50c1eb0", + "image_path": "images/439.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "46a7b0e5-6718-487e-8cca-e2685131d5a9", + "image_path": "images/440.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "beeff043-21a3-4b53-aec5-e54b202e9b18", + "image_path": "images/441.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "1ca7a072-f9bb-49ab-a530-b2cc3a9ffe7c", + "image_path": "images/442.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "5cc7b8c3-0da2-418a-847a-73f2f0cfa4a9", + "image_path": "images/443.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "a9338491-c505-4361-8e1a-90cc54f50321", + "image_path": "images/444.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "d744601b-46dd-4259-9f10-ccf347699bdc", + "image_path": "images/445.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "1e3e5369-8a81-4c97-bb47-b385cd777a0b", + "image_path": "images/446.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "bc32bf2d-c515-4e9d-8ba6-07a061524e50", + "image_path": "images/447.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "fb5f1175-50bc-4cd8-9f8d-1b92761f70e3", + "image_path": "images/448.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "36f3be48-c179-4373-9358-41bfcc10cf96", + "image_path": "images/449.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "130f111f-c6e5-4a4a-b129-64ab3a7d30eb", + "image_path": "images/450.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "1019cee6-d1f9-48d5-a534-c55717cd4bd2", + "image_path": "images/451.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "f0f6e9ce-c3a0-467c-8ee7-a5cfd49a0be0", + "image_path": "images/452.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "55f7f523-d51f-4ae3-8900-5b80c32ae474", + "image_path": "images/453.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "87a436fe-32e9-445f-8c9b-440052831f1d", + "image_path": "images/454.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "6ca9c60d-aa01-40e3-ad6f-59b9c783f6bd", + "image_path": "images/455.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "a75860a7-ddc6-46ad-bd5b-8c754497e350", + "image_path": "images/456.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "2df365c4-42f0-46f4-8d36-578ec9e81038", + "image_path": "images/457.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "d1c0e811-17c1-4ffa-ae99-c654af602f24", + "image_path": "images/458.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "95e998a7-8dd8-45db-b250-e6acb71da93a", + "image_path": "images/459.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "a40a6ffa-2fbd-4d85-bc03-fedbe46652d8", + "image_path": "images/460.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "2beae216-5446-4dd4-a426-90e60f9d8af6", + "image_path": "images/461.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "9d667381-28e6-4548-8c4f-0d77ef35f3b2", + "image_path": "images/462.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "0fc21de7-3995-4bb0-adc2-94e027071d41", + "image_path": "images/463.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "63be86ca-f857-4678-8522-203a97925484", + "image_path": "images/464.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "9fa2b25d-5d71-4104-aaa3-8faca48d6ab1", + "image_path": "images/465.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "bfc2b27a-42ed-4698-ab1a-b3f06a10dc4d", + "image_path": "images/466.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "316dd452-c2e0-494a-9b6f-095a4aa5e12d", + "image_path": "images/467.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "f26a6dcc-7f8a-446b-afd8-778bd2fbc958", + "image_path": "images/468.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "da032f8f-3bea-4593-8364-6cfe7a0f61ab", + "image_path": "images/469.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "06c44fe1-575a-4893-a57d-51c3ba6bc5e9", + "image_path": "images/470.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "01a0e372-f7cd-43c7-9dae-c752660f4728", + "image_path": "images/471.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "1b27da59-3fd6-4e2e-8b91-c95e850f66f2", + "image_path": "images/472.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "f3c1f96a-9e4b-49fb-9f9d-e37639b26b58", + "image_path": "images/473.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "9681a20b-a52c-4301-b5d7-0f46c928f349", + "image_path": "images/474.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "18a6e256-7cbd-46ac-a17c-e829cde01075", + "image_path": "images/475.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "eaf81598-3888-49c9-8789-4c7d6f63d52a", + "image_path": "images/476.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "2b51ea9e-7f4f-4e30-a895-0e5404300476", + "image_path": "images/477.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "5c6814f9-7307-44f5-98d2-cf9598e62557", + "image_path": "images/478.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "8a2480d6-0480-46a5-8f40-5330f2bf7360", + "image_path": "images/479.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "6258b3ac-0c23-4192-aea6-797b71dc74da", + "image_path": "images/480.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "50e1dc36-ae64-4931-90b5-6c2d07b62b51", + "image_path": "images/481.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "1895086b-3839-45dc-8076-683fad9754fe", + "image_path": "images/482.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "1ceaccaa-4c7a-4baa-84e9-67b5da1e9141", + "image_path": "images/483.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "e4d8bbef-c627-4666-9270-73d5c12f7a90", + "image_path": "images/484.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "8e18e1bc-fe56-434e-bde0-1b615a6eb12a", + "image_path": "images/485.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "aaabfb7f-56df-4c2c-bc7f-86ae1a33e760", + "image_path": "images/486.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "dab55e52-ca11-49ba-a8ee-d08644580851", + "image_path": "images/487.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "f51400af-3c3e-4071-b70b-3ed4011e6a72", + "image_path": "images/488.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "65358cf6-9e67-4f8c-a3fa-56fdf25cc143", + "image_path": "images/489.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "00785f45-0abe-455e-85df-48a72939ab37", + "image_path": "images/490.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "cbe95067-84a9-4cad-a865-f1cc89f49a9a", + "image_path": "images/491.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "e205f6a9-1c86-4b68-8b06-163fc4175bfc", + "image_path": "images/492.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "9dc4d0f9-cb73-4c17-8921-b11fac4c51b6", + "image_path": "images/493.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "9c093e27-32e9-4456-8c16-d16285e238cc", + "image_path": "images/494.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "a2162c96-6fde-48e3-95bf-f49d0e2abc73", + "image_path": "images/495.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "9b2d04b4-0908-41f1-ad01-3a9456c11ed0", + "image_path": "images/496.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "0215c356-5745-4529-b02a-655ae79e1626", + "image_path": "images/497.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "76c25f2e-e528-41ba-9615-083bc6b10781", + "image_path": "images/498.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "44c1ab57-af20-48a9-9dc0-198b89eb2e56", + "image_path": "images/499.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "fab50175-afd1-4c3f-b827-1506dc0cb4ef", + "image_path": "images/500.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "3d93ccd5-3538-4c70-a40e-c79295f59d6c", + "image_path": "images/501.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "30171c6f-7cf3-4779-a9e5-b20faa9af31c", + "image_path": "images/502.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "c7d9aa41-5a8d-4c15-95d8-ab83b43f539c", + "image_path": "images/503.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "6acdeb6d-54fb-430b-a50c-37cc9490be40", + "image_path": "images/504.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "e000f8f7-a7b8-4355-a0c1-a0acc68bdcce", + "image_path": "images/505.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "3d685820-bc72-4f28-8bbf-7e681ac16a48", + "image_path": "images/506.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "8864ef14-0d47-48af-ad06-14c19716b956", + "image_path": "images/507.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "0d478fbd-74f2-40f3-a6ea-c69c68204b45", + "image_path": "images/508.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "5da907c2-1ce6-452d-8b36-a81fe2e17bea", + "image_path": "images/509.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "9a2e369d-dd95-4142-baad-8c55645f8c3c", + "image_path": "images/510.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "868dc3b0-d77a-443d-9e87-fbb926145a35", + "image_path": "images/511.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "fa14645b-6864-458d-8edb-37e839b7ac0d", + "image_path": "images/512.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "a1318d2a-3d09-46a3-a34f-a6f658159ada", + "image_path": "images/513.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "dfd6eb93-855e-4519-85ce-b55ef1440110", + "image_path": "images/514.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "dc175bd9-46a0-4aab-b45e-3e508df3703c", + "image_path": "images/515.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "4bd60fa0-d627-4536-9dab-0fb91caf44a5", + "image_path": "images/516.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "fd5e9f38-5c0d-4742-aa52-7cd95daf3012", + "image_path": "images/517.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "f7bd7b02-83ce-46c0-902c-af6fb9bc0a78", + "image_path": "images/518.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "e9d5112e-78f7-4a4d-bd0e-d7af2bd6f83c", + "image_path": "images/519.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "b118eac7-c168-430d-8c63-d0bb15115727", + "image_path": "images/520.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "aec4fb1e-e9b8-4778-8234-b50031cb1527", + "image_path": "images/521.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "960d7536-9678-48f9-85ac-a5d499347ade", + "image_path": "images/522.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "03413f9e-0a72-4bee-940e-d3a583404d06", + "image_path": "images/523.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "b8ecda83-8e6c-47c4-b84f-ff9f20bb5b7e", + "image_path": "images/524.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "119dea08-60d6-4320-ba49-3967aa4f6499", + "image_path": "images/525.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "9689832a-4152-4c00-9e04-7bda951db77c", + "image_path": "images/526.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "B" + }, + { + "id": "d7357f74-ce07-463f-b941-4d7e63f59435", + "image_path": "images/527.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "9a6c679a-e041-4798-9bbb-ed792205a700", + "image_path": "images/528.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "9cf4690a-2a49-48f2-afd6-2a6c09fc294a", + "image_path": "images/529.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "e211f87f-3691-4cd8-944e-32d74fd2efae", + "image_path": "images/530.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "3bf686e9-82c3-48a7-9f20-0156a797a062", + "image_path": "images/531.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "ba13e1a8-eb3e-4fdd-9b6c-9cae146d38ab", + "image_path": "images/532.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "9260dce2-acc3-4a56-92af-3d5c9d627cfc", + "image_path": "images/533.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "59c613ce-9e85-4e7b-adfe-7f107a363318", + "image_path": "images/534.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "6b889382-88ef-40c8-b9f3-e5dbd7daf17c", + "image_path": "images/535.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "701f3edb-bf57-4d78-b6e2-2df6e157721c", + "image_path": "images/536.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "a9cd88cc-6692-4b6b-ada3-054425e153e3", + "image_path": "images/537.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "1c3efd8c-f0c3-4975-b6e9-e785e4e0ee03", + "image_path": "images/538.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "15914ba5-a0bd-4793-b05d-c518f5516db2", + "image_path": "images/539.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "63e5e347-76b6-40f4-9c98-b8980cee9664", + "image_path": "images/540.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "df61bcc4-7a13-4596-a4fc-b1142a2805f6", + "image_path": "images/541.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "d7275982-1233-4000-ac03-23fa7504e0dd", + "image_path": "images/542.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "ace2c60d-ae46-4082-a926-adb6d529ec47", + "image_path": "images/543.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "ee24f5dc-722c-418f-8616-eb6a53516ad6", + "image_path": "images/544.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "91e51ae4-e575-4bce-9dac-7d56799698c6", + "image_path": "images/545.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "e0f5249d-d54b-4999-9450-bb47b72e1ec0", + "image_path": "images/546.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "02d5a470-93a9-4055-8a62-73b27b071fe4", + "image_path": "images/547.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "3f89833f-eb6f-4465-b5de-754c78d87d41", + "image_path": "images/548.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "5500f963-f38d-4ea7-9d8c-743c43a63f1d", + "image_path": "images/549.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "24479736-27a4-48c0-b703-066d1c662b0f", + "image_path": "images/550.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "1d0473f9-e147-46ee-a840-0b0de517b525", + "image_path": "images/551.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "0cac2d7f-a7dd-4464-99b7-0938fd22be52", + "image_path": "images/552.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "caf36038-a982-4264-90e5-bc45b90eff28", + "image_path": "images/553.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "A" + }, + { + "id": "8e6ef791-9b06-41b4-be14-53f8e7648435", + "image_path": "images/554.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "5c6dca9d-1abd-4e9b-86a2-2ff3fdf84cdc", + "image_path": "images/555.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "395516e9-8ccf-4fb8-b78b-059cdf3e61e3", + "image_path": "images/556.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "3fc82cd3-a42b-4ecb-ab17-e53bac7a445e", + "image_path": "images/557.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "fe58223d-e74c-45d8-900f-681a1e296422", + "image_path": "images/558.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "007ff7e8-06e8-4dd8-9e06-67e8e89e48b3", + "image_path": "images/559.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "5b6f81f2-beb6-45e3-98e2-a698b456de0e", + "image_path": "images/560.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "60faace3-adb1-4ae8-bddb-e3e8234a8d5c", + "image_path": "images/561.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "be14a153-5ac4-46fa-bb05-76efb7b1d461", + "image_path": "images/562.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "cf3c9031-d377-4e05-ac3e-05acd1042921", + "image_path": "images/563.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "d3bb9ee3-d6c9-44a1-8111-ef0c98fd2423", + "image_path": "images/564.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "e82b661a-95d1-4b27-805e-489a2f5c6baa", + "image_path": "images/565.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "0f4dd8c0-9761-4f5c-98bd-15d80ceaa8b4", + "image_path": "images/566.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "6cce5fbe-298c-432b-b82f-bcbfe2c616f9", + "image_path": "images/567.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "c6bea496-5e4c-4f9d-acd3-4ea31a9d106c", + "image_path": "images/568.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "578fa220-5e40-4684-8771-e05a3dcbb59d", + "image_path": "images/569.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "9ab17420-8671-4124-ad39-e72149cad3b4", + "image_path": "images/570.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "6ccfc27b-880c-4092-9c17-7d3a705c7183", + "image_path": "images/571.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "5e3a3e69-dc6b-4e65-86a1-1f97481d050f", + "image_path": "images/572.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "d3dde357-9ad1-4ab8-9f00-2df5ad1dbafa", + "image_path": "images/573.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "b4e07d00-13c3-45ce-9d03-88486f09b057", + "image_path": "images/574.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "5cd3d28a-b5f5-435d-89c7-6ce95c58bf19", + "image_path": "images/575.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "0345bb9c-4bd1-45fe-81a0-3fdd9833f392", + "image_path": "images/576.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "6c59d64f-de7e-4403-9e7e-7018be8c0042", + "image_path": "images/577.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "6813402e-68d5-43f7-928f-0638f1f51ac5", + "image_path": "images/578.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "a9598804-8d4e-4c16-a38c-b585e3b4ccc0", + "image_path": "images/579.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "f3a626a8-46ab-4674-a466-a036958e062f", + "image_path": "images/580.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "44b10c24-9ac1-4911-a9c0-000cb73d63dc", + "image_path": "images/581.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "374cb34a-a90b-4276-a36c-e70d68d9c14c", + "image_path": "images/582.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "f548da0a-16be-4f75-ae44-9ce8d7f9fb46", + "image_path": "images/583.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "948eb3e1-4ebc-4826-a2b0-7cf3356f8667", + "image_path": "images/584.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "b3a603b4-c9c3-4c45-b8a4-6c1dcb08b81d", + "image_path": "images/585.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "B" + }, + { + "id": "7cda2816-51cf-43d1-ae80-e4f5297abe98", + "image_path": "images/586.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "A" + }, + { + "id": "7a835a09-f0ee-47c7-83d2-165e7b5f463c", + "image_path": "images/587.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "f13f2c2f-1698-474a-b1af-2108076498a0", + "image_path": "images/588.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "B" + }, + { + "id": "1ae38956-4496-4acf-b2e1-e1b42085006b", + "image_path": "images/589.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "A" + }, + { + "id": "4d74714b-d526-4cb3-8162-5a1f58d10178", + "image_path": "images/590.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "B" + }, + { + "id": "870df95f-33ff-40ea-8b09-830709479852", + "image_path": "images/591.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "A" + }, + { + "id": "228b25d9-7432-4b18-a0d5-3503f435d62e", + "image_path": "images/592.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "D" + }, + { + "id": "07d30325-6868-410f-8524-d829489b325a", + "image_path": "images/593.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "2a1b6174-fe39-4c00-a05b-323dfcd20ed1", + "image_path": "images/594.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "61c057cc-52c5-43a9-8648-5b97720fa5e6", + "image_path": "images/595.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "022a975c-e4e2-46f5-9f42-77fc7c6f0293", + "image_path": "images/596.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "D" + }, + { + "id": "e827cf03-1490-49b2-b373-9335ce2225f9", + "image_path": "images/597.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "D" + }, + { + "id": "60bfc34c-7673-4a77-b746-0a7b3da8ee2a", + "image_path": "images/598.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "C" + }, + { + "id": "c16c5d42-04fa-4140-b7e0-43a64acb85e6", + "image_path": "images/599.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "C" + }, + { + "id": "e5c9b548-e17d-42b6-aa70-fa93b8752983", + "image_path": "images/600.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "C" + }, + { + "id": "75086751-e553-42e2-930f-da069452f28c", + "image_path": "images/601.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "87759386-dd60-4be9-9b58-f06621121de3", + "image_path": "images/602.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "c02ed1aa-9686-4644-ac58-b7261bc8eff8", + "image_path": "images/603.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "1142bbef-ce02-4dff-bf7d-cf783bc5747c", + "image_path": "images/604.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "d62acc42-c6d6-4527-9158-28814d507501", + "image_path": "images/605.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "c0fde305-e6fc-46dc-9079-149763a2809e", + "image_path": "images/606.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "f2a323f3-305b-4d4f-a13a-0760a8347777", + "image_path": "images/607.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "0e292b92-9baa-4f09-a0e2-876ddccd6e4d", + "image_path": "images/608.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "20ad51d9-31f8-45b0-ba87-81f50de3c128", + "image_path": "images/609.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "c21c8b48-6e94-4483-9d70-2843d91e2b5e", + "image_path": "images/610.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "28f2486f-7fdd-4a20-90b6-29cbc9327ff1", + "image_path": "images/611.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "55874b34-8828-4fe5-b94b-0b5c8e587cab", + "image_path": "images/612.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "f90caff5-d3ec-4812-9b63-bcfc46e8611d", + "image_path": "images/613.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "89145234-d6db-434b-9ce6-0f059a478287", + "image_path": "images/614.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "0bb9e05d-bd63-46f7-87e6-f073ea7d444d", + "image_path": "images/615.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "4a2874b8-8a3f-48ac-ae57-f72374a7c0e3", + "image_path": "images/616.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "4ff6e62f-84fc-4692-a134-0a82a861f96f", + "image_path": "images/617.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "f2632ae8-131f-4cd8-a898-ce35cfbaf01d", + "image_path": "images/618.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "6f69c5e2-0a70-4b56-8b41-83fe05e2a640", + "image_path": "images/619.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "79172a12-1355-4030-9542-c7d79249ee59", + "image_path": "images/620.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "cdd5591d-248c-4c54-90b2-c4d7050c28ed", + "image_path": "images/621.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "6a53b5d8-80fe-4413-9add-5fca9c75c6c4", + "image_path": "images/622.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "6fcab63b-8b83-4dc3-b6f5-8be1f3d1696c", + "image_path": "images/623.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "dec4722d-5522-48db-bc65-22ad69f34059", + "image_path": "images/624.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "513849e5-70dd-4a8b-b12b-b80264b31c66", + "image_path": "images/625.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "a77da004-d373-499e-a826-a7db24f6ce93", + "image_path": "images/626.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "d34de843-e4c3-424e-8153-ea700c67e358", + "image_path": "images/627.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "dce63cc1-8e79-4381-83b5-18e3f3c0c27d", + "image_path": "images/628.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "46d86846-e32a-4d3d-9287-a7b50ad97425", + "image_path": "images/629.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "a6c22e33-de53-45dd-8dc6-4f4f01fcda15", + "image_path": "images/630.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "10bf2934-0ddc-4e99-b95a-307d3e22ba57", + "image_path": "images/631.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "2600ab80-1765-4564-9f42-af8e8b742213", + "image_path": "images/632.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "f80f97b5-c67d-44c1-9df5-e0e7aff4f387", + "image_path": "images/633.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "df145962-bfe9-4789-a845-4c4bd886e8c5", + "image_path": "images/634.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "c80e5af7-b624-4a6b-9aa3-f37caf5eaa4b", + "image_path": "images/635.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "fdffb0dc-5ed5-4beb-96e1-1394856c755f", + "image_path": "images/636.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "3cc5af7e-70fa-44a7-89ed-48cd5c6542c9", + "image_path": "images/637.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "d419fcea-cdfe-41cf-90ed-2c3ba00f7d61", + "image_path": "images/638.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "635f908e-9524-4d58-ad3d-00f071ec2292", + "image_path": "images/639.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "d4cac74c-bc1d-47ec-9cf5-8d26f2cc3f7f", + "image_path": "images/640.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "5f758943-768f-4284-ae3e-537e85b8baaa", + "image_path": "images/641.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "527a613b-56c3-4c58-99a1-b2a1ec037ae2", + "image_path": "images/642.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "505bc84b-e38d-4081-8a9c-139bbe68816d", + "image_path": "images/643.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "40f77fad-27b4-49e8-a077-b723c02e4f1e", + "image_path": "images/644.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "c66fa04d-279f-49b9-b16d-14bf411e88fb", + "image_path": "images/645.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "33cb8590-dd28-4aa6-846f-8b2e1159b9d1", + "image_path": "images/646.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "3876cb66-05d2-4f15-8b1c-af99b1c0836f", + "image_path": "images/647.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "c7d97cea-15e5-4028-b2f2-368f0b96bc17", + "image_path": "images/648.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "aa8556ad-1b37-41ac-9774-900323a22bfb", + "image_path": "images/649.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "eddd8a8a-d064-4621-9016-a851e8e7d482", + "image_path": "images/650.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "a49939d8-bef1-4388-a008-18565882d593", + "image_path": "images/651.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "eedb9947-51b2-4c9a-977f-0adc70cebf5d", + "image_path": "images/652.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "22eb11bf-19e9-4dd7-965f-a4df59f11509", + "image_path": "images/653.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "22c7d4c4-afe9-4752-ba60-8a258ba8e663", + "image_path": "images/654.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "ca588e8c-c04b-4efd-b43d-64af3e266ba9", + "image_path": "images/655.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "143ff55b-c3e5-44da-b1c0-4c9f3c07106c", + "image_path": "images/656.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "388bfe74-4908-4243-bb5f-95d2d98258b5", + "image_path": "images/657.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "b962be13-062f-449b-981a-357729459b6a", + "image_path": "images/658.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "f401d0de-4739-4e9f-8c59-ee1fd7c31595", + "image_path": "images/659.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "30b866c8-284f-44dd-b8fb-87b12f73b4e8", + "image_path": "images/660.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "7e0e882d-5c60-4efa-b74a-34e485591556", + "image_path": "images/661.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "c977136f-7871-490d-a7b5-9842ffe4fafc", + "image_path": "images/662.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "7155fdbb-ac6a-460e-be4f-6e74c683d24d", + "image_path": "images/663.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "95943725-2307-4253-856e-2e7a39780061", + "image_path": "images/664.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "7bb446f9-ef0c-4d7f-9704-647e4ac2dede", + "image_path": "images/665.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "d2a2c824-5522-4f14-bf0b-f06f7a77089f", + "image_path": "images/666.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "61fb2759-5c1b-4457-bcd3-362f17d1ffc4", + "image_path": "images/667.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "571ffd05-0b0d-4de8-bab0-29a5a40b9498", + "image_path": "images/668.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "41fef5cb-0e92-4cf2-8a93-20cc66dff3fe", + "image_path": "images/669.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "6d46284f-efa5-4d26-b78a-c2af481c24bc", + "image_path": "images/670.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "8f98326b-1af5-474f-8c4b-cf5dcaf2820c", + "image_path": "images/671.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "109c7918-6789-4a67-b9f4-b14d31580bea", + "image_path": "images/672.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "ba9486b6-1949-499c-9090-1b2c6187a214", + "image_path": "images/673.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "72017550-8656-47de-9db1-e71f69a0f798", + "image_path": "images/674.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "7c318d2d-b9ef-48a6-808e-b52772a9a498", + "image_path": "images/675.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "06adca56-b0ee-48f0-b7b2-95fcc45682df", + "image_path": "images/676.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "a2dfad58-bccd-42a7-9ecb-e6b7945c0108", + "image_path": "images/677.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "37742dae-a962-4859-9e44-c6595f45cae1", + "image_path": "images/678.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "1e3a4b1b-bf68-45fc-82a8-3739a2869d13", + "image_path": "images/679.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "427035e5-d9c3-47e1-83e0-411e900691d0", + "image_path": "images/680.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "22239227-424f-4739-a412-4bde1f2114c0", + "image_path": "images/681.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "6e8df853-5104-496e-a485-7c161a0e8840", + "image_path": "images/682.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "9634b42b-431d-45e4-b517-70b31daaf9d4", + "image_path": "images/683.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "ea7e602c-63f6-490e-8f52-d698c356d337", + "image_path": "images/684.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "c241578d-a279-46b2-abec-25656d11898d", + "image_path": "images/685.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "dbb4de27-5f4c-46e4-ac58-98a0bd6be51e", + "image_path": "images/686.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "a253395e-c066-4804-85b2-ae74d9a07d3d", + "image_path": "images/687.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "42fe7078-9448-4dd8-8d86-24649aa797d2", + "image_path": "images/688.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "15e6c6e6-ebdc-4d0f-8a8c-399ad2450579", + "image_path": "images/689.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "64c06401-50ce-44ac-a614-737dd38670ee", + "image_path": "images/690.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "a575ddf0-a568-460c-8d61-7ab66b9702a0", + "image_path": "images/691.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "57f9c309-46c9-4907-841b-0c5368736879", + "image_path": "images/692.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "74f7cfb4-fc42-4aec-a078-d48f526796cc", + "image_path": "images/693.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "37f65396-40eb-402f-929e-e2a2b689c9f1", + "image_path": "images/694.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "dee67f36-1003-42fa-abea-baa6c771a77e", + "image_path": "images/695.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "9bc83329-b971-4289-af02-81cfe82b496e", + "image_path": "images/696.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "45cf0389-6eb3-4040-9e2c-12e4aa9ca615", + "image_path": "images/697.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "b79e5004-a989-4d74-b616-6b5fcedf041a", + "image_path": "images/698.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "a1ec0a54-6b12-49b7-8c40-e1f01dae5140", + "image_path": "images/699.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "02a382e2-642a-4ffe-ac9a-a294a522bb84", + "image_path": "images/700.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.nighttime light\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "2db27370-5251-41d1-be5e-da19d365da7a", + "image_path": "images/701.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "921604c2-6274-4dac-a2a9-fc58aa3d9a07", + "image_path": "images/702.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "384aa216-3cc6-40a0-9cc8-1eca31ab69ea", + "image_path": "images/703.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "c8c16239-66f0-4b5c-9cea-2e2d0bfd11ef", + "image_path": "images/704.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "a590db78-81a7-41a9-bcc0-387cf9892dc4", + "image_path": "images/705.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "1051ba41-769d-4488-847d-e2f26d16c78a", + "image_path": "images/706.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.SAR\nC.false color\nD.nighttime light", + "answer": "B" + }, + { + "id": "9e70f150-ed32-487e-b029-c3f0c9e57606", + "image_path": "images/707.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "05f421c2-1800-42f5-a02a-66435081968b", + "image_path": "images/708.png", + "question": "Considering the provided image, which modality does it fall under?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "33f27dff-929f-4515-8dba-927bdba3996a", + "image_path": "images/709.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "10949f40-7124-4ee1-a88e-8dc30223ffe0", + "image_path": "images/710.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "1717a093-fe04-41ab-8e57-95d379dc6953", + "image_path": "images/711.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "71f7225e-632a-43d4-8606-46e640dcbf44", + "image_path": "images/712.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "9a193fbf-471d-4da2-9c81-59123637c13c", + "image_path": "images/713.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "99f14aa1-b80f-4cd0-b0c7-9f8bfbcea836", + "image_path": "images/714.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "0564c2ae-43fb-4078-bc87-9383ec90da53", + "image_path": "images/715.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "f267ffa5-b8f3-4fb6-832e-14cba60c7cde", + "image_path": "images/716.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "1df4e348-5014-47c2-b238-0b3713dbbe9b", + "image_path": "images/717.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "5fed35c8-e003-4a80-befd-61e9e5ecb59e", + "image_path": "images/718.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "7e54ef43-0591-425c-afb5-3724ca64dc3a", + "image_path": "images/719.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "05585d9e-4440-4a69-b7eb-9e53d68f1436", + "image_path": "images/720.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "0de1583e-d830-4ab6-aff4-87da2ad52d6f", + "image_path": "images/721.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "38fe057f-b315-419b-ba44-d77d1b835deb", + "image_path": "images/722.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "524032cf-87fd-49b9-b406-3dd4c26a0bef", + "image_path": "images/723.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "8f647497-e298-48a8-b9b7-1271c8e35f30", + "image_path": "images/724.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "d672a57e-bafd-4940-8ddb-8a6663cfe2d9", + "image_path": "images/725.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "edc31bb1-8064-4978-85de-b7f2d4cb9b21", + "image_path": "images/726.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "3ec7e9c2-fdce-4638-b114-594882d91947", + "image_path": "images/727.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "33e35ac9-5c03-44d3-af2c-e771fcda9d05", + "image_path": "images/728.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "bd05ff1f-5330-4397-89a3-6fe23ba5c42d", + "image_path": "images/729.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "dc05d806-6087-4162-a1a4-28aebbd7e681", + "image_path": "images/730.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "45f67a2a-d76d-497a-8781-77547835ed0a", + "image_path": "images/731.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "7bf8f58f-3f4c-4f8e-bbd2-3c99c56440f5", + "image_path": "images/732.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "4781d4f5-257a-4060-9ac2-620ef196f3e3", + "image_path": "images/733.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "e80c4351-469e-4a58-98c3-172ed9266125", + "image_path": "images/734.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "7f602750-30ca-4dca-8c7a-40f693030657", + "image_path": "images/735.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "5a00f593-ac99-4ad4-88da-d29bd157780b", + "image_path": "images/736.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "0b8c84e7-1f25-4e73-b55d-c73c5e61ce3f", + "image_path": "images/737.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "28559fda-aae8-41e3-a377-4293fc692038", + "image_path": "images/738.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "db49ac5f-0bb4-438b-9d2d-73f58ea58751", + "image_path": "images/739.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "fdd9d559-4b5e-4505-9276-acf327be2128", + "image_path": "images/740.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "f4b3eacc-9714-4cc6-837d-b32de0c23316", + "image_path": "images/741.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.nighttime light\nC.false color\nD.RGB", + "answer": "A" + }, + { + "id": "38c5d7e7-1cf1-4f27-be1b-516ba470797b", + "image_path": "images/742.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "e8e36696-4a80-495d-9d51-acf088f20937", + "image_path": "images/743.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "316e8b06-c5e0-4521-b486-e1ae5e80429d", + "image_path": "images/744.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "f4b23c66-ab84-4dec-b47d-874de3d4af8a", + "image_path": "images/745.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "51212fe6-3815-4da9-b6d7-2ecf6cbb5f78", + "image_path": "images/746.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "a175c2d8-c27b-4773-bd3e-30d85e7503c3", + "image_path": "images/747.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "3f5f0e40-cd1e-478f-beaa-90f145369bd2", + "image_path": "images/748.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "92a03f9d-a68b-43bb-ae59-b0faeccb26a2", + "image_path": "images/749.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "dbf69af4-6182-4e06-98a6-d137d2b70d99", + "image_path": "images/750.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "b00119bc-9a96-482d-81ac-6053cbc15345", + "image_path": "images/751.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.false color\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "9eb9b3d2-ec8f-4f6b-bda6-c3d28d077718", + "image_path": "images/752.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "2d2a5887-f678-422c-a645-ebdd48559d87", + "image_path": "images/753.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "ac2da886-368e-435f-8e63-f24cd4daa2de", + "image_path": "images/754.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "58e5e17a-2d49-4033-adc5-1fbba2ac75a7", + "image_path": "images/755.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "1fcf327b-324d-470c-8179-6d0362e9290c", + "image_path": "images/756.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "651c374f-c1fb-4259-aa75-8fc930de1c69", + "image_path": "images/757.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "6b7aed97-7ae0-4f9b-9ace-bbd0456969ea", + "image_path": "images/758.png", + "question": "Based on this image, which modality does it align with?\nA.nighttime light\nB.false color\nC.RGB\nD.SAR", + "answer": "D" + }, + { + "id": "69640252-aeae-4225-b5d0-29b476433e70", + "image_path": "images/759.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "1fd93994-7efc-422d-ab32-6ca27318a931", + "image_path": "images/760.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.RGB\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "4317b281-30f0-42ee-8563-79c9e31a5802", + "image_path": "images/761.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + }, + { + "id": "d52fadd2-1c4c-4986-b0d0-9559eb9be632", + "image_path": "images/762.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "51b6d3b5-b36f-4109-83e5-9c2320c8819c", + "image_path": "images/763.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "78d9c67c-b767-4556-b135-2f7c645f976b", + "image_path": "images/764.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "4e93ff07-9ea2-472f-aa9f-fbf36b0ae589", + "image_path": "images/765.png", + "question": "What modality is represented by the image provided?\nA.SAR\nB.false color\nC.nighttime light\nD.RGB", + "answer": "A" + }, + { + "id": "cb2c1c59-947b-44e3-96c7-f7e0f68006a7", + "image_path": "images/766.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "ff199d8d-3cf9-45cf-b610-68fd7d7f1942", + "image_path": "images/767.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.SAR\nC.RGB\nD.false color", + "answer": "B" + }, + { + "id": "b75c87bb-701d-40ce-ba79-77fb12d65ec2", + "image_path": "images/768.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "498ada83-be33-44d4-b122-cfa6e7c64fb3", + "image_path": "images/769.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "2f8cd965-de10-4a55-bb6a-27d11ee00f21", + "image_path": "images/770.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "c5863b3f-a2e8-47d8-867b-5978193bf3dc", + "image_path": "images/771.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "4cabcd82-5718-4c95-87ca-00c76773bd40", + "image_path": "images/772.png", + "question": "Considering the provided image, which modality does it fall under?\nA.SAR\nB.nighttime light\nC.RGB\nD.false color", + "answer": "A" + }, + { + "id": "b2b4183c-6fe2-43c1-898d-c47bda8aef70", + "image_path": "images/773.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.SAR\nC.nighttime light\nD.RGB", + "answer": "B" + }, + { + "id": "f0f02b79-c5e9-4773-85f0-a331996f9e33", + "image_path": "images/774.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "99ee57a3-3be2-46e7-a74c-b3426cc6e3cc", + "image_path": "images/775.png", + "question": "Based on the image provided, which modality does it belong to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "abfdd9fc-998b-451d-bfa5-b04a5f908724", + "image_path": "images/776.png", + "question": "Based on this image, which modality does it align with?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "2a463011-3687-49d9-bdce-393089f2df10", + "image_path": "images/777.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "4160ebd7-5fd5-4526-b3a1-16042086c489", + "image_path": "images/778.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.false color\nC.SAR\nD.nighttime light", + "answer": "C" + }, + { + "id": "0873c258-416b-40a6-8bc2-4d9e14b5e647", + "image_path": "images/779.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "7ff2fbf7-f30c-4db4-8953-ef0e3a241c27", + "image_path": "images/780.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "a3fddb95-3f0f-4125-b268-4b8715f84ca1", + "image_path": "images/781.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "5a8fb821-b961-4f9c-b710-5f5b33801307", + "image_path": "images/782.png", + "question": "Based on this image, which modality does it align with?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "9d6eb279-e0da-4e2e-85c3-12fe727c56a0", + "image_path": "images/783.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.RGB\nC.nighttime light\nD.false color", + "answer": "A" + }, + { + "id": "f190a142-68e0-4083-8b4b-0f7949ad4ab9", + "image_path": "images/784.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "8f1a55a7-73d4-4bb9-bbd2-28ef2a9862e4", + "image_path": "images/785.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "700b5c43-d60f-42ca-8d04-7e2bb8097cb7", + "image_path": "images/786.png", + "question": "Looking at the image, which modality does it correspond to?\nA.false color\nB.RGB\nC.nighttime light\nD.SAR", + "answer": "D" + }, + { + "id": "cc193c2f-588e-4af4-a75a-92020380233c", + "image_path": "images/787.png", + "question": "Based on this image, which modality does it align with?\nA.false color\nB.nighttime light\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "8286f161-e298-427a-b4f8-524f48f92a1c", + "image_path": "images/788.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "4abec386-675b-4afd-aa50-2ce01e46ea66", + "image_path": "images/789.png", + "question": "What modality is represented by the image provided?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "6972e0f2-a4bd-48c1-a246-1dde131b3f09", + "image_path": "images/790.png", + "question": "What modality is represented by the image provided?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "be03abde-3739-4f0e-873c-72b026cedf04", + "image_path": "images/791.png", + "question": "Based on the image provided, which modality does it belong to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "c3fafef5-1086-4913-bb84-b023560b6313", + "image_path": "images/792.png", + "question": "Looking at the image, which modality does it correspond to?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "a86f7e0e-630f-4eef-81b4-f4d918bca435", + "image_path": "images/793.png", + "question": "Looking at the image, which modality does it correspond to?\nA.RGB\nB.SAR\nC.nighttime light\nD.false color", + "answer": "B" + }, + { + "id": "c91acff1-b5b9-4088-9a07-6e212a7da8ae", + "image_path": "images/794.png", + "question": "Based on the image provided, which modality does it belong to?\nA.SAR\nB.RGB\nC.false color\nD.nighttime light", + "answer": "A" + }, + { + "id": "70ddb33c-963f-475f-8f79-c1afe269175a", + "image_path": "images/795.png", + "question": "Considering the provided image, which modality does it fall under?\nA.RGB\nB.nighttime light\nC.false color\nD.SAR", + "answer": "D" + }, + { + "id": "798bbf66-6d22-48bd-ab42-4b8805454306", + "image_path": "images/796.png", + "question": "Based on the image provided, which modality does it belong to?\nA.false color\nB.SAR\nC.RGB\nD.nighttime light", + "answer": "B" + }, + { + "id": "940cfca7-af06-4927-ba38-daa584476387", + "image_path": "images/797.png", + "question": "Considering the provided image, which modality does it fall under?\nA.nighttime light\nB.false color\nC.SAR\nD.RGB", + "answer": "C" + }, + { + "id": "9e30b0f7-dd18-4935-bb73-98035b672098", + "image_path": "images/798.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.RGB\nC.SAR\nD.false color", + "answer": "C" + }, + { + "id": "faf239d8-2d63-4d20-849b-983ee33894e3", + "image_path": "images/799.png", + "question": "Looking at the image, which modality does it correspond to?\nA.SAR\nB.false color\nC.RGB\nD.nighttime light", + "answer": "A" + }, + { + "id": "4d0d5cac-fdbf-4d0e-b702-14ce052ab2bf", + "image_path": "images/800.png", + "question": "What modality is represented by the image provided?\nA.nighttime light\nB.SAR\nC.false color\nD.RGB", + "answer": "B" + } +] \ No newline at end of file diff --git a/perception/image_level_comprehension/image_modality/images/1.png b/perception/image_level_comprehension/image_modality/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..044b967d145e3ed391bf32754faa01e2ed4a1e03 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78795246d3384173ebefce1fa9299d104f767f319d3c1a3d8ca3805f61387ea +size 412052 diff --git a/perception/image_level_comprehension/image_modality/images/10.png b/perception/image_level_comprehension/image_modality/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..7f1b2d227b0a2dd54e1fe923e22b43d284fdadc4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9974f5674781d9184c07f6140f65ea3a57a977dd78f121f814950bbb35ffe95f +size 395457 diff --git a/perception/image_level_comprehension/image_modality/images/100.png b/perception/image_level_comprehension/image_modality/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..26eb515bc078956a0d89deff066d7d62b53be139 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba07e5692815afdfa05bd32709d04e1e39379628f5c742386cc5e1c5c9aa2f5 +size 524854 diff --git a/perception/image_level_comprehension/image_modality/images/101.png b/perception/image_level_comprehension/image_modality/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..298fcd00b82a5041563332d499a3a861226b6425 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de78990a524656e799495a09ff3c0620ca45ab96e18906d9ecfab0ab376275 +size 439328 diff --git a/perception/image_level_comprehension/image_modality/images/102.png b/perception/image_level_comprehension/image_modality/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..d6187c3f980529e19634e0ce3e42c2988ca4e7a2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f454947f44608edfcd2d23574a5ebcebaf29d59be41d70a782f143995462591 +size 422042 diff --git a/perception/image_level_comprehension/image_modality/images/103.png b/perception/image_level_comprehension/image_modality/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..7200c11977fa34afa1fbaddb6948ca7848b57d97 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423ef0f12efc80375619751f69e56767097d3e6841e5a94f54100583b28d911c +size 464591 diff --git a/perception/image_level_comprehension/image_modality/images/104.png b/perception/image_level_comprehension/image_modality/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..d6738212b40658c29649ea152ac092b913b31eba --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808eaf1196ec561ecc52333a5154616fcb894eceda7532d1638e3fcec5ce69e2 +size 484799 diff --git a/perception/image_level_comprehension/image_modality/images/105.png b/perception/image_level_comprehension/image_modality/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..81e49043cf32040f92bfa76004f89c1794055ba0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff12385f6d5754929d79fe2944846742c9179d307110006a152ab73630e5dd36 +size 402271 diff --git a/perception/image_level_comprehension/image_modality/images/106.png b/perception/image_level_comprehension/image_modality/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ef7629815402d9659839893ad619f9eaa9b329 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf1f9d9dc4e4b485e8a1ae01dbcbdb9aca286cc078e403950ed5cece4641653 +size 478686 diff --git a/perception/image_level_comprehension/image_modality/images/107.png b/perception/image_level_comprehension/image_modality/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..e05a0477415ebb95fb75cd81ac36352e48e94bc8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703d2695d2560441fbb9f5b6249d46514d3207f7ba7be8560011c615a472ffff +size 525651 diff --git a/perception/image_level_comprehension/image_modality/images/108.png b/perception/image_level_comprehension/image_modality/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..edf29ef5dbe68800af4b52d6766290ce324f177c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8e20a69b262c8b8239ec5756dfad4b8c356db33436f6257445b8b42ebefa04 +size 478683 diff --git a/perception/image_level_comprehension/image_modality/images/109.png b/perception/image_level_comprehension/image_modality/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..180fa6455f335e57df5eb0d36967b1392cf2f85e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a696bf3aa752c35a03e61a052ee6f56d6f78ffca93570838b37dea151412b8f2 +size 477384 diff --git a/perception/image_level_comprehension/image_modality/images/11.png b/perception/image_level_comprehension/image_modality/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d9bd696935618495e0b79ad2a7dec1dcc774f237 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8eb2e3cda4bbe4c5b7465cb3676d3248ac51cfe5816da55d3243e5fa2ccd2ce +size 486899 diff --git a/perception/image_level_comprehension/image_modality/images/110.png b/perception/image_level_comprehension/image_modality/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..513c5951cb58c4dd1d76bb2279cfb841d8c8fd6f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28a7376f9fd89f2da5edba35a04614638430694dc6bc32bee6cb08b4db38b57 +size 538016 diff --git a/perception/image_level_comprehension/image_modality/images/111.png b/perception/image_level_comprehension/image_modality/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..9da41279eb81302a7fb10f9c240ebbde557d07e5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ffd93a50c9d96b2881ecca042ceb9c78f23e979cdccf013db61fa066520038 +size 505010 diff --git a/perception/image_level_comprehension/image_modality/images/112.png b/perception/image_level_comprehension/image_modality/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..da4b63f49166501fc5e507242e31b644982674ff --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccac77ff52950b30f8db7e307769fbddcb45654271799cdf9225d7f8f77fe61 +size 502874 diff --git a/perception/image_level_comprehension/image_modality/images/113.png b/perception/image_level_comprehension/image_modality/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..068e2b93de7e8239a13cc32e2d65e86537e2a500 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9fba89c61f659e6ea79e0589600aa3f0f80167152acafdd4bb6d0ca5d10e0a +size 516170 diff --git a/perception/image_level_comprehension/image_modality/images/114.png b/perception/image_level_comprehension/image_modality/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f60abd47232eb09bd2e1ddc30eefa3143a7844 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ee0854ae787c319615725f556d0caef2e9a35d2c4ba282a29523e4cf67905b +size 534467 diff --git a/perception/image_level_comprehension/image_modality/images/115.png b/perception/image_level_comprehension/image_modality/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..6688f3c99ae8cb39f636400c2ea6fce3c504d463 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f7e6e343abe69696207eab012cf776d16f653aa9db53b25038eac0608bf0cf +size 522641 diff --git a/perception/image_level_comprehension/image_modality/images/116.png b/perception/image_level_comprehension/image_modality/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..889d49d41382f0e8a4a83528cae1cda2d2dda20b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a6d2920b566372bf3fef6110149d58c30d410c3369359c0e7dedeeb1f732cb +size 496157 diff --git a/perception/image_level_comprehension/image_modality/images/117.png b/perception/image_level_comprehension/image_modality/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..580512cd959a51e5c98a33ad6d0b177b5367e154 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5cb0da981165cc6400f6e838f9608738a0e0283d3289b42f53c2c88c9090b9 +size 545355 diff --git a/perception/image_level_comprehension/image_modality/images/118.png b/perception/image_level_comprehension/image_modality/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..5eeec344ee451ccb059d44b0e2ac3c9056b37ccd --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bede50b2e8569590badfff734c4d522197a7d31e8876fe899ee3d60b4cf4a984 +size 543925 diff --git a/perception/image_level_comprehension/image_modality/images/119.png b/perception/image_level_comprehension/image_modality/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..69d6e40d4c6882fd2f9e2a3269c0d3aa656cbdec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100338fdca35b7cf1030cbc1cfcc63cfd866cf7f6a64d6802941893e6aa255f7 +size 512703 diff --git a/perception/image_level_comprehension/image_modality/images/12.png b/perception/image_level_comprehension/image_modality/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..196d85a3c3aaeb6552f4fe656c6d7203bf4e7997 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bd8f26e012dd23f79ce0ad292d96d26d336cc2dc7ec30371cb1ee90f640afe +size 456386 diff --git a/perception/image_level_comprehension/image_modality/images/120.png b/perception/image_level_comprehension/image_modality/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..89a51604a50870b6a2b3ba3fe289111ada9dffaa --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e994115f15cdfcf18c5bd4458d439786ae9e9eaa632fa781bbbcdd5449653f +size 493276 diff --git a/perception/image_level_comprehension/image_modality/images/121.png b/perception/image_level_comprehension/image_modality/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..955181f38e6301c0598c31c4ca1d7dc9a05384e2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae264e8f8ee34bdf9bbec7206b1d42a2e8e07e918c81fd25010176d1a20ca35 +size 481341 diff --git a/perception/image_level_comprehension/image_modality/images/122.png b/perception/image_level_comprehension/image_modality/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..59b5d16dfbd83e3280dcfe8b1653bb0e23b31200 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19880e7a02c4e8b4b4460da04a691808473274145cec0f26ce9ebe40cafcbc6 +size 442604 diff --git a/perception/image_level_comprehension/image_modality/images/123.png b/perception/image_level_comprehension/image_modality/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd622a4aeb62bc0d27a97ca25cafdc45d9691fe --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f09a19119af461fe306b11a548fc7d8d5666b18d9827a37e3b761e9698933e2 +size 437021 diff --git a/perception/image_level_comprehension/image_modality/images/124.png b/perception/image_level_comprehension/image_modality/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..13c44601021274dee543f05136aba22c200f83b4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b468e41cfc0cf03870874f2132a9a979bd68bb5ac7adfe0d65655559771910 +size 395625 diff --git a/perception/image_level_comprehension/image_modality/images/125.png b/perception/image_level_comprehension/image_modality/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0bb530b0ab4c2e54fa6fb3f06805b70f949fb7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebc698a5f61498529b34f7def1bb7cc7f2d985995e38cf125e6713b4e853f2f +size 607397 diff --git a/perception/image_level_comprehension/image_modality/images/126.png b/perception/image_level_comprehension/image_modality/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..18ea43ee1252339e7e782f8a2598d0be4374fba4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc3e79fe785d69b9c8730a3e16fb6c5db7fa9f83adfcd9ea646cc726c09a622 +size 466367 diff --git a/perception/image_level_comprehension/image_modality/images/127.png b/perception/image_level_comprehension/image_modality/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..935e857fc8f992e6e23982bd54b5dad428f36796 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1298e584a1d809b48a0e3307a9b5c9f6bbfe28f565eb4c0421441bb8a3345b +size 395325 diff --git a/perception/image_level_comprehension/image_modality/images/128.png b/perception/image_level_comprehension/image_modality/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d93c8e77a9f3d23f5cb8e2bdab115e42f2d623 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24182fc2084218b8daea3420a294288dd840c78fb59fb9d29d3b6e59f38617f3 +size 261233 diff --git a/perception/image_level_comprehension/image_modality/images/129.png b/perception/image_level_comprehension/image_modality/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..b8de04b21ba4439b80f613cebb4f9256e6428ea0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1852dba868aabeb64e803d2118bb0a75f6d95b6beb4f194a3b03c0d5d680cc92 +size 256029 diff --git a/perception/image_level_comprehension/image_modality/images/13.png b/perception/image_level_comprehension/image_modality/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9b227e1a115bf087063dec90ece06aaaff0ff0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd342fbda793a8caad6ff3708c42169660bd2ff8b1868396b795aed6f206e859 +size 424651 diff --git a/perception/image_level_comprehension/image_modality/images/130.png b/perception/image_level_comprehension/image_modality/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..98428d81f749757e598f46aec843d9576e1e1581 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17b6b5cdf5f1075dfbf2cbdcfd41f72cde7c7817e876528ea446082f5e181cb +size 418499 diff --git a/perception/image_level_comprehension/image_modality/images/131.png b/perception/image_level_comprehension/image_modality/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..dc8eb3c04ed30bc0ca0b2c0cf795e66723edd2be --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91135720a7926ef4d7909eba9ca59812caf7850664f6944056789788eaf29e7 +size 429509 diff --git a/perception/image_level_comprehension/image_modality/images/132.png b/perception/image_level_comprehension/image_modality/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3a171642b4f981777240c12b147399794a66fa --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96d0960963f52fd58f4b0b0fa3479fa4009414279f9ad5a4c0e126894a74b85 +size 198358 diff --git a/perception/image_level_comprehension/image_modality/images/133.png b/perception/image_level_comprehension/image_modality/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..3541ab15b47faffe1f58e5189ea9681d367d4112 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe3e1ddd9d900edd1665cbe078c2d571e8112c3bfff8428666c4d6da32ed052 +size 412653 diff --git a/perception/image_level_comprehension/image_modality/images/134.png b/perception/image_level_comprehension/image_modality/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9f038f1c44c48003d52c95add568b018dc2e0c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd669004cbb9b1f9cf26a2ce316819309199addde7563f3b922ca28bdbc21ff3 +size 263334 diff --git a/perception/image_level_comprehension/image_modality/images/135.png b/perception/image_level_comprehension/image_modality/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..71069757202dd5e1f219c2bda032b73249dfe280 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55e45504127d1288e321e4e673569cdf66d495e3afb567405c9a9f7222ec78 +size 468612 diff --git a/perception/image_level_comprehension/image_modality/images/136.png b/perception/image_level_comprehension/image_modality/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..19f98b0707c03a0dcca8e1a64e227d7655105ea9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4727036a67e780c3c61c789e2238388b3e598d342f0c95fc02f5395e486d8e +size 224153 diff --git a/perception/image_level_comprehension/image_modality/images/137.png b/perception/image_level_comprehension/image_modality/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..971683d17518f6f01f38be912c63ddb8963f1b6f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6d3203f12abc259a86a4cd76f2d6e581740b813aed1b045f61b1304480ae42 +size 376387 diff --git a/perception/image_level_comprehension/image_modality/images/138.png b/perception/image_level_comprehension/image_modality/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..eecaf78295b2fbb92e8398cc3d310fd81da96dbc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a789cc976e1cb6df8ea9d178a7d1aec80e599c3f3d48bbf3202c07a0518e73 +size 251660 diff --git a/perception/image_level_comprehension/image_modality/images/139.png b/perception/image_level_comprehension/image_modality/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a219b76df9010a03235e269c786cdabdc860b2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06c92cb1b04eb8f899d7d9678fcc001dd3de61bba4919d8f2c54cf765684eb8 +size 449684 diff --git a/perception/image_level_comprehension/image_modality/images/14.png b/perception/image_level_comprehension/image_modality/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..498baed15d8026e79789d030ff2ed99d427c0211 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bab0d0c252c9f6a532d1a56fbc7b4174bdbfe7b64cc9686fc40da0585c965e +size 471899 diff --git a/perception/image_level_comprehension/image_modality/images/140.png b/perception/image_level_comprehension/image_modality/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..a923686cbde7a653eedf5178c41272cbfba08355 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633011336dc68c201205645195343e433e5f34ff19f41397f63cc3b058d99891 +size 235408 diff --git a/perception/image_level_comprehension/image_modality/images/141.png b/perception/image_level_comprehension/image_modality/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..23bfc75faf0a2f8a291d4df873dea4a4f6f1672c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09abe2b11d424431b9f92f38b5ac3b972329c9b5102941ce176bf8860bc96063 +size 497884 diff --git a/perception/image_level_comprehension/image_modality/images/142.png b/perception/image_level_comprehension/image_modality/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..07e1e4722833b2501f6b181fee3225de4055637c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d0ab6cb6f2d990f7644f3de7795da9914adb8ef9247177996968110a22a266 +size 438311 diff --git a/perception/image_level_comprehension/image_modality/images/143.png b/perception/image_level_comprehension/image_modality/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..da2750368f4ee25f562cafe7f2ba26cdc830ff00 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a61cad8d515dfbe18f39d79dfce2a2c6362350348eb7801507d055765a960aa +size 447100 diff --git a/perception/image_level_comprehension/image_modality/images/144.png b/perception/image_level_comprehension/image_modality/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd02ec7233c979d649d231e92b60aa456b6140b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055e80d67573d01306165a854691b1766569c197f074421fc55b97619cebc267 +size 430212 diff --git a/perception/image_level_comprehension/image_modality/images/145.png b/perception/image_level_comprehension/image_modality/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..b51e3b13b9a560b23bd263bc1b3afe0d81a1504d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4078528b0c36d347ab2e1617805110d27b56665076ba56f73e03fcf08221ed +size 327506 diff --git a/perception/image_level_comprehension/image_modality/images/146.png b/perception/image_level_comprehension/image_modality/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..f48a36ce83703d553390d7061328c1b0f684f2e4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e16ad1dbe0fcd84e0a1d6d3684e53167dde0299cc537913d991173d57ec3a52 +size 522968 diff --git a/perception/image_level_comprehension/image_modality/images/147.png b/perception/image_level_comprehension/image_modality/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..54e66e442f2a379cce444d0c169b4f02ba2dfd16 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626250879841e1e2dc298a524d3e0dab5391e1d8b1c1d840272f7b081d5ff27e +size 377394 diff --git a/perception/image_level_comprehension/image_modality/images/148.png b/perception/image_level_comprehension/image_modality/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..aebef0d17c87fa979cbf3e1a647b6f8297cae0d8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b57744eb38599d89cab082bf841eb269758196ba03bf937af0e4e12a562dbca +size 331506 diff --git a/perception/image_level_comprehension/image_modality/images/149.png b/perception/image_level_comprehension/image_modality/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..aef9bb9538ca1f1e3b54c28db5672d4226471dad --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298901f80493e37ee3637d327a688e94b236cc05cca7a068fa3d99e70494e4be +size 381783 diff --git a/perception/image_level_comprehension/image_modality/images/15.png b/perception/image_level_comprehension/image_modality/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..93fc0f1f0d3141a5d31e69979dbbe4474ea2b84c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619e79d65e398611a17d41faeae662f1a9467d40ba87e197e8c0d02506181714 +size 418076 diff --git a/perception/image_level_comprehension/image_modality/images/150.png b/perception/image_level_comprehension/image_modality/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..d1067ac22eaa2e283db34adf814d09a372ceb713 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678e50d53aba9fe724830d884cda6dbbbe9d97ee76d0e8d6f624fdd4af290ccd +size 349015 diff --git a/perception/image_level_comprehension/image_modality/images/151.png b/perception/image_level_comprehension/image_modality/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..d1cc901d9018b632ff083b7073dcfcb28ef30086 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198b9e3f5b3b012e41dd16dcaaf3b728e49d5fa3fabbf2eef4d5d4fc00bdd6a7 +size 458343 diff --git a/perception/image_level_comprehension/image_modality/images/152.png b/perception/image_level_comprehension/image_modality/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7b97ec6f26404f995a243702144a0950369861 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d767648e561982e128bcf4faa28850abdea38804fd6be939efaaf8073d14dec +size 495503 diff --git a/perception/image_level_comprehension/image_modality/images/153.png b/perception/image_level_comprehension/image_modality/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..20e6ca3acec6f4d0a00b0941ae0164bfb8676dcc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5c700e6a0cd42ca7ae71e4b050e1f0d62921cd70d39090e7d547a8269bca2b +size 435685 diff --git a/perception/image_level_comprehension/image_modality/images/154.png b/perception/image_level_comprehension/image_modality/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..d69d7fdcbcd04c9f696b3b9bdbec09cbd7c4a0de --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685c2e2b53c0214cbf6bed772ebbcd3f85f6530b2cb48d3d81612440024d5cb5 +size 459049 diff --git a/perception/image_level_comprehension/image_modality/images/155.png b/perception/image_level_comprehension/image_modality/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..11d8f03268866a4acdc17e66f06addc05e5ed770 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b703696fd6a097b68c162e3167f1346c7f8ec92b77e8377b4eb1461b0a1514 +size 398174 diff --git a/perception/image_level_comprehension/image_modality/images/156.png b/perception/image_level_comprehension/image_modality/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3e88585349534523ad08c4cf2c2a07f19b1a51 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc14106f82efb574742212493365fbc02ca704bf1264250159f5707165486ed +size 530915 diff --git a/perception/image_level_comprehension/image_modality/images/157.png b/perception/image_level_comprehension/image_modality/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bc2572250c4a9f8274bfe65cea48cee84c26b9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c3cae2b73f1d7b952dfd69be947048b524917dd1158058e468c85b53c69fa1 +size 410382 diff --git a/perception/image_level_comprehension/image_modality/images/158.png b/perception/image_level_comprehension/image_modality/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..64ac2e82693962103c309ee91d65fbfbf9781e2e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b89dc2c5ea20fb8b893cf08e5b377bf58a942b32347e8cd8265f8dc72a6cc9c +size 439317 diff --git a/perception/image_level_comprehension/image_modality/images/159.png b/perception/image_level_comprehension/image_modality/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..52c4a78ae8ce0d3e3cd148b27d5cbae6fb4f2e3c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa30bc7425f8fd327c5d19e910a6e655907dcbdd0af685b38c4863ef3b33c094 +size 500346 diff --git a/perception/image_level_comprehension/image_modality/images/16.png b/perception/image_level_comprehension/image_modality/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..17577391f1a11f925d481151e59ff2b824b3bfaa --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2811a2572b6db4152e846e5a5f4eb6794abdbe8f52fac02cc71b69a0305d2209 +size 464743 diff --git a/perception/image_level_comprehension/image_modality/images/160.png b/perception/image_level_comprehension/image_modality/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..3775a508ea908292c6bb2e984972facad6ee33cf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cce4ad2e96dfe36dd6167fa4d6ce025a95ec488d931052b5e480b17328cd62 +size 416301 diff --git a/perception/image_level_comprehension/image_modality/images/161.png b/perception/image_level_comprehension/image_modality/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d055e863321d11c34d0b6223c6fbd7b34eb60e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc271a2210f2a84e7db057129d9162a3614e99d1a37edd08d2f51406a34678d +size 508363 diff --git a/perception/image_level_comprehension/image_modality/images/162.png b/perception/image_level_comprehension/image_modality/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..db3f7e48da35b0c21ca798a2c6f9eb03cdc3c06d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97f4fd03a5974eaa55ed12d87144a60d938bd35908d4374e250cde550fd3b99 +size 565721 diff --git a/perception/image_level_comprehension/image_modality/images/163.png b/perception/image_level_comprehension/image_modality/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..89af2e39a5f2d8f6574057651ccb65e06ce9ca87 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818c1ad5efdf55b1c5a11d924c26176880496d93f42d0c91bec8a420fc2bdea6 +size 614185 diff --git a/perception/image_level_comprehension/image_modality/images/164.png b/perception/image_level_comprehension/image_modality/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..aff242af5ad72766bb16ae9a262cf48683454b66 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cece9589849bda4a9827145ec868d5503e371f2b7f02f43ffd272719ed2501d +size 510693 diff --git a/perception/image_level_comprehension/image_modality/images/165.png b/perception/image_level_comprehension/image_modality/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..0be1a198381b76ed4ec86770269e51edb6b2cd75 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637a3ea22fccb37e92450207f0706d77728bf8236ac8f7dc1bc552d935e81c2e +size 609088 diff --git a/perception/image_level_comprehension/image_modality/images/166.png b/perception/image_level_comprehension/image_modality/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..7d4487b6079591366b57791a1b393f81e9079c51 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20797a3ca26af1af20334e678c5352c6b47f983a7e6a23b93ca90ebf96d85aca +size 564900 diff --git a/perception/image_level_comprehension/image_modality/images/167.png b/perception/image_level_comprehension/image_modality/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..37542b0db9438adbe2693c59b3b06e7e27ec745e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6d1c4cdcf843b98c5a5cbd30c2d4123f7546dcba6822c516d60d18ebfc6ffc +size 641885 diff --git a/perception/image_level_comprehension/image_modality/images/168.png b/perception/image_level_comprehension/image_modality/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd33d4de680cb0960f95457f8f2dd9ead1fedec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681e44f6e88e45dd90f72b6c2a77c8890716dc1ac10d54673f85721d58281d79 +size 464039 diff --git a/perception/image_level_comprehension/image_modality/images/169.png b/perception/image_level_comprehension/image_modality/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..54618ac455b58df534455984379914f2f021405e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acecc59c40c57bf343047ad289e801959d3f07881f864868c867e5fb09c1309 +size 436630 diff --git a/perception/image_level_comprehension/image_modality/images/17.png b/perception/image_level_comprehension/image_modality/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9db2f7b7d724642fd56e580b33f1711c218b59 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a06528304afaf2176d64bca4e42a2bcdd3e0da459a15756206f9695047bb1c3 +size 424082 diff --git a/perception/image_level_comprehension/image_modality/images/170.png b/perception/image_level_comprehension/image_modality/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..952ab7ae435b3d7366777f8d9e5cb2f8eb480754 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8d0a997f8794e8bdc8eda60a8972282c259bc4520937ff4689c038422cd3bf +size 548668 diff --git a/perception/image_level_comprehension/image_modality/images/171.png b/perception/image_level_comprehension/image_modality/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..bde388f26cc08ec0d2c684899d3b86852770c1c4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046dfde44be9df62dcf58862e51d0b6dd2f4dfec889512ec05cb950ce5469c01 +size 545350 diff --git a/perception/image_level_comprehension/image_modality/images/172.png b/perception/image_level_comprehension/image_modality/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf0d360433c95773a6eb8bfe1b515a34f103ee5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3feeb692bee5842dcab89afeffa5ce866154e252649d6164b22e7a7eadb183de +size 549159 diff --git a/perception/image_level_comprehension/image_modality/images/173.png b/perception/image_level_comprehension/image_modality/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c9ab8cd1b2341a203bcf3328cb5e5f9f33fe2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c6d23b469e9025db5f0d8f576c55b6f79e8276183a7b36ef7885b98379e265 +size 487977 diff --git a/perception/image_level_comprehension/image_modality/images/174.png b/perception/image_level_comprehension/image_modality/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e3d2d4e03783ceb9316d080326f7efa014396a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05cfb0f459b669ef5cc9f9a03ffaa5882cde57c6238ed8ce484a6ebc957cd0c +size 525446 diff --git a/perception/image_level_comprehension/image_modality/images/175.png b/perception/image_level_comprehension/image_modality/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..525e2f74cd7f0f2e65c058c1757d4ee69d3d1b2f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca43b79be8eb6fb3fabe9f7e6bff4ccd9965b342e52e8e6584ef55617dedc0c0 +size 523929 diff --git a/perception/image_level_comprehension/image_modality/images/176.png b/perception/image_level_comprehension/image_modality/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..4f31f8544404167ec7f29a8dbe5f21bf5d86c436 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7c07c5419fe9cf7e34e438305e14c430ac8be6a98890014f12919bfdfe7006 +size 520383 diff --git a/perception/image_level_comprehension/image_modality/images/177.png b/perception/image_level_comprehension/image_modality/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..6af35fe2207526ce77414e3e46787dbeb825b396 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b64f4a1a0c420f666e6da1082c93969e6aeb478d1196451a22f915648c3cf8a +size 536735 diff --git a/perception/image_level_comprehension/image_modality/images/178.png b/perception/image_level_comprehension/image_modality/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3a99184c7272b239cbbda01bad176fbe22f20e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b111a771c596273897ae1b076bdaadbff8c02a5cad12e3f56c7e00c80a18ea +size 530044 diff --git a/perception/image_level_comprehension/image_modality/images/179.png b/perception/image_level_comprehension/image_modality/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..b68ed67fce3b3f7d9434cbbff1374a53c3032932 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946eb05e016273a6235af30967e55752acaf0fc854505bf795e3a510d8b89c88 +size 509303 diff --git a/perception/image_level_comprehension/image_modality/images/18.png b/perception/image_level_comprehension/image_modality/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..39a9d5464ef2c3af248026ddf9a894bfad3f6e07 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3999ba5fbc7f79f4d11557ec6a6f96915da0e7d1cac0b690ea44fc03155989c7 +size 557161 diff --git a/perception/image_level_comprehension/image_modality/images/180.png b/perception/image_level_comprehension/image_modality/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..a6f85197639e6a7a02285d541321a2b9ac7b2ae0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4539825dcba7eef081b9995b123aad2178ed8c4a74f10a9c5c9ab155828eefc +size 537781 diff --git a/perception/image_level_comprehension/image_modality/images/181.png b/perception/image_level_comprehension/image_modality/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..3b5a7175acc90222744afa981ff22f2bd151c26c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81d799ad94ea658d2c1d5431d4ea1c7966c4ce78924acddb7506933ca3aba39 +size 418783 diff --git a/perception/image_level_comprehension/image_modality/images/182.png b/perception/image_level_comprehension/image_modality/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..3be77d59180daec12399c42c4b0d31423c3cbb1f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7231498760a212e143a320a5295cf98842acc94634186cb915496dbb51b006 +size 483432 diff --git a/perception/image_level_comprehension/image_modality/images/183.png b/perception/image_level_comprehension/image_modality/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..d56ba0508bd7731539f221209c380b62e404ae73 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eac3f687333a9ef6c2018be0d81d71641dce328d8e498f66b2063948e34ed3 +size 465662 diff --git a/perception/image_level_comprehension/image_modality/images/184.png b/perception/image_level_comprehension/image_modality/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..0aaf57e17a62c82ba687559e07e7e58412315807 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f54bca6c198c6f5a02d3754b2b9a77c09df174f7f8fafd3d365371a3cfdf021 +size 508567 diff --git a/perception/image_level_comprehension/image_modality/images/185.png b/perception/image_level_comprehension/image_modality/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..948d4abe8cb28581bf18c5d5c127c2f5858b15d5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70db11a84d1ef0d02c4fc952f0f3c466cfa2a47dd2684f78f8cdc9ef5091bcf2 +size 446383 diff --git a/perception/image_level_comprehension/image_modality/images/186.png b/perception/image_level_comprehension/image_modality/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee67d9ca4b3b7571a8e453c5ae504b1edb68083 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc636de98a62a3769eceafdbf84c68df8ecb3aede5a84fb4531f72987f7e6daa +size 430395 diff --git a/perception/image_level_comprehension/image_modality/images/187.png b/perception/image_level_comprehension/image_modality/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9cd1c042a12d3e3ca311cd1193792edabefd87 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b874b8e6b7b6999d0c0ca3232c2859ccd6e551c06d288d1c4ae1873e46cb8d4e +size 432869 diff --git a/perception/image_level_comprehension/image_modality/images/188.png b/perception/image_level_comprehension/image_modality/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..f35f0af4b36d515ca2b47a3b53a48643fe51bda9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4a7f002724a859d9a9d7eda1c0dec6a1f2df9a6da3256868d147177cb68ec0 +size 496095 diff --git a/perception/image_level_comprehension/image_modality/images/189.png b/perception/image_level_comprehension/image_modality/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ba2213613ea362855c89de0ea7f31cfd63095a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760d751061bc1fbed18a96d8de8e6de4b8f62a3a769db2adf43bc93c7109f594 +size 456190 diff --git a/perception/image_level_comprehension/image_modality/images/19.png b/perception/image_level_comprehension/image_modality/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..ae12caa3425c9b0748a68b93615539b10d07bed4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2321afe7f4611ca4dd9595fa26a98a55bb789c7b9f90cdd751e499e1134b744a +size 406091 diff --git a/perception/image_level_comprehension/image_modality/images/190.png b/perception/image_level_comprehension/image_modality/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4baa85e8c9750eacf456c71dfa4a729786928e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7dbc4ad3b6f735bf04a0d3d0002c34142ea7e0c7807fe22d569c9d13bd7e92 +size 505072 diff --git a/perception/image_level_comprehension/image_modality/images/191.png b/perception/image_level_comprehension/image_modality/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..d4983d2cb1bfe4f3f7845c28bc11311c98d3dfe7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1ffe213e00e42366e0858b462cdd944100a38bddf15b88f5b0c3b233693a5a +size 593407 diff --git a/perception/image_level_comprehension/image_modality/images/192.png b/perception/image_level_comprehension/image_modality/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..871ddf70b925cc01acff247858921dc0aa6883f6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82763cf077d20be8dcab0563ea0a1fc26002bd5c597c7bdf9c912132ee905b38 +size 503662 diff --git a/perception/image_level_comprehension/image_modality/images/193.png b/perception/image_level_comprehension/image_modality/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5a8bdfb24670462733d636185084324ae9abcb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc6df7e5160478aecdb7d3463984c3d7fe42712ff56c69904d0b92da0f908d2 +size 606198 diff --git a/perception/image_level_comprehension/image_modality/images/194.png b/perception/image_level_comprehension/image_modality/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..7df9345688dc13d24ab7f669f9b28c8cce502f68 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c915a70e35ee654746d05d0d4b89f99e9e0324c9360f3976536251947501879c +size 400374 diff --git a/perception/image_level_comprehension/image_modality/images/195.png b/perception/image_level_comprehension/image_modality/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..b70875909a7736a62c21755a2192b77b606ee5a3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7602247bd5153a218c96ab954f482a7f36001aad5a42d2e0709fcec86ac341a3 +size 544428 diff --git a/perception/image_level_comprehension/image_modality/images/196.png b/perception/image_level_comprehension/image_modality/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0f8d6b9d5396caa6c608d5fda8df0296678673 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9950b5f4161fc16acb564a757c993755a93e3466c7474c4170b16b269b98dd40 +size 497035 diff --git a/perception/image_level_comprehension/image_modality/images/197.png b/perception/image_level_comprehension/image_modality/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..d7de7e53526918e960ef7a9e455aa5cae1e2d888 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a158fb0f2cd6e252a6044d1326248d45d2c6f10fa8c7cdbf3f96237eb0dc8c +size 589688 diff --git a/perception/image_level_comprehension/image_modality/images/198.png b/perception/image_level_comprehension/image_modality/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..73ff7415bdf992c6058b477c260fa64100eb3382 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a489bc2cd0b3a58be77c22037a0722125e08f12f77f294304ab323eaeb9ae03f +size 537750 diff --git a/perception/image_level_comprehension/image_modality/images/199.png b/perception/image_level_comprehension/image_modality/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..cf6ee0aec9cb00471251e7aa54983f4adcb34760 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f536668d18caf40503b435db6af5448a1ac39a7dc15dd611797842e9ac1ecf8 +size 488790 diff --git a/perception/image_level_comprehension/image_modality/images/2.png b/perception/image_level_comprehension/image_modality/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e3bf8f9b003b543cd17e84ab83655460e833d02d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7eecd1f1375bfeb095e919dfdf7b1a9cfee2afac11cd8197080ddd09d71ebd +size 250423 diff --git a/perception/image_level_comprehension/image_modality/images/20.png b/perception/image_level_comprehension/image_modality/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..9c04085b383f4ebcf18d8f13487b94050ac2f4bc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715065afc4b26935083f23748fa379fef53afc288d54eb6d4563b564cc8d2632 +size 405743 diff --git a/perception/image_level_comprehension/image_modality/images/200.png b/perception/image_level_comprehension/image_modality/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a71692aed1994320e79344634070c45a291140 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e19d561a5bfa885867c930fd482f77bb68ed361779d42e21406e35b5d0311f5 +size 455985 diff --git a/perception/image_level_comprehension/image_modality/images/201.png b/perception/image_level_comprehension/image_modality/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..14cdaefa0b64ff5e6ff097ac3b4d98310f5b39cf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398751f28ee61f537dd5380f48066450ebc276f332d7462ef9a9b4149875f8f8 +size 355643 diff --git a/perception/image_level_comprehension/image_modality/images/202.png b/perception/image_level_comprehension/image_modality/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd9697c98e788f775a41dc55441e7b622655bb6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7b3bc7dd206c17ed7471dfb89e4e805039839b732a8200b42237eb198123f0 +size 281908 diff --git a/perception/image_level_comprehension/image_modality/images/203.png b/perception/image_level_comprehension/image_modality/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..1cdc7419a7e928494598ca517f2fc2ef60fd680e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55513257fbbc3817b7caa98c3daa12837f7f3e9b75a4ccc57c6cc7d5cc4cb29 +size 410193 diff --git a/perception/image_level_comprehension/image_modality/images/204.png b/perception/image_level_comprehension/image_modality/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecfc81a6a02e9325c7a1a32d87e35c1e9bf10f8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6368fa59d3989dc2fc1d85ec0595b843349b042ce5d0cb0e8331394ea96623fd +size 400187 diff --git a/perception/image_level_comprehension/image_modality/images/205.png b/perception/image_level_comprehension/image_modality/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..faedf2d29aaaffb88a564cfcfac56d6ea136367c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b2cf6871f5a9c9dc0504c6990f47a9624a3cb01384c743e403fcfdc41e253b +size 470166 diff --git a/perception/image_level_comprehension/image_modality/images/206.png b/perception/image_level_comprehension/image_modality/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..f90fdc4de3ff84dfee97d4568d2200404573aef9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53d827b99257d7031826e200aa5327b364d38ec0b9fddacfc29cb4524726d3b +size 449012 diff --git a/perception/image_level_comprehension/image_modality/images/207.png b/perception/image_level_comprehension/image_modality/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..c6422d7446e2a95fd12e6af9ddd58e3931e653b3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe4e4c4578ef7517d4f56886902233e71390d17556784166549e2115b2bef91 +size 548546 diff --git a/perception/image_level_comprehension/image_modality/images/208.png b/perception/image_level_comprehension/image_modality/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..e72fff4f724a8722492d9e554d13671812ad7ba5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc6cc03cb7d0be7fefdd8ea8cc44296255fab32123bb72d0b96c1f02d9ba1ad +size 389728 diff --git a/perception/image_level_comprehension/image_modality/images/209.png b/perception/image_level_comprehension/image_modality/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..14e10904df5e82905bddbbd15256b0018b521470 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f59bcb8470719351dd6bf523928e127e57672f2512fc80618a9e3aace16ce2a +size 355650 diff --git a/perception/image_level_comprehension/image_modality/images/21.png b/perception/image_level_comprehension/image_modality/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..7a07e3f66e604d2c31c50bd77f3d80f86eab826b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21eb6d49c0c0a190ed52bb16e925db9c10743f5f13a789eeefdf6e320da2e9e5 +size 277430 diff --git a/perception/image_level_comprehension/image_modality/images/210.png b/perception/image_level_comprehension/image_modality/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..0132da9999b495d041a29fae92a2cd56351b76d9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4419321bc99478e50f44f8829cdcb0a00d6cb5c2e487e252800db57db40c9b8c +size 500321 diff --git a/perception/image_level_comprehension/image_modality/images/211.png b/perception/image_level_comprehension/image_modality/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..971c368fc6cf3ee0b7aa234f7652605935cbc93e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4477bf90f332cc3c055cfdd3a3f2cafb8c614399aef36b075af9ff23c39fd4b4 +size 373499 diff --git a/perception/image_level_comprehension/image_modality/images/212.png b/perception/image_level_comprehension/image_modality/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..213c5160994801107e1967eb369daa63dae30076 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dada5af552d554de76f0041606fd700a89fa5cf028294c18be14205437e7779 +size 432381 diff --git a/perception/image_level_comprehension/image_modality/images/213.png b/perception/image_level_comprehension/image_modality/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..a31719b8bf5bf3f75db10fa338a6bc73ba258b01 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943ace64c568ec5cefa42fab32fed9d6abe59a4f4b6db6fd5248587f758c9806 +size 334856 diff --git a/perception/image_level_comprehension/image_modality/images/214.png b/perception/image_level_comprehension/image_modality/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..7804b979893f22b458b2547f9a7e1cc3993aaa77 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89fd573dcd90ef9c2bab87d54332eef9fb59f08d3b158259bef7bcc3786ca0d +size 456304 diff --git a/perception/image_level_comprehension/image_modality/images/215.png b/perception/image_level_comprehension/image_modality/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..15e594b2e7b429389a51a0d4917f3b7d0c0b9eb5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9952c905f38cf8fc8ad20abe3299508d34df34ebec62849672cc7085cf9ffd72 +size 341510 diff --git a/perception/image_level_comprehension/image_modality/images/216.png b/perception/image_level_comprehension/image_modality/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8f1e410143a0d304c4dfa037dcd9b866f80553 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b70878eb0a20abc0e705f1ffc0345b6353f996db8a86ed028d692059661b309 +size 387192 diff --git a/perception/image_level_comprehension/image_modality/images/217.png b/perception/image_level_comprehension/image_modality/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..bb501aba497467ff9afe29d487353c943a30297f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a312937e1b650f12bfb1d6b536d90c6609d5f3832bb1446b4c4d36b2802634f2 +size 505425 diff --git a/perception/image_level_comprehension/image_modality/images/218.png b/perception/image_level_comprehension/image_modality/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..ec252b483bbaa15491e6f729ded2ae76b9c8b156 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f7f60dbfa5815a48c1121b4e67f17738eea38cbb84cd580dad5dbe6bbc679d +size 237916 diff --git a/perception/image_level_comprehension/image_modality/images/219.png b/perception/image_level_comprehension/image_modality/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..f34d7f035ab882d99f65489a9263cce3b81fc08c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14759682a73abd34f0e2de6ebe4f90e91629f28a30ab6651325e37c95d57af1 +size 289269 diff --git a/perception/image_level_comprehension/image_modality/images/22.png b/perception/image_level_comprehension/image_modality/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ef39cfce0c1b3fc09833ca4ceae402bdee45cf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ee9972f671c8edb2a1482fadcf455b72a034a14bf7765641e6ba8946b78c3b +size 434709 diff --git a/perception/image_level_comprehension/image_modality/images/220.png b/perception/image_level_comprehension/image_modality/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..cf7d5f7f282c996d5e27085adeb98c70ef2d59ff --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8462af425c8364c0715efc51dcf3697b5dff30877613ec8620e8872c2bc1576c +size 436618 diff --git a/perception/image_level_comprehension/image_modality/images/221.png b/perception/image_level_comprehension/image_modality/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c587123c189aac5c40768b8fabf80725f220c2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce36b9d3481ef4b22c2c098eae269c7f692807d050c5e9613ced01bac2e5bf04 +size 322920 diff --git a/perception/image_level_comprehension/image_modality/images/222.png b/perception/image_level_comprehension/image_modality/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..733b214a6e96564eca9f21589045a7fb7881d560 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf7e0f0735e9c2b7d5985c24cce6103c44cbbbe26f11b5b3b4fed0f96a24a55 +size 406325 diff --git a/perception/image_level_comprehension/image_modality/images/223.png b/perception/image_level_comprehension/image_modality/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..f69afe6c92ebf6742f49150343bfb2d659b18326 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d36641248c10f2f3c5be1d980a8ea1d3f4f9b65a32401eace03d52b4d3c615 +size 337351 diff --git a/perception/image_level_comprehension/image_modality/images/224.png b/perception/image_level_comprehension/image_modality/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0324968f9e702746c1cc434c4b267db8483394 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1a06df403d36b70476c3dc703ac0b897e66025d90b8045f2f84d69cb594c58 +size 356859 diff --git a/perception/image_level_comprehension/image_modality/images/225.png b/perception/image_level_comprehension/image_modality/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6d5510a1dcff07388f97112bb84e652574d12a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b385b64e3053ddda3f66507f8c3ee5865c0fec8048423c7d9ebbc24da1b0a189 +size 306459 diff --git a/perception/image_level_comprehension/image_modality/images/226.png b/perception/image_level_comprehension/image_modality/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..ae94fb93909cbf26486d38cb4bf2f7613ee0c33a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c002a0dc664da499306433385bff04d6f4ddc0d5f0f97c2686a119399e413d +size 426498 diff --git a/perception/image_level_comprehension/image_modality/images/227.png b/perception/image_level_comprehension/image_modality/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..27d73e89140129cb69cf7f1693eb080bae6458b9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdefb9f689f996f1f334a54699cd781a65f9ae3e9fc302ca5c6edbad6d14a7ea +size 338961 diff --git a/perception/image_level_comprehension/image_modality/images/228.png b/perception/image_level_comprehension/image_modality/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..69d89f11208d8741a27a45b28ee5449df137b83f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9b75dbdcefcee7015e825342fc559091e6d117fac1a3f6ec8816c1e014424f +size 395479 diff --git a/perception/image_level_comprehension/image_modality/images/229.png b/perception/image_level_comprehension/image_modality/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..388f2efa9bbdf42c325fbd7d80eeb2de1c63a3d1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd78d898f25cab37a1de7c4369db12118909b641ca3c2f1c31a5ddcb939ed55a +size 386322 diff --git a/perception/image_level_comprehension/image_modality/images/23.png b/perception/image_level_comprehension/image_modality/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..48df614521ff43e8d643bdad8f7dcfffca3f1100 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efdc202864c28850a55666033f5490474d0b5d037507f734689fb829ebbf313 +size 287027 diff --git a/perception/image_level_comprehension/image_modality/images/230.png b/perception/image_level_comprehension/image_modality/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb4e5852059d6644114e980e8a257de7b52c431 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0edc5b4f76731dbd52671dbfe7e66379fd0f1ceed116156f01d59c042cc4312 +size 449114 diff --git a/perception/image_level_comprehension/image_modality/images/231.png b/perception/image_level_comprehension/image_modality/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..89ae8663c246cd05a0ebd2287b1cc6a04a3cad3f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f2907b9392e1175af55cb21ceb6b7d48e76718678cda906b4ec4a9e5d48252 +size 307350 diff --git a/perception/image_level_comprehension/image_modality/images/232.png b/perception/image_level_comprehension/image_modality/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..cc941c6746e9f3a3a043e3166d53c94e5a4024db --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f54971b474f23f40b76734c78801401fe34bc34e63b3b5e885c16399877ac5f +size 309478 diff --git a/perception/image_level_comprehension/image_modality/images/233.png b/perception/image_level_comprehension/image_modality/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d1f9c9b6ab08f454d40925ada5677b4fed301d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9aaea64c7dfe20b6e3dcfac37dabba95c24df7dec009c0c12c8f0aab2ea555 +size 456174 diff --git a/perception/image_level_comprehension/image_modality/images/234.png b/perception/image_level_comprehension/image_modality/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..1bb250ef47485b6c485b724d9f179a99990df97d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28570610b70119c279ce5cd995128e82ff61752650dd85fb4803ae23ef4c50d +size 437289 diff --git a/perception/image_level_comprehension/image_modality/images/235.png b/perception/image_level_comprehension/image_modality/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7de5d785b9ee883d2a31663ca795f79074f993 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b01a8cc1554113b6ae36be38cb7f72247217e4d311bf68ff08d0f103e9d05cc +size 497598 diff --git a/perception/image_level_comprehension/image_modality/images/236.png b/perception/image_level_comprehension/image_modality/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..d73894fb1e44021b9e7746680d50521b2160c870 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5567590002c390a291a01fe239e5599762715651e3f32357914f800a1bae32a +size 342734 diff --git a/perception/image_level_comprehension/image_modality/images/237.png b/perception/image_level_comprehension/image_modality/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..fce458a89e2c8de8cad325c467cbcd6b1a0db108 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6ec643fef489c4be8b92e3812263065a453fa21ea23826a291a0b14aad0b47 +size 330044 diff --git a/perception/image_level_comprehension/image_modality/images/238.png b/perception/image_level_comprehension/image_modality/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ebdb5fd8ba81d6ec50871de106b081fc434b7a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dbd09a04aeed9eef2cba416212d8f231d53f03b37075a115c509f072fa1cda +size 428406 diff --git a/perception/image_level_comprehension/image_modality/images/239.png b/perception/image_level_comprehension/image_modality/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..867c7091997f5eb96ca35e9d1b744a9a3ff888e5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e9ba6b3efe298bdb03e27631d7dc58f914fa4848009cd21f5ff03cbd68c997 +size 309462 diff --git a/perception/image_level_comprehension/image_modality/images/24.png b/perception/image_level_comprehension/image_modality/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..17b97d9c5b48aee7bf7237093db281320cb68be9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d9fe5b187148f1f43fc30aefc8cba61e34a442bf7c231594345b165f3a0834 +size 307153 diff --git a/perception/image_level_comprehension/image_modality/images/240.png b/perception/image_level_comprehension/image_modality/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..136bac2e1372602b5d1b116627d559ae6318fa65 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8531c980e6fd6bcda3ce3da9280d60ca1f2d3b4796db1f17f7668b0515ee046c +size 371054 diff --git a/perception/image_level_comprehension/image_modality/images/241.png b/perception/image_level_comprehension/image_modality/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..157e94234dbdc446b6e00adcb268309e66ada79a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c1a1c0f49b7df24a43705e2912ed128b0b564a3cd8d756164a9e0a77b145a7 +size 486182 diff --git a/perception/image_level_comprehension/image_modality/images/242.png b/perception/image_level_comprehension/image_modality/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6b1323c315f7d953ccd1c7b0cd9049de8c82e9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ecb8f0fc0a000e4bbfde98c4b2cfa6e04a2b13e8a3746ae0f3c650d4c9b1dc +size 413766 diff --git a/perception/image_level_comprehension/image_modality/images/243.png b/perception/image_level_comprehension/image_modality/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..a114bc361a05fedbc729af86bd7d2b80db172304 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c24a8f42cbb82d47f03d75132ce84c6d4f1feb30af620d75cf3e0e8622c3cd +size 469141 diff --git a/perception/image_level_comprehension/image_modality/images/244.png b/perception/image_level_comprehension/image_modality/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..c39e406ce5c3c548215391c424e999031d827d99 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fae1158fed13142055f80afd797b96a9ecc61dc15ba0946c798272b5d2a2a52 +size 481832 diff --git a/perception/image_level_comprehension/image_modality/images/245.png b/perception/image_level_comprehension/image_modality/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..8fca2e921c38cd57222904c0f7a83553e0e7ab8e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a309bd87c04f04c455bda0031d19d63554276631258135cfd1cfe154180943d +size 444337 diff --git a/perception/image_level_comprehension/image_modality/images/246.png b/perception/image_level_comprehension/image_modality/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..32e5f6c24650f8edc8d3f22f7811933e89e4df3f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa4e6469728a690afb9aead47947b1c4ed9be4c9d2d0f579d3ed0297683c9be +size 347841 diff --git a/perception/image_level_comprehension/image_modality/images/247.png b/perception/image_level_comprehension/image_modality/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..9d8b9c16418b05897068b40543376c94139fc400 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ae8ad1329d44e0081f221468369c737fd390d808a368dc8ef6e8eba0e5d485 +size 332554 diff --git a/perception/image_level_comprehension/image_modality/images/248.png b/perception/image_level_comprehension/image_modality/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..65c18d3cab40b0f9aec422e310a93a46cec4b4c1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db598f9acdfae80bd03e9aedb95cfb6fcf9b9887d197195e91f2e50d2577e88 +size 348510 diff --git a/perception/image_level_comprehension/image_modality/images/249.png b/perception/image_level_comprehension/image_modality/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f3e8dbd4ef2bfa6fa6de54953637011f59b930 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bb25133730086dd0c6dca061c12d465fecf604306d56538795fb8faad693f8 +size 355186 diff --git a/perception/image_level_comprehension/image_modality/images/25.png b/perception/image_level_comprehension/image_modality/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec440fec41b20ddfe62880d3829aa4673a4dfe6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e35f65d1a5e5b809187d48f7ee716e41931352e61131cbea6d255ca12884184 +size 282580 diff --git a/perception/image_level_comprehension/image_modality/images/250.png b/perception/image_level_comprehension/image_modality/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..2628b65221af3b91fdd9cb75621f61de2d97c468 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2007864e78acd8fce8f9dbbe8eeeb74e1b11e82a5e6a3b4ed2403ebd51c7c114 +size 337226 diff --git a/perception/image_level_comprehension/image_modality/images/251.png b/perception/image_level_comprehension/image_modality/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a42e28f74165b459a74070a5cfa00f1e7e32b2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f391548fb735a1d38402896f1ac7fece7803a633de47a7961a5be7bef4f9fb +size 405074 diff --git a/perception/image_level_comprehension/image_modality/images/252.png b/perception/image_level_comprehension/image_modality/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..75a1c5a905a659281fc7672e7ad4d0ff471ec3ef --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40643deb160568622e0cca8059b47a91ee30c98038166e5d54787013ce7619a +size 363929 diff --git a/perception/image_level_comprehension/image_modality/images/253.png b/perception/image_level_comprehension/image_modality/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..05f44e6ad275bf81376195e8ccb3be9731566449 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de805375b54bd8c79486ba4304d5cffc959ff258b22604e1fc30ce7231b9a86a +size 424436 diff --git a/perception/image_level_comprehension/image_modality/images/254.png b/perception/image_level_comprehension/image_modality/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..cd52d4ce381ec6117226751454ec0a22306b6f04 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c307e6c8ec33109523afa97345f3e2526bbaa5f90dc3509c0dbe02153855eda1 +size 333241 diff --git a/perception/image_level_comprehension/image_modality/images/255.png b/perception/image_level_comprehension/image_modality/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..ed42a737e70a1190e1b18e9a85b8d663fff8a860 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1466dd6113acc424a099ac18c9094d68a524a79f3297114292d879cd364edef6 +size 358626 diff --git a/perception/image_level_comprehension/image_modality/images/256.png b/perception/image_level_comprehension/image_modality/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..30845751e1950c44624ce8ce6651a701e8a9c23b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9821dcff1dc070f6f83fefb4d12c681137a23b445f176577811d9b3a4f556a38 +size 330496 diff --git a/perception/image_level_comprehension/image_modality/images/257.png b/perception/image_level_comprehension/image_modality/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..6acc94f71ab72fbfae2a3eaf4a8890e9b047796d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee625a844e66935bcf894582b70c5fbf9c287d7cd013699c08c4b67c44da9f0 +size 342012 diff --git a/perception/image_level_comprehension/image_modality/images/258.png b/perception/image_level_comprehension/image_modality/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..32c47da7a04f41fb3be8351a9ec2b532dff85f8a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b380b245d0e0984409c701143745cc33fc34d1464ab22b1c0f737c2f881681a2 +size 408193 diff --git a/perception/image_level_comprehension/image_modality/images/259.png b/perception/image_level_comprehension/image_modality/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..d8eed1c6b093c1a50e70b649456751c498e51699 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9aefd966246a55179f2ea1951633f1c30cc8f7b0d71486c1c29d7f0d3a9b865 +size 491872 diff --git a/perception/image_level_comprehension/image_modality/images/26.png b/perception/image_level_comprehension/image_modality/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..c08dceec8176c14cdbf049730326c24d8441ace8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e621f1b9ca9c670091c02756f229a6653b94846b09b4002c4ce939d85a6afd3 +size 280389 diff --git a/perception/image_level_comprehension/image_modality/images/260.png b/perception/image_level_comprehension/image_modality/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0468ab71845b3f0c536838d704a23a567f82ef --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77338abf39dd70f974eb90dc6b75986c66f3a7606b00982603898c37cf7418b +size 427400 diff --git a/perception/image_level_comprehension/image_modality/images/261.png b/perception/image_level_comprehension/image_modality/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..f480540054b7271df1ac3cdccfa6340b9cfb0b3a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d44a52897ece3f6432a0f24a695e7f105647319deb5404a0ead76238ae07288 +size 376463 diff --git a/perception/image_level_comprehension/image_modality/images/262.png b/perception/image_level_comprehension/image_modality/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..b28b02449b92afb92775cac7588da688f5c59fd9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ccb5d9269a82610288c8acd801d476109f406bdf2c73bcb11973cc492cfcdf +size 358658 diff --git a/perception/image_level_comprehension/image_modality/images/263.png b/perception/image_level_comprehension/image_modality/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f0e56ad09db9829f5e44b6c328b682cc2110bc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5142d5999733b827777324361854f72ce767a625fa4a32a2afe2470c53891ce8 +size 324722 diff --git a/perception/image_level_comprehension/image_modality/images/264.png b/perception/image_level_comprehension/image_modality/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..497ad3e86d70aae7b4c118db1bf669de49b248c1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7622abb3935cb6b511bf6151615ee24cfece7f36fbc503af002176a56109bfb6 +size 369605 diff --git a/perception/image_level_comprehension/image_modality/images/265.png b/perception/image_level_comprehension/image_modality/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..28179d41c9e5fbf187d9f966a89c513f518930db --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b62876116ac1d43d74d5be5734180fccaef890046645057ee444c434c8c3eea +size 457263 diff --git a/perception/image_level_comprehension/image_modality/images/266.png b/perception/image_level_comprehension/image_modality/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad8de1c23abecb776ec2ebfdb2ebd5c219cf28c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32bfe1183992baed2012fed75c980825b1feda74c1972a7c94912cd42559e7e +size 380975 diff --git a/perception/image_level_comprehension/image_modality/images/267.png b/perception/image_level_comprehension/image_modality/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..ad514028472a94f0e063134f95e7b6e6d305deeb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8e801f75b87a585778a2bb63f564663d8b2aeaaf768d6b07edcb3f1b6dd680 +size 438402 diff --git a/perception/image_level_comprehension/image_modality/images/268.png b/perception/image_level_comprehension/image_modality/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..71565ee02dc2b06770a3d42cd5adf84e346aee3b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4aa6bf818a8b952b22425ae8a5bb6a1d87c01b0e3b28851e728574b628e237 +size 468221 diff --git a/perception/image_level_comprehension/image_modality/images/269.png b/perception/image_level_comprehension/image_modality/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..01306ffa8c8ac21cdf88dfda506e31a9866d97e2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b824a0b78721027d8ca5e5fd38534ccda9579dc2676f9966126b7b70a6ad4e3f +size 416907 diff --git a/perception/image_level_comprehension/image_modality/images/27.png b/perception/image_level_comprehension/image_modality/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..3c187567cce0c7a27e7d4861bbfec074fd325c4d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f351c6183ab8c4ca73589bac54e8448080122b0842f23f9990f20e5adffea923 +size 383284 diff --git a/perception/image_level_comprehension/image_modality/images/270.png b/perception/image_level_comprehension/image_modality/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..e5cc0133437c06138b4b0c468d3099dfd97abc0d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3311a0813da908a6c114dc158614ad820fec4c70c6e9500380bb3d3a0b3becf6 +size 435375 diff --git a/perception/image_level_comprehension/image_modality/images/271.png b/perception/image_level_comprehension/image_modality/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..f3838b56b84346074c94584cc8ba79892604afdb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e66889dbe1ab4e07b472d580236e2b523a92df371ac88c21607be746d883fe +size 291966 diff --git a/perception/image_level_comprehension/image_modality/images/272.png b/perception/image_level_comprehension/image_modality/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..b795815dc33c18400b6c17758cdaae18d61a0547 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ac75ae409ffe401ca0f0780346c42e17f4c32170158a606255bb6c90bf20d7 +size 425718 diff --git a/perception/image_level_comprehension/image_modality/images/273.png b/perception/image_level_comprehension/image_modality/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..da0ee4fa2005ff13c0036c84a3007afacc1b5e30 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fd6eafe4a585c7ebfa8ae841d70297bbd63fd4f8e0e53cfec74934c4f7f97f +size 545517 diff --git a/perception/image_level_comprehension/image_modality/images/274.png b/perception/image_level_comprehension/image_modality/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..3d3e1f083cac47dc1a81e95ea1cbc9ce0db4d843 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0a110eea21ca9e168cb556313a51a56f9381f66f8b9f9016eeda51243a7a22 +size 473643 diff --git a/perception/image_level_comprehension/image_modality/images/275.png b/perception/image_level_comprehension/image_modality/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..dfed7e757e7eaaad107d061995d9f7373959ad8f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a98fc75671c0ac1062cd197df35d55aff1af02ab87adefbecab98331aa83e09 +size 427664 diff --git a/perception/image_level_comprehension/image_modality/images/276.png b/perception/image_level_comprehension/image_modality/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..52ef536a18aea194780c4e6b4ef7048867123b0c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492cc496bb20414584bac39e66124ae870835a7cc1c41fdbfde0bc9eff2602ec +size 382497 diff --git a/perception/image_level_comprehension/image_modality/images/277.png b/perception/image_level_comprehension/image_modality/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..f1b3ddbcac0d8bad05c9ac3f1b4f88f72e750608 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7e19371e9fc4b3a57415ce1441e3c4d1038f130a2494c5a5e733821bfda40d +size 528140 diff --git a/perception/image_level_comprehension/image_modality/images/278.png b/perception/image_level_comprehension/image_modality/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..f3609e7df0b861ee2e270830ded652234bde82bf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13704a7a68a414aec30b0b59598cf0058316e15188be08dcf6dd5ed619b20fa4 +size 436030 diff --git a/perception/image_level_comprehension/image_modality/images/279.png b/perception/image_level_comprehension/image_modality/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..18d56e5ffe703f2a31aca2405136ad48ff583a90 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e98e6a95bc50b46b1cf1374ae7393b263b98a1033daf0084d502bd42ed4ce60 +size 356511 diff --git a/perception/image_level_comprehension/image_modality/images/28.png b/perception/image_level_comprehension/image_modality/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..65a4b3ed8fa78f55400490fe5102941336436fdc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608765621c548c7543907b74bab549aad6f7b7d8d2bc49e721f926e0e0544937 +size 303642 diff --git a/perception/image_level_comprehension/image_modality/images/280.png b/perception/image_level_comprehension/image_modality/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4c1da4e5afd1bc9943a2067ffadbcb0ba8ab0a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52caf225742590f9f87a3abfa355e57b4ec3dfd5fd81b888b2fcabc075878e49 +size 340328 diff --git a/perception/image_level_comprehension/image_modality/images/281.png b/perception/image_level_comprehension/image_modality/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..0691c5be87159c4051c1a2238ad8c74ed27964fe --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7383c1f39b3552aec16d17f4d5d1041ade8389fabff09ee725d0a2a833e7eb +size 337243 diff --git a/perception/image_level_comprehension/image_modality/images/282.png b/perception/image_level_comprehension/image_modality/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..7dfdf72253bfe804c607fd38a0562890c8215126 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620d0353511c0471484a688ebcf3c67cb46a2834f733c73a84ea06bff64beb91 +size 356276 diff --git a/perception/image_level_comprehension/image_modality/images/283.png b/perception/image_level_comprehension/image_modality/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..846e4db0077d9add718e3af7e698adc818411199 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f829ec40d3a33d097e5f1511c635a80c97f127faec3a7ea3287646188ac1ace9 +size 412881 diff --git a/perception/image_level_comprehension/image_modality/images/284.png b/perception/image_level_comprehension/image_modality/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..faac48da84803b630c6c105a903af5490030b91b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446bad859eb21f773049bc67ec970de0a7389792b16668828cc14df388c8578c +size 465298 diff --git a/perception/image_level_comprehension/image_modality/images/285.png b/perception/image_level_comprehension/image_modality/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..d051222b718b1760dd7678334fc3d27cfccadf61 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c3c64dde8f349fb512357c2b93155f6302466c8c250dc800966a2b11b23ae2 +size 364889 diff --git a/perception/image_level_comprehension/image_modality/images/286.png b/perception/image_level_comprehension/image_modality/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0e305444640e283a229d99f7bd103dfcbc07d7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bd0b1b8e9878c8a87659014ace3dbd3640ea4d53f4ab1ad5773c8347b58f15 +size 513701 diff --git a/perception/image_level_comprehension/image_modality/images/287.png b/perception/image_level_comprehension/image_modality/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..1e19031050bd7b70d0506dbfaa026ff44fecfa9f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfa8b4e838db03707ff282b7a8ac09affa02df6b1c7fc674055a0b3af46e535 +size 287918 diff --git a/perception/image_level_comprehension/image_modality/images/288.png b/perception/image_level_comprehension/image_modality/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..46ea1e39bdae8e66aee72cbc52c9a734e9acd6de --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066ab06ff1cc0b9ff47522d5685b03202a90424dd928dca0c6cedde48407c9b8 +size 342503 diff --git a/perception/image_level_comprehension/image_modality/images/289.png b/perception/image_level_comprehension/image_modality/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..eb52b66ea0cc148ac09d24211c812dd45b6642c3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0e5ba932af7202c89eecfd82a023b565b434ec261b8863c8ee041006366f22 +size 342683 diff --git a/perception/image_level_comprehension/image_modality/images/29.png b/perception/image_level_comprehension/image_modality/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..03f756a1eec52413ebaf0125950d2ad94045b650 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402e43333c0c6e791a22989084182394bb26d3bfed0206a6d9ebda995f3c5cdf +size 495016 diff --git a/perception/image_level_comprehension/image_modality/images/290.png b/perception/image_level_comprehension/image_modality/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..93697274f54778a655a6b7e5d54903f4aa17fb0b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c977430c0523750ffb7c228a371ad2ac1f9a0faee3bced4fafeee16faa1de6a2 +size 382521 diff --git a/perception/image_level_comprehension/image_modality/images/291.png b/perception/image_level_comprehension/image_modality/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..5d3b3ba0ca09dd70c52db9fd7179b55c76fba8a4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663709fb5a97c9a3ab07077c35a3738f5c881d156e95f1baa8df50d788978d40 +size 357979 diff --git a/perception/image_level_comprehension/image_modality/images/292.png b/perception/image_level_comprehension/image_modality/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..ce12aa431600bcd9c0bd805977a0d75a63f39101 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06a039628b599b73f942c57862b19e50494f5a1b93bfbac3708831150682642 +size 411000 diff --git a/perception/image_level_comprehension/image_modality/images/293.png b/perception/image_level_comprehension/image_modality/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..85760ae1273d3a8c17e20eaf8e46eb3ee7c1988b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37480ae452eee3b662d3b93e0902f9c38f2b1ecae980d4f98d539c7dc7e23331 +size 348398 diff --git a/perception/image_level_comprehension/image_modality/images/294.png b/perception/image_level_comprehension/image_modality/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5f747120a874617f1a16866c7d141802f8a625 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8395f2e08fea3dd10aab239519bd87d8785d29de409735e1af7ec7a4f1fb362 +size 319649 diff --git a/perception/image_level_comprehension/image_modality/images/295.png b/perception/image_level_comprehension/image_modality/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c2d43a1db1a705daba17a2cbdfc361dd4d2262 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732a6772b0587e5fe612e1181eb85d6e7d7ec6ec76e186217b21fcea2fce3479 +size 537051 diff --git a/perception/image_level_comprehension/image_modality/images/296.png b/perception/image_level_comprehension/image_modality/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb5f1cce94026911b4ad048cc22fde7ae8e176e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f9148ad0e0a293928023c591b1e59f17047cc790c09e8a82d79c9f3d4d9f44 +size 458584 diff --git a/perception/image_level_comprehension/image_modality/images/297.png b/perception/image_level_comprehension/image_modality/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..2d4f19d1b9e453a52d3e97ab03025e81e9c76be6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3805d8683fc9cecfa3a2049ccd0b2d3512c69008081505491e3476b1673d5fba +size 409825 diff --git a/perception/image_level_comprehension/image_modality/images/298.png b/perception/image_level_comprehension/image_modality/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..0961a834d11cf6f4164794d35c5fbccae0362b12 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49960de95e1875b8587bb7df0e3a15a583e6c1be3b152ea0e386795899ae8a05 +size 403166 diff --git a/perception/image_level_comprehension/image_modality/images/299.png b/perception/image_level_comprehension/image_modality/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..f88269b4bdb9efb748aa5d19b54b28223ae07d78 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0ddf58fb738bb701ab92b2ccb3182be4fa744bf6321580a0e7d0913f9d7ad9 +size 389919 diff --git a/perception/image_level_comprehension/image_modality/images/3.png b/perception/image_level_comprehension/image_modality/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ac02331e4a9333010e8820ac6f3863599204d3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244b232500727b3d124e2975bb2591e234c418c82f8b0a9d13095c191253d1e9 +size 421140 diff --git a/perception/image_level_comprehension/image_modality/images/30.png b/perception/image_level_comprehension/image_modality/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..e44d3de6d9d696940e5951de04acbc4c4d354f9a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c97a6165adfd2b781fd1895164491eb369eafc649caea1ba57a398308ed2b53 +size 283109 diff --git a/perception/image_level_comprehension/image_modality/images/300.png b/perception/image_level_comprehension/image_modality/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..ada9dc4b2a9aa9e4d9e3a4f9fba6125fe7db3d6e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e48fef38c06557abcc5cd577e7e908667cc8a33f3ad81a1b16d172ed84b8c8e +size 472302 diff --git a/perception/image_level_comprehension/image_modality/images/301.png b/perception/image_level_comprehension/image_modality/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..ad7b6ff0ae8a67ee2cbadd8c26b1908d05cb5608 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5b03ce6ae9f54d7597c30167f6a451a3ac15c552383b2ce0f7955ecc458461 +size 326670 diff --git a/perception/image_level_comprehension/image_modality/images/302.png b/perception/image_level_comprehension/image_modality/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..4d0e7b02407145dd040eefa87c741dbd678ae5f5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b2b8aa1fc1e08b8647700677565a858ead421e8447b9e7079f28c6a0fab20b +size 399367 diff --git a/perception/image_level_comprehension/image_modality/images/303.png b/perception/image_level_comprehension/image_modality/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..898dbafa0809bb28cdb410629720b66626a70243 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a98bf4b4acf2e0a624e0fb8a36ff85c83c604c64292382cc4a197f114b208d3 +size 291782 diff --git a/perception/image_level_comprehension/image_modality/images/304.png b/perception/image_level_comprehension/image_modality/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..09d94da6765bf8fbe796f51e8a8bd6035dfb0919 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e786efba30cb0c9938f3cfa86c49995713decc6cc39af3124c1b7e486aa4255 +size 395416 diff --git a/perception/image_level_comprehension/image_modality/images/305.png b/perception/image_level_comprehension/image_modality/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..07049d6486fa67ac1fb2038f53febc1e5cfafc66 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71ec72db6cb51876316a1c20e831bc44e4f04b643666f43fd6de82b4a97c80c +size 341435 diff --git a/perception/image_level_comprehension/image_modality/images/306.png b/perception/image_level_comprehension/image_modality/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa97f3cf8ad99718376f115f11fce8198901a70 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61566e2420cd660ab73fba7e48490401d6796f737f84a549b53dc3aa9aaa2d45 +size 383156 diff --git a/perception/image_level_comprehension/image_modality/images/307.png b/perception/image_level_comprehension/image_modality/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..7f06bb2f59cef8854a8989e854dc28ef309df34c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b8cb4ac824bec84b37d5962288bae555e1f180a4bab6d873d23194a8db2ce2 +size 387884 diff --git a/perception/image_level_comprehension/image_modality/images/308.png b/perception/image_level_comprehension/image_modality/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..87961b2599e56eff3a849fac1525870cd7e1f393 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6121dbb9d13f0b1ab3e46a00b9e7bafe06714ad5aa1fe56857b4058ba6e08712 +size 273390 diff --git a/perception/image_level_comprehension/image_modality/images/309.png b/perception/image_level_comprehension/image_modality/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..3e80a3999be9fed9b507d166ea1c314177b1de1b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4223fb6c7009034bee9c6d0281d09ef53e0f4087c419d514461a478f977d9f +size 449892 diff --git a/perception/image_level_comprehension/image_modality/images/31.png b/perception/image_level_comprehension/image_modality/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0e4a256493f4cae929afdea9f22dc78e7a8308 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c962019dcd126c56f6ecb5739396194305370b5e5b38b0a1caf6706b8d7a11 +size 204070 diff --git a/perception/image_level_comprehension/image_modality/images/310.png b/perception/image_level_comprehension/image_modality/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c7ac10381f11212e446bd8b9846dbd086941de --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe52de911bf52831ba52b6596f628c9e8f2c7ae0a44e16b6fc8a8b88bd8a384 +size 477866 diff --git a/perception/image_level_comprehension/image_modality/images/311.png b/perception/image_level_comprehension/image_modality/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..b036d6f6d2786920c131ec838af9c7681e8b0b28 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64acc899fd7620b15ed4826ca5f47b29c51fac71c59c33964bc38614a16e7b41 +size 290818 diff --git a/perception/image_level_comprehension/image_modality/images/312.png b/perception/image_level_comprehension/image_modality/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..a2677dbe1601c0b9751d84c381551e995dc0a31b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42a05aa361baaa760f3d39ba65d1d9f31b7901531830ec3f03593089b01c10b +size 413380 diff --git a/perception/image_level_comprehension/image_modality/images/313.png b/perception/image_level_comprehension/image_modality/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf6842be12278c708474f8cf9732c798e735a09 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b436e50babc31a4b11b0dbf48e11d34e50ea43cdefeee933c9f94b5f33b99af +size 293695 diff --git a/perception/image_level_comprehension/image_modality/images/314.png b/perception/image_level_comprehension/image_modality/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..7948bd4f725f1c70c176e8079240dfc180e98300 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9156293aabafa219c91cf1be2660f187616c9b444d39514465f7e1a1f2ea41e8 +size 467977 diff --git a/perception/image_level_comprehension/image_modality/images/315.png b/perception/image_level_comprehension/image_modality/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..29414939aa7f8365c5d7f3898076fdb217ba10c9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3aae3fd9ded8ea8d9fbcdfd6ed1291e0cd0eb9b3c4acd3637e6de1e1f3754d +size 372625 diff --git a/perception/image_level_comprehension/image_modality/images/316.png b/perception/image_level_comprehension/image_modality/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..6c7bcb01107862ee95d78a6581d7dcbd3115d7c8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baac860ba889568def05bd0731c52be53f2a4d580308891dd37d851bc90da067 +size 479475 diff --git a/perception/image_level_comprehension/image_modality/images/317.png b/perception/image_level_comprehension/image_modality/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..87bc4a2c2000874fd2e0e800e773f39e339f9a87 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e817137d6828fc574af570a3673f6162178b89616bcc83d3ad002e059b7269f +size 484906 diff --git a/perception/image_level_comprehension/image_modality/images/318.png b/perception/image_level_comprehension/image_modality/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2ff2a23d1358dc5e3817f1bc7d6237f01061b7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e695dc9fe996998d4fb43558140a0535d201d7c622be09321c4211ab3beb4ec +size 343493 diff --git a/perception/image_level_comprehension/image_modality/images/319.png b/perception/image_level_comprehension/image_modality/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..cae948a778de79cff01e2c20f88124346e361efc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684e4bda646ef304d847cd20211380a790feb584855d77468d1cdbff175f7518 +size 460065 diff --git a/perception/image_level_comprehension/image_modality/images/32.png b/perception/image_level_comprehension/image_modality/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..6581fa2a909bf8bf9edef28d382e106d43f26ac4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99c267303b20e37eec9599a5703950050c84655fa320cea0d75d8077f5cf871 +size 423236 diff --git a/perception/image_level_comprehension/image_modality/images/320.png b/perception/image_level_comprehension/image_modality/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..381c35e9ebf993b487a8562c7f08eaf5a3d9e61b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad10f8782e9cd2d6bc501f11929ab13255bd55c5359ae0b896209ce64817f32c +size 480723 diff --git a/perception/image_level_comprehension/image_modality/images/321.png b/perception/image_level_comprehension/image_modality/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..883dbc09d4ec103bb18cb8bb9e1bce97e64649d7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c9db36c6f1389448d7eba3882260f4070df5b9550afa5932800be3b99ee21c +size 458256 diff --git a/perception/image_level_comprehension/image_modality/images/322.png b/perception/image_level_comprehension/image_modality/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..ff827e4f168e177a6e5c09c889aeefaf47e65967 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c43fd6a92de8d0f33162f906cc6eef43d0de624e1a4caff6dad39efe34a996e +size 422228 diff --git a/perception/image_level_comprehension/image_modality/images/323.png b/perception/image_level_comprehension/image_modality/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..9a239e1f2249ab29fd218de16eec514aae5857ea --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d24df8bb9cd23d83ce208a0ffc2884a53d5e988c13ed52499c1224a6f2749e +size 235921 diff --git a/perception/image_level_comprehension/image_modality/images/324.png b/perception/image_level_comprehension/image_modality/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a0479c1b63a8f6d03a18d279bab42cc24e8a51 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27b9c3de80121817868e9677e1917d5259c0396264c2517b5541ed0d49e91fd +size 260714 diff --git a/perception/image_level_comprehension/image_modality/images/325.png b/perception/image_level_comprehension/image_modality/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ea5349de6c91fb6daeb827cae2a7d4beb887a6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd41457d61c834390394475e4d9d7ec0db350a37822981a5e211c3dbe6ce1a1a +size 357368 diff --git a/perception/image_level_comprehension/image_modality/images/326.png b/perception/image_level_comprehension/image_modality/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..52a13fc32ee0d865c51fe35c09f864db859321f8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1016a75ac95cf61851e4bb4ef9639677dce56e42415d9ba453ae20f09c6f80 +size 463534 diff --git a/perception/image_level_comprehension/image_modality/images/327.png b/perception/image_level_comprehension/image_modality/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..bbed65296c99d161bfd8f59a09eab4bad56f5b70 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346a0a105b909924d093d6f499405343f0caef20c5a793a7c4b1c8d4a696364a +size 453700 diff --git a/perception/image_level_comprehension/image_modality/images/328.png b/perception/image_level_comprehension/image_modality/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..53ff3e990c59da96e551e552627d4fc8a79ae685 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4160c1307cb35a3988b6d9290388eacba460e5f194dff75e5c6a0ffbadcc2af +size 154967 diff --git a/perception/image_level_comprehension/image_modality/images/329.png b/perception/image_level_comprehension/image_modality/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..ac36a40220132f55ec1a9716b695575a50f42bad --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6ebf65648dc5cc8f60e7650c606e80d4f7385709867201cd036142a72dfd6d +size 511850 diff --git a/perception/image_level_comprehension/image_modality/images/33.png b/perception/image_level_comprehension/image_modality/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..0f9caf4ea8782c380ac8cd9628c347a54a4bcabb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab2b8ab7e2521a888bd2851f43d3eb1f544a5f4cbdb46262fb2d28f352d8c3b +size 227272 diff --git a/perception/image_level_comprehension/image_modality/images/330.png b/perception/image_level_comprehension/image_modality/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..89269b3b5641b4b082516a849fe90b5fb0dd28d4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553306e1c154bec7518f7fa75834faa54a6146e5969d53670bd32ea05ddd4df3 +size 325125 diff --git a/perception/image_level_comprehension/image_modality/images/331.png b/perception/image_level_comprehension/image_modality/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..f705c5e483dd866b3e0390d98e734435a0b1eabb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69757d18e454b4098ca2b366312995e765233953ba0835a662233dd748a398bb +size 487614 diff --git a/perception/image_level_comprehension/image_modality/images/332.png b/perception/image_level_comprehension/image_modality/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..f0cb83ed710501ae2586b856a4c04c570c234dbf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffce329a4aad11f62f92cf2d25dcf90f9c243aba93a3d54c6967f1bc4dbb3e51 +size 374865 diff --git a/perception/image_level_comprehension/image_modality/images/333.png b/perception/image_level_comprehension/image_modality/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..95ec1e8f940256ba24de05c21f0342665fa96659 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2802dec1578a380fc5990f88607d8ab506ceeaae68c6cf82587dad5626077 +size 432854 diff --git a/perception/image_level_comprehension/image_modality/images/334.png b/perception/image_level_comprehension/image_modality/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..c1a15b84ba9b9ad879df893c01ad0384e10d4481 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e50dc5ec08141f852c0ad9675c672b81d12d4cb8df9a56488ffb8e87d11dc0 +size 381490 diff --git a/perception/image_level_comprehension/image_modality/images/335.png b/perception/image_level_comprehension/image_modality/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..b625f7ef19622ac9fc53f3cd7ace2ddbe6569f2a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce15a9e20f4f4d0c08d7342c7d853093639cae9b611fb7e80082a9d99e0c111 +size 392488 diff --git a/perception/image_level_comprehension/image_modality/images/336.png b/perception/image_level_comprehension/image_modality/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..309c5a56e9805e1eebcbe3d749caab8601ca0f0c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e340de71926f59ca23e07e8559c0b706f518190afae35e96cfebb9e02ad159f +size 404259 diff --git a/perception/image_level_comprehension/image_modality/images/337.png b/perception/image_level_comprehension/image_modality/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..d2fbf8d99c84f48ef4d676701bbd6aa3b548bf93 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3259c9ae62928ac5530021b620a84c8ed9375366830c6b3fc07dfa66c9d9affa +size 468567 diff --git a/perception/image_level_comprehension/image_modality/images/338.png b/perception/image_level_comprehension/image_modality/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..5659fe04199c2498a14f67dd83cdc6c4d09781e6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71612bd955c4117c9dcef2f008ae833733760f049b922ac4797ede16baf5fafc +size 317036 diff --git a/perception/image_level_comprehension/image_modality/images/339.png b/perception/image_level_comprehension/image_modality/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..e1aa0f70ab7e743b3dc85a9b027f9f35abe06750 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6a3b5ba92e8bed785a73a2d95408c20d60e7a70af69503a39d4002cf521097 +size 465208 diff --git a/perception/image_level_comprehension/image_modality/images/34.png b/perception/image_level_comprehension/image_modality/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..aa121e77ea53cc09aeedd87eeeb1a1f52e3d76c7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d1699e63df14a86c457a88e2c832a881db5341ced439e2f0597d70e8e74ab2 +size 355497 diff --git a/perception/image_level_comprehension/image_modality/images/340.png b/perception/image_level_comprehension/image_modality/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..35adfee8e175be17e6653e9dfb600bf0d5eb668c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac5676acc0d4d209bde1cafd5a4aea1b710f49a67b86c9fa258edeb318fa036 +size 348495 diff --git a/perception/image_level_comprehension/image_modality/images/341.png b/perception/image_level_comprehension/image_modality/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..6db18dc19742fd0d3d6f645b8515ce9504c2f432 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0232d1b254b3a45ba43bc7d3df645d779d5c9bb42db3df3e744da873ba6103 +size 387046 diff --git a/perception/image_level_comprehension/image_modality/images/342.png b/perception/image_level_comprehension/image_modality/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..33b40a4b0ada64599f94c9a311750481bf6e0e87 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc9a1053b73b013a497cbb31001afcf5e6c0b727c02f641acfbe6281ebb24a1 +size 174274 diff --git a/perception/image_level_comprehension/image_modality/images/343.png b/perception/image_level_comprehension/image_modality/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..835ffae29c9cbabf169e882e9e5f7f216cde32d7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ba3ab7a0759d99d7fe46833312b85ecc05414877b219bde69d7c759a8f797d +size 473148 diff --git a/perception/image_level_comprehension/image_modality/images/344.png b/perception/image_level_comprehension/image_modality/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..519a56489c4665dacfd7912370a109a9be09adc0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d32bb4d2687ed9cae9e6fceb1555d16353a841cf6ea3964cf706614d186daa +size 431551 diff --git a/perception/image_level_comprehension/image_modality/images/345.png b/perception/image_level_comprehension/image_modality/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0a6fae7e80d375e14eadef7320ffa803b5d640 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d327e7206a8dd33aa75349953eaf0e2e71f4a377fb96737d874cce0231bc78 +size 319330 diff --git a/perception/image_level_comprehension/image_modality/images/346.png b/perception/image_level_comprehension/image_modality/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..b18219ef79e19a45b2faa67605922a0e3481d6cf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6ae59009adb29eaa220052b1614085de45356e0c1ad58af29f3e8af9d77573 +size 425604 diff --git a/perception/image_level_comprehension/image_modality/images/347.png b/perception/image_level_comprehension/image_modality/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..605b9385504053e6a7ebfd55fdd84c148bec2afe --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8b0f86fa3b64679543b227726fbf6f4e48683c7eedee4bb50f42785835f010 +size 393304 diff --git a/perception/image_level_comprehension/image_modality/images/348.png b/perception/image_level_comprehension/image_modality/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..0136873a9e5542ffb07adbaae7457d1ae031c2d8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a3814b84233b9117a25f9fa677ad54e2cddd909a066ffb568cc31525df929f +size 398822 diff --git a/perception/image_level_comprehension/image_modality/images/349.png b/perception/image_level_comprehension/image_modality/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..a125ee51ea5cd5360b3d9af2f936d810ee16f131 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649276607164ba28212268b5671e2f9784a3bb8177b7605c5d8a587527fce217 +size 403929 diff --git a/perception/image_level_comprehension/image_modality/images/35.png b/perception/image_level_comprehension/image_modality/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..0f127c6bd77cadf7b3831c27a1fbfa35754b0dd9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f921e3a0ac6fed93748f91d4b2e88bbbe43e698f619862947838885d2ddf4b4 +size 502044 diff --git a/perception/image_level_comprehension/image_modality/images/350.png b/perception/image_level_comprehension/image_modality/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..dddd4ed143612a2f57d4d70b62ef7b7e038a7ed2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d577fbeb8d0190b2409c6b06d67022f8f1d84521171ca07d8c7ad86fe90c7c +size 271269 diff --git a/perception/image_level_comprehension/image_modality/images/351.png b/perception/image_level_comprehension/image_modality/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..c976c05c6b67948f2e2c5ff2880cb44b02833dcf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309226e1733004836a1356c101a2ae98cab8d7724ef669c2f7adf40875455183 +size 369738 diff --git a/perception/image_level_comprehension/image_modality/images/352.png b/perception/image_level_comprehension/image_modality/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..348f40e3925edf8c20122568b56dcd479ec1613d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b3439e0f070201a6bce7999ae03f1885269d62edd9e3568eabf77b60ecbaa0 +size 360667 diff --git a/perception/image_level_comprehension/image_modality/images/353.png b/perception/image_level_comprehension/image_modality/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..e551053670fc6ae4542e23bdf7486a0c29f195f8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605f5e5f8e1f37f6eaa696e9d2b44ee107a523f6c2eadfb96c5f57d10c9d5ee5 +size 297132 diff --git a/perception/image_level_comprehension/image_modality/images/354.png b/perception/image_level_comprehension/image_modality/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4f3a167a8c9e32a278a5e3229b5714f6f869d9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48412fa12e8f3d5622ad90df51712fd25f1c4e08fd759d925c7309748cb27172 +size 424117 diff --git a/perception/image_level_comprehension/image_modality/images/355.png b/perception/image_level_comprehension/image_modality/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..b208c19564dbe100331941c618bf79dbf7e995da --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52ffae2e76bd9e383c73601ac1641dd80b1c4e9ef16bfb9a96fc41e31905f1b +size 384022 diff --git a/perception/image_level_comprehension/image_modality/images/356.png b/perception/image_level_comprehension/image_modality/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..d191cfff1b4c84dafc60aa2be91f8182c0410a59 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10caf5e8f86d9b6ceeaf671ed0fa7643cadb5d6fedc86bccad6042351f560bd3 +size 378882 diff --git a/perception/image_level_comprehension/image_modality/images/357.png b/perception/image_level_comprehension/image_modality/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..ba888eb5e32993f0577b3e31f341c2fd37281108 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bc8de1b991cf3f1a41a511ff155ce826cb7ea4a3ee19e1584538acfbbd01cc +size 272833 diff --git a/perception/image_level_comprehension/image_modality/images/358.png b/perception/image_level_comprehension/image_modality/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..e8256af4481d2180c1f36d5ac8eca3c26de50917 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea66461dd49a48c195c3ca9f9c210ebecef0ef89789d607c3899c50bdfcce5d +size 317070 diff --git a/perception/image_level_comprehension/image_modality/images/359.png b/perception/image_level_comprehension/image_modality/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..c7868a1442549bd93520719e19b1cc1a4317bf81 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007dcf38c329dc105a94777cde411fc941c4e2cbb9b53630c380afc2b92eb019 +size 477164 diff --git a/perception/image_level_comprehension/image_modality/images/36.png b/perception/image_level_comprehension/image_modality/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..3701789134e0f3fee20c58f34c3c24d83f41230a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3ce662bc138c63d736e9535244fc7efc6a94e83ec5fa9c752ce1e52d283405 +size 321908 diff --git a/perception/image_level_comprehension/image_modality/images/360.png b/perception/image_level_comprehension/image_modality/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..6d463f328bafcf2f5ca7fb702831e42628ce169d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9b08b2de599bf2ef2002972d8f1d691bc91cb625886643d8ad30ed0af22676 +size 524909 diff --git a/perception/image_level_comprehension/image_modality/images/361.png b/perception/image_level_comprehension/image_modality/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..fa03221eda13a81cafc101f61d249919243c6fad --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2339ce6b00db2dfd2bc5027f89ef04bb67daf97bbdfcb6e4abf021665569f61d +size 352567 diff --git a/perception/image_level_comprehension/image_modality/images/362.png b/perception/image_level_comprehension/image_modality/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..e09bb994d6786f3aa528c6a029180926ea2ca508 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e605f91e31bcf55929fdfd8d33662746812a47dd176c03b0d4356f13b4c491 +size 404035 diff --git a/perception/image_level_comprehension/image_modality/images/363.png b/perception/image_level_comprehension/image_modality/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..22b5540b87c4021363dbe94ecd408d3083f17beb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd907aec2a12b0f654f1fafbaf2abde92c233ddbc27d0f5705812e758ce5720f +size 334061 diff --git a/perception/image_level_comprehension/image_modality/images/364.png b/perception/image_level_comprehension/image_modality/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..98f28e56c3cba527433cef89e461451caa4906ce --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b306442eba91a4f17d1eaf2274fb2d0c1ca3094a2cbc2d82f5b6a72783c69b26 +size 374296 diff --git a/perception/image_level_comprehension/image_modality/images/365.png b/perception/image_level_comprehension/image_modality/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..c6448452b692322880b6572ccca9755e86309279 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c5185b1fc0474cd7ae44e6b7c59a03c5dce77938f763e18b54b5965e2c1826 +size 428365 diff --git a/perception/image_level_comprehension/image_modality/images/366.png b/perception/image_level_comprehension/image_modality/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..24d10c4f6c98a6123e6096e48886f4d455ee5117 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88b5c886a1eb05e9affd62ca0f6182d5ecfd26527d79f8ceb415ce06ead15b5 +size 378358 diff --git a/perception/image_level_comprehension/image_modality/images/367.png b/perception/image_level_comprehension/image_modality/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..f263a0170ed66196d17ead1e872e5e804ae9812b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c59cb15640bbd273899e2c14d3f4d7ba92fbed7eac56ec5a3ec74f15f3e2561 +size 446253 diff --git a/perception/image_level_comprehension/image_modality/images/368.png b/perception/image_level_comprehension/image_modality/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..970fe3920264e43415b1462d6abac372556b92b9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164ad3d2563f55fb0b113b31b538abe453812c2551664a3938e08fdf3ae71b26 +size 403839 diff --git a/perception/image_level_comprehension/image_modality/images/369.png b/perception/image_level_comprehension/image_modality/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..bef0dd0075c2663ce39292aaa977802b4758a8be --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016c0fb02dcf159a398a411a557eae4bec9d3b1a300b4a61d67e7cbbcf7a4a45 +size 426160 diff --git a/perception/image_level_comprehension/image_modality/images/37.png b/perception/image_level_comprehension/image_modality/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..5985620fd55d5b958a2f9f3be8101e8d43f1a85b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a802be02c1bd3a28300384d093128c378938a0965de2802ece763ee64235ea2 +size 289751 diff --git a/perception/image_level_comprehension/image_modality/images/370.png b/perception/image_level_comprehension/image_modality/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..f98828756179b7e4cb5c2b6fe38be4d534c5af7e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8909f3c0353bc0863392b002e3b0623c55cf4e0bcff9e5d116289b239cf5a9fb +size 266072 diff --git a/perception/image_level_comprehension/image_modality/images/371.png b/perception/image_level_comprehension/image_modality/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..6f95de060a9f0a7f279f34ac6be87807cbbd64a1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b4fef0b780d0c8b07edf63cce4439e63923cf6a18939b0fc052022a935983 +size 237999 diff --git a/perception/image_level_comprehension/image_modality/images/372.png b/perception/image_level_comprehension/image_modality/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..1c472e4a01969ac538109f5911abc544d35a1690 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b082c639c8ab15b142ac996e4465fe00871e481267f7af44c9725043948d36 +size 352011 diff --git a/perception/image_level_comprehension/image_modality/images/373.png b/perception/image_level_comprehension/image_modality/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..b5eeef23d0373189b2be74c9a0b2ba442d2cd979 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0fb7d15c9d81b37ce4c3c50403c47d1e735f7c9d724ac3def0823033723b05 +size 532120 diff --git a/perception/image_level_comprehension/image_modality/images/374.png b/perception/image_level_comprehension/image_modality/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..abb4e86179ee4cce8d8b6dd37723641ebf3afd13 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8239e7e0e0fe4aee8d70cdac6c885a36577577e8546137ee08f735100e31a965 +size 336501 diff --git a/perception/image_level_comprehension/image_modality/images/375.png b/perception/image_level_comprehension/image_modality/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..adb55a220e47914671544af8a98dadffb166b1eb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c5dec7976f1de6149ea5040e9fdd45c561c7e8e8d8f45be52f2077b12dd045 +size 487174 diff --git a/perception/image_level_comprehension/image_modality/images/376.png b/perception/image_level_comprehension/image_modality/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..1b22193a267460d6a2f789e29570513f1951be4c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb55c6f9e0f6a4226cb03c198ca4cd91d94f452acbeb2b66b5733360573239b +size 512435 diff --git a/perception/image_level_comprehension/image_modality/images/377.png b/perception/image_level_comprehension/image_modality/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..3bdef4104a05755f2f5fe9e086aea8ee8a00cb31 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bb94ca9d1a0321577bcb0fc1a8e8ffb955f35fd8e9d4aeef68d8add638fe72 +size 468255 diff --git a/perception/image_level_comprehension/image_modality/images/378.png b/perception/image_level_comprehension/image_modality/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..31dbd754e6556c239f654be617ad88146518998b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8367ad28d8d7da544fc974d59108e7295c4d672a76a258fb1de6d24444afc60e +size 410632 diff --git a/perception/image_level_comprehension/image_modality/images/379.png b/perception/image_level_comprehension/image_modality/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..eb5b4e256e21b35baff62157d8ba985aee55dcf2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f27c174b01fa39680d88fcb88a0c7b77ddc51b65457bc3ea62371b5b85c00e +size 412687 diff --git a/perception/image_level_comprehension/image_modality/images/38.png b/perception/image_level_comprehension/image_modality/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1b3461ffd8e8bbe09b0187d5ae233f9b75cdb2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3636d9ba7a9e30590d6efce2d896e5808ab83ec7ee01171cfe811f4ac3396e +size 441479 diff --git a/perception/image_level_comprehension/image_modality/images/380.png b/perception/image_level_comprehension/image_modality/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..20e1cb95bbc68af4a968fbfbe8a65a0b54f8e5aa --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db09f7efda214a4a9ee9576c4fdfb9a1f558efc1b5fe0983273e37e854770040 +size 347920 diff --git a/perception/image_level_comprehension/image_modality/images/381.png b/perception/image_level_comprehension/image_modality/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..2b648f1c8590c30a98a473a1d553eeb54b451705 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a9b65746be9b8c77491f991763df2fe86dc78d11d723debfaf35010281b36c +size 493972 diff --git a/perception/image_level_comprehension/image_modality/images/382.png b/perception/image_level_comprehension/image_modality/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..28365dc408a18026cec97ed4c9cd41cdd377839c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9c4aa4241dda1f9df9bf087dd06318d96d26a8f5bb4af9808686628df5a813 +size 386490 diff --git a/perception/image_level_comprehension/image_modality/images/383.png b/perception/image_level_comprehension/image_modality/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac889249d9d1f3f65065216a0fd66524f84ba00 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2ee4f1c657fa6f247eaa33ec0ad6d288f5f582bd79835a6729fbac7f266c61 +size 464854 diff --git a/perception/image_level_comprehension/image_modality/images/384.png b/perception/image_level_comprehension/image_modality/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..7e85573b61743aee3ca950c1cabf7ab6baa9dc32 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a650f14fd6722fdd624562f860ae5445c1949257684973a7466267d2a4503c6c +size 437969 diff --git a/perception/image_level_comprehension/image_modality/images/385.png b/perception/image_level_comprehension/image_modality/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..c8fb9fd30da2875ee59abe9afee44a97e5f4fad2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261330fd278d0db7274a3c71ae68716202503c9d0a1c5ac0bcbe80b985a6be7a +size 358549 diff --git a/perception/image_level_comprehension/image_modality/images/386.png b/perception/image_level_comprehension/image_modality/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ea94c8253f6a9d60f4d0ede056ae2b3227d5bd --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1b10270d8dd89f03be50c2839a978cd9dd0787600525966572d2671deeb49c +size 303989 diff --git a/perception/image_level_comprehension/image_modality/images/387.png b/perception/image_level_comprehension/image_modality/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..558f8ac2a6c54b1df1f5471182695be5c7b1aea7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b664d9bdf625c788bd7f915d5feacfb4eed5c7f143634feab4517928ccdb0a +size 414790 diff --git a/perception/image_level_comprehension/image_modality/images/388.png b/perception/image_level_comprehension/image_modality/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..a0fc5b283edc2db9338cd795783958cc30aefebc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1a13fc741e96ed850912f173d5b68fe4ca52f67b2eae897b40d3e029596806 +size 354815 diff --git a/perception/image_level_comprehension/image_modality/images/389.png b/perception/image_level_comprehension/image_modality/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..50d9510a2682796dc3b8d506f02174009b10d1e7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2613979ec89d9b2450c21b3079506df3ec0db47dbf4b5b15165e88347884ae +size 341059 diff --git a/perception/image_level_comprehension/image_modality/images/39.png b/perception/image_level_comprehension/image_modality/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b8acd568e3a2a60680760eb075982297c08a9f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fc952c68dd1dfa84c4b8e43f26271e8b5e07998ebb927ba45b6959c305633d +size 449902 diff --git a/perception/image_level_comprehension/image_modality/images/390.png b/perception/image_level_comprehension/image_modality/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c64ff506e203d4aff9c0da5baf09a9b90a66dc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b3148ef1711d15b94abb1792f7dc1178eb78fbde27531c24d7e2cd81d24572 +size 394092 diff --git a/perception/image_level_comprehension/image_modality/images/391.png b/perception/image_level_comprehension/image_modality/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..d989f9c1774333a431b99d1bb6a68c53c74b853b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef36af9411dc3aa230d3b7723939a0505c0989bcdfb25fd4eaec5996c5b4077 +size 324806 diff --git a/perception/image_level_comprehension/image_modality/images/392.png b/perception/image_level_comprehension/image_modality/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..2d06447a01b5f39ed21d3b19c9359f071caf2308 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfd32f06ec133ce845c55c6a992b8eb3e9641b59bef61ac4e113429ad6e1976 +size 228607 diff --git a/perception/image_level_comprehension/image_modality/images/393.png b/perception/image_level_comprehension/image_modality/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..bb88ea3c84b625cadd2cf6700d156c11544b68a4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16de4be36f62749bfe5d885a032252d8c8bd71ae1f0df55a6f3aef0ae7aae2b9 +size 407092 diff --git a/perception/image_level_comprehension/image_modality/images/394.png b/perception/image_level_comprehension/image_modality/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..678f3aa9c783eed5421e50540c523cd54ae526ce --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39dae18f360eb6454cf2fd942cd97b98d451098d79e818f25f839b599afba11 +size 402334 diff --git a/perception/image_level_comprehension/image_modality/images/395.png b/perception/image_level_comprehension/image_modality/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..5d32576926b2bf2b1f4627f4c2fc558cd3ade0e3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e04482c8900f646bf5f1069e6304da583a580c20e88d4cac265df88456007f +size 445232 diff --git a/perception/image_level_comprehension/image_modality/images/396.png b/perception/image_level_comprehension/image_modality/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..74c590af554fde8dd9569f4717839f63bc08d3a7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8743d705c6b411be228a27e331d652add44237f183f9bf16630d656baf52ea7 +size 425858 diff --git a/perception/image_level_comprehension/image_modality/images/397.png b/perception/image_level_comprehension/image_modality/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..7b79f196f5d73ccd33341fa671e806db3e4c68c2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841fdc473e13cde9ab6330e6c2b17a21e06dc938a9bb9920f75c4f0fd29b6ada +size 454125 diff --git a/perception/image_level_comprehension/image_modality/images/398.png b/perception/image_level_comprehension/image_modality/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9309b0fd0427f08fb7493d33e1f2a75fec6797 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb35eea15fdb88596076035655502398473b25d7136c6acb396bb6d366a262d5 +size 377873 diff --git a/perception/image_level_comprehension/image_modality/images/399.png b/perception/image_level_comprehension/image_modality/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..823463c73fa3617709a3bf81886ecb967a77046f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22313d1a18d44b5de484e14882df4a3b330867a742ef52f28e3bc28a69bedd7d +size 336783 diff --git a/perception/image_level_comprehension/image_modality/images/4.png b/perception/image_level_comprehension/image_modality/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b0309d3039c9a9630b92e76cee15c7619242fdc3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a8af6b81f521fc564d5cc30c7d64e71a13fb7c09d2408d06ff8e9a8dcb5361 +size 220596 diff --git a/perception/image_level_comprehension/image_modality/images/40.png b/perception/image_level_comprehension/image_modality/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..58e5e3093f963c46765f255e87c1a916b0851bc6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f259c622c4abe18faf67fb73f1ccb7087524365f20cf3bf262eb11c25c4c2f5b +size 280248 diff --git a/perception/image_level_comprehension/image_modality/images/400.png b/perception/image_level_comprehension/image_modality/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..e68a502585b2141cef7e49789629288b6f4cf92c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a5978a8135747db3bcc4aa02feda9083c5fbb02932856b4aeebbf01c97425b +size 208355 diff --git a/perception/image_level_comprehension/image_modality/images/401.png b/perception/image_level_comprehension/image_modality/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..7616ad4532891c0393dae1fa5ab2c6f13091986f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826ca5181a6bc0e679a3521567ff443b18e45075d0e9892d39a7996cc94fdfe6 +size 6672 diff --git a/perception/image_level_comprehension/image_modality/images/402.png b/perception/image_level_comprehension/image_modality/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..12f163726f39ba2e1a0af88b448af0feaa5cdbd2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df86ef88e68f66110baa21153a76071d8725d2336f48c7fbe39602686a7c78ff +size 4763 diff --git a/perception/image_level_comprehension/image_modality/images/403.png b/perception/image_level_comprehension/image_modality/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..eb074d95ea13a8b306cd85f062bb59e415f1ff95 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b50f42a4ca39c2bc6c7bd3e5ac622d318d8946fbef2978064d528a003b4781 +size 263844 diff --git a/perception/image_level_comprehension/image_modality/images/404.png b/perception/image_level_comprehension/image_modality/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..6f9ec966ef0349c51eae7c54048ef77603d6ae3b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45eb0ad3cc3b926a3c318057dffad48388ef4ab0feddb9026c7274d9b390ba9 +size 11204 diff --git a/perception/image_level_comprehension/image_modality/images/405.png b/perception/image_level_comprehension/image_modality/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..568676f664054db851e12296152de5ddacd52bb1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07272450a5e3818faca3316bef6239b54709b7b8ee47cdc120ab8d8a3a8ef63 +size 22048 diff --git a/perception/image_level_comprehension/image_modality/images/406.png b/perception/image_level_comprehension/image_modality/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..930f182c66a00fee0297a6b4cec4dba8ebc350a0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327924d9b099b814c5e414cd8a6a78d364f475de93e4f9867c112154ce3c6fa8 +size 13843 diff --git a/perception/image_level_comprehension/image_modality/images/407.png b/perception/image_level_comprehension/image_modality/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..6fff86a944f325eed70dd349445143f05403107c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0311e93053abe7c5e19eaadd71c0fe1da0619d62ff44e99993612754b76d4a9 +size 86295 diff --git a/perception/image_level_comprehension/image_modality/images/408.png b/perception/image_level_comprehension/image_modality/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..126527bd14a207799208deca9b182a807b63f07b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd5021fd8b74e0f8bffbfd770a90a7c2121ff0e1b31ca40f17bf320acb6721b +size 9786 diff --git a/perception/image_level_comprehension/image_modality/images/409.png b/perception/image_level_comprehension/image_modality/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..bb63d695e0f1868c304b503cc7de72e78814d220 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1d400fc4619e7e4ac5d902090095e15015d3672e3fc7626c029609b64372c4 +size 33741 diff --git a/perception/image_level_comprehension/image_modality/images/41.png b/perception/image_level_comprehension/image_modality/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..ab5ee8ac20ddad31774902f4a3ef1f4c858524d8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf7c2f147d00b60e5752b7622b8b4263fd22d23351596860128c9e3ef56d6ea +size 394432 diff --git a/perception/image_level_comprehension/image_modality/images/410.png b/perception/image_level_comprehension/image_modality/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..bb8afe4e480d020b12b13859cbfc26d07ab609c5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f882605544e1b1eb83a44267a5f42516110c17b200f4461d5435dc2562b73a0 +size 7840 diff --git a/perception/image_level_comprehension/image_modality/images/411.png b/perception/image_level_comprehension/image_modality/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..c326d49c439632d0ef6041f2b50858aa3132e41e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cfc1957851163473f6fae675caa76e919c16b262ce83f95bcf988e86b0ffd6 +size 6586 diff --git a/perception/image_level_comprehension/image_modality/images/412.png b/perception/image_level_comprehension/image_modality/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..53474f822df18d5d0402508ffc0b668948e68cb1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79270c468ce1cbe877b135837f07ccb5e96cce75249ae71a7638545da383af70 +size 11353 diff --git a/perception/image_level_comprehension/image_modality/images/413.png b/perception/image_level_comprehension/image_modality/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..94fcc51146ed137d4fdb8b24c396ded89dca964e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031060b3c2ff65c61b5c827fb03d002117e3ea87244f999c6f5750c79b8bd425 +size 5802 diff --git a/perception/image_level_comprehension/image_modality/images/414.png b/perception/image_level_comprehension/image_modality/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9778a6b8fba22238a2cee4ab4663041109b249 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eaa748308a59cd9977058f65645b6c3eaccb0e9288a74e87c33ab3feaa2533 +size 5880 diff --git a/perception/image_level_comprehension/image_modality/images/415.png b/perception/image_level_comprehension/image_modality/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..b3087b27cd5d5dd536ec95b31f4b1f71bbc9321f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278476c6927cd32388d9f2ff89b5dcbcf048c3c930a85b2e5b39e80f4cd4e1be +size 15986 diff --git a/perception/image_level_comprehension/image_modality/images/416.png b/perception/image_level_comprehension/image_modality/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea7d9b41088b6a0c02ecb7efb11288fb2eb7070 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b9cd4b0c283752277c8df92b58c2b26d751f5a4d16280ba6a005b52daf3324 +size 23267 diff --git a/perception/image_level_comprehension/image_modality/images/417.png b/perception/image_level_comprehension/image_modality/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..df7a1025ac9f950a232fa9e6da90c610fc7aa8d4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc646af1848a0596ec76008c854b59f7494b4503a158880b09fabc71a45a2657 +size 14012 diff --git a/perception/image_level_comprehension/image_modality/images/418.png b/perception/image_level_comprehension/image_modality/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..80725ddd9324bfd1b9b3a14350abfa6790d6ea29 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd423dd1e225e09483df7b15b4d7844fc77a800af99f5cfc0065571eb9d2c4b7 +size 25090 diff --git a/perception/image_level_comprehension/image_modality/images/419.png b/perception/image_level_comprehension/image_modality/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..7acdfb8015e0dc72587ea12a96b20e9c5348b1f7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd3072849431aad8c3003cfc191746f18e28a03b152cd7bf91332f06b9d5ef6 +size 12211 diff --git a/perception/image_level_comprehension/image_modality/images/42.png b/perception/image_level_comprehension/image_modality/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ba8f390b351a68edf4df2267ee3f31f7832ea9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b182b7ea8c27c229bd7e611ef8498d27938c7a0a20b3f13a97ac1c13ce737e +size 380903 diff --git a/perception/image_level_comprehension/image_modality/images/420.png b/perception/image_level_comprehension/image_modality/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..b724e27e74557a33ce82b94fac2bdc551d736c0d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767531101fe0d86da03aceadb7473d5724b62e8f78fb10763d3793ad40d6fafd +size 5328 diff --git a/perception/image_level_comprehension/image_modality/images/421.png b/perception/image_level_comprehension/image_modality/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b7555c7a299cd49f4ea4f512bc63bf42d1e414 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461e606b051ffd3807f328eee9056dc5e821e4b94306a3d9338d1eb218354c5c +size 3840 diff --git a/perception/image_level_comprehension/image_modality/images/422.png b/perception/image_level_comprehension/image_modality/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..20a3ac0eef26f62b3bd0752230e3dc3e8a621fe8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d78adb8b5156222605eb511aca745b5554054c177a210f544c187a0ce3ff5bd +size 12963 diff --git a/perception/image_level_comprehension/image_modality/images/423.png b/perception/image_level_comprehension/image_modality/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..b825d30ac2a906ed359b3ff1e1942c442308c148 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a849292c5dd0b98f6fead2ee6677679f7d36bdd366a40bc8273d2a69dea1eb +size 4080 diff --git a/perception/image_level_comprehension/image_modality/images/424.png b/perception/image_level_comprehension/image_modality/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..ac35df80351d5292ecc8e2af023685f8c0377ced --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e2a453f0c4e96cee4ad7dfe29d2c7e1eb772ac5a8c29bc58488cb2d34cb1be +size 5400 diff --git a/perception/image_level_comprehension/image_modality/images/425.png b/perception/image_level_comprehension/image_modality/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..b52c96377bb075360db31025c00aa37689f5c4cb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dfd582c55f44f80316db269606df899dd028c87c39b90348e0b33b36cfb477 +size 17718 diff --git a/perception/image_level_comprehension/image_modality/images/426.png b/perception/image_level_comprehension/image_modality/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..e9431fc7153156fb77b7b76b3fa8f3fac68f0330 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8902eecc477ac75c9d7932a0f38ef535873df5b2418007a44c719df3e1e345 +size 6272 diff --git a/perception/image_level_comprehension/image_modality/images/427.png b/perception/image_level_comprehension/image_modality/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..ee5f4a4a006aa4ff2bcc1646cc2fda2a4a788776 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4426b6c6f0447b380ba232de2c630dce52712d18cba4bc6f7b29f3cbe8139de3 +size 3392 diff --git a/perception/image_level_comprehension/image_modality/images/428.png b/perception/image_level_comprehension/image_modality/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab60db95bcc2d37def8f42d1e5171e45c7a349c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508c4aa97dbcc83c88f1a0117b98d54f45e9d0cff246c2d22e3c4c766403b5c9 +size 33518 diff --git a/perception/image_level_comprehension/image_modality/images/429.png b/perception/image_level_comprehension/image_modality/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..4f42303c2dd008cc4c3c5954c1bb3a4761db9f7c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b043b974b500d2c112e62703e9112002c5588ca9794e48b7660ed760b6ee30 +size 12549 diff --git a/perception/image_level_comprehension/image_modality/images/43.png b/perception/image_level_comprehension/image_modality/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..56cce887a651133ff2c6565b97dd7f81e1875123 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe242f1af3b6f6e8a8df1a55d292b11b1766f4313e6a95c3682c3d49bbd9dff +size 406493 diff --git a/perception/image_level_comprehension/image_modality/images/430.png b/perception/image_level_comprehension/image_modality/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..b00c35045709101a16586a711e0997c78e757dcc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252fd64d10113a139728833df02b528fcae3c05597194c8b6374baf99961159e +size 17611 diff --git a/perception/image_level_comprehension/image_modality/images/431.png b/perception/image_level_comprehension/image_modality/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..8df3c44b753a701e4351dec531f808203f155742 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c75e668074d5b6b8e225a720ac55c280235fbf268774fa60c8ec88255a6362f +size 14006 diff --git a/perception/image_level_comprehension/image_modality/images/432.png b/perception/image_level_comprehension/image_modality/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..6622a060f0de6761111f171d141324e0f34f0938 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313555a1504c296344f8126c0130d7feb4c50362bdf24baa2095ab50d1750c8a +size 26003 diff --git a/perception/image_level_comprehension/image_modality/images/433.png b/perception/image_level_comprehension/image_modality/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..720b6461dc2cc6f18346afbe58e1840a0399f48d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bd02fef1937a895836b1b90d7e44fd8493668e2aaf22e34ab4a74483f6474f +size 100849 diff --git a/perception/image_level_comprehension/image_modality/images/434.png b/perception/image_level_comprehension/image_modality/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fefb3141eff73cf47b0ea5e29bff3ca0224843 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43f8988594d2e4dce96f8efd2979b353e4d98d2c67478dfd26f3725d45056d6 +size 157421 diff --git a/perception/image_level_comprehension/image_modality/images/435.png b/perception/image_level_comprehension/image_modality/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..e98e1377e553bdaca44ae02b6e6c7f08f76e7346 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e0fc90624e9c9103491ba1d893fcdc2eeaf37a11c4e0e563161b4ec6343d57 +size 7753 diff --git a/perception/image_level_comprehension/image_modality/images/436.png b/perception/image_level_comprehension/image_modality/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9d56aa7359b4911fcc5af3b8a57d14138a6d25 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137a606949542eca175dd362f5352746f168483ae3dd16ffd2eb4ff9d01580cc +size 7727 diff --git a/perception/image_level_comprehension/image_modality/images/437.png b/perception/image_level_comprehension/image_modality/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..ea4563cca360cc38086c4c0e555bd867e51c7501 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573547400e969e0a542260acf37e30b86f9959d9b1f5cc41f6489f1c1a1ce5f1 +size 8789 diff --git a/perception/image_level_comprehension/image_modality/images/438.png b/perception/image_level_comprehension/image_modality/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..4cc8c05c30271d8bf2d0a1eda398cf82cfd4f2e7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff13258fbb91ff33679c29e6ee1380cbd1a0d2a53af67d904f95b6a39044cb35 +size 10424 diff --git a/perception/image_level_comprehension/image_modality/images/439.png b/perception/image_level_comprehension/image_modality/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..ce912ef343a50c396cb493dd9bfe1333a275ab32 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88b45dc9508772ac68239341a11f1a56d5b70f41092910c8da2146411cd5152 +size 161150 diff --git a/perception/image_level_comprehension/image_modality/images/44.png b/perception/image_level_comprehension/image_modality/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0522140b81b16e1884754c9ef1bf904a3172bb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38266a85bcd84ae3cabacf00dbc22a3a59b6117ee036579652a6873b55df4c48 +size 352579 diff --git a/perception/image_level_comprehension/image_modality/images/440.png b/perception/image_level_comprehension/image_modality/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab5d933db5f6da0bc6b532e2fe8a645babcd2bc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a397190486667b52f1ef4bc1fa2c23e1b4cf0d36d3f507b684c49f26e30bd76e +size 50569 diff --git a/perception/image_level_comprehension/image_modality/images/441.png b/perception/image_level_comprehension/image_modality/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ce0b320f82d9d0c13326c1c026ae6c94ad872f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1639bf45cdcdf5dda1111eb5ccbadff54951b3130eb0da91fde2674aa75090d +size 63162 diff --git a/perception/image_level_comprehension/image_modality/images/442.png b/perception/image_level_comprehension/image_modality/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..c45a0d2f76a5dc10f3a4d391e790ff05197b7b0a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332989547d8fac4968e894142a25aaa61afb7835c1d47335c3f7cf8b54ec3b1d +size 18961 diff --git a/perception/image_level_comprehension/image_modality/images/443.png b/perception/image_level_comprehension/image_modality/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..2682be4be166aaa6bcaf9fd91644ad6af8f29b14 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3490d32e9c70d6ed7708eb3f14ab63f57d1d437531e154b3ba9a2ffad5d48c2 +size 12227 diff --git a/perception/image_level_comprehension/image_modality/images/444.png b/perception/image_level_comprehension/image_modality/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..90e1de0a69fca8c1cb869f2faf0ad932170ad410 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a539263bf62f402d988a28bcdd2e312a14b4d441ace77f245f456ae922a8f20 +size 9345 diff --git a/perception/image_level_comprehension/image_modality/images/445.png b/perception/image_level_comprehension/image_modality/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..9e8b6453e64666c25c96db416fb92c7b3dd285ef --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a58727df7e54d5461401f1eb59876167d1137685a3eabb1e7def8dd1c5e5a55 +size 4276 diff --git a/perception/image_level_comprehension/image_modality/images/446.png b/perception/image_level_comprehension/image_modality/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..fed2ad9f21ffaa54ec63afee090e2f6cc57e6486 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce0d7567e79f5985a11677690c2d1a6f2097652b2bc3781bb93fa5014f824a6 +size 44642 diff --git a/perception/image_level_comprehension/image_modality/images/447.png b/perception/image_level_comprehension/image_modality/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..6a63f210406253db55f88e23e8b4c3483ddd24b0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2556924f937cdfa6bfa255281f2931946057a89498fe837283f6c55046416d +size 7504 diff --git a/perception/image_level_comprehension/image_modality/images/448.png b/perception/image_level_comprehension/image_modality/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..6df52bfc76515bf64d0354843e1ddc998a1407e8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67c6cce941068116451ccda8944b814cffc952fb237954585e21c4156e404bf +size 28148 diff --git a/perception/image_level_comprehension/image_modality/images/449.png b/perception/image_level_comprehension/image_modality/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..769daff7d5aa7901d33c0034f7293b2321b40566 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dca029e0c77e7646ea0b5e664c1766f2b65fd24d4397e3d5714b7d622bcd274 +size 3697 diff --git a/perception/image_level_comprehension/image_modality/images/45.png b/perception/image_level_comprehension/image_modality/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..514eff04a108187d4a1907f6bb047e117568e4ca --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab5d65f5de185c947ab025b8a7b25690c6023bd7d79c14e3a5d81f408024022 +size 417092 diff --git a/perception/image_level_comprehension/image_modality/images/450.png b/perception/image_level_comprehension/image_modality/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..f017d0adb480d95919745b0d2c407d903991664b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d546c65d0c8ca6da75636ee51137a395990327959b7dfeda5c16702da00ca225 +size 37591 diff --git a/perception/image_level_comprehension/image_modality/images/451.png b/perception/image_level_comprehension/image_modality/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..3c253f9b2e7c9c1be5cb895ae1d149200073e6de --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432f91d99d38256fdd91accb24619b599947fdaedc5e8f3574137ce12350dfde +size 38375 diff --git a/perception/image_level_comprehension/image_modality/images/452.png b/perception/image_level_comprehension/image_modality/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..07285ca747eb76eee5c3e950082dab5daa18420d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc89f009cd2e88728e1495b0a4e409acbfae9829afa926011634e90dae42f5e7 +size 98467 diff --git a/perception/image_level_comprehension/image_modality/images/453.png b/perception/image_level_comprehension/image_modality/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b4cde026e6cfdf6bbdca2628e0c312d8d2aa5b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09d17eeff6339e744bc4cfd6832f81331a12f5a821bd6deba6a1f0812e2cac0 +size 3440 diff --git a/perception/image_level_comprehension/image_modality/images/454.png b/perception/image_level_comprehension/image_modality/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..919c06b51208dc61518eaffb2519da5119668bd4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdfbff159ab86b7a3387291cd2c136efdf3bbfadf4dc821fc3a8b816140e114 +size 5206 diff --git a/perception/image_level_comprehension/image_modality/images/455.png b/perception/image_level_comprehension/image_modality/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..409133148c6ceef2951ce77a1e3785e5929c67ec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01e30180e22842ac1d7c6fc41efcf35fc5bbea4995249d196a32035bdb23e0f +size 4552 diff --git a/perception/image_level_comprehension/image_modality/images/456.png b/perception/image_level_comprehension/image_modality/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..b632293163adc5b7610714400d68e0c43b7e39a1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f52dc14c2f4c4737da1202cce5d51acff86ed5d2a814e9d23b9073e6507b421 +size 46594 diff --git a/perception/image_level_comprehension/image_modality/images/457.png b/perception/image_level_comprehension/image_modality/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..c55660a25975a0b3b58a88c9b257ce9dd7aa82da --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8ba1a2671895d997477b3e0a1a80f999c6841983b7316080c711f67555a6ef +size 4948 diff --git a/perception/image_level_comprehension/image_modality/images/458.png b/perception/image_level_comprehension/image_modality/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..308c72b1ff4801d75ff97cc9df434d957b6566b9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1929b0863356ec6aab7e2e03043c3875f8eb554382ccfe329c5e4c3df09713 +size 4842 diff --git a/perception/image_level_comprehension/image_modality/images/459.png b/perception/image_level_comprehension/image_modality/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..9e83cf14a0989215da5e4cb1f14ff64c589d683c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb970bdc0eae05256906f34c8c73c9a6955aac09de118ebaffd8762eef7cc41 +size 4671 diff --git a/perception/image_level_comprehension/image_modality/images/46.png b/perception/image_level_comprehension/image_modality/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..02ceae11498b681ac9dad713050ca6dd14665ad9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188f5d7dd76e3d24d33980ab3a7b94eb1c3310c8de41b8c0bc9a0ee3257f7f9a +size 375025 diff --git a/perception/image_level_comprehension/image_modality/images/460.png b/perception/image_level_comprehension/image_modality/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..07ef390ea9723ea8b434199ffff8f5aa3155ee07 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342aa1106469117a018def36bf64e30859a73dac330dd9f7ef3a0e59d86f9669 +size 6875 diff --git a/perception/image_level_comprehension/image_modality/images/461.png b/perception/image_level_comprehension/image_modality/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..75487731d0f6dea2a747dbf1a9e2bc5ea9fbacae --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559fc5311c63878d9651dc398672f638976cc59151d1319c2a1c3d5c8950cb57 +size 5219 diff --git a/perception/image_level_comprehension/image_modality/images/462.png b/perception/image_level_comprehension/image_modality/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..741c40b6161c1bf3086afd629ec2f3a21cd33d1e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471928a4b13cbda401a78ecc9b80c8d79d4ed8168a96030c38917c62fa45931e +size 10984 diff --git a/perception/image_level_comprehension/image_modality/images/463.png b/perception/image_level_comprehension/image_modality/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..a769f0d817d22bf8d003794b5122291ffd5d556b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a8e94eed08ef17fb6b313c1ffc9c7f121d7c0ebf681e93476791a910eff16a +size 13709 diff --git a/perception/image_level_comprehension/image_modality/images/464.png b/perception/image_level_comprehension/image_modality/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..e15ad870f86431b7c0351f1a4d2add53721eb867 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d98c1224f93ee50fd890ee66a2c9b7c7ffeb27c36813454663b91f50a9281a +size 18744 diff --git a/perception/image_level_comprehension/image_modality/images/465.png b/perception/image_level_comprehension/image_modality/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..f3cd5c4fefc13ceeeb053d46292385b98febb328 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1309bb6f9362ee05033e56e23b1f138a8b52f7712ad8840757fa5c053d35ab08 +size 2980 diff --git a/perception/image_level_comprehension/image_modality/images/466.png b/perception/image_level_comprehension/image_modality/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..8c254ebbbdc6dff460a083cd31fbaa670d9e327a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bdf7c9437cce21e66755080742697203b13b33d99308cc974c0eca1ad13e8e +size 55529 diff --git a/perception/image_level_comprehension/image_modality/images/467.png b/perception/image_level_comprehension/image_modality/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7888f3e8db8a19030237aea22323b5a93c782c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e270dceea1df419eeff6b3b6e627df96e55f4a48ae52ee61b12fcc0b56f7f798 +size 18410 diff --git a/perception/image_level_comprehension/image_modality/images/468.png b/perception/image_level_comprehension/image_modality/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..403794741b5c45bca30d278c3293379c42a305b0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4ad02999b0815946c015374af102e07e2763d428c983d6293128ed4c17546b +size 19903 diff --git a/perception/image_level_comprehension/image_modality/images/469.png b/perception/image_level_comprehension/image_modality/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..16e3b8a0009012aac261da1dd95ec2af82779442 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c9b2b24a5f0852c1e3ec5d7575b3cdfa575c2e868c9f7187e08ca896378787 +size 96323 diff --git a/perception/image_level_comprehension/image_modality/images/47.png b/perception/image_level_comprehension/image_modality/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..3b6cb03f1be882c07057689d4d20ff0603b8b75d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98eb05c587258863d678cdc6ca80b1ca40edc030aafce2700802d18ac2d072ab +size 302856 diff --git a/perception/image_level_comprehension/image_modality/images/470.png b/perception/image_level_comprehension/image_modality/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf43ce0ac4cc37a94abcf333f8321bd6290bdef --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1ca1de13a3a5a02ff98008f0c0852390c8ec29b8ce3c6942ba04dbb25ed674 +size 7940 diff --git a/perception/image_level_comprehension/image_modality/images/471.png b/perception/image_level_comprehension/image_modality/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..08c0d662386d5ecb86c53da346948ad540bb1f84 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e502d21d527a7cced1e0f10a90cd1f4eee4c63e892c3ab83067973e1b43e2a3 +size 6966 diff --git a/perception/image_level_comprehension/image_modality/images/472.png b/perception/image_level_comprehension/image_modality/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..93cb174eb236c2ab77ccd540559eab58542ab9b6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e13417c310ecbea7cc62df1c4616661ef596e824e04c16d1cb21daa36873b1 +size 5109 diff --git a/perception/image_level_comprehension/image_modality/images/473.png b/perception/image_level_comprehension/image_modality/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..c531eaf854f01ad381887a8050b151815bc5e39d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef4dea0eb167d9685871d3824aff50cae1f6b35774987d45a7ef801e05bee4a +size 10542 diff --git a/perception/image_level_comprehension/image_modality/images/474.png b/perception/image_level_comprehension/image_modality/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..9f451471e5998377071fa9f116e08693badef9e6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65762bf719cda7c30397b29dfb322645062f38190c88725b670b0b28442f24c +size 3488 diff --git a/perception/image_level_comprehension/image_modality/images/475.png b/perception/image_level_comprehension/image_modality/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..ffb552717cd1d30cc5b8a699fe7ea06c21435e2f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c879e59dccfbe18e8a5fad549ebe19e465f4f70ad383f219ce19861b318c0bb +size 6583 diff --git a/perception/image_level_comprehension/image_modality/images/476.png b/perception/image_level_comprehension/image_modality/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..d6323f7f8ae4c41650b996b49daeab958cf70d00 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83618729a799140d2fe1b9be37e40ca7e3b3656a3a2e99d77259ca68c4d6302 +size 2594 diff --git a/perception/image_level_comprehension/image_modality/images/477.png b/perception/image_level_comprehension/image_modality/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..65b6211d720b68f4342f9c438ecddcb42339c724 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cb66a8dda85a15467254e05feb052dd045466ff40b2c65f1bcf43680a65bc5 +size 8801 diff --git a/perception/image_level_comprehension/image_modality/images/478.png b/perception/image_level_comprehension/image_modality/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..9e64487d563d6781bbb7709d966124bf1466ca40 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6b20e313ea15d6a6ad255951e890d4aa7dab14adaaa5567ecb0f632dd74716 +size 9890 diff --git a/perception/image_level_comprehension/image_modality/images/479.png b/perception/image_level_comprehension/image_modality/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..88d9b0eb0f7fdbec745c95d4b67306f4368284e6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2eede26eeb36562f634b9554f0b7394bd037ee9d3468cffa85336f2aea7db1d +size 6523 diff --git a/perception/image_level_comprehension/image_modality/images/48.png b/perception/image_level_comprehension/image_modality/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..73a985696ac77bfbc0b11d85594837c8608839ce --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfb8f74c4a1f302827dab8f14db0d656b7a7777f9d3758e7e000a28ff69e482 +size 234295 diff --git a/perception/image_level_comprehension/image_modality/images/480.png b/perception/image_level_comprehension/image_modality/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..f448e9443b1239f44f1b9e35ad70f00f4825eb1d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48db861f79902509fee83c15a4ecd6abe17fa44197a31d416cfd96b6be14f23 +size 3764 diff --git a/perception/image_level_comprehension/image_modality/images/481.png b/perception/image_level_comprehension/image_modality/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..49be0e962aceb382c98c20214225042b3a37ed0e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71296ed85e4b843ead0165a09862f9f057014817e644f8957143a4d8ed8e7228 +size 13191 diff --git a/perception/image_level_comprehension/image_modality/images/482.png b/perception/image_level_comprehension/image_modality/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..2feac8b59546d82eba19cccdd7f2cd79afc5a884 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4afe4f9c18fc9571914d2e5cc9403072651a4392da5b313108d740746adbd8 +size 6915 diff --git a/perception/image_level_comprehension/image_modality/images/483.png b/perception/image_level_comprehension/image_modality/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..123c8506547416ff08d028be74536289d073a73a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0366c7ea95cac315c216b292f1ac986d2c44551a00bceb4bcbddc705f7f819 +size 16353 diff --git a/perception/image_level_comprehension/image_modality/images/484.png b/perception/image_level_comprehension/image_modality/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..4949c24f5f46a2a3b6b5e8724fabca08b35e749d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8da2f840e4f83d99c31af69dacc3dbea22af7eebff529ca1eb9adfee0de825a +size 22446 diff --git a/perception/image_level_comprehension/image_modality/images/485.png b/perception/image_level_comprehension/image_modality/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..de19eb01c43ca5334e8e93b16d2eb5b4eec0e13e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ebe1be1d9f06ebe6a2d29596d8dc704bedca1beb1ad1791e6b5535326c55fc +size 30086 diff --git a/perception/image_level_comprehension/image_modality/images/486.png b/perception/image_level_comprehension/image_modality/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..76c7cf8257bb69bcc67e1bcf192488d5af542de0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cbc4c9d24246101fea82ca3bb942499c8d3f7c091b7bd77c7e032a83494a6b +size 9631 diff --git a/perception/image_level_comprehension/image_modality/images/487.png b/perception/image_level_comprehension/image_modality/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..93661d8efd97c417efa005fc649f3be26e2ac04d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13810b40f26fab641a0136ee2a99967f636795a26ccc7a1fe56f1f502f13d37 +size 22446 diff --git a/perception/image_level_comprehension/image_modality/images/488.png b/perception/image_level_comprehension/image_modality/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a2bb7dad12d14d304dde4a20a02201285bec61 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df224bd19eb031ae2e1e30199886120cc9c6e9f919a83f6cb83d6d7ae7544614 +size 11401 diff --git a/perception/image_level_comprehension/image_modality/images/489.png b/perception/image_level_comprehension/image_modality/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..3bb5a024d514a0a09f3ad7f7433a47f912c2186f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598c2c71739a774e8f3ee22ca6a9f0cd00375649e671611a99680d379c82e892 +size 7869 diff --git a/perception/image_level_comprehension/image_modality/images/49.png b/perception/image_level_comprehension/image_modality/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..8597d47caa497b6a9affcbae9bb5788cd5ea4787 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae1d15976b0eeb45f7b5bff3bb5be5928187051070d453388f3db2fafac4eb3 +size 435061 diff --git a/perception/image_level_comprehension/image_modality/images/490.png b/perception/image_level_comprehension/image_modality/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..938aedcf8d320ac38d39897ff020cd9b26a6853f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fa3f90b8beb8691ae55facb0b778f30bcd4873132975a78f25c21a419d722a +size 35458 diff --git a/perception/image_level_comprehension/image_modality/images/491.png b/perception/image_level_comprehension/image_modality/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..2d51c73613d7e4f0d78fba90f3d9af8a9c014c41 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53e530569cbfcef9fc67de5d672218469adabe796a07f191917aff5b4aef35f +size 9353 diff --git a/perception/image_level_comprehension/image_modality/images/492.png b/perception/image_level_comprehension/image_modality/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..897630a072def48e8101f35fa3214f8bfbd66862 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a5272c469e53202a4088d27e57fabfa936680ba58ccc266b59302ef387bee4 +size 58949 diff --git a/perception/image_level_comprehension/image_modality/images/493.png b/perception/image_level_comprehension/image_modality/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f328f2ed07ad3d54d382bc65e68e6f2442f909 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5ba92f3cd6c5a5a5785808287e4265c2ef56a046ba6241b9ef24144ab03213 +size 4352 diff --git a/perception/image_level_comprehension/image_modality/images/494.png b/perception/image_level_comprehension/image_modality/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..3f717f0ab36c13f83dec3baa069b2fee2f5e878f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bebc8e6148b7733d6c138843687d4e001fc941c6a6ccce24a1e113caf49ec38 +size 122994 diff --git a/perception/image_level_comprehension/image_modality/images/495.png b/perception/image_level_comprehension/image_modality/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..629843b972ea027f7548bc41c17d0b5f26958996 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7641728756809e4d25fe69f4accf268b5eb7e4a035a0a37dab9d1358f2a08c6d +size 3432 diff --git a/perception/image_level_comprehension/image_modality/images/496.png b/perception/image_level_comprehension/image_modality/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..8d4441be1a917d2ad61c81a2fc73162b40d1bffe --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d14454ba861ed893d54a752928894c024acfca46cc7183651e24ce086f796d +size 16520 diff --git a/perception/image_level_comprehension/image_modality/images/497.png b/perception/image_level_comprehension/image_modality/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..42f44dadf6bf2d0ded074e8a342886515e45d978 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d938ecf509d60a9bd008d8f58ae6de161b9d8f21a59a09b04dd7187bb44ae92 +size 32266 diff --git a/perception/image_level_comprehension/image_modality/images/498.png b/perception/image_level_comprehension/image_modality/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..87ae9d384a4ad2391d412b330d0ee2e5b5db2f96 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a5995fb7cad647ad16f22c705878f0e2bf73986ec4088fae728f732db9ce4a +size 23319 diff --git a/perception/image_level_comprehension/image_modality/images/499.png b/perception/image_level_comprehension/image_modality/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..82e4948a9af30dc9a0cc41f73196cc9bb5f9c8ac --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d88bc916a3aba572288e28d1cb6eb8dff12ec5fd8c417d44a95fc8f494025e +size 18888 diff --git a/perception/image_level_comprehension/image_modality/images/5.png b/perception/image_level_comprehension/image_modality/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..13e5b117de2a1a45a6145b159e739ae6ce6b2fdd --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b29a0064de6882d6318cb0c735763644b89cfbfba8cdc8d30d3588e0ac1dd4 +size 387828 diff --git a/perception/image_level_comprehension/image_modality/images/50.png b/perception/image_level_comprehension/image_modality/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..be295734ab81e03c6a95fe23d5a360b05a5cca3b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c6fb23c8b17d1076e0a98eb56097d08e99345c3dfd3f8b69d2f8ac1809b9b0 +size 440723 diff --git a/perception/image_level_comprehension/image_modality/images/500.png b/perception/image_level_comprehension/image_modality/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..b19c89e92239a94737fb69c2988fafff665e3efb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7921e2c77e2a35d078b619cc0725f14a4ba5a56086fd2c18e24d6c674fe150f5 +size 3390 diff --git a/perception/image_level_comprehension/image_modality/images/501.png b/perception/image_level_comprehension/image_modality/images/501.png new file mode 100644 index 0000000000000000000000000000000000000000..49d9d1f7b443becf1c765acf953f566f93b9034a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e18b3ed8c3b44bbaaae36291c8afe552bad3ff673f5fc7f450e6cf535c9d6a +size 9970 diff --git a/perception/image_level_comprehension/image_modality/images/502.png b/perception/image_level_comprehension/image_modality/images/502.png new file mode 100644 index 0000000000000000000000000000000000000000..bd426d08ad512914486acf40c5269d9f8504df1e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c1b887b1385f862912bbd187e0b3be1fcfbb63fb7798afed98bd9aa6782c4d +size 15336 diff --git a/perception/image_level_comprehension/image_modality/images/503.png b/perception/image_level_comprehension/image_modality/images/503.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7583ed8ac4aaa29a3eb360bbc084a4aea89f45 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e39bbd35a2f1faa2b930d2c0ad4f07fed7ea3b07306784272c29a05e431dad +size 3112 diff --git a/perception/image_level_comprehension/image_modality/images/504.png b/perception/image_level_comprehension/image_modality/images/504.png new file mode 100644 index 0000000000000000000000000000000000000000..402b76a23c81d523747433e6b7cb29ea5e220002 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf1af46a559e79bddcf00781985b1dced9f6def06375cbd5277c60b5a51f906 +size 43866 diff --git a/perception/image_level_comprehension/image_modality/images/505.png b/perception/image_level_comprehension/image_modality/images/505.png new file mode 100644 index 0000000000000000000000000000000000000000..3665973e84ecf8d712dce460db88153dc38c248e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7a2ce924b00707abbdcd247df7f6837e50786b74962ce7e0d7a0a67a0d22a6 +size 6921 diff --git a/perception/image_level_comprehension/image_modality/images/506.png b/perception/image_level_comprehension/image_modality/images/506.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ba06e439e28a9c8c0e28e72b4ce3ebafdfd519 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a654ab37a59e48bdcf51eaa1258ec5fd740ecb5639329702ebd9f1f9445b9e0 +size 67295 diff --git a/perception/image_level_comprehension/image_modality/images/507.png b/perception/image_level_comprehension/image_modality/images/507.png new file mode 100644 index 0000000000000000000000000000000000000000..8e397098b398341309511943ba3467a091d8ab3f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ceb4fbfeb46b3d37349f2a090d70389031957b8e96419798b5b3f75713641f3 +size 5697 diff --git a/perception/image_level_comprehension/image_modality/images/508.png b/perception/image_level_comprehension/image_modality/images/508.png new file mode 100644 index 0000000000000000000000000000000000000000..804d5d014f0f09207137eace0e01b970999eb01e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c84e0d406f7f543341d7d0845a7670c388e47f96ca55dc51b9d99394dded71c +size 11938 diff --git a/perception/image_level_comprehension/image_modality/images/509.png b/perception/image_level_comprehension/image_modality/images/509.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce6030bab6f5cbb36e61cd509ee8df385aae0ec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa402606f27fe39d1a78c56e0bb0ad90e0e28b7dc8f85f900514ebf8a1b4fd06 +size 15966 diff --git a/perception/image_level_comprehension/image_modality/images/51.png b/perception/image_level_comprehension/image_modality/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..46b84da0e7528baf8b93892641af00ed07edb31e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d96f3a15633b7e746a3015bc29acbb27dbc2ff422cb76c7856e10c73501dd1d +size 394028 diff --git a/perception/image_level_comprehension/image_modality/images/510.png b/perception/image_level_comprehension/image_modality/images/510.png new file mode 100644 index 0000000000000000000000000000000000000000..466fa3945afc2707d7f8168f7d1ad42519c55dbb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad62bafbd0cfec317f369813ab449b2961dd4f1697653c402a59ad2c570c2060 +size 10433 diff --git a/perception/image_level_comprehension/image_modality/images/511.png b/perception/image_level_comprehension/image_modality/images/511.png new file mode 100644 index 0000000000000000000000000000000000000000..716cb743909049907bc20c5c278917e41d452eac --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5634db7cfddcb8687943205dc23ada0536178354d3dcd10ed73d0b3878eda32 +size 2675 diff --git a/perception/image_level_comprehension/image_modality/images/512.png b/perception/image_level_comprehension/image_modality/images/512.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e69f5e772b684012b1c09e39fba3a438acb8e1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cafbe7719285d82fdbca613d43a6296cdb11ec3795fab5a77e374dbbc287310 +size 5750 diff --git a/perception/image_level_comprehension/image_modality/images/513.png b/perception/image_level_comprehension/image_modality/images/513.png new file mode 100644 index 0000000000000000000000000000000000000000..c40484c1ae75bd5a77d43bf5383b097e08c25bd5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98104097b32e658dce84d1fe71d1cb7a9ca4647839aa9bc7f854aa94774f5e07 +size 5846 diff --git a/perception/image_level_comprehension/image_modality/images/514.png b/perception/image_level_comprehension/image_modality/images/514.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fa9a8cfc80f893949fbc8071e6b80c83176bdf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fab996124073760a0578378e22cc7cc571b9daf137e89c35afb1be1f5b1619 +size 61422 diff --git a/perception/image_level_comprehension/image_modality/images/515.png b/perception/image_level_comprehension/image_modality/images/515.png new file mode 100644 index 0000000000000000000000000000000000000000..51df5ea27e1af5acf6ff63bdc3dd3f7f4d4a5370 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d9a849c650f247d5816b53e63177ff795f958c04f25c8ebb6b184b771d8f02 +size 12778 diff --git a/perception/image_level_comprehension/image_modality/images/516.png b/perception/image_level_comprehension/image_modality/images/516.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7e988f29b16240b90d2fdb0855ea998f0095fb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007600054997606038604b8b570523e1ed1991b2bb660ae5b8b7daa91e52631d +size 4130 diff --git a/perception/image_level_comprehension/image_modality/images/517.png b/perception/image_level_comprehension/image_modality/images/517.png new file mode 100644 index 0000000000000000000000000000000000000000..860a03628c599fccb65cb303952b7ee7e951d2e2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2d276c2caa23f5dfd6397089e207f1ce02d373e066cf023ca95dda92f33996 +size 9690 diff --git a/perception/image_level_comprehension/image_modality/images/518.png b/perception/image_level_comprehension/image_modality/images/518.png new file mode 100644 index 0000000000000000000000000000000000000000..72408e548ff812e0d0fc215b8d73b50e062cf3f2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/518.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39bffe2e4633b5cfeb242878eda49a52ee0b534f28b7b1e17511991027af115 +size 4729 diff --git a/perception/image_level_comprehension/image_modality/images/519.png b/perception/image_level_comprehension/image_modality/images/519.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd856ebbbdb0986bcf1ea66a81f31ca3351e035 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc52c9c834f336c4a82d2f62719ebfed62841a8aafab515290f6cf6dd3d8050 +size 13546 diff --git a/perception/image_level_comprehension/image_modality/images/52.png b/perception/image_level_comprehension/image_modality/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..abff9d6ea3f0f2f04f3e5345bdb4a9d47da8757c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646d5bd5390e24c21fa418a3d859f69ddc68990c75101905561c9dd98b578190 +size 373267 diff --git a/perception/image_level_comprehension/image_modality/images/520.png b/perception/image_level_comprehension/image_modality/images/520.png new file mode 100644 index 0000000000000000000000000000000000000000..7c788b29e4dc47e1412d2fff35f403f19ec6221f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2344aa63b86352f6668c086f2d2d603db0e13eb86c3a0a034df917d1494c9e +size 12662 diff --git a/perception/image_level_comprehension/image_modality/images/521.png b/perception/image_level_comprehension/image_modality/images/521.png new file mode 100644 index 0000000000000000000000000000000000000000..a07f615ae19f55e1de0ddb5ee2d5e85d14e0076d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7551cdf6de53623d43245cb25f949b079c3788b7c7c7de0a3c3b39304c762213 +size 14567 diff --git a/perception/image_level_comprehension/image_modality/images/522.png b/perception/image_level_comprehension/image_modality/images/522.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0560d6675ebeb13e04ac89225935b4c0437602 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505421dae1dfc01c7f6a0c203587be92566b2e93f43c938bfdce198d93c7f1a6 +size 80379 diff --git a/perception/image_level_comprehension/image_modality/images/523.png b/perception/image_level_comprehension/image_modality/images/523.png new file mode 100644 index 0000000000000000000000000000000000000000..1f3638080716d395b99e3cd56844b081a334d129 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba273ca1326cf11c87532b0e290e4377c5a02c4f97a1b1da2af31a74f24f0222 +size 16521 diff --git a/perception/image_level_comprehension/image_modality/images/524.png b/perception/image_level_comprehension/image_modality/images/524.png new file mode 100644 index 0000000000000000000000000000000000000000..7b6dfcb1e1d8fd6fec1c313745dd37171db47d66 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451d5ba43b590c035a9c7c49edeef41e74fc24f416a8aec522b26ecdad03a752 +size 9688 diff --git a/perception/image_level_comprehension/image_modality/images/525.png b/perception/image_level_comprehension/image_modality/images/525.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e001751b4b955ff29118ffa534572bdef1729c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b764c895d50a47629217df59b5bf65480210f7a85030165a858a4d0cba7400 +size 27947 diff --git a/perception/image_level_comprehension/image_modality/images/526.png b/perception/image_level_comprehension/image_modality/images/526.png new file mode 100644 index 0000000000000000000000000000000000000000..fd781b2455b8c7a8c1518beece9c5ed3b9b0645b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0ca6d61c7f1352586f8a38a1b44e8428b83248e5c165bfd2ac6d36c64798bb +size 6442 diff --git a/perception/image_level_comprehension/image_modality/images/527.png b/perception/image_level_comprehension/image_modality/images/527.png new file mode 100644 index 0000000000000000000000000000000000000000..57b38f6c682bfbdebcaf48cf7c44ea7ea62fc2ab --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329c8c67293aec614a7bb0ce66d33c490f6c07d456147d7286df1d60578f293d +size 5446 diff --git a/perception/image_level_comprehension/image_modality/images/528.png b/perception/image_level_comprehension/image_modality/images/528.png new file mode 100644 index 0000000000000000000000000000000000000000..cb6ea3a1a39b8d3c1015d39f76855b35812ea29f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa61a178429e8cc06c0f9ee27e5e3000449a16bb87b78c5967a2bb1336dfab0 +size 3407 diff --git a/perception/image_level_comprehension/image_modality/images/529.png b/perception/image_level_comprehension/image_modality/images/529.png new file mode 100644 index 0000000000000000000000000000000000000000..e886514e23f24b5ecf9f2fd428ff9db23a43913c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ef707000786caf5cfbdb6a5bf1f258bd036023e0f900bdc84c66d4a147c393 +size 21618 diff --git a/perception/image_level_comprehension/image_modality/images/53.png b/perception/image_level_comprehension/image_modality/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..534fda61f89b82e86613378bb003d4fc129b9fdf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b867a3598a86b067ed7916cdabf8e663b82f57e9594a42c9a8b46c02822a62 +size 358480 diff --git a/perception/image_level_comprehension/image_modality/images/530.png b/perception/image_level_comprehension/image_modality/images/530.png new file mode 100644 index 0000000000000000000000000000000000000000..36646b9c80582f49489ff4a37aca6f20949bf30c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e70a4650bc41d3f3e00db0a2a44b8cba3ae2cb80ecfc86d2223a8837658d06 +size 55330 diff --git a/perception/image_level_comprehension/image_modality/images/531.png b/perception/image_level_comprehension/image_modality/images/531.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bf4bb8ef682419d9c5bdc4fd563b7318af0841 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39227882cdba2cfb9cd785bc64fb5ce50ea470cf2e4f039a2fc899d490c15cba +size 4382 diff --git a/perception/image_level_comprehension/image_modality/images/532.png b/perception/image_level_comprehension/image_modality/images/532.png new file mode 100644 index 0000000000000000000000000000000000000000..fc40bc81552453681e1a7f3e3a834a31a2b52ffc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d27cb12e0abdd5a4af2b5fd4939c5f89fdb93194f87d09c5b6bae211ae1670f +size 8907 diff --git a/perception/image_level_comprehension/image_modality/images/533.png b/perception/image_level_comprehension/image_modality/images/533.png new file mode 100644 index 0000000000000000000000000000000000000000..992a34e38e372453ee44616ae0865488f2bc32d7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30a0fa3f3b31fe9315064183dc48ac0f2172d6893c27781b2bfead359814442 +size 9236 diff --git a/perception/image_level_comprehension/image_modality/images/534.png b/perception/image_level_comprehension/image_modality/images/534.png new file mode 100644 index 0000000000000000000000000000000000000000..87d68ef7ead46f23db45ef8e9368dfb37f2a50da --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f09c5a2a3a881bbeb28613c8ffd558e65dee1e090e7b201be37a2252d434cfa +size 8015 diff --git a/perception/image_level_comprehension/image_modality/images/535.png b/perception/image_level_comprehension/image_modality/images/535.png new file mode 100644 index 0000000000000000000000000000000000000000..4c430e05285dc20cfacba334c8f0e440bc3e8bdc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebcc135c775ac4e0604855839d8a0f34a28db032351eea2e784c7808630f3ef +size 57032 diff --git a/perception/image_level_comprehension/image_modality/images/536.png b/perception/image_level_comprehension/image_modality/images/536.png new file mode 100644 index 0000000000000000000000000000000000000000..5ada82517798b1fabcc6675992e9722f98114443 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc99f831af7cff21402da9b555d6a6ba6f3c4c4bc177c1cac37278b4e1c7d70 +size 4209 diff --git a/perception/image_level_comprehension/image_modality/images/537.png b/perception/image_level_comprehension/image_modality/images/537.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d071e9377e858ffa0969c0d93298420a41a01d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcba7b60b4930da950455ccf4d87901ed9062e496d1590051894a51d926a359 +size 8465 diff --git a/perception/image_level_comprehension/image_modality/images/538.png b/perception/image_level_comprehension/image_modality/images/538.png new file mode 100644 index 0000000000000000000000000000000000000000..56efaf68b638c0eb1316093d763902d0571e6277 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8835b59c95817d95d0082b8a676eaa49ce5393139254b16e9d82447d0a9d959 +size 49429 diff --git a/perception/image_level_comprehension/image_modality/images/539.png b/perception/image_level_comprehension/image_modality/images/539.png new file mode 100644 index 0000000000000000000000000000000000000000..28de1627e8ff0082d320dbb7f1170a9b605ec0ec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea08bb6d9e9f87a756e40de1ffb186731f88d3aad39ef864fb8169a2c23bebee +size 10475 diff --git a/perception/image_level_comprehension/image_modality/images/54.png b/perception/image_level_comprehension/image_modality/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..4467040750d61916beb798fad71289a67c1326b3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dc45de7029848a0c9ba7d8682fc94a967e679a0ef337b97c96a722fff2e5d2 +size 558149 diff --git a/perception/image_level_comprehension/image_modality/images/540.png b/perception/image_level_comprehension/image_modality/images/540.png new file mode 100644 index 0000000000000000000000000000000000000000..b373fe0cb324783ab6730c75d15b1fc0a88c70b5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7d4a3f4108cb25f1a631b20791fd01f46122c04a21c2b59fc28d4d7e428a4e +size 34124 diff --git a/perception/image_level_comprehension/image_modality/images/541.png b/perception/image_level_comprehension/image_modality/images/541.png new file mode 100644 index 0000000000000000000000000000000000000000..49b2b5fc21bdca6e77ad5d67241da0d4b9ce6ff0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59299ec08942a5f6b6850546ade96ef75fb7751088980ff439e10f536e7a3f66 +size 48918 diff --git a/perception/image_level_comprehension/image_modality/images/542.png b/perception/image_level_comprehension/image_modality/images/542.png new file mode 100644 index 0000000000000000000000000000000000000000..280a908161f7173d137179d55e5ef4f754c78ca3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f239d38eb52a2191bb6774433ce7569a4da0a420f81cdd70efec9b27d48aedd +size 39754 diff --git a/perception/image_level_comprehension/image_modality/images/543.png b/perception/image_level_comprehension/image_modality/images/543.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc0e2c09b39059be027d4d5ed762e54453810cb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527e611c5ba925f32da0f8f6eab83c94cefebd867e4df4fe7fdd6d8815dac43a +size 22385 diff --git a/perception/image_level_comprehension/image_modality/images/544.png b/perception/image_level_comprehension/image_modality/images/544.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca0e859c20fc6e89a6df4fd12f273fa0746642f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728f5f8a842a508e5221a98e99bab4ce4456684e49be65ca2646a163b8c92582 +size 16114 diff --git a/perception/image_level_comprehension/image_modality/images/545.png b/perception/image_level_comprehension/image_modality/images/545.png new file mode 100644 index 0000000000000000000000000000000000000000..ada388f6b755c82c39dafaf9a620561d53fe7903 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609ddd3995f9cc810f523013885ae09d7a864f416b8649cc530db643db4e84c8 +size 7658 diff --git a/perception/image_level_comprehension/image_modality/images/546.png b/perception/image_level_comprehension/image_modality/images/546.png new file mode 100644 index 0000000000000000000000000000000000000000..7d23a6c28b6b5a1e786f4a96bb445c238cb947b8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd551119124651798876597a7dae491e08c474eadee89f71882eee5b479b37b9 +size 16874 diff --git a/perception/image_level_comprehension/image_modality/images/547.png b/perception/image_level_comprehension/image_modality/images/547.png new file mode 100644 index 0000000000000000000000000000000000000000..35d963724ccc418e5363593c25483c98e7ea8e0c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c273d94db0793429e7f82d6ec03e1802845fc721544459488f53bcf2211cca +size 6823 diff --git a/perception/image_level_comprehension/image_modality/images/548.png b/perception/image_level_comprehension/image_modality/images/548.png new file mode 100644 index 0000000000000000000000000000000000000000..17448e1ba5332b356d2e0f1860a3ffd35f2fcb53 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bff1ad885d716905bed774e37dc3650258da45042baae62045c37b935163af +size 55199 diff --git a/perception/image_level_comprehension/image_modality/images/549.png b/perception/image_level_comprehension/image_modality/images/549.png new file mode 100644 index 0000000000000000000000000000000000000000..e55f48d720f48a2f46ce8283d96f05e934e2096a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11691e1e36a0b99a04b1ee48d90bfe17eb516433141027c74eb72664b3d767c2 +size 12022 diff --git a/perception/image_level_comprehension/image_modality/images/55.png b/perception/image_level_comprehension/image_modality/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2ac4d22aede27282f90a574b56cae202da5f17 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b75a385d0f170bd093b9f7bfb3744b3d5fee54596262f45cbe4a2fc207e487 +size 482280 diff --git a/perception/image_level_comprehension/image_modality/images/550.png b/perception/image_level_comprehension/image_modality/images/550.png new file mode 100644 index 0000000000000000000000000000000000000000..e82cc5fee8fccef71876b88351dd8f8311be4073 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2aa4441c494934323ce397dc502965d0f3e2f053dfe1f722539532939129ea4 +size 91474 diff --git a/perception/image_level_comprehension/image_modality/images/551.png b/perception/image_level_comprehension/image_modality/images/551.png new file mode 100644 index 0000000000000000000000000000000000000000..01bd00c20bfad4d27a1175b44b626d2af97fc6ec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb465972ceebe9b901c483464698f60d4ce4aa325f104d70610c5761e742f3c9 +size 4518 diff --git a/perception/image_level_comprehension/image_modality/images/552.png b/perception/image_level_comprehension/image_modality/images/552.png new file mode 100644 index 0000000000000000000000000000000000000000..a7562c9dc09e7c65b1b9d893314610c5a527e150 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f3f91551854e988a332a50f0e5b3c32f24d94816cea788b7c2fc93bebfbaa7 +size 58052 diff --git a/perception/image_level_comprehension/image_modality/images/553.png b/perception/image_level_comprehension/image_modality/images/553.png new file mode 100644 index 0000000000000000000000000000000000000000..d267ae9a5964d8c27d054f412af38c444804c2cd --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715b77dff27bdc0d4074a49219567a9e80a75e4fd88c861609349f40580386a4 +size 12113 diff --git a/perception/image_level_comprehension/image_modality/images/554.png b/perception/image_level_comprehension/image_modality/images/554.png new file mode 100644 index 0000000000000000000000000000000000000000..3c86d74f62f34643c34a62aa66c7dc759c00ff19 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f5ec5acf7acf8833550247b21efb5fbc424852e77e71d3f363d11d00f817e0 +size 4729 diff --git a/perception/image_level_comprehension/image_modality/images/555.png b/perception/image_level_comprehension/image_modality/images/555.png new file mode 100644 index 0000000000000000000000000000000000000000..2481d0a685b2e08310ade2133fb5e66b7189b35e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0165a8aa4def515ac755c75d6f4b495ef7c4bd5725493522ed91f6e9f5423c00 +size 11816 diff --git a/perception/image_level_comprehension/image_modality/images/556.png b/perception/image_level_comprehension/image_modality/images/556.png new file mode 100644 index 0000000000000000000000000000000000000000..f339591684260cff8f38608cb6bcfa7268511463 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc60afa3168174b0919e8bdfb07d479f89e968777bea0e8c17aece5abee6a3d6 +size 5213 diff --git a/perception/image_level_comprehension/image_modality/images/557.png b/perception/image_level_comprehension/image_modality/images/557.png new file mode 100644 index 0000000000000000000000000000000000000000..bfa4504331e5f42821482b916191b8c763b16c0d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1e02de04aa8a5cbae1a845beeb3cd1aedff28de5c28bd44c778bd4011b00fa +size 4918 diff --git a/perception/image_level_comprehension/image_modality/images/558.png b/perception/image_level_comprehension/image_modality/images/558.png new file mode 100644 index 0000000000000000000000000000000000000000..f22a9c639567a17f82b218229dd4fda99c078793 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e77f4b3f66febb6a85086d956f6e8e6e220732026163cc895f7a04139e229c4 +size 23158 diff --git a/perception/image_level_comprehension/image_modality/images/559.png b/perception/image_level_comprehension/image_modality/images/559.png new file mode 100644 index 0000000000000000000000000000000000000000..957a1f24647305fc9d0891be4686a804703a5229 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67502f11b69b21104fb36502ea83c406c260462b974d418d417942235d0d5966 +size 25410 diff --git a/perception/image_level_comprehension/image_modality/images/56.png b/perception/image_level_comprehension/image_modality/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..30859da134764b7d8c279dda3c653bb895c42552 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ed81af91bd42159b1a259857848857a36640ecb3ccf9aff86edb669fab6631 +size 552222 diff --git a/perception/image_level_comprehension/image_modality/images/560.png b/perception/image_level_comprehension/image_modality/images/560.png new file mode 100644 index 0000000000000000000000000000000000000000..aea82da1ddce3e8d858674a5055d82ba2d054805 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7e334d6661657cdd35c41952d5d7aea501b629dcb4f8e38ee8bc62178cf853 +size 23746 diff --git a/perception/image_level_comprehension/image_modality/images/561.png b/perception/image_level_comprehension/image_modality/images/561.png new file mode 100644 index 0000000000000000000000000000000000000000..db295e3079512398c123d4cc09cb84221eab0160 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a84ce5276cab02078851dedbf552fe1b03ca183f8be3bc0d6c859b4878081e7 +size 44945 diff --git a/perception/image_level_comprehension/image_modality/images/562.png b/perception/image_level_comprehension/image_modality/images/562.png new file mode 100644 index 0000000000000000000000000000000000000000..cd7019e766528125a75be611f3807d0018fcc2a3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3866188ac8ae1b8044fc5865d89fb6318155d05c5623f169b7ce7d48e99c099c +size 37200 diff --git a/perception/image_level_comprehension/image_modality/images/563.png b/perception/image_level_comprehension/image_modality/images/563.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4ccec93bc6d1c8d7282ecabc825264a697fedd --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0918dff6baae061c6ba5c146a2d7fc2146ac47c26c3aac461cbff4aa1755832e +size 6432 diff --git a/perception/image_level_comprehension/image_modality/images/564.png b/perception/image_level_comprehension/image_modality/images/564.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5e5e42a3ef793de33ab3ff9c97576566dff4f2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41942c5b79cec79b6f56a406de5a5efe1a3cc5e973a06b9b066975ea85754e2 +size 25912 diff --git a/perception/image_level_comprehension/image_modality/images/565.png b/perception/image_level_comprehension/image_modality/images/565.png new file mode 100644 index 0000000000000000000000000000000000000000..e8979b13aa0ebd0efd57710da4f369ffbd5e1529 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae497934da05434285da217c7bcf58af14f911ec87debd96d69c327ed85b18a +size 7618 diff --git a/perception/image_level_comprehension/image_modality/images/566.png b/perception/image_level_comprehension/image_modality/images/566.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f4eeefd0e549dcd9634e6ed7f0d5ab1f4150fb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be695a0b123c5cc81e18132afc9d355960862ed7956a9a4203344b1980c926c9 +size 263337 diff --git a/perception/image_level_comprehension/image_modality/images/567.png b/perception/image_level_comprehension/image_modality/images/567.png new file mode 100644 index 0000000000000000000000000000000000000000..773ffe5e8204f43ae469c74a5608f1dfad6e3262 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac355ec99e874f7a99f80a29f67d2c8561d99967f4f8f3c34c36a99563949c3b +size 5910 diff --git a/perception/image_level_comprehension/image_modality/images/568.png b/perception/image_level_comprehension/image_modality/images/568.png new file mode 100644 index 0000000000000000000000000000000000000000..2147d1f78ee6402e64ddad6cb50e8fc68e8e35e7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525b3d1f707e281a94b2c2d138f93df5b26b3dc4c83b4cd6eb4fa614ab732e78 +size 15092 diff --git a/perception/image_level_comprehension/image_modality/images/569.png b/perception/image_level_comprehension/image_modality/images/569.png new file mode 100644 index 0000000000000000000000000000000000000000..aced70292ad94630d617003f5207e3ddc36b636a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39973629693619488946dedbc497d5b758f29ba94f62fe2a3d8734b25e56cbb4 +size 111878 diff --git a/perception/image_level_comprehension/image_modality/images/57.png b/perception/image_level_comprehension/image_modality/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..18bf05a0d5d070f4a129a86aee809240cd1c635f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1712efc583ed804b6ad358e281702a5a583cabeeb1af21dcf6b03479bb7f41d4 +size 568967 diff --git a/perception/image_level_comprehension/image_modality/images/570.png b/perception/image_level_comprehension/image_modality/images/570.png new file mode 100644 index 0000000000000000000000000000000000000000..87986c935e091c877624e77d376981ef4786de38 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e58340c6e1045efab4b604c8fe953bcd8da9491cd868faad0e687aac9081bd +size 4091 diff --git a/perception/image_level_comprehension/image_modality/images/571.png b/perception/image_level_comprehension/image_modality/images/571.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab4b1b375c8f9cefe1615329dbe4b6b67833e4b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59e5312c9f56b9df1c402847d8f949c3c287cc2925aeb9c783c8e136c246a5b +size 4788 diff --git a/perception/image_level_comprehension/image_modality/images/572.png b/perception/image_level_comprehension/image_modality/images/572.png new file mode 100644 index 0000000000000000000000000000000000000000..16a90ce4fdd4ea5a2d4df0b9194b069fb5ee832b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4f5181af613bdf98afca6a023beb242d4655261fc5168c42349990542d6fe8 +size 123562 diff --git a/perception/image_level_comprehension/image_modality/images/573.png b/perception/image_level_comprehension/image_modality/images/573.png new file mode 100644 index 0000000000000000000000000000000000000000..c756b6433dde488ca6a4aedf9c1fcf1a6c93e0a7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4dc3094207b1868d1872aff8b96c26124a108264142c4279dd6cfeb30a17db +size 7369 diff --git a/perception/image_level_comprehension/image_modality/images/574.png b/perception/image_level_comprehension/image_modality/images/574.png new file mode 100644 index 0000000000000000000000000000000000000000..54bae5583f2cf429650e2628a62b6e2874bf0823 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae9577b8e8c281cff8cc09c6abbbc541a2b0ae39678c1bef4f2339b2e737a72 +size 10301 diff --git a/perception/image_level_comprehension/image_modality/images/575.png b/perception/image_level_comprehension/image_modality/images/575.png new file mode 100644 index 0000000000000000000000000000000000000000..55b66541a638583d288ab49d12a45cdaed413dec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b1c9bff59178ee5d2733982165ecbc499baa3f8e508fe81500c69de7b29560 +size 22079 diff --git a/perception/image_level_comprehension/image_modality/images/576.png b/perception/image_level_comprehension/image_modality/images/576.png new file mode 100644 index 0000000000000000000000000000000000000000..4d11eeafcb9a2c158aba8562d5b5a53e3de21c9f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d25f60485863cff9751587c9e1a9aa81b4a57c9242204459bd94c7cc01623c0 +size 4328 diff --git a/perception/image_level_comprehension/image_modality/images/577.png b/perception/image_level_comprehension/image_modality/images/577.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8d30819493aa3319ffd6dcd10e47a1ccef4b2f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667d295b73e0efe9692b5ee730b7b053a80761f99ff8529e58f76a9ef0ea16b6 +size 7351 diff --git a/perception/image_level_comprehension/image_modality/images/578.png b/perception/image_level_comprehension/image_modality/images/578.png new file mode 100644 index 0000000000000000000000000000000000000000..64e3bb7929692acedf6282dd9007bf11c28d6674 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d74856464623277afc3241116d729392dc8eff05440dbea055f93914f2e7939 +size 24551 diff --git a/perception/image_level_comprehension/image_modality/images/579.png b/perception/image_level_comprehension/image_modality/images/579.png new file mode 100644 index 0000000000000000000000000000000000000000..533211ff7c8b9cceaee915ec9109525f53184c8e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6934caabdcb16d6ac0d62b44147e1e8c668deb3c769c4a4079ba9373c616c242 +size 3901 diff --git a/perception/image_level_comprehension/image_modality/images/58.png b/perception/image_level_comprehension/image_modality/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..11b2bf735ed3758cc8f35cf56f2ab66414d9fb22 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec98e048364f14d0c33b5bad26d198c986cc3d9244aafc874b270c0feb9cf861 +size 502447 diff --git a/perception/image_level_comprehension/image_modality/images/580.png b/perception/image_level_comprehension/image_modality/images/580.png new file mode 100644 index 0000000000000000000000000000000000000000..46af21c9a27f90a60dcaf4a39c0aa73691cbeba3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c0c98fa069d9638839d223c399fd3874c4921f2fa065a47b874d7bdf81bbca +size 155053 diff --git a/perception/image_level_comprehension/image_modality/images/581.png b/perception/image_level_comprehension/image_modality/images/581.png new file mode 100644 index 0000000000000000000000000000000000000000..b3983e1af20047eb3a286d3932f85ca9f3734b39 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16eb627954ccea247905662031ea85a8c77f824acfe604566b229c16049a47b0 +size 6389 diff --git a/perception/image_level_comprehension/image_modality/images/582.png b/perception/image_level_comprehension/image_modality/images/582.png new file mode 100644 index 0000000000000000000000000000000000000000..677eb4335588a1cdf9eb48f8eceb6ac876aa5514 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6749160a564c0cc33deaafd1867e24d5dde4b210acdb6b17271f24c24dc585 +size 10112 diff --git a/perception/image_level_comprehension/image_modality/images/583.png b/perception/image_level_comprehension/image_modality/images/583.png new file mode 100644 index 0000000000000000000000000000000000000000..b671745dfcda01cdc85b860a63e9fefe71c4279d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511dcca1066b8d8ea309d73d15b185093fc3cba5e9f9f8168d43903808354dc8 +size 13261 diff --git a/perception/image_level_comprehension/image_modality/images/584.png b/perception/image_level_comprehension/image_modality/images/584.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba25eabaeffe64fb02028adb4a1deaa74417f82 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156bc422c2e918609b39de1c802d5977e99b0d279c1fcf5d2426761d848c269b +size 261019 diff --git a/perception/image_level_comprehension/image_modality/images/585.png b/perception/image_level_comprehension/image_modality/images/585.png new file mode 100644 index 0000000000000000000000000000000000000000..7b355c1a0f37ba45c8ff9aa7c0db243424057135 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b043477b913b2ab00e8fb56053056e77f4fbb07dbda1ad9af265d346dcd7d1e7 +size 30572 diff --git a/perception/image_level_comprehension/image_modality/images/586.png b/perception/image_level_comprehension/image_modality/images/586.png new file mode 100644 index 0000000000000000000000000000000000000000..e3923a4e8a60ed05f7c8774c2a1090c91c60ef0b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2396d264ff7308f075cf91e935ff0eefc91bea7589331d52835e1bcf9e0e0c6 +size 4352 diff --git a/perception/image_level_comprehension/image_modality/images/587.png b/perception/image_level_comprehension/image_modality/images/587.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5b661dd2658548f792a74f028c5a762b837c62 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4440bc0bb37f4da3eac7debc9ce475f59eb9ed956b88f841a7e0173a86c9f188 +size 3596 diff --git a/perception/image_level_comprehension/image_modality/images/588.png b/perception/image_level_comprehension/image_modality/images/588.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e63327784c0527cffe93d0e25d97a27edda109 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa64a96dd1f212a455db52e2030c3d3aa47dfe311fa9dd3306abfe932e90a958 +size 38810 diff --git a/perception/image_level_comprehension/image_modality/images/589.png b/perception/image_level_comprehension/image_modality/images/589.png new file mode 100644 index 0000000000000000000000000000000000000000..193d4916d65141dd884c2c3b8796042871cbf84d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9f691a8f13c12ea15393b32a359e453e42d32b16525692f3b1eeb74a6f6b02 +size 55421 diff --git a/perception/image_level_comprehension/image_modality/images/59.png b/perception/image_level_comprehension/image_modality/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..71514be464956387a6b2b3d26fd7c952f2d7bd27 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a102e6d64d0726a71001b26c400c946d8306b8369288aa55f4ab8687fb6da3 +size 504837 diff --git a/perception/image_level_comprehension/image_modality/images/590.png b/perception/image_level_comprehension/image_modality/images/590.png new file mode 100644 index 0000000000000000000000000000000000000000..aceb12520c0bd22ee2015e1c914950484c236367 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f659ccdb3481e2ac73f08009fb738dafa60bc432306c06a088a10a521b89a59 +size 4807 diff --git a/perception/image_level_comprehension/image_modality/images/591.png b/perception/image_level_comprehension/image_modality/images/591.png new file mode 100644 index 0000000000000000000000000000000000000000..8db5d12b952934a41cd9c44d3d7972f765488eb4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748bc0d2f80ab96de102d9dc11ae543c1f8ee314ab3f459b2bcbb5661fb19cbf +size 5622 diff --git a/perception/image_level_comprehension/image_modality/images/592.png b/perception/image_level_comprehension/image_modality/images/592.png new file mode 100644 index 0000000000000000000000000000000000000000..168393dbc7a12beca5a95a6ba6cb4b4035efce8f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aee06df6cbe6adba913b3cc1f73971444ad847b17f32c093cb2126141fc3b3d +size 4142 diff --git a/perception/image_level_comprehension/image_modality/images/593.png b/perception/image_level_comprehension/image_modality/images/593.png new file mode 100644 index 0000000000000000000000000000000000000000..11d60ad02b8a74d17e40d2400ccbbece989c2695 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7ab2821a0b02667d4a5deb16025e31d8823b536d5819cdc74007283ce7ea22 +size 7611 diff --git a/perception/image_level_comprehension/image_modality/images/594.png b/perception/image_level_comprehension/image_modality/images/594.png new file mode 100644 index 0000000000000000000000000000000000000000..51f074252a2cf968a19aef4d398d6af30647abdf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be4ed383cec88a52f3cbb33f91e4b961583f7b7351fb305a6a8eb653c11fcb4 +size 54890 diff --git a/perception/image_level_comprehension/image_modality/images/595.png b/perception/image_level_comprehension/image_modality/images/595.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a3498afa8dbc3f46a2ca54408c9f83f1405cd0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e7b8a18d6b583e3c28196a6627016bc5ff7ef057430aa0bc7ad388766cd4ac +size 5608 diff --git a/perception/image_level_comprehension/image_modality/images/596.png b/perception/image_level_comprehension/image_modality/images/596.png new file mode 100644 index 0000000000000000000000000000000000000000..85c089f4db316a99ff8bb3094803345b10a56e13 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6d390405a1e42a70bc2e7916f9d48fe763df96f044dfa9d8644b70d5d03167 +size 35986 diff --git a/perception/image_level_comprehension/image_modality/images/597.png b/perception/image_level_comprehension/image_modality/images/597.png new file mode 100644 index 0000000000000000000000000000000000000000..e247c95f6db44d920d24118ced9643865da9baca --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d5186f4684da08b3a087b0824b5901dc71f2d74bdf07d7a71e088919ff2429 +size 19561 diff --git a/perception/image_level_comprehension/image_modality/images/598.png b/perception/image_level_comprehension/image_modality/images/598.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8e0b4e083e6c66b4aee508d51b5fee90e4c177 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c62d8fe8c8e977ef2d52211006a9e46c2fe97090fdab975311e8f9037b1f5c2 +size 34541 diff --git a/perception/image_level_comprehension/image_modality/images/599.png b/perception/image_level_comprehension/image_modality/images/599.png new file mode 100644 index 0000000000000000000000000000000000000000..bb0339ff63a467cfb6be528b9517331599cb3360 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae598ccbb3b2d0e0bd29b4d9a9840a6b606a809d68b6262796d176d65f13a5b +size 4632 diff --git a/perception/image_level_comprehension/image_modality/images/6.png b/perception/image_level_comprehension/image_modality/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..4dff63c0442cc47f72027a852480f72488da1aa1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6107d088f1a8fff4c58e6a4a350738fb679404ee1b96f11ef80546d161fc17a1 +size 191922 diff --git a/perception/image_level_comprehension/image_modality/images/60.png b/perception/image_level_comprehension/image_modality/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..ac685300ab497f2044120693ac65441623ee2c87 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312bcd0c80f0551fa84bf2256d379429aadf8fb5f2dfbccdd8e1ec80e0b1c31f +size 506220 diff --git a/perception/image_level_comprehension/image_modality/images/600.png b/perception/image_level_comprehension/image_modality/images/600.png new file mode 100644 index 0000000000000000000000000000000000000000..ed018127418c1a50f6ee12ea27e9299b26181aa7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5509561c65c7eccfce0338a87b29ef3fe43bd71e12c92d2760596d3b1ec82476 +size 27297 diff --git a/perception/image_level_comprehension/image_modality/images/601.png b/perception/image_level_comprehension/image_modality/images/601.png new file mode 100644 index 0000000000000000000000000000000000000000..0e37e21053f30afd5dbd48a4910d7f2d7a35fb26 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce48890344b75013f5533e0726a13e5d97c2147c7cdb17ae335f2012c1cc4b09 +size 419816 diff --git a/perception/image_level_comprehension/image_modality/images/602.png b/perception/image_level_comprehension/image_modality/images/602.png new file mode 100644 index 0000000000000000000000000000000000000000..828b8764000a278b531caa829b543376053cdb3f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dae64717188f070d3a490626c9e54d728fa9cf9f43ef55c608aa5686f6f1459 +size 407658 diff --git a/perception/image_level_comprehension/image_modality/images/603.png b/perception/image_level_comprehension/image_modality/images/603.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b858120e1e05455886d81bca1cf28b1c04f47b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d267e8bb741479f3d852d8ffe083b8c400b2f9ef8254175a0e37fd63a6bd73d6 +size 380402 diff --git a/perception/image_level_comprehension/image_modality/images/604.png b/perception/image_level_comprehension/image_modality/images/604.png new file mode 100644 index 0000000000000000000000000000000000000000..6185c536368f9b1235ed1ea77ee16405a4ba4e16 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8017568ad7ed53073a8772887e7501805ce79f78a863bcc6b2e0288209eca7cf +size 362483 diff --git a/perception/image_level_comprehension/image_modality/images/605.png b/perception/image_level_comprehension/image_modality/images/605.png new file mode 100644 index 0000000000000000000000000000000000000000..1c32c5dd58ab4ed6fa5215caca942529c76e4eb5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db62acca6422653ad2c591d65ca609f71419198655dde35ab2b90c93d18db34f +size 388974 diff --git a/perception/image_level_comprehension/image_modality/images/606.png b/perception/image_level_comprehension/image_modality/images/606.png new file mode 100644 index 0000000000000000000000000000000000000000..c3bbaab3dec47a55632635c182bf01127c44fe06 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e384156206e513e24eaa43b4138337420d92f0eae3d9eb0661d706437e9aca2e +size 442512 diff --git a/perception/image_level_comprehension/image_modality/images/607.png b/perception/image_level_comprehension/image_modality/images/607.png new file mode 100644 index 0000000000000000000000000000000000000000..d873145c3cd4dbbb3ae83083aa4ec7e491472698 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981a3a4daef43ea43568c29ae67c0b604b4115612b76a190264555142c180888 +size 420607 diff --git a/perception/image_level_comprehension/image_modality/images/608.png b/perception/image_level_comprehension/image_modality/images/608.png new file mode 100644 index 0000000000000000000000000000000000000000..ccdbc2a45baf994d65d0a58772da491049592f3f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11281a5eee1ec849df16291d848a4796f641ecc9198f51a60c946b682a07197a +size 432139 diff --git a/perception/image_level_comprehension/image_modality/images/609.png b/perception/image_level_comprehension/image_modality/images/609.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5a3808f36b3e70b406f5c8128347e8daf90821 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6615fd244d807b510612039a5b3cce26f4fd046203e8dc781cbae1cb002da9c +size 424364 diff --git a/perception/image_level_comprehension/image_modality/images/61.png b/perception/image_level_comprehension/image_modality/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..97e26780fa823125b7064543c44159318e499a3e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019b4a088148b69fb822fd8df756c13b132c7676005a43479d4f631ef5f88c97 +size 570469 diff --git a/perception/image_level_comprehension/image_modality/images/610.png b/perception/image_level_comprehension/image_modality/images/610.png new file mode 100644 index 0000000000000000000000000000000000000000..387985010d0c217bbee914f0324494816eab0ab8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27af46e2e8273e1d2ea0a64ba2245845ea617170197198ccf1de6e49d90c18af +size 374935 diff --git a/perception/image_level_comprehension/image_modality/images/611.png b/perception/image_level_comprehension/image_modality/images/611.png new file mode 100644 index 0000000000000000000000000000000000000000..e44f3072797e6e1cc63be01a238c7152abe0fc2b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60bb38229d3ef08b29fc4e6569f18d4603b717d7a84a706020f6ddc8243359d +size 344645 diff --git a/perception/image_level_comprehension/image_modality/images/612.png b/perception/image_level_comprehension/image_modality/images/612.png new file mode 100644 index 0000000000000000000000000000000000000000..200519576abee0041ae12a16f6cc708b489b5b1a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf3f0d825edc7e53973fcc509977729e4104c75ed6b2d81e48fbe6f54354f42 +size 378934 diff --git a/perception/image_level_comprehension/image_modality/images/613.png b/perception/image_level_comprehension/image_modality/images/613.png new file mode 100644 index 0000000000000000000000000000000000000000..432e55962a5d8a49978626182fd07b1f558e90cf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b0b38d4ee7f380e6a4798f787c24c472b97c3b93baa5657b1a08db548e11c6 +size 344258 diff --git a/perception/image_level_comprehension/image_modality/images/614.png b/perception/image_level_comprehension/image_modality/images/614.png new file mode 100644 index 0000000000000000000000000000000000000000..ed3ce11712d4fafd6f3504d6db54abd2e2e3c711 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c0f6233bf4e6a02ce5686b06ea050ae44f3f66722ef1b54fd422c353a66991 +size 424364 diff --git a/perception/image_level_comprehension/image_modality/images/615.png b/perception/image_level_comprehension/image_modality/images/615.png new file mode 100644 index 0000000000000000000000000000000000000000..09a5464d7fa047bce40dddf781bbc9b844085aa2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8805d0682141c9f4fd571abf6ca762aefdd0cafab6bd13e0e99c791a4550aa +size 462917 diff --git a/perception/image_level_comprehension/image_modality/images/616.png b/perception/image_level_comprehension/image_modality/images/616.png new file mode 100644 index 0000000000000000000000000000000000000000..ccfab2f2f5d0e007d380b7f1feaa631a1e095225 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794e06775f5eb5d1f0f78dc73ce796b95a8426ddeae4c73e70d6e3edf1d571df +size 408648 diff --git a/perception/image_level_comprehension/image_modality/images/617.png b/perception/image_level_comprehension/image_modality/images/617.png new file mode 100644 index 0000000000000000000000000000000000000000..0a8e68cf51ae67c944fec1ee0c8d01a5f54c2046 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a63293f4b2887ec23cd1731571f0b41adeb86e3e7af5c3ddfae6643d5615aa0 +size 468207 diff --git a/perception/image_level_comprehension/image_modality/images/618.png b/perception/image_level_comprehension/image_modality/images/618.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e7a6698517882b0c8789c97f9551b5a25a6991 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbe7f16a5814fae06472173096bedded17473df8d2cd0a867386317cc2099bd +size 430584 diff --git a/perception/image_level_comprehension/image_modality/images/619.png b/perception/image_level_comprehension/image_modality/images/619.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6e76eb87b82f7325b93f680153e83c5fa93e9a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/619.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41eee546ad129e0351e2d6a81f862496b284c9a909372de7cdb6e3664ac4bc9d +size 356559 diff --git a/perception/image_level_comprehension/image_modality/images/62.png b/perception/image_level_comprehension/image_modality/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..6353b6deaab6a4dad84b6abb63030a15857b95c0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a8f377d1043f863146778e014aeb86c9e982cd42354e189913a9d0395ae0a9 +size 649069 diff --git a/perception/image_level_comprehension/image_modality/images/620.png b/perception/image_level_comprehension/image_modality/images/620.png new file mode 100644 index 0000000000000000000000000000000000000000..db0c8498a5eb4549f383a17a68b4cfda61f25d58 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbe47eecb94f49f97ed83c6d376d7f035d2231de277e0986e879ce9cb3a43d8 +size 452331 diff --git a/perception/image_level_comprehension/image_modality/images/621.png b/perception/image_level_comprehension/image_modality/images/621.png new file mode 100644 index 0000000000000000000000000000000000000000..485ddbcba7bceb1cf8ffea3cd9af24ce4832ac3b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1defb0bfa5ec9dede01b1380e583445882e2f2f0767313b959fc909eb223de2 +size 410043 diff --git a/perception/image_level_comprehension/image_modality/images/622.png b/perception/image_level_comprehension/image_modality/images/622.png new file mode 100644 index 0000000000000000000000000000000000000000..2a17b8211156789f3192abcd51a708d9401cb239 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b07310a6b08d0d60d31d12f2aaba328070d0041ef31a497ae755219f3d8816 +size 412074 diff --git a/perception/image_level_comprehension/image_modality/images/623.png b/perception/image_level_comprehension/image_modality/images/623.png new file mode 100644 index 0000000000000000000000000000000000000000..5049e6069f217592d11f8c29da5b859cf9c0c184 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b76c595e06c98e067ec3ceba698a44039d69bf14f1773744bad7089ef238aa +size 412114 diff --git a/perception/image_level_comprehension/image_modality/images/624.png b/perception/image_level_comprehension/image_modality/images/624.png new file mode 100644 index 0000000000000000000000000000000000000000..88d50714c25d33ece894427239a57d818da4603b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280ca46e0fb10a101ccd90b32321a6c5ba5be3db866aa112bff22e8b14a50700 +size 417215 diff --git a/perception/image_level_comprehension/image_modality/images/625.png b/perception/image_level_comprehension/image_modality/images/625.png new file mode 100644 index 0000000000000000000000000000000000000000..0b173dcaf82fb7f11db415acacd836aca03e929e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae832a009f03f5609c3df23aaa1328913fd124201e5b9fabc8cb613b6f46623 +size 391700 diff --git a/perception/image_level_comprehension/image_modality/images/626.png b/perception/image_level_comprehension/image_modality/images/626.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ab66a727c81665d8d4a3e21176aca817a1a1ca --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2831bf3d53b482b36fc90f24b5be91b39157244478db490aa87c0e7b5ed12de +size 421278 diff --git a/perception/image_level_comprehension/image_modality/images/627.png b/perception/image_level_comprehension/image_modality/images/627.png new file mode 100644 index 0000000000000000000000000000000000000000..1aeadc1bc41bcf7562ce14b6256d4a2b2758ca9d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdbd6a3bf65e3c9c833923f9952c8ca8155cd8811f534e838a723924bc2b766 +size 397687 diff --git a/perception/image_level_comprehension/image_modality/images/628.png b/perception/image_level_comprehension/image_modality/images/628.png new file mode 100644 index 0000000000000000000000000000000000000000..8b9ca70e26f747fe8bc375edf33b3de8015fdd3f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025d1d6ac03545a50c9a000826f63a2f290251d4cfa96d0ceb127f5629938712 +size 441751 diff --git a/perception/image_level_comprehension/image_modality/images/629.png b/perception/image_level_comprehension/image_modality/images/629.png new file mode 100644 index 0000000000000000000000000000000000000000..fcabd06e7000f4bb76992d91c03ccbab05e4f9c1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bb9a9e7dc3e079f5c407d2059f75e4b140d1db427702353848a5469e393374 +size 355206 diff --git a/perception/image_level_comprehension/image_modality/images/63.png b/perception/image_level_comprehension/image_modality/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..634819c51add4db4f7ae42d584f94a71a42d0661 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961bfece48650f5088a3963e115c115271e48124f882702f73c5030812d398bb +size 524241 diff --git a/perception/image_level_comprehension/image_modality/images/630.png b/perception/image_level_comprehension/image_modality/images/630.png new file mode 100644 index 0000000000000000000000000000000000000000..b7315da7496d1d764b9d7ab7f3fa180d70fffd80 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7ae7a48032ab5db83e73da073d70a70c35d31ac17173f8607ea8cc57b06b35 +size 418274 diff --git a/perception/image_level_comprehension/image_modality/images/631.png b/perception/image_level_comprehension/image_modality/images/631.png new file mode 100644 index 0000000000000000000000000000000000000000..790a8c13db12e0b9609a08dd677a58853e154fbf --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff8db37828864bd5044d5ec248efc26acd756fc351e2973a47cd86ffe74a1d0 +size 445988 diff --git a/perception/image_level_comprehension/image_modality/images/632.png b/perception/image_level_comprehension/image_modality/images/632.png new file mode 100644 index 0000000000000000000000000000000000000000..f1fef7ffcc59c6b6ef07e1ef1a5b17f8fd5f1487 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bd7d6e4c99c6dede808bbad0d5cebc3498339af89deb5479778a7b85080f62 +size 402915 diff --git a/perception/image_level_comprehension/image_modality/images/633.png b/perception/image_level_comprehension/image_modality/images/633.png new file mode 100644 index 0000000000000000000000000000000000000000..5295379cea3055c809300fd33b9aaafe3d64f92d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93adce6440238b00f989cbd0e4e4371413453304a78c081f721330a9a505efc1 +size 430868 diff --git a/perception/image_level_comprehension/image_modality/images/634.png b/perception/image_level_comprehension/image_modality/images/634.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9fac1418cd66a0a95ba82cf1d1905e375e1af8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1b743787f4e014d5f08584d803d021fea5de216793ddda4d1419de504b92ab +size 445307 diff --git a/perception/image_level_comprehension/image_modality/images/635.png b/perception/image_level_comprehension/image_modality/images/635.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ff1557fcbfd3b1624090d0b85690a1a815e4e9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edefc3a8056ead4fd45947b023897d25652eea0e7ceea189730021ed38537369 +size 383591 diff --git a/perception/image_level_comprehension/image_modality/images/636.png b/perception/image_level_comprehension/image_modality/images/636.png new file mode 100644 index 0000000000000000000000000000000000000000..8e589f6cd41a810f5c89db5b3a9abc46635fa8f9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f7276e8ed8efa0f2aefee9c10e1d42b3e28eaf9ef074ec0a18580794e5bb9d +size 402346 diff --git a/perception/image_level_comprehension/image_modality/images/637.png b/perception/image_level_comprehension/image_modality/images/637.png new file mode 100644 index 0000000000000000000000000000000000000000..45804c193dc0a696351a4314eb2fcd6f4119e396 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e3b939ff28720a3a6a28cf48a8dea05e18a59a1ca1b0dc8be558cc4b80f7ad +size 405900 diff --git a/perception/image_level_comprehension/image_modality/images/638.png b/perception/image_level_comprehension/image_modality/images/638.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d406f4b6f8a2dd28bde64b8edd18037d55cc2b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691f734b7078db2b022641abdd01cae6cccf118cff26f92318dfa6355126d537 +size 508780 diff --git a/perception/image_level_comprehension/image_modality/images/639.png b/perception/image_level_comprehension/image_modality/images/639.png new file mode 100644 index 0000000000000000000000000000000000000000..dc41e305a3b7bf205b3dbf1c32fbea6a8c61ee5f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3283fcedba736e7d757aec25a6d750d01027fb2a00469bba6a6797555bb497b9 +size 403596 diff --git a/perception/image_level_comprehension/image_modality/images/64.png b/perception/image_level_comprehension/image_modality/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea7a5df3386c9993f7d43433356fa74a206e513 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c77486c296dc19c81d9cfdbcca90f555d308ec0d81100e25561f043c465fb0 +size 599849 diff --git a/perception/image_level_comprehension/image_modality/images/640.png b/perception/image_level_comprehension/image_modality/images/640.png new file mode 100644 index 0000000000000000000000000000000000000000..a31258226351d6d7afe844a3c35107043c73b690 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d817afcc2a85e447428bd0a5f6939c2f1da4940aabf61652a592d8e452d497c +size 444997 diff --git a/perception/image_level_comprehension/image_modality/images/641.png b/perception/image_level_comprehension/image_modality/images/641.png new file mode 100644 index 0000000000000000000000000000000000000000..96a29e3a0ede53f08cd261879e071de10372b948 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082fdb8a73869c55e44df89e05a923768c555c5e675d2f68ec4c43e733d2f709 +size 483141 diff --git a/perception/image_level_comprehension/image_modality/images/642.png b/perception/image_level_comprehension/image_modality/images/642.png new file mode 100644 index 0000000000000000000000000000000000000000..24302dcbc7f96baef10f878b80015246fa12bb71 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018fb88e259840e6897f2a9dd61bfb5499e20770509b30b8084a42605c228559 +size 356521 diff --git a/perception/image_level_comprehension/image_modality/images/643.png b/perception/image_level_comprehension/image_modality/images/643.png new file mode 100644 index 0000000000000000000000000000000000000000..c2aeeeb624e55cd9fa96648657b472ce9131c64e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01217f0eed562ef2d06e8f68f994a32eca6fa74ed7c8c5ba90da32e88ba12d91 +size 408167 diff --git a/perception/image_level_comprehension/image_modality/images/644.png b/perception/image_level_comprehension/image_modality/images/644.png new file mode 100644 index 0000000000000000000000000000000000000000..ca616a1db450410923c8dd24ca64ec58ec30922d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f3f0249286574303b037435caa1230c550d3c80de39a4eb111737f4cd18f2d +size 421769 diff --git a/perception/image_level_comprehension/image_modality/images/645.png b/perception/image_level_comprehension/image_modality/images/645.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed717c7ec9ba056237e5948e2cee671e70fa2b2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58da5f87a714400fa6dfc279a7ce584b88fbda219a2d1eb6ffe73fe186bce651 +size 413701 diff --git a/perception/image_level_comprehension/image_modality/images/646.png b/perception/image_level_comprehension/image_modality/images/646.png new file mode 100644 index 0000000000000000000000000000000000000000..565605820e4a8f7cfa2debfd813923c30a24f774 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60feea816edf74f36b525f0ece36b339c2169eca11f1642503af0950efa244f3 +size 276842 diff --git a/perception/image_level_comprehension/image_modality/images/647.png b/perception/image_level_comprehension/image_modality/images/647.png new file mode 100644 index 0000000000000000000000000000000000000000..94663cc04c9d6dcee8cb9d82341ce2e95f885504 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0433f04e4d376afa23d09169a88a2f4c6f2b14e84d52de111acecc3c1f0ae09a +size 474709 diff --git a/perception/image_level_comprehension/image_modality/images/648.png b/perception/image_level_comprehension/image_modality/images/648.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa676d8c4670e8e21c1673b2875252cc0585451 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d0fbb8b9f0fdcf2ac91634a1ef46568eeb008545da2051c791e452017455e6 +size 396712 diff --git a/perception/image_level_comprehension/image_modality/images/649.png b/perception/image_level_comprehension/image_modality/images/649.png new file mode 100644 index 0000000000000000000000000000000000000000..bc2d83a308a5ae2a2f432bf4e565f9fdd6a3e170 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d091a088cdddda5656450aadfd95d6381ad268713a2da2febb88205c450f9f3d +size 402543 diff --git a/perception/image_level_comprehension/image_modality/images/65.png b/perception/image_level_comprehension/image_modality/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..1c28a80542831a3ddf0db13c8538f6d27d568d07 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938e5d72f3cdb21157a6a54074116ea5a1c3ded4b5417a5c06dca7e6723ef255 +size 527955 diff --git a/perception/image_level_comprehension/image_modality/images/650.png b/perception/image_level_comprehension/image_modality/images/650.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7d0b8cee6e198b92e2096848a3aa52c01f8cd8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbbee4613101134ce0dd0356f71d2fc242732bccda525f0dd3ea456af58919e +size 439900 diff --git a/perception/image_level_comprehension/image_modality/images/651.png b/perception/image_level_comprehension/image_modality/images/651.png new file mode 100644 index 0000000000000000000000000000000000000000..8e70915ada870049c52653e922ee6130ec346809 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cbe4ab6447570ad308a251a8c8dab6e151e29a8cd518a145bebd42790b68a0 +size 445390 diff --git a/perception/image_level_comprehension/image_modality/images/652.png b/perception/image_level_comprehension/image_modality/images/652.png new file mode 100644 index 0000000000000000000000000000000000000000..c46e6e49b5351295cd2231ecbe7b28132be50ce5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2516cb7d5b4690152af75e0a30909d42c9d28b3adca8d08f267fe5824a1ac96 +size 450864 diff --git a/perception/image_level_comprehension/image_modality/images/653.png b/perception/image_level_comprehension/image_modality/images/653.png new file mode 100644 index 0000000000000000000000000000000000000000..c324e6465a56b9af6c408d4434dee416d9ed8843 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea961d68bc72f10c3e6bb9fa6f2fb45905c2697537ca6378dcc79b17c8e64b49 +size 400914 diff --git a/perception/image_level_comprehension/image_modality/images/654.png b/perception/image_level_comprehension/image_modality/images/654.png new file mode 100644 index 0000000000000000000000000000000000000000..a1886a677f49493ecc6919891f9757d54dc22f9c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5a9d3713ad9aadd98455b7a58a631fb58d6ba71ada6ab7fb669d6d76605423 +size 401118 diff --git a/perception/image_level_comprehension/image_modality/images/655.png b/perception/image_level_comprehension/image_modality/images/655.png new file mode 100644 index 0000000000000000000000000000000000000000..5f2ff398d9d321b3090a58318bc6f7ce6489321d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e596c27d01e4cfc4719af82552e486248d9b93399f35863cefa7d7918eaeec16 +size 417243 diff --git a/perception/image_level_comprehension/image_modality/images/656.png b/perception/image_level_comprehension/image_modality/images/656.png new file mode 100644 index 0000000000000000000000000000000000000000..d739a804a25c0cb6fa2e98c86927fbe922f71322 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3449207f1f06dc78c8c7a6c107ccfd68f1ee54cc2a003bbc47778e26e7d87fdd +size 446294 diff --git a/perception/image_level_comprehension/image_modality/images/657.png b/perception/image_level_comprehension/image_modality/images/657.png new file mode 100644 index 0000000000000000000000000000000000000000..231e7a587919258073f9d0f08920a3ffed2a4161 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370e57ac76cf56fcedff0dbeada49246f8ac120054e1fb6f4b3b71ec7b976c51 +size 424161 diff --git a/perception/image_level_comprehension/image_modality/images/658.png b/perception/image_level_comprehension/image_modality/images/658.png new file mode 100644 index 0000000000000000000000000000000000000000..751544f4bc0e5b9be449602a4d6ffddd2aa6a1b6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d8377b2fca4726a7ee9ef5c49fc900010de0803add8e6d9d272cce405f6922 +size 421388 diff --git a/perception/image_level_comprehension/image_modality/images/659.png b/perception/image_level_comprehension/image_modality/images/659.png new file mode 100644 index 0000000000000000000000000000000000000000..27c4b275f930fe1848fad990662bc2defaa66f52 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856de7d076d600a54d4066f469f10ebb61e974f881fff6ab1de97bf4d6bfe415 +size 406961 diff --git a/perception/image_level_comprehension/image_modality/images/66.png b/perception/image_level_comprehension/image_modality/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..079032bfbaa73a861167df1bd98ad038a65de32c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96eb9b4e1e7e86b7cef0e08c79f72f81942eab29095eedb4612def6042bd310 +size 601453 diff --git a/perception/image_level_comprehension/image_modality/images/660.png b/perception/image_level_comprehension/image_modality/images/660.png new file mode 100644 index 0000000000000000000000000000000000000000..d3603e6572b412b891333c140f1dfb1cac483e72 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208e0c0ed053ca81aa61ac8a3fa470a65e6a21aafdba41f3829988ddafefb19a +size 332107 diff --git a/perception/image_level_comprehension/image_modality/images/661.png b/perception/image_level_comprehension/image_modality/images/661.png new file mode 100644 index 0000000000000000000000000000000000000000..1f754cc4099b503b56cfa56fd72344585d7ef00c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27d427eeb3bc109a94021b82e054dae00ffcdd7758b8dcbb97c17285aedb331 +size 377485 diff --git a/perception/image_level_comprehension/image_modality/images/662.png b/perception/image_level_comprehension/image_modality/images/662.png new file mode 100644 index 0000000000000000000000000000000000000000..a0fbb3dac2b19c491f5696b5448e9dc92843a85c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20950cd3d99ad440d190a2ff32e2e1b1b72ab1f3a61c7d6343040fc6fcdf8f07 +size 405172 diff --git a/perception/image_level_comprehension/image_modality/images/663.png b/perception/image_level_comprehension/image_modality/images/663.png new file mode 100644 index 0000000000000000000000000000000000000000..4e012f7bf9ee7d2828dc1818428e26d9c5b80419 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df4b4409332ffbcf553638861a01c9354119bb9fa55e462a98a926f9e42b2be +size 379777 diff --git a/perception/image_level_comprehension/image_modality/images/664.png b/perception/image_level_comprehension/image_modality/images/664.png new file mode 100644 index 0000000000000000000000000000000000000000..26579ac90ec577d166244ec8261408c52e381633 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad54ae85fed17c8cce529989dd2f1c99608078d7a93b280ba6f27714cc59d17f +size 378177 diff --git a/perception/image_level_comprehension/image_modality/images/665.png b/perception/image_level_comprehension/image_modality/images/665.png new file mode 100644 index 0000000000000000000000000000000000000000..326ad3d807fbc6780ce7b18aa047c372d87f1e1b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb54dba125cb48328cd5b7c96e734413c2f3714d4869a88b3ad9c12c4c1a3a18 +size 324858 diff --git a/perception/image_level_comprehension/image_modality/images/666.png b/perception/image_level_comprehension/image_modality/images/666.png new file mode 100644 index 0000000000000000000000000000000000000000..2495771ae521af78cf1e5b3b0cb9e0146eaebbef --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99790b267610b05e42fb018c213502d1766fc0f54319bc15d384eb23d5ce2d22 +size 367384 diff --git a/perception/image_level_comprehension/image_modality/images/667.png b/perception/image_level_comprehension/image_modality/images/667.png new file mode 100644 index 0000000000000000000000000000000000000000..48abcafac144446e265b3cd482544be34192f570 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a9952ae337953193435176c8537a8e87a8bb48cede36a9d8cbefdef6df69aa +size 437616 diff --git a/perception/image_level_comprehension/image_modality/images/668.png b/perception/image_level_comprehension/image_modality/images/668.png new file mode 100644 index 0000000000000000000000000000000000000000..ae6cf780c30b0f36660dfc2eb9457bcd968e1bf8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b26f89114f384c4cc8858b033067090dceec77a27f8f4db2542729729e114c +size 447888 diff --git a/perception/image_level_comprehension/image_modality/images/669.png b/perception/image_level_comprehension/image_modality/images/669.png new file mode 100644 index 0000000000000000000000000000000000000000..25ed4f977b438f7f3e25b77ab29e417cee8ee2d3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331822f43c4dcaf23ac885e31e570a2e90eb1ae0fa3460059b9fc82bbdbbb74b +size 403818 diff --git a/perception/image_level_comprehension/image_modality/images/67.png b/perception/image_level_comprehension/image_modality/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..5635844e680b149fd82f35b6a77a5d71fe9df5d2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1760aaf44b116759bba91b44a123b822a2e5e044ae115d9c456bfeb2241d00 +size 620197 diff --git a/perception/image_level_comprehension/image_modality/images/670.png b/perception/image_level_comprehension/image_modality/images/670.png new file mode 100644 index 0000000000000000000000000000000000000000..15c7641c63c9df5b0ac5348860261eb70392dc64 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a472740c26f9125b84ed735130f798532851f29d8aa79bf6327987f4a40024 +size 291613 diff --git a/perception/image_level_comprehension/image_modality/images/671.png b/perception/image_level_comprehension/image_modality/images/671.png new file mode 100644 index 0000000000000000000000000000000000000000..411a7522e00c1a71d0a8c348bbae84453900bb2d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88468b8edb4ab2de9b33a5666ebdc6523f0c028e7e87bc470918c2bbb5fc8ed +size 493222 diff --git a/perception/image_level_comprehension/image_modality/images/672.png b/perception/image_level_comprehension/image_modality/images/672.png new file mode 100644 index 0000000000000000000000000000000000000000..45c5735c6d41c7c21024a8b14a35ff0430641a1d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87990a3290164fd4352e482df971cede7d0b7118f6f1970f20fd7bb6f0bef098 +size 424860 diff --git a/perception/image_level_comprehension/image_modality/images/673.png b/perception/image_level_comprehension/image_modality/images/673.png new file mode 100644 index 0000000000000000000000000000000000000000..5dcba54ec998cf44e12dac536b636cb0168eace9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba7cff2c3ce4e18978b299ed32b03487a716f266651c85551ee9154ef3bf36c +size 343729 diff --git a/perception/image_level_comprehension/image_modality/images/674.png b/perception/image_level_comprehension/image_modality/images/674.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c998bcb12d8034352d56a2b00e200b231a3970 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611c113a6615d48354e9ff6fb2b2dc2efe30f49c9cd6323121b7cb3390ea0052 +size 504018 diff --git a/perception/image_level_comprehension/image_modality/images/675.png b/perception/image_level_comprehension/image_modality/images/675.png new file mode 100644 index 0000000000000000000000000000000000000000..28938c24e20d4720986c103b1f4039f1b5572091 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c083324ffd4e2b7a58c26e163c20991cd1ada52954233d7984d805fe4fa79a26 +size 399316 diff --git a/perception/image_level_comprehension/image_modality/images/676.png b/perception/image_level_comprehension/image_modality/images/676.png new file mode 100644 index 0000000000000000000000000000000000000000..00ab3017ae3c9dffac24e8a8382db015693ee585 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6c2585bcb76ddd1fda6c268ee30cbbc333a4b6b1da5bdd0cebbd259d44c3ac +size 450649 diff --git a/perception/image_level_comprehension/image_modality/images/677.png b/perception/image_level_comprehension/image_modality/images/677.png new file mode 100644 index 0000000000000000000000000000000000000000..01202fb2cf6d8887066568cca57e7bbcd886ec66 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c067c129050469583b5118f24e687398280c3c67119afebec7561953b6296f9e +size 477898 diff --git a/perception/image_level_comprehension/image_modality/images/678.png b/perception/image_level_comprehension/image_modality/images/678.png new file mode 100644 index 0000000000000000000000000000000000000000..b84873b5e292a9f63b1860a7c1e1c18e8faba940 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b50ef1058b8038dd1aa4008fd1b2343bd0a0b6b5b06cbac87f3029395a7e6cf +size 410401 diff --git a/perception/image_level_comprehension/image_modality/images/679.png b/perception/image_level_comprehension/image_modality/images/679.png new file mode 100644 index 0000000000000000000000000000000000000000..259615307499b0986d7000a614aa791eb6d92473 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee0e2dc176542b0e22472d93afdfd81bd2b423dd79c03d8530917113797852e +size 367805 diff --git a/perception/image_level_comprehension/image_modality/images/68.png b/perception/image_level_comprehension/image_modality/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..129aa204a54970ca60c586cb47fc692292fa83f8 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70ce25a4a2809b0076d9caceeaad41233145b04454b9a7e4ee9fa84aaa72ab3 +size 636041 diff --git a/perception/image_level_comprehension/image_modality/images/680.png b/perception/image_level_comprehension/image_modality/images/680.png new file mode 100644 index 0000000000000000000000000000000000000000..033206b7b0a6822c3c743503bab3f4db5e365033 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092496bf34b21a19a4af596be131976f611fdc79d753444288443808fdff45af +size 400086 diff --git a/perception/image_level_comprehension/image_modality/images/681.png b/perception/image_level_comprehension/image_modality/images/681.png new file mode 100644 index 0000000000000000000000000000000000000000..39704ff51b752fd70cf15ce07c34ff8a4e8e6ddb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56379743c4ac020e34e900c5c06054b48ba876b116ddfafb6c16477c9e4bd6c7 +size 377443 diff --git a/perception/image_level_comprehension/image_modality/images/682.png b/perception/image_level_comprehension/image_modality/images/682.png new file mode 100644 index 0000000000000000000000000000000000000000..d67e0fc42b14bc4363cbaf3fc054f44984ac3dca --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a6d8a31e332c5c2ee5032d9df9dd07668fcc2d183191bf52542043d6332814 +size 414519 diff --git a/perception/image_level_comprehension/image_modality/images/683.png b/perception/image_level_comprehension/image_modality/images/683.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d2d2d88315e5e3b1b4872a1850cdb6afe4d269 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c349deec5203d6efe8ee8157497142777f48873cf9059e77aae6eb8fc4ec8200 +size 386801 diff --git a/perception/image_level_comprehension/image_modality/images/684.png b/perception/image_level_comprehension/image_modality/images/684.png new file mode 100644 index 0000000000000000000000000000000000000000..79ec453dfe8e7744bd9ccda9be51d030e953f680 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3794b6a2ee237a4af9e05ef726147f93c4dc78dd77b8221f1f6310b1111538 +size 453319 diff --git a/perception/image_level_comprehension/image_modality/images/685.png b/perception/image_level_comprehension/image_modality/images/685.png new file mode 100644 index 0000000000000000000000000000000000000000..1533dc4cff1e3451a43e02aa8bfff4e4d2e7a26d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1ea979c0bc00806628e01305a038d93474cb05ab46f9bac3f066c22f9caf91 +size 398645 diff --git a/perception/image_level_comprehension/image_modality/images/686.png b/perception/image_level_comprehension/image_modality/images/686.png new file mode 100644 index 0000000000000000000000000000000000000000..cf901384fc22ed9decc7c93e5f4b5a2769842688 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06138d5133c98655058efccfaf8f3da325de904902d0b50deb22f82871e8f2ec +size 467059 diff --git a/perception/image_level_comprehension/image_modality/images/687.png b/perception/image_level_comprehension/image_modality/images/687.png new file mode 100644 index 0000000000000000000000000000000000000000..d94fc6cc194033ec4d23543de6aff34c102b89dc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0cf4a3fe9b938ffe682cb6fddab431f833c9ec2d2c5a0586ea897644277ef4 +size 396478 diff --git a/perception/image_level_comprehension/image_modality/images/688.png b/perception/image_level_comprehension/image_modality/images/688.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4654f14a393f24908c807a9930c74b1bc43fe5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2f0d004474d06a1d408a2b4a7ce7aa4cfb643b688f8ea6440f8595d7f3dd5e +size 419490 diff --git a/perception/image_level_comprehension/image_modality/images/689.png b/perception/image_level_comprehension/image_modality/images/689.png new file mode 100644 index 0000000000000000000000000000000000000000..96e9cf2679cd3106c64a42740cc18eaf126e9bf0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e10da8ba15b1a63b9b2fb2c98331da864c83d3958982d0640020840de99da0 +size 404652 diff --git a/perception/image_level_comprehension/image_modality/images/69.png b/perception/image_level_comprehension/image_modality/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..ac17b06bb3bf536237ba6daa014e6ebb0ff8372b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbd1c7f7a4895433b986b0d565463255f05939fe6fc9b24face5c4af1a038a1 +size 573182 diff --git a/perception/image_level_comprehension/image_modality/images/690.png b/perception/image_level_comprehension/image_modality/images/690.png new file mode 100644 index 0000000000000000000000000000000000000000..11f7f7b2feb9cdbdeebeb87e6bbae16a2555d28e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bcca01f6d290f10ec7e155a872cacc730c74e4933e7a46c51e15b042ddbcad +size 417553 diff --git a/perception/image_level_comprehension/image_modality/images/691.png b/perception/image_level_comprehension/image_modality/images/691.png new file mode 100644 index 0000000000000000000000000000000000000000..efc40b204bc13228bbca16be6223e2153f721f89 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91205ad050df9aabecf20b2a2f3895b6d837ec375db3ef064dc6ffaebdefadf9 +size 412121 diff --git a/perception/image_level_comprehension/image_modality/images/692.png b/perception/image_level_comprehension/image_modality/images/692.png new file mode 100644 index 0000000000000000000000000000000000000000..3b256714592af66b3ab17276bc8e68f27e3b35ea --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f3be88ee9579976cdc13d27fc34cbfb8a12a6cc36464e9ba7c8e088fef183c +size 394369 diff --git a/perception/image_level_comprehension/image_modality/images/693.png b/perception/image_level_comprehension/image_modality/images/693.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a654a942f7ec3510390175ccab809b3fbd891b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c1f055dba289a2065a642716406ad97e084d2bd36798b9bef9aedd1c3fc2f0 +size 417223 diff --git a/perception/image_level_comprehension/image_modality/images/694.png b/perception/image_level_comprehension/image_modality/images/694.png new file mode 100644 index 0000000000000000000000000000000000000000..cc1ccebbb1d262240f17e76a133448a448c4ec6c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db480e0a639046293666eedc32899c356ec9b3f7a849b11d8767e897b300823c +size 359858 diff --git a/perception/image_level_comprehension/image_modality/images/695.png b/perception/image_level_comprehension/image_modality/images/695.png new file mode 100644 index 0000000000000000000000000000000000000000..37f5ca8cbafa00552f3c1137d60b1053d1c82282 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0887fc702056c1e5d25637a715ed1a8f406bc7098b9f314cf531685e751cdba4 +size 356117 diff --git a/perception/image_level_comprehension/image_modality/images/696.png b/perception/image_level_comprehension/image_modality/images/696.png new file mode 100644 index 0000000000000000000000000000000000000000..587fca4f43bb941070599398e64b6d78f4067e36 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b21460834e74ec8110d36ae76ada63bd49483882b5991e59ae53c362c705215 +size 371027 diff --git a/perception/image_level_comprehension/image_modality/images/697.png b/perception/image_level_comprehension/image_modality/images/697.png new file mode 100644 index 0000000000000000000000000000000000000000..0f58f959631af70102a64be39c7a54953b28b437 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/697.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766aef993b6029ca68a4453885cf4a4177118250d5d4e67a0cc1b39c8abe1fe7 +size 415041 diff --git a/perception/image_level_comprehension/image_modality/images/698.png b/perception/image_level_comprehension/image_modality/images/698.png new file mode 100644 index 0000000000000000000000000000000000000000..bb8b0604f0cc9100ef31ca6e6899e7da1c4ae986 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba25a25fc07cb667864ccf85cf874a4b81e847c98e88c1c6b96e444478f6c6a +size 402558 diff --git a/perception/image_level_comprehension/image_modality/images/699.png b/perception/image_level_comprehension/image_modality/images/699.png new file mode 100644 index 0000000000000000000000000000000000000000..0ef6b460df53302636fab50b6271e18dd13870f4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48ef3b7d5bc6d82a07debd0e2b2d6af03a0c17f2afe2c5eaf416b511e34e502 +size 407988 diff --git a/perception/image_level_comprehension/image_modality/images/7.png b/perception/image_level_comprehension/image_modality/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..7b091c37d9b908032b1e15641a2cd10812fdb4f2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6551c1a1c921c7f5b6da118e39ddf8a24a99a25745fb5af31025871f7a03eda7 +size 452902 diff --git a/perception/image_level_comprehension/image_modality/images/70.png b/perception/image_level_comprehension/image_modality/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..79a895d802c454f2ca271b9f7c4808222343d5b1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc283dee8d5593149f1c032c85ecf478d25dde3bcdb0ddeb4afe9d0a4082712 +size 509780 diff --git a/perception/image_level_comprehension/image_modality/images/700.png b/perception/image_level_comprehension/image_modality/images/700.png new file mode 100644 index 0000000000000000000000000000000000000000..18336c197bd39cbce6f87c10a694bc10fef4c632 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f350a3b40546ead62502bb46bef13b81d6b42b924830c3a7c59e40ee3e9bfb74 +size 443834 diff --git a/perception/image_level_comprehension/image_modality/images/701.png b/perception/image_level_comprehension/image_modality/images/701.png new file mode 100644 index 0000000000000000000000000000000000000000..8e428282ce487936e54f654f45bcaf42dfd59064 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4ede91c667c0b04bbaa096808b41e32ea5e3649fc3cd31a82b95c54bb6cc7b +size 411345 diff --git a/perception/image_level_comprehension/image_modality/images/702.png b/perception/image_level_comprehension/image_modality/images/702.png new file mode 100644 index 0000000000000000000000000000000000000000..771a9a528e1781072c9f9ae1b6f8092e2ce8e922 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f4748414920e4fba352c2a8d06193cc19ad7392b2d0f217b2ab3bf2e6712b6 +size 479384 diff --git a/perception/image_level_comprehension/image_modality/images/703.png b/perception/image_level_comprehension/image_modality/images/703.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4befb0b9ae1825f7051511ab352e43886084e4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448b74e45d95e959984f16f1a77a423cce6e476c8993b9b8543a0bc2221fb5a1 +size 443568 diff --git a/perception/image_level_comprehension/image_modality/images/704.png b/perception/image_level_comprehension/image_modality/images/704.png new file mode 100644 index 0000000000000000000000000000000000000000..344e5adebb19ec353545776cdd379fef6a5ef36d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e30c61cbc5e0b5b52ba5f106c98c42d3baea7d8d4c64ff61367ebe0d7caea5 +size 368701 diff --git a/perception/image_level_comprehension/image_modality/images/705.png b/perception/image_level_comprehension/image_modality/images/705.png new file mode 100644 index 0000000000000000000000000000000000000000..43cbdc1dcb3d40348f8f6e6d3d11b2c6618a7d26 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62211801e994bd55a6e5a26f2d3459109d8c08ea28439988335fbcc9b47a06f6 +size 442056 diff --git a/perception/image_level_comprehension/image_modality/images/706.png b/perception/image_level_comprehension/image_modality/images/706.png new file mode 100644 index 0000000000000000000000000000000000000000..335ef718741d1c4f7bbc7a1902d7db280ae6b951 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23eddc69939d35e19d33c133cf52871472b7cc5832c98b252545a7e93f99b0fc +size 433046 diff --git a/perception/image_level_comprehension/image_modality/images/707.png b/perception/image_level_comprehension/image_modality/images/707.png new file mode 100644 index 0000000000000000000000000000000000000000..0f5f4dc407e4da2677eba0ed7167605f462a4211 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b173e0b3f09a7dc95ac668947d63fcb99f19f776faa4d26c457ed2030ce92ce +size 500442 diff --git a/perception/image_level_comprehension/image_modality/images/708.png b/perception/image_level_comprehension/image_modality/images/708.png new file mode 100644 index 0000000000000000000000000000000000000000..8abc473598e03fb6c8531d5246c25bddc40a9efe --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9745dc3a930391c66ad8c32f1b433e77ddd007ab2eac5afc6de942b12532cf +size 400507 diff --git a/perception/image_level_comprehension/image_modality/images/709.png b/perception/image_level_comprehension/image_modality/images/709.png new file mode 100644 index 0000000000000000000000000000000000000000..efff87a2886ea46c3e58b3634bdda55d25e52c4a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119c31a0875e2ee4fc90638d7a291aab1e823d1d6bf2b09b47f8cf35c7025c2b +size 465089 diff --git a/perception/image_level_comprehension/image_modality/images/71.png b/perception/image_level_comprehension/image_modality/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..c966d70901a2198f94f22848207f4d359345a1ba --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9f95cd9f775e134a9171912a88095165ad4d149a55a48f0e190d5ef791ee2a +size 117180 diff --git a/perception/image_level_comprehension/image_modality/images/710.png b/perception/image_level_comprehension/image_modality/images/710.png new file mode 100644 index 0000000000000000000000000000000000000000..03f96e61f810fe6a73256098e28da2a2fe2f6369 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf458e67c2190bd6cfa9778df0eb71abd7d129b1151d53e69c7612e1beaea0c +size 408158 diff --git a/perception/image_level_comprehension/image_modality/images/711.png b/perception/image_level_comprehension/image_modality/images/711.png new file mode 100644 index 0000000000000000000000000000000000000000..a0639556662b286cae1731b5552f7fd4d620eefb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6450516f1b1e3315026b215436c3368458cd8b075987f9a049ac0229f8a6b1d +size 434098 diff --git a/perception/image_level_comprehension/image_modality/images/712.png b/perception/image_level_comprehension/image_modality/images/712.png new file mode 100644 index 0000000000000000000000000000000000000000..ab41a4a9bc5fef25e190000c2486acbf99b06bf3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8f20aeea677b11e127481ccece01de043fc59c38b2a91d5cd7dc7944c3e4c8 +size 282056 diff --git a/perception/image_level_comprehension/image_modality/images/713.png b/perception/image_level_comprehension/image_modality/images/713.png new file mode 100644 index 0000000000000000000000000000000000000000..6cbda290c573520f93df5614f78663524467d2d4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10faaf1b4bc8c473a695ce70563761274c533818a5f0d4a5c38f6b5fee03151f +size 396340 diff --git a/perception/image_level_comprehension/image_modality/images/714.png b/perception/image_level_comprehension/image_modality/images/714.png new file mode 100644 index 0000000000000000000000000000000000000000..44d6106b3229bd846a26291205509cc6e1107b9c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083dd58f97311f25196c3850b21de09b42cbce9cc5ee9e5ff0de6c27e0af069a +size 409686 diff --git a/perception/image_level_comprehension/image_modality/images/715.png b/perception/image_level_comprehension/image_modality/images/715.png new file mode 100644 index 0000000000000000000000000000000000000000..0b8ea4cd2224674d872d8704e96f26c644791472 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06ca364a7121388f2759bd21b4385b3fe2338f7df4f400c1a7a0a2ea1b11364 +size 429006 diff --git a/perception/image_level_comprehension/image_modality/images/716.png b/perception/image_level_comprehension/image_modality/images/716.png new file mode 100644 index 0000000000000000000000000000000000000000..7d4c544f3381ff86f7aabe810c0df1d39a40f06c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60e73dcda70b78b9c1aa36420d83b685654a1459aad9567d7c686daa1deab71 +size 400532 diff --git a/perception/image_level_comprehension/image_modality/images/717.png b/perception/image_level_comprehension/image_modality/images/717.png new file mode 100644 index 0000000000000000000000000000000000000000..f7d21ae714e3f2a14fef765cc325dd1bc7e2241e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97a98514fcb0e5c63efeb5c041327874e6b06951d9ec691795d895890cf2569 +size 399711 diff --git a/perception/image_level_comprehension/image_modality/images/718.png b/perception/image_level_comprehension/image_modality/images/718.png new file mode 100644 index 0000000000000000000000000000000000000000..da683665d30a781141e7d18d033f76e0cae313c0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87efcd6f2db58a6024d9a761fe31615b4fbaf4142bfdd9f0fa86144f79adb90d +size 485996 diff --git a/perception/image_level_comprehension/image_modality/images/719.png b/perception/image_level_comprehension/image_modality/images/719.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c9e5a6d54dfdec726683c08fd055837f4fd9f6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45278351ca236d78035f889d9a8c26aa8cd506af18c4d63d2e96037bb7dd16a +size 425400 diff --git a/perception/image_level_comprehension/image_modality/images/72.png b/perception/image_level_comprehension/image_modality/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..097c637ec78100a52f0ec4cd525318cd61d3d2fd --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb88d8f3295f8543685a9ed19c656252a6e03f1e459da20c10a9681fbf15b39 +size 304879 diff --git a/perception/image_level_comprehension/image_modality/images/720.png b/perception/image_level_comprehension/image_modality/images/720.png new file mode 100644 index 0000000000000000000000000000000000000000..f5221b2f7d426672f29862e9a630c7d19d3a5b78 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad8f088d3ff4674b17cabbd2bc2c4474b104d2eb55dd81ce04cabc9e9214141 +size 368468 diff --git a/perception/image_level_comprehension/image_modality/images/721.png b/perception/image_level_comprehension/image_modality/images/721.png new file mode 100644 index 0000000000000000000000000000000000000000..cd8b72ef530c856d1fc038ca95f635f9eb9be94d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34448bb6971ff70a9807911aa8fa1526412da8b0c39b33a9f09b2b3d5d1162c2 +size 402072 diff --git a/perception/image_level_comprehension/image_modality/images/722.png b/perception/image_level_comprehension/image_modality/images/722.png new file mode 100644 index 0000000000000000000000000000000000000000..69bdaf9fbf17316713f391313c4ee8732b63d015 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22f5d9983a2a9fb8afc8f441c20a3bb23d60bf4357ebf6194f46848207966bf +size 435338 diff --git a/perception/image_level_comprehension/image_modality/images/723.png b/perception/image_level_comprehension/image_modality/images/723.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a747e71dfa9e28be5eb46981e8cf7c4fa3da09 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a7e0c9e155fd65b90917cc52b290e8f7a8e7b0193f4054c2cb2853b0ad3b63 +size 411349 diff --git a/perception/image_level_comprehension/image_modality/images/724.png b/perception/image_level_comprehension/image_modality/images/724.png new file mode 100644 index 0000000000000000000000000000000000000000..04cd6839c8a4a80dc0c39174b7975f96335798de --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeaf36bd3721a6a791d81000763dba02a09b97b3a97e211ca3f356d4182b0c9 +size 347902 diff --git a/perception/image_level_comprehension/image_modality/images/725.png b/perception/image_level_comprehension/image_modality/images/725.png new file mode 100644 index 0000000000000000000000000000000000000000..8240a5e2ef31a89b57d713c8d05aa78c28afafc0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dc8aa7bccfa091ab0bf3786d57ea7a7030f2ce787eb8eddb889a598890a802 +size 431533 diff --git a/perception/image_level_comprehension/image_modality/images/726.png b/perception/image_level_comprehension/image_modality/images/726.png new file mode 100644 index 0000000000000000000000000000000000000000..595e6792b65710f966d8046dd01824915b52159a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f06308be157cd56fa620889739290f8e570a81b18ca08c1ec13fa21530011dc +size 450139 diff --git a/perception/image_level_comprehension/image_modality/images/727.png b/perception/image_level_comprehension/image_modality/images/727.png new file mode 100644 index 0000000000000000000000000000000000000000..b2d8ac36d061ec57239596b53cad56a7a848b82c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3ae6f099b361ff82fe1ede3ce3fc091969f4c3a2dfe0e7a9aaddcaccd1b00f +size 455183 diff --git a/perception/image_level_comprehension/image_modality/images/728.png b/perception/image_level_comprehension/image_modality/images/728.png new file mode 100644 index 0000000000000000000000000000000000000000..1a20fdee4ab4c651f8af64dd78b0eaa3d3863bea --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315385845a0fc14dc768307f83471a782a6bcdc5eacf59d3cbb1a847a221ff86 +size 424324 diff --git a/perception/image_level_comprehension/image_modality/images/729.png b/perception/image_level_comprehension/image_modality/images/729.png new file mode 100644 index 0000000000000000000000000000000000000000..9bce48d1c261e77bea17d405423271217edfdd98 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae5424a0136300133aa15b04f81fd70fec5d33c86ac472b055ce3ac8bd58b02 +size 401292 diff --git a/perception/image_level_comprehension/image_modality/images/73.png b/perception/image_level_comprehension/image_modality/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c57ccb7d6684cef67a254f3867e7ddf180f16c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1f2bd9ece63db2cb41f2b86c02863c1d58b7dcf378249efff843be8074c859 +size 316119 diff --git a/perception/image_level_comprehension/image_modality/images/730.png b/perception/image_level_comprehension/image_modality/images/730.png new file mode 100644 index 0000000000000000000000000000000000000000..557762b15dbc9aee32b62c3298260a0b47d087ee --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3430c0419d830eadb1273be2985511e327a341f72ccf0b304c10d729f48a9b32 +size 480344 diff --git a/perception/image_level_comprehension/image_modality/images/731.png b/perception/image_level_comprehension/image_modality/images/731.png new file mode 100644 index 0000000000000000000000000000000000000000..55d639b89ac8f2100fd1b4ca2a39db1e2af939d5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f85afd4fe1f16a54bc642742744a2c3dbdfcd1f1ff8b74b965f37264cb816f +size 393463 diff --git a/perception/image_level_comprehension/image_modality/images/732.png b/perception/image_level_comprehension/image_modality/images/732.png new file mode 100644 index 0000000000000000000000000000000000000000..67cc96f54342f7c0933e312b36740b8b266d10f6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1164743d92fffc841dfa6c54bc81b523bcc84c8ab56fe97b85f6c6ad2ed25e +size 411147 diff --git a/perception/image_level_comprehension/image_modality/images/733.png b/perception/image_level_comprehension/image_modality/images/733.png new file mode 100644 index 0000000000000000000000000000000000000000..9e920d7446a539197db9f5838c94bbeb55f11cc1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d45d90be3660c3b8794b56f9af52d1090a1928cbe837df1e7decafebe55a30 +size 449138 diff --git a/perception/image_level_comprehension/image_modality/images/734.png b/perception/image_level_comprehension/image_modality/images/734.png new file mode 100644 index 0000000000000000000000000000000000000000..d77bd1cbc72f0cf85cc31da3bfb35fd688752f3e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b158f383c29f29fbe22641570bb375cad799031f3aaef1860063b4efaa0ff4b8 +size 266044 diff --git a/perception/image_level_comprehension/image_modality/images/735.png b/perception/image_level_comprehension/image_modality/images/735.png new file mode 100644 index 0000000000000000000000000000000000000000..d39f560f34d3424858f3937be4c205f1fc29a49c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a81a858d8bd36a2a8410645099a3ce37057e5354c16ad49ea88096f7d53316 +size 355033 diff --git a/perception/image_level_comprehension/image_modality/images/736.png b/perception/image_level_comprehension/image_modality/images/736.png new file mode 100644 index 0000000000000000000000000000000000000000..e4205065f2c47833b87833535b0727db3a2acaa1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cad60e056231356f72333e705878dda0d789da0453c3d473ae8b1871b4362d +size 418697 diff --git a/perception/image_level_comprehension/image_modality/images/737.png b/perception/image_level_comprehension/image_modality/images/737.png new file mode 100644 index 0000000000000000000000000000000000000000..33101a9aedabf0fc6dc2c1f01abd02a23888350f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d355d9afb2bb6349b627f92fb080ef28035db89c3798f56ce84d7bc9da7ed34 +size 409309 diff --git a/perception/image_level_comprehension/image_modality/images/738.png b/perception/image_level_comprehension/image_modality/images/738.png new file mode 100644 index 0000000000000000000000000000000000000000..dc0232e6795185d7c9e4b0dae1fd70c8975cdcab --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca36064dd0ab037b3384bb3f13098222dfd6aa9c4e99abf738650d36f8ba4fc +size 416457 diff --git a/perception/image_level_comprehension/image_modality/images/739.png b/perception/image_level_comprehension/image_modality/images/739.png new file mode 100644 index 0000000000000000000000000000000000000000..8a49f67389b7ae0c15f5dce37057976025626725 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c20a1e67f35ce541aeb8397899688b9d98a4315305fba93c6457de923017f5 +size 412103 diff --git a/perception/image_level_comprehension/image_modality/images/74.png b/perception/image_level_comprehension/image_modality/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..c1da3fff6b7ac57514db05268ef96f1ef876c462 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7a3b03a05da9e7b27ff2f03a81f056cf602d376e166d38e7bed17e770c4c49 +size 353381 diff --git a/perception/image_level_comprehension/image_modality/images/740.png b/perception/image_level_comprehension/image_modality/images/740.png new file mode 100644 index 0000000000000000000000000000000000000000..8f5e1714e454ab2020172ca297cfeaf11ea1c5d0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d891d9fc3e66737f365f28f5cc6bfa84150b9c3f1fff2569c5f789c235716d70 +size 437746 diff --git a/perception/image_level_comprehension/image_modality/images/741.png b/perception/image_level_comprehension/image_modality/images/741.png new file mode 100644 index 0000000000000000000000000000000000000000..d594886ec6e662f30f294d86afff2611a01c322b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4436ad050fbe66d56eb5c55d5c32fd8180ede520ef6123996fa0ea8a46cc8f +size 418026 diff --git a/perception/image_level_comprehension/image_modality/images/742.png b/perception/image_level_comprehension/image_modality/images/742.png new file mode 100644 index 0000000000000000000000000000000000000000..ed0539c7ed5f8866644f894d29e07e2fdfbc8d2f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfcd46c443e809d929a52ba7758dbf92d692c4133cc0797059dab87777f3143 +size 412249 diff --git a/perception/image_level_comprehension/image_modality/images/743.png b/perception/image_level_comprehension/image_modality/images/743.png new file mode 100644 index 0000000000000000000000000000000000000000..61380e317b1369135b4e126527127a0c756b5ebb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a785639e3714ef9647b6306576f49a1e6ab3b250d951921fd251bc03f33e16 +size 413505 diff --git a/perception/image_level_comprehension/image_modality/images/744.png b/perception/image_level_comprehension/image_modality/images/744.png new file mode 100644 index 0000000000000000000000000000000000000000..a0dd5bc0f35a8186e48fa7fc82e9ac13aeca028c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067bfc0c295767b1e9d8dde8ee322f9117910e305976cd104af415b86677d87a +size 423978 diff --git a/perception/image_level_comprehension/image_modality/images/745.png b/perception/image_level_comprehension/image_modality/images/745.png new file mode 100644 index 0000000000000000000000000000000000000000..e093243bc2f620794a978a304413b6475fb8579b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cbdd096237a944b6e2c2c096c98236478e05cc3f9facf9a853c30e90cf432f +size 415463 diff --git a/perception/image_level_comprehension/image_modality/images/746.png b/perception/image_level_comprehension/image_modality/images/746.png new file mode 100644 index 0000000000000000000000000000000000000000..3c45dc3fe371cf9f0dacb9ab11bfe0a234bb3ad1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895c7541e71528cdd1c7478748b00e3e5906e75c1bf8f3a478467d049ad135ab +size 334738 diff --git a/perception/image_level_comprehension/image_modality/images/747.png b/perception/image_level_comprehension/image_modality/images/747.png new file mode 100644 index 0000000000000000000000000000000000000000..c4537606c5cd01fc76a19ebc8c5d565eb0b93298 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7376c344a5136fb400a0ecd7bba4c6c6eacc0ba8d37f6cad5858592da0709dd0 +size 389214 diff --git a/perception/image_level_comprehension/image_modality/images/748.png b/perception/image_level_comprehension/image_modality/images/748.png new file mode 100644 index 0000000000000000000000000000000000000000..cd336c71860af477d0f1d4771e127ba2b431d459 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07fbec7f96067f16ebb9dcee005c5cbf129f92f81f6d6fa9a15bcc44bccf251 +size 441009 diff --git a/perception/image_level_comprehension/image_modality/images/749.png b/perception/image_level_comprehension/image_modality/images/749.png new file mode 100644 index 0000000000000000000000000000000000000000..4be8e87e811ce5105ddbc2bcd4a7d20ee27076f1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/749.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f052a55e534e75e17f9bcf7d0bb38ae75b9537cddbf0690e6ea829de1c49c18 +size 417292 diff --git a/perception/image_level_comprehension/image_modality/images/75.png b/perception/image_level_comprehension/image_modality/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..cb740a80b5ba0277623831adb92f3bb5ff734a0e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0684a16c78df7628d16e8e2d843a47cb1225ad922f64bc33efeb447172eb79cd +size 326452 diff --git a/perception/image_level_comprehension/image_modality/images/750.png b/perception/image_level_comprehension/image_modality/images/750.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3926244a514ed8207e0f9a94acdec672af140e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a5a14930f7487c1df794eff9cdc290b8c962745565b711db1ef7fe9b5db0c0 +size 468997 diff --git a/perception/image_level_comprehension/image_modality/images/751.png b/perception/image_level_comprehension/image_modality/images/751.png new file mode 100644 index 0000000000000000000000000000000000000000..ab209f1a056bbfd49707c1820c8c8c01acd5d8a5 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985a7668a31fb0513ca38f26ef62e9370554d6495d9bc098fb96f785b7727b74 +size 316974 diff --git a/perception/image_level_comprehension/image_modality/images/752.png b/perception/image_level_comprehension/image_modality/images/752.png new file mode 100644 index 0000000000000000000000000000000000000000..df78253642215d6c69439304383b46bb1e3a5ca4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74a1f1abc9b9a850a17e323fd94a831c4bdd794da3de95ba85b3553e06ece93 +size 441769 diff --git a/perception/image_level_comprehension/image_modality/images/753.png b/perception/image_level_comprehension/image_modality/images/753.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c021f56bdc6d3067e8fed98c018b891c79ee0b --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087d4e5d39356bb3b0c1d4c03187178d15c93a86e0a68ffceda7e597b274084a +size 336645 diff --git a/perception/image_level_comprehension/image_modality/images/754.png b/perception/image_level_comprehension/image_modality/images/754.png new file mode 100644 index 0000000000000000000000000000000000000000..5778173a613a632561da6bb8cfbb5ccd421d48f9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a4ea8fd8c10a33006ede2fe7dd0888e47e8cb304ac265d3b42ee4a145ca756 +size 427209 diff --git a/perception/image_level_comprehension/image_modality/images/755.png b/perception/image_level_comprehension/image_modality/images/755.png new file mode 100644 index 0000000000000000000000000000000000000000..7e330172ef9da1c71f70d7da8c336142e9edc7c7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b65fc4ce56075eb67008cbba53a7e2ad9de2dd10baba4031ee4eda281c8bcab +size 437750 diff --git a/perception/image_level_comprehension/image_modality/images/756.png b/perception/image_level_comprehension/image_modality/images/756.png new file mode 100644 index 0000000000000000000000000000000000000000..2eef128d50768d25907ac8aa9c02bc583671942d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a0067b027fc8d5514139dce5e06209c75877178a190a194a906b9406af5294 +size 425572 diff --git a/perception/image_level_comprehension/image_modality/images/757.png b/perception/image_level_comprehension/image_modality/images/757.png new file mode 100644 index 0000000000000000000000000000000000000000..f040c15228b3d5624251b852da82a33f3330083d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa37822446c59059bcd31d27f90d48e4b08a4438776ef26fe47d12bc44bb5f9 +size 360003 diff --git a/perception/image_level_comprehension/image_modality/images/758.png b/perception/image_level_comprehension/image_modality/images/758.png new file mode 100644 index 0000000000000000000000000000000000000000..9607ac4e00d16b0648789a60c62a5266746dfd57 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ebc18a3ae166cf72cc6b18704f4440600134d3d8964e0f11e4599e3a3510ff +size 356748 diff --git a/perception/image_level_comprehension/image_modality/images/759.png b/perception/image_level_comprehension/image_modality/images/759.png new file mode 100644 index 0000000000000000000000000000000000000000..0d0d30a99a86755b7f3055c8041816ba705b51b0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2160c26f80f153d89a7056ea38b5ee00903d5d15e906299a9a8f8a0321d1e8e9 +size 434866 diff --git a/perception/image_level_comprehension/image_modality/images/76.png b/perception/image_level_comprehension/image_modality/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..6e9bc62a42db35be2b9604b710a3777746ce85ed --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d67ce7c6f44774cc24985ae6201bc694ffa594eb99ac264bca7ffa01dca922b +size 322743 diff --git a/perception/image_level_comprehension/image_modality/images/760.png b/perception/image_level_comprehension/image_modality/images/760.png new file mode 100644 index 0000000000000000000000000000000000000000..739e80b4e0ac5b8fa7d52ec500df6e7620ab1a15 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8060982d7356aa60ff750b5ed48e62d733a7c61e6319ab042ceb0225126246bf +size 428710 diff --git a/perception/image_level_comprehension/image_modality/images/761.png b/perception/image_level_comprehension/image_modality/images/761.png new file mode 100644 index 0000000000000000000000000000000000000000..ca27ea89d0dbd2a1f006eeda6fa5795af49f6cac --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9bde0f5b8135723d32ecdd317b1d46efa612ec27abd62fad46fdfd584b9f6e +size 404226 diff --git a/perception/image_level_comprehension/image_modality/images/762.png b/perception/image_level_comprehension/image_modality/images/762.png new file mode 100644 index 0000000000000000000000000000000000000000..d3b39b2861b22d861f8038b3964b681a8c67066c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcf648006c95b8914e0e2d4b3838e92e19a5963e15ff4577bff7b01662745a2 +size 413467 diff --git a/perception/image_level_comprehension/image_modality/images/763.png b/perception/image_level_comprehension/image_modality/images/763.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe3467f8f43191cad5e983330c8c6f5a28329b1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d434acda61a9c8578323b806827cc6271c9b16073be61d95259963e62187e8e3 +size 489754 diff --git a/perception/image_level_comprehension/image_modality/images/764.png b/perception/image_level_comprehension/image_modality/images/764.png new file mode 100644 index 0000000000000000000000000000000000000000..a99c35f6481f230eeb53b3c72472c5600b49763c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40608806d5d1f54d0eab40da6efadaade0a4b8122e14412340b9b22ac5d9ac77 +size 436477 diff --git a/perception/image_level_comprehension/image_modality/images/765.png b/perception/image_level_comprehension/image_modality/images/765.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbbea803897f45754535578365e3728aca1e7f2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8459212806a01367be98705993e890f20bee2667030a77ac00c7019c4760af8 +size 407145 diff --git a/perception/image_level_comprehension/image_modality/images/766.png b/perception/image_level_comprehension/image_modality/images/766.png new file mode 100644 index 0000000000000000000000000000000000000000..60363daac127fcca6f8d7def191d7ccf06c903e2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef01e86b475713bb9da629edb3eddaf973767598152d6da9b207c5e255078a2c +size 406986 diff --git a/perception/image_level_comprehension/image_modality/images/767.png b/perception/image_level_comprehension/image_modality/images/767.png new file mode 100644 index 0000000000000000000000000000000000000000..505c7f4c0f1323a1fff057f5d97de232dc01d901 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59849f20342a56b0c8d7bf617888e074175b03baae6402cda2b5359531a5b41d +size 348569 diff --git a/perception/image_level_comprehension/image_modality/images/768.png b/perception/image_level_comprehension/image_modality/images/768.png new file mode 100644 index 0000000000000000000000000000000000000000..5264033f8f7c90ac4d65e5ab7a3640b9bf4db2a9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027e4f5cf64f9e56f5c21f6d950e6f5fc362646dcbc53029b4e91c54434dbd0e +size 381999 diff --git a/perception/image_level_comprehension/image_modality/images/769.png b/perception/image_level_comprehension/image_modality/images/769.png new file mode 100644 index 0000000000000000000000000000000000000000..31e8837354d543531415878e9bd010d2615a76bc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d981311be83c1828d6fd07a1587ace79364ac063d52099e5f20bb3518185ae83 +size 465827 diff --git a/perception/image_level_comprehension/image_modality/images/77.png b/perception/image_level_comprehension/image_modality/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..fa331722b49d221654433dec7e2a1406cc1dd5be --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af729caffc5be61073e70e1d210fcce60a13c3bc2c59bcb8a3ae5db6031838dd +size 134466 diff --git a/perception/image_level_comprehension/image_modality/images/770.png b/perception/image_level_comprehension/image_modality/images/770.png new file mode 100644 index 0000000000000000000000000000000000000000..18f737f47007c475094fc956fa25934c1e27a9fb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eb6d82b72e97e6751b474ddb66339f9acacce22dad06e7b506793646f928c3 +size 420513 diff --git a/perception/image_level_comprehension/image_modality/images/771.png b/perception/image_level_comprehension/image_modality/images/771.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6b71c7a3954fd8dd6e80417716d42cecf6bcc9 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bab78694aa626c2d93e8ce729639c029a2cc6dfcb9ded86096edea6b0dadff +size 384515 diff --git a/perception/image_level_comprehension/image_modality/images/772.png b/perception/image_level_comprehension/image_modality/images/772.png new file mode 100644 index 0000000000000000000000000000000000000000..063549439c28aa88b2c2cb506c9f155fece36c9f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6008cc900a9756808dfe41c57fe64b897036401fb5c08e80c2b663df9af8ae24 +size 368188 diff --git a/perception/image_level_comprehension/image_modality/images/773.png b/perception/image_level_comprehension/image_modality/images/773.png new file mode 100644 index 0000000000000000000000000000000000000000..46ceecd048b7ac736d92bd283d3aa2410cb58a2d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601cb292eb1a8c032abef03d4b777122bfb18c46b43848ec794260a3c5b5090a +size 409951 diff --git a/perception/image_level_comprehension/image_modality/images/774.png b/perception/image_level_comprehension/image_modality/images/774.png new file mode 100644 index 0000000000000000000000000000000000000000..a4920f3210b3be5ea259220318f11f1af386649a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b246add02aaf3f6cea8a918650a3b3badd7aa7fc9a58b2b2da0d9f3698fe9f19 +size 420275 diff --git a/perception/image_level_comprehension/image_modality/images/775.png b/perception/image_level_comprehension/image_modality/images/775.png new file mode 100644 index 0000000000000000000000000000000000000000..41e2979905b0262cf632d87f0db138a151c94c7f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a541af3cba1883b0536a4f393c2d19f23b3c8c7a736e224c96d270f65f487e +size 390064 diff --git a/perception/image_level_comprehension/image_modality/images/776.png b/perception/image_level_comprehension/image_modality/images/776.png new file mode 100644 index 0000000000000000000000000000000000000000..339d5416ea83a8d124afefab92d28b75892262bc --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec37ecba5a548713ead77af6ec4c6ae197a2d827461a871e8b32439cbb64b68 +size 373746 diff --git a/perception/image_level_comprehension/image_modality/images/777.png b/perception/image_level_comprehension/image_modality/images/777.png new file mode 100644 index 0000000000000000000000000000000000000000..0d240c8abd34cc71181766c9bdc9b4c03e5e637e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2e7cf52ed19d3cc570ce5c2cad14b2e8cae4224d02ad5767cadcdd531cbc10 +size 405346 diff --git a/perception/image_level_comprehension/image_modality/images/778.png b/perception/image_level_comprehension/image_modality/images/778.png new file mode 100644 index 0000000000000000000000000000000000000000..7ccb6bab52176abb33e67d0a513c07f1be763e4a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ca0344cf704a9ebbe08a7b1e0b8e285984ddc75755dd2167acafd8fb2a573b +size 429184 diff --git a/perception/image_level_comprehension/image_modality/images/779.png b/perception/image_level_comprehension/image_modality/images/779.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a9ba5cd4b362e6fb21573b77c19c10f35aeba7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246ee34ede86a5d90b69c49f02b7051069f3fd28086cd7804565c2bc74439253 +size 390842 diff --git a/perception/image_level_comprehension/image_modality/images/78.png b/perception/image_level_comprehension/image_modality/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..88edaae20a76ea7588e86443641ff027d8a0aafe --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ae56e9ba15f6b73fe50593fce9b35ac89ba6a525b8c44a700c7d0ce4f126cc +size 293934 diff --git a/perception/image_level_comprehension/image_modality/images/780.png b/perception/image_level_comprehension/image_modality/images/780.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a17a0526808420a11513d41efdfb3e75ad78f6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580e0d9fa009e99b51414b8f2871d12429c560c6d0e6625359407be1a54f5015 +size 378765 diff --git a/perception/image_level_comprehension/image_modality/images/781.png b/perception/image_level_comprehension/image_modality/images/781.png new file mode 100644 index 0000000000000000000000000000000000000000..4b20a7d13864e60a64f8fa9ab869b962b7038ad3 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5b881022417eb347164d15cd1faa080b3968bb48811a07654fc0024a4921a8 +size 404945 diff --git a/perception/image_level_comprehension/image_modality/images/782.png b/perception/image_level_comprehension/image_modality/images/782.png new file mode 100644 index 0000000000000000000000000000000000000000..64705c16f80fcbf06dfe950187a55c9b9d2248ec --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8d8397f08a52608526f25c7f7cd7e1a1410d574ed8569d79b540b3823661a2 +size 309433 diff --git a/perception/image_level_comprehension/image_modality/images/783.png b/perception/image_level_comprehension/image_modality/images/783.png new file mode 100644 index 0000000000000000000000000000000000000000..de42d32fb641e9e07ec6c59ce1a1878763b33a49 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea68b09a95bec8a5919dc5cdd2d8ff84e99865ebc0659ecb0c6614369fa0d56 +size 418103 diff --git a/perception/image_level_comprehension/image_modality/images/784.png b/perception/image_level_comprehension/image_modality/images/784.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b57f69ee75c34762e8859ba4e22c3cf8753870 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81389389fa8d972ca9a69c72afa8cb24c3d27de93c17cf078a0c042ea1668f87 +size 463878 diff --git a/perception/image_level_comprehension/image_modality/images/785.png b/perception/image_level_comprehension/image_modality/images/785.png new file mode 100644 index 0000000000000000000000000000000000000000..a7bbc7221ed72778670b1868becbd683a1b01d78 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4b8d721b313cad544eeb28c713513b03f365676d2f4cdcabce7af5b680f93c +size 435973 diff --git a/perception/image_level_comprehension/image_modality/images/786.png b/perception/image_level_comprehension/image_modality/images/786.png new file mode 100644 index 0000000000000000000000000000000000000000..711e1f28b1b39a7f14634333b237f483ba5e8e3c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a374439f2e77bfab8f8c8248436473d23f5b8152a95e41624fac6f77dff9815 +size 488820 diff --git a/perception/image_level_comprehension/image_modality/images/787.png b/perception/image_level_comprehension/image_modality/images/787.png new file mode 100644 index 0000000000000000000000000000000000000000..96f7adb5693cbc621125c2a46aa8bfecbb9d2e76 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa3349883558e3b1508c944ebdc41d7f7dbfa0ebe412f9ba9df9c6f8bca2b7e +size 294485 diff --git a/perception/image_level_comprehension/image_modality/images/788.png b/perception/image_level_comprehension/image_modality/images/788.png new file mode 100644 index 0000000000000000000000000000000000000000..bd09adfadeb7247fc6193d6d703da21ec8842d5a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e67b36a2909013fa91bb7c14e6c375824ee5e830e542e11f0bc9cb6526d3212 +size 329049 diff --git a/perception/image_level_comprehension/image_modality/images/789.png b/perception/image_level_comprehension/image_modality/images/789.png new file mode 100644 index 0000000000000000000000000000000000000000..14a0539f68a42d2c4bb98d2989f8f75347cff1a1 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f035a1b7ec4d31e10100e20fa709bd6d486ebdb7c97305b4086cf0abdb01644f +size 468767 diff --git a/perception/image_level_comprehension/image_modality/images/79.png b/perception/image_level_comprehension/image_modality/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd219d60e27f403cdae442205ea4e268c385946 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea7ed67e823525b8922c84802f3147b77ad666fb181061c618442ecca2b21fc +size 423165 diff --git a/perception/image_level_comprehension/image_modality/images/790.png b/perception/image_level_comprehension/image_modality/images/790.png new file mode 100644 index 0000000000000000000000000000000000000000..4c70ae06fcb49acfe4372511d92a65f075eb3574 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a431fbeac6422b31138505ffc82c4c2b349b555ba435c56f9d99f0e013e52745 +size 372917 diff --git a/perception/image_level_comprehension/image_modality/images/791.png b/perception/image_level_comprehension/image_modality/images/791.png new file mode 100644 index 0000000000000000000000000000000000000000..56269ef3c79b05a4a1f76de275133e95c7288f9d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb92d55514a216d631c070ee6d479fb8ad639a9014b39ea9de03339ebbbe9b89 +size 496710 diff --git a/perception/image_level_comprehension/image_modality/images/792.png b/perception/image_level_comprehension/image_modality/images/792.png new file mode 100644 index 0000000000000000000000000000000000000000..225e1a4f1df34d02509de0fee3c4edeb95ff2857 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fccb299675ccabd55cf5e319444249c7c3afbd748cce179e2e62fe18e076e1 +size 405974 diff --git a/perception/image_level_comprehension/image_modality/images/793.png b/perception/image_level_comprehension/image_modality/images/793.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa04e7c73f06ac110e6f75afc2b237305dd6413 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aed25ca0118f909e68f06e17163564c659c04f2853e7c8bbcd9d4d131e73283 +size 385954 diff --git a/perception/image_level_comprehension/image_modality/images/794.png b/perception/image_level_comprehension/image_modality/images/794.png new file mode 100644 index 0000000000000000000000000000000000000000..dd41f5c131f36bba2a4511745b8f5a84516535da --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277ea200464919985e5fd99f11d6937f2e6e50334a7a1bb2009e72a829e8753c +size 411553 diff --git a/perception/image_level_comprehension/image_modality/images/795.png b/perception/image_level_comprehension/image_modality/images/795.png new file mode 100644 index 0000000000000000000000000000000000000000..693e72f57efb92920cfb44124606b1b2a791fbe4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38c1d614c2fec2fe49ab0d7e05eaab6e477b9eefb4d652a4d23d1b10d57c385 +size 453251 diff --git a/perception/image_level_comprehension/image_modality/images/796.png b/perception/image_level_comprehension/image_modality/images/796.png new file mode 100644 index 0000000000000000000000000000000000000000..38042f8d247cbeffb77062551edfde872db3a160 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a9c49a386207d779543d37bf5ee9562b12fb38a49ea0cf4336dc7a976eeb18 +size 407507 diff --git a/perception/image_level_comprehension/image_modality/images/797.png b/perception/image_level_comprehension/image_modality/images/797.png new file mode 100644 index 0000000000000000000000000000000000000000..071c5413d3bb4ff426dd8b4e914e315b4d0d7b02 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd24a033ad7bd374e04354f0e10f58ff67a68009b55737b8d0cc51fbd2b712d +size 431846 diff --git a/perception/image_level_comprehension/image_modality/images/798.png b/perception/image_level_comprehension/image_modality/images/798.png new file mode 100644 index 0000000000000000000000000000000000000000..adad3d12d17eb85995c1af0031a752120a66681a --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f7c76f7153b617ed2fddf14a69eedc881feee8ce8399e881f54e405ad6aa87 +size 410812 diff --git a/perception/image_level_comprehension/image_modality/images/799.png b/perception/image_level_comprehension/image_modality/images/799.png new file mode 100644 index 0000000000000000000000000000000000000000..123b267b71aa6fece2bc7f124fa6640e0aecf0b2 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390d0e80a80efd90bb1f3ee0ea0d4b441cc11c97739076d4b90aa9f5c32a2afb +size 439548 diff --git a/perception/image_level_comprehension/image_modality/images/8.png b/perception/image_level_comprehension/image_modality/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..1ffb5691362ad4e56340376219fec0c5465200f4 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba12875767faf7daad5283126d871542631daf511c26f2e2cea60fe3dbe8ee3 +size 190669 diff --git a/perception/image_level_comprehension/image_modality/images/80.png b/perception/image_level_comprehension/image_modality/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..93eed3cbee08c20b6840c52a5ac8918c7cb32b8c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754a65d79fb4f36f2305b12e0f133134a9a6b5a677c98f2ba3c14b4d03325104 +size 419523 diff --git a/perception/image_level_comprehension/image_modality/images/800.png b/perception/image_level_comprehension/image_modality/images/800.png new file mode 100644 index 0000000000000000000000000000000000000000..ca72bcfa4a01200b602c98e786080486b1c85888 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f412736ae29d491881361728cc17d1d14c27a01ac831075bfcefd319370bcc +size 428734 diff --git a/perception/image_level_comprehension/image_modality/images/81.png b/perception/image_level_comprehension/image_modality/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..b7db02fcee28d1977988095a0f8c706cde01c22e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4acc43ad804f88919e275a33f2203edcb693169bba1d59df208d64fd7228e5c +size 209686 diff --git a/perception/image_level_comprehension/image_modality/images/82.png b/perception/image_level_comprehension/image_modality/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..4942772db0131cc41f74b3ea18c9bba84aefd1f6 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e97aa64277e414903ca2b8668f84e2728edf7096e5478efc43bb9160835d8e +size 422308 diff --git a/perception/image_level_comprehension/image_modality/images/83.png b/perception/image_level_comprehension/image_modality/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..3615e44c10086519e5f8794515b36f407419b507 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aff9392425c6dca7301481cf9dbc40841f6958e4f0c1b83037baa922603f7e +size 249876 diff --git a/perception/image_level_comprehension/image_modality/images/84.png b/perception/image_level_comprehension/image_modality/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..a16a9b2a7e7a123222b02e86414d0e85b4f8619c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b13bbfcd08481754987f32f8061296f14db792f73b7d7429a86561ab3c8b971 +size 281911 diff --git a/perception/image_level_comprehension/image_modality/images/85.png b/perception/image_level_comprehension/image_modality/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..2925dbef3121c603825883c57c3e61cc9c4142c7 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70269f16997987b45fa46aeaef242a21d7a8a1e1755e4fcf37cde3b1e19fc1dd +size 439270 diff --git a/perception/image_level_comprehension/image_modality/images/86.png b/perception/image_level_comprehension/image_modality/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ff89737fb7d79668e174ab7d5a544fcc2e6f0f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ab608e651e3f347870c8bc0d1f5fa5cc4ff8b355f228b531c5b6ee0062037 +size 437955 diff --git a/perception/image_level_comprehension/image_modality/images/87.png b/perception/image_level_comprehension/image_modality/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..c72d8f8e978a378da7ba3d41810587d14d77583f --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3e98fb5f2634a0a01899bd574cef411d487017acf93f30b567d9b7334f8820 +size 308748 diff --git a/perception/image_level_comprehension/image_modality/images/88.png b/perception/image_level_comprehension/image_modality/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..fa425ed33ede690beb7b9e559e768517c8b00cdd --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c5d9911bf06c870ffcf6750a00a7b640eccd63ac8cab297e29168055890b34 +size 368923 diff --git a/perception/image_level_comprehension/image_modality/images/89.png b/perception/image_level_comprehension/image_modality/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..b47f281032e5bd9d9d3569147a2353d9f4b07cff --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cabef751033bc2977a5b9ac7d438fe6d81afecdd0b3e5e19c52a8ac4651d9f +size 226628 diff --git a/perception/image_level_comprehension/image_modality/images/9.png b/perception/image_level_comprehension/image_modality/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..16e324015b677077294852135ae81746db7a0b2c --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf33d3b0f39341a88f846ec58acd8a55cacc7a8c414a93f94ad06f27c558ec1 +size 348835 diff --git a/perception/image_level_comprehension/image_modality/images/90.png b/perception/image_level_comprehension/image_modality/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..819f80a99e7106a764e8b40dbf7e474f46395dee --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c94a1f3257f5ad608f9722980150cd1ca8b69c6386de21701d8c214e32b1c1 +size 361359 diff --git a/perception/image_level_comprehension/image_modality/images/91.png b/perception/image_level_comprehension/image_modality/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd6d232875c56256af0d5925e4f38d8f6697afb --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da5bad8e331903197ddd22db5fb9073ddc4ca88f89562c93d58e7fed64fd103 +size 548178 diff --git a/perception/image_level_comprehension/image_modality/images/92.png b/perception/image_level_comprehension/image_modality/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..f97ee5240c3bebb10803f36413578d18fefa6512 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4b81d39992f215a9afde63031ce2fc26df2c3a064b348a91923007307612a7 +size 497048 diff --git a/perception/image_level_comprehension/image_modality/images/93.png b/perception/image_level_comprehension/image_modality/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..bee1800799214119a0dae5b4c598906271447670 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87336ca48821a5b4a73846dc6fc88f80666dc57d414e0b5cadd66cc8cc90ed30 +size 582131 diff --git a/perception/image_level_comprehension/image_modality/images/94.png b/perception/image_level_comprehension/image_modality/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..82d98c562b6d272f751d34899db8a4fe6e4f735e --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfedba862ea3f265a586a0a712b809234f018cd4c4f6e3d641116074fc4f1851 +size 546830 diff --git a/perception/image_level_comprehension/image_modality/images/95.png b/perception/image_level_comprehension/image_modality/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..9d67b6fdcf9e2f61e4c5686911313e068a1af552 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a94b717483973bb97ad8eea686f8ffc66816851762875503d0f0a947093594 +size 556121 diff --git a/perception/image_level_comprehension/image_modality/images/96.png b/perception/image_level_comprehension/image_modality/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..07929eb794cb4909f6771827f71277c4974a84e0 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8db338760feb89ad15f54728c7edae8ea26156e97fc5770cdd0e02b2c5554f +size 588361 diff --git a/perception/image_level_comprehension/image_modality/images/97.png b/perception/image_level_comprehension/image_modality/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..a04d33844cca41abe1fa5ec995dcf1ed93847a23 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a588df7c009274be5059864fd1b3422da4abaae57fd1a41cc9109e8f21754ae9 +size 514210 diff --git a/perception/image_level_comprehension/image_modality/images/98.png b/perception/image_level_comprehension/image_modality/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..af76f532036c517e6c488825e5f420112e429d82 --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765e47dac33b9ceaf3c93adbdebb1523d452413926f2fff71af2ace549a53be4 +size 579225 diff --git a/perception/image_level_comprehension/image_modality/images/99.png b/perception/image_level_comprehension/image_modality/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..d351b7e234d3f541c5f4c3a72dcdf0731335693d --- /dev/null +++ b/perception/image_level_comprehension/image_modality/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321261f734180162dc5670c23aa4b7daac2a64cec7e337b80abc07f6b0711964 +size 539840 diff --git a/perception/image_level_comprehension/image_quality/image_quality.json b/perception/image_level_comprehension/image_quality/image_quality.json new file mode 100644 index 0000000000000000000000000000000000000000..592eab63d0f147e433b5e19593754ac7819dbcb3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/image_quality.json @@ -0,0 +1,4802 @@ +[ + { + "id": "41e531bb-69c7-4ad7-bc64-be2910d8d10c", + "image_path": "images/1.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "b5b3e6d2-e65b-4936-aa0d-41dbf89284e1", + "image_path": "images/2.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "9783c637-a59c-4058-acc8-69129d57f10b", + "image_path": "images/3.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "6825d842-c507-4012-b862-d2725a81921a", + "image_path": "images/4.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "276da44e-faaf-40de-b723-28f2f2d1197f", + "image_path": "images/5.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "82b8c5d8-ed92-4a55-81d6-9ec700eb9d74", + "image_path": "images/6.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "69001501-5af5-441b-8e12-f17ffb19b8bf", + "image_path": "images/7.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "e5e5fb42-f93f-4956-bce2-bea003e92063", + "image_path": "images/8.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "D" + }, + { + "id": "ecac0d45-fe8e-4ac2-8c3c-cdda95fce122", + "image_path": "images/9.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "c2ca8f73-491d-41ae-ae9e-04cf93841189", + "image_path": "images/10.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "D" + }, + { + "id": "d79a1a46-a7eb-4432-94ce-3cc2806cceca", + "image_path": "images/11.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "60232316-1e7b-4f83-9256-779ca102a853", + "image_path": "images/12.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "4d105cee-7272-46e2-9d77-77452de9f4ab", + "image_path": "images/13.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "634ad652-b0e0-4ed4-8327-f16f9909c40d", + "image_path": "images/14.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "d221df0b-d3d5-4719-9e4b-f0ea7454a547", + "image_path": "images/15.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "eef2416c-5201-4713-9ba5-77a109a1f63c", + "image_path": "images/16.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "bba9d8c3-4c40-4044-a036-eb0caffc66d3", + "image_path": "images/17.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "B" + }, + { + "id": "d223b9b2-00c1-471b-8d15-caab32b1c027", + "image_path": "images/18.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "ca61925c-d2d7-49ab-8ded-a46ca39ef1d8", + "image_path": "images/19.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "73ab3d80-5794-489b-9f8c-b0d324a79278", + "image_path": "images/20.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "e56d7a6c-153f-4b54-a95a-48eaf8c354cf", + "image_path": "images/21.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "1eb41aab-3251-4c99-911c-6d396f0c0209", + "image_path": "images/22.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "03f7e137-b45a-43ef-b24b-594342909dc9", + "image_path": "images/23.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "957af03b-4608-4860-af59-96804e519e54", + "image_path": "images/24.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "B" + }, + { + "id": "e4a0686b-9e94-48c8-9b6c-7d22e864c975", + "image_path": "images/25.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "34dde9f4-1961-4451-95a4-48fe5737c075", + "image_path": "images/26.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "0241ae9a-4a39-4976-8976-a801c156b567", + "image_path": "images/27.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "d9419355-cc0f-4aa5-b675-891eaf5a4b96", + "image_path": "images/28.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "5c6dd94d-46dd-43e1-b36c-b3a88186243c", + "image_path": "images/29.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "A" + }, + { + "id": "514b7987-5f29-41dc-ba3b-8c8173003798", + "image_path": "images/30.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "f871ebb6-2c78-4b53-9454-19e32516a344", + "image_path": "images/31.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "B" + }, + { + "id": "eed2d2a7-4e62-4fea-95b7-ef3e4c146895", + "image_path": "images/32.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "06f98301-5383-47fd-a1fe-ae8873d0de57", + "image_path": "images/33.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "5f4dfa1a-95e0-4f3b-af70-8765878dba81", + "image_path": "images/34.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "92193a5c-db31-42a2-8749-308de03c120d", + "image_path": "images/35.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "B" + }, + { + "id": "8d446b89-2381-4876-bf6c-4d0ae2c1813c", + "image_path": "images/36.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "B" + }, + { + "id": "8110dd7e-a74a-4f9e-bbf5-75f35fb0f505", + "image_path": "images/37.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "6ed73c25-eeb1-4f8a-9a9e-5a935c92254b", + "image_path": "images/38.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "C" + }, + { + "id": "8103ecad-e8cf-462c-ab98-851e270231b0", + "image_path": "images/39.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "541ece95-cfe7-4334-84ec-e1f110c825a9", + "image_path": "images/40.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "686d2056-d065-41bc-aeda-44b8103fc0c1", + "image_path": "images/41.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "D" + }, + { + "id": "d9fcfb36-8ebb-4d00-8b5c-5016a7baa20a", + "image_path": "images/42.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "f8e6a394-a2f0-405a-af73-43aa6c16e4a6", + "image_path": "images/43.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "f6bc948f-1f78-47bd-b0d4-b2f4487766b4", + "image_path": "images/44.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "A" + }, + { + "id": "0d8bc53f-e210-42ae-aa71-41659adb46eb", + "image_path": "images/45.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "bf6614a1-666f-401b-98b4-1a4f86cc68ac", + "image_path": "images/46.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "88a98d40-5971-4b5f-8e9a-a578053d4ea8", + "image_path": "images/47.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "C" + }, + { + "id": "e9ee689f-0657-43bc-bdc2-6c72265ece4c", + "image_path": "images/48.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "431c298a-87a6-4019-bd73-07d0814be5bd", + "image_path": "images/49.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "30bbb073-4c7b-4a30-a3a1-01c3ad5bf439", + "image_path": "images/50.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "B" + }, + { + "id": "7f086abc-8e7b-4458-aa8a-083e0291c6c7", + "image_path": "images/51.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "73b63390-4284-4a4d-85ce-2aafb1579c1b", + "image_path": "images/52.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "3bbbac7a-42b0-4455-9582-35f52e229a62", + "image_path": "images/53.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "7c799b72-2d5a-4c62-a32b-5ada6b81dfa1", + "image_path": "images/54.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "581bd455-7e5f-4dc1-b097-fafe39a1ac80", + "image_path": "images/55.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "C" + }, + { + "id": "0c7baa61-d72f-47ed-873b-eacb18792a70", + "image_path": "images/56.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "0cc24b7d-8a26-45ef-97ef-bc6082fe2ec2", + "image_path": "images/57.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "4d878a92-43a5-4295-83a9-1549a8ab580c", + "image_path": "images/58.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "8e287365-5559-4b67-916a-e4e7ed7b3942", + "image_path": "images/59.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "A" + }, + { + "id": "03cb05dd-1287-4dfd-b766-4be1851fb09e", + "image_path": "images/60.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "00b023b4-d8ec-47b4-80e9-8e9a3b72eb52", + "image_path": "images/61.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "b0c746f0-d05f-4986-a6a1-735a741fddc8", + "image_path": "images/62.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "7fe3487b-e27d-4855-85dc-cca992d0464f", + "image_path": "images/63.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "73ccf726-d2e3-4e39-9ba4-8f7dfd996d39", + "image_path": "images/64.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "ebe70070-0d5d-48bb-9c2a-17d6f5c74017", + "image_path": "images/65.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "8549a275-ceac-4334-a22d-7f2e8ca7c5fc", + "image_path": "images/66.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "61b8030d-2bfe-4c1f-81c9-e72fabd6bdeb", + "image_path": "images/67.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "83210576-8d29-4a41-b51c-36319f2d8f3d", + "image_path": "images/68.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "988c8ad0-bb0b-4da7-b41e-9a7034540594", + "image_path": "images/69.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "D" + }, + { + "id": "a183210c-3af7-4311-bd51-7d2b24068387", + "image_path": "images/70.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "203cdbdb-12ca-4fca-ad10-41b51f7f4ef3", + "image_path": "images/71.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "30f8ef83-9c8f-4087-b61b-2ed012c46685", + "image_path": "images/72.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "da9166a2-36c1-4180-893c-262e999b52da", + "image_path": "images/73.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "5934e24a-38a9-4852-bdbc-3fff29168caf", + "image_path": "images/74.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "1bf5c21e-1fd1-4c6c-87d5-2c96ff9897c7", + "image_path": "images/75.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "cf360654-a348-4958-807c-a48c2b8db71a", + "image_path": "images/76.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "b6908a54-912c-4293-92a9-a2ef2f7ec45d", + "image_path": "images/77.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "879dcf29-a582-4fad-b418-d5b0f84fbb46", + "image_path": "images/78.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "e898bd93-7741-4484-b4eb-900bbc8a0e47", + "image_path": "images/79.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "c3085987-487c-4370-8c46-d3135013c301", + "image_path": "images/80.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "B" + }, + { + "id": "c82ed38e-056c-440c-a09f-c7db8c0e4338", + "image_path": "images/81.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "D" + }, + { + "id": "13c2b6c3-b20b-4dc3-92d1-2076f7ae0d19", + "image_path": "images/82.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "D" + }, + { + "id": "447e2130-4092-4737-a85d-7699ede3f999", + "image_path": "images/83.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "C" + }, + { + "id": "f5287c51-8bdc-424f-b6a8-2405faafed78", + "image_path": "images/84.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "42587fb6-a949-4c31-984e-0da5b2823fdf", + "image_path": "images/85.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "f48ee282-cb14-45f7-97d2-3eed367fb8a0", + "image_path": "images/86.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "2618993c-2c73-47b9-9d37-9765f888af69", + "image_path": "images/87.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "e227c098-9ba2-477a-b946-570456136a38", + "image_path": "images/88.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "83e2cfb3-e6ba-48bf-9964-84526f36e236", + "image_path": "images/89.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "c2b4e098-8fc9-43db-9cf1-1cad01d79101", + "image_path": "images/90.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "D" + }, + { + "id": "2a1cef9f-5ad6-4290-88c1-2aa6e8a35e56", + "image_path": "images/91.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "f9a5281f-1400-4f3e-956a-6ecbaf216fc8", + "image_path": "images/92.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "D" + }, + { + "id": "1d292367-82da-4f61-9fff-a43b3b35bb3b", + "image_path": "images/93.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "D" + }, + { + "id": "34587ed1-f01d-4428-9271-21ac24b997a5", + "image_path": "images/94.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "B" + }, + { + "id": "6d8c64a4-6647-4bf0-bb73-15db3fc0371d", + "image_path": "images/95.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "f4013864-d04a-4766-ba1e-cfa17a5ac68d", + "image_path": "images/96.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "7c5fb8ba-945d-425e-ac9e-038c724ef982", + "image_path": "images/97.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "203da1f4-3fb2-42cd-b07d-b235f3b4e0b6", + "image_path": "images/98.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "74a76a6a-e738-4fd9-82eb-9dd1087c910c", + "image_path": "images/99.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "b18ba395-f14d-4325-885e-60d99fb45917", + "image_path": "images/100.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "A" + }, + { + "id": "6860ad30-ca1e-4a9f-b051-cecb2cf82296", + "image_path": "images/101.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "ec6bfbee-28e9-4f13-a9c7-52fbdfaca20c", + "image_path": "images/102.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "5a9e7ec7-5c3d-42d1-8baa-99cfb1256685", + "image_path": "images/103.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "89ca1e7e-c3b2-4367-abac-92de763d3df4", + "image_path": "images/104.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "238842cb-bbe4-4914-b8b8-fa1641364d36", + "image_path": "images/105.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "b508d10e-b1e3-45ae-a621-dd0f6b898f5a", + "image_path": "images/106.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "9e197aab-f1e1-4ec2-94ca-e9c9263976cd", + "image_path": "images/107.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "af705157-95d4-43f5-a70b-68ae701ec4e2", + "image_path": "images/108.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "A" + }, + { + "id": "9981c0f1-97ed-4db9-965d-06b7bda1106d", + "image_path": "images/109.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "37812043-8066-4f38-aaf6-235b9a745731", + "image_path": "images/110.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "5b8534f7-2638-47c8-b9f0-b7df588cf9e2", + "image_path": "images/111.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "226ca6eb-6501-4cc4-99f9-00fe86cb48ab", + "image_path": "images/112.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "1e22fb1d-264f-43ec-b69d-401e66d0adea", + "image_path": "images/113.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "7d15303f-02ab-40fb-97a7-ae5256dde099", + "image_path": "images/114.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "09d5abfe-3e15-4afa-893f-d6fb03dad261", + "image_path": "images/115.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "C" + }, + { + "id": "e89a2b07-d1ed-4799-9d21-6f3b8172002a", + "image_path": "images/116.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "A" + }, + { + "id": "fdcf77a2-5cca-4bfe-ab80-5931b2acd7cd", + "image_path": "images/117.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "92c36bed-d4d0-4c86-b619-fbbc8e93c436", + "image_path": "images/118.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "85465e93-4d0c-4772-b63f-b8c4de97af12", + "image_path": "images/119.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "dd3a6185-0987-43d8-9ba1-c8f8e1536643", + "image_path": "images/120.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "b6116f93-5159-4f0c-b8fd-a00d6384bde9", + "image_path": "images/121.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "D" + }, + { + "id": "83075a73-19d2-4599-9f16-40bd285b9180", + "image_path": "images/122.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "a8cb7767-7315-4042-bb27-27af976905ac", + "image_path": "images/123.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "1f64005d-2d48-4896-9e31-352b27fb5f5d", + "image_path": "images/124.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "910b2e74-9a71-490a-a362-7dc1780842a4", + "image_path": "images/125.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "B" + }, + { + "id": "438d5c42-9158-4c86-85fa-640fcd2a23ac", + "image_path": "images/126.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "bda6473a-d6d0-4553-88d0-ea98fd331ce0", + "image_path": "images/127.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "94069f7e-ef9a-42a8-ab4f-55422be198e3", + "image_path": "images/128.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "43071dea-2d2a-43fe-a3fc-9e81c4c30a74", + "image_path": "images/129.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "11087886-918d-42ca-947c-d6c196d13a89", + "image_path": "images/130.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "9e3af68c-c036-4848-bd22-6365311202cc", + "image_path": "images/131.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "37ae2a17-30b8-42ae-86cf-d4776aab7f8f", + "image_path": "images/132.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "314a6020-22c6-4d92-807e-48eda7014a0a", + "image_path": "images/133.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "30ab8c4e-35c5-4397-839c-53bd3cc7684f", + "image_path": "images/134.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "D" + }, + { + "id": "8720d478-baca-4aa2-885d-88f041936df9", + "image_path": "images/135.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "D" + }, + { + "id": "aa7ac5c7-9452-4675-859c-a61933b98bc2", + "image_path": "images/136.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "26d76e35-9b38-4c73-913d-91e78496653c", + "image_path": "images/137.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "C" + }, + { + "id": "785eb9de-9c3d-4256-a89d-32bbc11a42a8", + "image_path": "images/138.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "ac17855f-5edd-46a0-9cd5-e2bdad5d7f3c", + "image_path": "images/139.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "B" + }, + { + "id": "a38b59b8-2fff-4ece-a7a9-dc3be3909c78", + "image_path": "images/140.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "25ad660a-7dc0-40f1-88f2-89dab456325d", + "image_path": "images/141.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "B" + }, + { + "id": "b6c5d7a0-d8c5-4978-b7a9-026680f0109f", + "image_path": "images/142.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "ee1ae6b4-daac-4665-9709-7dd4001a8826", + "image_path": "images/143.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "134948fb-27ea-432d-a91f-add9ea9eba57", + "image_path": "images/144.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "47eadca5-8c41-4400-a54e-d12816705c46", + "image_path": "images/145.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "A" + }, + { + "id": "62987be8-dee8-4e8c-a8cd-a36e0cc56686", + "image_path": "images/146.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "d23c235a-256b-45fe-8ff5-6c5491ecd067", + "image_path": "images/147.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "9bf9b18a-42a2-48de-9113-f66011882a86", + "image_path": "images/148.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "B" + }, + { + "id": "e946b321-50c7-44c6-8527-e38e12232497", + "image_path": "images/149.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "D" + }, + { + "id": "b2f1cab4-c82f-4c68-91cf-776f1f9b28b9", + "image_path": "images/150.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "32d15de9-2964-4516-9814-fb2f033a0326", + "image_path": "images/151.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "1aa00423-f4a7-4bff-9635-d27fd9a7d1f7", + "image_path": "images/152.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "A" + }, + { + "id": "0221e43a-abf4-4c34-b329-ce88f9405a5e", + "image_path": "images/153.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "783ea9a5-69fd-44fd-98fc-cead16525522", + "image_path": "images/154.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "C" + }, + { + "id": "428dcec0-9ec9-458d-95ac-95b036b870f5", + "image_path": "images/155.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "A" + }, + { + "id": "b93591e7-b44c-4e15-ab07-552410dc41fe", + "image_path": "images/156.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "3221d135-21db-46e3-9707-d6b065fd2d50", + "image_path": "images/157.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "0ad03bad-37ad-46ac-99fd-6ee0a39e4407", + "image_path": "images/158.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "1bf0c631-2fb4-4e61-93dd-2aafb19ffb11", + "image_path": "images/159.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "503fb36a-53cc-4bcf-a411-91411020c04d", + "image_path": "images/160.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "06c4744f-8cee-4908-ac8e-0fc7b7d180c5", + "image_path": "images/161.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "7118c71b-c41c-4324-92eb-3b0e3d2a85d3", + "image_path": "images/162.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "f8b16382-3a9c-4a90-b159-3ed5ca7e1f53", + "image_path": "images/163.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "a1229d8f-7cad-4bba-82b4-d6d470cb35c7", + "image_path": "images/164.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "1a1fdc87-8972-41f5-8f4d-60ceafece864", + "image_path": "images/165.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "be840c44-6624-4c8d-9efa-917edbfe9163", + "image_path": "images/166.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "403db360-dd24-4137-8c94-534f30de8d0c", + "image_path": "images/167.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "45f5d575-efc1-4f5b-801c-d2cb18b25870", + "image_path": "images/168.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "50cd3b45-f34c-4e6d-943f-e6fc03288d84", + "image_path": "images/169.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "fb837372-f77f-4bc7-ab47-63cfc59f20e3", + "image_path": "images/170.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "C" + }, + { + "id": "aa1f8e9e-94de-4cdf-95e4-52071229826e", + "image_path": "images/171.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "d7a17014-ea46-4bca-b834-2e494ef68a5f", + "image_path": "images/172.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "D" + }, + { + "id": "3c158252-2aa8-40a9-abab-af06b9a53d2c", + "image_path": "images/173.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "afa75056-b988-4818-8bc8-17180acb1aed", + "image_path": "images/174.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "a4ff9068-7303-4fd7-8bef-ac2bc17c3795", + "image_path": "images/175.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "D" + }, + { + "id": "0713e1eb-b74b-4aeb-af91-a3eaad84b5b7", + "image_path": "images/176.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "C" + }, + { + "id": "98e534aa-a1b3-44b3-b862-828ecd109b45", + "image_path": "images/177.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "4b27ff24-a83e-4392-813e-34e611d3adc1", + "image_path": "images/178.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "D" + }, + { + "id": "acf462c2-5708-4fe0-9499-c1a944cc4514", + "image_path": "images/179.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "C" + }, + { + "id": "8112f3b1-18d6-4b3d-939e-05ffae66064c", + "image_path": "images/180.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "a892e0ba-9137-4708-a126-5cffe3a708ad", + "image_path": "images/181.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "0d2c610f-c6fd-4fc4-a361-beaa40dfdf6b", + "image_path": "images/182.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "664da343-f813-491a-91c3-6685fd8a9919", + "image_path": "images/183.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "cae6de81-b127-46e2-b894-3a9b31cbbd6b", + "image_path": "images/184.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "199a5f71-0be0-4ae9-b7b2-b998e4fa9834", + "image_path": "images/185.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "33579761-0e91-4bd6-81e8-0549fd079927", + "image_path": "images/186.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "09bb24d2-59b6-44b7-9705-6e58ddee4998", + "image_path": "images/187.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "d1fc2974-d5db-4583-92c3-9c537a14f5a8", + "image_path": "images/188.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "a87dda4d-da48-4761-9bf6-634a6e3fe43e", + "image_path": "images/189.png", + "question": "Among the four images arranged in a 2 times 2 grid, which one stands out for its quality?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "D" + }, + { + "id": "dfcddedf-fa04-4885-91d0-d18d585d24e7", + "image_path": "images/190.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "91fe3aa8-2c55-4b96-a444-61d96675dc79", + "image_path": "images/191.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "f28e1832-f61b-4e65-ad0b-ef1e12d0f125", + "image_path": "images/192.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "194c689e-e2b8-4082-ac22-6efac1b2d4cf", + "image_path": "images/193.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "0b555e0e-fa4f-48f1-a3ce-c9506532dabd", + "image_path": "images/194.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "46b1ea75-b439-4aa1-90ae-e1d2838167b8", + "image_path": "images/195.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "cd99ccf0-21ac-41f4-8f92-0184fec984f6", + "image_path": "images/196.png", + "question": "In the 2 times 2 grid of four images, which one has the highest quality?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "A" + }, + { + "id": "e91f998c-a812-4848-811f-42cef651b7c8", + "image_path": "images/197.png", + "question": "Out of the four images in the 2 times 2 grid, identify the one with the best quality.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "4bf73fc8-b5dc-474c-b800-11077b464ff2", + "image_path": "images/198.png", + "question": "From the four images placed in a 2 times 2 grid, which one shows the highest quality?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "A" + }, + { + "id": "4aed3c31-fc18-4089-8433-731b92ecaf52", + "image_path": "images/199.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "9b80debd-4539-427a-b4b0-eed8bc70a516", + "image_path": "images/200.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that has the best quality.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "C" + }, + { + "id": "5c9a7955-b0f3-478c-a82d-63969cfe64de", + "image_path": "images/201.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "a9b4100e-fd21-463c-85f8-1ef9c948dff1", + "image_path": "images/202.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "27bc2570-3a31-4ed7-84b1-b69a777a2d4c", + "image_path": "images/203.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "d7a48416-4546-4cd2-a762-777c751874e3", + "image_path": "images/204.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "045376a0-1e75-4d03-875d-bb5c3e155b91", + "image_path": "images/205.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "D" + }, + { + "id": "5bc312fc-86c8-4c67-8d41-c9a840db2564", + "image_path": "images/206.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "e9808a3e-7fe3-4ebb-b1b4-a29aa1048384", + "image_path": "images/207.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "B" + }, + { + "id": "15de5c24-0b38-49d5-8df9-8ed7d069b603", + "image_path": "images/208.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "B" + }, + { + "id": "8d2915d2-142c-4d1b-92c2-3da6869f1e24", + "image_path": "images/209.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "27b4ce33-ee48-4678-aeec-bbd868d8cb63", + "image_path": "images/210.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "acb2d3d1-8490-46b7-8f90-641c24518eda", + "image_path": "images/211.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "669f8fa9-6163-4b4c-ab16-ad8c859a2131", + "image_path": "images/212.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "4b7742c7-3ba8-4cd0-a0c4-029690df6570", + "image_path": "images/213.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "16da5b9d-9e8b-4057-bbec-7a1bc44f5197", + "image_path": "images/214.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "5d6f4af8-21a7-44b1-8229-13233a879693", + "image_path": "images/215.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "513f3cd0-548a-432c-bcf9-3e98b5626030", + "image_path": "images/216.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "61175ddb-fd5a-41c6-b711-b1d8f0c38ef8", + "image_path": "images/217.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "86e009c6-6794-4bce-922f-4b4291993972", + "image_path": "images/218.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "C" + }, + { + "id": "65f9eff4-e50a-4ee9-88c4-297fff220bd0", + "image_path": "images/219.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "2d3953fd-aed5-4ec5-8d5c-285e0c74b2b0", + "image_path": "images/220.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "cabccfde-bc57-4fe0-8011-7bd04b14a929", + "image_path": "images/221.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "d459a0aa-aadf-4a39-b9b6-c4047dd02eca", + "image_path": "images/222.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "fbb5f92e-b809-41ea-bfce-03d549d43995", + "image_path": "images/223.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "003a14aa-ffca-4f1a-87a4-3c02f3df01a2", + "image_path": "images/224.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "A" + }, + { + "id": "a7856143-836a-4fea-939b-0b13329bf88d", + "image_path": "images/225.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "5b25a23e-b62b-42da-a6c3-1840c8096074", + "image_path": "images/226.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "D" + }, + { + "id": "b9d42205-7b14-416a-b265-783884029fdc", + "image_path": "images/227.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "c04163ea-8d10-4023-a6ec-f6f292d54568", + "image_path": "images/228.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "C" + }, + { + "id": "bfed12db-e9fa-4253-b238-4024a429c271", + "image_path": "images/229.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "7c9328b7-23b3-444d-99da-b7b485410518", + "image_path": "images/230.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "A" + }, + { + "id": "39055d5f-30d3-4c1e-a44a-bb423a64e897", + "image_path": "images/231.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "A" + }, + { + "id": "fe5acf00-cf9b-40f5-829d-9885e11d9e22", + "image_path": "images/232.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "C" + }, + { + "id": "b98bf332-3535-48c6-b2d4-d282271a6d44", + "image_path": "images/233.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "B" + }, + { + "id": "429d3317-6e52-40c3-8c2b-f3bd4b3375ae", + "image_path": "images/234.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "D" + }, + { + "id": "87eddab2-728d-4738-ba15-084dcfa95668", + "image_path": "images/235.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "10703740-3561-49a0-9db3-86c163cd2d74", + "image_path": "images/236.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "265c8636-8c4f-42d5-b878-30b8b2a77e41", + "image_path": "images/237.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "A" + }, + { + "id": "2e2797e6-ea6a-4162-9a84-6349de30ce03", + "image_path": "images/238.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "D" + }, + { + "id": "6762c468-1678-45b8-b3c3-e1d0fb821ff6", + "image_path": "images/239.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "C" + }, + { + "id": "eb082b9b-3f48-4383-8441-763cc7092fbd", + "image_path": "images/240.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "5856527c-bdb7-497e-b298-6af9d0605c26", + "image_path": "images/241.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "64a01e31-e591-4731-bf80-2b6097d3e57d", + "image_path": "images/242.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "505e91a4-445a-4417-8e34-5c334ee21978", + "image_path": "images/243.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "7648b34c-b486-4e52-a4da-f1ca6e7158a0", + "image_path": "images/244.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "ad4958d6-4fda-48e8-b06a-0717a81ba675", + "image_path": "images/245.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "5b630278-bdd9-4b54-9ae8-a4a30e3e6cc3", + "image_path": "images/246.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "A" + }, + { + "id": "58142d2a-8ad9-4db7-b570-cf3ab6c166de", + "image_path": "images/247.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "95018de4-e151-4355-9c33-9f6c1f2220d9", + "image_path": "images/248.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "0490d44f-62f3-49b8-80f0-96211da36094", + "image_path": "images/249.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "0ffc47d0-3857-4963-8dae-2341a3fec220", + "image_path": "images/250.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "B" + }, + { + "id": "150beb3e-c475-4994-96fa-23b0eedeea90", + "image_path": "images/251.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "B" + }, + { + "id": "c592db0f-9e95-4e6a-9206-bd0889c0c083", + "image_path": "images/252.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "D" + }, + { + "id": "b4d8ee1a-c69d-418e-9ef0-5168226fc8ea", + "image_path": "images/253.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "D" + }, + { + "id": "ac4a196e-4e47-48bf-80b5-e11268ded826", + "image_path": "images/254.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "C" + }, + { + "id": "770f1c8b-6a43-48ae-b341-0c1faf00defa", + "image_path": "images/255.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "88d94967-449f-4c63-b868-54cc00f4145c", + "image_path": "images/256.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "7e604076-7f40-48a6-9ff8-3081d9293d5e", + "image_path": "images/257.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "459ced3b-46c6-4776-8e59-63e73d93a801", + "image_path": "images/258.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "05466ec8-291b-42af-a920-6bbee6188c61", + "image_path": "images/259.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "C" + }, + { + "id": "4226917a-1a9d-41ec-8cb1-0137acc37f97", + "image_path": "images/260.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "C" + }, + { + "id": "81ee70ef-39e7-481d-af0f-6901efbb9f9f", + "image_path": "images/261.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "169c071c-74ea-4dbf-842e-1cf18600ffa9", + "image_path": "images/262.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "ef48a6ec-afa9-4d51-8e98-19f397b5ce4d", + "image_path": "images/263.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "205645c4-ea3d-472a-a8c6-349600c4557b", + "image_path": "images/264.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "b16b5510-9bce-41e8-8407-4c077072bbe6", + "image_path": "images/265.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "D" + }, + { + "id": "5347a75c-5efc-418a-be70-c6ba4dda7488", + "image_path": "images/266.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "A" + }, + { + "id": "76b684dd-5c12-482a-940e-3e8eda11b2e1", + "image_path": "images/267.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "431c1535-1ea0-41f3-80ed-9a67efd31a98", + "image_path": "images/268.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "d0b65370-8e73-43f1-b9b6-f7d1bce83a11", + "image_path": "images/269.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "40ba6262-0f22-4c3c-bb6b-b1f284594dc8", + "image_path": "images/270.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "624fa491-dbdd-4123-bd28-51e5d993165d", + "image_path": "images/271.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "91980aad-8e8a-4704-b981-9149662679aa", + "image_path": "images/272.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "C" + }, + { + "id": "2d8b6141-91dd-498e-93f6-6c9bdc331a54", + "image_path": "images/273.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "a05bec5a-f040-4ebf-9d51-c305120d94b9", + "image_path": "images/274.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "449c1fdb-9fbf-4c32-8188-f27ccae069e4", + "image_path": "images/275.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "B" + }, + { + "id": "a9490665-f433-4917-943d-2abd8afb8c00", + "image_path": "images/276.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "c7b97470-2ed0-453b-8c6c-9b439a15ea6b", + "image_path": "images/277.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "2142c22f-f061-40e5-aa12-1cd4a61e5fb0", + "image_path": "images/278.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "431c26d8-3068-48e4-baeb-10751a87309e", + "image_path": "images/279.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "214b4d58-68a3-4667-86e3-14dc449ac38b", + "image_path": "images/280.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "8872c2f6-ff0e-4828-b281-dcff246142db", + "image_path": "images/281.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "A" + }, + { + "id": "41930138-fe14-4b18-9193-45dbe4c4aa7a", + "image_path": "images/282.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "A" + }, + { + "id": "cb3d35a0-246d-4266-a1e2-819a34dc9962", + "image_path": "images/283.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "4044d0b6-c6ba-4811-92ed-f7bdd47ab811", + "image_path": "images/284.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "A" + }, + { + "id": "a04cd613-95cf-4a6a-901d-324864ba89d0", + "image_path": "images/285.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "6b0c1717-672b-4e4d-b697-02e9f3ad2a9c", + "image_path": "images/286.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "3571f9b6-35a9-4a83-95f6-dcee2db062df", + "image_path": "images/287.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "c7015681-d508-44d3-ab67-4cb26d9410fb", + "image_path": "images/288.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "3ba26b20-77ea-42d1-9e75-503d95987caa", + "image_path": "images/289.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "eb343856-8820-46de-8545-47d702a81294", + "image_path": "images/290.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "60ec304f-7911-49d7-88ab-a1729c854e9b", + "image_path": "images/291.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "cdf6bfc6-fb52-480f-ad9f-7886f122d9b2", + "image_path": "images/292.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "B" + }, + { + "id": "1d5987b0-f9ea-473a-87fb-77316b1dce8a", + "image_path": "images/293.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "C" + }, + { + "id": "16edb524-717c-4b2a-aba3-a379e4688e6d", + "image_path": "images/294.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "A" + }, + { + "id": "a652879b-6297-41a9-a983-c4548cf8f512", + "image_path": "images/295.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "C" + }, + { + "id": "16a8b6fe-fc6e-4561-91f8-6807e84ec065", + "image_path": "images/296.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "0e11b4a3-c646-4273-81a6-e23e0e296aef", + "image_path": "images/297.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "A" + }, + { + "id": "3c260406-fe31-42d7-805b-f101f9baa245", + "image_path": "images/298.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "7fb93b6e-d268-4d5e-81d8-2a13c41bd7a1", + "image_path": "images/299.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "D" + }, + { + "id": "1993b5fc-44a9-4fb6-9f0a-d9c549243046", + "image_path": "images/300.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "4afca48d-b3cf-415b-aa16-14eb89f2b6b8", + "image_path": "images/301.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "57e668eb-5aec-42f1-88a7-79cb44df61d5", + "image_path": "images/302.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "a29716b4-3e92-40f7-9f58-2e54d8f2a702", + "image_path": "images/303.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "88b5fc31-23ed-4010-84e5-99adec84b30c", + "image_path": "images/304.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "0e59885c-7597-452d-809d-d410ceb26eec", + "image_path": "images/305.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "371c8beb-5d3c-4963-a0a0-3b82c67340f8", + "image_path": "images/306.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "0e1ff322-6394-42be-8aeb-f7aa73342891", + "image_path": "images/307.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "71801bf5-3a31-4af0-8a4b-d63cbce69abc", + "image_path": "images/308.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "2103c943-3e59-4e1f-a818-ffd981f56335", + "image_path": "images/309.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom left\nC.top left\nD.bottom right", + "answer": "C" + }, + { + "id": "3b606ff3-0b0d-4caf-b72e-dea9b3702bf7", + "image_path": "images/310.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "7f9e4c4c-e9ec-4b43-8576-026b53cc941f", + "image_path": "images/311.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "ea111598-3c2c-447a-97d2-1d388a688ae2", + "image_path": "images/312.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "3601e344-07f0-4643-a4ba-2c31cd7f001c", + "image_path": "images/313.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "D" + }, + { + "id": "00794f25-ef0c-48c6-ae37-015194c9cfce", + "image_path": "images/314.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "f8472383-873b-4786-9308-7dfe584da84e", + "image_path": "images/315.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "D" + }, + { + "id": "1a37834a-ecd5-4f8a-ab11-7c49181546cf", + "image_path": "images/316.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "9939c970-08b2-41cc-ae3e-f7606db459d4", + "image_path": "images/317.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "fc070d50-49ad-4928-b771-eafd75a20d08", + "image_path": "images/318.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "6abcab2d-2e4b-4793-a05b-f27e078a52bb", + "image_path": "images/319.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "C" + }, + { + "id": "b87df446-1551-4bcc-9f37-be06ad054227", + "image_path": "images/320.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "444d038b-abe9-41c1-bd9e-3356500496b7", + "image_path": "images/321.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "1279f4bc-6273-4614-9347-ef3f750f2acb", + "image_path": "images/322.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "972cb1a0-52a7-416b-a220-6ef23a666cca", + "image_path": "images/323.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "D" + }, + { + "id": "2048b772-9e9a-41be-833c-4e0b15e79d7c", + "image_path": "images/324.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "689c6cee-9672-407f-9a8e-a5955c2c6ed8", + "image_path": "images/325.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "87b3b09b-cd5c-4dc3-9165-80b6c5b23e82", + "image_path": "images/326.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "f5231475-e578-4777-9e9c-c4bd95c133d0", + "image_path": "images/327.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "A" + }, + { + "id": "6df1dd72-6a71-47d3-a8f3-344078ecb332", + "image_path": "images/328.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "C" + }, + { + "id": "18675c54-528e-44c8-8ecc-2d28ec2649e3", + "image_path": "images/329.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "9b90cbac-1b7b-42e7-94ba-36347d243227", + "image_path": "images/330.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "510d1da8-3c54-4871-81b6-5369078b2dca", + "image_path": "images/331.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "C" + }, + { + "id": "6aa12ccc-9c41-4b3c-bb25-15d40943376a", + "image_path": "images/332.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "B" + }, + { + "id": "34194304-d848-411d-8032-ab82674ceb5e", + "image_path": "images/333.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "e96b338d-c7a0-4c89-b137-5174abcd6965", + "image_path": "images/334.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "f723d403-f003-4280-84f6-d1fbd5ec25cb", + "image_path": "images/335.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "6fb7cd98-7b13-404c-b168-a4160c03b5af", + "image_path": "images/336.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "D" + }, + { + "id": "bd407920-c6ca-4443-87e6-d33859c232f5", + "image_path": "images/337.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "C" + }, + { + "id": "c4134521-4e55-4b13-92b6-20d95edf5be0", + "image_path": "images/338.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "7efc5bf7-7124-4aa3-bf2d-9b3a5ecaa8ec", + "image_path": "images/339.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "C" + }, + { + "id": "916a71da-0b7d-4268-a238-c888781487bf", + "image_path": "images/340.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "a08e5595-c380-447c-aafe-99e77aeaf546", + "image_path": "images/341.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "8ffbac67-60a2-4c91-8edf-b32a17b6e95b", + "image_path": "images/342.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "C" + }, + { + "id": "a385445f-01b9-462d-aa44-f3e7643ba5c7", + "image_path": "images/343.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.bottom left\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "b8b55d7b-c75c-4c1a-8763-b362e9a453d6", + "image_path": "images/344.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "8d46daef-1399-4536-aff0-c151c67a8156", + "image_path": "images/345.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "D" + }, + { + "id": "da915621-c1cf-4649-994c-f731c04cccfa", + "image_path": "images/346.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "D" + }, + { + "id": "eb1ec916-728d-4fbc-8418-ce28a2764521", + "image_path": "images/347.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "B" + }, + { + "id": "34e8907e-9926-46fa-8af5-2de1d3e5570e", + "image_path": "images/348.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "B" + }, + { + "id": "d9798f59-5c7d-4946-b1de-9051642c7c9c", + "image_path": "images/349.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "398ae701-5aab-4685-9ef9-897820d13be6", + "image_path": "images/350.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "A" + }, + { + "id": "6728da96-666f-4734-976a-f85fd75d4b75", + "image_path": "images/351.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "B" + }, + { + "id": "803a5b9d-64e4-477e-b4e0-025cfabe84f4", + "image_path": "images/352.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "de339b32-6e36-4ead-b89f-a972a9ede330", + "image_path": "images/353.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "6134ee2f-44f4-4eab-95b2-c94722afe3dd", + "image_path": "images/354.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom right\nB.top left\nC.bottom left\nD.top right", + "answer": "D" + }, + { + "id": "ff642e61-3c3b-4f4b-9ac0-162b0cdf46ed", + "image_path": "images/355.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "B" + }, + { + "id": "ccc101ed-66ca-4198-bdba-d0317ef50f07", + "image_path": "images/356.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "6d38236b-6b26-4128-a835-52acf30c12f8", + "image_path": "images/357.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.top right\nC.bottom left\nD.bottom right", + "answer": "A" + }, + { + "id": "d17095d1-4a8a-447c-a587-ec43de6f5468", + "image_path": "images/358.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "B" + }, + { + "id": "edc814fe-e056-4722-828e-dcd193ec8fbf", + "image_path": "images/359.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "D" + }, + { + "id": "e2a8f732-bd88-4449-a93f-df5bbbe5e9e7", + "image_path": "images/360.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "f3a9bfab-ee5e-4d15-9378-582ec7fadbd7", + "image_path": "images/361.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "A" + }, + { + "id": "27e2b371-4699-4020-b520-76e4745c8969", + "image_path": "images/362.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "e054aed1-ee2c-47b9-bf4e-80290e28418e", + "image_path": "images/363.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "05b45c5a-c853-4816-a606-5f0e122d53fd", + "image_path": "images/364.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "b9f8755e-ee7f-4b02-b8c7-6492b9410268", + "image_path": "images/365.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "B" + }, + { + "id": "6b4f886b-b7b8-4ed8-b1a2-2cb918e504f7", + "image_path": "images/366.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "A" + }, + { + "id": "e6ddcd7f-d7a8-4b8d-ade0-8883bf6df389", + "image_path": "images/367.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "a4f30373-8fcf-4a7a-9936-d08a38fffc11", + "image_path": "images/368.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "A" + }, + { + "id": "9bf98cfd-38e9-442e-ac41-263d2bb7486f", + "image_path": "images/369.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "A" + }, + { + "id": "382c6a5a-24ec-48b7-90d2-df15b4f79ef1", + "image_path": "images/370.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "D" + }, + { + "id": "624b7cdf-8baf-416e-a93c-668f82ea00b0", + "image_path": "images/371.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "d6151d3f-c959-48ab-bd52-ae0e040cc3a9", + "image_path": "images/372.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "eaff1ab9-26a3-411f-a6a4-22a755426147", + "image_path": "images/373.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "D" + }, + { + "id": "9acb8dff-4ef8-4d5a-a328-31c236faae95", + "image_path": "images/374.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "B" + }, + { + "id": "b071321c-1f2f-4062-830c-936152ab532c", + "image_path": "images/375.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.bottom left\nC.top right\nD.bottom right", + "answer": "B" + }, + { + "id": "24e6e86d-2f47-4a5a-bb18-8c5e87c7ca9f", + "image_path": "images/376.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "602651f6-3daf-407a-9ba2-584e08562b3d", + "image_path": "images/377.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "f4f2a97d-2736-49be-9576-5f20381ea2c9", + "image_path": "images/378.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "B" + }, + { + "id": "1a0ac745-66b1-4d2f-9888-59fec731783f", + "image_path": "images/379.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "c337b1b4-a7d1-4dcf-be01-a4e9b5e84819", + "image_path": "images/380.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom right\nC.bottom left\nD.top right", + "answer": "C" + }, + { + "id": "8fb2fe00-c677-404e-a789-747fe0c8e236", + "image_path": "images/381.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top right\nB.bottom left\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "b8eb7232-ec43-4cb2-a191-a1367436babb", + "image_path": "images/382.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.top left\nC.bottom right\nD.bottom left", + "answer": "C" + }, + { + "id": "60e4f001-fc79-4adc-a79c-6c7e9a0daf97", + "image_path": "images/383.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "C" + }, + { + "id": "6a928ef6-5306-4d3d-884e-b25d0a000a9b", + "image_path": "images/384.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.bottom left\nC.top left\nD.top right", + "answer": "C" + }, + { + "id": "4ad8ffeb-9ca6-45f1-8249-80e5c3053ecb", + "image_path": "images/385.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top right\nB.bottom right\nC.top left\nD.bottom left", + "answer": "D" + }, + { + "id": "f415fae1-cc5a-47a1-97af-e68c46dd796f", + "image_path": "images/386.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom right\nB.top right\nC.bottom left\nD.top left", + "answer": "A" + }, + { + "id": "ce67c558-9dda-4234-9376-92caf2f1e208", + "image_path": "images/387.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "ec2384be-3367-477a-8c8e-0c5fc9bf4e80", + "image_path": "images/388.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.top left\nB.bottom right\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "0186c54d-79a5-4fdb-8a0f-18a847722ec6", + "image_path": "images/389.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "D" + }, + { + "id": "7093ab36-ac53-414f-bfbf-11a87a6239db", + "image_path": "images/390.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "D" + }, + { + "id": "0d2ee4a8-b2e3-4394-8784-a355b506c20d", + "image_path": "images/391.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.bottom left\nB.bottom right\nC.top right\nD.top left", + "answer": "B" + }, + { + "id": "aa1c7fa7-6804-49ef-b481-fd61b1c3a83b", + "image_path": "images/392.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.top right\nB.bottom right\nC.bottom left\nD.top left", + "answer": "C" + }, + { + "id": "be6104a3-bb8c-4dd8-a6b0-e58d59f9f8c3", + "image_path": "images/393.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.bottom left\nB.top right\nC.top left\nD.bottom right", + "answer": "D" + }, + { + "id": "d713a92e-4fa6-4ef8-851b-a2b6b84cf3bf", + "image_path": "images/394.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "C" + }, + { + "id": "81048b8f-cada-44ad-a7a8-d3206a11d649", + "image_path": "images/395.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom left\nB.top right\nC.bottom right\nD.top left", + "answer": "C" + }, + { + "id": "69a14249-6e43-462c-9996-f69803c74686", + "image_path": "images/396.png", + "question": "Out of the four images displayed in a 2 times 2 grid, which is most impacted by cloud obstruction?\nA.bottom left\nB.top left\nC.bottom right\nD.top right", + "answer": "C" + }, + { + "id": "cfa2e2cf-1b65-431d-95e8-4b29c244d004", + "image_path": "images/397.png", + "question": "Four images are concatenated into a 2 times 2 grid, identify the image that is most affected by cloud interference.\nA.bottom left\nB.bottom right\nC.top left\nD.top right", + "answer": "B" + }, + { + "id": "fc9da756-3575-440c-94eb-6146492265e1", + "image_path": "images/398.png", + "question": "Among the four images arranged in a 2 times 2 grid, identify the one most affected by cloud cover.\nA.bottom right\nB.top left\nC.top right\nD.bottom left", + "answer": "A" + }, + { + "id": "27392fcb-4148-4800-9551-e2280a3aa175", + "image_path": "images/399.png", + "question": "From the four images in the 2 times 2 grid, which one has the greatest cloud interference?\nA.top left\nB.top right\nC.bottom right\nD.bottom left", + "answer": "A" + }, + { + "id": "7f0ca358-6053-4da2-9985-1315358d8392", + "image_path": "images/400.png", + "question": "In the 2 times 2 grid of four images, which one shows the most cloud interference?\nA.top left\nB.bottom left\nC.bottom right\nD.top right", + "answer": "D" + }, + { + "id": "51d641a4-16e4-43f1-965f-b3e1ef56d605", + "image_path": "images/401.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "5f9b1bab-91bb-4949-b2c2-057e5c741cf4", + "image_path": "images/402.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "62256aae-1958-4554-b957-a9d07e25789f", + "image_path": "images/403.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "3286206d-9124-4d63-8c09-9ed4a38932c9", + "image_path": "images/404.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "0a5b3501-4db6-4919-b40c-253d157d87fd", + "image_path": "images/405.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.deadline noise\nC.gaussian noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "2963417c-2f31-4bce-821d-02f377473d6d", + "image_path": "images/406.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "4f813cd0-5b6e-4f4d-adb0-44eb7279ca5e", + "image_path": "images/407.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "6ea314f3-26fb-47ae-878d-2300ac63c91e", + "image_path": "images/408.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "51d4329d-34b5-4b14-8c9c-e3cc1ff16e01", + "image_path": "images/409.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "1b81c77e-aaff-472c-91d1-dc20bf2c8d23", + "image_path": "images/410.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "a7737161-755f-4e93-976c-6527c44f2b84", + "image_path": "images/411.png", + "question": "Examine the provided image and identify the type of interference present.\nA.impulse noise\nB.stripe noise\nC.gaussian noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "7ab79956-ef4b-4d49-b346-94dc9bdf5351", + "image_path": "images/412.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.deadline noise\nC.stripe noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "1dfe6fa5-f5bd-49c1-8aa5-effe6a7953ac", + "image_path": "images/413.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.stripe noise\nC.deadline noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "ea32100a-e55b-462d-a5b9-7e0e9e703cd1", + "image_path": "images/414.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "b050455c-2c7b-4a2b-b45c-01b301737739", + "image_path": "images/415.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "7fc2eae5-ba5a-4143-a8b6-a88ef04e79cb", + "image_path": "images/416.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "448d923d-90bf-4166-82f8-d4e6fe6f2493", + "image_path": "images/417.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "d0f053d0-f60c-48b1-a511-c40493ac76a2", + "image_path": "images/418.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.deadline noise\nC.gaussian noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "28c91843-ef58-4a1e-9ec9-3c2abd589988", + "image_path": "images/419.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "4831d345-1421-4917-8f4f-d0ef4f59bed6", + "image_path": "images/420.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.gaussian noise\nC.stripe noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "0da05f79-5257-4113-b110-106f19d68b79", + "image_path": "images/421.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "0706fbbc-1d4c-43b5-9f4d-05c19e778dc9", + "image_path": "images/422.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "d277f69c-58c8-4d1e-8e3d-c232a23d6714", + "image_path": "images/423.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "b9bf6a64-cd53-4b65-bf77-f3ee89c4755b", + "image_path": "images/424.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "2e875d00-d280-4336-ab6d-01a8bedd51c6", + "image_path": "images/425.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "4b044a0d-2216-46c8-aa32-87d2dbdd0159", + "image_path": "images/426.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "6e489a25-6d3c-48d1-aa72-3d3c61c35dc2", + "image_path": "images/427.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "d504e68d-6202-4c1c-a6b5-6d54218bba88", + "image_path": "images/428.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "3eb9cfe7-266d-4532-a5ed-68c1774e324a", + "image_path": "images/429.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "9a87f3b7-4c09-4797-bb7e-1f679ab03351", + "image_path": "images/430.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.stripe noise\nB.deadline noise\nC.gaussian noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "9b541e8a-4c8a-4a58-82f4-4ad34f90fbab", + "image_path": "images/431.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "adc8d9b0-4662-41ca-a413-648e1b7550d6", + "image_path": "images/432.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.stripe noise\nC.deadline noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "77d9184e-c739-49ba-9504-3ff742309f4f", + "image_path": "images/433.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.stripe noise\nC.gaussian noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "eb0984e5-f227-4c90-a581-5b16c9c4d89a", + "image_path": "images/434.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.impulse noise\nC.gaussian noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "625e9bb0-ba6c-48b1-ae61-cb13aba73de6", + "image_path": "images/435.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.stripe noise\nC.gaussian noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "331a0a5d-c9fe-46f9-93f2-185003e39911", + "image_path": "images/436.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "aad18b29-ce0e-4625-a6de-a0d71ac03d03", + "image_path": "images/437.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "451b9863-15ac-4697-a268-3e3a2055f487", + "image_path": "images/438.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "5e3fb048-7040-4b91-aff0-23c63f5f3962", + "image_path": "images/439.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "43ef6df2-cd36-40aa-aed3-6f6c2f5fc256", + "image_path": "images/440.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "0e0d474d-eac3-429f-b11a-600cf82fed67", + "image_path": "images/441.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "2fb39cf8-3fb1-48ae-a40e-f1ea834ad4da", + "image_path": "images/442.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "98ee1865-0dfa-4e41-b460-49ded27b87cc", + "image_path": "images/443.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "c7850dfa-cdaf-471d-99a0-da29f82c42db", + "image_path": "images/444.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.stripe noise\nC.deadline noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "97b4031d-6dbc-4ec9-879c-882bda0b4763", + "image_path": "images/445.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "e525ef48-1e48-488d-be30-bd342a234f94", + "image_path": "images/446.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "470ab50d-1261-4868-bc00-b825870c3bbe", + "image_path": "images/447.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "60a6a565-47ca-4e3e-86e2-b8b440395753", + "image_path": "images/448.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.impulse noise\nC.gaussian noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "74e0ed11-2d67-478d-b15d-480ec91d095f", + "image_path": "images/449.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "D" + }, + { + "id": "df0ef775-1ee4-4282-a9a2-519beef4cc75", + "image_path": "images/450.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "162b2bf2-100e-475c-9e97-50fba694e6d9", + "image_path": "images/451.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "980298ef-a8fc-4e0e-a2b8-4d21e676aab3", + "image_path": "images/452.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "00a72cd5-88d8-4e51-b5ab-2d76d326f7d5", + "image_path": "images/453.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "e67a00a6-9234-4303-a987-37e18bf052c3", + "image_path": "images/454.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "712d1c67-040c-4803-87e1-f411d14d16c8", + "image_path": "images/455.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.gaussian noise\nC.deadline noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "97c80640-cdd9-4693-8c30-39bdc51d2b78", + "image_path": "images/456.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "36e7c224-6c48-41ff-920b-5222b72f4f14", + "image_path": "images/457.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.gaussian noise\nC.stripe noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "722718b1-7fe1-4661-b8cd-1a12bfb2789a", + "image_path": "images/458.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "91854797-4344-45cb-8d20-8840f8e017c3", + "image_path": "images/459.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.gaussian noise\nC.impulse noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "4350c206-dfa3-4277-903d-7e686c9b83b1", + "image_path": "images/460.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.stripe noise\nC.gaussian noise\nD.deadline noise", + "answer": "C" + }, + { + "id": "f58eaf8b-8544-43d2-8871-b1023d3cf44f", + "image_path": "images/461.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.gaussian noise\nC.deadline noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "08293693-6af7-4dee-9c68-89e8765f0b9d", + "image_path": "images/462.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.gaussian noise\nC.stripe noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "36502a79-b959-4f33-8873-14758eb3d5dd", + "image_path": "images/463.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "79ea91f3-c17e-4e72-8ff4-314e1ceaca15", + "image_path": "images/464.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "0df8a575-99fe-48e3-80d1-37800d1178f3", + "image_path": "images/465.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "fb902f8d-2e89-4537-b2be-99b22e878e29", + "image_path": "images/466.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.gaussian noise\nC.impulse noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "2cbb8748-2440-4327-a85a-f4983938b310", + "image_path": "images/467.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "4ed34de3-1911-4c79-8e44-972711fd90a8", + "image_path": "images/468.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.deadline noise\nB.gaussian noise\nC.impulse noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "c46ca49b-e488-407b-be11-ada702bddaa7", + "image_path": "images/469.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "c142d7ba-f0b7-4762-b0e5-84c079512840", + "image_path": "images/470.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "bf71c7e0-02b4-46c1-8be2-53826269f7a8", + "image_path": "images/471.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "6c74bbb3-fe0c-497a-ab29-7f7b81bb414c", + "image_path": "images/472.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.impulse noise\nC.gaussian noise\nD.deadline noise", + "answer": "C" + }, + { + "id": "f2b22048-ebe4-47c6-b7b5-f2e60cdf7b15", + "image_path": "images/473.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "6fb84fa5-9828-4d53-b045-f4503c8ed074", + "image_path": "images/474.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "edcdb6f6-88be-4857-b4f1-688e0a8bc267", + "image_path": "images/475.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "b5df4e91-2862-4e18-a5b3-a52943c99364", + "image_path": "images/476.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "62fe937e-3571-4c75-8549-99b61c814123", + "image_path": "images/477.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "f93b0fce-3454-416d-a9fb-e73ec6f1ca4a", + "image_path": "images/478.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "d6d76b34-bd53-4f46-9985-c2da7fded165", + "image_path": "images/479.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "92280c54-50bf-49c0-8952-c3aca98a198b", + "image_path": "images/480.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "f4880c46-cdc9-4076-b9ce-09ce362c8943", + "image_path": "images/481.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "b5e55f49-aeb4-4806-a90b-bad0e556d61a", + "image_path": "images/482.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "7089c7d4-1e12-428a-a6c3-a8961898b584", + "image_path": "images/483.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "ce09221c-9f3c-4710-8b98-7ef02de5e9c3", + "image_path": "images/484.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.stripe noise\nC.deadline noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "0033c392-6239-4f4d-8c83-70a58b629f73", + "image_path": "images/485.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "3ab85fac-1a5d-43cc-b5ef-f6f9be5ce701", + "image_path": "images/486.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.deadline noise\nC.gaussian noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "3ad4ded8-52ab-48d4-978f-7415ada79868", + "image_path": "images/487.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "057ede93-ac43-4ab8-9b92-3134cf722cf9", + "image_path": "images/488.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "39fe9c3e-093f-4eb6-bed5-08689ea17b5c", + "image_path": "images/489.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "26cac1b3-783d-46f2-b571-f58c0c81da4f", + "image_path": "images/490.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "a439a342-60e1-407d-ae1b-6134cd671a87", + "image_path": "images/491.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.gaussian noise\nC.stripe noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "85f57948-7b7e-47a4-be8b-5b46f3c0e7c9", + "image_path": "images/492.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "78d4ece9-33fc-4428-bff0-ee2be8f2da11", + "image_path": "images/493.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.deadline noise\nB.gaussian noise\nC.stripe noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "71b3af09-ae66-435d-a0f8-9e3148b15d7c", + "image_path": "images/494.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "1ac2c90b-b931-4d63-8856-24022b9b3c47", + "image_path": "images/495.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "D" + }, + { + "id": "5f84f7c9-09cd-43a4-880e-33e424ffd49e", + "image_path": "images/496.png", + "question": "Examine the provided image and identify the type of interference present.\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "af573a69-afcf-4b0e-b708-6b79fe359bd8", + "image_path": "images/497.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "73913fb1-19f0-4576-b35e-b7f7bdc7cf49", + "image_path": "images/498.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "4d25c324-5b03-4a3a-942c-475941b85150", + "image_path": "images/499.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "45c89d8f-5706-41b9-b4e0-d62abc308b43", + "image_path": "images/500.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "90363d0a-fc45-40d3-b1d4-6eb2f764279d", + "image_path": "images/501.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.impulse noise\nB.gaussian noise\nC.deadline noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "d320f7b3-ea22-4a2d-9c89-ccce07d56038", + "image_path": "images/502.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "6729a357-9054-4b85-a914-34e3bcdea604", + "image_path": "images/503.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "3900c8d3-6bed-4dee-96e1-9b23c290cb5f", + "image_path": "images/504.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "8bacd562-91ed-464b-9d24-b6c3e8899b20", + "image_path": "images/505.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.deadline noise\nC.stripe noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "e7a31f45-2644-4218-b5ab-8350d70af26f", + "image_path": "images/506.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.gaussian noise\nC.deadline noise\nD.stripe noise", + "answer": "A" + }, + { + "id": "88b470d2-79ad-44e2-b600-fdf9de40716d", + "image_path": "images/507.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "3656ebdc-9556-4d96-a8f7-0d2c9fa0caed", + "image_path": "images/508.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "6265530b-c157-454e-b6e9-701101488cdd", + "image_path": "images/509.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "be8b4dc7-cdbb-4477-9d45-385aa8e5332c", + "image_path": "images/510.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "3baf3f9e-020d-4b3b-bc2d-463d25fe3463", + "image_path": "images/511.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.gaussian noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "8a9fc9ca-4d91-4d07-b7e8-232662748ca3", + "image_path": "images/512.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.deadline noise\nC.stripe noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "0071a41c-58f2-45b7-b750-dff7495d0d25", + "image_path": "images/513.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "dfdf883f-ce3c-42d3-8ad4-31b356499350", + "image_path": "images/514.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.gaussian noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "1a491504-d71d-4f5e-a50e-65f3c45c69ac", + "image_path": "images/515.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "5f53aefe-30b6-4638-b00c-50fbaf1de143", + "image_path": "images/516.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "8d8e28ae-8d2d-4ed3-b73e-ba5afcf678d9", + "image_path": "images/517.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "f7d28358-d603-424d-a1c6-60b952ed0a6f", + "image_path": "images/518.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "23ddc58b-08cc-4674-b128-f6c8b1beed75", + "image_path": "images/519.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "4a6f7c83-ad20-461f-ad95-3be686579ed4", + "image_path": "images/520.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "dcc21868-4b34-48fd-85a4-10c088105998", + "image_path": "images/521.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "6c318081-27c7-4bda-9664-46ed996824d8", + "image_path": "images/522.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "e93444e2-7c04-4e73-8de6-bcb9e7b04ab8", + "image_path": "images/523.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "275d520e-063a-4f1a-8514-e4264fcbaf88", + "image_path": "images/524.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.deadline noise\nC.gaussian noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "5ce86ae9-2180-4a53-96ea-4e643b9be79b", + "image_path": "images/525.png", + "question": "Examine the provided image and identify the type of interference present.\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "a3f471d1-4e3b-439b-bc12-5b3a0b68082e", + "image_path": "images/526.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "881096a6-935f-4d0e-b615-ee1c52939549", + "image_path": "images/527.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "dbbdfc6a-9b99-44d1-bb05-d03451ad68a0", + "image_path": "images/528.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.impulse noise\nC.gaussian noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "ae86b5bf-3c42-44ce-ab2b-76eddf65cc5a", + "image_path": "images/529.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.gaussian noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "5203d9e4-086b-44b3-8000-687da1da57b0", + "image_path": "images/530.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "C" + }, + { + "id": "38ceefbd-a38b-41e2-aced-853111d51682", + "image_path": "images/531.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "C" + }, + { + "id": "89c177d2-4d23-4361-8d2f-4809f06bb975", + "image_path": "images/532.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "c2f2b7ab-592c-495b-9f28-601e79ae450c", + "image_path": "images/533.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "C" + }, + { + "id": "afb6bb03-b086-4896-8509-f804906505dd", + "image_path": "images/534.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "e32a37b3-0cbf-44f8-8536-bbb48bb2e106", + "image_path": "images/535.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "397220c6-aa76-46eb-993f-a980d7814352", + "image_path": "images/536.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "0b154fd6-2860-42ee-b758-bc9e7e3e4a38", + "image_path": "images/537.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "651574f4-a9ea-4b58-8f72-6e0c719a0ec3", + "image_path": "images/538.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "C" + }, + { + "id": "431eb3ba-c37d-4b0f-a751-9591154d27ef", + "image_path": "images/539.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "eb5e5dc4-4f0a-458c-a997-b71e31053b5b", + "image_path": "images/540.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "3fbb5ef8-be83-48c8-941a-bc858403348e", + "image_path": "images/541.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "747be12e-8702-4439-b25a-979402f0bcf7", + "image_path": "images/542.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "84f567bb-6f9c-44c3-8f3e-9cee0f34ff4f", + "image_path": "images/543.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "c63e2f7a-3fe1-40a7-9afb-81cdf66dfb94", + "image_path": "images/544.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "7c1eb652-92e8-4cc0-86d5-ea4d4dc09f0d", + "image_path": "images/545.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "B" + }, + { + "id": "236cabe5-7453-459b-b197-3c0350f10e31", + "image_path": "images/546.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.deadline noise\nC.gaussian noise\nD.impulse noise", + "answer": "D" + }, + { + "id": "1ca59010-e5a6-4449-8e19-7da6a81832ac", + "image_path": "images/547.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.stripe noise\nC.deadline noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "568f4036-4147-4f39-81d7-c82811f7ede0", + "image_path": "images/548.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "d15ff204-9be4-44d2-980d-63b0616061d6", + "image_path": "images/549.png", + "question": "Examine the provided image and identify the type of interference present.\nA.impulse noise\nB.gaussian noise\nC.stripe noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "dc1fc5f9-bdfa-49b2-bcf3-08f2c0d19b0a", + "image_path": "images/550.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "f96e0ab8-d076-4594-adae-da47fd283652", + "image_path": "images/551.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.impulse noise\nC.gaussian noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "265fdef3-e589-4a13-87d0-1594bdebef6f", + "image_path": "images/552.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.gaussian noise\nC.impulse noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "d7f48721-f833-4e5b-a94a-76ba8035cbfd", + "image_path": "images/553.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "C" + }, + { + "id": "97df32a7-d53b-41ee-b527-cc54d6b1fc11", + "image_path": "images/554.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.stripe noise\nC.deadline noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "fa10dedb-59ff-47c5-a9cb-839d00a27a4f", + "image_path": "images/555.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.deadline noise\nC.stripe noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "4156c604-b21b-4178-adda-060be01afbff", + "image_path": "images/556.png", + "question": "Based on the image provided, what type of interference is visible?\nA.stripe noise\nB.gaussian noise\nC.deadline noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "95f4cf3a-6340-4560-a91a-8f487dfae752", + "image_path": "images/557.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.gaussian noise\nC.deadline noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "d70ea90a-b0d0-4081-8f82-46ae860cf108", + "image_path": "images/558.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "1d05aaf5-ff5e-4b3c-9397-db3002563edd", + "image_path": "images/559.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.impulse noise\nC.deadline noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "4d23ff3f-457f-4a65-a466-e7bfa1e4271a", + "image_path": "images/560.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "15ae00f1-b732-4f14-9ec4-d7b6e7714203", + "image_path": "images/561.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.impulse noise\nC.stripe noise\nD.deadline noise", + "answer": "C" + }, + { + "id": "5368920c-80bf-4580-a33d-937ab7b85941", + "image_path": "images/562.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "03688fb3-0a32-4e63-9351-f8b1d3cf9e49", + "image_path": "images/563.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "374c9b61-92ab-4bb6-97f8-988f131984d3", + "image_path": "images/564.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "15e71bdb-40cd-4885-9202-a48672990787", + "image_path": "images/565.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.stripe noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "a4f7b745-f112-433c-a58e-e1d2fbc91eea", + "image_path": "images/566.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.gaussian noise\nB.deadline noise\nC.stripe noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "fa18c2d1-fe28-47ff-8de7-fe3ae721827f", + "image_path": "images/567.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "39ffb9d4-6049-4c5f-b6ec-bbbbd1dc167c", + "image_path": "images/568.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.impulse noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "324fac72-248a-4a6a-8b1a-d310b75ed2ce", + "image_path": "images/569.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.impulse noise\nB.deadline noise\nC.gaussian noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "d673f3da-d9b1-4851-b4de-d63b663a757a", + "image_path": "images/570.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "d9d59650-65e7-4d98-bf4a-241ef28740bb", + "image_path": "images/571.png", + "question": "Examine the provided image and identify the type of interference present.\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "b4c5eec3-c113-4f52-835c-2ef15ead8d81", + "image_path": "images/572.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "a57f9310-756d-499b-aa23-05ddf88520dc", + "image_path": "images/573.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "90cf8cc6-46b1-42b2-a31e-4e9f81bcab42", + "image_path": "images/574.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.impulse noise\nB.deadline noise\nC.gaussian noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "2275821c-2ef2-46e2-8ff1-7212759964a5", + "image_path": "images/575.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "190d81bd-181f-4f57-8abf-d877a46fdce2", + "image_path": "images/576.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.gaussian noise\nB.stripe noise\nC.deadline noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "78ba5ca5-489f-4bcd-b938-9e4b14de98ee", + "image_path": "images/577.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.gaussian noise\nC.stripe noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "5546f0d2-7415-4ac3-9fd4-7112b1df1114", + "image_path": "images/578.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.deadline noise\nC.gaussian noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "1b195753-2d00-4596-8685-a3a6090c18f3", + "image_path": "images/579.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "e545912f-710e-4a09-aa16-a39bdb8e71d9", + "image_path": "images/580.png", + "question": "Examine the provided image and identify the type of interference present.\nA.stripe noise\nB.deadline noise\nC.gaussian noise\nD.impulse noise", + "answer": "A" + }, + { + "id": "f7829047-9e85-4ab5-8169-178481e33300", + "image_path": "images/581.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.stripe noise\nB.gaussian noise\nC.impulse noise\nD.deadline noise", + "answer": "A" + }, + { + "id": "c787778b-551f-44f6-b21a-a66e3032aec6", + "image_path": "images/582.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "897a7b53-c22b-43fc-a96e-5874a6740848", + "image_path": "images/583.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.gaussian noise\nB.deadline noise\nC.stripe noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "be1abd3b-e91e-4715-b224-9368733d7e8c", + "image_path": "images/584.png", + "question": "Examine the provided image and identify the type of interference present.\nA.deadline noise\nB.impulse noise\nC.stripe noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "51b4d7d1-31aa-4663-98bf-a2feabbe9cf4", + "image_path": "images/585.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.impulse noise\nC.deadline noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "c1e5765e-8c0d-4bfd-a138-9b93ae4322e1", + "image_path": "images/586.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.stripe noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "6e99394e-55c2-4d85-8861-eb786bf3046b", + "image_path": "images/587.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.deadline noise\nB.stripe noise\nC.gaussian noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "86bdede1-a49e-4515-a6d2-17aeaa9f752e", + "image_path": "images/588.png", + "question": "Looking at the given image, what kind of interference can you detect?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "78c58100-6e98-4989-be00-de13e7bb2375", + "image_path": "images/589.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.stripe noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "25ee509e-64d4-4b92-89aa-0377729dbf93", + "image_path": "images/590.png", + "question": "Analyze the provided image, What type of interference can be observed in this image?\nA.stripe noise\nB.deadline noise\nC.impulse noise\nD.gaussian noise", + "answer": "A" + }, + { + "id": "0d9ee502-8dd4-45f2-8774-d62c916365df", + "image_path": "images/591.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.deadline noise\nC.stripe noise\nD.impulse noise", + "answer": "C" + }, + { + "id": "8cea93b4-47e8-4c1f-a005-1c38fb418955", + "image_path": "images/592.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "0c08390b-a422-4ee4-b981-03aba0e2794d", + "image_path": "images/593.png", + "question": "What type of interference is evident in the provided image upon analysis?\nA.impulse noise\nB.deadline noise\nC.stripe noise\nD.gaussian noise", + "answer": "C" + }, + { + "id": "0b71dfb8-936b-4107-8fe7-e6fb06473bb1", + "image_path": "images/594.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.stripe noise\nC.deadline noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "1c59286d-fa40-4ffc-944c-8ca77b755580", + "image_path": "images/595.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.stripe noise\nC.impulse noise\nD.deadline noise", + "answer": "B" + }, + { + "id": "a6858960-5068-44b4-8b43-a7bb04d43323", + "image_path": "images/596.png", + "question": "Based on the image provided, what type of interference is visible?\nA.deadline noise\nB.impulse noise\nC.gaussian noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "789086ad-f517-4795-a57d-e9415f21d9bf", + "image_path": "images/597.png", + "question": "Based on the image provided, what type of interference is visible?\nA.gaussian noise\nB.stripe noise\nC.deadline noise\nD.impulse noise", + "answer": "B" + }, + { + "id": "85d38043-5dc4-4e43-bf03-e4c02ac79f20", + "image_path": "images/598.png", + "question": "Based on the image provided, what type of interference is visible?\nA.impulse noise\nB.stripe noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "5a053a16-ec48-47f2-9313-fb19830fa9d9", + "image_path": "images/599.png", + "question": "Examine the provided image and identify the type of interference present.\nA.impulse noise\nB.stripe noise\nC.deadline noise\nD.gaussian noise", + "answer": "B" + }, + { + "id": "30da4809-dfd8-47e1-8f22-35730b241678", + "image_path": "images/600.png", + "question": "Examine the provided image and identify the type of interference present.\nA.gaussian noise\nB.deadline noise\nC.impulse noise\nD.stripe noise", + "answer": "D" + }, + { + "id": "f5ff2f20-cbdd-4865-9e10-3cde5547c2d9", + "image_path": "images/601.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "2ff1f915-3394-41c9-b92a-7663a858c688", + "image_path": "images/602.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "17c50151-8122-4552-a899-8202a4c8789f", + "image_path": "images/603.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "5148c998-dcd5-451b-9bfe-b10564d6943b", + "image_path": "images/604.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "d5ec01f8-1fb3-4903-86e7-567c2b09fd40", + "image_path": "images/605.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "338e6e87-5c65-49e8-9e3b-00fdd1a2cba2", + "image_path": "images/606.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "cf97367b-6a95-4ddf-b7b7-fbeb1f52ef56", + "image_path": "images/607.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "52acfb25-6b45-40da-9b9d-b205a746fc21", + "image_path": "images/608.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "5bea11a5-fb1c-4807-b741-fad53ceac5e0", + "image_path": "images/609.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "fa93a3ee-6bbd-4989-bb77-8947f5b79fa7", + "image_path": "images/610.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "b9369fd9-ae12-4d41-8384-7e4fbd90fb1f", + "image_path": "images/611.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "563bc637-6301-4ef4-a43a-fd4d7c71ca82", + "image_path": "images/612.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "871f6373-a584-4b78-8e02-299fef58ff26", + "image_path": "images/613.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "9edb7cbe-0724-4961-8e7a-09fd5b3c276e", + "image_path": "images/614.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "21dcd76b-09b6-4565-8d74-9635c57661a0", + "image_path": "images/615.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "2bfb00fc-b1ad-455e-9e41-a625102aa812", + "image_path": "images/616.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "98129fc9-f75a-410d-8ec2-c3fa3f270b70", + "image_path": "images/617.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "f86bad86-88bb-4372-9dac-25d36b932335", + "image_path": "images/618.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "d385b457-ca07-49fb-b828-6ae3a13373f0", + "image_path": "images/619.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "198931b9-0e60-4c1f-a743-dc7db3f0f6a7", + "image_path": "images/620.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "730b7b63-b45c-4348-a61b-8240434f7ef3", + "image_path": "images/621.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "133649a0-ac33-49b4-8c1d-537c1519a329", + "image_path": "images/622.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "fd21658c-0a58-48f7-9ced-86ceef785745", + "image_path": "images/623.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "29b1f241-1191-4e6b-8ef1-9c4aad760f1b", + "image_path": "images/624.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "f42bf174-35b3-4c1c-9f31-99467375e170", + "image_path": "images/625.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "e27030ec-bd2e-4038-918d-547ac4a493a9", + "image_path": "images/626.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "2119227a-5463-45d5-8dc2-117c8efc3b99", + "image_path": "images/627.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "19cfdcfa-7297-4d9b-bfae-688b80a11ac3", + "image_path": "images/628.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "98a2f6a0-2394-4ea8-9ceb-181637961502", + "image_path": "images/629.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "9d32d63f-0b7e-4aef-a970-28e01e9145c8", + "image_path": "images/630.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "49dd1fa1-ba67-4009-a226-6f3d8df630ef", + "image_path": "images/631.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "839db77c-e198-4052-aebd-a084dfa5ded0", + "image_path": "images/632.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "71f62e48-45d5-4801-b706-079b2ada1f5e", + "image_path": "images/633.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "f2ed021c-de6a-401c-9135-841310d8adc9", + "image_path": "images/634.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "3b4f951b-81ec-4b50-91d3-31dbe6d35245", + "image_path": "images/635.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "54af1681-1248-41ad-bc3b-6991f2a35ea9", + "image_path": "images/636.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "049dc834-959c-4f7e-93e5-68579bcf1311", + "image_path": "images/637.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "5e82d976-2d8d-4d55-9b81-360682f509f3", + "image_path": "images/638.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "0ad89950-792e-4499-8a18-6f84c630430c", + "image_path": "images/639.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "6a90ff76-c946-46b4-a899-ea8de555bed2", + "image_path": "images/640.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "512690c5-98c5-40b5-958b-0f86fcfcfbe3", + "image_path": "images/641.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "3d7e5f6b-37b4-4700-9336-4f416a6c4559", + "image_path": "images/642.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "e46b5ae0-c20d-428d-976d-e479a54b48c7", + "image_path": "images/643.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "200b23e5-b00d-4422-8608-3f697998fd72", + "image_path": "images/644.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "a6dbfc3f-b3e8-4907-a06b-7f3958dbd8d1", + "image_path": "images/645.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "446f450a-8d32-47bf-bbe7-6db8db1e0a85", + "image_path": "images/646.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "df1885e8-fae0-4dba-87ea-4a794646d107", + "image_path": "images/647.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "9f7c35aa-219a-4250-9e9d-e6a845dfd859", + "image_path": "images/648.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "723dc607-6416-403a-896a-e1e9be4f2247", + "image_path": "images/649.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "8f8a6a6c-65c4-4078-b3ec-ae7498f83690", + "image_path": "images/650.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "a5dfd11d-46d3-413d-bf0e-5233bef753ff", + "image_path": "images/651.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "c0465e52-3841-47df-8d8c-6cc9f8a17bf0", + "image_path": "images/652.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "b9ab0cd3-68f1-42bd-a760-dc09f7e5e37a", + "image_path": "images/653.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "b64acea4-17b6-4f23-b48a-8166707089e3", + "image_path": "images/654.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "972676ad-c3d4-4a77-9430-773a5cb7c10e", + "image_path": "images/655.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "414dd78b-ea29-4ce8-82e6-7164644ceddd", + "image_path": "images/656.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "6d35b325-7a3f-40ce-9ff5-45b4bdc4f399", + "image_path": "images/657.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "a7da9f24-1e90-47e1-86f0-38b607bc5d0e", + "image_path": "images/658.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "106b1663-b559-42b9-b33e-a62348f5e2ac", + "image_path": "images/659.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "7bae02f3-ba34-4252-99e1-cdc1fe8267c5", + "image_path": "images/660.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "0468671c-3caa-47b9-995d-b3b5a4a26ca0", + "image_path": "images/661.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "caf755eb-196a-4071-a6ab-a8448c4f1711", + "image_path": "images/662.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "ef5d8c48-0f31-4917-9789-19ad0876a59d", + "image_path": "images/663.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "8609c0d3-9730-4690-a270-b073b046faf7", + "image_path": "images/664.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "d78351dc-513c-4a03-b6c2-d74bbab6c4d7", + "image_path": "images/665.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "d970e83d-f680-451d-be00-06bf1d26a8ef", + "image_path": "images/666.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "6f01f86f-3918-45db-b6ee-6ddf68003208", + "image_path": "images/667.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "ab7173ec-f4e0-41e7-8375-7382c7e593ee", + "image_path": "images/668.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "cfb5e384-f939-479b-afab-18819b0c12cc", + "image_path": "images/669.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "0f286ee9-cca8-4421-8926-6f0bbc88e003", + "image_path": "images/670.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "d991561d-a638-4012-bf82-854ab64aa746", + "image_path": "images/671.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "92452b1f-f5b9-406e-b3c3-80678e05ee63", + "image_path": "images/672.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "220bbd15-c57f-4d86-afd6-2c40306629c5", + "image_path": "images/673.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "ef8c1851-ed25-45a5-a1ae-b5257ff0c981", + "image_path": "images/674.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "b30da1a3-4dc1-40fd-a13a-5ca80b96f8b5", + "image_path": "images/675.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "d17f6d65-b283-4bf2-a4dd-b020fc25f58f", + "image_path": "images/676.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "f3db3feb-5a3f-4dd1-8403-684c423879dd", + "image_path": "images/677.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "de0d759c-6d4b-4546-a811-150ed87d6cf0", + "image_path": "images/678.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "05186d16-d5ea-45af-9d6d-e5579faf4fb3", + "image_path": "images/679.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "8b5d11b9-85c9-4718-8d6b-157702b86c62", + "image_path": "images/680.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "abd10ef3-131d-4d23-8271-3f9063ba8728", + "image_path": "images/681.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "14b89101-fb46-462a-aee0-74e83a3e42dd", + "image_path": "images/682.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "6e1c636c-ba2e-41f0-976a-ed8ede2be9ed", + "image_path": "images/683.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "7529721a-eb10-4a0c-bbb3-08789cfaac54", + "image_path": "images/684.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "1342083e-4521-42ea-bf38-209caac5f9f9", + "image_path": "images/685.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "952cf2a5-e6a9-48c4-a5a3-97b87e85f03c", + "image_path": "images/686.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "81b47921-860b-4b04-898e-0f23981123b5", + "image_path": "images/687.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "b1397cee-7f0e-4d6d-994c-9540eeb853ee", + "image_path": "images/688.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "51fd2da9-8a31-4e9b-9a97-2f42bd66b7a2", + "image_path": "images/689.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "366d298e-4614-45f4-8d03-7e9b78d997ce", + "image_path": "images/690.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "2dc82d5a-4df3-4f79-adbf-df5f71577f1c", + "image_path": "images/691.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "43525d5d-ab3b-40c5-bf2d-96faec55f9d0", + "image_path": "images/692.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "6111fd3b-e544-4d73-a213-c9a1b379e3e2", + "image_path": "images/693.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "04bc705a-4ab2-4a03-8fc8-8b6c768b2da1", + "image_path": "images/694.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "2a5d120e-c2d6-4f1a-82dd-42e9d26a1d3d", + "image_path": "images/695.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "a2131837-a17c-4e5e-86ed-a2978a64bd36", + "image_path": "images/696.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "04a242f2-48b9-4abb-befc-87081775a0fa", + "image_path": "images/697.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "d4de58b6-3752-44da-98ac-8ad53ce0de53", + "image_path": "images/698.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "905658fc-3ac2-44ff-b43a-474b1ecefaa8", + "image_path": "images/699.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "11ac8476-ca4a-40a7-bc2a-9be35d4cbbad", + "image_path": "images/700.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "ac79e503-a0f4-43db-870d-894c26961130", + "image_path": "images/701.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "8b8231ba-8352-4bc3-a36b-b3021fc1394c", + "image_path": "images/702.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "43245695-5b41-4795-890c-94afbc4c19cc", + "image_path": "images/703.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "9b32d884-3f07-4a9e-8813-07e267c82a57", + "image_path": "images/704.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "a8e99d80-b7e2-4421-98a3-8e8f866f54b3", + "image_path": "images/705.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "0ede2240-c8e7-4a3e-844b-f73d06f32666", + "image_path": "images/706.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "04eb1240-a2c7-4f08-b26d-f83d339d76e6", + "image_path": "images/707.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "6be1b77b-8d3f-4ad0-9852-c0428de05168", + "image_path": "images/708.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "5645a7ef-b52c-4bd5-8c3f-4d003688277b", + "image_path": "images/709.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "b0a3cff6-15e1-4ddc-b2ff-be21195726eb", + "image_path": "images/710.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "7d8498e6-a968-448e-bffc-ebcac2cac466", + "image_path": "images/711.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "2782ad06-9603-48ff-98ce-bb5d08d09c82", + "image_path": "images/712.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "470de9f8-146c-4096-a89a-cde529f4d9cc", + "image_path": "images/713.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "b204abe1-e9af-484f-b727-25acf4597e9b", + "image_path": "images/714.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "6ea2d7d7-3393-4641-8171-7d9fe669e4c7", + "image_path": "images/715.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "43dcbe55-950a-4531-a566-f4496d5aee92", + "image_path": "images/716.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "69846916-8d3c-454b-a996-9ad0dd17fa40", + "image_path": "images/717.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "b2b58356-4a9e-40eb-9610-84bd6202da11", + "image_path": "images/718.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "8e5192de-7263-4f92-8635-05cd1bb3526c", + "image_path": "images/719.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "2df71069-3351-43e8-a0c1-5dd5c891fe40", + "image_path": "images/720.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "ef4b8726-27ae-4135-b0f5-f219c038ff7c", + "image_path": "images/721.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "bcf22d48-8c7d-410c-b00c-b359d105dac3", + "image_path": "images/722.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "3fa92508-bc69-41c3-8f47-b9f724ea43f4", + "image_path": "images/723.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "60c327d1-f021-4c14-b18b-003afd817803", + "image_path": "images/724.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "942950d4-6767-4dd8-aec7-9c34d8581d73", + "image_path": "images/725.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "5038f1d8-5007-49ef-b251-999618df644d", + "image_path": "images/726.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "64ab6dc1-14b9-4d9b-86d7-b9735ac875a0", + "image_path": "images/727.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "d62fdb96-5ad2-48f3-a428-9b84d4387e0c", + "image_path": "images/728.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "261eea1c-1e58-4e1b-a172-7df1f2a4ca7d", + "image_path": "images/729.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "9bef7516-8d90-4e23-8547-67ae056bf4f5", + "image_path": "images/730.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "d50f5ed9-1ea1-4e12-90a4-f6b1e34d783e", + "image_path": "images/731.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "8d8edb4b-b372-429d-91f7-c1af83e7c738", + "image_path": "images/732.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "16ad9ddb-83d1-4183-94d6-b299ec616289", + "image_path": "images/733.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "b9aabafe-6bee-48c3-bd17-b58a4ac1badf", + "image_path": "images/734.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "f615c0cb-de96-4e18-8c4a-e08881e70dd5", + "image_path": "images/735.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "f37e0ad9-a397-4140-8c7c-a141d9f10c8b", + "image_path": "images/736.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "480cfddd-7a3b-4959-8fff-544a3cc0a9b7", + "image_path": "images/737.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "ea1afb9c-3a7d-45e0-a649-b7baa12f45b4", + "image_path": "images/738.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "f13744e4-3b9a-4b7f-b24f-1b994d1593c2", + "image_path": "images/739.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "91e22561-3c8b-485e-8be8-0e62b2f8de67", + "image_path": "images/740.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "04ee1ea6-6c74-4ad3-9dc4-26a7825446ba", + "image_path": "images/741.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "b2a77393-5532-41f8-9e80-7ec01df50acc", + "image_path": "images/742.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "c6f890e8-6a7a-4273-90a3-e8453d7a8532", + "image_path": "images/743.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "ecc94c33-3140-4740-a832-dd15b1b4b2ad", + "image_path": "images/744.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "4a0ea764-4b34-4f3e-bf9e-9bbc1e4b4807", + "image_path": "images/745.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "bdebf01f-60da-45c6-9587-8f4cf5167b9a", + "image_path": "images/746.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "9328fbc4-e382-4ce4-b452-a21399e6971e", + "image_path": "images/747.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "1ab157bc-76b2-4154-b605-67b923bc8ed9", + "image_path": "images/748.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "a5b11a64-a601-49fa-8bba-91d631f5083a", + "image_path": "images/749.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "52b5c66a-1daf-4a8c-9c90-624f206098b7", + "image_path": "images/750.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "66663fa8-c4b0-45a1-8fde-066e5d71a430", + "image_path": "images/751.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "d1536a78-521e-408b-a16f-969032eac93a", + "image_path": "images/752.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "704947e4-09ba-4a76-b7b1-b79f799210f2", + "image_path": "images/753.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "152b08f1-9655-49ba-9ac7-03c0b5cf7cd8", + "image_path": "images/754.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "1bbdbd48-19ea-4998-a845-09f24df0b986", + "image_path": "images/755.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "6866c2c5-2d2f-4e33-841d-613f1ddd5be5", + "image_path": "images/756.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "4f389ab9-7cf6-4070-a59d-3f001dd7b67d", + "image_path": "images/757.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "5150f5cc-0309-43d5-8ae1-9750ac702d22", + "image_path": "images/758.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "0c2d30ac-27bd-477f-8bd8-cd3731ee4456", + "image_path": "images/759.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "523f09d6-6748-431a-9ed6-bc5372b83aa8", + "image_path": "images/760.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "5ef7ca4c-abc4-4eb3-857a-d0f2287b1778", + "image_path": "images/761.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "0f4c23ff-414f-433c-934e-b34573c24927", + "image_path": "images/762.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.left\nC.can't judge", + "answer": "A" + }, + { + "id": "ecdf42bf-99ca-4ac8-94a1-12f787c80947", + "image_path": "images/763.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "5f5515e1-db20-4438-956e-297e1dd0fc9e", + "image_path": "images/764.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "93c81dc0-77c0-4f32-a088-74cb35c755d8", + "image_path": "images/765.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "192d52c8-6ae0-4c9d-bc7e-ae08383f7033", + "image_path": "images/766.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "77be1430-8cfb-4334-8917-0f80bcbe4bf5", + "image_path": "images/767.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "37a1125f-fb58-47c0-892a-a93552abd858", + "image_path": "images/768.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "b9642f25-39f0-464d-9c01-5f0c8e99f95b", + "image_path": "images/769.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "cc24be39-daf5-4725-805e-17235ba2a840", + "image_path": "images/770.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "a89f5664-cc37-47ef-8223-f488dee8564f", + "image_path": "images/771.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "7b1b8517-5e40-437e-9c93-400630d61837", + "image_path": "images/772.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "b4648b4b-e6b1-4d5d-9da3-22a31a17fe5d", + "image_path": "images/773.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "9dd77d2f-8832-425d-b8b8-6e6ac65a1b21", + "image_path": "images/774.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.right\nC.left", + "answer": "B" + }, + { + "id": "55a98a70-715d-438c-87ec-91218493cdb6", + "image_path": "images/775.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "e5d4452b-e262-4816-b41a-b459ca994069", + "image_path": "images/776.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "a41fa620-0cf1-4250-93df-8dfdead1d931", + "image_path": "images/777.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "f48a9571-16f4-43c1-aa47-2e186def6fb2", + "image_path": "images/778.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "9da53cfe-b925-4502-a6ff-45ac47bc71a0", + "image_path": "images/779.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "32c9444e-571c-4b8b-bc89-11716a3f9544", + "image_path": "images/780.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + }, + { + "id": "b89ce582-4000-4599-8d0d-95b93a608001", + "image_path": "images/781.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.can't judge\nB.left\nC.right", + "answer": "B" + }, + { + "id": "6f7adc17-3bb5-426d-affb-4fa730971548", + "image_path": "images/782.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "1c79f848-1120-4db0-b2a6-09e821f5c5df", + "image_path": "images/783.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "b6422832-47a4-47a6-ac60-bb1bca29b7b3", + "image_path": "images/784.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.right\nC.left", + "answer": "C" + }, + { + "id": "c1925025-3386-4447-8f6b-53bb491ad3f1", + "image_path": "images/785.png", + "question": "Looking at the two images next to each other, which one shows better quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "12c12847-28b7-4607-aeb7-f08c927560dc", + "image_path": "images/786.png", + "question": "When comparing the two images side by side, which one appears to have better quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "4fb84c75-7863-4bbd-be72-64c860bd09a9", + "image_path": "images/787.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "2f434af9-f117-4c22-8a27-07c8f7b39620", + "image_path": "images/788.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "b91f0e72-2299-413f-8517-a4805f586c12", + "image_path": "images/789.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "0d975f35-3580-42d9-a58b-56661b1ab87b", + "image_path": "images/790.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.can't judge\nB.left\nC.right", + "answer": "C" + }, + { + "id": "4b49c22a-2439-409c-8ba5-38ac749e35e8", + "image_path": "images/791.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.can't judge\nC.right", + "answer": "C" + }, + { + "id": "202ce0f6-85c4-47da-81fa-857d43d0a783", + "image_path": "images/792.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "d04933b7-2256-4062-8ad2-ce3f6d65fcf5", + "image_path": "images/793.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.left\nB.right\nC.can't judge", + "answer": "B" + }, + { + "id": "b03c3426-4ba7-49f5-84b8-71818d0239cd", + "image_path": "images/794.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.left\nB.right\nC.can't judge", + "answer": "A" + }, + { + "id": "56ca8e68-1879-432a-baf6-29d4caeba4f4", + "image_path": "images/795.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.left\nB.can't judge\nC.right", + "answer": "A" + }, + { + "id": "b7b6402c-3157-4b4e-a785-ebba3f1f2175", + "image_path": "images/796.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "b79b669f-0c9f-49b6-8b2b-9e7ffa16868f", + "image_path": "images/797.png", + "question": "Two images are placed side by side, which one has superior quality?\nA.right\nB.left\nC.can't judge", + "answer": "B" + }, + { + "id": "824dbdaa-e38a-4863-a8e9-f527b8c857db", + "image_path": "images/798.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "cb5af81e-1f2d-4101-942a-f0ce16cbdd0e", + "image_path": "images/799.png", + "question": "Two images are concatenated side by side, which one has better quality?\nA.right\nB.can't judge\nC.left", + "answer": "C" + }, + { + "id": "6d1fdee9-ecf4-48af-ab31-3f2d17f1d0f9", + "image_path": "images/800.png", + "question": "Of the two images displayed side by side, which one has the higher quality?\nA.right\nB.can't judge\nC.left", + "answer": "A" + } +] \ No newline at end of file diff --git a/perception/image_level_comprehension/image_quality/images/1.png b/perception/image_level_comprehension/image_quality/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..27c9f28086d66715a2fe8d0df4366a95c343433d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ffeda26a59d54cfa601c1bb096e86615855b07055b5f96bb859249c2f4f74b +size 505586 diff --git a/perception/image_level_comprehension/image_quality/images/10.png b/perception/image_level_comprehension/image_quality/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..94deb3a9170740e368ba56fa7038a9886e969bc5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817519a311387956d3482cf79a52c908f66fa2dc16de42ddd542dfe243e0bf93 +size 215507 diff --git a/perception/image_level_comprehension/image_quality/images/100.png b/perception/image_level_comprehension/image_quality/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..45e0ba3dfb8491ba845b33a4f49759409e55bf9d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b977cdc93ff6259799246fd13bf97fbcb59e395dfed3b0bf59b0ad82ced4d4 +size 420484 diff --git a/perception/image_level_comprehension/image_quality/images/101.png b/perception/image_level_comprehension/image_quality/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..4450936ca9c522b03d1e7e60799386786bbe2866 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd4e6d42b7fd056b6e8a625da44b528413b07e815666db0046609b87de76616 +size 424477 diff --git a/perception/image_level_comprehension/image_quality/images/102.png b/perception/image_level_comprehension/image_quality/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..584ab38e38dbf1fd3feadfbb034da536167aae99 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c399476fab6ba192b94c94e1dfbd41a2e8929591faa556040d3bc8972fc7446 +size 466367 diff --git a/perception/image_level_comprehension/image_quality/images/103.png b/perception/image_level_comprehension/image_quality/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..971e46231fa278e4cc247f8f81174b792a7c8ad0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d6d3d0932aaddd5705f83a6419327e97b54e30c38b4dfb68e204e89efe077e +size 362906 diff --git a/perception/image_level_comprehension/image_quality/images/104.png b/perception/image_level_comprehension/image_quality/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..7424cc14eb4cdf4b13962627e08d984af7375cf5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5ca304fc1db9ff2a3ae103a60ceacbae13282ecce83fd2b9baadb26538d487 +size 516383 diff --git a/perception/image_level_comprehension/image_quality/images/105.png b/perception/image_level_comprehension/image_quality/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..14338254555ad377318ae8f7ac73aa3c28de8f9a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac27cd403ccd567fbc21fd3f0abccd881b83366cc9d2c007ac4d30c3f699c9af +size 375298 diff --git a/perception/image_level_comprehension/image_quality/images/106.png b/perception/image_level_comprehension/image_quality/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..3761bd5c443b4b9d54e2da7194c5bcb362c1d99d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc4ef62c89b8a7207b0517ac4f7bb0a22a6ceb62394c887911a8da728d73ea1 +size 283714 diff --git a/perception/image_level_comprehension/image_quality/images/107.png b/perception/image_level_comprehension/image_quality/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..a15cf990d8e960e2bf2a9dea8433dc8a02e9ff89 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71067fb35722fa4abff0d410515b8d49a5d59d0d62a45af1ebb4b531c1e5354f +size 432902 diff --git a/perception/image_level_comprehension/image_quality/images/108.png b/perception/image_level_comprehension/image_quality/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..d33cfea035f5b468357c4e88c177d49a28bf98d0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8b3d70735be1ef44ce60b52612f9d62446ee6f6c258ecb29fe823fb26aa8a9 +size 474601 diff --git a/perception/image_level_comprehension/image_quality/images/109.png b/perception/image_level_comprehension/image_quality/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..32242b73c0828dab4b84f15702e164c6a4994d5f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56435e4c2f8d80247b5e36fd7062a90a6922b6b101f103d6b359178b39e81ed1 +size 400714 diff --git a/perception/image_level_comprehension/image_quality/images/11.png b/perception/image_level_comprehension/image_quality/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..c570e530eeb9e39f59080dd5047cb83260555dab --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a432238a149383c87fbf5be775219f13e27dbaa8e0e74dd282618e6e9334ac66 +size 539611 diff --git a/perception/image_level_comprehension/image_quality/images/110.png b/perception/image_level_comprehension/image_quality/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..e17222309eb0f8b026d8cbe254061d2f7fedb879 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b964197976629734fae082821d1fbbfb4c975fa2907aa8688d95ba7f358f76af +size 478663 diff --git a/perception/image_level_comprehension/image_quality/images/111.png b/perception/image_level_comprehension/image_quality/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..dc2dd06f03c71d65bdd770ef463176e99562f28b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd512a466f960121c6f30e527b95e8f6756fd303c6db5e4ed22559d4bc990669 +size 489665 diff --git a/perception/image_level_comprehension/image_quality/images/112.png b/perception/image_level_comprehension/image_quality/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..7009a2ab9700753639fb0e5f95ee2ff04b69496e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b94a53d348de74b85ba74882795b1486484aff340b294724bf5be47fc961e8 +size 489055 diff --git a/perception/image_level_comprehension/image_quality/images/113.png b/perception/image_level_comprehension/image_quality/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b21a9ccee7facb29253d210fe24cd2b44efc5f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee7040e27b341409fa88dca80d6b769ee12518557d4e29fa774d68732987197 +size 435783 diff --git a/perception/image_level_comprehension/image_quality/images/114.png b/perception/image_level_comprehension/image_quality/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5ea2c3c8181ac1ae159ad695f8ebff70eb95f7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e973aea5cb6ac7f86219141e618b56b788b680674f25b5f40cacde2f8b9c41b +size 451141 diff --git a/perception/image_level_comprehension/image_quality/images/115.png b/perception/image_level_comprehension/image_quality/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..953f5561a693d97687b38ec9c66048771cbe5188 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987027b0e1af78bf1fb055dedf16ee6072718909ce6e82ae694250d1c45b9084 +size 369399 diff --git a/perception/image_level_comprehension/image_quality/images/116.png b/perception/image_level_comprehension/image_quality/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..55a593bfbb9280108b6f274b5b43e01491712b6c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adae696934e84b52851fbd5ed98ba00fb7ab6685937707cc72579c1ac3d198ae +size 347624 diff --git a/perception/image_level_comprehension/image_quality/images/117.png b/perception/image_level_comprehension/image_quality/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..2d30d5f7106a5e2ae3f768d6b64f779bd81d69f8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a441ced4543ddf9d81636a32b65c50eeafe2fa7a019a7e9a2272a3b0eda302e3 +size 467376 diff --git a/perception/image_level_comprehension/image_quality/images/118.png b/perception/image_level_comprehension/image_quality/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..93b0193cbc5195efaa3c7fbf999f273c60240f13 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e56650246a07a6ba4492dc9f30f0819b41aba850d03afb80e3189910826fe8d +size 418499 diff --git a/perception/image_level_comprehension/image_quality/images/119.png b/perception/image_level_comprehension/image_quality/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..54843b2f26629b1ee6900cf4bd1b31c638fd8d27 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa583636388d906f25c5e5930eb9c04ad5e61b78fd4bed17db36bdf94cd1e93 +size 487794 diff --git a/perception/image_level_comprehension/image_quality/images/12.png b/perception/image_level_comprehension/image_quality/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..887904f9bcd63d06742bd8af019d2cba9c20059b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752e5e717c04f655c6771933489c0d7d94a4f4f6fdeaa102b12d883ec81261c2 +size 433207 diff --git a/perception/image_level_comprehension/image_quality/images/120.png b/perception/image_level_comprehension/image_quality/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..29876e05ab6d16f1dd4b354ed0ac4e1188ef28d3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23359140d29920cf35f5921aad3e1b54949de987d99307445b9d027588a9b60 +size 488177 diff --git a/perception/image_level_comprehension/image_quality/images/121.png b/perception/image_level_comprehension/image_quality/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..60a1c6d908ccf32c9de4ece604fa3ef20e7db69c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344f785d3f56020cc4b09b14d70c40a5bf9644a445b7b24336c52ab4b81e0380 +size 387840 diff --git a/perception/image_level_comprehension/image_quality/images/122.png b/perception/image_level_comprehension/image_quality/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..cb759361bd3b376c73adb64e28cb40d63c4a948b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74266ed75d3d22c7560f466ac1a28fab9fb83229ecbeb0bf39fd5c235dc17d74 +size 416165 diff --git a/perception/image_level_comprehension/image_quality/images/123.png b/perception/image_level_comprehension/image_quality/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..a5c49337193befb86837adcfd80f9c63958a8349 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc27cc58aa70561a2248d71a2f414f7eb8c2abfbca00260323b424e7760e06af +size 413239 diff --git a/perception/image_level_comprehension/image_quality/images/124.png b/perception/image_level_comprehension/image_quality/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..5b96c20f3b930c3097458158149173f324b46900 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2202eb3319e4608e8b9932ca6c753079b8034b5572cd48864b344f67231be8 +size 330146 diff --git a/perception/image_level_comprehension/image_quality/images/125.png b/perception/image_level_comprehension/image_quality/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..6c3cb337f3858e2d66f16d1141d2c22331a3c102 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701320d57e2bb590e77e03874d0f4ba49569fd02f97961d0a2b7bf676e2f8933 +size 348824 diff --git a/perception/image_level_comprehension/image_quality/images/126.png b/perception/image_level_comprehension/image_quality/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..f1c0f148a0683a19c5f114043eb7896f3275b8fa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f802da151081ca0bf8c0df273a7b5b7bc6be58e431954db3505a0cbc2848f887 +size 366810 diff --git a/perception/image_level_comprehension/image_quality/images/127.png b/perception/image_level_comprehension/image_quality/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..1f29a99564bd844a7b0f800a0914f7d4a3f35f35 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1370f174806f12093a126d0123e436477291ae8f118fc6d8fa5e6214e17ec3f +size 426869 diff --git a/perception/image_level_comprehension/image_quality/images/128.png b/perception/image_level_comprehension/image_quality/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..86e1ccf8e8a5e03cfd1bb868fec7a319e1a90437 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb8e117e12bc5d32a27ec522c4a8c4c75a31eb4f737919fece99cc4be97bf51 +size 273108 diff --git a/perception/image_level_comprehension/image_quality/images/129.png b/perception/image_level_comprehension/image_quality/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..f845b2f43123846ece60c0294ed669468391127d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4091e7f68635a9d0f5e54e815b3462a6fd29251177ae3417cd964e2edf3dfdf +size 475978 diff --git a/perception/image_level_comprehension/image_quality/images/13.png b/perception/image_level_comprehension/image_quality/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7737444d25335a29c0eca4c9dd7422bb019f047a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1df31cd50a7c51c48d88404465015a8cf61fa9cc4e2ac3819c05c90a5d663e1 +size 430069 diff --git a/perception/image_level_comprehension/image_quality/images/130.png b/perception/image_level_comprehension/image_quality/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..dba453f9b6e25131ba8d2b7c65a39d1bd11e57e1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10ac7555b8beef0eb7749836a13c5f39c04dbbcfaef8fd3721361d035e1a353 +size 308135 diff --git a/perception/image_level_comprehension/image_quality/images/131.png b/perception/image_level_comprehension/image_quality/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..ccf95b4aabb90551047f042e91844f4ebe32c20d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1193958bb961cbadf1b2195622c1535c87845b032fab3db20ac8a3fa44e4364 +size 391417 diff --git a/perception/image_level_comprehension/image_quality/images/132.png b/perception/image_level_comprehension/image_quality/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..6a29bfae126e87e38041dc6462b05836fdbb52c2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbee438f6f64824e6db695de67a6e5ef7fded119371ba7fef3a5810a0d9aee15 +size 521248 diff --git a/perception/image_level_comprehension/image_quality/images/133.png b/perception/image_level_comprehension/image_quality/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..5bab42c9887d53c7ecd7ecc4a3274cff164566e9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be21a25fea658c9c3ecc2b932feed8781c161f9c3784b6370c4a2f3e10d8d7a1 +size 457309 diff --git a/perception/image_level_comprehension/image_quality/images/134.png b/perception/image_level_comprehension/image_quality/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..0e20eb0abb52c27bcc86372b916bd43c9ce30cb8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d690b146a6fb98bcc71ed1348709117bb3a0332fe7d6ad9da98b4879c27cea +size 358936 diff --git a/perception/image_level_comprehension/image_quality/images/135.png b/perception/image_level_comprehension/image_quality/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..c3996627df9f6db866ff610a558dfd39dca6b749 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae27d06be6451d57ab19506e809659895413925b88a0372183207a798a489a9c +size 458475 diff --git a/perception/image_level_comprehension/image_quality/images/136.png b/perception/image_level_comprehension/image_quality/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc37ad072fb5f23ff9f356778e24b81d30b19bd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226a69462a8aa85447e4afd763abdb536cf389e43604cc2d5bb5d12b21d96ace +size 573020 diff --git a/perception/image_level_comprehension/image_quality/images/137.png b/perception/image_level_comprehension/image_quality/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..b34ca55a899a08c206ea5a73e61e33f6453bc445 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ce97968d94a12b398d8b59676dae9a3901f6120e9e776db56582b19aa4ca6a +size 405435 diff --git a/perception/image_level_comprehension/image_quality/images/138.png b/perception/image_level_comprehension/image_quality/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..40fea6f8be409a694d7d15b8ac55f7342dd95387 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2ccfe89080c03073d5aac21a66e3cfd5a71d471ce877d915749cf1ca6b6095 +size 497592 diff --git a/perception/image_level_comprehension/image_quality/images/139.png b/perception/image_level_comprehension/image_quality/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..b11fab64e1252d6c30cddca9e7aff1f958d94b85 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef08ac8ccb3c0506261bdffc70e71489edc4cd7d23c4de1a2c07c15bfd33562d +size 532180 diff --git a/perception/image_level_comprehension/image_quality/images/14.png b/perception/image_level_comprehension/image_quality/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..522b8a81f2f9ba19564c6d04103e85c4e578d2e3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14bd846a2729ed0980a6972ed63a4184f1b5364f6aa7368c39ac20d4c389fa2 +size 448515 diff --git a/perception/image_level_comprehension/image_quality/images/140.png b/perception/image_level_comprehension/image_quality/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..14ad9130c50d4947fac45b771e889a6432d94cdd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64227428f2c702e9353b16152d946a8574d4b69bfccc4fce36acfefbc258f99f +size 429269 diff --git a/perception/image_level_comprehension/image_quality/images/141.png b/perception/image_level_comprehension/image_quality/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..07a46ec25b9f7d1d8b7e26c38a59a920ee28f326 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce84f136d6d95060d8d2edffbdbe1c2ca143fbf165c8b92d92358b0e3bb8f70c +size 401895 diff --git a/perception/image_level_comprehension/image_quality/images/142.png b/perception/image_level_comprehension/image_quality/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..e40b316061f67295bf6ebe3480930932967cd005 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df8194d131b31b667dc66354402025cd73aed478c142fd931a753af04044ec6 +size 374119 diff --git a/perception/image_level_comprehension/image_quality/images/143.png b/perception/image_level_comprehension/image_quality/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..f46c3e9138606a9cb0f5e882234c86d09f896897 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06111d0094ecc77434eb17077e1a9fc3e2c02c0a426074a4a9b88b634b757b6 +size 299894 diff --git a/perception/image_level_comprehension/image_quality/images/144.png b/perception/image_level_comprehension/image_quality/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..a8383a5348381afc81f9a6e1cd8782dccf103301 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96803a51039e6bc1379f3661963edeceb6a3415a316c04f6ba5eb0ed377241c5 +size 525091 diff --git a/perception/image_level_comprehension/image_quality/images/145.png b/perception/image_level_comprehension/image_quality/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..0c84232361d0371f0f33cea9f4c2ce633a8c23b0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cac3404288476038fe1ddb9204f50ed1e7d782aaaf38bcb85507f97fda31d54 +size 497811 diff --git a/perception/image_level_comprehension/image_quality/images/146.png b/perception/image_level_comprehension/image_quality/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..f5324cd043dc04aa0bd4af1ba3acde14a0d6b80b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56125936f2990f62085dc850e5d23d581247626035263dd4a30b0d040d8127e8 +size 424430 diff --git a/perception/image_level_comprehension/image_quality/images/147.png b/perception/image_level_comprehension/image_quality/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..bb676c425d2277e5d45935c056cf5e22399bdffc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a44697f19a87d5094072c0fcd027557e0436772ff3f24b69d9cbe879765b99c +size 473679 diff --git a/perception/image_level_comprehension/image_quality/images/148.png b/perception/image_level_comprehension/image_quality/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..1738e5490a6af61a70e3534f4008dbae5c65b6bd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61428d93230d2b6735937b56bfa99ea631be7c5480fe8b3463018876e92ed455 +size 484814 diff --git a/perception/image_level_comprehension/image_quality/images/149.png b/perception/image_level_comprehension/image_quality/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..3e299ad5ea3da21b1b3645126cb0adaf1e2482be --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f408fb3515daa8ec177baa95092ca32983a64ace287d5c01e3f850b82452ec +size 529323 diff --git a/perception/image_level_comprehension/image_quality/images/15.png b/perception/image_level_comprehension/image_quality/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..d8838ed1513995ef2ac6c7f3ecf554fdb0deafa5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5346347c58bdf4f75d2557523d3b8114fdfd39d14648acda53b517f00f5aaa6 +size 349427 diff --git a/perception/image_level_comprehension/image_quality/images/150.png b/perception/image_level_comprehension/image_quality/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..c85d265b32c2f90728a3fd06ddeeb571a4a0d9f0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f40b231e68ef372ae8248463f97af1aa625d2d73b3bd3789096a160631121ab +size 344993 diff --git a/perception/image_level_comprehension/image_quality/images/151.png b/perception/image_level_comprehension/image_quality/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..8834779b555a45edaa09b08e58554ca8f6a86224 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e718c99c2abc113d3871a69133bdcb62fff1d0941e1ef1919a69f8eb914a91 +size 444207 diff --git a/perception/image_level_comprehension/image_quality/images/152.png b/perception/image_level_comprehension/image_quality/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..0571c8b3e81b79d077b486a6838c31715ba813e0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38452ef4564f44ed11fee7f5e4f0c2a9baff94c0d233d809ca0211cbf98f7fbb +size 514235 diff --git a/perception/image_level_comprehension/image_quality/images/153.png b/perception/image_level_comprehension/image_quality/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..3a6df7da7360ce241e723b80c3914105a24bfc5d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f126fa793cb43653fee2975155823d75e2e5ad894b3e0fba88a0e3ed60f5e9 +size 328199 diff --git a/perception/image_level_comprehension/image_quality/images/154.png b/perception/image_level_comprehension/image_quality/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..45b3d373a4d15e95ab349069f0ad4a728bd914b9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd0dca78002e179d2e08f81d8aebe43b4b812ab9bb50bd398d9b84934df8c03 +size 458427 diff --git a/perception/image_level_comprehension/image_quality/images/155.png b/perception/image_level_comprehension/image_quality/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..6bbc2e7c8445ebce5d323a24f3648834a48dba8c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f77f439e39398ae8021526bb9b4154680c9681ef05af22dfa53ac2b9eb1ba55 +size 418312 diff --git a/perception/image_level_comprehension/image_quality/images/156.png b/perception/image_level_comprehension/image_quality/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..26bd818cc963f1e1d3e5598befa1798773f05ace --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f20880a8573ffe6de39a944357c3d1e47a2200f6855be7351cfad335dece1bd +size 445149 diff --git a/perception/image_level_comprehension/image_quality/images/157.png b/perception/image_level_comprehension/image_quality/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..589f6dd8704c872ed4c74e8349f70aad93d64dee --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228443e8e1cc4685c1acb7393c998a625d715d8a2d34754064d354cd3737334b +size 439612 diff --git a/perception/image_level_comprehension/image_quality/images/158.png b/perception/image_level_comprehension/image_quality/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..adf88988966eedf77b9849cdcf12cfebf8696943 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54888b94cee1082078990da93102f9ae584c1f51a3483bbb12575f0779eff863 +size 427415 diff --git a/perception/image_level_comprehension/image_quality/images/159.png b/perception/image_level_comprehension/image_quality/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1ebef561eaee747ff1b03d56dd4c80dca53b44 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6aab301b3eef15079c3dd43a7a248d96d0b64ebf72e3fa1ef372b79a068585 +size 457109 diff --git a/perception/image_level_comprehension/image_quality/images/16.png b/perception/image_level_comprehension/image_quality/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..474918b1ee415bb96e63fce95a229c8ee82e5df7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c9eaeebd695403b618e831d07ef4f23e87886c16d25cc3f86025bd445c7576 +size 399043 diff --git a/perception/image_level_comprehension/image_quality/images/160.png b/perception/image_level_comprehension/image_quality/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..1c533a1113ba0da9d07ae298f1527eac5feeaff8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb01351ad5d94001bce93c05f7f5a276504e5a6037d5614d97f9407e19fc1944 +size 338417 diff --git a/perception/image_level_comprehension/image_quality/images/161.png b/perception/image_level_comprehension/image_quality/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..46033a1fed577c8a57f67ba1c2b52390be1e9bcb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a995bb98f1fbfd745f25d861aaeaeea238f14f3dab614cbe6f550ed5a67241 +size 388887 diff --git a/perception/image_level_comprehension/image_quality/images/162.png b/perception/image_level_comprehension/image_quality/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..7de228380f1c7e30126f900a4d61e81bc94e9360 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ff2a3c30eb8b4b75693f1d1bc1eb52bb70de1d3f563b323240cff28a1e131 +size 426997 diff --git a/perception/image_level_comprehension/image_quality/images/163.png b/perception/image_level_comprehension/image_quality/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..75777f4b5f313f863a1b25ad242561ca17ece7f4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41028a8c94322c38566276ba167a5ade024c21192b2133f0dcfc68378b45bf07 +size 478089 diff --git a/perception/image_level_comprehension/image_quality/images/164.png b/perception/image_level_comprehension/image_quality/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f133e132b5628093f7c4bbae3e0f2004f9cf9a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c97aebd854e595481a143a7c3a3b7900f99ef80c79c667f68461c994172e9a4 +size 482733 diff --git a/perception/image_level_comprehension/image_quality/images/165.png b/perception/image_level_comprehension/image_quality/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d87cae59ecfb01386a1ed297317b0794219664 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24650d98de1bcfedaf5a5782d29927d1636c995fdca715d3717a6a177214c92 +size 432722 diff --git a/perception/image_level_comprehension/image_quality/images/166.png b/perception/image_level_comprehension/image_quality/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..73c8c659994909fa3464aced300cd6434f3682b4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a2d2b9ee27dd2a20b2945a44c49d60f3d220bcdd8a123ecad633ec722612fa +size 494067 diff --git a/perception/image_level_comprehension/image_quality/images/167.png b/perception/image_level_comprehension/image_quality/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb56c35a77ce695ee37825716f41890ffc40f9b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32708cbf8fc5c3bcabccb1a5436c8c08ffb64fc7e0769ab1b6e823a59e72cff +size 530668 diff --git a/perception/image_level_comprehension/image_quality/images/168.png b/perception/image_level_comprehension/image_quality/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..ff02c172400f3f1cc19962d593ac98cd99be7869 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be416ef6de3d16aa1837377374c4f4b6f992dc9bae55aa854e058b086022c144 +size 460127 diff --git a/perception/image_level_comprehension/image_quality/images/169.png b/perception/image_level_comprehension/image_quality/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..1e2fc843f3fbae8d6cc98c267cd5c96e6ec96f6d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd13591f2f2d4213817a281d0f22cc24654f68a27c2bd51b146a9a3cd114aac6 +size 438788 diff --git a/perception/image_level_comprehension/image_quality/images/17.png b/perception/image_level_comprehension/image_quality/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc6cdab260cdde8902a91f6345bb9dbb86a26ae --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ae9b684734492cdcb9e055fb78217db62e9229cc96d16a5043334459dc0fa4 +size 445639 diff --git a/perception/image_level_comprehension/image_quality/images/170.png b/perception/image_level_comprehension/image_quality/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c0cd862781af383ceb4b1ac57a5c0616061a07 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826b6fad85467195036ba1e781c1ffe8c20cd0b8df1f7cf818fb1ba9bf58e8a8 +size 385164 diff --git a/perception/image_level_comprehension/image_quality/images/171.png b/perception/image_level_comprehension/image_quality/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..f836d02832b1918562afb0c6162f4cf73ca0dedf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85072e33bf30df0fe5ab8ac903879b71f530862e1b2be53d0de6837bcc5fe4e7 +size 540682 diff --git a/perception/image_level_comprehension/image_quality/images/172.png b/perception/image_level_comprehension/image_quality/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e363730b00a490351e824d87453d8b80204710 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ff2b2f0a4d2f800eb79a0ede9f454d9d65e3232de6efc292bc7393da81d6d6 +size 472215 diff --git a/perception/image_level_comprehension/image_quality/images/173.png b/perception/image_level_comprehension/image_quality/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..8572e3129717c4797ebc663eb4cb42f88b2b231f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a8885dade0899cd13d3d00954edaab9866edeaeb56877a9936b0549cfab49e +size 410405 diff --git a/perception/image_level_comprehension/image_quality/images/174.png b/perception/image_level_comprehension/image_quality/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..c7cabe8da157128046d2aeaecb28ec3d02f53f4e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c6adf6e2130680f980d5a01a7ee99776b729bc8c72ee2aa8fdb80a73c137d3 +size 446921 diff --git a/perception/image_level_comprehension/image_quality/images/175.png b/perception/image_level_comprehension/image_quality/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..66101c95350427f59a738354af3cd28ba4dc266c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b5cd2bc8880d8e4a74a3d221daba57a3ed72deac6ce61fea3979edf4cd06f2 +size 349941 diff --git a/perception/image_level_comprehension/image_quality/images/176.png b/perception/image_level_comprehension/image_quality/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..8680d3b04a79f1ff08121fe30081de5e953beb75 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be506c48634e14af4b1d625816921d56a003a493359d65cad5c12b0ed0da3e2 +size 405877 diff --git a/perception/image_level_comprehension/image_quality/images/177.png b/perception/image_level_comprehension/image_quality/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..a37658ce77114ca4a855b4333953035239528493 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c192174673d823ff90679551354de873e9ac18bd0d4eb8912680e5908c9e6a +size 470571 diff --git a/perception/image_level_comprehension/image_quality/images/178.png b/perception/image_level_comprehension/image_quality/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..d2dd8f21cb4c9bc0b1bdb71530b545561c4e3ae7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1a8a76c9c9bc4b59363d1e082ac82445099c03b0559934c7139d3c519909b7 +size 390970 diff --git a/perception/image_level_comprehension/image_quality/images/179.png b/perception/image_level_comprehension/image_quality/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..0a4123ddb6b03af5dfb763fb7715a3eeef077098 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d9fcf3f48b4a5ddfe4a5ad5e2175802f25c08f999b75c090b07e3255647c4c +size 558592 diff --git a/perception/image_level_comprehension/image_quality/images/18.png b/perception/image_level_comprehension/image_quality/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..bb8eb52b07d81ee43a45110752b5523a04e9773a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f342c9781e1d9e0034310941ed9a7f69b7e0b86b56b174e62779db8f54f039b +size 472351 diff --git a/perception/image_level_comprehension/image_quality/images/180.png b/perception/image_level_comprehension/image_quality/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..865d93fd0fdca1dc127df4543111d185586ac7aa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8fe3d9df6293773c7ab221b29a60ba24f0e2d806906b91513933958d6e67ed +size 541564 diff --git a/perception/image_level_comprehension/image_quality/images/181.png b/perception/image_level_comprehension/image_quality/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..c09975f59362dde57c2b14e307b5bd357968afb1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf85a42aae78279836fc485cfc95becd4bb82233d55014f1bf3b85cffa6a5726 +size 488192 diff --git a/perception/image_level_comprehension/image_quality/images/182.png b/perception/image_level_comprehension/image_quality/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..b76b3d1615f342f88baf4d802fecde2568b4d942 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c53c93e1e1dd8e07b47f8fd2126342f645f5a72bb3586454593f7216c4231c +size 474434 diff --git a/perception/image_level_comprehension/image_quality/images/183.png b/perception/image_level_comprehension/image_quality/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4225f5ff7147738705ef27b81da8c533a53908 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec5e7e6bc7288336614f0e7e3c4c6c1f833650640356fba116f90ba8c67f971 +size 378506 diff --git a/perception/image_level_comprehension/image_quality/images/184.png b/perception/image_level_comprehension/image_quality/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cd8b21d86f635d7574d4f74106dd2a82bf749f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c721340c1a843a5e51de86731c98cd3499fa9197024a45e6322bc42d5eb9c0 +size 460374 diff --git a/perception/image_level_comprehension/image_quality/images/185.png b/perception/image_level_comprehension/image_quality/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..037e93bfd04aa709a7f2c44fa3c140faab1ee026 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c788f5ed30e88410d6b2a33d646276ea7bf5cc567aa139a9f680161794471d +size 568572 diff --git a/perception/image_level_comprehension/image_quality/images/186.png b/perception/image_level_comprehension/image_quality/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..54968ea43fd53a7ba632e2ce1e3490cd17f47bcc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec6fae53b253478fcad5bbced995aa37b0af455f9f0dc308a22cf13bdfbb40b +size 466303 diff --git a/perception/image_level_comprehension/image_quality/images/187.png b/perception/image_level_comprehension/image_quality/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8ed243ee6a9afaa149c7024742ec29534e9a43 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ace3901a540daf168efe316da1c614613c68d5b245a1b39345f411150e5f7c +size 394157 diff --git a/perception/image_level_comprehension/image_quality/images/188.png b/perception/image_level_comprehension/image_quality/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..85b65731582d79c8a5249a19231407511669382a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52e69e184e5203f8bb51e23136a745da3b8622d36d3efa6957b62dee08b9200 +size 444051 diff --git a/perception/image_level_comprehension/image_quality/images/189.png b/perception/image_level_comprehension/image_quality/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..5d022b11cb41e54c26714d588d7796c7f358eb3f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ec0478525ad583c83d207c7511cb689a4ce79e1d7634446a40579d16458464 +size 577545 diff --git a/perception/image_level_comprehension/image_quality/images/19.png b/perception/image_level_comprehension/image_quality/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..c2741b14f3e19ebdfde21409d8c16f4d940e0647 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4c4f130ae6f82d86f895890062030f673797a3f2357eaa95f2b3cbc855c26a +size 410241 diff --git a/perception/image_level_comprehension/image_quality/images/190.png b/perception/image_level_comprehension/image_quality/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..c18544745d6830311bdf0f036587a260cd671b8a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fc0b4d29b92185f475f060a464cc008bc7a10f23d4374fef6e0c84f453e9fb +size 480667 diff --git a/perception/image_level_comprehension/image_quality/images/191.png b/perception/image_level_comprehension/image_quality/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..a6e9cd2d3ef2b8fc7a2d95062396dd02fc7c456d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b9e516fb735a09456caf01da4dfb63b321a13bfea51eedeefe39d3305a5440 +size 407924 diff --git a/perception/image_level_comprehension/image_quality/images/192.png b/perception/image_level_comprehension/image_quality/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..2d50cdfb4733d11f073c4ba9cb034241f1d8a15d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd4fcd4ea980975ad9635c43fc72f37c0d231ef17808337a8213b84c92227db +size 351624 diff --git a/perception/image_level_comprehension/image_quality/images/193.png b/perception/image_level_comprehension/image_quality/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..b1c2fae28deceb2fe5f35a708108a7b1c1ba2540 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32a1aedf2469d50819ef50b3c7f93f4c31cc191bf5c219cd93e6f8045a5cf44 +size 300411 diff --git a/perception/image_level_comprehension/image_quality/images/194.png b/perception/image_level_comprehension/image_quality/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..f49b3026bbf96261af3102fcc2fa0a05acdae60c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06817a4b7cac9ea1180d24d8ee6d824329db4908cb295e1b16421bc36be5ec71 +size 364212 diff --git a/perception/image_level_comprehension/image_quality/images/195.png b/perception/image_level_comprehension/image_quality/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..9923445d633e08f1275c976c7d8bec41e79fb28b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aba6b206e8e5217ae6dd060bace6288c1001f386fb15ecb163db61a894a36e0 +size 463957 diff --git a/perception/image_level_comprehension/image_quality/images/196.png b/perception/image_level_comprehension/image_quality/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..805461751708e74787b0fe958c807e18bd732a1e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8228355f50d559191d80247b3f10115d275fc77e89f08b174ac5bc307ccbb700 +size 326828 diff --git a/perception/image_level_comprehension/image_quality/images/197.png b/perception/image_level_comprehension/image_quality/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbf06fa32f46091535274ad011c5ebf2c309e5b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef4a583cef06b33ea5f4a27eeda31a8d21443cd06a14ec5ac367240a7d3120e +size 522981 diff --git a/perception/image_level_comprehension/image_quality/images/198.png b/perception/image_level_comprehension/image_quality/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..701a98a4021100a88853de8c34ababcc04c6b6c1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedef034d120846885132e77f71ed7b3c8c524bd4373c6db1e11bce74ccc340e +size 518261 diff --git a/perception/image_level_comprehension/image_quality/images/199.png b/perception/image_level_comprehension/image_quality/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..19d36a97aaea1d7ce5ab64a7a9d1900f581f8428 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d0b10fde99cb32bb125913339614326c6cc41e2d89c83e2b2d6ea9bb531d1d +size 505979 diff --git a/perception/image_level_comprehension/image_quality/images/2.png b/perception/image_level_comprehension/image_quality/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e53e6696ac0c2f56865485d3128988f068b4727d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0479c76d8d74bd8edab94c3674ef127f10a2b3cc0c2046340de3273c4d37bffe +size 453728 diff --git a/perception/image_level_comprehension/image_quality/images/20.png b/perception/image_level_comprehension/image_quality/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..62e1ba5814f373c89e6958b664e5411f7aa92779 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba71c2edbb7a7c1a96499b1bc51669c08b974e8b24550eed83e4555b18311554 +size 308256 diff --git a/perception/image_level_comprehension/image_quality/images/200.png b/perception/image_level_comprehension/image_quality/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..0332950b142f58f84afe5ad6f4c835d596ae4d26 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb918c995ea523eb32f18993983f86565d788b298c4cb4842b0739d23a0aab1 +size 368119 diff --git a/perception/image_level_comprehension/image_quality/images/201.png b/perception/image_level_comprehension/image_quality/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..df94db5edfac00eade7ddcf1ee89ecb990629852 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cba60a04e534e04b21d9b465de49a91436bcf90997cd8903282f5d2097eb2a +size 493422 diff --git a/perception/image_level_comprehension/image_quality/images/202.png b/perception/image_level_comprehension/image_quality/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..c3dd5897381a42d820619469acb311bea3be29a1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b5b6dc4b8b4004cab6baab36014c582cc78a7a5697cb8da206ee1e4a2e4a6a +size 518691 diff --git a/perception/image_level_comprehension/image_quality/images/203.png b/perception/image_level_comprehension/image_quality/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..50741bd01e16eeb33eb227c664848a2182654dd6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04dd5b76b298bae591eac3695fee99f5e1218376fa7b2090f9d12198785ead0 +size 531493 diff --git a/perception/image_level_comprehension/image_quality/images/204.png b/perception/image_level_comprehension/image_quality/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c1f791f338c431abc7f230160a16e02186e2b4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb52436ac9a754caa7d9d93cc380836f95f168c7f9793306277eb2ec129f0dc +size 476700 diff --git a/perception/image_level_comprehension/image_quality/images/205.png b/perception/image_level_comprehension/image_quality/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..bc43b81b0b76e25850e1e74988cd65e9e12064a8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fd815bcf31523467a0bce2671028711b46d942dcc0b99942501c700a3d5e7d +size 521253 diff --git a/perception/image_level_comprehension/image_quality/images/206.png b/perception/image_level_comprehension/image_quality/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..30f4e2829528016b9c0f1f45df4a6ef3a4a94254 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ef6d8c54c2947de08c8fcc0f975b490bc171cc3a22ffad944e542fdee0898a +size 429460 diff --git a/perception/image_level_comprehension/image_quality/images/207.png b/perception/image_level_comprehension/image_quality/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..3b464938441d84a458b84909852ff634e16c5030 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d0ee50047342f867275be0ccfb068d711be3884037c568eb9bff5d2d2a5051 +size 463939 diff --git a/perception/image_level_comprehension/image_quality/images/208.png b/perception/image_level_comprehension/image_quality/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..9e97deff6db3b41965eb04202e8647b1f2603914 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fa5bb8270cd93a59466efcf4c5c9925989a901f9cac74a53ca4bc2a1c910f7 +size 450409 diff --git a/perception/image_level_comprehension/image_quality/images/209.png b/perception/image_level_comprehension/image_quality/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..5a8a0c1e6b7c951ecabe34c9964c11a55a28fdc8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0072f735ae42f548940a9f3e59f69e0c6a37bf55c3ef9e8982c699c6fe34378a +size 453454 diff --git a/perception/image_level_comprehension/image_quality/images/21.png b/perception/image_level_comprehension/image_quality/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..9b9635748e2273165a12a84042ae6badcdf06abf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d97846940b8770ba6cf510ac491efad47c172729148c556684a36c99c9814 +size 431528 diff --git a/perception/image_level_comprehension/image_quality/images/210.png b/perception/image_level_comprehension/image_quality/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8faa074f3c1d5db0947679fc1a343dc236b6a9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5812f4a60fe6bde33ebe470ba4d97d617c6deecdbcd1036cccb2650f76f72263 +size 480819 diff --git a/perception/image_level_comprehension/image_quality/images/211.png b/perception/image_level_comprehension/image_quality/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d99e9234a05b0245ea899c06eb9fed1690085c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a334ab65f143bc09d46363e0f596d5a0953dc4bc0f32a74f3e46bd6acc39765b +size 493555 diff --git a/perception/image_level_comprehension/image_quality/images/212.png b/perception/image_level_comprehension/image_quality/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8805b51f9711129407f0907befc49f19121483 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9010ad64044fca1afd5da858985754d8ce792bc67b5a2aacd899faa0b543685 +size 494545 diff --git a/perception/image_level_comprehension/image_quality/images/213.png b/perception/image_level_comprehension/image_quality/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..e01afda70ca687ec4d8a102c11a8704add507b1c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259574839750759a45f4f6106ba84ddaa36e8836494a03e2b7f7d7775af67634 +size 464000 diff --git a/perception/image_level_comprehension/image_quality/images/214.png b/perception/image_level_comprehension/image_quality/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..8ebea987a59ee9d70f45a378df54b705a4360579 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55f9ceecc315077d51c41426b70c1662a36d7abdaa9934c0b624aaba4240aea +size 328505 diff --git a/perception/image_level_comprehension/image_quality/images/215.png b/perception/image_level_comprehension/image_quality/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..24659014bf4f4f741e086203936d1c9f5d0fef32 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f11500364cbb307e316b428029778fe5f9e79a93aee313068aeb9f8b8ab3b0d +size 499688 diff --git a/perception/image_level_comprehension/image_quality/images/216.png b/perception/image_level_comprehension/image_quality/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..97493fb24fd099cdeca6630de9908ce8924b9cd5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24671702ecd5e28d3c6295da87a465e0b50471421e0e117fd016496b7f47dba5 +size 498810 diff --git a/perception/image_level_comprehension/image_quality/images/217.png b/perception/image_level_comprehension/image_quality/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..35fdb477048978bb5e02a4bdbaa7aae622253dcb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e260f2fe556c3de677f938b50fd5474e3d7214819c183231c9a6f44b46265bb +size 517070 diff --git a/perception/image_level_comprehension/image_quality/images/218.png b/perception/image_level_comprehension/image_quality/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..4f360e18b282056c81c1c2f6a1a1d2fed4e7f215 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0129c005b56886cdb5caec265150cef9c36db1c958a9093937bc7b16f48d023c +size 428110 diff --git a/perception/image_level_comprehension/image_quality/images/219.png b/perception/image_level_comprehension/image_quality/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..146a2eccf933c69de2570f37b06b2b7d1e735278 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363fda74db114c71371c67ab0cf4014eae23b775e6403f2eb3cf29f5af081996 +size 481074 diff --git a/perception/image_level_comprehension/image_quality/images/22.png b/perception/image_level_comprehension/image_quality/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..f6eb3035fe67ea83d071fc22b30e77236b7f411a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ba8abeec70f1c995e837484b4daf0b5a9b83539bbd353ae4fd0fd87050de19 +size 307009 diff --git a/perception/image_level_comprehension/image_quality/images/220.png b/perception/image_level_comprehension/image_quality/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..14f53213fcc4090eb09246b95644daf2b59b5f51 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65eb61e12adfc9a9d2099d30688ab590ba666c25ca3f7d1411f88f492861aa1 +size 457154 diff --git a/perception/image_level_comprehension/image_quality/images/221.png b/perception/image_level_comprehension/image_quality/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..1aff9647fcf2e43d57ee226362e9c034f18e3bd2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0aa1336c4e54db8ec7d43a1974e0685af4b950cd2c22228ee003a0f47423f9 +size 519973 diff --git a/perception/image_level_comprehension/image_quality/images/222.png b/perception/image_level_comprehension/image_quality/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..59025dd4f53264a11ae92fa8c1ce788ae85de0f5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458c2804e9c4d957dc8f13b81423a908d3130a23e096b99558aecdc3919b7375 +size 439536 diff --git a/perception/image_level_comprehension/image_quality/images/223.png b/perception/image_level_comprehension/image_quality/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..f0265917c466bad9f4de33a751266bffb2ec85d2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02182db4d99659a73b67a0a98fa6abdd78f321c1dc9c30d24f95fa7a904becb7 +size 485979 diff --git a/perception/image_level_comprehension/image_quality/images/224.png b/perception/image_level_comprehension/image_quality/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..702ec0a94e09899410ff5012ddde572de7e37e62 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de0c83fdf94a40fc93493493f11b65e367a61c2c313a334a2867052ce1b4dbb +size 417945 diff --git a/perception/image_level_comprehension/image_quality/images/225.png b/perception/image_level_comprehension/image_quality/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc68ff3cf603597ae4bc828de3b0fc70ab10492 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f38c48145f54873a869922b4b521822cc0248bfdb2264ce8eb4f34cff86a8d +size 405191 diff --git a/perception/image_level_comprehension/image_quality/images/226.png b/perception/image_level_comprehension/image_quality/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1ca153b6c0ac679a9e22d1fc32f4cf26ddef51 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae627bfa9b84cece0a44b60ea3381591b46deb3c37f91e97edd99a87dd9585a +size 434490 diff --git a/perception/image_level_comprehension/image_quality/images/227.png b/perception/image_level_comprehension/image_quality/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..113b9a5c43b7e938028f7874c9bf865e4f6de44c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6116f2054f6f29c43a427027013fa791f9258b0393bd47c7027cc66824c456bf +size 424987 diff --git a/perception/image_level_comprehension/image_quality/images/228.png b/perception/image_level_comprehension/image_quality/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..7d28e701dff8934a9d40b6fa51b78f87a2026def --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5e266868ecc1a5f0574b618257569dedc74852f041c30ddb6ba435f2dab566 +size 451894 diff --git a/perception/image_level_comprehension/image_quality/images/229.png b/perception/image_level_comprehension/image_quality/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..951d9693737969f25ac9ca40134b5390a7e6c4f4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098ed0f98504f3c634467d87bc9fdf7a6bed8af6d03b308e2017bc72a80b4e70 +size 493150 diff --git a/perception/image_level_comprehension/image_quality/images/23.png b/perception/image_level_comprehension/image_quality/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..08310a2a3838060b1b7156cd2821b4b9307bd1f0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8dc7b13743bb4bef25c15aba8888bb5c4923ad44dc5dc24cb043df96d8c9df +size 580738 diff --git a/perception/image_level_comprehension/image_quality/images/230.png b/perception/image_level_comprehension/image_quality/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..21dfb453e714d1d3c27cd69a9be7ce077b047d78 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992b556446742d7ed515830dbd57693003c75381e366ef680e11b4aae6f60c24 +size 517281 diff --git a/perception/image_level_comprehension/image_quality/images/231.png b/perception/image_level_comprehension/image_quality/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..ad1edb7dc91cfb94dba1f74e91aafd8aa20e50bd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111af7ff15a6641028d12bc6b90ed068d531eb39629dc92d54154864222a0e65 +size 478977 diff --git a/perception/image_level_comprehension/image_quality/images/232.png b/perception/image_level_comprehension/image_quality/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe9818e871d6ab0cf4a6ebb1567d4d6a72c767f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f92a30ea45c35da66919d7fd1fb1e7d4fe41077b9192f21cd467c38dd070a4 +size 503111 diff --git a/perception/image_level_comprehension/image_quality/images/233.png b/perception/image_level_comprehension/image_quality/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..d551cc9cd25c5479c20ad5d772c4872ae8e27e3f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d775991f554fd3371af340a1145236e7e928bc7bc309b137152cfd25ba926b01 +size 479895 diff --git a/perception/image_level_comprehension/image_quality/images/234.png b/perception/image_level_comprehension/image_quality/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..511f549f7e2ef1060cc3f65a6ed160bf551e7872 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e639e9be906afc28d355c894df0edaef7982b74769eca0441e9a7f13119c9234 +size 475999 diff --git a/perception/image_level_comprehension/image_quality/images/235.png b/perception/image_level_comprehension/image_quality/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..23edc93f95869348020f4cbccf05304bb738ce99 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3a563ac0363dfba4542a9404688d456ffe063a6e8554f6ae401b358b368232 +size 430387 diff --git a/perception/image_level_comprehension/image_quality/images/236.png b/perception/image_level_comprehension/image_quality/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..c27f641aeaa569e922c1e34d3b864d478393d714 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08825e5fdea5dfc55e50c0beb5e47cee1f5d046492a88a2e7c9edffc11256e9f +size 440444 diff --git a/perception/image_level_comprehension/image_quality/images/237.png b/perception/image_level_comprehension/image_quality/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..a810584511723f2bc182b1931b32055ad000493d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e40c662dd4e9e8ba067bd18f12df725d37eea56337206cd2dbd1584976bd6b +size 421713 diff --git a/perception/image_level_comprehension/image_quality/images/238.png b/perception/image_level_comprehension/image_quality/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..447231bc573bfcf9e95390866c2639db6865acce --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c023825385468587f942594d9b0b7bd4b12855c3c1b70444ef2c7c949aecf4ff +size 443269 diff --git a/perception/image_level_comprehension/image_quality/images/239.png b/perception/image_level_comprehension/image_quality/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e33e400c90d98cb65619e1945d2128cfa8aa72 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4e0cf7f6949323ee5d2fe1c57c00ede2f9349af2bbecaf8af004922868b5df +size 484259 diff --git a/perception/image_level_comprehension/image_quality/images/24.png b/perception/image_level_comprehension/image_quality/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..87213e643b9ddea3952651b561a5de4598121f74 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb143408e0d390d676c4a0e30e4fdd9ea57c749a4e602c991bc6d0066a4b922 +size 541982 diff --git a/perception/image_level_comprehension/image_quality/images/240.png b/perception/image_level_comprehension/image_quality/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..811e1e15a00827ee7ae1a7efac268a0d85cce287 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee23cf8e957c7fa1efa4c6a40fa817fb57bc5ff60e0ac93bf91186cf028b1a0 +size 505194 diff --git a/perception/image_level_comprehension/image_quality/images/241.png b/perception/image_level_comprehension/image_quality/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..cb534a926825f8aa029c2ee2d15ef255cb23105c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d243714dc9c4d04fcd38d72c04f6c0f8840590a8343fec5ede76f7ee1809eefe +size 443536 diff --git a/perception/image_level_comprehension/image_quality/images/242.png b/perception/image_level_comprehension/image_quality/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..139131eeecb71ba18d54034402305811a64c7303 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd86d6d1a20c3ffaf70a5c4740bef331634aca8ab0b789e7f512bb5b2c121c8d +size 473865 diff --git a/perception/image_level_comprehension/image_quality/images/243.png b/perception/image_level_comprehension/image_quality/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..cd503f237a308971c716dd86e858cab771393078 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51535d5e01f6fdd98a9640abe96f7c6f07fcf3033da559214f594b1323b96c8b +size 443582 diff --git a/perception/image_level_comprehension/image_quality/images/244.png b/perception/image_level_comprehension/image_quality/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..b0c2ab6765113232f53f9b4125acf4d384ce6220 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b942b86f274af0ce88aca16feea7f1f3566b9b9f0a66cb599e449443ad0b5d +size 406924 diff --git a/perception/image_level_comprehension/image_quality/images/245.png b/perception/image_level_comprehension/image_quality/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..9563c9cf532e566ecfc312b3ea6b8b2485c55736 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813dc79054e6828e624aec116d437797bed623484d540a17cde5b854b9992518 +size 428829 diff --git a/perception/image_level_comprehension/image_quality/images/246.png b/perception/image_level_comprehension/image_quality/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..9909b7a447893e1f39817348958a3b014e8960c0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05661bab1359380731ca1dbeab4c736b87497ca285cfb56660be217a929ee042 +size 465473 diff --git a/perception/image_level_comprehension/image_quality/images/247.png b/perception/image_level_comprehension/image_quality/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..14e3bfb6e5b2cd308e6a2f7a2469536fe94ce263 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bebcb0756aab88a3ef26a79acdc878070bd8b09c6d2791bbb1e18623975de3 +size 444399 diff --git a/perception/image_level_comprehension/image_quality/images/248.png b/perception/image_level_comprehension/image_quality/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3445f547082d0741aed3a9f08c3596df54f233 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9b3aac17dad62fb8db69220480fcf242f9aa5b6b90c41606a04b108d54da76 +size 461631 diff --git a/perception/image_level_comprehension/image_quality/images/249.png b/perception/image_level_comprehension/image_quality/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..402492950594ccfc5739c68a8b5eab7c56b4f364 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c472e13ae89727dfdcbd6447bdbcbd90164b07a3f40e6db5dd28b0aa4cfea85d +size 482130 diff --git a/perception/image_level_comprehension/image_quality/images/25.png b/perception/image_level_comprehension/image_quality/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..308ae97fcfa03fa96c5d07ec4ad3fabec52ef30e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718dcb509f6268105eb142740fc8868b5b2f1b7ca83cc9f0af12f9a978af1e69 +size 450275 diff --git a/perception/image_level_comprehension/image_quality/images/250.png b/perception/image_level_comprehension/image_quality/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..3eac8a5b90774fb542e90dee7f3e02b6c1dc4211 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76218c832ba58e5df9d3092ef8b0c69503253ebbf18aed5c037442039e8448d2 +size 431618 diff --git a/perception/image_level_comprehension/image_quality/images/251.png b/perception/image_level_comprehension/image_quality/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..c83f2098e8fe1f04b581698e414fe1d7758a0433 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89374bf7ba373e06de777ef66f814eaaf5e719b326e6d4b62b195ec2cc485f39 +size 447090 diff --git a/perception/image_level_comprehension/image_quality/images/252.png b/perception/image_level_comprehension/image_quality/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..068046547454f8e494c84cd9c74aab80659d8eb7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ce20774d667f77f2449bb56058cd0ee10f118daa733bdeccf03b9c598bd625 +size 439033 diff --git a/perception/image_level_comprehension/image_quality/images/253.png b/perception/image_level_comprehension/image_quality/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..2706042854ce594ddeefff5123b15f753c7e53e3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b16936142be3b5b34f1e4e9928113c32ae4c7a282bbf0ddd0ef874b5759729 +size 425965 diff --git a/perception/image_level_comprehension/image_quality/images/254.png b/perception/image_level_comprehension/image_quality/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..991577604da4783f79327356c64ee289f7f302ca --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d98f56405c290d787748237b2c63e54bf17a8b14cb0bafe08b410306e827f78 +size 517782 diff --git a/perception/image_level_comprehension/image_quality/images/255.png b/perception/image_level_comprehension/image_quality/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..861c4dde11b68c32f45e515ccacd1f6f199e63d6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281f49a6c15c61995f5434166d08d5f293eeb5276faf1889d51294f7495b74ed +size 435011 diff --git a/perception/image_level_comprehension/image_quality/images/256.png b/perception/image_level_comprehension/image_quality/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a67cba2f826ef4c04342fd736ca417b3833872 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca859b3919204013dfd0980b79055d471a25d53fbba6cb3873d67a7c21cc5b94 +size 505339 diff --git a/perception/image_level_comprehension/image_quality/images/257.png b/perception/image_level_comprehension/image_quality/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0d024fc9a74de9a0d054bcd24e306961249f35 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df010303f60d596a3c0de6d9a73476f89198939d3ac5d4dcfc5778536e342cf1 +size 506420 diff --git a/perception/image_level_comprehension/image_quality/images/258.png b/perception/image_level_comprehension/image_quality/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..07f8e2e95685a63c16a54cfaa3062c165afea6a9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95bb9f04bc10ebf84eb397d5e14e5b79ac4158021502e14f1d83d0848f69ca8 +size 500506 diff --git a/perception/image_level_comprehension/image_quality/images/259.png b/perception/image_level_comprehension/image_quality/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..e69108c6cb7b4d9d9b627ad10665ed6d7f32af2f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44de4afad6229bec40ac2ab27bf936884647da3d8d65763c53fafa062fd0b28 +size 495192 diff --git a/perception/image_level_comprehension/image_quality/images/26.png b/perception/image_level_comprehension/image_quality/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..148affa9064f60fb27fbd93d940f93ee3002bb52 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a851ce6e3470ecbdc0cdd7294d71247dd010cf179cf6a1e73d973e7618080408 +size 389527 diff --git a/perception/image_level_comprehension/image_quality/images/260.png b/perception/image_level_comprehension/image_quality/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce0532dbd4a9bc490ef2d2fd423c2dddcff3694 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23503b442db66e6ade53974dbbc15d66a05a50f292a935134db3f5470b5cded +size 491575 diff --git a/perception/image_level_comprehension/image_quality/images/261.png b/perception/image_level_comprehension/image_quality/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..f7babaefda0f318b39768c17468a2c3e6770454c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54fe0b98d207b3120212198c6bdf528b8c8ec93d7dee41a7e4f2108c8ffce85 +size 522265 diff --git a/perception/image_level_comprehension/image_quality/images/262.png b/perception/image_level_comprehension/image_quality/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4f464acb9996ef575a36baf4f12ffa88a91200 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a83c28f0fe0ed5238c28445c3aaa6b97fa3e89a4a0f329dc319c56f6a3dc3bf +size 487277 diff --git a/perception/image_level_comprehension/image_quality/images/263.png b/perception/image_level_comprehension/image_quality/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..a4cfd057e0112ae47b78b7b1d3dcd47e9003617e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4139d9cdfac6556cc60aef5ed51cb69b024a2c0a7699e8119b8e51e32f04b0bf +size 527502 diff --git a/perception/image_level_comprehension/image_quality/images/264.png b/perception/image_level_comprehension/image_quality/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..79527d38dca198458bf0e68a45ca8e0f0ec123b7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae66a947084974fff82059620cfc6bd03ce51138f5006dec98138d16784822f +size 510661 diff --git a/perception/image_level_comprehension/image_quality/images/265.png b/perception/image_level_comprehension/image_quality/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..07f63825ba04283225e27e4eba4efc3274465542 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e3f90269230c445e72d5a0b33fe4d4f4e2c999bb790c97f4e76b7a3b1244f4 +size 485655 diff --git a/perception/image_level_comprehension/image_quality/images/266.png b/perception/image_level_comprehension/image_quality/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..619d338a7db7bd5a436c2723fdd9caa8eb10b3f5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ee7cdb5076196c7b01b62c3979f9ba477bf7cd0534f78ac4308335d39e7114 +size 467494 diff --git a/perception/image_level_comprehension/image_quality/images/267.png b/perception/image_level_comprehension/image_quality/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9b514cda651e037d487cf626a2644563e68ef9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17af09b98a2f70124f2007bb819b38ca5d8dd21bba1e9ffa8ca61a8686af0db2 +size 525422 diff --git a/perception/image_level_comprehension/image_quality/images/268.png b/perception/image_level_comprehension/image_quality/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..0cff5f09d113cd4c607b80a19db82a52ed2ea1c1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d5700686ebbc3a40d3de483f48500ad29e5084d539012c196d2e8d1b02caf1 +size 461924 diff --git a/perception/image_level_comprehension/image_quality/images/269.png b/perception/image_level_comprehension/image_quality/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..f215996d4d8b119dd248afb0dfc80cfd15254390 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9825f55f6b4f907a7853cc8b8ce2a00cb6d20c992d1aa7b5abd7ded2b14ecd +size 479081 diff --git a/perception/image_level_comprehension/image_quality/images/27.png b/perception/image_level_comprehension/image_quality/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..441e7b3f764827266da9216e3936d8a5e813c8a3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec1602bb1f338069fc7f3b99c7ad099a9e305b8aaffa41502b42bc0c0bbb6c3 +size 535664 diff --git a/perception/image_level_comprehension/image_quality/images/270.png b/perception/image_level_comprehension/image_quality/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..fd066c35e986d009bc3a601f2635429ca9e8174c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5b70b3efdf90f77f87d4c6bab265780a623a4721ff27b07b745feafbef2cf2 +size 416104 diff --git a/perception/image_level_comprehension/image_quality/images/271.png b/perception/image_level_comprehension/image_quality/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..71c288f2c1b9100f4e845a01f2ba989445d009a5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933c5734609f0ce6ffa9ea0c2d955410cbe0c6dfe8b1b8f9786d9ae011e45500 +size 427971 diff --git a/perception/image_level_comprehension/image_quality/images/272.png b/perception/image_level_comprehension/image_quality/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc2580812f466d9a1e0ed38dc75aeed7df014e7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f998ca81a1ee43dbec33733726eea05d607b2883da1381664d227c484348560 +size 440253 diff --git a/perception/image_level_comprehension/image_quality/images/273.png b/perception/image_level_comprehension/image_quality/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ece66701e8e751b020bf36bd15c5e95f4ed8b9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58b1a45ed3b250599a5def0c966573f4f71363decb68b28afbdb1eed363d78e +size 458373 diff --git a/perception/image_level_comprehension/image_quality/images/274.png b/perception/image_level_comprehension/image_quality/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..97dddcff5599547490f9048161d44e3748e8db8c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03a244949f6941d2a72ae26f4e3a42dfba3e0c645bcd1296dff25874dbb1431 +size 433244 diff --git a/perception/image_level_comprehension/image_quality/images/275.png b/perception/image_level_comprehension/image_quality/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..71653b0a7e60c6e89a9314c2c0e8749e498ae7ba --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7b704326ff5f51a0d7596c5b55b5882c33f18435ba398c330b57a72a41787d +size 427239 diff --git a/perception/image_level_comprehension/image_quality/images/276.png b/perception/image_level_comprehension/image_quality/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..12c29e5229066d66b6c0ac6372c7be566e346989 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8642e471646bc5fddc56d9d07c7b8b3e5f9955f6b871a604923f7133bf3a3a51 +size 456903 diff --git a/perception/image_level_comprehension/image_quality/images/277.png b/perception/image_level_comprehension/image_quality/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..bac77ddec4fd20505b3deb9fc09a03a4d5bfe5e7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5879c3624c8009c94c9965209e34973873dc9483ddea268b3aa6ef0afe2cfc0b +size 493171 diff --git a/perception/image_level_comprehension/image_quality/images/278.png b/perception/image_level_comprehension/image_quality/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..c101c61a5ae4bc581c98ba9a4ea78b169727a5d7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bb7d8d1d08df888bbc286738eb145cbd995deba24d721a4430c4b06447f3b7 +size 519278 diff --git a/perception/image_level_comprehension/image_quality/images/279.png b/perception/image_level_comprehension/image_quality/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..ab9f22bcca9ccf073d572974a8ea7cdd42ea5677 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a0e46aa0f10dd9419433824ceef380c952e018b6784063158f1de245b70a58 +size 549317 diff --git a/perception/image_level_comprehension/image_quality/images/28.png b/perception/image_level_comprehension/image_quality/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..a0b960ed6ce92147f5f4cbe54fe5d67f27f541b4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f125ca6c2fa7ad212ce38199dbfbfba05b13b683c2bc702925dc3f7a4715da77 +size 417673 diff --git a/perception/image_level_comprehension/image_quality/images/280.png b/perception/image_level_comprehension/image_quality/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..ab44e848b36490bb2041999d1349c21e129a22e3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8119a6087c9b51d0ea2691e16a1c27b9f278f8a085a68280a9821e9801952a0 +size 475092 diff --git a/perception/image_level_comprehension/image_quality/images/281.png b/perception/image_level_comprehension/image_quality/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..e07cabe521db747de64ac6b39265023b1a9998fe --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052f27ae302160d9ecf0dcfbc9cbdafb29eade8bc84360a100b0ded2cbc2c182 +size 466995 diff --git a/perception/image_level_comprehension/image_quality/images/282.png b/perception/image_level_comprehension/image_quality/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..02970571843b490956917af1de72a5a4cb7b026a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ee2f14c661594c9761feca10d9dea9eead4a22d4706175b11db38e8eec3718 +size 458553 diff --git a/perception/image_level_comprehension/image_quality/images/283.png b/perception/image_level_comprehension/image_quality/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..20f593646137f98b5612709c00e35aaca18d0629 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd32e70571316f73e8d56651e5b11c5dbce94e470f680deb4703923cf9a421d9 +size 429621 diff --git a/perception/image_level_comprehension/image_quality/images/284.png b/perception/image_level_comprehension/image_quality/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..4329d8158312ea243dc0956b9ff46feca775e2ba --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875ddfd8f6b0d4a726a278dd65314e684d9b9f2bc1ce9efd7f4d1d56f2d2f2f8 +size 447565 diff --git a/perception/image_level_comprehension/image_quality/images/285.png b/perception/image_level_comprehension/image_quality/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..f4795959d856a063d86471ff4892bb6b22c2ea0f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c5de4bbf6979eb63472da08a27e0004279c9645ece056692ab93e9724168b2 +size 419887 diff --git a/perception/image_level_comprehension/image_quality/images/286.png b/perception/image_level_comprehension/image_quality/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..4d850ae973224d8adfee0e7458b03f46ee514210 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcd3232b2f2b0240ca3d5b51091bacb544f3e8d3394c2ea68039799d7b3949a +size 425088 diff --git a/perception/image_level_comprehension/image_quality/images/287.png b/perception/image_level_comprehension/image_quality/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..f3ad02373f7cd9e8a4e52bceaa10e18cd130d322 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e3a386cab17f74cb70e3f880f6d69c6140682df486f434df1ffe297280ce9f +size 436154 diff --git a/perception/image_level_comprehension/image_quality/images/288.png b/perception/image_level_comprehension/image_quality/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..2eded35114a9ae63e62fb1723d870e38cba577fa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277a1a57f9f964f7e9553258d36df1785823c4698a696959dae85e58033873a7 +size 452124 diff --git a/perception/image_level_comprehension/image_quality/images/289.png b/perception/image_level_comprehension/image_quality/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..80e9855b5dec740c3938a3afbba2efe781259664 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b0c6d9a69d96de95878d57173da8c0402801e9c60f199f9e1219eec465f6f6 +size 480017 diff --git a/perception/image_level_comprehension/image_quality/images/29.png b/perception/image_level_comprehension/image_quality/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..8386daba3a8420ea31b88c558f1566179ea8fdeb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a35dc633ca19a83fb8475cd19a15d0b9df8050d489aea31e42db39c8830e23b +size 434670 diff --git a/perception/image_level_comprehension/image_quality/images/290.png b/perception/image_level_comprehension/image_quality/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..73bd3c822127d2c14a214c9bf7169ec3b590784c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30ad7461749c8b473bcc9a14703a1c30c43587c23765d7df7031bc50b007a1b +size 492899 diff --git a/perception/image_level_comprehension/image_quality/images/291.png b/perception/image_level_comprehension/image_quality/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f469d6ce722977eefecaea202c70fd76934ee8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b2951dd229dc01f2bc425581e5e8a73fd369fd40cb3246b46aee96685c9f91 +size 448638 diff --git a/perception/image_level_comprehension/image_quality/images/292.png b/perception/image_level_comprehension/image_quality/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..9b84c72981dc9f511080fc58b86d360c6ca84131 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554fe962074ca11e87ff978544e31d6511537374e8582249c00486cf35581ae0 +size 476586 diff --git a/perception/image_level_comprehension/image_quality/images/293.png b/perception/image_level_comprehension/image_quality/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8e289480757c2df6adee48020a613b7cbafe8e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96073e328c2ec78b5a2776fe0289a928709063e4aa72e9e971fe17586f9e55a +size 478189 diff --git a/perception/image_level_comprehension/image_quality/images/294.png b/perception/image_level_comprehension/image_quality/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6528c57b95ba06fd67a3a435fba227ad70937b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4110a83404504f84e500fd3e68b0fbc10681f9ee171d484d39820ed930f91453 +size 535733 diff --git a/perception/image_level_comprehension/image_quality/images/295.png b/perception/image_level_comprehension/image_quality/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..fe821af43ef42ba65931589f892778c8f3690317 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448a71cdf887beac981d666951e174b59e0322740553cc5e5584938be843f63b +size 463194 diff --git a/perception/image_level_comprehension/image_quality/images/296.png b/perception/image_level_comprehension/image_quality/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..a9cae65a67ce21042cc5fd83d3763c4f4044b1be --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ad08cf8eb4f96ca13d2fe2412763b4d1475988f28299cd265d8348caf745f6 +size 417176 diff --git a/perception/image_level_comprehension/image_quality/images/297.png b/perception/image_level_comprehension/image_quality/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..238c8beee83ab62972a4be27c7a95db80682c63e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f231b4b055b50722b5f57750de91092e24ad869a525dcfe6a939ad0d8b0c6672 +size 453475 diff --git a/perception/image_level_comprehension/image_quality/images/298.png b/perception/image_level_comprehension/image_quality/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..a64f44fd8ea821aecb7bdcdb8a35ec90f0c8c8d7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d716cb76a723a76d61b0a815e32dd7ee2627c3920d04cf218b771f9c2784120f +size 488103 diff --git a/perception/image_level_comprehension/image_quality/images/299.png b/perception/image_level_comprehension/image_quality/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..d82e5fb1cf1c9cadfb0260116056bc2a18166da3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d948494321c566e676dcf1b7f412f4badddc065e38f0fce770e9caa18ab06a +size 433788 diff --git a/perception/image_level_comprehension/image_quality/images/3.png b/perception/image_level_comprehension/image_quality/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..721061b74cdb04bb5414f9f044a802edd9c25153 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c090783656f4865debacbf36efa9899eb27c1afbaa24ea9aa6af7c22327dfea9 +size 367765 diff --git a/perception/image_level_comprehension/image_quality/images/30.png b/perception/image_level_comprehension/image_quality/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..ed28930f0214292fa10282e3ee12d9173797eda9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada497268f86902d3e7a679868299ea3d78c750f7986bda718f6fc814c554690 +size 429475 diff --git a/perception/image_level_comprehension/image_quality/images/300.png b/perception/image_level_comprehension/image_quality/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..275491a256660252a4f2055cf899460a8857e0e2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0feca74248489a7dca54e61785af1edabd31fe746e49dcdee2ffd51c44eb816 +size 470524 diff --git a/perception/image_level_comprehension/image_quality/images/301.png b/perception/image_level_comprehension/image_quality/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..85d81ee6bea9e526bdcb441606a233e430d8dfd0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ef679a94cc103e5bebac7b3bc34a3f32b5df84107df1983b2593079dcfa19f +size 423802 diff --git a/perception/image_level_comprehension/image_quality/images/302.png b/perception/image_level_comprehension/image_quality/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..65c8938440345ef13077e8ea43bb4102811156ac --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ecaf41cbcfd441f8772095a4b76b7acb09ab79ac5e88faf9d7b75961d969af +size 427888 diff --git a/perception/image_level_comprehension/image_quality/images/303.png b/perception/image_level_comprehension/image_quality/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..1f5d00ce24e317cc4665eb8fc75af097e25d0dd5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c4225e1183489d27cf6b1e9cb91b4ac031b455ffdd8effeba4393d47fb8c22 +size 434612 diff --git a/perception/image_level_comprehension/image_quality/images/304.png b/perception/image_level_comprehension/image_quality/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc7604917f37fbba05c52dfba85772162352b79 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b007080a360fdaadfb037629d3e320c3281c89f0680a09f477fe4c7f1faa40 +size 467696 diff --git a/perception/image_level_comprehension/image_quality/images/305.png b/perception/image_level_comprehension/image_quality/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..757a23bd4207aaa31f14f17805645a137df457eb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280d40c132a905c4659c6c2f31dab64d58ca17fa426e8cbc7686c645f6b32067 +size 414797 diff --git a/perception/image_level_comprehension/image_quality/images/306.png b/perception/image_level_comprehension/image_quality/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..853734d9d8285db20999188fc54ab85180afa892 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239afe74840177224352d78948f717affa7d609be1af2497bebe717a0727b777 +size 400269 diff --git a/perception/image_level_comprehension/image_quality/images/307.png b/perception/image_level_comprehension/image_quality/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..62a00c8be1bbca910ef75df5fd01ad59ce499433 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3694eb2ccba3d0f81814a9ddec4fd78eed86734edd93cdc2d3cef092247d7a +size 422570 diff --git a/perception/image_level_comprehension/image_quality/images/308.png b/perception/image_level_comprehension/image_quality/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbad6125be33161b2f527f57580036e080a2d06 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f919ef5ebfb318710b750c4c2412500dacb27e9dde63b4c61d7dcd4d4b7770c3 +size 462569 diff --git a/perception/image_level_comprehension/image_quality/images/309.png b/perception/image_level_comprehension/image_quality/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb1941631286c207578dbae6941878d2457f77a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5157bce5a655964d681c4eea779903ad6ccabbc5aeb3238fd27e1554abcea9bc +size 423112 diff --git a/perception/image_level_comprehension/image_quality/images/31.png b/perception/image_level_comprehension/image_quality/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..f46f9f81168124dcc46a66bf1b08cf72cfbc8e51 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f1c4ad8d3d212db2a02346661a62b25a2b623e7ae3d53ffe391f122827780c +size 412964 diff --git a/perception/image_level_comprehension/image_quality/images/310.png b/perception/image_level_comprehension/image_quality/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7bbd8116dea76db7b8b8c57d942882150af955 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2612f4a005b9adf6c398ec710cbb1863e53fbf202e1bd6553396d81bfe4230de +size 439246 diff --git a/perception/image_level_comprehension/image_quality/images/311.png b/perception/image_level_comprehension/image_quality/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..57640e213584b421be775af1f5f586d8026c383e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6260f6e46b201ff565af7819df89ba128f57b1e0c65cb57393dfc7dbe8f023 +size 441472 diff --git a/perception/image_level_comprehension/image_quality/images/312.png b/perception/image_level_comprehension/image_quality/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..8bcc7e4ab8c28f90bd240b44ef0c6f1ab0292df6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271dc83b6bd29f1e0865885de3cc44fb01cd3ec11be5068b9e3f45a350bdef32 +size 497106 diff --git a/perception/image_level_comprehension/image_quality/images/313.png b/perception/image_level_comprehension/image_quality/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..883b3f4b632136dfff39b18f9a8442d0d0cfca66 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c72d2ba9b6475632d90baa32ca749c4bb190e2e506bd78605636ec3753342f +size 502375 diff --git a/perception/image_level_comprehension/image_quality/images/314.png b/perception/image_level_comprehension/image_quality/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..b0cb29f1482fb8606e17ab2fa85716a095cda25d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835abadf47b9042b345d0a9738f9f10ddffb1ee46b973712333d9bff754400f5 +size 534645 diff --git a/perception/image_level_comprehension/image_quality/images/315.png b/perception/image_level_comprehension/image_quality/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..878dc42e2825a1d455e0b171d63cc4843c2d451e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11e7f01b1cfbe18c3b33c40a6a20098cdce6dd70c96222686de8b2011bb1cb9 +size 500226 diff --git a/perception/image_level_comprehension/image_quality/images/316.png b/perception/image_level_comprehension/image_quality/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..580ff3f64d1a955ba6786ec954808a170acbd326 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4c85621eec09b4ef2b8b5a232c73223f1b72feb3b22ffc52ccb83e1723a1c5 +size 432819 diff --git a/perception/image_level_comprehension/image_quality/images/317.png b/perception/image_level_comprehension/image_quality/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..a47cebb4bada03d9e68f2ac5520d2e43f47c6e75 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f21e2dc6b9edc17e82fa2844a0d929533b95b4c8f3858ce6484cdc7cb04410 +size 454849 diff --git a/perception/image_level_comprehension/image_quality/images/318.png b/perception/image_level_comprehension/image_quality/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..047e1ccca52129b5c9bf2da80d0f2c50618629cd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078292809daf53b848b9202b7e5419fdfc901362e71495a9c8145f03bcf10283 +size 465637 diff --git a/perception/image_level_comprehension/image_quality/images/319.png b/perception/image_level_comprehension/image_quality/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..173a42b57d3f259f1a56f1bcfa76ba7a80890d94 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0374f781668ae6b6eb5fad5aaff445d519cd0af490a258d79f07206bba30c6ae +size 443589 diff --git a/perception/image_level_comprehension/image_quality/images/32.png b/perception/image_level_comprehension/image_quality/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..8145a957632d881355b705cb7fb4bbea6bde949d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5bf9548be25ab8c84d13ea73c039e927c131b65856bbd8b6a48623e2f82416 +size 398270 diff --git a/perception/image_level_comprehension/image_quality/images/320.png b/perception/image_level_comprehension/image_quality/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..856a3af3b638d4a4c82b282843ca8a4f383995fb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead522f25aab18f8674168d05bcf19e076291a8344a2b89370eae2a60908fbfd +size 461537 diff --git a/perception/image_level_comprehension/image_quality/images/321.png b/perception/image_level_comprehension/image_quality/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..1623bc29253ee379de345b1666a118b257635d05 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9387ca7321689286ee62596ada3eb80181c625801d3e2a6f8c122f76da4c050 +size 449296 diff --git a/perception/image_level_comprehension/image_quality/images/322.png b/perception/image_level_comprehension/image_quality/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1cec9222a2b948095623ef478d1aca09a7c32d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9475873611a8bcb02cc1af0d0f775e00c2b8f78b00213651221fd712ba1d2c06 +size 417990 diff --git a/perception/image_level_comprehension/image_quality/images/323.png b/perception/image_level_comprehension/image_quality/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..a7ab6ad0eeae117d5d56e5a8624446a7bbad74ac --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddf3e9c2d5d2ead42da7985e8d101aa45215324e416ad14c926123f93e2ab30 +size 428001 diff --git a/perception/image_level_comprehension/image_quality/images/324.png b/perception/image_level_comprehension/image_quality/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..3157f2b3df805772feded711b81c4a4be1b74f01 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0390ef0dc33ff11ca03d470b9dc325bbb9169583090b4158e59cdc6475016399 +size 418342 diff --git a/perception/image_level_comprehension/image_quality/images/325.png b/perception/image_level_comprehension/image_quality/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..5a6827f0eecff323ee4fa53f804f26b63caf4bc2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daea7a3541521c140577167433d694110752c386a39f16d16032f7b1e18a3cb4 +size 522117 diff --git a/perception/image_level_comprehension/image_quality/images/326.png b/perception/image_level_comprehension/image_quality/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..8382b2a6d29dbd8ced7cf33dac28d94f848e0f66 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bf125d4fcaf3773b9ea216933a40e1a362cb7aed0b5471579cf95b579e3e8d +size 394912 diff --git a/perception/image_level_comprehension/image_quality/images/327.png b/perception/image_level_comprehension/image_quality/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..2d8e4299c5e0ee5cd11d5b8a5e49553e0f3622ca --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d939f0580a724be1e7bd72c0b99ecc71ba905c29b1605f6d01928416ac4c532 +size 438649 diff --git a/perception/image_level_comprehension/image_quality/images/328.png b/perception/image_level_comprehension/image_quality/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..a96d4881e8b1163db7afdd26cccccbd53e028766 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4371b9d98c27e351554e02d8078d87ba66038ec95438dca2165c35d4c01f3c0 +size 399438 diff --git a/perception/image_level_comprehension/image_quality/images/329.png b/perception/image_level_comprehension/image_quality/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..1e604b3163188dc294c3f3ab773259b7aa8cca3a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f13272d425fa847ee206f2cb7e72512089291f93b037e56ed6f4c6364fab12 +size 420655 diff --git a/perception/image_level_comprehension/image_quality/images/33.png b/perception/image_level_comprehension/image_quality/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..043ee97fcdb5eb55b51a19af4c83ebc2043607c2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4f2730f5824c4233762ef01b57e61f34f5246f791b3a0446de9de006f2b535 +size 346731 diff --git a/perception/image_level_comprehension/image_quality/images/330.png b/perception/image_level_comprehension/image_quality/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..df533eba96e308fff273d5c8c1cda586b5aa51e5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af26c48aa8b0d2ac55d73351945f060edfce5dab7b4a494a79fdf6e95cf2d0f +size 487843 diff --git a/perception/image_level_comprehension/image_quality/images/331.png b/perception/image_level_comprehension/image_quality/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..274926d37113cf2fafc18835a828dca04cfe4aed --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f97e066dc37c4c9b891f89ffd19c2ec97b663989766df0c988b9057997d026 +size 424450 diff --git a/perception/image_level_comprehension/image_quality/images/332.png b/perception/image_level_comprehension/image_quality/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..931aac8d3cfd391550dc20f7c7ab67676559218b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7c9452f18c173e743a769583e36e5197d1a1f89ad6779e47e0cdf6e814d88a +size 450764 diff --git a/perception/image_level_comprehension/image_quality/images/333.png b/perception/image_level_comprehension/image_quality/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..3273a64bdcea0c6afe549288c457166a2375115c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cad2fcc1696700184fb42894f539e0cf7d3f1a30f0784fddf7d5540cb80722 +size 411546 diff --git a/perception/image_level_comprehension/image_quality/images/334.png b/perception/image_level_comprehension/image_quality/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..37790476757a91bf7250591f684137d913ecbd8f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0020712eaaf830446d3981f938922fb2a209322b33a181adeb9f8bd9750e6b33 +size 409477 diff --git a/perception/image_level_comprehension/image_quality/images/335.png b/perception/image_level_comprehension/image_quality/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..9adee860d4df8e41f2f50b38831394f81660c441 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53653a848c2198cc49a77290125d1fa361d50e1e5d682b308840eefb07b9f815 +size 454011 diff --git a/perception/image_level_comprehension/image_quality/images/336.png b/perception/image_level_comprehension/image_quality/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..244485461cc71ce2c03e6c9ae66adef9fba1be5f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86bbf737073dcde20b898e443904c46e1deccd646efd9116e21aeac5b50367f +size 452033 diff --git a/perception/image_level_comprehension/image_quality/images/337.png b/perception/image_level_comprehension/image_quality/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..188538816e5a91cb202a8c7c912fdb531a04251d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b70f4514cbd88c841546cb2da70866c6366dcc78ecd5aab35a2ddf3c624675e +size 475065 diff --git a/perception/image_level_comprehension/image_quality/images/338.png b/perception/image_level_comprehension/image_quality/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..9937f3f14807f2c60a02aa0cf8636b0376518f04 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf6f581a0fe05c81f95c7dbd4179612304dd3475ad114b9e275932c5a68c525 +size 468476 diff --git a/perception/image_level_comprehension/image_quality/images/339.png b/perception/image_level_comprehension/image_quality/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..ecb27f253a6ae688a758f44c6bc68388b3df5a54 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c02c89682b1307b2b7fc32cd25ab6ce8aeb1464f4ac254fe07315fecb322d94 +size 451953 diff --git a/perception/image_level_comprehension/image_quality/images/34.png b/perception/image_level_comprehension/image_quality/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..4b3eb5529557dac75dd440f8348693b5265c17c5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77534cb7b98e99e7042cbcc1c0d1a053a4772d29e6fde184671e2715bf586fd8 +size 394283 diff --git a/perception/image_level_comprehension/image_quality/images/340.png b/perception/image_level_comprehension/image_quality/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..05ce9519efa0c90eae6e561c40245ef33d4bb2ae --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2679be5e43803bbe472117ced5164a6529cde53b3c5a8f463f58fa981e3cd07d +size 457189 diff --git a/perception/image_level_comprehension/image_quality/images/341.png b/perception/image_level_comprehension/image_quality/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d4c0ba8b94a04767be9e6f6b7a9fdbe372de96 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b673a5efec061df0381a119957b0ebfd3b951739f758c37c829c2029105bc7b0 +size 434991 diff --git a/perception/image_level_comprehension/image_quality/images/342.png b/perception/image_level_comprehension/image_quality/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf215d5018b40cd25f59000115f66b402de5158 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606660f8f71d5617504df2943861982350911f75a4a0439ca5887a2cd134ea70 +size 473858 diff --git a/perception/image_level_comprehension/image_quality/images/343.png b/perception/image_level_comprehension/image_quality/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa648f9da5d0a3a1a9acc526c01fd290c7c7e60 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412eebe17d37e10d15de75faa8ca4ccee0dad0301d41461d34f8864a69bfb143 +size 454934 diff --git a/perception/image_level_comprehension/image_quality/images/344.png b/perception/image_level_comprehension/image_quality/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..cc884e4bbe53de2c78e58c4cec72486047824501 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae0bc7449d8d9893fe1ef907947eb84a4ec5096d3eb208cf21c1001286295fa +size 428491 diff --git a/perception/image_level_comprehension/image_quality/images/345.png b/perception/image_level_comprehension/image_quality/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..7b16cab9a4d848b1bf694e18ed7450e7ffdb5ab3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91e7af6d916c9e2f0117080657c58795a195bdea073533facecfd3d182b2f1f +size 489699 diff --git a/perception/image_level_comprehension/image_quality/images/346.png b/perception/image_level_comprehension/image_quality/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..c10df5f90b4c53112e53df2b5474538ddaff2daf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ceff840a1462fa29c14734e9fde99506b92682d01c7bc3605a9c71e3bc8e2ca +size 522951 diff --git a/perception/image_level_comprehension/image_quality/images/347.png b/perception/image_level_comprehension/image_quality/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..e510586ddeba33e0d2e065aa9765354e03eb0b81 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac09b2ab1afbfdfc02c0ad5e0ac4cbba5d1f6b639d52b4b7aff2378762fa6c6 +size 557195 diff --git a/perception/image_level_comprehension/image_quality/images/348.png b/perception/image_level_comprehension/image_quality/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..adea6b9f90edda027118fdb039383082a75ed0f4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03088b81381b911893c249f466a874df83dc4e9a9c3b9520796eec7b7749250f +size 453693 diff --git a/perception/image_level_comprehension/image_quality/images/349.png b/perception/image_level_comprehension/image_quality/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..7d95cd285a41de84ae9492126c8226b00b1778ab --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e190ce2e75cd239b79d13df0c1ddc617930f346c1a263133a088f5da14175bf +size 414363 diff --git a/perception/image_level_comprehension/image_quality/images/35.png b/perception/image_level_comprehension/image_quality/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..1adf2d89ae6547fe6fe5186234716a9f917d84fa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96403a95ba8ce84c470f64c20a750e51ca1b6ff971e7e4d2aa682f5bc5406b23 +size 500281 diff --git a/perception/image_level_comprehension/image_quality/images/350.png b/perception/image_level_comprehension/image_quality/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..0a0bcf79ef77c4e646e59ad3d38b5354b4ba6b15 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9096f4c5bc62c05b2076abf11d62f79f07afe1514b734d1578a94169005335 +size 438610 diff --git a/perception/image_level_comprehension/image_quality/images/351.png b/perception/image_level_comprehension/image_quality/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..36f497d81b4996a2edbdffa14591e939206f0f19 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdd722b3fad1d52dfb1f0b55db573a502e0e6c04e8609b49fa957ae76fb6636 +size 503802 diff --git a/perception/image_level_comprehension/image_quality/images/352.png b/perception/image_level_comprehension/image_quality/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..2be9ff14b6bb8e58c6cfb799a2c609a41f2b6e00 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84db37c863bdba439e16ddd43157b7dbba185203c9b39fd5bf189aa5be81033 +size 474329 diff --git a/perception/image_level_comprehension/image_quality/images/353.png b/perception/image_level_comprehension/image_quality/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..bc559881729d6e2a0d427ed563eb988bf84595ee --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c4c3a862b15b9484c07eea468b5a6de52d101a8492608cbf5b960cf6d2788f +size 470913 diff --git a/perception/image_level_comprehension/image_quality/images/354.png b/perception/image_level_comprehension/image_quality/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..14c7753f32ff436ac0be1fb97d3eafaa48163925 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee68d1ab4f54104a79bc88fb1107213538a28372d2bb59d5b6d21669cfa11b85 +size 418332 diff --git a/perception/image_level_comprehension/image_quality/images/355.png b/perception/image_level_comprehension/image_quality/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ce5c6b5480b1d82631ed4b86e885bd82722caf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da0cd10ad44237812da1e53f4af78d3588be740e41940145380c7b026ee0df8 +size 447488 diff --git a/perception/image_level_comprehension/image_quality/images/356.png b/perception/image_level_comprehension/image_quality/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..051705eada6e8d55483fe152af175a84867e717f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802b1418ecdaab06e22aa5de9901b5f74a6d2b186110ed8b333740384301219e +size 490020 diff --git a/perception/image_level_comprehension/image_quality/images/357.png b/perception/image_level_comprehension/image_quality/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b0a5ae2d66de17b08e06ebae152fe6938e1911 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd9a80f6fcb61eefe511c85ad2ea29b0254c495368c428ec99c17c066beefb9 +size 481881 diff --git a/perception/image_level_comprehension/image_quality/images/358.png b/perception/image_level_comprehension/image_quality/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..33386ccd477ea41ab6124bc312920111b3a1abfd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27739c52b21b79173ed30aea8444c7d5f2c9dfdb3f2ce21d86932d6e0a85461 +size 516916 diff --git a/perception/image_level_comprehension/image_quality/images/359.png b/perception/image_level_comprehension/image_quality/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..b96d884ba7058ae8e2378c0dfb792b404b0dd866 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158a98132c041808149155c078264988842ff8a9bdaad391465881f1c81a987c +size 439623 diff --git a/perception/image_level_comprehension/image_quality/images/36.png b/perception/image_level_comprehension/image_quality/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..f17b08948f62002c563a58160717c4d0024d9291 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d2c83fc484b54d7bb4ee468691c36e53de5926d1877250b720cde55708134e +size 499416 diff --git a/perception/image_level_comprehension/image_quality/images/360.png b/perception/image_level_comprehension/image_quality/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..83308e559e7baed8caa42f0aa8d51143e66930d3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d7177d04e3551f59c094f811cf537e118648f3e9683bc75095542a90c2b0e6 +size 492646 diff --git a/perception/image_level_comprehension/image_quality/images/361.png b/perception/image_level_comprehension/image_quality/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f74739bb875b81ce1aca49fc5e1abc6fd32018 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb9e7d48cfffb856d2cdb5779e2845b32142fa318c4707ff9a2ca914922a85f +size 510678 diff --git a/perception/image_level_comprehension/image_quality/images/362.png b/perception/image_level_comprehension/image_quality/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e71f1bce50adca11de7734a3030dd20cba5327 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec689d451cb394aac72b4b6f0163b9fec33775e3f21ee273911af535a33653e9 +size 513129 diff --git a/perception/image_level_comprehension/image_quality/images/363.png b/perception/image_level_comprehension/image_quality/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..0d5ec0dca0ce7552db48e27855213accd6b30ad2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e715b91fadbaddd66d1608a3332348d5b67b20a5a98dddb7cb5bc4dc62dca7b +size 446324 diff --git a/perception/image_level_comprehension/image_quality/images/364.png b/perception/image_level_comprehension/image_quality/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..a385602c1fb6f74c350af25cc5f74b09ebee57f2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320bca4654826ab121223966e1d80ba358cf2813aa439ac8df6040ae470c3500 +size 520445 diff --git a/perception/image_level_comprehension/image_quality/images/365.png b/perception/image_level_comprehension/image_quality/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..2ada79f1b791c396c51681273f2d1b5f9ca532c4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fca108999c6e23e2fee990fec21f8b99b8f71628912acb8838c121836976cd2 +size 451907 diff --git a/perception/image_level_comprehension/image_quality/images/366.png b/perception/image_level_comprehension/image_quality/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..f94616e8da5555dfe1f4578238611d73059ddefb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86dddd2977c3b69e24ce789431d1e90febc8b6dc0eb8fb94b01fce7ea59dea42 +size 430300 diff --git a/perception/image_level_comprehension/image_quality/images/367.png b/perception/image_level_comprehension/image_quality/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..abb010291a68909e07578b1a91ad1785ee7ef1d7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdffa5955ac77cd62ddb7643f6a34359ca1ba1b69fc02b083f762519d157b74 +size 480859 diff --git a/perception/image_level_comprehension/image_quality/images/368.png b/perception/image_level_comprehension/image_quality/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba49546dfc8bbbe3e957223f0989b444eb428f0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b99c1324b29c9e7a7bd3c0de3721718846f0240b8bc549584de184d17133a5 +size 473778 diff --git a/perception/image_level_comprehension/image_quality/images/369.png b/perception/image_level_comprehension/image_quality/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..a38bc07a88b943103064f000e73f8c6b4a28bb80 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b34a216355dead82f967fbe2aaea817c3b264f9d22b2c08cb06bd1b1cb33ae +size 494252 diff --git a/perception/image_level_comprehension/image_quality/images/37.png b/perception/image_level_comprehension/image_quality/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..b26aefaf8e7e0f9709ddc14a9d198c954638f315 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec22c044f6532de17a9862b3424e1ea4f78fe543179f11752d4ae77591fe1d18 +size 447327 diff --git a/perception/image_level_comprehension/image_quality/images/370.png b/perception/image_level_comprehension/image_quality/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..40b91be6fb3bcc4b361320f6daf9d7b7b4f5f650 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdad569ae4e662cf7007eaaf7484f886865bcbf5d0ca593e323d9c3b95fa6ec +size 430507 diff --git a/perception/image_level_comprehension/image_quality/images/371.png b/perception/image_level_comprehension/image_quality/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..08043fa94511f4b07b6d08e268b78aaf11de5811 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a389cc45e9a45ccd7974ca410b75183404a9c1a3ddda4494592b85fa1214bad7 +size 456558 diff --git a/perception/image_level_comprehension/image_quality/images/372.png b/perception/image_level_comprehension/image_quality/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..20eb785928c639de7f79d57c4a6d390bfb7abae8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a083770bc493818e8ae237a17363e5bb8d6e372dc6e5c1cca7f321dce0cf5b20 +size 481797 diff --git a/perception/image_level_comprehension/image_quality/images/373.png b/perception/image_level_comprehension/image_quality/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..35aa9161243c23358b4ab0e12dcc3022e8f6b595 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc92a13027c5196422bc51bc9c82af6b521432d0a3d5f9071f5673dd6b67fa3 +size 444367 diff --git a/perception/image_level_comprehension/image_quality/images/374.png b/perception/image_level_comprehension/image_quality/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..741c22d0606a81db1c691f5cf8882ae78ecf84b6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6e406584a6ae4c21e436ae5513552905772e83b15094e849761de4e0f396b6 +size 444675 diff --git a/perception/image_level_comprehension/image_quality/images/375.png b/perception/image_level_comprehension/image_quality/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe7a77423cf43f43ec7ed55f8a7042ef934ed96 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09aa1aa84d8276fd11a3094943fb0027705ddb52bf9c8469c7083fa6074292a +size 449316 diff --git a/perception/image_level_comprehension/image_quality/images/376.png b/perception/image_level_comprehension/image_quality/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..fa25c0fa208c02ca8717b55d838fc95ae0009467 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c03abae51a409c8d327e7a703196e72a0be66385b5ef346d4fec28cb414f086 +size 489759 diff --git a/perception/image_level_comprehension/image_quality/images/377.png b/perception/image_level_comprehension/image_quality/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..91e1e2f705ff64310724b202d98beac1c0c2fdaf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4962258846f22300fb21955bb6a95e725553158f36e625aa900acbdd5ee5e115 +size 518805 diff --git a/perception/image_level_comprehension/image_quality/images/378.png b/perception/image_level_comprehension/image_quality/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..d94eea4863a7d44b1725d99bf6fbeb23bd7a3ced --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8d96d961b31098dae1ba35161f0212c60b18b997b0847687672620cdebae86 +size 490571 diff --git a/perception/image_level_comprehension/image_quality/images/379.png b/perception/image_level_comprehension/image_quality/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd450452e567f7af6e4df05ef4cb41963bfa68a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4af7ea1076a4abcaee9bc386b30eaed48ba2379aa51c0a89cd1a148ad0018a +size 448375 diff --git a/perception/image_level_comprehension/image_quality/images/38.png b/perception/image_level_comprehension/image_quality/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..420fea9bf326fc09d3164cce2a800535aa42f654 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afb973fabb9646b2c2c7a1e4b039b31f628ec2a90ea4576f7fb88757f2b8228 +size 483928 diff --git a/perception/image_level_comprehension/image_quality/images/380.png b/perception/image_level_comprehension/image_quality/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..3f172210dabb1975e8543dc306bafb9d8ff5a604 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9049d085d033812f2895443bd203fc9506b064677e3a8363df85b0e6acc72651 +size 511845 diff --git a/perception/image_level_comprehension/image_quality/images/381.png b/perception/image_level_comprehension/image_quality/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..a460beb0e4e33c83f947130e5091261127873cba --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f129d9968d7c6149752208d303ff0af500790034cd22d0b661abbf08292fa663 +size 509290 diff --git a/perception/image_level_comprehension/image_quality/images/382.png b/perception/image_level_comprehension/image_quality/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..c59a1de032b06146211d852e72e4cd6db2a0a3e7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86e4062dff8d2911f92fa7985368c1bd9bf1f450a346c5b9db90dcd6d23ca61 +size 423433 diff --git a/perception/image_level_comprehension/image_quality/images/383.png b/perception/image_level_comprehension/image_quality/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..56c609ab00ad3555c8c38f01a60a1964029a1c25 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339b05e8e8bfbe12811b2be9b18b073f03850918fa0b7bb0bf869464d5d00d14 +size 436065 diff --git a/perception/image_level_comprehension/image_quality/images/384.png b/perception/image_level_comprehension/image_quality/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..04a0770b1083be7abcc08b3032a959e8804fb855 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc0d7b7115db43126c45e20e469e62142f28c85bc6fea20b1839eee0f726943 +size 429929 diff --git a/perception/image_level_comprehension/image_quality/images/385.png b/perception/image_level_comprehension/image_quality/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..a18d9bd942096cb0d1f5cc83074a490a21e7a88c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415ca5075ffbb30977e87b6091c53c12cb1d9337d4b64576400ba252500e0d0c +size 447723 diff --git a/perception/image_level_comprehension/image_quality/images/386.png b/perception/image_level_comprehension/image_quality/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..add9b7e7940f1645fab3e0677260e14e5f3ebad2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6220ac48d7c942c4c970d878538b94eb65483c67bb8ab130286e6466b9071616 +size 462110 diff --git a/perception/image_level_comprehension/image_quality/images/387.png b/perception/image_level_comprehension/image_quality/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..618bea2e74ed8cc68c8bf99d91337b45f3dba764 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df19bbebbd57e767b569f7e28a2bbf916e7cc27d2eabdb555a7430b0e2639bdd +size 451301 diff --git a/perception/image_level_comprehension/image_quality/images/388.png b/perception/image_level_comprehension/image_quality/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..c20b828a12455aed07b0a882651e8fbade57be0b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145c56559855d19caea465ebcc6a01bf1ad64bdefb4ce8bc4a5bcafce11b2357 +size 432261 diff --git a/perception/image_level_comprehension/image_quality/images/389.png b/perception/image_level_comprehension/image_quality/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..ba58224f6bfb891fb64eec775739cd211ec7f3b5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028cf6317b62cb7065c0a0c1fb916f4bf1f7acbf8824fd756336ab1dca39d05e +size 400259 diff --git a/perception/image_level_comprehension/image_quality/images/39.png b/perception/image_level_comprehension/image_quality/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..c70b2563900e48cc45c268f91b578f0b556d3206 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb4d237eb9a8f62e865dc6a190bb03ef7eed64db4cfde3dabc4efb953d468f8 +size 525014 diff --git a/perception/image_level_comprehension/image_quality/images/390.png b/perception/image_level_comprehension/image_quality/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..4674679ba04d185f5ad04d301ef0a66778bd313d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7855c1bc7cfb6765409ee00546e47ddd5bdc47dbf2f0d410af65378089f6c345 +size 405331 diff --git a/perception/image_level_comprehension/image_quality/images/391.png b/perception/image_level_comprehension/image_quality/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..5e5774a356a450a251b0a17c09bb8611c3a1c657 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae2685a7500ee10d24fbd69d733f86165d7bfecdc66ad65a2ae3d8bb1dd56b0 +size 516016 diff --git a/perception/image_level_comprehension/image_quality/images/392.png b/perception/image_level_comprehension/image_quality/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f618cf7c602f74df810928f66554f40346167b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417871a463c94e18ae0673cd7f92d63fdf30ed6eccd40935383c709e109283af +size 400252 diff --git a/perception/image_level_comprehension/image_quality/images/393.png b/perception/image_level_comprehension/image_quality/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f615544cf63f2acd04d863041e42025d92d1b4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0d0cf9bef48a76cd0fb7194e34d89e186f2ff1196830ecce95c7061630f010 +size 432297 diff --git a/perception/image_level_comprehension/image_quality/images/394.png b/perception/image_level_comprehension/image_quality/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd5c54abe0e05b60ac96e3222a64f22c8332d6d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddc5b7df20110acbe2a0f1742a2a382dfc49f37b8d516b1c297c8f773304ce8 +size 428888 diff --git a/perception/image_level_comprehension/image_quality/images/395.png b/perception/image_level_comprehension/image_quality/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..abe5ac343512c6a275c0b2096425a31b93e87a7e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee7d4179b72bd4b0491cd382dc554320a296bfe96429937a494d3d960af4e15 +size 457149 diff --git a/perception/image_level_comprehension/image_quality/images/396.png b/perception/image_level_comprehension/image_quality/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..7668e02913bcf35d1604be10ac9db0769d67f461 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54772d42fe0bbe4c23a64c685e99dc2be14d451d47617d0080d9cc4be4c3e04 +size 508658 diff --git a/perception/image_level_comprehension/image_quality/images/397.png b/perception/image_level_comprehension/image_quality/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7491dc732c22930bad2948245191b2a68e07d9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dda85419d6bdfbb84545fd11db648c7b944dbc0937169470f256b052e26d6ee +size 490836 diff --git a/perception/image_level_comprehension/image_quality/images/398.png b/perception/image_level_comprehension/image_quality/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a0e71cfa81489779467a35b333fcf26bafe973 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8732181ff310e313df69a3b77dcc0896e726630564e7bf422542db05ef56639c +size 453948 diff --git a/perception/image_level_comprehension/image_quality/images/399.png b/perception/image_level_comprehension/image_quality/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..665c48b9683227b0098135f2a75b25a44c178322 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c19011e5f455bc179d9e3b62dea82151d0d8eaba667726f7bd9f80408d3fe7e +size 450046 diff --git a/perception/image_level_comprehension/image_quality/images/4.png b/perception/image_level_comprehension/image_quality/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef44ebc440c5a30af41b39a03ad0ca909a56aca --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267da168ed7202973095fe79d430691b4034bdc3aacb0c2cbc85f9865ae78272 +size 498032 diff --git a/perception/image_level_comprehension/image_quality/images/40.png b/perception/image_level_comprehension/image_quality/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..b39c34926b277b87a3ef338ac2af206b98ce3dfa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed770b5c93ff7a123924a50633aa22e2dd25ce28dd025ec769bf5346c5f60da +size 509249 diff --git a/perception/image_level_comprehension/image_quality/images/400.png b/perception/image_level_comprehension/image_quality/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..471d1e69afaf64d4ff0d75b2bcd38e86edd79c58 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69860a8fc4b5340be67e12da68cadf1900389e1b0e5f3166d9ff363f8f02c0c3 +size 437169 diff --git a/perception/image_level_comprehension/image_quality/images/401.png b/perception/image_level_comprehension/image_quality/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..e48261fade55e8ee824c895fe6da1773ced69d9b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ee4fb0c528a49caa6cee6d98477a608dd99097ca11ab703b6c9c23d50d9192 +size 568788 diff --git a/perception/image_level_comprehension/image_quality/images/402.png b/perception/image_level_comprehension/image_quality/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..ad51fefe0a1ea114647b7c67c2ab4bc3c22ecb13 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89245921698f1dcdaad715d718351379adeef7a05068df977cccf3bee76bffb2 +size 425950 diff --git a/perception/image_level_comprehension/image_quality/images/403.png b/perception/image_level_comprehension/image_quality/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..e211552881fc46d397a3920fb512ecd0a1f08f93 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a158b38001816601ae2f85af809c13eb11e265da45aaca0a209796e8572299 +size 310352 diff --git a/perception/image_level_comprehension/image_quality/images/404.png b/perception/image_level_comprehension/image_quality/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7fa676b6c7e9a415615969b4effc78a189dd2e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d91387a809446cc23bf6476816c024283f850a2e937b1a6b3ce2d1c87bb0f39 +size 447622 diff --git a/perception/image_level_comprehension/image_quality/images/405.png b/perception/image_level_comprehension/image_quality/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..f797cafda8fe058c9cc096acfb30625c7c2d56ac --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b8526b54c41b3dfd0eb8514aa407bb577d53fd0525ac7f31e12a1fe2cc91df +size 525454 diff --git a/perception/image_level_comprehension/image_quality/images/406.png b/perception/image_level_comprehension/image_quality/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4d04908bcfeff466ed5d2e930ece251e5c7efb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239b860bce9a69ac651554273216c8a6ca2aae37f2bec2723cd47f212bb21a84 +size 438557 diff --git a/perception/image_level_comprehension/image_quality/images/407.png b/perception/image_level_comprehension/image_quality/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2ad7ad697ef5a1e69cfc7c547bc8d758203305 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b19a944f61020c93b2f9d9ebd5c7d7b5a849b8bcca24c3d35446e93f43be95 +size 216758 diff --git a/perception/image_level_comprehension/image_quality/images/408.png b/perception/image_level_comprehension/image_quality/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..536dfc85ee2b136b0a2cbde8b1ee1a10ec5514f9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f39705f5174c1d7ca2dea3abfe2d8c770a06ba6459ddae96d61709565f1fde2 +size 177542 diff --git a/perception/image_level_comprehension/image_quality/images/409.png b/perception/image_level_comprehension/image_quality/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..395e63ddaea60bc06e23966dc5540e99d5569252 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a663cc20942b3be4a0cdbd620fa306e1499620066ec67d89a4726b1d69fac282 +size 350470 diff --git a/perception/image_level_comprehension/image_quality/images/41.png b/perception/image_level_comprehension/image_quality/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..340a9da636ce6e2da3e2be4259c2901eaf414dc3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875f8e3a148251d3c88898ebb44fdaca553fe568f4042959f3baebc9db5cab59 +size 264416 diff --git a/perception/image_level_comprehension/image_quality/images/410.png b/perception/image_level_comprehension/image_quality/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..893d1892cb1a82c4b1da59cf07e98d0c89501706 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729ea9968b8c044e63c9fd6ef0be5506653157242425fe2042bf5df3ce4bc5fd +size 393867 diff --git a/perception/image_level_comprehension/image_quality/images/411.png b/perception/image_level_comprehension/image_quality/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..6acbc48165197a05f1b83c00bdf07486ef062fa4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6940480d833b06cb14f96ba3c0b7215caa4ca7b445719eb5c89d01e68c61524a +size 576926 diff --git a/perception/image_level_comprehension/image_quality/images/412.png b/perception/image_level_comprehension/image_quality/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8580d21b176ce7d9dfe86bcc830d388e71fbfa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea77d4906e446db08303dfde6c976f20ca3316ddfd04b6e5981c6dc50aaba018 +size 410320 diff --git a/perception/image_level_comprehension/image_quality/images/413.png b/perception/image_level_comprehension/image_quality/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..1460966c2cd901df2bcc003546e4fbbc3c53f0d0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccbc8daf9ad2b485a4885d25b21462a0b7503a5c259cfc69b8106a71d689c8f +size 371952 diff --git a/perception/image_level_comprehension/image_quality/images/414.png b/perception/image_level_comprehension/image_quality/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8010b1ad09d0f073d562ce1453ad8ee85f9c9a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027490046b2fc1472c9b37ca00dc6b4d6ceffe94fff292b87cc1a1c84c82ad89 +size 242588 diff --git a/perception/image_level_comprehension/image_quality/images/415.png b/perception/image_level_comprehension/image_quality/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..eccb2f2d965b4ba8d5db0c59c648a7d26f0e3d1b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0aad2f8a61cb54c338bbd2c4e8b110ad42f7a4dd30ac0255e5ff58bcb5caad2 +size 539234 diff --git a/perception/image_level_comprehension/image_quality/images/416.png b/perception/image_level_comprehension/image_quality/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..75c46a389c6690d82bd0e7964afc4eb0f1b8c3cc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e63c6703866235f4618be6ea2e6b5a9d2f8bcf62e928dcc12d9ff1c86e63c35 +size 525515 diff --git a/perception/image_level_comprehension/image_quality/images/417.png b/perception/image_level_comprehension/image_quality/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..657578b171ec7c7a1e39f5a750f4c5213d9b8fc9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a0ee328fb843a8f1164ab6bbe69a6e6406c43a76df25ca612f7a974d162baa +size 709341 diff --git a/perception/image_level_comprehension/image_quality/images/418.png b/perception/image_level_comprehension/image_quality/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..160a9387314c7eeb0516417e0484ce8f6b230800 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c530d928db4d5ca11bb286a922ad9acf7bfa92e22c414081314ea247e6ed178 +size 268611 diff --git a/perception/image_level_comprehension/image_quality/images/419.png b/perception/image_level_comprehension/image_quality/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..81dec6af0e433d531522ec183cf31d2fe3d3bb5e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0ab5f5606d5db0c7b494f7075a5f3e5051288696f27aa603db5e91c80bd323 +size 488865 diff --git a/perception/image_level_comprehension/image_quality/images/42.png b/perception/image_level_comprehension/image_quality/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb99cb8dee4a8e708007c1cc450cf8b9e0af2c8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83ff69d04b24389e5aa32744ffefa9a45e01e8b1901519678535e594de435b0 +size 479754 diff --git a/perception/image_level_comprehension/image_quality/images/420.png b/perception/image_level_comprehension/image_quality/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..9ae0018391199c3dc1da236eb2cd9b60233bf532 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce0007493058011e52e1bd95b894a97a317a4c0d8257c74d11bc88d4ac95695 +size 516995 diff --git a/perception/image_level_comprehension/image_quality/images/421.png b/perception/image_level_comprehension/image_quality/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce0b0fc8e39321466a307d27f2cd77969d5e808 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4774a847737d7761c10678d2650ab5c70ff54df833bda159c8cd85ce99b43b58 +size 588463 diff --git a/perception/image_level_comprehension/image_quality/images/422.png b/perception/image_level_comprehension/image_quality/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..cd733c8b8a49604db2302067dd9f4208b21801d2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16567199293af0079a66f57eb3ba88e546a781dbb9042b1ca0ae401e41761b0 +size 413601 diff --git a/perception/image_level_comprehension/image_quality/images/423.png b/perception/image_level_comprehension/image_quality/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2e698326b551fec7f60a353579a373274a03ff --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9a8be8e9f9628695e9537f8526d0b753f53495fe0206bd95266bd13ce53acc +size 512814 diff --git a/perception/image_level_comprehension/image_quality/images/424.png b/perception/image_level_comprehension/image_quality/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..dccee9492b2716327f0d24d56e76350656ac39ba --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d15580ead00b869d64c9a6277e9db271b5ebb4d617c36d0937b238be19a98b3 +size 490606 diff --git a/perception/image_level_comprehension/image_quality/images/425.png b/perception/image_level_comprehension/image_quality/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..d67c8d2b45a669b881e9b074a3033f31cfc34eeb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aecc29ce119a853dadc3dd230cd134c87a03e89bd4b97b99789f925a84d095e +size 347150 diff --git a/perception/image_level_comprehension/image_quality/images/426.png b/perception/image_level_comprehension/image_quality/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..20e0cd4fef9d975a49250a8ffa16614121513c42 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f621b2bb0b1d066870a9b3a721ce8a379d63e6475a7e8a611d04155222c3158 +size 420872 diff --git a/perception/image_level_comprehension/image_quality/images/427.png b/perception/image_level_comprehension/image_quality/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..9b98bb68436f229cf7e40647cf17b23df6d022bb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45f37c6be1f295c4fd7a1fc405205e10084dd9cb78b36941f58691728fb1988 +size 462620 diff --git a/perception/image_level_comprehension/image_quality/images/428.png b/perception/image_level_comprehension/image_quality/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..caf26e96832e9c3c210e3d5cf4f5a4b956ad0516 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ffb1348c1d76aa9427cf0454d59b0eb2b72739f5087fd95a2b2632f25473cd +size 358782 diff --git a/perception/image_level_comprehension/image_quality/images/429.png b/perception/image_level_comprehension/image_quality/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..37471cb4c5491c6ae0d9691551318480a3bb4d69 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5086c220cca6741d360bff18630e1ba95bc04bb62ff0af803a6bc9ae99a37a18 +size 370199 diff --git a/perception/image_level_comprehension/image_quality/images/43.png b/perception/image_level_comprehension/image_quality/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc48844a4dea276f30b5d83920fca2d2b8bd706 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7531c8f1e00ac13eef93993e38b1d4fb3333d8911f3f0b581d169d31fc533505 +size 449196 diff --git a/perception/image_level_comprehension/image_quality/images/430.png b/perception/image_level_comprehension/image_quality/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..0e15656b7648be5c854c5c5b29a5d1bea895a59c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c77274a5c186883420a41f0ce689dab879e50e192db1aa5c57fce79ab986b7f +size 461458 diff --git a/perception/image_level_comprehension/image_quality/images/431.png b/perception/image_level_comprehension/image_quality/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..76655b928fe5deb6321c8bce6ad26b10fe815165 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5991ea8e35a1b3c41e98fc20e445bebc7f546ea926cd5a65cf662cae6968c81 +size 377381 diff --git a/perception/image_level_comprehension/image_quality/images/432.png b/perception/image_level_comprehension/image_quality/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..6f966f8d3777461133fc0e772214542588fbe9a8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e282b24624fea8835182577fbec0c38ec4592fc45925c1361fa23063381e301d +size 305065 diff --git a/perception/image_level_comprehension/image_quality/images/433.png b/perception/image_level_comprehension/image_quality/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..9341b8e35abd7a6b4015e8470a6125749dc05f56 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121955dac15275fa2fbb0bd5449a5985093436e83230cc471c7c63c46cc17320 +size 558110 diff --git a/perception/image_level_comprehension/image_quality/images/434.png b/perception/image_level_comprehension/image_quality/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..431ad54dcf7a15c265e909cd1ba31f4f531d1cba --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e35cf5561a26b327cc270e302b9a869065dd6e054fcaf69aa8a36e6ca093d0 +size 366767 diff --git a/perception/image_level_comprehension/image_quality/images/435.png b/perception/image_level_comprehension/image_quality/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..675689c0b314b1b0250a0928d5b020e62139e828 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803ea35efeedb5c3407b472a0bf880b8b75d795958551c726d9391b3f8a6dab6 +size 387506 diff --git a/perception/image_level_comprehension/image_quality/images/436.png b/perception/image_level_comprehension/image_quality/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..c0feca5c1a92eb4645fa1f400625a9d535080480 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a72ddb33a42e391267af7afa6bbe0e7cb42bd59e9d767ea6cb9131d86c2eb9 +size 336419 diff --git a/perception/image_level_comprehension/image_quality/images/437.png b/perception/image_level_comprehension/image_quality/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bfeeba64eafdc67325b520d8eb50ff8c63428a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038502628166c23cfe086feb442cbc1d8a4edbb842ebbc76babe54a5be99c784 +size 520587 diff --git a/perception/image_level_comprehension/image_quality/images/438.png b/perception/image_level_comprehension/image_quality/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..55275974d97ac883cd2116184696012242e81770 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ddb3094545ad72a385a7fdd75e28c016dc878fae8e5e8ef4a6c3bf9be39c2f +size 481126 diff --git a/perception/image_level_comprehension/image_quality/images/439.png b/perception/image_level_comprehension/image_quality/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..44ee4a80e0a1d47f3b2636ac64a367b625a5efc6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3db7817aba9952488b56b26063f35f63a5d0b619e17740902e1c6fce296ae0c +size 538974 diff --git a/perception/image_level_comprehension/image_quality/images/44.png b/perception/image_level_comprehension/image_quality/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..0c83fdbd5d68abda323c6d9f5d7c91fa0b2892cf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd51f042f7f3a74aed5dc6961eed9ae5eb37bc4dcd449815c623b4c8b81c4e40 +size 393929 diff --git a/perception/image_level_comprehension/image_quality/images/440.png b/perception/image_level_comprehension/image_quality/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..f84e8c43b0d6e0094fc4bd6bbaba155074f5a798 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a243d9dba201345ac89b8fe7c732bfc70a0d3643a9eebe7864fe4b656e059800 +size 225746 diff --git a/perception/image_level_comprehension/image_quality/images/441.png b/perception/image_level_comprehension/image_quality/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..cdcca7c7099b295869e2a9928dc355ab55a4fa3e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436067a4938a3dcc9042a38d3814058099a0522185fa9863d8126b96080314bf +size 332849 diff --git a/perception/image_level_comprehension/image_quality/images/442.png b/perception/image_level_comprehension/image_quality/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd20858ae9f4300eb61249fa738031b4f3a0806 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32fa1cea8a08ec8dc80a2ced9dd6223a8d8a0ecf87237a8d3b54e9a8ac9c3ca +size 364259 diff --git a/perception/image_level_comprehension/image_quality/images/443.png b/perception/image_level_comprehension/image_quality/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..3e92808533b1c8c12d1254780e248998190f9e5f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f26c0625093248bb4d137bac07c9c97f0e24d6da408218580beced8b3f4b55 +size 302860 diff --git a/perception/image_level_comprehension/image_quality/images/444.png b/perception/image_level_comprehension/image_quality/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1b2e0a6e215f3b59bda81b256c4808d97aef2d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef91f95bfbdebc93f6127b1a5c1655894a402b6f5168993d94b707155eeffed5 +size 330034 diff --git a/perception/image_level_comprehension/image_quality/images/445.png b/perception/image_level_comprehension/image_quality/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..7365db2345dbc5976bad64e240e1ddf845559e46 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083bb4a31800504edf2ee9055e951971f3cbca8361e2bdded657a4e2eea0df94 +size 472484 diff --git a/perception/image_level_comprehension/image_quality/images/446.png b/perception/image_level_comprehension/image_quality/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..2e29f2a2f4c08bbbde7b8317941c37e70eadf743 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6313b2360693816908cec344895ded880d7ed96f9ef72627eacbe7c622caaf79 +size 393262 diff --git a/perception/image_level_comprehension/image_quality/images/447.png b/perception/image_level_comprehension/image_quality/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..c2414d8de79d4689fc56728b9f2239b56c6e3c30 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dc595284bca109adf9a921ffde8fe0cac3889580433a3e1c08a09064d21073 +size 358871 diff --git a/perception/image_level_comprehension/image_quality/images/448.png b/perception/image_level_comprehension/image_quality/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..9d2d681e52717436d47c6e806b3a57301767e19b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d14f2a3f5d99232181c63df7e0690a3d3cbbdca9bed56ef335a2ac7aa1fedb +size 503802 diff --git a/perception/image_level_comprehension/image_quality/images/449.png b/perception/image_level_comprehension/image_quality/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..370e3afe3bdbe5b80720b679f0e58e1263d72176 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f864df1aac2822e4ff49bfada1f59dab5c6047c8acda299c18798f7ced21c3d1 +size 391910 diff --git a/perception/image_level_comprehension/image_quality/images/45.png b/perception/image_level_comprehension/image_quality/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1e202d08fd2a7cfc626c3e7e56b7e91a1085db --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15adb8f1529c7f987d4e13072feb89e555a699e8bf4b9fb7e53ef7e205182af4 +size 402177 diff --git a/perception/image_level_comprehension/image_quality/images/450.png b/perception/image_level_comprehension/image_quality/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..1207bbb060cb6a97595bdc5d2841de2d42640969 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5140f5c38cbb323e29e9e47ee554d50f0f71db08fd62f348fec64c437a7a467 +size 540136 diff --git a/perception/image_level_comprehension/image_quality/images/451.png b/perception/image_level_comprehension/image_quality/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..e76c70122d0296f122d2b855446e3004615fec3a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ffe7b50ea80495439602474d2616f097716eae338cb93e9dabc2f842b5f1fb +size 734259 diff --git a/perception/image_level_comprehension/image_quality/images/452.png b/perception/image_level_comprehension/image_quality/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..e856203918233c8bfdf407591b20d7cb228b65ea --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258bd35908e957582bb587451642c6fd9baf7929a5def5398292087f8a4de10a +size 743681 diff --git a/perception/image_level_comprehension/image_quality/images/453.png b/perception/image_level_comprehension/image_quality/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..2617d200d0477ed07d05028915c2a5fc7031784e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b998fe175a96f45d8f9fe6b3935ff197a9925e5b34661d5b01f27267c1ae7676 +size 732256 diff --git a/perception/image_level_comprehension/image_quality/images/454.png b/perception/image_level_comprehension/image_quality/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff46df8c7f01673dd465109e310de2482215275 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3814c166a827c967735c34aa8ad39c360a71d6792740d35cb08774823fce936b +size 754730 diff --git a/perception/image_level_comprehension/image_quality/images/455.png b/perception/image_level_comprehension/image_quality/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..06687b8acf4b97976460b64b9dba3117d73ccac2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1b23221d7b2713647edb59344bc8eebd276b150131503fb0711cc3322a228c +size 732634 diff --git a/perception/image_level_comprehension/image_quality/images/456.png b/perception/image_level_comprehension/image_quality/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..ca49b4208fdfc002c96a8a604f1a3bbc7df23c0b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36b5f0de6a477603e47dbb1d1cf4d70121dfbeaa9c60e563b9cc8c0c2100588 +size 738812 diff --git a/perception/image_level_comprehension/image_quality/images/457.png b/perception/image_level_comprehension/image_quality/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..f8b8cc7acb29b21f68a5666189b7de95f0429a59 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760c6d8f6f235c799158ab4d9314664783dab476e18aa6c9f5fd114fe9fd890d +size 757923 diff --git a/perception/image_level_comprehension/image_quality/images/458.png b/perception/image_level_comprehension/image_quality/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..2452287f272a47e422c454baf5710c6276f834f0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750c9417230018da1a82b3847ee46bf821fae73fc4ffe59e7ff2f6787c2bdfc9 +size 731948 diff --git a/perception/image_level_comprehension/image_quality/images/459.png b/perception/image_level_comprehension/image_quality/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..08d914c318ad2864aa92c91faff26b78ae9491fd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d97a236c956e0b8f4e214ba3f769fa0aa2a7c36300d0aca593cfb1473be5c4a +size 686625 diff --git a/perception/image_level_comprehension/image_quality/images/46.png b/perception/image_level_comprehension/image_quality/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..0235319d33604745a399eafd870f6d546c26aaaf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fdcb872f20eea43b54fee3f1b4604d8d3d4fe05c6e89c4a681781425f89813 +size 404495 diff --git a/perception/image_level_comprehension/image_quality/images/460.png b/perception/image_level_comprehension/image_quality/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..0eeab1f32ef83bab7f64b5ba9b7b5471788cc0b6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e9d8aa9b4f35ba80783e145ec757fc1c3f51f7aa09b7fb8cb754d5dd7c771d +size 743427 diff --git a/perception/image_level_comprehension/image_quality/images/461.png b/perception/image_level_comprehension/image_quality/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..f268fd5c8f43069d97a4af3896e517bf2f45a91f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77f153e6689e99bc897163a610b99f9d21d030d5333b6cc3edab14f866ce5fd +size 719686 diff --git a/perception/image_level_comprehension/image_quality/images/462.png b/perception/image_level_comprehension/image_quality/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..b6e023093e1182dea96c8e0659e7e26a37298946 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa50bbb01c8f0515667e7bd42aac09a2f46bba3e2ed68fcca1e94ed05878687 +size 727975 diff --git a/perception/image_level_comprehension/image_quality/images/463.png b/perception/image_level_comprehension/image_quality/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..35d9ea4e8fa1894b4e2b286496edffbbe194374b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb75c1fd8d95b17ece5d41378a12fd1c8d5b7a772d68768beba1ac27cc072fa +size 723279 diff --git a/perception/image_level_comprehension/image_quality/images/464.png b/perception/image_level_comprehension/image_quality/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..9b48fa7eb999c0696f3551abac59f7c986a7fa3e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f1ad81acf92419f3be0e4ada997d0da37b290761499d5bea10377151559133 +size 755730 diff --git a/perception/image_level_comprehension/image_quality/images/465.png b/perception/image_level_comprehension/image_quality/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6ea2020cc1ddb60139a0ea59767550ccc52fd7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fee52e5dd2fa64d45f153c2059183647d99b52f77adbd929a9654d86f93645a +size 749226 diff --git a/perception/image_level_comprehension/image_quality/images/466.png b/perception/image_level_comprehension/image_quality/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..480acf67fe6efd9065c8d517a7f4c98c254509a0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2fd6214deb3078dfdbe14a6704a1cdbbf11e9b28279d65552269e464f04bd9 +size 770453 diff --git a/perception/image_level_comprehension/image_quality/images/467.png b/perception/image_level_comprehension/image_quality/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..3b74c4720c96fcadd1046ffad39b4ece63fbfa67 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef4e9f159a999de0359732fecdbd12a10729fa0e21a5fd373f0c07f53e46b09 +size 755079 diff --git a/perception/image_level_comprehension/image_quality/images/468.png b/perception/image_level_comprehension/image_quality/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..e17c264d9655de3bf02d524a2003d5755a65f97e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a44d820ee5a05864e67321644687e0599c218270339734240e064a927d52f71 +size 743098 diff --git a/perception/image_level_comprehension/image_quality/images/469.png b/perception/image_level_comprehension/image_quality/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..232cd539b330b7a47ad7d9b4309201966e1f3d4f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc01ca8f8e4e158c05d4532d19f7ea812d2e6da18f811a3eea9134817691cdc +size 752123 diff --git a/perception/image_level_comprehension/image_quality/images/47.png b/perception/image_level_comprehension/image_quality/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..f824086cdc8c33cfe6f06a7bb8d54cc98a77e8e7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ccdb936f64bffa83717ab185df9cf90cba339595e954794d250e214bebb7ff +size 476054 diff --git a/perception/image_level_comprehension/image_quality/images/470.png b/perception/image_level_comprehension/image_quality/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..6f2a344bd5c863462b080b81735ed7706b1092e2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ef9ff6a189bada42867379a4a9e9e5d90f366b9b25f158e545c8dad4e259da +size 738796 diff --git a/perception/image_level_comprehension/image_quality/images/471.png b/perception/image_level_comprehension/image_quality/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa44bab5813eb55c097bb246027f3f80c58da5d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bdbd746c773af70f8d5629f893882e5287f1f06fc52f0c09dab55d4f34bee4 +size 717152 diff --git a/perception/image_level_comprehension/image_quality/images/472.png b/perception/image_level_comprehension/image_quality/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..5d634ba8a6b65a1a3f861f7bd6028afc8210a52d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5b8d9b133556fefc7db564d680cee494f5f57b339167ab3f2761b85c455097 +size 711032 diff --git a/perception/image_level_comprehension/image_quality/images/473.png b/perception/image_level_comprehension/image_quality/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..05f43ca7c1eb407337436c931f1fb88ac5fd3afe --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b8da8910e8a6f670a6f38b5e9a144a6b377b1a14c1dc95432d0e7f732e8999 +size 714717 diff --git a/perception/image_level_comprehension/image_quality/images/474.png b/perception/image_level_comprehension/image_quality/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..50064489f047117dca9bc1e9a1c0a4f9afca047c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccacbf3119f250dc69f29357c401b3092e2f73f50d8690319eaccde96907f35 +size 750414 diff --git a/perception/image_level_comprehension/image_quality/images/475.png b/perception/image_level_comprehension/image_quality/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..29ab4fcd43675f0beb6d5c90905a83d8239c9abb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e97b368f93280b009f08b4c5cda9038c294761659d2e39b78f4402b80d2a126 +size 765298 diff --git a/perception/image_level_comprehension/image_quality/images/476.png b/perception/image_level_comprehension/image_quality/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..e9edbaf6cd41d306356334994abf482f7e63e387 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc5181978271160a647552c663d60b1f12c74bfc98404e15416e0a422340489 +size 678570 diff --git a/perception/image_level_comprehension/image_quality/images/477.png b/perception/image_level_comprehension/image_quality/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..93916a733b4e8d4a87bd7d6d9d2b0f9216dbfd73 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06caf4671c57a6091fa0337ab1b6784fed9771bc53dcf7c35177203f194dfce2 +size 723692 diff --git a/perception/image_level_comprehension/image_quality/images/478.png b/perception/image_level_comprehension/image_quality/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..c9273c6ad7b98dac18f6154d61c46040aff97cdc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476c0d6ff098e5bc918506d2cdc7e86fe992b6bef356bef54b8e9f16d2be6491 +size 750173 diff --git a/perception/image_level_comprehension/image_quality/images/479.png b/perception/image_level_comprehension/image_quality/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb26574da02cfaf33686d44c9832f44a23c5884 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf4fba92cd211bf49ec643024bdc011bfb0731188d0c6291126959735e233a3 +size 745454 diff --git a/perception/image_level_comprehension/image_quality/images/48.png b/perception/image_level_comprehension/image_quality/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..688d8bfca0c27ae7bee12d2d0be4adba464e0a4f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d545c9fc2ff3f4bdb4e8935a96785479add7e3d9c39235ad99caffffe44286e2 +size 467182 diff --git a/perception/image_level_comprehension/image_quality/images/480.png b/perception/image_level_comprehension/image_quality/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..a6afe0bb0457720d10f5d3725338ec3da7ab2cac --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32cfd4435076d784737781a87e0df07b962238aee1005b83c3492cabd22581a +size 711711 diff --git a/perception/image_level_comprehension/image_quality/images/481.png b/perception/image_level_comprehension/image_quality/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0c50729a1cd0f7c91a79acf5e0ebf54f731236 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2807a8ce73484d2eda9c547841f699f9b0809bcf6760f53b2b39dd444fc35374 +size 710673 diff --git a/perception/image_level_comprehension/image_quality/images/482.png b/perception/image_level_comprehension/image_quality/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1819d8ca16d55c75255e11d082eb6f956ad147 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44f3927164d82789ae845c9e1824bd349989fc9ca7855df7169ebc194a67158 +size 743299 diff --git a/perception/image_level_comprehension/image_quality/images/483.png b/perception/image_level_comprehension/image_quality/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..9e842e3c4ff512087b93df2df6e1af07f99140bc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3988550f89a8fecc25c14e808c04fb3c0d529625b67c3d706710e2576b6b523 +size 723280 diff --git a/perception/image_level_comprehension/image_quality/images/484.png b/perception/image_level_comprehension/image_quality/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..25955f72dbbcf0868cd8d9b5b3265c82bdac560d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ee540332e8495d5556aea0c57295493cae1483999fbdff12aec0896b94789f +size 742396 diff --git a/perception/image_level_comprehension/image_quality/images/485.png b/perception/image_level_comprehension/image_quality/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..05a051472ce176c11303d8445cad4f5f65217e78 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a534c5b56193fefd27ce0cee4fb815b7cbca325298b6a89c771feee7b366cbb +size 749046 diff --git a/perception/image_level_comprehension/image_quality/images/486.png b/perception/image_level_comprehension/image_quality/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..af16ee51352512b31b714e52c349f20a0f2a45c2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e516b1fb8c216d6c32b7253092d7a77bcc3a5b65911209a9d82658857f8334 +size 727123 diff --git a/perception/image_level_comprehension/image_quality/images/487.png b/perception/image_level_comprehension/image_quality/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..bca3cc096c2c935724516332ebd9931f7cf4bac5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba53ba5f1056282ad0446c5e3e52f33570819255ac1eeb6161f6ab63b187ca9 +size 758004 diff --git a/perception/image_level_comprehension/image_quality/images/488.png b/perception/image_level_comprehension/image_quality/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9df0364285761dd7da2e9a64fc6502de326781 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d5f8ae2d57491e87821a6c3f07cc879d906a139e20ef6f4b61f9b3c7843efc +size 754364 diff --git a/perception/image_level_comprehension/image_quality/images/489.png b/perception/image_level_comprehension/image_quality/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..f227c6f18664fbb4eece68c313c6f0c0f095605c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d8784f6389e5dde125586f4d48aaa3f63bb0ed78adc599f06fa17b2dc4ef5c +size 668780 diff --git a/perception/image_level_comprehension/image_quality/images/49.png b/perception/image_level_comprehension/image_quality/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..c14627dfb916ce2d6772a8e7f7c0498ad3504348 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305893235d3ac4ba9fa0fcb862c568b8c0300fe6b7bf57d4f5f48796833c63b3 +size 554802 diff --git a/perception/image_level_comprehension/image_quality/images/490.png b/perception/image_level_comprehension/image_quality/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..9062823d74706d39d6faf97132e9841228193b61 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b1b0475f0a8f3f5e8e807ef0b183ff5da05db7d21e5ae599dd0d43d862a875 +size 748847 diff --git a/perception/image_level_comprehension/image_quality/images/491.png b/perception/image_level_comprehension/image_quality/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..92ddcd6361c7a1cd267f92512c076789662f99a5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b553288b8c6a577de881232ebf73ff4768d1c84091981753860b705199d53400 +size 708493 diff --git a/perception/image_level_comprehension/image_quality/images/492.png b/perception/image_level_comprehension/image_quality/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..635974352a854421b95e56c365a0a92c2d139c26 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2319b71bfcee77ef1c04269732c62191b0872c6e50b38aa9858369bc4eb00db +size 761243 diff --git a/perception/image_level_comprehension/image_quality/images/493.png b/perception/image_level_comprehension/image_quality/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..7691b35ba3a1c1f45814fac9f602b54b02365de3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dc4bafb93c0f0e44997a6161eaba35e3aa6c32b584165c3a397f837e4e763f +size 748884 diff --git a/perception/image_level_comprehension/image_quality/images/494.png b/perception/image_level_comprehension/image_quality/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..13a700f87027c0e7a78ec5a5241226f493200ceb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70db1bd961bf4442fa1975a1fd030a433ec4735ecb92b54b085b8c31582d4467 +size 689888 diff --git a/perception/image_level_comprehension/image_quality/images/495.png b/perception/image_level_comprehension/image_quality/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..96807501b385041c630ba525981a98d908428688 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0519bcb39538ca6fc94fd805075d005429782a73bad1bff9a99acbdbf490e628 +size 735230 diff --git a/perception/image_level_comprehension/image_quality/images/496.png b/perception/image_level_comprehension/image_quality/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..655f99411dfdbf7fc69879ecca8ad4ab666b7cc4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e838d1e3e6b2144683cb863810e7ad59f708cb68df9c54c3ececd5f7e38026 +size 729216 diff --git a/perception/image_level_comprehension/image_quality/images/497.png b/perception/image_level_comprehension/image_quality/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..24818c1f5f6ecc1561e1b19fd72e6c70f67a4d3b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641870e34f85b8daf029588ec6e2ee308f1267c78f3ffc2476cb025129594c92 +size 752523 diff --git a/perception/image_level_comprehension/image_quality/images/498.png b/perception/image_level_comprehension/image_quality/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d87628dadc16f0f09e452f1186f536e6556441 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8739d64bc46f83d5d0104531170723786f5754ef0d060ff1505c61bfc8eeabd6 +size 741145 diff --git a/perception/image_level_comprehension/image_quality/images/499.png b/perception/image_level_comprehension/image_quality/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..6793d1636b90c869dee336b74340bcc6a9295305 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01badcdd00039474ace25e3cbc75d6b30ba9d35e5b33ed1ef961bcd31281d338 +size 763835 diff --git a/perception/image_level_comprehension/image_quality/images/5.png b/perception/image_level_comprehension/image_quality/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..e2336d0ea89468fd1de92c9e1b69166dfb3ada8a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c493d4e3c7289e3d130b307626dc6f5a659095d7721304db9bc465db20966d92 +size 295534 diff --git a/perception/image_level_comprehension/image_quality/images/50.png b/perception/image_level_comprehension/image_quality/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..1328cafa5522a1c2987ae8d1e129278e3fbf9a58 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5649b079dbcd093bde19402fc49dbbb6837dc997600fb9af86c259010c92b6c +size 386450 diff --git a/perception/image_level_comprehension/image_quality/images/500.png b/perception/image_level_comprehension/image_quality/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4abd64bf881504531a2ffe6742aaeb63c9c44a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996583e957480193d18464af767684be939eb90c5ad4fc9a719625a276f830fe +size 723618 diff --git a/perception/image_level_comprehension/image_quality/images/501.png b/perception/image_level_comprehension/image_quality/images/501.png new file mode 100644 index 0000000000000000000000000000000000000000..4782a3ca74576e89b9ea41793a72012eaced01c9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a2d378e8b16bebf6d9349d6b2bd885fd75af975555ae36ba9a7cf3ebb896d6 +size 451960 diff --git a/perception/image_level_comprehension/image_quality/images/502.png b/perception/image_level_comprehension/image_quality/images/502.png new file mode 100644 index 0000000000000000000000000000000000000000..fc6ecfc34d68bf9453d54bca024464eeed6cdb8b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b810b05c6cf6b0a8f06c452a9229fea6f5b1bfff25f4f602de1d5440066ee234 +size 456836 diff --git a/perception/image_level_comprehension/image_quality/images/503.png b/perception/image_level_comprehension/image_quality/images/503.png new file mode 100644 index 0000000000000000000000000000000000000000..2d88436a56409a38647ca0ee91c19041e8622cab --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c600e6ecdbd6240dbf044f1baab7a2eff945821a0a18cf100cdb091a44d1fc08 +size 453145 diff --git a/perception/image_level_comprehension/image_quality/images/504.png b/perception/image_level_comprehension/image_quality/images/504.png new file mode 100644 index 0000000000000000000000000000000000000000..2c1ebcb224081075a30a7952d546975a331b8899 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d476c1efc2054761a3eb6d1069d5156b2ac45f499d3b6df2d3ca7efcc5aee3 +size 422860 diff --git a/perception/image_level_comprehension/image_quality/images/505.png b/perception/image_level_comprehension/image_quality/images/505.png new file mode 100644 index 0000000000000000000000000000000000000000..7fbfa1082e295de68a43fc18110aab87195126d1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfd2cf7450269c9fbdc0f9e577a428fab219e308a0c0c579b4701df494ac7da +size 361045 diff --git a/perception/image_level_comprehension/image_quality/images/506.png b/perception/image_level_comprehension/image_quality/images/506.png new file mode 100644 index 0000000000000000000000000000000000000000..af1bcdd932b860632b4e0f072fb39af92c6e762a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498bfc75584c39b0ba52a736aa73c6a31d9f273254f32dc9acb73abfda13d853 +size 472824 diff --git a/perception/image_level_comprehension/image_quality/images/507.png b/perception/image_level_comprehension/image_quality/images/507.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb7ca6054fdb9f0cc8341358d6669754fe75361 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc2b6dbfc3d248a06b3cb73e7a4ad845243580b835de92a1e2a87dd9870b1ed +size 640325 diff --git a/perception/image_level_comprehension/image_quality/images/508.png b/perception/image_level_comprehension/image_quality/images/508.png new file mode 100644 index 0000000000000000000000000000000000000000..746c7b4853c49638fff660ee38442d4c53f25831 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6033d38d5d390d338d396e050e474b5f8853302220e102ee88912c668243f625 +size 303893 diff --git a/perception/image_level_comprehension/image_quality/images/509.png b/perception/image_level_comprehension/image_quality/images/509.png new file mode 100644 index 0000000000000000000000000000000000000000..6510d68517f255c0f186f7db719729c9adc510b5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475e3377520ae3176e4096d85ac413b74d2d83bb9ec75f0cc4e4ee9e4b5c8108 +size 551902 diff --git a/perception/image_level_comprehension/image_quality/images/51.png b/perception/image_level_comprehension/image_quality/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..107d166bd13c051ece54aac538fb344d1c39e813 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d34ecc4136844c388f19cde32e758b8361406a5045ba5d595d7dad059a866e +size 503156 diff --git a/perception/image_level_comprehension/image_quality/images/510.png b/perception/image_level_comprehension/image_quality/images/510.png new file mode 100644 index 0000000000000000000000000000000000000000..7fbeb9d8b78bddf132e4edf9609082d2fcc19981 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d7553b8d0d1616d15454edf760b474301d706d875d088a60184ba1083b0db5 +size 471761 diff --git a/perception/image_level_comprehension/image_quality/images/511.png b/perception/image_level_comprehension/image_quality/images/511.png new file mode 100644 index 0000000000000000000000000000000000000000..65cb50eb79b22d033e3671a089edf9ac3a16a6be --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4583471590dc6eac16bd7ab71bb381d027b84dbb669d6391fe3d538c37d09096 +size 516528 diff --git a/perception/image_level_comprehension/image_quality/images/512.png b/perception/image_level_comprehension/image_quality/images/512.png new file mode 100644 index 0000000000000000000000000000000000000000..6aeb8e1510648a46e8117ad62cc63a0b71ad4f88 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1939f2fabb6d04d22e5785568bccf82e9ce0597d39db8bad471450c1e4a27c7 +size 456555 diff --git a/perception/image_level_comprehension/image_quality/images/513.png b/perception/image_level_comprehension/image_quality/images/513.png new file mode 100644 index 0000000000000000000000000000000000000000..327b96e965bf01a729b1a84dc1917faac3e5853b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fc044ae89850cadea4c512903f8151f7711a41d147e9f759c62d5a1d71acf6 +size 501634 diff --git a/perception/image_level_comprehension/image_quality/images/514.png b/perception/image_level_comprehension/image_quality/images/514.png new file mode 100644 index 0000000000000000000000000000000000000000..1ba23b594b805ca50f4f68502c58aa447302ae5b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf7c84d81f2a4cd28d856b2648044ad87dcc70b33de85c2cf73dd3db469f7d5 +size 409642 diff --git a/perception/image_level_comprehension/image_quality/images/515.png b/perception/image_level_comprehension/image_quality/images/515.png new file mode 100644 index 0000000000000000000000000000000000000000..8e8ad241415472eac8c29c388c8760ffb3fabace --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be86b38634402e9d25b97561982f26661980849c72aa6c64fb76c98c267d477 +size 538628 diff --git a/perception/image_level_comprehension/image_quality/images/516.png b/perception/image_level_comprehension/image_quality/images/516.png new file mode 100644 index 0000000000000000000000000000000000000000..7cde483d98cc60f149a5c898d943e7727734e3ff --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1e9b92250f86309b00b524c955051706586e444b14c33d3612a5516d1c2c9a +size 580318 diff --git a/perception/image_level_comprehension/image_quality/images/517.png b/perception/image_level_comprehension/image_quality/images/517.png new file mode 100644 index 0000000000000000000000000000000000000000..263528df17936334abd9039c861cb41f94c75038 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0675d460d4924016620a6fabd55ce535b37c2c1ab8a08e8266100d13fa826cf7 +size 417101 diff --git a/perception/image_level_comprehension/image_quality/images/518.png b/perception/image_level_comprehension/image_quality/images/518.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9ea8f4e4b737a4eb7bd789b452dc3543cf8f2d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/518.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac509aae7cba72c21dd2be0515c8df6f64aa104a1352602f2a3cd907bceb33b +size 617131 diff --git a/perception/image_level_comprehension/image_quality/images/519.png b/perception/image_level_comprehension/image_quality/images/519.png new file mode 100644 index 0000000000000000000000000000000000000000..791b77fd0ada9dcb89eeb24773a7525a939c2d19 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90662d9522cc53fd314bf678c74e963e5ce91970010f99fdbe56ea2361240dc7 +size 443845 diff --git a/perception/image_level_comprehension/image_quality/images/52.png b/perception/image_level_comprehension/image_quality/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..e7cd51e68a9ad2dfff94907475075930d6d4abe7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d18050d9b7143effac56eae9d1e94301df33a0c3381bd2a18ecd2866c83ff1 +size 430751 diff --git a/perception/image_level_comprehension/image_quality/images/520.png b/perception/image_level_comprehension/image_quality/images/520.png new file mode 100644 index 0000000000000000000000000000000000000000..635a80c7077795c66fa522e24961a9f69189aa2b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be722b93341b1398dbb06daecfce89ab230ee1168933b3e8d743ab8231569168 +size 464995 diff --git a/perception/image_level_comprehension/image_quality/images/521.png b/perception/image_level_comprehension/image_quality/images/521.png new file mode 100644 index 0000000000000000000000000000000000000000..ff56102e5799847c12f61d9200f9466a41e2e3df --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454bf796976aa27c63a16f7c55e33a3a05b303bb3c81f24d2630f995494938bb +size 566980 diff --git a/perception/image_level_comprehension/image_quality/images/522.png b/perception/image_level_comprehension/image_quality/images/522.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8814e5afc519eceb1de95a805167cec914742a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d943f6cb8155736efc17fd5b09840da06478f165e8cd9c23e33aea82b20bcf15 +size 495015 diff --git a/perception/image_level_comprehension/image_quality/images/523.png b/perception/image_level_comprehension/image_quality/images/523.png new file mode 100644 index 0000000000000000000000000000000000000000..d13d5a9a73bcd389763e11a32f38005081c42da3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f114f47dc33406c0bd03af071c94f324ab668e9fb8d0100d730716c984ec7d +size 456282 diff --git a/perception/image_level_comprehension/image_quality/images/524.png b/perception/image_level_comprehension/image_quality/images/524.png new file mode 100644 index 0000000000000000000000000000000000000000..8de38a4769ff9a39d737e32b1646e40b44eb3f0f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3016dd97e38ffd786709bf1737ccf541d00d508b73b1e5894e41457fd571193 +size 455308 diff --git a/perception/image_level_comprehension/image_quality/images/525.png b/perception/image_level_comprehension/image_quality/images/525.png new file mode 100644 index 0000000000000000000000000000000000000000..0a8bbc05ee142e11f5e6e2e1df3f84466047bcc1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8aaa433b07ab93a7eb4bb334c075bb8fa23621435f4065916dce793c0f8cba +size 231756 diff --git a/perception/image_level_comprehension/image_quality/images/526.png b/perception/image_level_comprehension/image_quality/images/526.png new file mode 100644 index 0000000000000000000000000000000000000000..53f9dd6816c811db83a32fb8bd0ca5362f529ba2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ff95101594cae11f676a1bb20e347b2031cf6bb64edddc0b73c864477e2375 +size 407740 diff --git a/perception/image_level_comprehension/image_quality/images/527.png b/perception/image_level_comprehension/image_quality/images/527.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3ddb169d67b192e497d1e136f261be20e03c0b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b094e1d7a47bada35f7799292e1873c580574fe8fc1bb6a90406c03c3723b98 +size 410582 diff --git a/perception/image_level_comprehension/image_quality/images/528.png b/perception/image_level_comprehension/image_quality/images/528.png new file mode 100644 index 0000000000000000000000000000000000000000..f11f99fba6eddb317875634144b78865f4d81331 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dab9bc358a3f21095034924c767e1a70a507c7644564ba61ce848816fc594da +size 525300 diff --git a/perception/image_level_comprehension/image_quality/images/529.png b/perception/image_level_comprehension/image_quality/images/529.png new file mode 100644 index 0000000000000000000000000000000000000000..fe3a5b541c1a1b9335bade39cb8345484a2dabb9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55702c5876e457b101711b07d2ebff9fa270babbe769e8d09e37933b91f38468 +size 567696 diff --git a/perception/image_level_comprehension/image_quality/images/53.png b/perception/image_level_comprehension/image_quality/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0290f11e04828e187a93a5d2c9ded83a2d569a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295b71e7039a23e95b645dcfe734965f098b4f68208282bcd3ab023b6223995a +size 482052 diff --git a/perception/image_level_comprehension/image_quality/images/530.png b/perception/image_level_comprehension/image_quality/images/530.png new file mode 100644 index 0000000000000000000000000000000000000000..96d2c4e9efeecb93bedee1afd886b9652493385a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327d5cde763f19c2dbc32304cc314d04688c51506e126727091d7a78ed70afbf +size 422868 diff --git a/perception/image_level_comprehension/image_quality/images/531.png b/perception/image_level_comprehension/image_quality/images/531.png new file mode 100644 index 0000000000000000000000000000000000000000..9263079dff3ce8b181df8035ce30772fb5fbae88 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfd32524fd9453011fc9279325a46c26f61dc2ec32001e5b2a57ed83ae6cd20 +size 612359 diff --git a/perception/image_level_comprehension/image_quality/images/532.png b/perception/image_level_comprehension/image_quality/images/532.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0577e5d756e987408c36277ee744251aa1b756 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7adcae00e147b1dd886eaf193fbed24da60c4c51de6178d1a8f462f6c2631d +size 252449 diff --git a/perception/image_level_comprehension/image_quality/images/533.png b/perception/image_level_comprehension/image_quality/images/533.png new file mode 100644 index 0000000000000000000000000000000000000000..464854bb1af532d2f2a8685a48b6d3fb05a18f70 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8903f4888062f48c89bc1addc8d45727ad7234c74d138fbe8eaab7f90df3f9 +size 294718 diff --git a/perception/image_level_comprehension/image_quality/images/534.png b/perception/image_level_comprehension/image_quality/images/534.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7d6c349cf1a3cb244452b33f1c88b18dc95b24 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954989dfa3829957dcc980eed720e8fe4ab8b90b3b9c5985830e98245f5608f0 +size 542791 diff --git a/perception/image_level_comprehension/image_quality/images/535.png b/perception/image_level_comprehension/image_quality/images/535.png new file mode 100644 index 0000000000000000000000000000000000000000..395dfa008a84f9610deaa82e891c08e72d170954 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a1adda8fba9219ed4030838bb3ee289999c5d52cc1e52af8ba3659f2a3a237 +size 296161 diff --git a/perception/image_level_comprehension/image_quality/images/536.png b/perception/image_level_comprehension/image_quality/images/536.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d851594c4aa9c26e766030dbae0deadd4360d3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930f3c7c48efe9a2790fe03c8cf6d74c0e9bad38765b831284463518b10910f5 +size 599647 diff --git a/perception/image_level_comprehension/image_quality/images/537.png b/perception/image_level_comprehension/image_quality/images/537.png new file mode 100644 index 0000000000000000000000000000000000000000..6d1ebdf88e1faccc54e2d99b1b6278ec02649d6c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3310e5e26634e0a9f6758cc861f342525aff2f54703db0d6a5ee4bd638b69e +size 510971 diff --git a/perception/image_level_comprehension/image_quality/images/538.png b/perception/image_level_comprehension/image_quality/images/538.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1f8e33ae16cc10f1dd1a4e63a0b8514165544f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e01cb78cb1623ed6ebd91db50e69251ddae261df7f6b6c16d8a06094233040b +size 577351 diff --git a/perception/image_level_comprehension/image_quality/images/539.png b/perception/image_level_comprehension/image_quality/images/539.png new file mode 100644 index 0000000000000000000000000000000000000000..4ca66bd3e9de45f8235c1e032f2691aade4fbf21 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab40c26bb73609a506bba1b668ee349d54242fe22c92f47e89c8299a706673f4 +size 673448 diff --git a/perception/image_level_comprehension/image_quality/images/54.png b/perception/image_level_comprehension/image_quality/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..5535b3a2911437ce2ecc8b76b24f198da4d1c8f0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab49551846b2fd12fbf851879a1ab98000a33cbc1c286bb466f71f965b757ad1 +size 302604 diff --git a/perception/image_level_comprehension/image_quality/images/540.png b/perception/image_level_comprehension/image_quality/images/540.png new file mode 100644 index 0000000000000000000000000000000000000000..dda76007704572d81443aeeade644da2fb4497e1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb767208e8c999da14dd5ad8b73131b3e1db36b1797ee11fb6b7f3242b8c87f +size 343822 diff --git a/perception/image_level_comprehension/image_quality/images/541.png b/perception/image_level_comprehension/image_quality/images/541.png new file mode 100644 index 0000000000000000000000000000000000000000..304775f7b3da03275abc7155b03b4ae8549e73aa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d683696a822c87bff54aaa4fbb50cf8c13d986bd94761dd024796289ad62258 +size 544887 diff --git a/perception/image_level_comprehension/image_quality/images/542.png b/perception/image_level_comprehension/image_quality/images/542.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8c737d49dff7f6bc175d71622978a47ddd7568 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8dde9baff42a56473f1ed38bacca721e133bf8231fff0b0e26a50dacdec0ba +size 420583 diff --git a/perception/image_level_comprehension/image_quality/images/543.png b/perception/image_level_comprehension/image_quality/images/543.png new file mode 100644 index 0000000000000000000000000000000000000000..93031186f83f1ab1abc4c4c5667616bf34f60d0a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8647e83e634e77e496c2d633bb35277556a932d375b8361f52e357267f1f13 +size 578171 diff --git a/perception/image_level_comprehension/image_quality/images/544.png b/perception/image_level_comprehension/image_quality/images/544.png new file mode 100644 index 0000000000000000000000000000000000000000..971e18ee7cc20aa55431f5261e9e8a696c477e42 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f12cef02adf5bde0c593318c3f75731fbf97277d6097088b640b8667992088 +size 541213 diff --git a/perception/image_level_comprehension/image_quality/images/545.png b/perception/image_level_comprehension/image_quality/images/545.png new file mode 100644 index 0000000000000000000000000000000000000000..66dbc0556526b2f14b9f19ec50cb7943520f522f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a029e4a63f85f977067a0cb17b5b851143b3b7058001456d5348cacef01c42 +size 370841 diff --git a/perception/image_level_comprehension/image_quality/images/546.png b/perception/image_level_comprehension/image_quality/images/546.png new file mode 100644 index 0000000000000000000000000000000000000000..595c3e9682ae32e7277ebead28c1ccf9a8af7579 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb555143445c21db428c5a02927352579d298560977b559ed269819e3b16f818 +size 565925 diff --git a/perception/image_level_comprehension/image_quality/images/547.png b/perception/image_level_comprehension/image_quality/images/547.png new file mode 100644 index 0000000000000000000000000000000000000000..7760ef971df0baa709949f39ab7e477b537d8913 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f655ecb856629ba5fc49b01b96ffaf401eb35f93abd07e57eb74872bbb8b56 +size 351750 diff --git a/perception/image_level_comprehension/image_quality/images/548.png b/perception/image_level_comprehension/image_quality/images/548.png new file mode 100644 index 0000000000000000000000000000000000000000..57866f30d4afe62a322bce03be0273e6d1dcbbd6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231f3270a3b1ca0bdc123e7bb6263facfa75e6ac358acf334a92a956fe630f1b +size 528479 diff --git a/perception/image_level_comprehension/image_quality/images/549.png b/perception/image_level_comprehension/image_quality/images/549.png new file mode 100644 index 0000000000000000000000000000000000000000..2ffe107218588e39e669fe72695da1cde0582f9c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5d32dead07db6cdc73fd22e8f0ca8ba3daf1050f64cec23e3ca117b33a733b +size 357798 diff --git a/perception/image_level_comprehension/image_quality/images/55.png b/perception/image_level_comprehension/image_quality/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbe4ad1487b388092d9d379fd3a98ace2c482ca --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0235248e390c1f7252f3322ae44ffda229b9ba5636becd2a473a1677aa9ef0d +size 397159 diff --git a/perception/image_level_comprehension/image_quality/images/550.png b/perception/image_level_comprehension/image_quality/images/550.png new file mode 100644 index 0000000000000000000000000000000000000000..067df4920e277dac276701ac7d85279d863c842a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5e6750bc9992bd7db57ab4a31eb061c86b678de67ee17e55d9bad0d0c63916 +size 556718 diff --git a/perception/image_level_comprehension/image_quality/images/551.png b/perception/image_level_comprehension/image_quality/images/551.png new file mode 100644 index 0000000000000000000000000000000000000000..4273dcd53111a2c83d2ca038a09978f806649e1a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8183af9602928f2c68d1e266b60580b6569e7633f75cb6fa129c2dfdaf3e31 +size 408133 diff --git a/perception/image_level_comprehension/image_quality/images/552.png b/perception/image_level_comprehension/image_quality/images/552.png new file mode 100644 index 0000000000000000000000000000000000000000..0d72bf945c8ecc4d5c8cde727bfe150831869ed3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5b94628d43a39bf3abf10d16ddd520f7d12dbcc08fa752609da90c08284d1c +size 384712 diff --git a/perception/image_level_comprehension/image_quality/images/553.png b/perception/image_level_comprehension/image_quality/images/553.png new file mode 100644 index 0000000000000000000000000000000000000000..d00f82ebea97500e80ef653d72eeb40d04419d09 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3f080dbb8c22b9d4f3553371a48fd9a5aaa021542c86982479fbf8ac49497e +size 506163 diff --git a/perception/image_level_comprehension/image_quality/images/554.png b/perception/image_level_comprehension/image_quality/images/554.png new file mode 100644 index 0000000000000000000000000000000000000000..555d124a78b8675915422fbe10b80108d881c60c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a376e8750b35a787de5f8b0be449557ed4118a3b1c6d68572b05cadc4dc924 +size 546719 diff --git a/perception/image_level_comprehension/image_quality/images/555.png b/perception/image_level_comprehension/image_quality/images/555.png new file mode 100644 index 0000000000000000000000000000000000000000..2681fbba1a16b87536e348b0ae83c84a3d5beb69 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ac495161df72b090cc4a2c00ad81754621616c0dbd050f14b262fe0fdeb15b +size 399745 diff --git a/perception/image_level_comprehension/image_quality/images/556.png b/perception/image_level_comprehension/image_quality/images/556.png new file mode 100644 index 0000000000000000000000000000000000000000..5e956b739fec1511f180634a2efb00864c3928f1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbadd03100424e0c88bec5d71c85468ffbc3b3d2ff536d618b36669ba6f0c678 +size 628068 diff --git a/perception/image_level_comprehension/image_quality/images/557.png b/perception/image_level_comprehension/image_quality/images/557.png new file mode 100644 index 0000000000000000000000000000000000000000..9da581c8b29ba6740c6f8a5292ba272e38a51d22 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acca36cfdc34c514299678da12b02103d8b563e74c6975618857530d74be29d2 +size 501029 diff --git a/perception/image_level_comprehension/image_quality/images/558.png b/perception/image_level_comprehension/image_quality/images/558.png new file mode 100644 index 0000000000000000000000000000000000000000..e0ae53888ca2bcb2b2b476697353f96cd77d9344 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8d75a505774dc58550c20bf80c79de2da7043b116f1b17e4d5812d0b0a6290 +size 533445 diff --git a/perception/image_level_comprehension/image_quality/images/559.png b/perception/image_level_comprehension/image_quality/images/559.png new file mode 100644 index 0000000000000000000000000000000000000000..d006d5f0391527dcf027c8197be2f5bad8948a01 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f91a792d3262ccd7346266192af79a78b64abb133d2b45fa3cb7fbb637789a +size 473520 diff --git a/perception/image_level_comprehension/image_quality/images/56.png b/perception/image_level_comprehension/image_quality/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..3712438e949f72b93844457e6851c00d0215bb91 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7c33cba50534313aca029649fc4332a9c33269335e28b3d84851d8eae54f92 +size 412113 diff --git a/perception/image_level_comprehension/image_quality/images/560.png b/perception/image_level_comprehension/image_quality/images/560.png new file mode 100644 index 0000000000000000000000000000000000000000..0b5d1b302da5cd4aa666c8522228cfd4252898dd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed024030f10f7b26357d6ccea7903216cbf4603517e8a7e34e78716f3d62ada +size 532062 diff --git a/perception/image_level_comprehension/image_quality/images/561.png b/perception/image_level_comprehension/image_quality/images/561.png new file mode 100644 index 0000000000000000000000000000000000000000..51bbfd6226962730a3f418cf899bfffc63909e14 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290050484933f7445a269e6c797a626a73268382a6eead60341aaaf63bff240 +size 522145 diff --git a/perception/image_level_comprehension/image_quality/images/562.png b/perception/image_level_comprehension/image_quality/images/562.png new file mode 100644 index 0000000000000000000000000000000000000000..665c97f737084ceac38d212540a43d27d78e83bc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9902360f887c015918ef578d2424ef918833546ea4b8700415c81a1c2f958dc8 +size 521190 diff --git a/perception/image_level_comprehension/image_quality/images/563.png b/perception/image_level_comprehension/image_quality/images/563.png new file mode 100644 index 0000000000000000000000000000000000000000..83d96b036038369d04cecdd1312639068502de20 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411c0e2ef4505412ebe271e9f01521bf24320fdedba9f9cf44242e35e21f000c +size 568798 diff --git a/perception/image_level_comprehension/image_quality/images/564.png b/perception/image_level_comprehension/image_quality/images/564.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb243a6be40b8fe0b5e527e00657dc6aafae827 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b78fe74daa5fc50b90814ad1c50ff64652cc5b4c2cd0ecdcef77cb55fdb8d57 +size 558458 diff --git a/perception/image_level_comprehension/image_quality/images/565.png b/perception/image_level_comprehension/image_quality/images/565.png new file mode 100644 index 0000000000000000000000000000000000000000..41ac2a322cd6e09350c86c01afca6440cfb370f5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120001aaa04eed6743acc2fc9749d34487296ece025c9fa6ad692aade7af74bf +size 344994 diff --git a/perception/image_level_comprehension/image_quality/images/566.png b/perception/image_level_comprehension/image_quality/images/566.png new file mode 100644 index 0000000000000000000000000000000000000000..5b4234ac1b9153edaeb1a141ca8557405c809767 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b8de96758118f51bd6e1235c7eef9af99d9facf0c2c4ff8caa7f770bb01b95 +size 350009 diff --git a/perception/image_level_comprehension/image_quality/images/567.png b/perception/image_level_comprehension/image_quality/images/567.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f7684a13cd219a494f40c9da7b133017757447 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba75b1de9194f5ea98839553239ff5ed71124e7f8ce9f6de82136b2c182bf6ea +size 570984 diff --git a/perception/image_level_comprehension/image_quality/images/568.png b/perception/image_level_comprehension/image_quality/images/568.png new file mode 100644 index 0000000000000000000000000000000000000000..90af49fee1a512dab1eccb8829598ab1ac650016 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94602dfe5316cc905b4add431e68f2d43847fc8ff1add849451c9922334ed31e +size 305041 diff --git a/perception/image_level_comprehension/image_quality/images/569.png b/perception/image_level_comprehension/image_quality/images/569.png new file mode 100644 index 0000000000000000000000000000000000000000..024256e559448b84d930388e53fcf3b971fe0d8f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5925f35544d6341e96c0f7941059f2c54305bdd1b5582b8b1b1df83f353bdf2a +size 555485 diff --git a/perception/image_level_comprehension/image_quality/images/57.png b/perception/image_level_comprehension/image_quality/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..0d742c4d1a823d26196b59f8ebeed2d2635a2457 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82cfacc01b480cbe53868abaf18ae58d70ede0fc8e385486718c6751c61f20b +size 448061 diff --git a/perception/image_level_comprehension/image_quality/images/570.png b/perception/image_level_comprehension/image_quality/images/570.png new file mode 100644 index 0000000000000000000000000000000000000000..ca11e27a420a7fd9bc3eff0a2c04e77873977ddf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f8717724082f0d6659e1763d7fa3371ce2db88695a045eeb3b05af8232a3d0 +size 658404 diff --git a/perception/image_level_comprehension/image_quality/images/571.png b/perception/image_level_comprehension/image_quality/images/571.png new file mode 100644 index 0000000000000000000000000000000000000000..32fc3a8e12b10d275a9d51325f779f8da76e1e1d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11878d2acb16981f62bde64ff28143b150beabbe10c52d8b54ec36f80925a5b +size 534980 diff --git a/perception/image_level_comprehension/image_quality/images/572.png b/perception/image_level_comprehension/image_quality/images/572.png new file mode 100644 index 0000000000000000000000000000000000000000..12f81d1f31e81cb1997d13ae9bbdb719aef9b5aa --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e442a9cd2b8e852a763464bfe0f4a51854391472192d3c276b28226042779d7 +size 448760 diff --git a/perception/image_level_comprehension/image_quality/images/573.png b/perception/image_level_comprehension/image_quality/images/573.png new file mode 100644 index 0000000000000000000000000000000000000000..538c4bdb64390615089b1594edf6dfda40a47844 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df35b60e2ac325c6cd7356209184d2acab5f432c4e7c55843407a4c6504fde27 +size 593623 diff --git a/perception/image_level_comprehension/image_quality/images/574.png b/perception/image_level_comprehension/image_quality/images/574.png new file mode 100644 index 0000000000000000000000000000000000000000..c842675085d499eaa2566a72df68fdb54595589b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5d26f357912ff25402db76cdbbf0b749242c8123b038e5125433af159f4124 +size 509857 diff --git a/perception/image_level_comprehension/image_quality/images/575.png b/perception/image_level_comprehension/image_quality/images/575.png new file mode 100644 index 0000000000000000000000000000000000000000..be7aa8fa6804760081fcdb52e6e8b03916ae15fc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81094611ce456987f7d518c1fa30a76974d64c7c0cea0cbbedc91c87d03caf81 +size 582470 diff --git a/perception/image_level_comprehension/image_quality/images/576.png b/perception/image_level_comprehension/image_quality/images/576.png new file mode 100644 index 0000000000000000000000000000000000000000..6606d5140e461372507a068c2cfecb04f1af3c34 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcac63c667d9425063499948b9a82ad3cd0c7383ab5651ec161b9cdb474b4b6 +size 567964 diff --git a/perception/image_level_comprehension/image_quality/images/577.png b/perception/image_level_comprehension/image_quality/images/577.png new file mode 100644 index 0000000000000000000000000000000000000000..8f438694a0588c7325f7f105d55760dae666a38e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e2d66e080f0338decc8082f6bd097ac0774b2cc5241f0b3cddc428a71ae3f2 +size 221871 diff --git a/perception/image_level_comprehension/image_quality/images/578.png b/perception/image_level_comprehension/image_quality/images/578.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0b90ac7afd0e5994ca79dc3043e14dac467f7a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e03d797e8cf87b3a31e97c90477612f614a0c2870963949fdf7e0ca4dcb65e +size 398350 diff --git a/perception/image_level_comprehension/image_quality/images/579.png b/perception/image_level_comprehension/image_quality/images/579.png new file mode 100644 index 0000000000000000000000000000000000000000..95974fc26e0b3dd3aace73302974f3af65d01483 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b4590fbcfd8644e1030afd50772b593d455ce8813d9aa0eebe5e40ba384a8f +size 517923 diff --git a/perception/image_level_comprehension/image_quality/images/58.png b/perception/image_level_comprehension/image_quality/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..3f42a8c6baa00d84e889f84e88900a18137ce64a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad1b4165cc69ba218f16febc67d1b34727fd0e7170fddd7c9940dc1c676f10a +size 438728 diff --git a/perception/image_level_comprehension/image_quality/images/580.png b/perception/image_level_comprehension/image_quality/images/580.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b3127d6eb3c4793c6614b8b5265d79530f3a04 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6984564875460972144f8ecac50c1e1bdeaf8579e0a33b785f107638a47050 +size 602206 diff --git a/perception/image_level_comprehension/image_quality/images/581.png b/perception/image_level_comprehension/image_quality/images/581.png new file mode 100644 index 0000000000000000000000000000000000000000..b43230582cf648408e96058272df3d2b5fcff6da --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29ab3171ed4f9943a7e6f4033d73affc0d377128e73867c05311d2a08920085 +size 312363 diff --git a/perception/image_level_comprehension/image_quality/images/582.png b/perception/image_level_comprehension/image_quality/images/582.png new file mode 100644 index 0000000000000000000000000000000000000000..103a14728dbfda4e53e14b98c18f592075649016 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaaf9457e2fc856216a6f166389cf3c59c7e6e13fff8f5295f94053fde14833 +size 618761 diff --git a/perception/image_level_comprehension/image_quality/images/583.png b/perception/image_level_comprehension/image_quality/images/583.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0d5167c541de38f0deed6461e936ef1510f00a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb9ff7ae122c43f704054ca4f08f6ecd12c57705a8a25fc9eba1e9598453aa3 +size 503812 diff --git a/perception/image_level_comprehension/image_quality/images/584.png b/perception/image_level_comprehension/image_quality/images/584.png new file mode 100644 index 0000000000000000000000000000000000000000..7299e54c8e283d4fb278102d495e2eadd36d8817 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18c234548c4996497e5e0a506cedf1f1c0315196b090b154261ef26497882c6 +size 602344 diff --git a/perception/image_level_comprehension/image_quality/images/585.png b/perception/image_level_comprehension/image_quality/images/585.png new file mode 100644 index 0000000000000000000000000000000000000000..11661282479cff714d37541f8b07f70c93616a81 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e4527ef7c941cf37941ea9929c91567b16c26a3ccb7fe13f685728b9cad528 +size 538117 diff --git a/perception/image_level_comprehension/image_quality/images/586.png b/perception/image_level_comprehension/image_quality/images/586.png new file mode 100644 index 0000000000000000000000000000000000000000..7f228384886852ac14a9360a080f50764db41b0f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a03bbe17696ae4df698df09a11e967d8333881bfaaf420ae3deaf0aab03fce +size 235739 diff --git a/perception/image_level_comprehension/image_quality/images/587.png b/perception/image_level_comprehension/image_quality/images/587.png new file mode 100644 index 0000000000000000000000000000000000000000..eaef3805274ec24204bf8f1a39e13a6428ac366d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91759dc1b85a9236b35cea2d8ccbef1d06b29ec9d6186e9bc84e4ff2acd326e6 +size 574092 diff --git a/perception/image_level_comprehension/image_quality/images/588.png b/perception/image_level_comprehension/image_quality/images/588.png new file mode 100644 index 0000000000000000000000000000000000000000..26c00049d1c21f096f6ae0298182ad7de707f4ae --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6f47324218b70fc5bb8e5a667c873f4a68e12f92818d114db860e7465c4025 +size 405732 diff --git a/perception/image_level_comprehension/image_quality/images/589.png b/perception/image_level_comprehension/image_quality/images/589.png new file mode 100644 index 0000000000000000000000000000000000000000..bd8a62eba1067e2dd2c6404a33bdfe7f2fddffcf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1ea5fb4cb93daf5d79083472c5ba0ad48a8461ae5ba042a587e16219ef4c2b +size 175339 diff --git a/perception/image_level_comprehension/image_quality/images/59.png b/perception/image_level_comprehension/image_quality/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..73388f31563bef345cb6bec6f7f19b87801c53ab --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e6c2bbb28cca47bf0a88085a757c128abff7213d4e0ca17216bbf2d1dfc92f +size 343874 diff --git a/perception/image_level_comprehension/image_quality/images/590.png b/perception/image_level_comprehension/image_quality/images/590.png new file mode 100644 index 0000000000000000000000000000000000000000..2453b57ab73b22c525b57e50d7c213381f89f281 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c966e4ff2a7c39e1e75ce1432ccc8c07aef351622fccbeee3b0fb64bd17b13e0 +size 558996 diff --git a/perception/image_level_comprehension/image_quality/images/591.png b/perception/image_level_comprehension/image_quality/images/591.png new file mode 100644 index 0000000000000000000000000000000000000000..5006e23c279bfe4af215f9b59650ac6cda7753b1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefb8e3a00a641d050b9f3eecd991c40ece5f108ff5fdf858d5e8a87630fda1d +size 498019 diff --git a/perception/image_level_comprehension/image_quality/images/592.png b/perception/image_level_comprehension/image_quality/images/592.png new file mode 100644 index 0000000000000000000000000000000000000000..68bc11664b54f108ec37dc48a6775614c8be9100 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e268e6a488ccdc443aa760582b89da212326e6feb0c02cb5d4eaa0da3a2946 +size 413780 diff --git a/perception/image_level_comprehension/image_quality/images/593.png b/perception/image_level_comprehension/image_quality/images/593.png new file mode 100644 index 0000000000000000000000000000000000000000..66e8b4b40a6894ba315b9d1cbcd32e3de3cf3adf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd4e71089da9f081f8c1be4a5c8708cf2fae45de7df96eecf292989fe1e7ea0 +size 483812 diff --git a/perception/image_level_comprehension/image_quality/images/594.png b/perception/image_level_comprehension/image_quality/images/594.png new file mode 100644 index 0000000000000000000000000000000000000000..692978a229199246361c6fefe5c203b3b0b4939d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886b15606df678ea39bcba76f864650fee03fee3516fe85ff0d1266d01ac2489 +size 412744 diff --git a/perception/image_level_comprehension/image_quality/images/595.png b/perception/image_level_comprehension/image_quality/images/595.png new file mode 100644 index 0000000000000000000000000000000000000000..a6aae17712b944fff5b4e654a241b7eef392a94e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79a55f06edd45a63404d78b1b96e5ea3e373c3773d2ef348eff8ce5d16baba0 +size 599829 diff --git a/perception/image_level_comprehension/image_quality/images/596.png b/perception/image_level_comprehension/image_quality/images/596.png new file mode 100644 index 0000000000000000000000000000000000000000..e9845e1aa49b3c97448ad22d25057cea38cb4b91 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3bb204cfd46947676851271df1b28d33d8757ad678b37e7d0ff22e29b48eec +size 404176 diff --git a/perception/image_level_comprehension/image_quality/images/597.png b/perception/image_level_comprehension/image_quality/images/597.png new file mode 100644 index 0000000000000000000000000000000000000000..7823ad5cb6c81ba272a4eb0df2efe09fdec7bf57 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703cd82b730e2596a2528f8de8602588d26b61c1b695dd65beb074581e2cb9a4 +size 534634 diff --git a/perception/image_level_comprehension/image_quality/images/598.png b/perception/image_level_comprehension/image_quality/images/598.png new file mode 100644 index 0000000000000000000000000000000000000000..c1eb5aed15936c55bfe85b7243d5ad898f63eafb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152dab5d7ce2ea6083c30a45622e9c2cd82974c25a0a70d1bd61fa8963fd2318 +size 144697 diff --git a/perception/image_level_comprehension/image_quality/images/599.png b/perception/image_level_comprehension/image_quality/images/599.png new file mode 100644 index 0000000000000000000000000000000000000000..790c4ef87372497ce8bfe6de6e5bbbdb91cfd6bc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734795aa0e29daed7db2900985588832183096b6d5cd8901f1f8bccec8aee55c +size 634962 diff --git a/perception/image_level_comprehension/image_quality/images/6.png b/perception/image_level_comprehension/image_quality/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..12f87a048c7538c60f429c40280eb51c3827c43b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bab6269e13684b20b27d56702a9103aace7058eb9261df67825492af60a6d4 +size 603373 diff --git a/perception/image_level_comprehension/image_quality/images/60.png b/perception/image_level_comprehension/image_quality/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa6cc2201557de81cc03560d7ee1b0eef635b8d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35da7202792710ce60be2ec9a80595a98ce136500d301d868f74584e1efb9fed +size 527936 diff --git a/perception/image_level_comprehension/image_quality/images/600.png b/perception/image_level_comprehension/image_quality/images/600.png new file mode 100644 index 0000000000000000000000000000000000000000..266befd9435a9097d87682576525a52d6f9b0c92 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a8a3d7c388cd96443bcde5be6173c646e0776aea2c531b1ae926166a57acd8 +size 486204 diff --git a/perception/image_level_comprehension/image_quality/images/601.png b/perception/image_level_comprehension/image_quality/images/601.png new file mode 100644 index 0000000000000000000000000000000000000000..9d79d5ac094627a0160d8c49e65483756530f34b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01eac18543d9bee6a88a3ae4bd89eb95fe1c96d1bc6c0bff57a3324d9b25a1e +size 304801 diff --git a/perception/image_level_comprehension/image_quality/images/602.png b/perception/image_level_comprehension/image_quality/images/602.png new file mode 100644 index 0000000000000000000000000000000000000000..03e8cf3cd56a1d0423d96356088efbce911285b6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125f5b1ed46edc681887ff114e9f217d86d7e13b77255955058c642516ac0d77 +size 236529 diff --git a/perception/image_level_comprehension/image_quality/images/603.png b/perception/image_level_comprehension/image_quality/images/603.png new file mode 100644 index 0000000000000000000000000000000000000000..b778c3300147b07c63db29c8b53f02fd1882376b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edcc833363ea920712e846bb05d9b100fc5cbbd225d851a906fe750070b0db64 +size 158047 diff --git a/perception/image_level_comprehension/image_quality/images/604.png b/perception/image_level_comprehension/image_quality/images/604.png new file mode 100644 index 0000000000000000000000000000000000000000..c001bb0d39e84677758ad9663e5efbb4ee4ce97c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96ba60444cdce666f062e756774c4e88cbc57ac2f0ece81c897cfed4dc6768e +size 227625 diff --git a/perception/image_level_comprehension/image_quality/images/605.png b/perception/image_level_comprehension/image_quality/images/605.png new file mode 100644 index 0000000000000000000000000000000000000000..ca87884376b5278368b6f81812a2ebb3271e9995 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65071e46c99879cd077e17273f07cc46d7f41f2d585b64b3fa7614ca2a81924 +size 304364 diff --git a/perception/image_level_comprehension/image_quality/images/606.png b/perception/image_level_comprehension/image_quality/images/606.png new file mode 100644 index 0000000000000000000000000000000000000000..e28ece84edf8d594a9cad11fc9039d6e5383151f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e1aafee10514aaab4318bf6eea79f88ee87efb6def79c2e9240faf674a1473 +size 236663 diff --git a/perception/image_level_comprehension/image_quality/images/607.png b/perception/image_level_comprehension/image_quality/images/607.png new file mode 100644 index 0000000000000000000000000000000000000000..18d57b521ae46eb273e21f1dcf160410533ad0be --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc00d4771f7f9ff32b9bc5ad1c8e954e9e9d77ba137d74059780281721d659f +size 79802 diff --git a/perception/image_level_comprehension/image_quality/images/608.png b/perception/image_level_comprehension/image_quality/images/608.png new file mode 100644 index 0000000000000000000000000000000000000000..0faa8ecb51e1b51035fe33c7473cebae3c4dbc46 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296a42ec91b9e40bdb7ffa11d21e82a11f224b131232d965ba416a92b4973e87 +size 105501 diff --git a/perception/image_level_comprehension/image_quality/images/609.png b/perception/image_level_comprehension/image_quality/images/609.png new file mode 100644 index 0000000000000000000000000000000000000000..90aa0d29695a322c41066c433bea98ddb5da49ea --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfa56d4233556f5d75421ff87f099dc0fc92d9f60ac994c9c7a6c96e26f3cf3 +size 224576 diff --git a/perception/image_level_comprehension/image_quality/images/61.png b/perception/image_level_comprehension/image_quality/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b7d0fb442f39c54886f200d09d510c262fa8b8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ff9acddfda41fdcb0939b31032c9df1a10448d34e82934d5c070d9fa0b56c8 +size 471286 diff --git a/perception/image_level_comprehension/image_quality/images/610.png b/perception/image_level_comprehension/image_quality/images/610.png new file mode 100644 index 0000000000000000000000000000000000000000..70b1ed20bd20c620af5eddc7022dc75a4874070d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f3f733f8778eccdb96b1566eacfb31bf18e2fbe8675a496bd177b34d0ef207 +size 218022 diff --git a/perception/image_level_comprehension/image_quality/images/611.png b/perception/image_level_comprehension/image_quality/images/611.png new file mode 100644 index 0000000000000000000000000000000000000000..843a36e94e0dbb4c8d1a8c050b71622264a3f8b3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd32a373c84e89457042527f354df1e6323be06bf539a91506748d65dfe9e7a5 +size 316682 diff --git a/perception/image_level_comprehension/image_quality/images/612.png b/perception/image_level_comprehension/image_quality/images/612.png new file mode 100644 index 0000000000000000000000000000000000000000..efee3fda191b12c1957f7cbe6c19a886f394d33b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472515cc0c49a6f0a0544c4da76c33b9dc7d821b9d0cbbf1c58f573903cdece6 +size 214513 diff --git a/perception/image_level_comprehension/image_quality/images/613.png b/perception/image_level_comprehension/image_quality/images/613.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4026a1cce92f6255bf449b7c16310f56d17ae8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6364f987d0a66ee6e457d96c07dc44ebeb0e8fe1302a750b9659fdd49f50855 +size 214001 diff --git a/perception/image_level_comprehension/image_quality/images/614.png b/perception/image_level_comprehension/image_quality/images/614.png new file mode 100644 index 0000000000000000000000000000000000000000..7a3c1387c9ffae16869be78eb6736ee5617b7c57 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9caef124fbf29d9c9d5dfee2e5aef15102ac062c15e6c1c377e2a5455f06e17 +size 138292 diff --git a/perception/image_level_comprehension/image_quality/images/615.png b/perception/image_level_comprehension/image_quality/images/615.png new file mode 100644 index 0000000000000000000000000000000000000000..1669386e3f2506ecf2b56833379ac1140c743f14 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4613aa9c875c55a31ca00048bf5b8c5c15327038e6ea00de3d9e8b2380f4ef9e +size 301279 diff --git a/perception/image_level_comprehension/image_quality/images/616.png b/perception/image_level_comprehension/image_quality/images/616.png new file mode 100644 index 0000000000000000000000000000000000000000..8e8badba6ff2788c0e0a054ef391b15dccd85233 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d871d6c9e99cdae15dd7b3bd88d4a6953536613aaf1ae3013faaf8aea8ef0de +size 288280 diff --git a/perception/image_level_comprehension/image_quality/images/617.png b/perception/image_level_comprehension/image_quality/images/617.png new file mode 100644 index 0000000000000000000000000000000000000000..41c8e073f19e8abf9c3813826e4bc497b8a4edbe --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2033b9a3a26abd417c35f5a47d5fc9acb35501af062ace39d6f647ed06cdd9 +size 409663 diff --git a/perception/image_level_comprehension/image_quality/images/618.png b/perception/image_level_comprehension/image_quality/images/618.png new file mode 100644 index 0000000000000000000000000000000000000000..f557629d218abd613d1c0c5b3bb04412c69f5fbe --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae91063ad4b654243cf6f6c927c8b2316ff7bc8d609f536f3fd7081fe6bd288f +size 146159 diff --git a/perception/image_level_comprehension/image_quality/images/619.png b/perception/image_level_comprehension/image_quality/images/619.png new file mode 100644 index 0000000000000000000000000000000000000000..9c7605be28010e6628b7b03575adb0125bce41ac --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/619.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dec83b4588abd625f9645eba3af477d2822873ef3e5670766b5de9d512246b1 +size 281537 diff --git a/perception/image_level_comprehension/image_quality/images/62.png b/perception/image_level_comprehension/image_quality/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..0a33dd11f6481f02ec3e1a43f07036b27a02ac8c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebebdceef6681430b46052b07c25e6ea6afe502eeeea3124b908d67094d6089 +size 407890 diff --git a/perception/image_level_comprehension/image_quality/images/620.png b/perception/image_level_comprehension/image_quality/images/620.png new file mode 100644 index 0000000000000000000000000000000000000000..483ce74235787c1f2b17926ca09ba63d32f70fe8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128441811ecfc2ddf3e99e5d13102aaa3e5af9642198ec5caf2051cedc6ddc8b +size 283898 diff --git a/perception/image_level_comprehension/image_quality/images/621.png b/perception/image_level_comprehension/image_quality/images/621.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0e45de600b259bc041d6935c52a60707b26bad --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8a68ee9f1783bb9733aa791ad1529f7149a03951a678c1b20acdd3021c34df +size 322683 diff --git a/perception/image_level_comprehension/image_quality/images/622.png b/perception/image_level_comprehension/image_quality/images/622.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea26aa721c5d2a97a3a4ca56b9dde3f0138ee93 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d004e717d40d52d8ec88e582530d2106a6d750d22d3a2995472ba4f35fade1 +size 220887 diff --git a/perception/image_level_comprehension/image_quality/images/623.png b/perception/image_level_comprehension/image_quality/images/623.png new file mode 100644 index 0000000000000000000000000000000000000000..107b9943d992c183911dfbd9841966d4d67d7421 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b8d19bf207b825611e84e5d0323f97173329417fd324c96c47f2cfa4d008bf +size 291615 diff --git a/perception/image_level_comprehension/image_quality/images/624.png b/perception/image_level_comprehension/image_quality/images/624.png new file mode 100644 index 0000000000000000000000000000000000000000..d496bf524b8179bacc6a8cb223f68b71fe72f239 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cd23112eca1746e1ebaa461bc39d1762540234817a8d5257dcd00925259a96 +size 267705 diff --git a/perception/image_level_comprehension/image_quality/images/625.png b/perception/image_level_comprehension/image_quality/images/625.png new file mode 100644 index 0000000000000000000000000000000000000000..abd975a637aa22e0e710df05e889f4794aebbfd2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be775e357ebe64b065c91d421cf83b5d5cd56478d6a9cf27dbd4bdd8b6e680d +size 190340 diff --git a/perception/image_level_comprehension/image_quality/images/626.png b/perception/image_level_comprehension/image_quality/images/626.png new file mode 100644 index 0000000000000000000000000000000000000000..08c39aa07b319d6ef1d55f9623aa709298481a25 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41754f22c8f3478f7d2b9528a62fd3e9ca8f3cb4d63dccccfa2ed6f3df52abb +size 229525 diff --git a/perception/image_level_comprehension/image_quality/images/627.png b/perception/image_level_comprehension/image_quality/images/627.png new file mode 100644 index 0000000000000000000000000000000000000000..36840bb01865865a5ea742096616a03b07c4d7ef --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ff0c127fc32a27bb1c62d336fe0009607e2d9e666acef76073172bbefe23e9 +size 240922 diff --git a/perception/image_level_comprehension/image_quality/images/628.png b/perception/image_level_comprehension/image_quality/images/628.png new file mode 100644 index 0000000000000000000000000000000000000000..312c3fea939072d52e76d781e58f45fdecfc86ff --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbf37c4a7142afa6d43360da3576294e6e6801209812c5beeba09894c0d5b65 +size 200194 diff --git a/perception/image_level_comprehension/image_quality/images/629.png b/perception/image_level_comprehension/image_quality/images/629.png new file mode 100644 index 0000000000000000000000000000000000000000..a50bfb73356cd1ab49adbf5773d5d4c4a08ba1f3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5973a509901a8533e856bb922577e2390754ee566a9c50dc682a6a3ab193a2 +size 184542 diff --git a/perception/image_level_comprehension/image_quality/images/63.png b/perception/image_level_comprehension/image_quality/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..9d077bd5cf32a61de1f20fba35b0ffcdfb2204a6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ca6a4b911b1dcbc6a1ba264e86d4e42600ef7a7907966e0560206f05ccb1dc +size 356597 diff --git a/perception/image_level_comprehension/image_quality/images/630.png b/perception/image_level_comprehension/image_quality/images/630.png new file mode 100644 index 0000000000000000000000000000000000000000..cff8bca78d3cf13fa262f53e7caa8a2326edc923 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da3e0876796c3fe93d5b683f1f7482dea35912a7a98f4cba5deacf97b9ba708 +size 250186 diff --git a/perception/image_level_comprehension/image_quality/images/631.png b/perception/image_level_comprehension/image_quality/images/631.png new file mode 100644 index 0000000000000000000000000000000000000000..db4f7b0070269a8f555726307b555a2079af84c3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5acd5c12f23f12094a450323891fa1347619f6f69c3fe158cec468f8e9b3ce0 +size 218341 diff --git a/perception/image_level_comprehension/image_quality/images/632.png b/perception/image_level_comprehension/image_quality/images/632.png new file mode 100644 index 0000000000000000000000000000000000000000..940e51a00e92c882716ac5c877427a2c4e043015 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8a861dfbf14ce4fd7f2eba222022ca4f79f6f5388a1bcfc30886e901490314 +size 157961 diff --git a/perception/image_level_comprehension/image_quality/images/633.png b/perception/image_level_comprehension/image_quality/images/633.png new file mode 100644 index 0000000000000000000000000000000000000000..f9bba811e174944aca720313ad38b5270a2d86c5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd184e7c2a893e6062ac12c67b945448db847318318fa7b9dfb163ac770b0b6 +size 307718 diff --git a/perception/image_level_comprehension/image_quality/images/634.png b/perception/image_level_comprehension/image_quality/images/634.png new file mode 100644 index 0000000000000000000000000000000000000000..c6b11285132320593f3f7c33902c0fcf31abb58b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b536c21c94c8a55c557de80429b48c5878fc9493355ec120bc30d18822ad7d52 +size 231789 diff --git a/perception/image_level_comprehension/image_quality/images/635.png b/perception/image_level_comprehension/image_quality/images/635.png new file mode 100644 index 0000000000000000000000000000000000000000..dc599d629a6e95aabfd7e1b851c8db61f8bac669 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519af3b8d6fd3f02466912b2ee46fccb1b9b87145cd624824c69f2e909d493ba +size 241656 diff --git a/perception/image_level_comprehension/image_quality/images/636.png b/perception/image_level_comprehension/image_quality/images/636.png new file mode 100644 index 0000000000000000000000000000000000000000..d39e5337503f190ac46ded26b2a8704cb5cb96ab --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747959675e3c5821fffbfdc8b2615c67a509df05a89f4fe4aa06dfc5646e32d6 +size 191423 diff --git a/perception/image_level_comprehension/image_quality/images/637.png b/perception/image_level_comprehension/image_quality/images/637.png new file mode 100644 index 0000000000000000000000000000000000000000..18a5f80c432577142f9b67f09c5055c6e8ce3543 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f12fe3c6132b74b50816e2210d861cce2ab329b4e20691258e125582bf0b68 +size 291383 diff --git a/perception/image_level_comprehension/image_quality/images/638.png b/perception/image_level_comprehension/image_quality/images/638.png new file mode 100644 index 0000000000000000000000000000000000000000..0b4953bb8a57fd7dc795b5ea617fb451b462eeb5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b447e6a707d1a7b3c0e862cb0a809a57acedcef2838fe02ab9668191a044b75 +size 272184 diff --git a/perception/image_level_comprehension/image_quality/images/639.png b/perception/image_level_comprehension/image_quality/images/639.png new file mode 100644 index 0000000000000000000000000000000000000000..afdf563a7d5df6c42c4e52de4de8596f8031a51f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dffd4891564920a2039f99bbcb57e1f7ab39aae344af12d8101ba10386e88d +size 298341 diff --git a/perception/image_level_comprehension/image_quality/images/64.png b/perception/image_level_comprehension/image_quality/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..bebafed26a708743e9b417e3d474a01dc5c964c8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e41d5b86aaa223a913c0c058b9df6a4286e2cbf69f8e75d7371be12fb122c34 +size 406807 diff --git a/perception/image_level_comprehension/image_quality/images/640.png b/perception/image_level_comprehension/image_quality/images/640.png new file mode 100644 index 0000000000000000000000000000000000000000..0165ad91862ca2b0f2a24e15deabfae676975d07 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7b1e7a4f0ad10e6c2113ece6c6f1d6647aecf15fdfa507be139a47b281a454 +size 119929 diff --git a/perception/image_level_comprehension/image_quality/images/641.png b/perception/image_level_comprehension/image_quality/images/641.png new file mode 100644 index 0000000000000000000000000000000000000000..9771570d644bc2773c7feae0afabbbf47b9ef4e8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d919ad6241635af923809e9c25f5b586a0f3e9c002f803424ce7cbfe2914739d +size 187534 diff --git a/perception/image_level_comprehension/image_quality/images/642.png b/perception/image_level_comprehension/image_quality/images/642.png new file mode 100644 index 0000000000000000000000000000000000000000..9b3837a14bfb74186c65265738ed03e316a651c9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147b4898e4aa75a984f9927699fd59f9d77c9e1dac96d9c2e4052a547f6ecfbd +size 215074 diff --git a/perception/image_level_comprehension/image_quality/images/643.png b/perception/image_level_comprehension/image_quality/images/643.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8b678fef413faf5e4622d5b80a016605b833ab --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3763464b59045121d7c530794fbd224ef8324cb393c3a82a4e12c71c6c56fd69 +size 163064 diff --git a/perception/image_level_comprehension/image_quality/images/644.png b/perception/image_level_comprehension/image_quality/images/644.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd61adf4c52791dbe5704baca05f2c2d91bf641 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945b2086e8ea049a9e59f110d449708e04418f2615159b4aae4e4d57e442a248 +size 219276 diff --git a/perception/image_level_comprehension/image_quality/images/645.png b/perception/image_level_comprehension/image_quality/images/645.png new file mode 100644 index 0000000000000000000000000000000000000000..c8138c9015938387a149d0fc156c1c3a9583c663 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5761706df0b1e4455765833ea6682e6449aeb8052b6e93b36e2785dfc0101a49 +size 251376 diff --git a/perception/image_level_comprehension/image_quality/images/646.png b/perception/image_level_comprehension/image_quality/images/646.png new file mode 100644 index 0000000000000000000000000000000000000000..25a421f97d3b1228d577922c6b67fa0b647f0c17 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb439b9da40d93ca81d7493265a5ee358539ea2ac8c57e4a0564218d1ee68ad +size 218718 diff --git a/perception/image_level_comprehension/image_quality/images/647.png b/perception/image_level_comprehension/image_quality/images/647.png new file mode 100644 index 0000000000000000000000000000000000000000..da1fa44af1804dc4dde51d598352945275f6d441 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14dff177373338246b9613c946d0811b30e76925e9ab2c2fb7cedda4488026be +size 200600 diff --git a/perception/image_level_comprehension/image_quality/images/648.png b/perception/image_level_comprehension/image_quality/images/648.png new file mode 100644 index 0000000000000000000000000000000000000000..7e1e5c8666262b57eaeae4ca265e4371baee8950 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd84f1331401bf6c57b9717d09c368c182e3d8b3835cd6788f3c6f6d1579ab96 +size 270327 diff --git a/perception/image_level_comprehension/image_quality/images/649.png b/perception/image_level_comprehension/image_quality/images/649.png new file mode 100644 index 0000000000000000000000000000000000000000..026bc559cdb5f27c3d470fe809d2a2126e7caf4e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bbbe9cb41882ca0f65df92ecffd45a7ac0c259ea4d6de100787f2c2ac71da6 +size 234735 diff --git a/perception/image_level_comprehension/image_quality/images/65.png b/perception/image_level_comprehension/image_quality/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..57b301e39af33b8a9cd7d5dfa3ded0fffa4720ca --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3706b7a51f412b7ca955e0d50fee7712658c8b818ef074d4dc73183da234821d +size 371366 diff --git a/perception/image_level_comprehension/image_quality/images/650.png b/perception/image_level_comprehension/image_quality/images/650.png new file mode 100644 index 0000000000000000000000000000000000000000..2a321447ed7117a7b4ec0cc1f6b399ae28822d2e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ff91505621a007d156476cd3e1b8bc6355c00fbf084fb08266c12b45286007 +size 290988 diff --git a/perception/image_level_comprehension/image_quality/images/651.png b/perception/image_level_comprehension/image_quality/images/651.png new file mode 100644 index 0000000000000000000000000000000000000000..365c8b0ac6a6624a725605848b1dd13a841e60e0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707383ab2cca2f7b7ee57f2fdcf0471e4117427b662de8f536bfca072ca06785 +size 529267 diff --git a/perception/image_level_comprehension/image_quality/images/652.png b/perception/image_level_comprehension/image_quality/images/652.png new file mode 100644 index 0000000000000000000000000000000000000000..3b862463e71732715c910c186e500f3dd52ca852 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df974468240e96d7f64e130cdef6881f080495567384185e4f0b77ba020b694 +size 647908 diff --git a/perception/image_level_comprehension/image_quality/images/653.png b/perception/image_level_comprehension/image_quality/images/653.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a067eee341e31fdf16fcb1adad3c90c14eb231 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d67310c292ab769dc5ce9b6a86e56efeaec9c1f51782b8010885d07aefbabeb +size 695610 diff --git a/perception/image_level_comprehension/image_quality/images/654.png b/perception/image_level_comprehension/image_quality/images/654.png new file mode 100644 index 0000000000000000000000000000000000000000..bb7952adf54ccc4e14c9ad73bf57093ac0377fed --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460ea9931bb24cce59abd8e890c780827302445b6f88e835ad3bec5ef8d779be +size 642728 diff --git a/perception/image_level_comprehension/image_quality/images/655.png b/perception/image_level_comprehension/image_quality/images/655.png new file mode 100644 index 0000000000000000000000000000000000000000..6657584b1c4097774bf0a751fbae1c86ff0c2fc8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d50c254f54a49027077fc8b49ea537d1f0f135177686194f011187607e57ab +size 633661 diff --git a/perception/image_level_comprehension/image_quality/images/656.png b/perception/image_level_comprehension/image_quality/images/656.png new file mode 100644 index 0000000000000000000000000000000000000000..79913d6f4f14265190162fd5fc0df24af94e33ad --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1761a425cd248e1e716be2489eae9d17b1bfde3983bf7710e14d5fee3a39d7e3 +size 630059 diff --git a/perception/image_level_comprehension/image_quality/images/657.png b/perception/image_level_comprehension/image_quality/images/657.png new file mode 100644 index 0000000000000000000000000000000000000000..d3db784b643c08eae00eff25b9a8d690abad9288 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ff2333d434fca4f87b1b395afe35a574f7e2a8c81d912bda02a0c4be2652b8 +size 637272 diff --git a/perception/image_level_comprehension/image_quality/images/658.png b/perception/image_level_comprehension/image_quality/images/658.png new file mode 100644 index 0000000000000000000000000000000000000000..35cf4d14f3396d82f879c887091c95d2e44b82ed --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc51ce6995350706d7b3b238209fde2340853cc7118dea253d52606ad8fac39 +size 649160 diff --git a/perception/image_level_comprehension/image_quality/images/659.png b/perception/image_level_comprehension/image_quality/images/659.png new file mode 100644 index 0000000000000000000000000000000000000000..e32f7c33fef0cbb1a7d1a71bbeba4080bbb71320 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a97702b61286eae07bec60cd9fb929cb5d9827aa263bb3c608894d6fa981b9b +size 600298 diff --git a/perception/image_level_comprehension/image_quality/images/66.png b/perception/image_level_comprehension/image_quality/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..f98052c729f9a9d3fe44695895e840ae474b76b7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad153d7175c5659ff65d05c5b3678edc462d8ffa70ae1986f45aafff0bab83f +size 427813 diff --git a/perception/image_level_comprehension/image_quality/images/660.png b/perception/image_level_comprehension/image_quality/images/660.png new file mode 100644 index 0000000000000000000000000000000000000000..9de1b79b6e913abb66bf38e1c09502f8492563e6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d126b8f729c322239c5aee80f156967238b7c2758fe9d6d2ae41e34015eabd39 +size 609963 diff --git a/perception/image_level_comprehension/image_quality/images/661.png b/perception/image_level_comprehension/image_quality/images/661.png new file mode 100644 index 0000000000000000000000000000000000000000..817afc6ba1a84f84254411fef959b381dd591d38 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f235c46db0e0d510ce2eeea4309f6ecc1abc1739523ca2693d2a5d77427425 +size 535195 diff --git a/perception/image_level_comprehension/image_quality/images/662.png b/perception/image_level_comprehension/image_quality/images/662.png new file mode 100644 index 0000000000000000000000000000000000000000..dcf1af2122df7042d172fbef33abf36dc920c27e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f556f8737421a178cd8bd62b66c5ade30d89712eb050cf4dab424e24cbedd6 +size 659133 diff --git a/perception/image_level_comprehension/image_quality/images/663.png b/perception/image_level_comprehension/image_quality/images/663.png new file mode 100644 index 0000000000000000000000000000000000000000..726f34bda212edb133173aa085494a78268dfc19 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a861db8f0ef0bbc754ed635ed2cba69481fc775b111ab6bde1227e10b41bff0c +size 534734 diff --git a/perception/image_level_comprehension/image_quality/images/664.png b/perception/image_level_comprehension/image_quality/images/664.png new file mode 100644 index 0000000000000000000000000000000000000000..a7134f8c9fe75d1fe0d2ce8a944a7979eb968968 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe8f4fc5086eabcd3bb1d2514254d6f2654540b70268cf5922ede4f82f6cc3c +size 650628 diff --git a/perception/image_level_comprehension/image_quality/images/665.png b/perception/image_level_comprehension/image_quality/images/665.png new file mode 100644 index 0000000000000000000000000000000000000000..9ecca7e666476136283f6a3dfc7624b5092a569b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24b624974b4ff185fef9522f33ecd5a3ffc91aabf6d25e9c98fbc15217442e0 +size 577149 diff --git a/perception/image_level_comprehension/image_quality/images/666.png b/perception/image_level_comprehension/image_quality/images/666.png new file mode 100644 index 0000000000000000000000000000000000000000..d33666e9b767451e9532c0c9888832f959d75011 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ee4cac1c49769223f5a542fa74c1755800b9eba9fee9e280ef5eea82299d5 +size 710673 diff --git a/perception/image_level_comprehension/image_quality/images/667.png b/perception/image_level_comprehension/image_quality/images/667.png new file mode 100644 index 0000000000000000000000000000000000000000..acb1f7c239479b774e39c0e09254ea9fac860674 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2537541671e3f54076487e62f1ca1c83df6709cbd49e38a0ddf34b7acdc1f632 +size 577726 diff --git a/perception/image_level_comprehension/image_quality/images/668.png b/perception/image_level_comprehension/image_quality/images/668.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f46a6e504e281728cbc030cc57606c45236f09 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2cf4ad92b3da8f825f4e5b8f42a4f104d4eb1184a8bdf8678ca3ef4e397f1d +size 655809 diff --git a/perception/image_level_comprehension/image_quality/images/669.png b/perception/image_level_comprehension/image_quality/images/669.png new file mode 100644 index 0000000000000000000000000000000000000000..ebcdf27583882bd0229f6c92d78aeaaee7f377bf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77f05eff7414c1b32544a58beffadaa4fde068ae84e1a2abde74cc7c00f0362 +size 598963 diff --git a/perception/image_level_comprehension/image_quality/images/67.png b/perception/image_level_comprehension/image_quality/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb92531428cc549b7c3b63aaee1452bae38ecc1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266de3cba9c40e73609cdf4da06521ad0497f227a155cfb5d35083afbc9a8256 +size 436849 diff --git a/perception/image_level_comprehension/image_quality/images/670.png b/perception/image_level_comprehension/image_quality/images/670.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd679455b84c07459072468489358c4c663418e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feaae0248b177deb8952b01dd130380caad565822b30edfdccf7597cbd5114d6 +size 486039 diff --git a/perception/image_level_comprehension/image_quality/images/671.png b/perception/image_level_comprehension/image_quality/images/671.png new file mode 100644 index 0000000000000000000000000000000000000000..5be04af2d106d030bc17f6d486c072306694b07e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bd6d4927ede0038463ab60b29b282e2fc4796008eafa251dc7a4ec28d74d93 +size 619643 diff --git a/perception/image_level_comprehension/image_quality/images/672.png b/perception/image_level_comprehension/image_quality/images/672.png new file mode 100644 index 0000000000000000000000000000000000000000..f0810452194b67a18aad75179eed841ac7fdc79c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540aebde9ef23675f93572b0744b17737a1a963408a5cebcccd0b57c7d8e27d0 +size 550936 diff --git a/perception/image_level_comprehension/image_quality/images/673.png b/perception/image_level_comprehension/image_quality/images/673.png new file mode 100644 index 0000000000000000000000000000000000000000..e70a3d934712ea5f21ea9dc78b52b408dc8e7a7a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0050671c8a9dcd25a8825b97cb037dd49af2ed81b9614d972f99363a19b0e750 +size 431589 diff --git a/perception/image_level_comprehension/image_quality/images/674.png b/perception/image_level_comprehension/image_quality/images/674.png new file mode 100644 index 0000000000000000000000000000000000000000..d171cf2397156d5d89613c1a1b2b2da40e0c58d7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db45ae51113717faea605f1688a68874543ed3a8f14ada4a628e28e72cbea293 +size 546325 diff --git a/perception/image_level_comprehension/image_quality/images/675.png b/perception/image_level_comprehension/image_quality/images/675.png new file mode 100644 index 0000000000000000000000000000000000000000..af85da1af74364e17478d5e9c53be857f76fd28e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f6f8a04ca7e7050160c915a91e2581d93359632733a09569334700703b14f8 +size 641862 diff --git a/perception/image_level_comprehension/image_quality/images/676.png b/perception/image_level_comprehension/image_quality/images/676.png new file mode 100644 index 0000000000000000000000000000000000000000..f67527edcd8b8bae46d3e49fc6555916d00c54a0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d157db444a0712dce9de3dfe71592b469e1b030a6e44d7f62a27eba34c354e9 +size 504868 diff --git a/perception/image_level_comprehension/image_quality/images/677.png b/perception/image_level_comprehension/image_quality/images/677.png new file mode 100644 index 0000000000000000000000000000000000000000..7834b3115b189540adfc64134b388c6ff663d80d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ed5a9df24c4004019b09e862682dad9bdbc9e91ae9a5002a0ba76bbd03e951 +size 657495 diff --git a/perception/image_level_comprehension/image_quality/images/678.png b/perception/image_level_comprehension/image_quality/images/678.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a8ec680700cff44cfe7f1c32fad858bf54ca10 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419f6e14710607ac04a935123e8004cf9656d91152f37861d8937b82aff9d070 +size 677205 diff --git a/perception/image_level_comprehension/image_quality/images/679.png b/perception/image_level_comprehension/image_quality/images/679.png new file mode 100644 index 0000000000000000000000000000000000000000..61128a2c01323b8f667e2a95f8f2011a79cdd529 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca88bdcd64279768242703bdf307db7804d55b29a99081e5bea35e9be7c935e +size 570455 diff --git a/perception/image_level_comprehension/image_quality/images/68.png b/perception/image_level_comprehension/image_quality/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4c9d2b70a17d5e35735004c35ca877dc03d666 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c173cc2008d306b030ef7c236f83878fb9fdad250eb72a61833e297763c075c +size 512364 diff --git a/perception/image_level_comprehension/image_quality/images/680.png b/perception/image_level_comprehension/image_quality/images/680.png new file mode 100644 index 0000000000000000000000000000000000000000..f809e9bf856669f1c0d3ec6a2c6f0223409acbc0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2be224a6f16d63acce06f2b1a7156492ead83c74357c3ccf5ed95c07b3d001e +size 547642 diff --git a/perception/image_level_comprehension/image_quality/images/681.png b/perception/image_level_comprehension/image_quality/images/681.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e8fbaa8557492bf8f7f3fbf8560935fb684c2d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0456b4c7528dc2d0efae8dceeca69f4fd5d0f63f97aae2095aa83374d6fe89ec +size 557462 diff --git a/perception/image_level_comprehension/image_quality/images/682.png b/perception/image_level_comprehension/image_quality/images/682.png new file mode 100644 index 0000000000000000000000000000000000000000..99410a50d023cc4354059c604b5f469a9e221163 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad9e07813e54ac6758fb8661a93753d7464710a5774bdb688ac913f9f5859c6 +size 658302 diff --git a/perception/image_level_comprehension/image_quality/images/683.png b/perception/image_level_comprehension/image_quality/images/683.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1cd5aeb521348a3cbd566bfe013a9647f4550b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642b79c80eb918521d3f3e01eebf4a47aba5e45f78a8c445e6231fd8cc03bcf6 +size 683780 diff --git a/perception/image_level_comprehension/image_quality/images/684.png b/perception/image_level_comprehension/image_quality/images/684.png new file mode 100644 index 0000000000000000000000000000000000000000..349775c6ae1a40abde548d9844e893d3702375e3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c466aa36794db938a2bd3b3b50949d297db039aab39a6086886271c3a03220 +size 603726 diff --git a/perception/image_level_comprehension/image_quality/images/685.png b/perception/image_level_comprehension/image_quality/images/685.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7b1b5ecbeea8729132faa9c8528fe666d52398 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca2ece51718bb67525b7d0f41366b6bb5fe44d1fdbcaf6125c86d23ce067a7b +size 650654 diff --git a/perception/image_level_comprehension/image_quality/images/686.png b/perception/image_level_comprehension/image_quality/images/686.png new file mode 100644 index 0000000000000000000000000000000000000000..129a584857b1cf62f3ae18becc16d226650c504d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8229a1ef6ed1771437bb2ddb5911324ef6f5a3953900cca9c78bf431b3041e3a +size 688869 diff --git a/perception/image_level_comprehension/image_quality/images/687.png b/perception/image_level_comprehension/image_quality/images/687.png new file mode 100644 index 0000000000000000000000000000000000000000..18994aa7c510d88479195b539d33522995d73f75 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fb46bedb1b18237dfadec60fce02361d57c60fa616e2b8435e67d2e6b7324b +size 664069 diff --git a/perception/image_level_comprehension/image_quality/images/688.png b/perception/image_level_comprehension/image_quality/images/688.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a73e23f081d9c6ca14b427da6f699651882a0e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6dfe79a37a0d32897deed4a57b69aed17191bcae8e72f386016a4b43a10e75 +size 651574 diff --git a/perception/image_level_comprehension/image_quality/images/689.png b/perception/image_level_comprehension/image_quality/images/689.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d7581cb77c3f1c902b6724a06f82ac0d52bf7f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07296fa378e14efc7cbf2381e6b588bb4b1c77400c6c98bff347e1bb27041e2 +size 475864 diff --git a/perception/image_level_comprehension/image_quality/images/69.png b/perception/image_level_comprehension/image_quality/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..038807289346de81553d9e4195b3073dcad3a307 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93762e25a3114f02265c399e11f516d82a80040db532729ecd0dcfb7a339f7af +size 507531 diff --git a/perception/image_level_comprehension/image_quality/images/690.png b/perception/image_level_comprehension/image_quality/images/690.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb57cc7e933cf36c0d234cc35342d5055445cc5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a76ec9fe551533dc6f798373cdc701c454f00df031ba235441aebcb0cc16190 +size 601683 diff --git a/perception/image_level_comprehension/image_quality/images/691.png b/perception/image_level_comprehension/image_quality/images/691.png new file mode 100644 index 0000000000000000000000000000000000000000..41805d51d5eb6a20ac564dd7e53514ec2c3e56b4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca94193a416f5547b15029b905d1810a8e5a0de6e5d08f8968687b503e7fa409 +size 597705 diff --git a/perception/image_level_comprehension/image_quality/images/692.png b/perception/image_level_comprehension/image_quality/images/692.png new file mode 100644 index 0000000000000000000000000000000000000000..ef51c0dc6bb06148e9c641327471992ce4843099 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa1abaac16246e80a1043e9c28eb9d91d24ef9e152754c77fcfee68faa1ae73 +size 586415 diff --git a/perception/image_level_comprehension/image_quality/images/693.png b/perception/image_level_comprehension/image_quality/images/693.png new file mode 100644 index 0000000000000000000000000000000000000000..725b9d9dba803a6ec035b1a939d9d40e89e4f942 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e601a17c445f716eb4856c825e22d1572a93ccc7f055817e3d783ab24e0eebb7 +size 605545 diff --git a/perception/image_level_comprehension/image_quality/images/694.png b/perception/image_level_comprehension/image_quality/images/694.png new file mode 100644 index 0000000000000000000000000000000000000000..b13873081e1c182ee7eebc999f39efdd988636e5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c552c7ed8b5527ac63ffc46e389620a368348504ff7fa090a58f644fb5c57ae1 +size 631516 diff --git a/perception/image_level_comprehension/image_quality/images/695.png b/perception/image_level_comprehension/image_quality/images/695.png new file mode 100644 index 0000000000000000000000000000000000000000..235aa6bed701fc32abcc3328e3363c7a85aa7d4c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacae02eb0a82223315d720937061b0e97cf0ed87a10ab69b3325935b7527bf3 +size 653435 diff --git a/perception/image_level_comprehension/image_quality/images/696.png b/perception/image_level_comprehension/image_quality/images/696.png new file mode 100644 index 0000000000000000000000000000000000000000..6e4aecfe48beec7ebd168b90015706490d964282 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9556a2670ff7dc3f323f14e370c65a2a1c0afff894dbec1ffadf2978fb5d11b3 +size 606713 diff --git a/perception/image_level_comprehension/image_quality/images/697.png b/perception/image_level_comprehension/image_quality/images/697.png new file mode 100644 index 0000000000000000000000000000000000000000..e2cd5772f01dd1dc8ab5eaf621dd27028d902a47 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/697.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4948e5100d3040d10b5fe3e1860416d642207c2b66366fd68527e794633176f +size 667678 diff --git a/perception/image_level_comprehension/image_quality/images/698.png b/perception/image_level_comprehension/image_quality/images/698.png new file mode 100644 index 0000000000000000000000000000000000000000..3dee399bc5176906e5f82b8b1a362bc9f96bb044 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc1762baad3bd82fef94021cce41e33ba3bdc97513b2cc5ab648566252a6d30 +size 656634 diff --git a/perception/image_level_comprehension/image_quality/images/699.png b/perception/image_level_comprehension/image_quality/images/699.png new file mode 100644 index 0000000000000000000000000000000000000000..a3055b74027187eb57656a1f85cdc49be3909ae3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d05654fe4c83acdaaa826b82f7c0160eed788db1050012d6f6013c46200a00 +size 626473 diff --git a/perception/image_level_comprehension/image_quality/images/7.png b/perception/image_level_comprehension/image_quality/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..4db1eabec4364f4bb8d26d0b2cdecd5c42ffe025 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d40aebbb6a3787c2079dac3d92508d876cafea23e2abe4ad2877eb47428e40 +size 369574 diff --git a/perception/image_level_comprehension/image_quality/images/70.png b/perception/image_level_comprehension/image_quality/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ff3084ba642a67bf72f6faa4982ceebee52b7f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df9ebcbdfdb19a9308a7df1bf35e9387013a725650605c6a34838f6b3821b2e +size 245721 diff --git a/perception/image_level_comprehension/image_quality/images/700.png b/perception/image_level_comprehension/image_quality/images/700.png new file mode 100644 index 0000000000000000000000000000000000000000..25461108eaeaebff9392ee199dc716ed0343fb03 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0b0da81cd63c457d454b1411139121c2ceb6ef2744305fca45a0a8e383c6b7 +size 472651 diff --git a/perception/image_level_comprehension/image_quality/images/701.png b/perception/image_level_comprehension/image_quality/images/701.png new file mode 100644 index 0000000000000000000000000000000000000000..172322b7d1507e2f66166bd83f9dbad95ed2eea7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d29daeb22cb639ae7e31a7fd8be8cc9ae210a62c8b7acceb77602f73b0f882 +size 467293 diff --git a/perception/image_level_comprehension/image_quality/images/702.png b/perception/image_level_comprehension/image_quality/images/702.png new file mode 100644 index 0000000000000000000000000000000000000000..60ee62dca34a0478e539613dd8afc3bba615c5a1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa1c86822b421d64403e773df2d19d0ac5bb58da06dec07eab7a378de69c5fe +size 429323 diff --git a/perception/image_level_comprehension/image_quality/images/703.png b/perception/image_level_comprehension/image_quality/images/703.png new file mode 100644 index 0000000000000000000000000000000000000000..43346391cc22188c5ddb93205528674c603d03e9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772efe7fe073ff27d82bc3f2f7c4f89909f66bdce53407a14e760a53a0bdc692 +size 409589 diff --git a/perception/image_level_comprehension/image_quality/images/704.png b/perception/image_level_comprehension/image_quality/images/704.png new file mode 100644 index 0000000000000000000000000000000000000000..0c87c44ca9dcf01e2ad8bbc28f078c18f67dfafb --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6519eab8be9063f8acc65e2edece265d297abc20484b0a8b13baf8d404b2d4de +size 382552 diff --git a/perception/image_level_comprehension/image_quality/images/705.png b/perception/image_level_comprehension/image_quality/images/705.png new file mode 100644 index 0000000000000000000000000000000000000000..1de38c6cb45849bad089c42604b3d8b2af349d9a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4ddad75f16a7ec45b23a2b4fa8b19ef5334008a7e0960cfb4740764b3c9ee5 +size 394486 diff --git a/perception/image_level_comprehension/image_quality/images/706.png b/perception/image_level_comprehension/image_quality/images/706.png new file mode 100644 index 0000000000000000000000000000000000000000..230b25f2681c184c26e467b09fd65a5c85badeaf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442b30d34b4b88dcd1140190bac12640adba5cdb08f1a087800ea158959783a0 +size 540077 diff --git a/perception/image_level_comprehension/image_quality/images/707.png b/perception/image_level_comprehension/image_quality/images/707.png new file mode 100644 index 0000000000000000000000000000000000000000..42e10934245b2bbc0f46af972850d5aa4391b7e4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3693b5258e66660aec487fe05ec08bc376ec980a03df5c8b8a533fec8f4e55 +size 493028 diff --git a/perception/image_level_comprehension/image_quality/images/708.png b/perception/image_level_comprehension/image_quality/images/708.png new file mode 100644 index 0000000000000000000000000000000000000000..8b9c9f1f3b543d637f600fdb672fd576934f75ae --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bf722d7b3690af59ce87c2cf12690ed1130c60fcdcb7270a38559e3a324797 +size 452240 diff --git a/perception/image_level_comprehension/image_quality/images/709.png b/perception/image_level_comprehension/image_quality/images/709.png new file mode 100644 index 0000000000000000000000000000000000000000..e1525255c70f07f5d423ef8b10db03eaf1903138 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f540c00ec1725f0ea7e6b945695f61b1e90454c7ee04baab9e068d019f883c +size 508562 diff --git a/perception/image_level_comprehension/image_quality/images/71.png b/perception/image_level_comprehension/image_quality/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..49cc87c66d9738023b17a6b454ecce84801e3171 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832712fe885135edb979e281b640a4b00e5609bb77eec65ad313cb23889f30de +size 419108 diff --git a/perception/image_level_comprehension/image_quality/images/710.png b/perception/image_level_comprehension/image_quality/images/710.png new file mode 100644 index 0000000000000000000000000000000000000000..cd008e9bdc35b3c49272f4a9c5103c95e6f9d1c7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2578325d844587580c382cd66610bd1c447968c9904421c3750a1d537dabe3 +size 475327 diff --git a/perception/image_level_comprehension/image_quality/images/711.png b/perception/image_level_comprehension/image_quality/images/711.png new file mode 100644 index 0000000000000000000000000000000000000000..9d029a00dbabd8001a2d11979b870e4043f756bf --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7854b691be6ccf463240b3a23d40ab3554dc016b9cb0900f49f4d2eeb3cf8930 +size 453453 diff --git a/perception/image_level_comprehension/image_quality/images/712.png b/perception/image_level_comprehension/image_quality/images/712.png new file mode 100644 index 0000000000000000000000000000000000000000..0922132b289f49a2008708efb1d9c5073717c565 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95084b5430d0dbfde2b33f29d64310d28e995ac62a6985c7c180da1de4146121 +size 481412 diff --git a/perception/image_level_comprehension/image_quality/images/713.png b/perception/image_level_comprehension/image_quality/images/713.png new file mode 100644 index 0000000000000000000000000000000000000000..db2f5a3c74cb57a6e29902fa67d77b1940aeb30f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b5204c58ee5b770ddc1a5577a8b9e1ddf6673bd9ee61bb1f285e9059b6a641 +size 482285 diff --git a/perception/image_level_comprehension/image_quality/images/714.png b/perception/image_level_comprehension/image_quality/images/714.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d2904167ac14d7b0186661e99afd6953e869d5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf9ac4bdf9be06ef1bee510fa497188062a12b9c664606eb95284f2f6d9bfa3 +size 449050 diff --git a/perception/image_level_comprehension/image_quality/images/715.png b/perception/image_level_comprehension/image_quality/images/715.png new file mode 100644 index 0000000000000000000000000000000000000000..1523d6b10178c8b80191dc593c7ea4ce1036e759 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72aedcf8c5730e9a57eaa43ad411921ea9efb7d254c26f34334189e2815e6c5 +size 562567 diff --git a/perception/image_level_comprehension/image_quality/images/716.png b/perception/image_level_comprehension/image_quality/images/716.png new file mode 100644 index 0000000000000000000000000000000000000000..431ea1ab8c9a25855dee8ec6a9403c8a79e5a8ca --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde15d5938a74abc6871346d4b974c4ef45fb793e8c549d1cc219d6c3d3b990d +size 477151 diff --git a/perception/image_level_comprehension/image_quality/images/717.png b/perception/image_level_comprehension/image_quality/images/717.png new file mode 100644 index 0000000000000000000000000000000000000000..3fadeb83e0c526021febd1d369fd68974a35979c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afc70d8f4e7b53d52dc2b3b7954bbb6601acb74cbd792aba4b86f7d26e096da +size 492991 diff --git a/perception/image_level_comprehension/image_quality/images/718.png b/perception/image_level_comprehension/image_quality/images/718.png new file mode 100644 index 0000000000000000000000000000000000000000..44ff3be44738ca079e1d9d25bfec9269df6d728b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d6a748e47d57be35ad8c14e83337fa349425053815fbf678701851100fb664 +size 522725 diff --git a/perception/image_level_comprehension/image_quality/images/719.png b/perception/image_level_comprehension/image_quality/images/719.png new file mode 100644 index 0000000000000000000000000000000000000000..6252486b61cc48d3ac68198958a3afffa234718c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318484b73198717890da9bc9779efe4f2ac7c9864ecb384d1e91b6dcba102e41 +size 425136 diff --git a/perception/image_level_comprehension/image_quality/images/72.png b/perception/image_level_comprehension/image_quality/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..408943aa091194879f5654f1e3ca990ad9618f5b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747c58c21c59667378bc1a0411253cf1fbfcf66573761aac5913a4b79bd4e8e0 +size 564194 diff --git a/perception/image_level_comprehension/image_quality/images/720.png b/perception/image_level_comprehension/image_quality/images/720.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2020d4f8f4903bde5fa6a012902406f22c3c45 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae242d71e3e6e1fc21798c51f8d8a648cee8c58fe23966fcccdf23a93ad8e003 +size 521158 diff --git a/perception/image_level_comprehension/image_quality/images/721.png b/perception/image_level_comprehension/image_quality/images/721.png new file mode 100644 index 0000000000000000000000000000000000000000..11ad2cebd887de503b398bc28841782a12bea267 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0709bec8983fcd7eabce546625bde9461d040f70e3f1369bca59a6366ac1a70e +size 517856 diff --git a/perception/image_level_comprehension/image_quality/images/722.png b/perception/image_level_comprehension/image_quality/images/722.png new file mode 100644 index 0000000000000000000000000000000000000000..1bfc9ec29711e747bbbbb6af82bd8b183c4f9c9b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eff4b3b7a64b2d619718bf93a9e33f3b242f0e76456abfeaf44fc0288a27367 +size 475877 diff --git a/perception/image_level_comprehension/image_quality/images/723.png b/perception/image_level_comprehension/image_quality/images/723.png new file mode 100644 index 0000000000000000000000000000000000000000..8b17cded3a6149f5f0082380249feb9e9e47c8ae --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ada25c862de705054058a30bf1ca559d9c51e8e258dc3b3e58e6f6b3014ca2 +size 464237 diff --git a/perception/image_level_comprehension/image_quality/images/724.png b/perception/image_level_comprehension/image_quality/images/724.png new file mode 100644 index 0000000000000000000000000000000000000000..9c977ecf29373cbf81bb75a19ddcd46594c16064 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1d9f891346f2a00c54bd745550958d5db79409012f1fb012979082eee43e4b +size 344336 diff --git a/perception/image_level_comprehension/image_quality/images/725.png b/perception/image_level_comprehension/image_quality/images/725.png new file mode 100644 index 0000000000000000000000000000000000000000..d28fdf5c66d8efc1620c1cbd961d0eecf2161f6f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c94ea0c82cebe8323c4d1fc7673640eeb425dc9b5c52965c130ee0ce474754 +size 315580 diff --git a/perception/image_level_comprehension/image_quality/images/726.png b/perception/image_level_comprehension/image_quality/images/726.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4e3ef8e8e3a3268bfab819a83fb26e1e6ec113 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09aedf35b56461289965c065c1c99d160e405a426cd6b3d8331aeac583d0b02d +size 384064 diff --git a/perception/image_level_comprehension/image_quality/images/727.png b/perception/image_level_comprehension/image_quality/images/727.png new file mode 100644 index 0000000000000000000000000000000000000000..d82fc73e23812c348a4f71e0047290c00b7c4333 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9209fffd4da26796a6b2947baf3cdfabbce1e3372a1932588b04c479c6570726 +size 480441 diff --git a/perception/image_level_comprehension/image_quality/images/728.png b/perception/image_level_comprehension/image_quality/images/728.png new file mode 100644 index 0000000000000000000000000000000000000000..c1cd5dcb0786a036245fce91fac1350aff26ba82 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74203902302c322ba751a02cefa2e88efb65a276570cad63266fea999e03804 +size 567216 diff --git a/perception/image_level_comprehension/image_quality/images/729.png b/perception/image_level_comprehension/image_quality/images/729.png new file mode 100644 index 0000000000000000000000000000000000000000..14f475ca5e51a3855858b8962bf7ebad8875f1a0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73948227e7cbcaa8feab5ddad8cddf229a8111aa72cb4dd4852d57f7ca35e73e +size 507499 diff --git a/perception/image_level_comprehension/image_quality/images/73.png b/perception/image_level_comprehension/image_quality/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..dbfe98d9732ed9f880bf6f824edb452ba802ba49 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4141b18ea88eb84242c794aadf98d8894812cd1155eb23aae4fc4e0123e0d282 +size 394180 diff --git a/perception/image_level_comprehension/image_quality/images/730.png b/perception/image_level_comprehension/image_quality/images/730.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1c80022ac84bf016945765a07cbadd83bca88 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0a8dfb622ee226ea39b4ce1188a385625754028a6ded376492fe77ce6aa12f +size 511295 diff --git a/perception/image_level_comprehension/image_quality/images/731.png b/perception/image_level_comprehension/image_quality/images/731.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2cef60b627d49fd6207030f53fb570cc07fa9d --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0e4da8591314ff954c73f234b626d1b84d5511803a8d18c7b432dcf00f4d26 +size 465254 diff --git a/perception/image_level_comprehension/image_quality/images/732.png b/perception/image_level_comprehension/image_quality/images/732.png new file mode 100644 index 0000000000000000000000000000000000000000..ee56552de4bc39bb3d34e078aa804f7837200456 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af8c2091bc00a4cd253c9daffb7361d1e82afeb6e37232ea0d99595cf65e433 +size 276854 diff --git a/perception/image_level_comprehension/image_quality/images/733.png b/perception/image_level_comprehension/image_quality/images/733.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1d497797bef4d2031eb1b3464b1d75083b0378 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987a0d26eb434f972fe385fea53fa5ef41a6220823e7f2e83317a5fb841abfcd +size 437028 diff --git a/perception/image_level_comprehension/image_quality/images/734.png b/perception/image_level_comprehension/image_quality/images/734.png new file mode 100644 index 0000000000000000000000000000000000000000..e336e2a3463d8e71c2d0e98fc5dad10fb95003fd --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac55fcd5a133ba5c8560c3bf4eb0d0ed9fbfcb8d9ce6c74f5afb4c1b00eb1f6 +size 392000 diff --git a/perception/image_level_comprehension/image_quality/images/735.png b/perception/image_level_comprehension/image_quality/images/735.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ec085aeec4852ad49d34cc68e9344e6f545c69 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1bcd32b1a078846cafc9c17329dea257fc5ec6b9ac2a647e10f0dfe98d320a +size 433548 diff --git a/perception/image_level_comprehension/image_quality/images/736.png b/perception/image_level_comprehension/image_quality/images/736.png new file mode 100644 index 0000000000000000000000000000000000000000..543344cb0b596401f54e82819362f8f55bd94632 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf57734dabd3544d5a68763407d685a10aafcf5498fb5a82e8774e515fb204d +size 537033 diff --git a/perception/image_level_comprehension/image_quality/images/737.png b/perception/image_level_comprehension/image_quality/images/737.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce87017e545711925de074f4f212e22f905d855 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828968c129cbe45ad00dade747ffc366a89ea5483e6e5c3674663aaf1976eef4 +size 518399 diff --git a/perception/image_level_comprehension/image_quality/images/738.png b/perception/image_level_comprehension/image_quality/images/738.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f34f28b758db5a1b160e9af508a1539a9ff7ea --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e214f002a3f9d25d59b1b50192f6946df3205998400c8287684b5768a21e995c +size 618524 diff --git a/perception/image_level_comprehension/image_quality/images/739.png b/perception/image_level_comprehension/image_quality/images/739.png new file mode 100644 index 0000000000000000000000000000000000000000..1f0426bd0a2779dff026f1a4b550133c51dc26b4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d0449824b8e34895c20a5d31507929430438411cbe3692a50f9e1b0de96324 +size 538850 diff --git a/perception/image_level_comprehension/image_quality/images/74.png b/perception/image_level_comprehension/image_quality/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..5358380db75a44efd11358065eb62a8871a4cde1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9715974da58f0b64be0099a15d0a0a75b98f8e912a86d32c9c332e8b9d30000 +size 433286 diff --git a/perception/image_level_comprehension/image_quality/images/740.png b/perception/image_level_comprehension/image_quality/images/740.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0e8c1fc488dc3d52bd1fef2722a542976f4f22 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dde69fc41b2e989cddafe6dd4e269a472cd68df20422054369ed5eec4c6832a +size 479286 diff --git a/perception/image_level_comprehension/image_quality/images/741.png b/perception/image_level_comprehension/image_quality/images/741.png new file mode 100644 index 0000000000000000000000000000000000000000..571e35c0c9f7cdc10f61b4a2d065305fd1f51c22 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec9dcb44f71586d3a2cc9099bd65927b2e078e81ad03d48c323f2948de91005 +size 476479 diff --git a/perception/image_level_comprehension/image_quality/images/742.png b/perception/image_level_comprehension/image_quality/images/742.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9e507df776c9462b53d50e6df859a243708946 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6314979a39bc90d66f69f1ad041c7c2c60e47189126d91f6f9516c2f22d4acd2 +size 480764 diff --git a/perception/image_level_comprehension/image_quality/images/743.png b/perception/image_level_comprehension/image_quality/images/743.png new file mode 100644 index 0000000000000000000000000000000000000000..d9cc5dc19c9838468f0e4a947978f25ceef55e3c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce2467e3ab974f459478b89c1c5a441cda24c67001ae7bb5d416669b4b55741 +size 560639 diff --git a/perception/image_level_comprehension/image_quality/images/744.png b/perception/image_level_comprehension/image_quality/images/744.png new file mode 100644 index 0000000000000000000000000000000000000000..792de00c070713bfdd35055b8b9fe5b7a05cb0ae --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bb04260998a1e64b4dabd287da387190a474cda2b0a257d1f0dad53d495075 +size 458653 diff --git a/perception/image_level_comprehension/image_quality/images/745.png b/perception/image_level_comprehension/image_quality/images/745.png new file mode 100644 index 0000000000000000000000000000000000000000..2cde35ffbff626054b72e5c1d391b1810d41de8c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beea742cc0cbac685ced2d5e5df65a80e2df0c9d51d24a1acccf412f345f3efe +size 467840 diff --git a/perception/image_level_comprehension/image_quality/images/746.png b/perception/image_level_comprehension/image_quality/images/746.png new file mode 100644 index 0000000000000000000000000000000000000000..dd572448a579dee2b09e244929479fddd3946dec --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f34a2b6b8da976c46e39be85adf41287dfebe2c725d3316be690d94bfdf602 +size 474195 diff --git a/perception/image_level_comprehension/image_quality/images/747.png b/perception/image_level_comprehension/image_quality/images/747.png new file mode 100644 index 0000000000000000000000000000000000000000..220932d7fc4c22f84681d3859f79cecef7d42e47 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d535c2abe7f94abfb70c1d5096999124f8216e16798d9b32f5f6c68b5bd82e37 +size 462303 diff --git a/perception/image_level_comprehension/image_quality/images/748.png b/perception/image_level_comprehension/image_quality/images/748.png new file mode 100644 index 0000000000000000000000000000000000000000..8348a78b8259dba706c28c29a72e95b6545de485 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358df708657b0d9c44cebf6068879839e7686d8b9c377b0889c9099fcfd57f04 +size 442976 diff --git a/perception/image_level_comprehension/image_quality/images/749.png b/perception/image_level_comprehension/image_quality/images/749.png new file mode 100644 index 0000000000000000000000000000000000000000..39a851bfc87de38961e2c4bc791a1949602fbde0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/749.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db2a5b32c1f861ece454905aadc2bc820f3b58c4cd9944dd19806eccf1b5a13 +size 445218 diff --git a/perception/image_level_comprehension/image_quality/images/75.png b/perception/image_level_comprehension/image_quality/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..2daa339032185e15b1181c14de524b5d47b66956 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72f62ea0b3cc9c055fc327ec7386daa7790bea5d95506245c7702de85970f25 +size 324045 diff --git a/perception/image_level_comprehension/image_quality/images/750.png b/perception/image_level_comprehension/image_quality/images/750.png new file mode 100644 index 0000000000000000000000000000000000000000..972c218c348242fa71237e7366785c398ca9a5ed --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1798542cafa4d3c0de1f2cce5ffb795bef553fcbbafb878627ec7daaacd9ee45 +size 494626 diff --git a/perception/image_level_comprehension/image_quality/images/751.png b/perception/image_level_comprehension/image_quality/images/751.png new file mode 100644 index 0000000000000000000000000000000000000000..b1077175c05719df8f45a27ca289ff9fbd8c0ff2 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159a8b461dc575999119f64da681a6589db00f08a6c4de54020140dcafe026ef +size 215147 diff --git a/perception/image_level_comprehension/image_quality/images/752.png b/perception/image_level_comprehension/image_quality/images/752.png new file mode 100644 index 0000000000000000000000000000000000000000..dc57a075aaf4cc0ea81ba42f4e3eb73d6d6d079b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ef51aeb60dc5b3b5ffedf698cb7073a1e4c0dfc76536a2098ef73ce57c5e73 +size 228245 diff --git a/perception/image_level_comprehension/image_quality/images/753.png b/perception/image_level_comprehension/image_quality/images/753.png new file mode 100644 index 0000000000000000000000000000000000000000..55ab04489e6e36956de44c33813e8d8e777a0e4b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098327431317fb3ffd558269e30283adacd68dc823748b43721ae734e097c7fa +size 303691 diff --git a/perception/image_level_comprehension/image_quality/images/754.png b/perception/image_level_comprehension/image_quality/images/754.png new file mode 100644 index 0000000000000000000000000000000000000000..cd47a989a89adb9351214679cefe0004f592053f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d561ebde30f96d0d2b1ced9d9969a905da5ef12b47f22f2f07e61f2251fa74 +size 300318 diff --git a/perception/image_level_comprehension/image_quality/images/755.png b/perception/image_level_comprehension/image_quality/images/755.png new file mode 100644 index 0000000000000000000000000000000000000000..0eccc9bb4be776907e62efdb6a271cf840332ecc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7e5aa34dde85d9ed124a566d65c7a23c51631cf53533f8eff94f23beae6226 +size 189141 diff --git a/perception/image_level_comprehension/image_quality/images/756.png b/perception/image_level_comprehension/image_quality/images/756.png new file mode 100644 index 0000000000000000000000000000000000000000..051fe8430fab7e3807343eae566e3e84db139a8e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3133f15047b09b53e177ce91312e64ee9cfb62af1b00228f847460e466e123 +size 343437 diff --git a/perception/image_level_comprehension/image_quality/images/757.png b/perception/image_level_comprehension/image_quality/images/757.png new file mode 100644 index 0000000000000000000000000000000000000000..bdba44656694a7a4a264079078e4fa56e68779ce --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7711e16a621df30b58aa241988ebc26ec383a7c8c2a8cea06907928b0a96711 +size 308579 diff --git a/perception/image_level_comprehension/image_quality/images/758.png b/perception/image_level_comprehension/image_quality/images/758.png new file mode 100644 index 0000000000000000000000000000000000000000..04964bef086415aba8e4474cebfc40d8e9a164b1 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4f66ff918cefe6aee855abc1f7c5b866851f25720c6fb7701f6bdbfcc2a815 +size 303099 diff --git a/perception/image_level_comprehension/image_quality/images/759.png b/perception/image_level_comprehension/image_quality/images/759.png new file mode 100644 index 0000000000000000000000000000000000000000..41f684b34eb35a03eaa29c9af2d35ff4f6c26df6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7103fc6215863b0fca8e42d1e4c0fab9e04a9b693c43e97dde7756e8a970f324 +size 255746 diff --git a/perception/image_level_comprehension/image_quality/images/76.png b/perception/image_level_comprehension/image_quality/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..7ba1444a3cfef5614bd1f44ddc6e7cca73d3df7c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e3c430be3e5b57e35aaea7867f2edb647083a51d782036d0848b4f19ddf9bd +size 570864 diff --git a/perception/image_level_comprehension/image_quality/images/760.png b/perception/image_level_comprehension/image_quality/images/760.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a2ad9433fe090dd690c3c2f4df940577fa918c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56027cbac256ebe66adb99ef436c1e9d2feb5baa65d8d23e6774b5717fecad3d +size 287366 diff --git a/perception/image_level_comprehension/image_quality/images/761.png b/perception/image_level_comprehension/image_quality/images/761.png new file mode 100644 index 0000000000000000000000000000000000000000..6214feb73320d17da48b640b50192892595e7972 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b99521c4e9fbec43d000044551156b143ab8048ffff728ebaff815833cfc29e +size 299400 diff --git a/perception/image_level_comprehension/image_quality/images/762.png b/perception/image_level_comprehension/image_quality/images/762.png new file mode 100644 index 0000000000000000000000000000000000000000..6af47120d4b4771c8373b906b50b67c9c2bf7977 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39af855eb7cb0055b507c39eab3993013b10308d4ea027812e62bcdcdb8bd986 +size 296894 diff --git a/perception/image_level_comprehension/image_quality/images/763.png b/perception/image_level_comprehension/image_quality/images/763.png new file mode 100644 index 0000000000000000000000000000000000000000..8c40afcbeb5a5be5d91ad0ea8776c65492224df8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e158132a211f3b52ff13d89114366517b85c1b87861b3fcd45d4a2c34def542 +size 298819 diff --git a/perception/image_level_comprehension/image_quality/images/764.png b/perception/image_level_comprehension/image_quality/images/764.png new file mode 100644 index 0000000000000000000000000000000000000000..eb37a5acc08067343a0dd2412bdafd44caa1cf5f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3747170ddd403c112ca82ec6e5955d906b126ada1b9e9d38096417a0caade89 +size 356215 diff --git a/perception/image_level_comprehension/image_quality/images/765.png b/perception/image_level_comprehension/image_quality/images/765.png new file mode 100644 index 0000000000000000000000000000000000000000..9473a2d104b7fa796a056b6b73db97d0c4910ff5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1dc1e7f6a365dbaadc944835b3c6ccb4ddb6c9189d046c5181d0ca99aeecab +size 185620 diff --git a/perception/image_level_comprehension/image_quality/images/766.png b/perception/image_level_comprehension/image_quality/images/766.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbe561992b032bd087ffd1806f59fcac42df428 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef1f25b1efbde5a786ed6518f8403f3ef94cb47e3890db442aceb9748e97cfb +size 205917 diff --git a/perception/image_level_comprehension/image_quality/images/767.png b/perception/image_level_comprehension/image_quality/images/767.png new file mode 100644 index 0000000000000000000000000000000000000000..36d8ea27a12b2a91839e1866893c28e9e018ceb0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6cfc073a89251e13142570776ef29925cdb1b3c412e956963a7b4aa17d6897 +size 308444 diff --git a/perception/image_level_comprehension/image_quality/images/768.png b/perception/image_level_comprehension/image_quality/images/768.png new file mode 100644 index 0000000000000000000000000000000000000000..1eac11ee70865d51e92ff83b769a4c9fd1288f18 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a07933f2e7fa5b5d1b42abf6fb4fe58720010a28de4fa8bdf2852e91a3baa6 +size 150767 diff --git a/perception/image_level_comprehension/image_quality/images/769.png b/perception/image_level_comprehension/image_quality/images/769.png new file mode 100644 index 0000000000000000000000000000000000000000..c118a0a60a4c8a0445bd7ef11fcc20096e6bbf0b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972648562a6ccc96e82bd19590a52a127363cfdb5b0260306481fb5287361354 +size 310331 diff --git a/perception/image_level_comprehension/image_quality/images/77.png b/perception/image_level_comprehension/image_quality/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..5ee9217892446a698e928704aa5d23ee7c665d6a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e94430ae6b4cdf3c4d83c9ed0cd1d9d18c9a27afa4f980fd40d29c1470f10f +size 507226 diff --git a/perception/image_level_comprehension/image_quality/images/770.png b/perception/image_level_comprehension/image_quality/images/770.png new file mode 100644 index 0000000000000000000000000000000000000000..b58c7e440677cf0a1377f8c5c903264768a70829 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3890dbeb667a514de97ed9aacf25655be18cc8eaef341d8d94ef8297c59c50fe +size 386970 diff --git a/perception/image_level_comprehension/image_quality/images/771.png b/perception/image_level_comprehension/image_quality/images/771.png new file mode 100644 index 0000000000000000000000000000000000000000..2fdfe49cd83aa43cb09ea87d4c9212613aadfa7a --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae422dd24fd7057b3061efdc9a68874b517a19bcf17895e99989640a178897de +size 300363 diff --git a/perception/image_level_comprehension/image_quality/images/772.png b/perception/image_level_comprehension/image_quality/images/772.png new file mode 100644 index 0000000000000000000000000000000000000000..5e00e3f8715c5921487285efcf6ed1e16bdabd75 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069618741cff58f7bbe86f2cf8b2f22c062b10cc1f2ca4f9624d4c0ba7c8f45d +size 254348 diff --git a/perception/image_level_comprehension/image_quality/images/773.png b/perception/image_level_comprehension/image_quality/images/773.png new file mode 100644 index 0000000000000000000000000000000000000000..18b7ad83610955095e1fde51c1b150947d405def --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad18e9f130766d16cd4be862a4aba93e0bf7980235cbb891253abbefd885b139 +size 335856 diff --git a/perception/image_level_comprehension/image_quality/images/774.png b/perception/image_level_comprehension/image_quality/images/774.png new file mode 100644 index 0000000000000000000000000000000000000000..ee65abcbf68834d8fb7076a7f2060514e18eddb4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb45618102a013d7aeeb427cb79de146de636403733e1de21d3979ed7d3fcf8 +size 276615 diff --git a/perception/image_level_comprehension/image_quality/images/775.png b/perception/image_level_comprehension/image_quality/images/775.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8fc19381e8661bb8c68626a58106bdbae2fb03 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240af4728a5efd0672313640d56e690f24395d4443cd54c8d7bfdcdb2b1df6ef +size 318518 diff --git a/perception/image_level_comprehension/image_quality/images/776.png b/perception/image_level_comprehension/image_quality/images/776.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9c15e311562e946da608eb999a4ea8fe2965de --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c2283d70d4c8f5129276a8dfe714be098e184bba8b2bf22b4827fd971aeba3 +size 313765 diff --git a/perception/image_level_comprehension/image_quality/images/777.png b/perception/image_level_comprehension/image_quality/images/777.png new file mode 100644 index 0000000000000000000000000000000000000000..c6145a44e94d97913ff41b1cbf10b42bcfd0beb6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d795e01ecc05efa6854de4daa88f5f356e5cb82ec7e0b416c237e9f72efcd24 +size 130545 diff --git a/perception/image_level_comprehension/image_quality/images/778.png b/perception/image_level_comprehension/image_quality/images/778.png new file mode 100644 index 0000000000000000000000000000000000000000..dc68b34be8c56093c69b565022b852e9fad0fb42 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e0698f842639e5bd0c7dd84ad101b74710ae3a151c5634bb36f76765223c25 +size 231733 diff --git a/perception/image_level_comprehension/image_quality/images/779.png b/perception/image_level_comprehension/image_quality/images/779.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac68462053d1351e816935c9bf4722b67cfeec0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe91a1cc2727f22dc551758d22d75665b1924353b2e05ea1b287f4b5c9bfcf4 +size 278209 diff --git a/perception/image_level_comprehension/image_quality/images/78.png b/perception/image_level_comprehension/image_quality/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..be3ef9f65e80385d93222c4a441b23996f30f220 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8171fb971401b332b9838a9dafd6fb154b2b4f4f5174375c069417e564d5ef +size 532892 diff --git a/perception/image_level_comprehension/image_quality/images/780.png b/perception/image_level_comprehension/image_quality/images/780.png new file mode 100644 index 0000000000000000000000000000000000000000..0f8421c1a2382d99c08c6d353e68476db8ffe32e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b436580500585f2866e201adda5b9b1e6bbb2a43e8f6cd68d76a2e88a0dfcec0 +size 330497 diff --git a/perception/image_level_comprehension/image_quality/images/781.png b/perception/image_level_comprehension/image_quality/images/781.png new file mode 100644 index 0000000000000000000000000000000000000000..6969232c5848e621a680828af3cc262c6c40f486 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097171a795fe0ac2ab811a2d271cb1e7fd3b16f6d80200d2676415f0f6e2fec0 +size 187506 diff --git a/perception/image_level_comprehension/image_quality/images/782.png b/perception/image_level_comprehension/image_quality/images/782.png new file mode 100644 index 0000000000000000000000000000000000000000..732be5626029846db3efcd3698028eb1de53a4e5 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5926a9576771df808bf13e015b8e573f56607f9f1f7aafbec339ffbd5562c29b +size 349411 diff --git a/perception/image_level_comprehension/image_quality/images/783.png b/perception/image_level_comprehension/image_quality/images/783.png new file mode 100644 index 0000000000000000000000000000000000000000..efc2362de63701aeeb9b7f91d092e7fb6333bb8c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e62d17591050759970f86f2cd4ae8fcab38e1f958ad4053247c8ee0ab0e96fe +size 287866 diff --git a/perception/image_level_comprehension/image_quality/images/784.png b/perception/image_level_comprehension/image_quality/images/784.png new file mode 100644 index 0000000000000000000000000000000000000000..ebba4b0fc88a46f222087fb00f225cb86b146d67 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452fc150b7e56a20c4ee40465ae318e354e1e15d6a0caba719b3ac352291b500 +size 323881 diff --git a/perception/image_level_comprehension/image_quality/images/785.png b/perception/image_level_comprehension/image_quality/images/785.png new file mode 100644 index 0000000000000000000000000000000000000000..bde0aa77f1839f46c5a19e88d169c2dcb70431c0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602107941cfbfce30a5236ef6f3bc876f4f2279ddc36778c61dc7919f2199cec +size 311854 diff --git a/perception/image_level_comprehension/image_quality/images/786.png b/perception/image_level_comprehension/image_quality/images/786.png new file mode 100644 index 0000000000000000000000000000000000000000..82c603e27073e0bc8ea591f2869d9a78bd12c129 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d95eaff6beec73be3c2654299d6bb895e04fe69e1f59e82238c70a6fac6f26 +size 147208 diff --git a/perception/image_level_comprehension/image_quality/images/787.png b/perception/image_level_comprehension/image_quality/images/787.png new file mode 100644 index 0000000000000000000000000000000000000000..3a1a73e5725f3f14d2a469169661d0706aa06c36 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e0521af6aa2c6bd05c05144db8574f3f6c70cca8421952bf231d25ada65657 +size 326794 diff --git a/perception/image_level_comprehension/image_quality/images/788.png b/perception/image_level_comprehension/image_quality/images/788.png new file mode 100644 index 0000000000000000000000000000000000000000..b50e080c98fb90ecd185be0a83655fe80f886e30 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a0cccb3e495b1d9d2c30e367bf34ac58c87b643a0438543403c54a29b4f160 +size 234843 diff --git a/perception/image_level_comprehension/image_quality/images/789.png b/perception/image_level_comprehension/image_quality/images/789.png new file mode 100644 index 0000000000000000000000000000000000000000..17214e37b00ec60c93fd8f1b4863221102b2e8f4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2798e0324e9b646c2aaf013976a63b2155b7f9a5495d4562adc72cd6472bbcc1 +size 89284 diff --git a/perception/image_level_comprehension/image_quality/images/79.png b/perception/image_level_comprehension/image_quality/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..00c100743e71062604cbc2a48eceb3eacbbbda17 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81311cbd371190263615c9cbe59907332b09f59ad7071c573e5b8db802df410d +size 313487 diff --git a/perception/image_level_comprehension/image_quality/images/790.png b/perception/image_level_comprehension/image_quality/images/790.png new file mode 100644 index 0000000000000000000000000000000000000000..3ade0706dc538592d99c3ad9a4f43f30f26d7823 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec95997bb597d31776e43599dacbd80051df2420e7ce63c0f377f9df87fb3864 +size 314760 diff --git a/perception/image_level_comprehension/image_quality/images/791.png b/perception/image_level_comprehension/image_quality/images/791.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1b87c569548bcc86fdefe4aa4e5cfea08ab713 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4309a41d0fc5bbbaf360d5f6ef35b9ca8b8981054ef47ff55eb1ff4c6d59dd5a +size 320199 diff --git a/perception/image_level_comprehension/image_quality/images/792.png b/perception/image_level_comprehension/image_quality/images/792.png new file mode 100644 index 0000000000000000000000000000000000000000..e94d91ff7d5fecc9f4dfbf27d94c989eb1f10f58 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a10c36c4b862ef7ca2de768cca1ff6c5634e176b84c5b459f469a2bffc92f4d +size 225712 diff --git a/perception/image_level_comprehension/image_quality/images/793.png b/perception/image_level_comprehension/image_quality/images/793.png new file mode 100644 index 0000000000000000000000000000000000000000..4b97aff4924e36737735a2223ec6f98d1deabbbc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c2f70259705564ecb60b3c7ae5f0063350f078022d407b470f8fd146babf5b +size 250627 diff --git a/perception/image_level_comprehension/image_quality/images/794.png b/perception/image_level_comprehension/image_quality/images/794.png new file mode 100644 index 0000000000000000000000000000000000000000..541eac0d8ab466e3b640b7321b10b923524664e6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abdc9b0185a1762e96a785ea0b513d93b52e948f7b42506ce47950e4d31ca12 +size 211039 diff --git a/perception/image_level_comprehension/image_quality/images/795.png b/perception/image_level_comprehension/image_quality/images/795.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb07fafae82198d0354993e2b26df6cf85dde19 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e778f377a661e814d6d98bdd36d4d8695d5d3b42c481d822fbc05e9a6b839a1b +size 343596 diff --git a/perception/image_level_comprehension/image_quality/images/796.png b/perception/image_level_comprehension/image_quality/images/796.png new file mode 100644 index 0000000000000000000000000000000000000000..2156f9e79935763eeb2353f61f8fde47a797ef14 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d82952c08dba3051cb94bbdefb09ed8be905f959cca2a9a0fd9a641c06605b +size 217337 diff --git a/perception/image_level_comprehension/image_quality/images/797.png b/perception/image_level_comprehension/image_quality/images/797.png new file mode 100644 index 0000000000000000000000000000000000000000..8c67afbadfc6ffa58b4100cace7d6a295a71873c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02fca237cee7374693ae260126049a527be50d9b7242780dfa0c50d50a815f1 +size 295363 diff --git a/perception/image_level_comprehension/image_quality/images/798.png b/perception/image_level_comprehension/image_quality/images/798.png new file mode 100644 index 0000000000000000000000000000000000000000..8e956fad46e1f73bd9dd0233074e166a722690d8 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b275f5ac80e4b0bf5c1a6a700c162d8416bf8be72b2e89a685b8cc5e825acba7 +size 88030 diff --git a/perception/image_level_comprehension/image_quality/images/799.png b/perception/image_level_comprehension/image_quality/images/799.png new file mode 100644 index 0000000000000000000000000000000000000000..b06f61809d091754490e1547b6895e765a339039 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb09465673db7ac741d3efcfdba363d561cc976e015c59af28df237d8ecfa75d +size 336958 diff --git a/perception/image_level_comprehension/image_quality/images/8.png b/perception/image_level_comprehension/image_quality/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..dfad222fe07fb9005ae2f8e3dc9428657408afe3 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53beb1f7ffc71bccf32564b112edbdaa17890b3a8e01e3aa003e641485c6c66e +size 403159 diff --git a/perception/image_level_comprehension/image_quality/images/80.png b/perception/image_level_comprehension/image_quality/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..a639801c045f69513af0fcf167927e0f10b0491b --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30334ea509daa5c94a548e44bd0df760feed35b0b52276cd88c237bb96e31b8a +size 530441 diff --git a/perception/image_level_comprehension/image_quality/images/800.png b/perception/image_level_comprehension/image_quality/images/800.png new file mode 100644 index 0000000000000000000000000000000000000000..3dff3b391f9d6f46a4bc417f4bb7d509328dd5dc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6f6bf6b682ea267483cfee48f2472f7990ae1d40ff29b23d2b8352494d7c28 +size 259209 diff --git a/perception/image_level_comprehension/image_quality/images/81.png b/perception/image_level_comprehension/image_quality/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9e57f6fba956e25cbb71c72deca3b8803eae42 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6dcdf67a26d14c10dc296e2c2b9b409c274046adb4cd4b99159a603cf14187 +size 263817 diff --git a/perception/image_level_comprehension/image_quality/images/82.png b/perception/image_level_comprehension/image_quality/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..482dcbc019301afab07d06b7480b694378263de4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f24096144b483dd8c7ac6ba54a747abdf921f6471971309944a691aa458ab3e +size 402572 diff --git a/perception/image_level_comprehension/image_quality/images/83.png b/perception/image_level_comprehension/image_quality/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..45c561c1a4fa8e4dc3178e1d6c25a1913875c244 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c33c73c502c8a6e219ee32ad84d0a9f18f4672cd79c6ada85e7e0fd1aace20 +size 390602 diff --git a/perception/image_level_comprehension/image_quality/images/84.png b/perception/image_level_comprehension/image_quality/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..c74f141d71b17dfc3498e72f63c6580140cf9ea4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a1e541623c05f92bddf83e896ccaf188f58c40647441dafa305b858de28a0e +size 475522 diff --git a/perception/image_level_comprehension/image_quality/images/85.png b/perception/image_level_comprehension/image_quality/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7b1110f733f8c5ef3d29c6bd857fb6e3c42fd9 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b630a10021777f606d3a2906c6e37fc86929f9de678010c3ce34af7a3c3921e +size 423981 diff --git a/perception/image_level_comprehension/image_quality/images/86.png b/perception/image_level_comprehension/image_quality/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..6a560098954c3e6c1dc395094dd16e72a50a8f80 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a77dceba56865ffe52c4f8f16d9d7d65e84dcf8f93ffc32cae28e2fd4a344a4 +size 399233 diff --git a/perception/image_level_comprehension/image_quality/images/87.png b/perception/image_level_comprehension/image_quality/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..05eaf4d2e91ebbd83cffcd82b6d1345033cd3ee7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59f288c30da2714599e252df9b903a95a3dfb2782844773f06bfd57d3190c8b +size 547356 diff --git a/perception/image_level_comprehension/image_quality/images/88.png b/perception/image_level_comprehension/image_quality/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..25bfd55920e03f855a3d78ca4ed4ece5b78b6ec4 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5933ed417fe31f823e14290410ab8b8dfbc770ef64b49513fe483dcdef4bbe +size 384565 diff --git a/perception/image_level_comprehension/image_quality/images/89.png b/perception/image_level_comprehension/image_quality/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..ca50557ac522062799dddfae5e5be423f28c0739 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37488ea61602a801fbc679501dd7222b0b1c8c3e43855b934f1a56cb1afd298 +size 424504 diff --git a/perception/image_level_comprehension/image_quality/images/9.png b/perception/image_level_comprehension/image_quality/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..8200a6ce5c1da7e3da1007edd71d690877145af7 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e700f13db75e9789244ac06af760bf68ff1e7a26aed545b97180b6157e0e25 +size 386454 diff --git a/perception/image_level_comprehension/image_quality/images/90.png b/perception/image_level_comprehension/image_quality/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..cd5f3c86f6c80206d54874c1ae406f10a2b2e0f6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a0a48a20012fe167990f95aaf3dc2b22b7d5fb2289306dc52aa903b70d0105 +size 465238 diff --git a/perception/image_level_comprehension/image_quality/images/91.png b/perception/image_level_comprehension/image_quality/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..6b5b0134b3fbef07c86a90b9d61fc3d6b171eb07 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b6b490a56ccc3ff79d111197ae198b2d8ff4e6513175ede969cb02546f3b1f +size 518784 diff --git a/perception/image_level_comprehension/image_quality/images/92.png b/perception/image_level_comprehension/image_quality/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..e02ced68c37b6f22285603bdd5ba79c7004538cc --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031cebd157a5b7785633b44ed3e46063184d4538eb17ff530ce57f2a0b21cf3e +size 411775 diff --git a/perception/image_level_comprehension/image_quality/images/93.png b/perception/image_level_comprehension/image_quality/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..2ace13902eb208f469c385e4b1fad98be18e926e --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a828527bec3c4226a0290d68886b531f8000e7543ba6cc9a7d1c5e4742079370 +size 345949 diff --git a/perception/image_level_comprehension/image_quality/images/94.png b/perception/image_level_comprehension/image_quality/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..a6bea536fad4cfabd89e8e3045080e49d6616f04 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfa3453cc55c66a2e827676eccca24e7b50c1b3e744ed6f14097028ef5df5c0 +size 546855 diff --git a/perception/image_level_comprehension/image_quality/images/95.png b/perception/image_level_comprehension/image_quality/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..e7bc0615230a4a0f2e0639ea548eccbe4a6f2c62 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d365139c05c9a9916277975a371b6d2a424297ff6239f9c5844d15c549cc602 +size 379476 diff --git a/perception/image_level_comprehension/image_quality/images/96.png b/perception/image_level_comprehension/image_quality/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..307b2451a482598876d6ebb31f0d1083ced8fbd6 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100a6e47e4406de4acc8b44910dcefc69a93d25aca42810e7dfbfafc9a1abd57 +size 428124 diff --git a/perception/image_level_comprehension/image_quality/images/97.png b/perception/image_level_comprehension/image_quality/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..285aaf3b81e80d8e661223597c7e7fa286a0fb9f --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925c4706e65981db3411f0b8b3ac775571dbdd8b9d5a46e3ee962ddbf176f1f1 +size 452678 diff --git a/perception/image_level_comprehension/image_quality/images/98.png b/perception/image_level_comprehension/image_quality/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..ea093b50e43a236042fe878fb7ce9e98c024143c --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfd6eec067d9e6e4b9cdecdf1fc25ab542313f9a3372f8fa6bdc574fe95f247 +size 336389 diff --git a/perception/image_level_comprehension/image_quality/images/99.png b/perception/image_level_comprehension/image_quality/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..e35435ec90cb0c4c349c48132e6236e7dd2abdf0 --- /dev/null +++ b/perception/image_level_comprehension/image_quality/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ae0e16d9eb9bd87cfe118035b0299d979b229b826ffbabd7e619b95582250d +size 448147 diff --git a/perception/image_level_comprehension/map_recognition/images/1.png b/perception/image_level_comprehension/map_recognition/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..a87e8587995359152ae6df2d69adc38e75c37ca1 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27162fe53f1dfb7dccca04039c75a0bce3e25566401c4ff2b9dbf51cb39192f9 +size 8002 diff --git a/perception/image_level_comprehension/map_recognition/images/10.png b/perception/image_level_comprehension/map_recognition/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..7419b0b415b36df72e0941ad8edc4afaa7defa64 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04325a6427e573ba42cb2a9d703996d57cddda7037180809826979399cdb283b +size 15120 diff --git a/perception/image_level_comprehension/map_recognition/images/100.png b/perception/image_level_comprehension/map_recognition/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..1a3541306990d4d5e03957ea60cbc03c64472a98 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1135869e33c1c5e3e6283c8440a1514ebf55c6e08bda92d64f2e8465d2742032 +size 13533 diff --git a/perception/image_level_comprehension/map_recognition/images/101.png b/perception/image_level_comprehension/map_recognition/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..1951fec0d9ff6db69ec12b81892a7707b95dbf79 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414d0299436163073844594f5618aca6bcf0d6ca474c24b94d0cd4bc2f90002b +size 12617 diff --git a/perception/image_level_comprehension/map_recognition/images/102.png b/perception/image_level_comprehension/map_recognition/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..df9b5a8b64433ac1ebebaba7cc6a499704144eec --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7472305ca842fb39b75f40555450c5e9741b18eee0a175bdd74f1fc77880f7b9 +size 11197 diff --git a/perception/image_level_comprehension/map_recognition/images/103.png b/perception/image_level_comprehension/map_recognition/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd0be4ed00bf8cf92a2e822a22f47d34f70aa9e --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4fe48ad06bf6d55b97bf2ce9daf3dd59b6a67e20043b6f68b942d78dcd7546 +size 10029 diff --git a/perception/image_level_comprehension/map_recognition/images/104.png b/perception/image_level_comprehension/map_recognition/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3d39115509b9b908efdfa8630fb6b8c16478f9 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727179c32af5e389cb41e04ebd77da701e9ea028b05e0d2030e5ea8fcf6372f3 +size 14116 diff --git a/perception/image_level_comprehension/map_recognition/images/105.png b/perception/image_level_comprehension/map_recognition/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..493784848d7f0c8b698b73e80c730b0e45f9777e --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a0eee857c5367e09921142ced58b80d0dca5fc66363650bab2f9779f79bfb6 +size 11960 diff --git a/perception/image_level_comprehension/map_recognition/images/106.png b/perception/image_level_comprehension/map_recognition/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..dc95cb9c05ea5746932fd149673882c1f391f135 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c298b2b839f559c56c019dd50dd98526c24f405d6a10c359ac02a7950bfce0a2 +size 11955 diff --git a/perception/image_level_comprehension/map_recognition/images/107.png b/perception/image_level_comprehension/map_recognition/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..493e13c42b828499ff7723d69d5425fa28f30fe0 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb24b1ce7aa1b85691b119634acc24b7ed1db2683495a2171df00c171b7b8949 +size 9585 diff --git a/perception/image_level_comprehension/map_recognition/images/108.png b/perception/image_level_comprehension/map_recognition/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3b0cc4f8592326e377ba74f39b35ab4319bdd5 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc19d40a2296d1faebad35a48e975a7b59304322dc12cde385ed587deebe211 +size 9858 diff --git a/perception/image_level_comprehension/map_recognition/images/109.png b/perception/image_level_comprehension/map_recognition/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..abed42875565f4302cce586654e8412c9e5b3d68 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7658ad1c9ed90477579fc719bb1d12747a992e8a928c552e1a9420148dd3adf2 +size 10335 diff --git a/perception/image_level_comprehension/map_recognition/images/11.png b/perception/image_level_comprehension/map_recognition/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..404a5f3a88aed53741e663859a058cca1ccfb71f --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95631704c3b3eefe5d11d0834c89fa1b6c2563685aca29598308f971955382c1 +size 12658 diff --git a/perception/image_level_comprehension/map_recognition/images/110.png b/perception/image_level_comprehension/map_recognition/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f106b87385743ebd78b39cd0ca06def614aff9 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a96cdca0bb1c326ad40ef6108b9a1b985ecdccc30c86b9689fd58fbc570b10 +size 10828 diff --git a/perception/image_level_comprehension/map_recognition/images/111.png b/perception/image_level_comprehension/map_recognition/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..75a6e46242fc7562b2fa513df7a91c02ae9eaee4 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0be6c03882c59be3d0e125887f9ad51ba1a8bbf72fc0111ec0f97fad560525 +size 12707 diff --git a/perception/image_level_comprehension/map_recognition/images/112.png b/perception/image_level_comprehension/map_recognition/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..d49d5233ba18866c17c7e09f07d1a79ffd7ff8b9 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f147a9cdd4f2a29f77438253a251212cd2b01a343ded5f389bde114c4e92f406 +size 10774 diff --git a/perception/image_level_comprehension/map_recognition/images/113.png b/perception/image_level_comprehension/map_recognition/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d93fb26baba608aabdfcf74d2f6db2050724ed --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7467cc1976c552a7bf656972475acccb2f6841de739d3524f882ed7734c3c76 +size 9328 diff --git a/perception/image_level_comprehension/map_recognition/images/114.png b/perception/image_level_comprehension/map_recognition/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..b11a59593bb843d9a4d9556ce1e3082bcd653e20 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db12847b7c4aff686cc2bce006f81c84efc02d1381cc5b41fc0226afe5591217 +size 7684 diff --git a/perception/image_level_comprehension/map_recognition/images/115.png b/perception/image_level_comprehension/map_recognition/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..8935508efe57990bfe379f61bd8aaf17338d946b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52919d25967369e8f327b0948807176a1de32ebafd821cccf75229c58abf10ed +size 10412 diff --git a/perception/image_level_comprehension/map_recognition/images/116.png b/perception/image_level_comprehension/map_recognition/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..ea824acb6a53642e7af1314df4c8aae9dbf9ac75 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fb9c42ac7e2d719e138c291d9dd032b02e606675e40f31fd88a4854b723620 +size 9344 diff --git a/perception/image_level_comprehension/map_recognition/images/117.png b/perception/image_level_comprehension/map_recognition/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6e6b7f1ccdf471c37b877f0755220a5104a699 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d442dc46d2c2209f7394a3747543e19414835c42b86950c67a22fe66ee5e4e0 +size 11213 diff --git a/perception/image_level_comprehension/map_recognition/images/118.png b/perception/image_level_comprehension/map_recognition/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..eae189059d1c854187958be74a19863e05be5ae0 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08ba6f14775c43e7f8ab7be8bd9e64e35062d16a9a6d3377ce0f8dfef6db21b +size 9262 diff --git a/perception/image_level_comprehension/map_recognition/images/119.png b/perception/image_level_comprehension/map_recognition/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..cea89c398ea1678985bdd7a39fd92ad390e93b30 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8268f2cbd5ce43203bff165685a0205553baa7da0780f488163fbac6d1f04b0b +size 11963 diff --git a/perception/image_level_comprehension/map_recognition/images/12.png b/perception/image_level_comprehension/map_recognition/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..fbcfc031cc81ddeba9cb83dbcdaf8d9b2635d720 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d196173d2cd80a6f14a2a38abacb510177181d09354f4af48d99b9240d4e0c +size 24692 diff --git a/perception/image_level_comprehension/map_recognition/images/120.png b/perception/image_level_comprehension/map_recognition/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..e24fa8518482f4ea526816e46b39f91554f0f200 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6945c9aa5c03c75f376a22d75b6877559ce9c9e29a6e1d273e37d4ba5d4ea473 +size 12125 diff --git a/perception/image_level_comprehension/map_recognition/images/121.png b/perception/image_level_comprehension/map_recognition/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..b9eb53ea29e2192dca4b5652676f4f9ef375ccce --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0720fd747ea988705853f97c49b9be8166aa75937cb0d0382970525f063d7bfc +size 11682 diff --git a/perception/image_level_comprehension/map_recognition/images/122.png b/perception/image_level_comprehension/map_recognition/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..27f4a5e82f75a3e428c4b16b05d67e8d035c5cf6 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c51890bf97b22cbabb3a1a91a9c38d604952e0311549fe27292a6cc08a149d4 +size 11818 diff --git a/perception/image_level_comprehension/map_recognition/images/123.png b/perception/image_level_comprehension/map_recognition/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..550666064e4998edc027b7d480ac7a3676a99335 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3b573db89147c1fff32ee1e5df43688dfc765958c857c6f8f4d526214643a1 +size 11933 diff --git a/perception/image_level_comprehension/map_recognition/images/124.png b/perception/image_level_comprehension/map_recognition/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..6c860ebdfce9d75d8e4d29a5b37be24039d0e591 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479d528c731c79cd21823eea18530ee43b2ad5524eabd61d2201445334a19087 +size 9468 diff --git a/perception/image_level_comprehension/map_recognition/images/125.png b/perception/image_level_comprehension/map_recognition/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..6af224b993e1cce9ead00108ee463915dd2d352c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108e07bcd90b7e064618922203938a69ec9a1978e08e2655f54315d80a0f443b +size 12992 diff --git a/perception/image_level_comprehension/map_recognition/images/126.png b/perception/image_level_comprehension/map_recognition/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..3110124347eb4c7c3d093430b3ede19178e5fb6b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7a5e14529e85b12c23aaadfbfcf3d616b7eb19bb1029aec94bddeed1ba156b +size 9208 diff --git a/perception/image_level_comprehension/map_recognition/images/127.png b/perception/image_level_comprehension/map_recognition/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..b7fdc5194912dbb64f1967133789cbdb2c3ed5f5 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce817ae248b8471a0fd2b53645958d3c75e1c2a26fbe97bd0848ce60cb8b378 +size 11483 diff --git a/perception/image_level_comprehension/map_recognition/images/128.png b/perception/image_level_comprehension/map_recognition/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e55651ecb0e51ab785a2a2c29bc70d16416433 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bb49304283a63432345b99b08a0c5eb139ac640deb8cda2d4264916dff1bbf +size 11486 diff --git a/perception/image_level_comprehension/map_recognition/images/129.png b/perception/image_level_comprehension/map_recognition/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..1a3a8912494dd4543f0658546595cb24c4149142 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9764a5ba48563395f183b7bcc1167f75f31ddae73ddd593c60d3538c677ba6cb +size 12619 diff --git a/perception/image_level_comprehension/map_recognition/images/13.png b/perception/image_level_comprehension/map_recognition/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e051ce90044ac9264173ae6669009dc75543b75a --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066ece3cbef6e790fd0e4e0013b2c5b54064c392a965e7ac3ceac392e35ebe5d +size 14779 diff --git a/perception/image_level_comprehension/map_recognition/images/130.png b/perception/image_level_comprehension/map_recognition/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd85aa7066afd8009acf0da2159dad68d7ff76a --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59fc747d09a060ea203c17b92036375aeda49407538fef147be6ccb39eb6897 +size 13072 diff --git a/perception/image_level_comprehension/map_recognition/images/131.png b/perception/image_level_comprehension/map_recognition/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..16e8814ed7f8340b1ebd39924d0cabf5d34ab373 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7c62d5eb3d964d5bbf716560463ff060ac99bad50af067bd558be9de55838a +size 11514 diff --git a/perception/image_level_comprehension/map_recognition/images/132.png b/perception/image_level_comprehension/map_recognition/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..cf6c3540a49fd528c42927d3fe6e55804d68417c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ca1a6f962a3b4fb73574d45611c6369eeab460dab391c08d70c97ce14f9887 +size 13816 diff --git a/perception/image_level_comprehension/map_recognition/images/133.png b/perception/image_level_comprehension/map_recognition/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..28faff4bea8d815bb214684804f5de09b17ba577 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3403d7c35b550247c589ce9f8ff2f9b38ace2cb155f35c3e3223dbcf51944035 +size 19262 diff --git a/perception/image_level_comprehension/map_recognition/images/134.png b/perception/image_level_comprehension/map_recognition/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..bc251b04603afd5b8b701f57fd1c1671d8c849ba --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e926215a76f08020caefe08b5b1ab335ebacc3da6d48bd86e5a945058d822eb +size 5600 diff --git a/perception/image_level_comprehension/map_recognition/images/135.png b/perception/image_level_comprehension/map_recognition/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..b9cf45c5006488f1517aa0c5b317360df7b75b9c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f4e948466cab292ff26e3b4bf577addab3af1a2d21ee66c4c417b6c5eb7775 +size 8807 diff --git a/perception/image_level_comprehension/map_recognition/images/136.png b/perception/image_level_comprehension/map_recognition/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..27661989e6e5fcdbb6e3e4157ccc422a27261996 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f9a885656463fe7b6029f647a741eddfdd0c576f2464768ff7b31f5c2061a4 +size 11165 diff --git a/perception/image_level_comprehension/map_recognition/images/137.png b/perception/image_level_comprehension/map_recognition/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0fced39789e86c034312b883c9b1091473a09b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e752094787a854827dffe16dd3b4267a52b082d9abbde0d81e2357e62d33704 +size 10974 diff --git a/perception/image_level_comprehension/map_recognition/images/138.png b/perception/image_level_comprehension/map_recognition/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..7933caabf973b7339ce4feb99b7d803f1f692e91 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf2c320c2c60fca7567288bd8956b4d16439900f85484f647c96de2f68b2eb4 +size 11429 diff --git a/perception/image_level_comprehension/map_recognition/images/139.png b/perception/image_level_comprehension/map_recognition/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..636ea788ae68eaaf15ec252662a25890d60f80af --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9120e32fe5a56a20fda9b4f194d271ceec964270d747e4776b309069afee326d +size 9802 diff --git a/perception/image_level_comprehension/map_recognition/images/14.png b/perception/image_level_comprehension/map_recognition/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..39bf9a1e2d9864adb2f49034dd5ac90270dcf4f5 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2533d458487add513dd745005b148a8819850fb5963f19d52d89243b78da2d34 +size 14547 diff --git a/perception/image_level_comprehension/map_recognition/images/140.png b/perception/image_level_comprehension/map_recognition/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..3d435199e7cd162545988be26c4f75b903b7c842 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeea827a2bdb9487af5efc8da554aa7ed481f8ee97710a03fa3de77e347283ff +size 10074 diff --git a/perception/image_level_comprehension/map_recognition/images/141.png b/perception/image_level_comprehension/map_recognition/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..d0dba18f6ec7522f5b57f0d5bff67eef0727fcb6 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b43c50b9e1d1567ce0c0a704f8592a2547a7b8f9a2845951cc7a32d48ebcdf +size 10647 diff --git a/perception/image_level_comprehension/map_recognition/images/142.png b/perception/image_level_comprehension/map_recognition/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..0e6841fe27b60390be3ccd117da9229b2b075912 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921913638f08c9aee43025e60e58211a95da7405e8db42314d20efdd16413633 +size 9912 diff --git a/perception/image_level_comprehension/map_recognition/images/143.png b/perception/image_level_comprehension/map_recognition/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..981049b56a93aaf1eedcf7d44f86d4b3af23b099 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a992f8369fb79da37863d1e9f1202df86f48b6f0a382d378758c33a4d63287 +size 10101 diff --git a/perception/image_level_comprehension/map_recognition/images/144.png b/perception/image_level_comprehension/map_recognition/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..a23390cfb57d3804560f2a245ae1248566647796 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b05418d30449cfa0936d471ea48ca51d023bfad5b415c3a8bc478c0834f2431 +size 10515 diff --git a/perception/image_level_comprehension/map_recognition/images/145.png b/perception/image_level_comprehension/map_recognition/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..94d8042d675949833e6f4d8197e055af537800dc --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26deff99bc63d029539cd3bb7664af4d051e82791fbb61f468d0848cbbdd378 +size 12558 diff --git a/perception/image_level_comprehension/map_recognition/images/146.png b/perception/image_level_comprehension/map_recognition/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..8881b6c2cc6db04837a49c6b277b1afe0432be76 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e2606f5ee982bd7df7c5ba89d98318f8c6f591cb8548ba1538ddf6aa560be0 +size 12440 diff --git a/perception/image_level_comprehension/map_recognition/images/147.png b/perception/image_level_comprehension/map_recognition/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..c19b1aed77f4d31745d4029112777586018ccd7a --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520d9024be29454fc3d6c837b3337fa6f551450aabc4595c4d6d02e67ebc6206 +size 8448 diff --git a/perception/image_level_comprehension/map_recognition/images/148.png b/perception/image_level_comprehension/map_recognition/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3c7d55787f5596bdea361f44b125755be8bb89 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f574c3a070bee3c72cbf55cfc15082b941d503eb9f7e283402a4353432f9cc69 +size 10536 diff --git a/perception/image_level_comprehension/map_recognition/images/149.png b/perception/image_level_comprehension/map_recognition/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..93afda114f93009a84e4beafc5564b82474e7746 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7160b10a22f3f042e73e00e2634892dbbdd806b2b817969d501fc1f20fc56df4 +size 10506 diff --git a/perception/image_level_comprehension/map_recognition/images/15.png b/perception/image_level_comprehension/map_recognition/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c36e41619682f23edfeb1be4772c03ef832d06 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9222a3370c63f02f8cc176a347abef19143c320e23689f59c1fcf1ae9b7aca7a +size 14365 diff --git a/perception/image_level_comprehension/map_recognition/images/150.png b/perception/image_level_comprehension/map_recognition/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..64546b25dcc64b11711a6759fba075077206bb47 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6bd1e93ab8bc217d4b91c1dc422f069f8c0c317e24d3e96ecd4eaa0278d004 +size 10458 diff --git a/perception/image_level_comprehension/map_recognition/images/151.png b/perception/image_level_comprehension/map_recognition/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..15db22a79ba623cc7d5af0948fec106eb371e2ae --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9154850a419a60ab0364ea84c2698649806ea014afdd2d80e1574408f0ad1754 +size 12346 diff --git a/perception/image_level_comprehension/map_recognition/images/152.png b/perception/image_level_comprehension/map_recognition/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..9e9a88b0a65bf144960db5f4998b6cb8e69b6ddf --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c38e5fc873d20d18928b0adbcd0f271a61e77bbe021e714aa74b91d7191d6d2 +size 10446 diff --git a/perception/image_level_comprehension/map_recognition/images/153.png b/perception/image_level_comprehension/map_recognition/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..53819cfef69ba326167879b7a17e7c5322fd84e7 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ae80a4a7399db3662dcdb118418fef28bb9ff44141643eb7487d673021c669 +size 14054 diff --git a/perception/image_level_comprehension/map_recognition/images/154.png b/perception/image_level_comprehension/map_recognition/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..07c613a5dc6ea7606a97fab596e3946cae121de9 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfe56a587c8da042c2cdbc2be1fea1217b7379a793cb922e9a51647ef011f5b +size 12357 diff --git a/perception/image_level_comprehension/map_recognition/images/155.png b/perception/image_level_comprehension/map_recognition/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..8eab0bcceca02a019699f7d8112b4d2ce83b7b32 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93074a22f63206348b4d0f67e2fe8852d75a73b402f44ec9d2000ea6888ab733 +size 13511 diff --git a/perception/image_level_comprehension/map_recognition/images/156.png b/perception/image_level_comprehension/map_recognition/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..a5390356812d2b6201c0ef08aee9ce9505f34582 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210593c46df59d9b9a6f58e5f0d329bbe7503495e7bafa56fbd88bfc615db0a8 +size 11908 diff --git a/perception/image_level_comprehension/map_recognition/images/157.png b/perception/image_level_comprehension/map_recognition/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..45816d6aa34f0c20941ec62bd21230c5d0ea29a1 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d221876cd8a154aa43c97b12380d1fd3fd163edac74d025a573cb6300dca0bf3 +size 12023 diff --git a/perception/image_level_comprehension/map_recognition/images/16.png b/perception/image_level_comprehension/map_recognition/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..41bd54916c46c681c56cd4b8819a359c65afcb38 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215e08ab7a24ae6b3d21dfc0df989911a00cd56cd5d30e1ad3892c21e1531021 +size 14205 diff --git a/perception/image_level_comprehension/map_recognition/images/17.png b/perception/image_level_comprehension/map_recognition/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..395b5553d75122e468a1a708dc0c9897780e64f1 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9f4cf1299e1939b079098a14e07266ad88c0b303def108221e09fdee11ab25 +size 15070 diff --git a/perception/image_level_comprehension/map_recognition/images/18.png b/perception/image_level_comprehension/map_recognition/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..b0897cf224e6e04a1c89cbea863c3c25b5e7d67e --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79db6d8fd5b6ec9759aaded88c014dce13f6de6196916eec4904737d2080ea2 +size 11068 diff --git a/perception/image_level_comprehension/map_recognition/images/19.png b/perception/image_level_comprehension/map_recognition/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..459d12e69fd4eb04056abfbf7b9fb0e88ed4b34b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b46d7a394df923a72ab8526225d4cf03d66450009dc2804b038b4f045a3684f +size 9490 diff --git a/perception/image_level_comprehension/map_recognition/images/2.png b/perception/image_level_comprehension/map_recognition/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec04368d57a78d28e687f757cf9c88220a260a0 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3126d04395a2d6ac6a04b0e2aacbcfe2fee7e7fba90b2e478da4bceb3418d410 +size 15878 diff --git a/perception/image_level_comprehension/map_recognition/images/20.png b/perception/image_level_comprehension/map_recognition/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8e0b0f25b2381320728c15ea94843296a63101 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ea6396e080bf638ee70200562045694bf2d45411617af1181795c91ed07df0 +size 15786 diff --git a/perception/image_level_comprehension/map_recognition/images/21.png b/perception/image_level_comprehension/map_recognition/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..e4dc9ae7103edbb93b0bd5a229c0f64b028acc2d --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baec25e8cf659d76105c5974e15acba4a0698b1d4360ce03602abc7cf9542b6 +size 14422 diff --git a/perception/image_level_comprehension/map_recognition/images/22.png b/perception/image_level_comprehension/map_recognition/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..60328c58b55b3b0bd760fba1b15d5934be3d7bf6 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a91708570dd31819097f3cbff445edd1d0b42a8d088bdf2bcf65bbee8f762f +size 13402 diff --git a/perception/image_level_comprehension/map_recognition/images/23.png b/perception/image_level_comprehension/map_recognition/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..f02042ce512a02f450e817e668417edce4d96e9f --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b39536b5f9099c8f32b63c5b08cdf46ef03ee5aec67f9ea5f55f500c2a9065 +size 16039 diff --git a/perception/image_level_comprehension/map_recognition/images/24.png b/perception/image_level_comprehension/map_recognition/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..5630f80a3a8ed4d734ee498606599209dd0a1447 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9953b035387ca18a637e036885d1ed9b375e6e3a681c6adee12c06af7a3942 +size 12133 diff --git a/perception/image_level_comprehension/map_recognition/images/25.png b/perception/image_level_comprehension/map_recognition/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..f523d9a90d6a5d6107956df1cbc3273870f770a7 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e9d1d6a7dbdf5521e11dd66a01699ba565ce486e6ae39554bed988a5dd7ec9 +size 23745 diff --git a/perception/image_level_comprehension/map_recognition/images/26.png b/perception/image_level_comprehension/map_recognition/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..562a6715f0111369442d7d4d600ad8ac1370cc7a --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b890eb251296d3fd9bfd6969e0a069580fa6f89785b80384b30dddf82289b1a0 +size 22341 diff --git a/perception/image_level_comprehension/map_recognition/images/27.png b/perception/image_level_comprehension/map_recognition/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..2a86fbce68aad0a63bd83e310650c411a1f3dd67 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3549eb5c5dd2231ce82470720d4d6fe96a477978a31e94f3f9a9586c1bedc02c +size 4467 diff --git a/perception/image_level_comprehension/map_recognition/images/28.png b/perception/image_level_comprehension/map_recognition/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..b929ea3f4d701b49950fd83523429f67dd9dda33 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f907f182575a9a7e8769fea2ca198c957b14698fb45ffea615d9947cc07c38 +size 13247 diff --git a/perception/image_level_comprehension/map_recognition/images/29.png b/perception/image_level_comprehension/map_recognition/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..38c924a52c09393390cc65b3669b8bd5b8fa204c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05d33e64bf1a5cc7e0ed868e103a8f30cab03d3ab5774c76bf3506bc05b6f10 +size 11545 diff --git a/perception/image_level_comprehension/map_recognition/images/3.png b/perception/image_level_comprehension/map_recognition/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8bef64baf5a30bc36dd85d0b911b8aa51c213bc0 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bf3da469ecd515f7039aa5d01aeb501e015c92fb504803f36f86ccced3afc8 +size 12638 diff --git a/perception/image_level_comprehension/map_recognition/images/30.png b/perception/image_level_comprehension/map_recognition/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..16d69e57d4580c3abfa4c8ec7ec98134ba60be0b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463d2f6f21c59fa6e1adf34849b9817b9e750e858956232c03efbd7fe1c294be +size 11614 diff --git a/perception/image_level_comprehension/map_recognition/images/31.png b/perception/image_level_comprehension/map_recognition/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..70d5ab36e73e59d1e55e25d3e45ede228c31e5e1 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1892d365a1db5f86a455b304c98a020c90a57650f29e113395f31dc3ef2cbb79 +size 15384 diff --git a/perception/image_level_comprehension/map_recognition/images/32.png b/perception/image_level_comprehension/map_recognition/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..3fa4c997fe3835677657c5838f327fc25158edaf --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8e239ef73cfd43e2054ccfcc93bf288db7ccdfad6f4d1afd9c0ccc29798842 +size 12759 diff --git a/perception/image_level_comprehension/map_recognition/images/33.png b/perception/image_level_comprehension/map_recognition/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..b71b73b3479cefca47d4f0d3f14c4d70e4c88ae5 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627feb216156f65f09532fff34c9d70c741199d755daad90d38940195556b2a6 +size 14162 diff --git a/perception/image_level_comprehension/map_recognition/images/34.png b/perception/image_level_comprehension/map_recognition/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..2605eaf65114464cf6b77f259bc124e64608ac60 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce20d42f842cff7679182ac8e036a61277de96c68f3b37e0469f7d4504d3fe +size 20926 diff --git a/perception/image_level_comprehension/map_recognition/images/35.png b/perception/image_level_comprehension/map_recognition/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..1d81334e69d4a6b9ccf23452c33f9fd94998f013 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fea3ff40e6b0c3e789dc01817fdc39e9db3df5b7e9e450c96500461f700f578 +size 16094 diff --git a/perception/image_level_comprehension/map_recognition/images/36.png b/perception/image_level_comprehension/map_recognition/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..693d21abb63a6ed48ba3744b8e29c590b1a10048 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a74538253a0828b03801357e5ae57dc44dcc0edb6b130e7c8878488c701fc07 +size 15480 diff --git a/perception/image_level_comprehension/map_recognition/images/37.png b/perception/image_level_comprehension/map_recognition/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..14da998de0ec28a17070671e48bb9507ffbd2b2c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0556a26a88ecc52ca991cdcbf9d305f2381c8c39364b4ba66937df85b056f848 +size 13555 diff --git a/perception/image_level_comprehension/map_recognition/images/38.png b/perception/image_level_comprehension/map_recognition/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..51987ee22fe375c5216f7b9da08132846692f096 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f53ac91f0f024b90315570a70017dfc198198176e84abe067908a3c2f1b04d0 +size 15892 diff --git a/perception/image_level_comprehension/map_recognition/images/39.png b/perception/image_level_comprehension/map_recognition/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..8d362b022d1a21b824de7b6d2f5baef7fce8c23f --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4c3dad73bbb664f95274b4db52e3483d290d4e22f7e12925da52cd693412b5 +size 15975 diff --git a/perception/image_level_comprehension/map_recognition/images/4.png b/perception/image_level_comprehension/map_recognition/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..41fb1d42d25de81598ecfd0cd0d8a2985f05fa44 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e44c4b785e9ff8f9e19c06b9211ecb079c2737ecb443337564993f3cf52ac56 +size 6804 diff --git a/perception/image_level_comprehension/map_recognition/images/40.png b/perception/image_level_comprehension/map_recognition/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..eb36740f772ec0c9845998317eb0a8169b28e6c0 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3c199c82033ef1846c07f14d25698afbd69b3766fbbe4af00c2954ed737ff6 +size 12669 diff --git a/perception/image_level_comprehension/map_recognition/images/41.png b/perception/image_level_comprehension/map_recognition/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5d1ddc86db2f0ecc0bf5e1c45c806406d727c7 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396193888d20629bf5e466ac918204d497f657b4fe952de616984c80ab49df1a +size 13840 diff --git a/perception/image_level_comprehension/map_recognition/images/42.png b/perception/image_level_comprehension/map_recognition/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..8aadd75721d02d6a62e9d112e4d43f09e2d0b02b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f9ca44b201a8fb36b2e67e01f69ccbb190bd767aaa6f5408ea4ca4119c434c +size 9530 diff --git a/perception/image_level_comprehension/map_recognition/images/43.png b/perception/image_level_comprehension/map_recognition/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..a7ebb96679ceb6a3cf3035554368273ee1751f11 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195511e68227c00c888bd2f1225c6722b1caa75c62266c6f8ea819ca4942b179 +size 17647 diff --git a/perception/image_level_comprehension/map_recognition/images/44.png b/perception/image_level_comprehension/map_recognition/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf46134701c353c4ae6772b21ced36d3c97db17 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6e2b082d0976818b28f8e0ea94054fcbb0e6967e12305c13ed0d0c82b0237f +size 11471 diff --git a/perception/image_level_comprehension/map_recognition/images/45.png b/perception/image_level_comprehension/map_recognition/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..bb6c39eeb0366b7511e28d4384730e3d3f69574f --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62991c69f13b1855c439201bfaf24efec9ca9ef807432afec6ea70946714e690 +size 14554 diff --git a/perception/image_level_comprehension/map_recognition/images/46.png b/perception/image_level_comprehension/map_recognition/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..ca52bf839991dbf33fdcf7aa0bcfb1527481b10e --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e4163137cb3c8585203a12fda76b3c10c88735ebcdbabc52a5148343b460ef +size 14232 diff --git a/perception/image_level_comprehension/map_recognition/images/47.png b/perception/image_level_comprehension/map_recognition/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..bd5f316ff8cb0fe7480c5f91a840037dd694240c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ed0ec86ac93f23b726cb4f72db5384d112ee78a0098da018d0922b82a0611b +size 14224 diff --git a/perception/image_level_comprehension/map_recognition/images/48.png b/perception/image_level_comprehension/map_recognition/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..ef898f06736543be6ed28badb7234c4e6689bf38 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb34ec2d436d55c2e66f02cf297ec834dd923b8dc974874e49234ef77395bb9 +size 10829 diff --git a/perception/image_level_comprehension/map_recognition/images/49.png b/perception/image_level_comprehension/map_recognition/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..4cdc850875698a1ad163d7388e5c26b51e06d830 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a779366dd26730ca66c5cab13ebab51fddd66cd56d51155d2729b2490197c733 +size 14287 diff --git a/perception/image_level_comprehension/map_recognition/images/5.png b/perception/image_level_comprehension/map_recognition/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..837d05ec86e4ea364af9ef81ebd4d63f510e82b0 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061185fd64b2a80105456139fa8c296a849e4c29c9941cdec87b7d9d9d4d4fbf +size 15476 diff --git a/perception/image_level_comprehension/map_recognition/images/50.png b/perception/image_level_comprehension/map_recognition/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7db3d8acdafd53a5bc8d388a56d3e3b2adb1b2 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158b34c38210cecbcd6a7a60b62e0804cb8b60b5d5ef000b015fa1d7904b48ec +size 13247 diff --git a/perception/image_level_comprehension/map_recognition/images/51.png b/perception/image_level_comprehension/map_recognition/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..d9dace4a7a0f1bddeb7910e974b0af9defbd546b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc0b1cba6227020fb56f2de7436ab496d34429d8100edaf27c8dbcfc16c9229 +size 15087 diff --git a/perception/image_level_comprehension/map_recognition/images/52.png b/perception/image_level_comprehension/map_recognition/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..b573b3ef0417ea239342045ab4af1daf5dab360f --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd1930b0465cd3fc7505ba7c83e3db5a36c8307f47e82ee1f98cb97df369738 +size 9951 diff --git a/perception/image_level_comprehension/map_recognition/images/53.png b/perception/image_level_comprehension/map_recognition/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..042909569596065c5836a76c32df44ada8760533 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c3895de23eed3db515970af24f14315a74a14f8f3c2911976b387c06fbf87a +size 21803 diff --git a/perception/image_level_comprehension/map_recognition/images/54.png b/perception/image_level_comprehension/map_recognition/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..0184c4227a3c5ebd468bc63fd0173ed09cd27a06 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d8f5ec1f9ce546a4a858a01ffe0c088cb68ad128f725580e56dd51ee8efcf2 +size 9160 diff --git a/perception/image_level_comprehension/map_recognition/images/55.png b/perception/image_level_comprehension/map_recognition/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..8b8fdf25a58b4be471756d4d3d9e5c3a0369dfd6 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6a3e0b74ef68f7be2c2b6bb238e8daaa78b47ee792c5d45826ac555e3c7b13 +size 22565 diff --git a/perception/image_level_comprehension/map_recognition/images/56.png b/perception/image_level_comprehension/map_recognition/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..22a7424ffe3d818bf17a38ffc15541816ed6322c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f91d6897cf996cc44e6b6b41f869962e9ae9faaed60f50ef09b55c751c8d58e +size 5074 diff --git a/perception/image_level_comprehension/map_recognition/images/57.png b/perception/image_level_comprehension/map_recognition/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..ea60e1295873dcf7c84c0751e05fb1f30404be87 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e0979050db02297108021f9b9abc5d38c30d75ee775c4a57bbcd112d5099f2 +size 13502 diff --git a/perception/image_level_comprehension/map_recognition/images/58.png b/perception/image_level_comprehension/map_recognition/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..aa17ab16dcdaef7aa268992826ca1583b2e6226a --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee84c29e598f9d044c0af6cefa114af8d8a85b2fa7b1960e326c4a2d0b888630 +size 11639 diff --git a/perception/image_level_comprehension/map_recognition/images/59.png b/perception/image_level_comprehension/map_recognition/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..ac643cfdb1502e36fa3cd87c34de56ef57ef0513 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e767d8445d41e288d18e8cda8b74da3d565a59a33f492bacb549281b43da93b3 +size 9921 diff --git a/perception/image_level_comprehension/map_recognition/images/6.png b/perception/image_level_comprehension/map_recognition/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..ea44084400101dc0595fc854acab4a569fd7ef5e --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73107232b4f7f8e54932ee7d1974ed215c2f6891cfc9d331b6b83e33f0825301 +size 6708 diff --git a/perception/image_level_comprehension/map_recognition/images/60.png b/perception/image_level_comprehension/map_recognition/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..e7cd3fcecb39db1d22201a19aba55a8b19f19e58 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b6c336e1e0a9347519c52652d29972f73b0ef38beeb037f8bee76b249b6e9f +size 11798 diff --git a/perception/image_level_comprehension/map_recognition/images/61.png b/perception/image_level_comprehension/map_recognition/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab1801ed52326b54010c7b2f294a86f1922abe5 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd71d2da9ce500ff44ac6f5d9340f9694629704b1e17d72d0904812b0b4be2c +size 11707 diff --git a/perception/image_level_comprehension/map_recognition/images/62.png b/perception/image_level_comprehension/map_recognition/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..eb190b4674cf1f84a9abbc567d119d9803256fe1 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebada96c25b734a7fb5e1494931b7ed7feb62fd9e1d1474e38f168bc0e5606f +size 11918 diff --git a/perception/image_level_comprehension/map_recognition/images/63.png b/perception/image_level_comprehension/map_recognition/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..a10ee9e3a7c204bb28091eb20c23f1982b525fa2 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25bbd424553c55b7498641933958085bb7e91c181eea451491898d1975bd97e +size 12738 diff --git a/perception/image_level_comprehension/map_recognition/images/64.png b/perception/image_level_comprehension/map_recognition/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..e08e1a2f8f1cde189d860b6aa69a6de3869e6f67 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a94c9dc29e11498b2c486e0c984cee8d4958ae67aa870139d8478fc4666bbbb +size 11490 diff --git a/perception/image_level_comprehension/map_recognition/images/65.png b/perception/image_level_comprehension/map_recognition/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..79fe710620dbc3235ba10fecf8f340e6ea43fd1b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5dee1180b0239aa0c0b6ba9df14a2751f4136d236dd8407ad375b28425fa02 +size 8917 diff --git a/perception/image_level_comprehension/map_recognition/images/66.png b/perception/image_level_comprehension/map_recognition/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..8c05a2231d94dc167d35dc87a4de9501fe74370c --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb2b4ed0db5f68623c8e241031ffb912413320d2168d441466a2922a49b35e9 +size 12757 diff --git a/perception/image_level_comprehension/map_recognition/images/67.png b/perception/image_level_comprehension/map_recognition/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..95f7d1104c07a3434261042946e3aed0c792f52e --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab2c782d21dd5e1490874aafd92a61a9a3a1556b97aab58114465ee71fa8442 +size 12430 diff --git a/perception/image_level_comprehension/map_recognition/images/68.png b/perception/image_level_comprehension/map_recognition/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..81d7b2457a5b674c76bbb6582f21351aeb38f1e1 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64564ad66df8bea147b477d0bb1a0fa9c9a4ab3574e2594c280813d024112fcc +size 10557 diff --git a/perception/image_level_comprehension/map_recognition/images/69.png b/perception/image_level_comprehension/map_recognition/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..6bd29bb4c93508fdd78d385ba886a0941798d295 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2110a77406f6f50ae11618b382c50e14cfbc88f9123c8e5e9b4dcdcdefe2416 +size 14019 diff --git a/perception/image_level_comprehension/map_recognition/images/7.png b/perception/image_level_comprehension/map_recognition/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..bf53cbb1c2558d3d2f98573dc41a81404c3c6071 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8847359a55fc66f64a9c0083e2e3df45cbe2f72b7e20f71aa54538e79fac2516 +size 10629 diff --git a/perception/image_level_comprehension/map_recognition/images/70.png b/perception/image_level_comprehension/map_recognition/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..f54add348ae879f28664d35196e50c1c3cc1275d --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a399c6d1086bc8f37bc1e5abe4a15eb5f72765117eb3821ffa2fd05b41019b2 +size 10984 diff --git a/perception/image_level_comprehension/map_recognition/images/71.png b/perception/image_level_comprehension/map_recognition/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..696951f1de6dede1e95f5c81ef79b3e5ffea25f8 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32abb4acffa1f9b618886b3219f722e093fbf2e05e918b0c37407a4f7e4c41f +size 9557 diff --git a/perception/image_level_comprehension/map_recognition/images/72.png b/perception/image_level_comprehension/map_recognition/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..f2181a7e4ede12e76b07dd4a79ece8a899a9cf74 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db8dbdecdbc5dbff661e12c3b6f957cdec05ec295ef4da7279616c71e727326 +size 11696 diff --git a/perception/image_level_comprehension/map_recognition/images/73.png b/perception/image_level_comprehension/map_recognition/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..07d700451f201c8da8ded6822d7c493be45283c1 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb41cae0ca25bdc7271d0cdc7843b1674251cf6dbe714efab06c5799f608c53 +size 11139 diff --git a/perception/image_level_comprehension/map_recognition/images/74.png b/perception/image_level_comprehension/map_recognition/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..dd23e6f50ea59220093ecbcdbf30c1b7a5b545ae --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c51e719c568afb95758cd956512aa96641496bc30a3c796f485475400375c7 +size 11348 diff --git a/perception/image_level_comprehension/map_recognition/images/75.png b/perception/image_level_comprehension/map_recognition/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..711ff1056f40012f3eae6f51fbee8a448d011b52 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973e66da78ee48aa40a4a8aa8ffe0e73164a9d7cf5ec79610194bfb73e497c66 +size 9762 diff --git a/perception/image_level_comprehension/map_recognition/images/76.png b/perception/image_level_comprehension/map_recognition/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..8d43f88d11d30d923d3ba96206d0a8d2c33924d4 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1268b350375b253039bc045bcb553c3edd0489cf3539ab579e55fa3132aa5318 +size 13931 diff --git a/perception/image_level_comprehension/map_recognition/images/77.png b/perception/image_level_comprehension/map_recognition/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..a74e0aa73b71bf36a9f28dca837785689529b0bd --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892fd3c1367a8d3b9939397938e60bb65a80209ed4f5df688350185c0151c4b4 +size 12906 diff --git a/perception/image_level_comprehension/map_recognition/images/78.png b/perception/image_level_comprehension/map_recognition/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6f7cedf964a1bf49e1fbee9e94c30bf857c9fa --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6ffa613c4a522655c9a46705f6f7f28f9f63604d8d73a3b50038e5aee68eb4 +size 13207 diff --git a/perception/image_level_comprehension/map_recognition/images/79.png b/perception/image_level_comprehension/map_recognition/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..d0144c577de898ca1883e7bffce16087d43c4378 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4800c4cae8a85a531ab78e970a2a65a53823616cf9bad8004fe9da852f840b1 +size 13365 diff --git a/perception/image_level_comprehension/map_recognition/images/8.png b/perception/image_level_comprehension/map_recognition/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..ac89062f066470de30b9dd836950c84559cf045b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267092bc79557b92781c008739507fa7b57ad1f1ae1ac5bed8ab21fd0ca1d7c8 +size 13035 diff --git a/perception/image_level_comprehension/map_recognition/images/80.png b/perception/image_level_comprehension/map_recognition/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..5ebe9c518bae5391d9aac6ed042b25bb9d9efcf6 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbca67dfaea34d5c842c0025da01d45e8a2312fafa532a0528258395ffdb3e7 +size 16120 diff --git a/perception/image_level_comprehension/map_recognition/images/81.png b/perception/image_level_comprehension/map_recognition/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..e5acd46a465f6b46e26fea250c3a6593d2579ae4 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa7c801aea90243c1066dbb79e018bdc71e56a3dfcdfa8c5da364b51f7d7291 +size 8843 diff --git a/perception/image_level_comprehension/map_recognition/images/82.png b/perception/image_level_comprehension/map_recognition/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..51aee8c0f3a3f2432f4cd92c38a831d86f0359b2 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cd1461eb859b667867341fe16dd842263d666b1b8d543745a431e71cad36e4 +size 13797 diff --git a/perception/image_level_comprehension/map_recognition/images/83.png b/perception/image_level_comprehension/map_recognition/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f14380a47ca6902f567480077e0cbb8c116f27 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b16b33a141004ea52ab5755c2375efb80af9dfc64c1b71e7bd7780a32066198 +size 12027 diff --git a/perception/image_level_comprehension/map_recognition/images/84.png b/perception/image_level_comprehension/map_recognition/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..d865d3c08170cee4890800f0cdb93fc55a83b5e6 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8b3df8bb638679f14cfa4e4441e10be83f29d51553f0477c64b6405e666f7d +size 12786 diff --git a/perception/image_level_comprehension/map_recognition/images/85.png b/perception/image_level_comprehension/map_recognition/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8083d809b00d2ef35b183b9b2c0968bfd8dac9 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ad7245caecc4b4467996081a53ee6776b65c269611411784c7bd7c74701a01 +size 9819 diff --git a/perception/image_level_comprehension/map_recognition/images/86.png b/perception/image_level_comprehension/map_recognition/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..82d16286f65a7841de57a8bbc219f1177f56858f --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ba0a38806bf0c59f86d43cfde605917d6aee0ac6f3186d1dbcfe964b2a5745 +size 9474 diff --git a/perception/image_level_comprehension/map_recognition/images/87.png b/perception/image_level_comprehension/map_recognition/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..6132d3250c7b8a4fd5c464aa0fd27c797b072d35 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8328b5d3093f9629ef28d0863da0f994630a4f89d7caaeacbc0899e65a421ebf +size 12415 diff --git a/perception/image_level_comprehension/map_recognition/images/88.png b/perception/image_level_comprehension/map_recognition/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..38ecaff89423076b9020b849447db5e62d2ed84f --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40d049c7b35b135f8f3d723a32849db59318e7f6b0b291f656fade9e140cef0 +size 10878 diff --git a/perception/image_level_comprehension/map_recognition/images/89.png b/perception/image_level_comprehension/map_recognition/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..5115aa0b6033dc59708762fe1882ab93cda0c3fd --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ef9e5e471dad62768f3bee44da78cf30f991f3263079ddd04b74355eab6df0 +size 11189 diff --git a/perception/image_level_comprehension/map_recognition/images/9.png b/perception/image_level_comprehension/map_recognition/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..cb2be75c57ec3f0dee89740b8ade84dc833fd5bb --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df095eebaa5b581c753085a95b77459c9815f003eb4e13638b47e3736317219 +size 16583 diff --git a/perception/image_level_comprehension/map_recognition/images/90.png b/perception/image_level_comprehension/map_recognition/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..6200395af249b933d0103cfd17daa1990ece64b7 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f519355ff2bb4f61760b3a071b2c3c8888decccadf8c9e3a1f9d200e6eef916 +size 2005 diff --git a/perception/image_level_comprehension/map_recognition/images/91.png b/perception/image_level_comprehension/map_recognition/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..f364d582de806f8a2769a9e7100614d9a9e70e34 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6aeeeea4a0965290b31cf0ca4123e4f229373782a59b80124f49c986ab2930 +size 5336 diff --git a/perception/image_level_comprehension/map_recognition/images/92.png b/perception/image_level_comprehension/map_recognition/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..44b3fda904990b53b100dd9482960c85da9eb58b --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb5012fb7c5c48f6cac348d728fa74b0d38d89216c1b1ca87b3bec9f8c6a29a +size 6467 diff --git a/perception/image_level_comprehension/map_recognition/images/93.png b/perception/image_level_comprehension/map_recognition/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..81a82a39b7a64c0b128e5542c0d4830ba4299202 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deacd183956fb3b77fa3f010faf503d9c096188614e540c4b64e6bfa48ae8e55 +size 9159 diff --git a/perception/image_level_comprehension/map_recognition/images/94.png b/perception/image_level_comprehension/map_recognition/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..38dd76f960ae225134c8e036d4a3f2f7aed4d56d --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5251ffd00fbb5c3161c4268a144bd51a66fcf472f0198168e3b9584a39ed600c +size 12525 diff --git a/perception/image_level_comprehension/map_recognition/images/95.png b/perception/image_level_comprehension/map_recognition/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..39cc35bf64bbb45875aa61e03ceace5270133813 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb3e5e8a541f1a25fa212bf7262aa8f9d053114df38f9a2af149745a7ba3067 +size 9637 diff --git a/perception/image_level_comprehension/map_recognition/images/96.png b/perception/image_level_comprehension/map_recognition/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..8c48f5bcea7fad1e37c784c006509eadc4417ddd --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5992ce01645499ab3c9ae857e5d1386b876027584671363dde7e745cbd2e888 +size 7601 diff --git a/perception/image_level_comprehension/map_recognition/images/97.png b/perception/image_level_comprehension/map_recognition/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..b11f824a51614d5924c499cbe3a199e626f33724 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ff9854f8ca7dacee2c366418b35eb7f2febcf3b003ce0ea85b3631af1a1c06 +size 9339 diff --git a/perception/image_level_comprehension/map_recognition/images/98.png b/perception/image_level_comprehension/map_recognition/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..9a17624dc83fdaf571ed329621a31e6cc40c51a0 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352000673ee78129aa1b6cf3217b07641ce13c5fa3c0ce1e69af6ddf4024363f +size 11062 diff --git a/perception/image_level_comprehension/map_recognition/images/99.png b/perception/image_level_comprehension/map_recognition/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..b63046e6ee3d44b3bbcf2cdc9e15885b84609032 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0569fca44c91e0807ae3d229f0e25302401bd102bfb1b8e4294e18c68d57e7ae +size 14965 diff --git a/perception/image_level_comprehension/map_recognition/map_recognition.json b/perception/image_level_comprehension/map_recognition/map_recognition.json new file mode 100644 index 0000000000000000000000000000000000000000..07d07aeeff4a3e424b8242758686238520b6aa23 --- /dev/null +++ b/perception/image_level_comprehension/map_recognition/map_recognition.json @@ -0,0 +1,944 @@ +[ + { + "id": "376cf20f-6ef1-482c-937b-3c2da4774975", + "image_path": "images/1.png", + "question": "From the map provided, what is the name of the city?\nA.Calgary, Canada\nB.Shenzhen, China\nC.Buenos Aires, Argentina\nD.Austin, United States", + "answer": "C" + }, + { + "id": "9af45caa-ec02-4c70-a76d-ca7efdea757a", + "image_path": "images/2.png", + "question": "From the map provided, what is the name of the city?\nA.Delhi, India\nB.Melbourne, Australia\nC.Lima, Peru\nD.Nairobi, kenya", + "answer": "B" + }, + { + "id": "510bc181-b4e6-46ea-accd-a78edefdd263", + "image_path": "images/3.png", + "question": "What city does the outline on this map correspond to?\nA.Gaborone, Botswana\nB.Santiago, Chile\nC.Kagoshima, Japan\nD.Nicosia, Cyprus", + "answer": "A" + }, + { + "id": "efbc4fbd-b7c9-4b8c-ba1c-a22f8eebb535", + "image_path": "images/4.png", + "question": "What city does the outline on this map correspond to?\nA.Brasilia, Brazil\nB.Daegu, South Korea\nC.Rotterdam, Netherlands\nD.Shenzhen, China", + "answer": "A" + }, + { + "id": "892fef89-e529-4d60-bef2-cb211277e67d", + "image_path": "images/5.png", + "question": "Based on the map, which city is being depicted?\nA.Gwangju, South Korea\nB.Nanjing, China\nC.Sao Paulo, Brazil\nD.Buenos Aires, Argentina", + "answer": "C" + }, + { + "id": "28610406-a5a1-478c-91b4-a4cab47d7ef9", + "image_path": "images/6.png", + "question": "Can you identify the city shown on this map?\nA.Almaty, Kazakhstan\nB.Calgary, Canada\nC.Rotterdam, Netherlands\nD.Hangzhou, China", + "answer": "B" + }, + { + "id": "b8c734ff-48bc-4150-b267-c551db387808", + "image_path": "images/7.png", + "question": "What city does the outline on this map correspond to?\nA.Edinburgh, United Kingdom\nB.Wuhan, China\nC.Shanghai, China\nD.Toronto, Canada", + "answer": "D" + }, + { + "id": "3537ff79-881a-496f-8d91-54cfee76b0a0", + "image_path": "images/8.png", + "question": "What city does the outline on this map correspond to?\nA.Santiago, Chile\nB.Edinburgh, United Kingdom\nC.Manchester, United Kingdom\nD.Okayama, Japan", + "answer": "A" + }, + { + "id": "22e292b1-21f0-47ad-a5d3-9945015dce89", + "image_path": "images/9.png", + "question": "Can you identify the city shown on this map?\nA.Beijing, China\nB.Melbourne, Australia\nC.New York, United States\nD.Fukuoka, Japan", + "answer": "A" + }, + { + "id": "1a2b4181-633f-40b3-9e96-2b94a4740d9c", + "image_path": "images/10.png", + "question": "What is the name of the city outlined in this map?\nA.Kuala Lumpu, Malaysia\nB.Chengdu, China\nC.Wuhan, China\nD.Jakarta Raya, Indonesia", + "answer": "B" + }, + { + "id": "a8257e4d-d2c6-4b99-967c-cbadf78c6fc5", + "image_path": "images/11.png", + "question": "From the map provided, what is the name of the city?\nA.Chengdu, China\nB.Beijing, China\nC.Hangzhou, China\nD.Hongkong, China", + "answer": "C" + }, + { + "id": "a141ad3a-d732-43f2-b69a-3e1056570182", + "image_path": "images/12.png", + "question": "Based on the map, which city is being depicted?\nA.Toronto, Canada\nB.Okayama, Japan\nC.Hongkong, China\nD.Gaborone, Botswana", + "answer": "C" + }, + { + "id": "a2cb803d-ae07-4b57-9422-731c3f91ad69", + "image_path": "images/13.png", + "question": "From the map provided, what is the name of the city?\nA.Nanjing, China\nB.Barcelona, Spain\nC.Shanghai, China\nD.Daejeon, South Korea", + "answer": "A" + }, + { + "id": "69ef86e7-c03c-4269-94a5-293d699d9f78", + "image_path": "images/14.png", + "question": "Can you identify the city shown on this map?\nA.Buenos Aires, Argentina\nB.Delhi, India\nC.Shanghai, China\nD.Philadelphia, United States", + "answer": "C" + }, + { + "id": "f52fce96-e6b7-42ca-a22e-d08ad27999d9", + "image_path": "images/15.png", + "question": "Can you identify the city shown on this map?\nA.Austin, United States\nB.Oslo, Norway\nC.Shenzhen, China\nD.Fukuoka, Japan", + "answer": "C" + }, + { + "id": "9e873cca-4de7-4b2f-ab5c-216411b38000", + "image_path": "images/16.png", + "question": "Based on the map, which city is being depicted?\nA.Tokyo, Japan\nB.Nairobi, kenya\nC.Suzhou, China\nD.Buenos Aires, Argentina", + "answer": "C" + }, + { + "id": "db1aeba9-a7c5-4f4f-bc6e-1bcce4286e4e", + "image_path": "images/17.png", + "question": "What city does the outline on this map correspond to?\nA.Hangzhou, China\nB.Austin, United States\nC.Wuhan, China\nD.Almaty, Kazakhstan", + "answer": "C" + }, + { + "id": "bf526af3-0acd-4c0c-a053-73ba894274f5", + "image_path": "images/18.png", + "question": "From the map provided, what is the name of the city?\nA.Suzhou, China\nB.Lima, Peru\nC.Nicosia, Cyprus\nD.Tokyo, Japan", + "answer": "C" + }, + { + "id": "7264c0bd-2eec-43b9-99dc-bf153d77c28e", + "image_path": "images/19.png", + "question": "What city does the outline on this map correspond to?\nA.Gwangju, South Korea\nB.Wuhan, China\nC.Paris, France\nD.Oslo, Norway", + "answer": "C" + }, + { + "id": "e50dcdd7-d9cf-4b04-bf92-f935f47d8224", + "image_path": "images/20.png", + "question": "From the map provided, what is the name of the city?\nA.Kumamoto, Japan\nB.Busan, South Korea\nC.Berlin, Germany\nD.Lima, Peru", + "answer": "C" + }, + { + "id": "019af25a-c581-4ef0-9ad3-61ac1472fc07", + "image_path": "images/21.png", + "question": "Can you identify the city shown on this map?\nA.Bergen, Norway\nB.Abu Dhabi, United Arab Emirates\nC.Delhi, India\nD.Kumamoto, Japan", + "answer": "C" + }, + { + "id": "5a52d2ec-40b6-4ec4-8a94-5543f8fd9cbb", + "image_path": "images/22.png", + "question": "What is the name of the city outlined in this map?\nA.Jakarta Raya, Indonesia\nB.Rotterdam, Netherlands\nC.Shanghai, China\nD.Kuala Lumpu, Malaysia", + "answer": "A" + }, + { + "id": "66a80a65-613d-4624-b8d0-fd4b8e704221", + "image_path": "images/23.png", + "question": "What city does the outline on this map correspond to?\nA.Berlin, Germany\nB.Suzhou, China\nC.Fukuoka, Japan\nD.Santiago, Chile", + "answer": "C" + }, + { + "id": "c0002a38-db6e-48e4-b05c-98ccf7b29d27", + "image_path": "images/24.png", + "question": "Can you identify the city shown on this map?\nA.Tokyo, Japan\nB.Philadelphia, United States\nC.Shenzhen, China\nD.Kagoshima, Japan", + "answer": "D" + }, + { + "id": "10919362-343f-49f7-840c-33f9c19bb7f1", + "image_path": "images/25.png", + "question": "What is the name of the city outlined in this map?\nA.Melbourne, Australia\nB.Okayama, Japan\nC.Kumamoto, Japan\nD.Daejeon, South Korea", + "answer": "C" + }, + { + "id": "94925ce0-6745-4fce-8dcf-4a7fcbda641d", + "image_path": "images/26.png", + "question": "Can you identify the city shown on this map?\nA.Hongkong, China\nB.Abu Dhabi, United Arab Emirates\nC.Okayama, Japan\nD.Kumamoto, Japan", + "answer": "C" + }, + { + "id": "714a176b-37e4-47e5-b075-93e21d2aa353", + "image_path": "images/27.png", + "question": "Based on the map, which city is being depicted?\nA.Wuhan, China\nB.Abu Dhabi, United Arab Emirates\nC.Oslo, Norway\nD.Tokyo, Japan", + "answer": "D" + }, + { + "id": "b75ed6ac-f2a3-46d7-a1c6-c4eafb548dce", + "image_path": "images/28.png", + "question": "What city does the outline on this map correspond to?\nA.Fukuoka, Japan\nB.Oslo, Norway\nC.Almaty, Kazakhstan\nD.Lima, Peru", + "answer": "C" + }, + { + "id": "9954046a-0014-47fc-9d26-25ffd6d1c364", + "image_path": "images/29.png", + "question": "From the map provided, what is the name of the city?\nA.Chengdu, China\nB.Lima, Peru\nC.Kuala Lumpu, Malaysia\nD.Busan, South Korea", + "answer": "C" + }, + { + "id": "f68efaea-2707-4761-b891-7658e1b32314", + "image_path": "images/30.png", + "question": "Can you identify the city shown on this map?\nA.Edinburgh, United Kingdom\nB.Sao Paulo, Brazil\nC.Rotterdam, Netherlands\nD.Chengdu, China", + "answer": "C" + }, + { + "id": "67b5ac91-086b-43e9-bb2f-06841cf7ab70", + "image_path": "images/31.png", + "question": "What city does the outline on this map correspond to?\nA.Okayama, Japan\nB.Shanghai, China\nC.Bergen, Norway\nD.Al Ain, United Arab Emirates", + "answer": "C" + }, + { + "id": "c43ccc89-3e90-4825-8f57-adc0a1cb17fa", + "image_path": "images/32.png", + "question": "What city does the outline on this map correspond to?\nA.Paris, France\nB.Oslo, Norway\nC.Shanghai, China\nD.Wuhan, China", + "answer": "B" + }, + { + "id": "e2f8c5fb-d171-40c8-8baa-7221bd601c39", + "image_path": "images/33.png", + "question": "Can you identify the city shown on this map?\nA.Santiago, Chile\nB.Kumamoto, Japan\nC.Hongkong, China\nD.Lima, Peru", + "answer": "D" + }, + { + "id": "d0aac362-d087-4580-9d85-1ae5861ee7ee", + "image_path": "images/34.png", + "question": "What city does the outline on this map correspond to?\nA.Busan, South Korea\nB.Brasilia, Brazil\nC.Santiago, Chile\nD.Suzhou, China", + "answer": "A" + }, + { + "id": "d8886b3c-2d4a-48e7-8e72-30caa045f9c2", + "image_path": "images/35.png", + "question": "Based on the map, which city is being depicted?\nA.Daegu, South Korea\nB.Suzhou, China\nC.Kumamoto, Japan\nD.Okayama, Japan", + "answer": "A" + }, + { + "id": "95583598-d4fd-469f-9d68-ff88563489b0", + "image_path": "images/36.png", + "question": "What is the name of the city outlined in this map?\nA.Daejeon, South Korea\nB.Gwangju, South Korea\nC.Abu Dhabi, United Arab Emirates\nD.Calgary, Canada", + "answer": "A" + }, + { + "id": "72963ea1-490a-4db3-9db2-9a8144c898b0", + "image_path": "images/37.png", + "question": "What city does the outline on this map correspond to?\nA.Nicosia, Cyprus\nB.Calgary, Canada\nC.Gwangju, South Korea\nD.Austin, United States", + "answer": "C" + }, + { + "id": "0aadec4a-8163-4f3c-89f1-6c1b72368f99", + "image_path": "images/38.png", + "question": "What city does the outline on this map correspond to?\nA.Brasilia, Brazil\nB.Wuhan, China\nC.Seoul, South Korea\nD.Daejeon, South Korea", + "answer": "C" + }, + { + "id": "0267c4dc-60c1-4ba7-b3b1-718821387688", + "image_path": "images/39.png", + "question": "From the map provided, what is the name of the city?\nA.Calgary, Canada\nB.Barcelona, Spain\nC.Busan, South Korea\nD.Nairobi, kenya", + "answer": "B" + }, + { + "id": "f5608ccc-acf0-48c2-9778-aa9e1dca2e52", + "image_path": "images/40.png", + "question": "What city does the outline on this map correspond to?\nA.Chengdu, China\nB.Bergen, Norway\nC.Barcelona, Spain\nD.Shanghai, China", + "answer": "D" + }, + { + "id": "4ffc5759-c23c-4933-a365-babfdea6348e", + "image_path": "images/41.png", + "question": "Based on the map, which city is being depicted?\nA.Shanghai, China\nB.Jakarta Raya, Indonesia\nC.Istanbul, Turkey\nD.Buenos Aires, Argentina", + "answer": "A" + }, + { + "id": "d1a05368-b062-46e9-baab-acf8db5261f1", + "image_path": "images/42.png", + "question": "What city does the outline on this map correspond to?\nA.Tokyo, Japan\nB.Istanbul, Turkey\nC.Jakarta Raya, Indonesia\nD.Melbourne, Australia", + "answer": "B" + }, + { + "id": "1f1c604a-acb1-4b7f-974c-812d8762c563", + "image_path": "images/43.png", + "question": "Can you identify the city shown on this map?\nA.Jakarta Raya, Indonesia\nB.Edinburgh, United Kingdom\nC.Abu Dhabi, United Arab Emirates\nD.Fukuoka, Japan", + "answer": "C" + }, + { + "id": "b5824cec-d7d4-44b2-b566-1e2f6de06ade", + "image_path": "images/44.png", + "question": "What is the name of the city outlined in this map?\nA.Al Ain, United Arab Emirates\nB.Seoul, South Korea\nC.Calgary, Canada\nD.Nanjing, China", + "answer": "A" + }, + { + "id": "4f33bcaf-1abd-4ad5-a7bb-200a4e99e6ed", + "image_path": "images/45.png", + "question": "What is the name of the city outlined in this map?\nA.Daegu, South Korea\nB.Seoul, South Korea\nC.Nicosia, Cyprus\nD.Edinburgh, United Kingdom", + "answer": "D" + }, + { + "id": "cb66ad45-f064-4fcb-9e0b-b562b591a91d", + "image_path": "images/46.png", + "question": "What is the name of the city outlined in this map?\nA.Manchester, United Kingdom\nB.Gwangju, South Korea\nC.Bergen, Norway\nD.Delhi, India", + "answer": "A" + }, + { + "id": "74b76218-6363-412a-be87-608fa9f6cda7", + "image_path": "images/47.png", + "question": "From the map provided, what is the name of the city?\nA.Gwangju, South Korea\nB.Austin, United States\nC.Shanghai, China\nD.Almaty, Kazakhstan", + "answer": "B" + }, + { + "id": "48f99b56-8b43-4a25-b9bb-d8b634ab3df4", + "image_path": "images/48.png", + "question": "From the map provided, what is the name of the city?\nA.New York, United States\nB.Calgary, Canada\nC.Edinburgh, United Kingdom\nD.Kumamoto, Japan", + "answer": "A" + }, + { + "id": "f76c468c-8f26-44a0-88e6-62ec6cee0a25", + "image_path": "images/49.png", + "question": "Based on the map, which city is being depicted?\nA.Istanbul, Turkey\nB.Nicosia, Cyprus\nC.Philadelphia, United States\nD.New York, United States", + "answer": "C" + }, + { + "id": "26c8ac64-f3bc-4cb3-9d48-0eeceef64aff", + "image_path": "images/50.png", + "question": "Based on the map, which city is being depicted?\nA.Melbourne, Australia\nB.Santiago, Chile\nC.Barcelona, Spain\nD.Nairobi, kenya", + "answer": "D" + }, + { + "id": "02cafa79-10ee-41d1-baf8-457408eb8c6d", + "image_path": "images/51.png", + "question": "From the map provided, what is the name of the continent?\nA.Antarctica\nB.Africa\nC.South America\nD.Oceania", + "answer": "B" + }, + { + "id": "b6d9fcda-c527-495d-bbc2-98c37a86fa38", + "image_path": "images/52.png", + "question": "From the map provided, what is the name of the continent?\nA.Africa\nB.Oceania\nC.Asia\nD.Antarctica", + "answer": "D" + }, + { + "id": "953765ab-e9a7-4b11-a2bf-728450c8af77", + "image_path": "images/53.png", + "question": "Can you identify the continent shown on this map?\nA.Antarctica\nB.Asia\nC.Oceania\nD.Africa", + "answer": "B" + }, + { + "id": "87f79a0b-e4b1-485b-a32e-022579b4bd4f", + "image_path": "images/54.png", + "question": "From the map provided, what is the name of the continent?\nA.South America\nB.North America\nC.Europe\nD.Oceania", + "answer": "C" + }, + { + "id": "c398c224-23cf-4d66-9c12-8e03c7f6d6cc", + "image_path": "images/55.png", + "question": "What continent does the outline on this map correspond to?\nA.North America\nB.Africa\nC.Antarctica\nD.Europe", + "answer": "A" + }, + { + "id": "600bfa5a-f8e3-48b2-8fa5-75de756be16c", + "image_path": "images/56.png", + "question": "What is the name of the continent outlined in this map?\nA.Africa\nB.Oceania\nC.Asia\nD.Antarctica", + "answer": "B" + }, + { + "id": "91424711-e56d-418f-b08e-9bbb1633e468", + "image_path": "images/57.png", + "question": "What is the name of the continent outlined in this map?\nA.South America\nB.Oceania\nC.North America\nD.Asia", + "answer": "A" + }, + { + "id": "49adc137-b25b-4ebb-a667-1f4b7721b6fe", + "image_path": "images/58.png", + "question": "From the map provided, what is the name of the country or region?\nA.Central African Republic\nB.Afghanistan\nC.Sri Lanka\nD.Armenia", + "answer": "B" + }, + { + "id": "51187d1d-8b17-4489-8a33-139c981d3214", + "image_path": "images/59.png", + "question": "Can you identify the country or region shown on this map?\nA.Albania\nB.United Kingdom\nC.Cameroon\nD.China Mainland", + "answer": "A" + }, + { + "id": "08e029fc-51f3-4447-bebc-cc4ed351208d", + "image_path": "images/60.png", + "question": "Can you identify the country or region shown on this map?\nA.Angola\nB.Bulgaria\nC.Bangladesh\nD.Armenia", + "answer": "A" + }, + { + "id": "4b28c43a-26f3-415f-8613-cde9e6610a5b", + "image_path": "images/61.png", + "question": "Can you identify the country or region shown on this map?\nA.Uganda\nB.Ecuador\nC.Papua New Guinea\nD.Argentina", + "answer": "D" + }, + { + "id": "e4081c2a-229e-4723-a8d7-a8319ef4b8cc", + "image_path": "images/62.png", + "question": "Based on the map, which country or region is being depicted?\nA.Puerto Rico\nB.Armenia\nC.Afghanistan\nD.Germany", + "answer": "B" + }, + { + "id": "319b6dc3-9385-4cae-b432-3a814e807fb7", + "image_path": "images/63.png", + "question": "Can you identify the country or region shown on this map?\nA.Congo\nB.Ireland\nC.Bangladesh\nD.Germany", + "answer": "C" + }, + { + "id": "7d91c36a-3c9c-4f56-bd68-ce2689c33816", + "image_path": "images/64.png", + "question": "From the map provided, what is the name of the country or region?\nA.Bulgaria\nB.Belarus\nC.Kuwait\nD.Burundi", + "answer": "B" + }, + { + "id": "1763774e-d3ae-4fb3-bcdd-b4d1911112cb", + "image_path": "images/65.png", + "question": "Can you identify the country or region shown on this map?\nA.Mali\nB.Benin\nC.United Arab Emirates\nD.Bangladesh", + "answer": "B" + }, + { + "id": "f018285f-bee3-44ed-a81d-38465a763d01", + "image_path": "images/66.png", + "question": "What is the name of the country or region outlined in this map?\nA.Guinea Bissau\nB.Pakistan\nC.Bolivia\nD.Slovenia", + "answer": "C" + }, + { + "id": "1da3b89f-bcdd-4e15-ba8c-1b64fcf45910", + "image_path": "images/67.png", + "question": "From the map provided, what is the name of the country or region?\nA.Bangladesh\nB.Turkey\nC.Bosnia and Herzegovina\nD.Bolivia", + "answer": "C" + }, + { + "id": "4692438d-af73-4488-846f-81ab8dd39fc5", + "image_path": "images/68.png", + "question": "What is the name of the country or region outlined in this map?\nA.Estonia\nB.Botswana\nC.Burundi\nD.Kuwait", + "answer": "B" + }, + { + "id": "4e308079-7cd3-4c4a-b675-a41fb1305f4b", + "image_path": "images/69.png", + "question": "What is the name of the country or region outlined in this map?\nA.Costa Rica\nB.Brazil\nC.Japan\nD.Kazakhstan", + "answer": "B" + }, + { + "id": "ab69fa9f-6508-41ab-9509-6251a8215a6a", + "image_path": "images/70.png", + "question": "What is the name of the country or region outlined in this map?\nA.Thailand\nB.Bulgaria\nC.Sudan\nD.Tunisia", + "answer": "B" + }, + { + "id": "a6820107-218e-431a-9cc2-5e291ff395ee", + "image_path": "images/71.png", + "question": "What country or region does the outline on this map correspond to?\nA.Norway\nB.Fiji\nC.Burundi\nD.United Arab Emirates", + "answer": "C" + }, + { + "id": "b8e8bd10-e61e-4063-b928-bda124ced1c7", + "image_path": "images/72.png", + "question": "What is the name of the country or region outlined in this map?\nA.Georgia\nB.Cameroon\nC.Togo\nD.Sri Lanka", + "answer": "B" + }, + { + "id": "dc0dbd6c-8ffb-4074-bb45-1f066a5e0abe", + "image_path": "images/73.png", + "question": "What is the name of the country or region outlined in this map?\nA.Central African Republic\nB.Estonia\nC.Benin\nD.Zambia", + "answer": "A" + }, + { + "id": "dbadfa65-cf8a-4cc2-a46a-9f3328785a7d", + "image_path": "images/74.png", + "question": "Can you identify the country or region shown on this map?\nA.Chad\nB.Bolivia\nC.Georgia\nD.El Salvador", + "answer": "A" + }, + { + "id": "19c306ee-ea07-4a77-8cac-855f7cdcd22e", + "image_path": "images/75.png", + "question": "From the map provided, what is the name of the country or region?\nA.Mali\nB.Latvia\nC.Chile\nD.Sudan", + "answer": "C" + }, + { + "id": "05f836cb-9d35-47d5-8947-32273ed007b5", + "image_path": "images/76.png", + "question": "What country or region does the outline on this map correspond to?\nA.Fiji\nB.United States of America\nC.China Mainland\nD.Papua New Guinea", + "answer": "C" + }, + { + "id": "9e969a53-f566-4f68-9d37-c0f21bd1cb5c", + "image_path": "images/77.png", + "question": "From the map provided, what is the name of the country or region?\nA.Jordan\nB.Colombia\nC.Philippines\nD.Lebanon", + "answer": "B" + }, + { + "id": "2c5d763f-62a8-4637-ac87-5028e88901fd", + "image_path": "images/78.png", + "question": "From the map provided, what is the name of the country or region?\nA.Venezuela\nB.Belarus\nC.Congo\nD.Brazil", + "answer": "C" + }, + { + "id": "c65846ba-db72-4cfc-a209-9ca71d7a05fc", + "image_path": "images/79.png", + "question": "What is the name of the country or region outlined in this map?\nA.Costa Rica\nB.Qatar\nC.Lithuania\nD.Thailand", + "answer": "A" + }, + { + "id": "40b41830-bc34-4b2b-89ec-d2ec7bb14045", + "image_path": "images/80.png", + "question": "What is the name of the country or region outlined in this map?\nA.Mauritania\nB.Qatar\nC.Croatia\nD.North Macedonia", + "answer": "C" + }, + { + "id": "2a4ee413-4aa7-4cbd-8a06-0d32af3dd0c9", + "image_path": "images/81.png", + "question": "What is the name of the country or region outlined in this map?\nA.Thailand\nB.Ukraine\nC.Cyprus\nD.Cameroon", + "answer": "C" + }, + { + "id": "f0f7d0c4-ee38-4761-a67d-9f1f7eff39d5", + "image_path": "images/82.png", + "question": "Can you identify the country or region shown on this map?\nA.Luxembourg\nB.Cameroon\nC.Denmark\nD.Guinea Bissau", + "answer": "C" + }, + { + "id": "d5966e2f-3d28-4a6e-8d7e-a8fe67f7f778", + "image_path": "images/83.png", + "question": "Can you identify the country or region shown on this map?\nA.Djibouti\nB.Ukraine\nC.Myanmar\nD.Gambia", + "answer": "A" + }, + { + "id": "76dc4bb0-016c-46de-9a7a-a6bc0f1f061b", + "image_path": "images/84.png", + "question": "What is the name of the country or region outlined in this map?\nA.Sri Lanka\nB.Ecuador\nC.Slovenia\nD.Honduras", + "answer": "B" + }, + { + "id": "81fcad87-9018-4132-9558-68b5f985f6ab", + "image_path": "images/85.png", + "question": "From the map provided, what is the name of the country or region?\nA.Egypt\nB.Congo\nC.Oman\nD.Vietnam", + "answer": "A" + }, + { + "id": "5fb192ed-bcf5-4aaa-b12a-44364c71f586", + "image_path": "images/86.png", + "question": "From the map provided, what is the name of the country or region?\nA.El Salvador\nB.Morocco\nC.Angola\nD.Cameroon", + "answer": "A" + }, + { + "id": "1d5cfb72-5e7d-42c9-8af7-704c9a1352b9", + "image_path": "images/87.png", + "question": "Based on the map, which country or region is being depicted?\nA.Paraguay\nB.Ethiopia\nC.Eritrea\nD.Benin", + "answer": "C" + }, + { + "id": "5aafc956-7695-4fc9-9716-7b8943d3ee59", + "image_path": "images/88.png", + "question": "What country or region does the outline on this map correspond to?\nA.Norway\nB.Estonia\nC.Bolivia\nD.Vietnam", + "answer": "B" + }, + { + "id": "c828c83c-9abd-4573-862d-7c18c273f7d3", + "image_path": "images/89.png", + "question": "From the map provided, what is the name of the country or region?\nA.Costa Rica\nB.Gambia\nC.Pakistan\nD.Ethiopia", + "answer": "D" + }, + { + "id": "abd87978-6fdb-4c76-bc3c-d933e668bf80", + "image_path": "images/90.png", + "question": "Can you identify the country or region shown on this map?\nA.Uganda\nB.Fiji\nC.Iceland\nD.Lebanon", + "answer": "B" + }, + { + "id": "7c5153a9-11ef-4648-a1d7-db149f95a944", + "image_path": "images/91.png", + "question": "Based on the map, which country or region is being depicted?\nA.El Salvador\nB.France\nC.Ethiopia\nD.Central African Republic", + "answer": "B" + }, + { + "id": "5d2ace73-42b8-473f-8ac9-986828ef8774", + "image_path": "images/92.png", + "question": "Based on the map, which country or region is being depicted?\nA.Gambia\nB.Eritrea\nC.Puerto Rico\nD.Pakistan", + "answer": "A" + }, + { + "id": "b7d62c96-a783-42ff-b0cc-ced52036b253", + "image_path": "images/93.png", + "question": "What is the name of the country or region outlined in this map?\nA.Georgia\nB.Benin\nC.Turkey\nD.Slovenia", + "answer": "A" + }, + { + "id": "c01d6f75-04d6-41ae-94b8-4658d69bf07e", + "image_path": "images/94.png", + "question": "Can you identify the country or region shown on this map?\nA.Iraq\nB.Namibia\nC.Germany\nD.Bosnia and Herzegovina", + "answer": "C" + }, + { + "id": "54a50e19-abb9-4be3-b62b-db1bcddc6b32", + "image_path": "images/95.png", + "question": "What is the name of the country or region outlined in this map?\nA.Chad\nB.Oman\nC.Egypt\nD.Ghana", + "answer": "D" + }, + { + "id": "20e3a8de-34f5-4c01-88d1-e6f2dc5a3b9c", + "image_path": "images/96.png", + "question": "Can you identify the country or region shown on this map?\nA.Guinea Bissau\nB.Denmark\nC.Bulgaria\nD.Lesotho", + "answer": "A" + }, + { + "id": "7c608412-0f54-4019-bef4-82304818bc3c", + "image_path": "images/97.png", + "question": "What country or region does the outline on this map correspond to?\nA.Lithuania\nB.Japan\nC.Lesotho\nD.Honduras", + "answer": "D" + }, + { + "id": "fc8beb98-cbf2-482e-9a89-ce2eac518143", + "image_path": "images/98.png", + "question": "What is the name of the country or region outlined in this map?\nA.Sudan\nB.Sweden\nC.Iceland\nD.Tajikistan", + "answer": "C" + }, + { + "id": "8fa31d9e-4e1d-45ce-9d46-998b52fcb463", + "image_path": "images/99.png", + "question": "What is the name of the country or region outlined in this map?\nA.India\nB.Burundi\nC.United Arab Emirates\nD.Ireland", + "answer": "A" + }, + { + "id": "8a558194-8e25-415d-8cc2-9d7c0a9d14aa", + "image_path": "images/100.png", + "question": "Can you identify the country or region shown on this map?\nA.Chile\nB.Malaysia\nC.Norway\nD.Iran", + "answer": "D" + }, + { + "id": "28046530-0f29-4a22-8bb6-26454e2890d7", + "image_path": "images/101.png", + "question": "From the map provided, what is the name of the country or region?\nA.Ethiopia\nB.Mauritania\nC.Bosnia and Herzegovina\nD.Iraq", + "answer": "D" + }, + { + "id": "8009f486-dba3-45f4-95fc-e89f96310524", + "image_path": "images/102.png", + "question": "What is the name of the country or region outlined in this map?\nA.Sweden\nB.Oman\nC.Ireland\nD.Belarus", + "answer": "C" + }, + { + "id": "3d3eee0f-5e6f-4687-8de7-ffae65ae73ce", + "image_path": "images/103.png", + "question": "Can you identify the country or region shown on this map?\nA.Morocco\nB.Lesotho\nC.Costa Rica\nD.Israel", + "answer": "D" + }, + { + "id": "9bdf5312-a17b-4527-b05b-22980f42e446", + "image_path": "images/104.png", + "question": "What country or region does the outline on this map correspond to?\nA.Japan\nB.Kuwait\nC.Costa Rica\nD.Benin", + "answer": "A" + }, + { + "id": "b12c5409-0552-4f3c-9ede-d32991a16499", + "image_path": "images/105.png", + "question": "Can you identify the country or region shown on this map?\nA.Germany\nB.Lithuania\nC.Mali\nD.Jordan", + "answer": "D" + }, + { + "id": "77948b33-cce8-4993-b9e9-550e13d5ddf8", + "image_path": "images/106.png", + "question": "From the map provided, what is the name of the country or region?\nA.Kazakhstan\nB.Egypt\nC.Benin\nD.Ghana", + "answer": "A" + }, + { + "id": "cdd7c7c8-2186-46b6-9e1c-68d2fd6ae091", + "image_path": "images/107.png", + "question": "From the map provided, what is the name of the country or region?\nA.Belarus\nB.Benin\nC.Philippines\nD.Kuwait", + "answer": "D" + }, + { + "id": "ea193737-f89f-4158-baf0-63f4d35a9e32", + "image_path": "images/108.png", + "question": "Based on the map, which country or region is being depicted?\nA.Kyrgyzstan\nB.Botswana\nC.Benin\nD.Namibia", + "answer": "A" + }, + { + "id": "e9983f1a-1c5d-42bc-ba87-b28a96980332", + "image_path": "images/109.png", + "question": "Based on the map, which country or region is being depicted?\nA.Estonia\nB.Latvia\nC.Lebanon\nD.Tajikistan", + "answer": "B" + }, + { + "id": "afb80388-d21a-4423-98cd-a16a1e5933da", + "image_path": "images/110.png", + "question": "Based on the map, which country or region is being depicted?\nA.Lebanon\nB.Bangladesh\nC.Qatar\nD.Philippines", + "answer": "A" + }, + { + "id": "42c15160-3472-447c-b0f1-a21af6e7521a", + "image_path": "images/111.png", + "question": "From the map provided, what is the name of the country or region?\nA.Lesotho\nB.Ecuador\nC.France\nD.Taiwan", + "answer": "A" + }, + { + "id": "dacebe0d-8ebf-4217-9839-26b61486a007", + "image_path": "images/112.png", + "question": "Based on the map, which country or region is being depicted?\nA.Kyrgyzstan\nB.Libya\nC.Chad\nD.Taiwan", + "answer": "B" + }, + { + "id": "1ade1749-ce3d-4fb2-ae13-f4092ffc12b2", + "image_path": "images/113.png", + "question": "What country or region does the outline on this map correspond to?\nA.Bosnia and Herzegovina\nB.Venezuela\nC.Albania\nD.Lithuania", + "answer": "D" + }, + { + "id": "103e9aa0-59b3-406b-955f-0a61ff3b53b2", + "image_path": "images/114.png", + "question": "Can you identify the country or region shown on this map?\nA.Luxembourg\nB.Norway\nC.Bosnia and Herzegovina\nD.Egypt", + "answer": "A" + }, + { + "id": "af27c724-e7ad-45ef-8789-28c833d42d58", + "image_path": "images/115.png", + "question": "Can you identify the country or region shown on this map?\nA.Madagascar\nB.Ethiopia\nC.Bolivia\nD.Jordan", + "answer": "A" + }, + { + "id": "7e6a46f2-26b5-4ba0-a5f6-5968c52348d5", + "image_path": "images/116.png", + "question": "Based on the map, which country or region is being depicted?\nA.Malaysia\nB.Turkey\nC.Guinea Bissau\nD.Oman", + "answer": "A" + }, + { + "id": "e268f767-8420-4d23-9e3a-02ff78a33322", + "image_path": "images/117.png", + "question": "What is the name of the country or region outlined in this map?\nA.Burundi\nB.Mali\nC.Switzerland\nD.Chile", + "answer": "B" + }, + { + "id": "f5960c22-3657-4189-b0c7-3f2744f67ec1", + "image_path": "images/118.png", + "question": "Can you identify the country or region shown on this map?\nA.Mauritania\nB.United States of America\nC.Pakistan\nD.Colombia", + "answer": "A" + }, + { + "id": "b0a0b70d-f364-4f7b-951d-136ac29e38fd", + "image_path": "images/119.png", + "question": "Based on the map, which country or region is being depicted?\nA.Uganda\nB.Iraq\nC.Moldova\nD.Ecuador", + "answer": "C" + }, + { + "id": "8c03ca43-fb44-4def-b882-66be1c8ab713", + "image_path": "images/120.png", + "question": "What is the name of the country or region outlined in this map?\nA.Brazil\nB.Fiji\nC.Belarus\nD.Montenegro", + "answer": "D" + }, + { + "id": "a36d22e6-c85f-49e1-b72e-3c66ba8e933c", + "image_path": "images/121.png", + "question": "From the map provided, what is the name of the country or region?\nA.Afghanistan\nB.Morocco\nC.Zambia\nD.Iran", + "answer": "B" + }, + { + "id": "029ecc78-f563-4ee0-b40d-df8e21b3bcf9", + "image_path": "images/122.png", + "question": "What country or region does the outline on this map correspond to?\nA.United Kingdom\nB.Congo\nC.Luxembourg\nD.Mozambique", + "answer": "D" + }, + { + "id": "c5b6a450-f339-4b60-8760-fef7361ec5e2", + "image_path": "images/123.png", + "question": "Can you identify the country or region shown on this map?\nA.Myanmar\nB.Cameroon\nC.Togo\nD.Bosnia and Herzegovina", + "answer": "A" + }, + { + "id": "faa3613c-0590-422c-83e6-5003fd0829f3", + "image_path": "images/124.png", + "question": "From the map provided, what is the name of the country or region?\nA.Pakistan\nB.Jordan\nC.Namibia\nD.Philippines", + "answer": "C" + }, + { + "id": "d4380648-2ddf-4eb2-887d-559d94dc2a4c", + "image_path": "images/125.png", + "question": "What is the name of the country or region outlined in this map?\nA.Japan\nB.Nicaragua\nC.Honduras\nD.Bangladesh", + "answer": "B" + }, + { + "id": "a31f184c-769f-45f2-82b5-5899bbad51ff", + "image_path": "images/126.png", + "question": "What is the name of the country or region outlined in this map?\nA.North Macedonia\nB.Taiwan\nC.Ethiopia\nD.Thailand", + "answer": "A" + }, + { + "id": "46f5a29c-3c52-49f2-9630-d5a6ca3e460c", + "image_path": "images/127.png", + "question": "What is the name of the country or region outlined in this map?\nA.Norway\nB.Colombia\nC.Senegal\nD.United States of America", + "answer": "A" + }, + { + "id": "01bcfced-3d4e-48ad-a4c4-a0def766b295", + "image_path": "images/128.png", + "question": "Based on the map, which country or region is being depicted?\nA.Oman\nB.Lebanon\nC.Argentina\nD.Croatia", + "answer": "A" + }, + { + "id": "373a49e2-5cea-4a31-bb78-96e1757f5ad3", + "image_path": "images/129.png", + "question": "Based on the map, which country or region is being depicted?\nA.Tunisia\nB.Pakistan\nC.Congo\nD.Gambia", + "answer": "B" + }, + { + "id": "d11c4f10-5852-4960-bc46-1b9a929091cf", + "image_path": "images/130.png", + "question": "Can you identify the country or region shown on this map?\nA.Mauritania\nB.Djibouti\nC.El Salvador\nD.Papua New Guinea", + "answer": "D" + }, + { + "id": "d9bc6bea-1c0c-4bc9-b528-bf51eacff8ac", + "image_path": "images/131.png", + "question": "Can you identify the country or region shown on this map?\nA.Eritrea\nB.Argentina\nC.Paraguay\nD.El Salvador", + "answer": "C" + }, + { + "id": "ebdca4f4-ba01-449b-b31a-8c3d0f32b2ad", + "image_path": "images/132.png", + "question": "Based on the map, which country or region is being depicted?\nA.Georgia\nB.Peru\nC.Bolivia\nD.Zambia", + "answer": "B" + }, + { + "id": "31d55b7c-d163-4c43-b4a4-0f71c3b6fac4", + "image_path": "images/133.png", + "question": "From the map provided, what is the name of the country or region?\nA.Iran\nB.North Macedonia\nC.Philippines\nD.Tajikistan", + "answer": "C" + }, + { + "id": "8d309b72-d1cb-4212-984c-49c8ce5880bb", + "image_path": "images/134.png", + "question": "From the map provided, what is the name of the country or region?\nA.France\nB.Peru\nC.Puerto Rico\nD.Croatia", + "answer": "C" + }, + { + "id": "db63710a-f03f-4832-9028-47e05cf6d858", + "image_path": "images/135.png", + "question": "What is the name of the country or region outlined in this map?\nA.United Arab Emirates\nB.Ireland\nC.Iceland\nD.Qatar", + "answer": "D" + }, + { + "id": "329f7eb8-ba42-4e77-ab9e-35479b4b0685", + "image_path": "images/136.png", + "question": "Can you identify the country or region shown on this map?\nA.Romania\nB.Paraguay\nC.Kuwait\nD.Denmark", + "answer": "A" + }, + { + "id": "338ed3ab-e74b-45d6-b2ed-da7190fc7f60", + "image_path": "images/137.png", + "question": "Based on the map, which country or region is being depicted?\nA.Afghanistan\nB.North Macedonia\nC.Rwanda\nD.Namibia", + "answer": "C" + }, + { + "id": "ec7239ee-7a2b-406c-ac3e-763e8cb05b1a", + "image_path": "images/138.png", + "question": "From the map provided, what is the name of the country or region?\nA.Taiwan\nB.Bolivia\nC.Senegal\nD.Iran", + "answer": "C" + }, + { + "id": "550baf1c-b67a-40f9-9b1d-7b9d366f7037", + "image_path": "images/139.png", + "question": "What country or region does the outline on this map correspond to?\nA.Ukraine\nB.Guinea Bissau\nC.Slovenia\nD.Mozambique", + "answer": "C" + }, + { + "id": "05d0e5f0-9c2f-4c3b-be7f-e4cb6538c5ba", + "image_path": "images/140.png", + "question": "Can you identify the country or region shown on this map?\nA.Latvia\nB.India\nC.Sri Lanka\nD.Tunisia", + "answer": "C" + }, + { + "id": "5c61d789-c94f-4cf1-85b1-a87b831349e6", + "image_path": "images/141.png", + "question": "What is the name of the country or region outlined in this map?\nA.Lesotho\nB.Denmark\nC.Taiwan\nD.Sudan", + "answer": "D" + }, + { + "id": "003d840b-d64c-45aa-a595-31a61e137a84", + "image_path": "images/142.png", + "question": "Based on the map, which country or region is being depicted?\nA.Papua New Guinea\nB.Romania\nC.Guinea Bissau\nD.Sweden", + "answer": "D" + }, + { + "id": "ec2e1b43-0472-47d9-8f39-2b03fc9f0c67", + "image_path": "images/143.png", + "question": "What is the name of the country or region outlined in this map?\nA.Guinea Bissau\nB.Germany\nC.Ecuador\nD.Switzerland", + "answer": "D" + }, + { + "id": "ea641865-5200-406f-b629-22baa326141f", + "image_path": "images/144.png", + "question": "Can you identify the country or region shown on this map?\nA.Mali\nB.Taiwan\nC.Tajikistan\nD.Luxembourg", + "answer": "B" + }, + { + "id": "5b680146-23ad-4180-b422-1a929c9650f0", + "image_path": "images/145.png", + "question": "From the map provided, what is the name of the country or region?\nA.Tajikistan\nB.Sweden\nC.Costa Rica\nD.United Kingdom", + "answer": "A" + }, + { + "id": "c4fe9859-2e34-43e0-adea-39f6be3e6dd0", + "image_path": "images/146.png", + "question": "What country or region does the outline on this map correspond to?\nA.Venezuela\nB.Thailand\nC.Brazil\nD.Estonia", + "answer": "B" + }, + { + "id": "b3705136-2078-4b59-b8db-f443d9bf81fd", + "image_path": "images/147.png", + "question": "What is the name of the country or region outlined in this map?\nA.Bangladesh\nB.China Mainland\nC.Togo\nD.Argentina", + "answer": "C" + }, + { + "id": "1b8463c7-b467-4b7e-a139-baedb2866456", + "image_path": "images/148.png", + "question": "Based on the map, which country or region is being depicted?\nA.Malaysia\nB.Tunisia\nC.Senegal\nD.Lesotho", + "answer": "B" + }, + { + "id": "b3c7f227-15d2-4b37-9160-082886080de3", + "image_path": "images/149.png", + "question": "From the map provided, what is the name of the country or region?\nA.Turkey\nB.Morocco\nC.Ethiopia\nD.Latvia", + "answer": "A" + }, + { + "id": "a92e0d90-36e1-4773-93e9-ac039d41b4d8", + "image_path": "images/150.png", + "question": "Can you identify the country or region shown on this map?\nA.Zambia\nB.Burundi\nC.Venezuela\nD.Uganda", + "answer": "D" + }, + { + "id": "a1a8ac81-5ba7-4843-a053-10b0d0555f6b", + "image_path": "images/151.png", + "question": "From the map provided, what is the name of the country or region?\nA.Namibia\nB.Ukraine\nC.Mali\nD.Togo", + "answer": "B" + }, + { + "id": "c8ce48f9-4f80-46f3-9993-7493fffa035e", + "image_path": "images/152.png", + "question": "What country or region does the outline on this map correspond to?\nA.Central African Republic\nB.Malaysia\nC.Chile\nD.United Arab Emirates", + "answer": "D" + }, + { + "id": "641aee33-f448-47f2-9dbb-d92f616267dd", + "image_path": "images/153.png", + "question": "From the map provided, what is the name of the country or region?\nA.Venezuela\nB.Luxembourg\nC.Romania\nD.United Kingdom", + "answer": "D" + }, + { + "id": "5f935ae3-c0cb-4daa-884c-2cd0a100419d", + "image_path": "images/154.png", + "question": "What country or region does the outline on this map correspond to?\nA.Mauritania\nB.Congo\nC.United Kingdom\nD.United States of America", + "answer": "D" + }, + { + "id": "456d52a7-83a9-4a7b-90dc-9e80552f033f", + "image_path": "images/155.png", + "question": "What is the name of the country or region outlined in this map?\nA.Georgia\nB.Slovenia\nC.Zambia\nD.Venezuela", + "answer": "D" + }, + { + "id": "00771361-b016-4084-b7f3-be82113ca41e", + "image_path": "images/156.png", + "question": "Can you identify the country or region shown on this map?\nA.Vietnam\nB.Luxembourg\nC.Georgia\nD.Bosnia and Herzegovina", + "answer": "A" + }, + { + "id": "879cfbc9-7703-42e5-9f37-06c79d4d8d30", + "image_path": "images/157.png", + "question": "What country or region does the outline on this map correspond to?\nA.Iceland\nB.Norway\nC.Zambia\nD.Iran", + "answer": "C" + } +] \ No newline at end of file diff --git a/perception/image_level_comprehension/scene_classification/images/1.png b/perception/image_level_comprehension/scene_classification/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ad0dde9b6f4c8bcb6189ef5a2d4aebb29b4213f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11846050c9d667e9a1d9b186a8966417dd58b8dc3411c6d0cb3b155152305d32 +size 249703 diff --git a/perception/image_level_comprehension/scene_classification/images/10.png b/perception/image_level_comprehension/scene_classification/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..e67a12435dee06815facdca58ce2d3df8c9732da --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9607e90207eb74909868daf4b0b35b02831b2100ebeca399d8066a1e04b34817 +size 357212 diff --git a/perception/image_level_comprehension/scene_classification/images/100.png b/perception/image_level_comprehension/scene_classification/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..dea079a8b01b5352ecbe097eaff9083fb448e635 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52865ec3c734f36249d3d1065ac82285f4045a59bc84b5ac894bfc1c996299b1 +size 460519 diff --git a/perception/image_level_comprehension/scene_classification/images/1000.png b/perception/image_level_comprehension/scene_classification/images/1000.png new file mode 100644 index 0000000000000000000000000000000000000000..887f3ca978546650204630916c953bfab931f564 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f2ddf946d34039e02d3959e640798a2a958d9b4aad2d72e6ddbc4b8a9bcab1 +size 506132 diff --git a/perception/image_level_comprehension/scene_classification/images/1001.png b/perception/image_level_comprehension/scene_classification/images/1001.png new file mode 100644 index 0000000000000000000000000000000000000000..b600aa346e3d47ec03f7b8745b807450b12c64eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f19c6819bf824f0076f5cbe37164567b59409154f76a9c7d08616e93e493a2 +size 545342 diff --git a/perception/image_level_comprehension/scene_classification/images/1002.png b/perception/image_level_comprehension/scene_classification/images/1002.png new file mode 100644 index 0000000000000000000000000000000000000000..a0e42ec04a53fc452b4d7c837f9e6187a78f5774 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396b4fb976c6c1c7df033918a2d70248cf6f05aadc6f516d4d67efde9573e0ac +size 448911 diff --git a/perception/image_level_comprehension/scene_classification/images/1003.png b/perception/image_level_comprehension/scene_classification/images/1003.png new file mode 100644 index 0000000000000000000000000000000000000000..25b3f8531841c0c7ddea30d50341f875fe1c802f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f192c991a4de2e74808dd5af3f081721d3105b9c4a887a5406b7d3d5f7195465 +size 520614 diff --git a/perception/image_level_comprehension/scene_classification/images/1004.png b/perception/image_level_comprehension/scene_classification/images/1004.png new file mode 100644 index 0000000000000000000000000000000000000000..42ef18721f3faa2e0c2ae96b4926e12bc9bad4be --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4118b79d534f4c3dee8b9214428cea7ff93ccc45150f9892f0fe752e6806ba7e +size 538383 diff --git a/perception/image_level_comprehension/scene_classification/images/1005.png b/perception/image_level_comprehension/scene_classification/images/1005.png new file mode 100644 index 0000000000000000000000000000000000000000..1de419791b9639fddeeb184a1afcb9571db50f33 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5770b14ec1b5d44931691d930ddd427dab6203e58f84d18d60bad5afbe16ee0 +size 534754 diff --git a/perception/image_level_comprehension/scene_classification/images/1006.png b/perception/image_level_comprehension/scene_classification/images/1006.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc6cb8108e024b60e74e3b7b96cfe1e45c1dc07 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3d2c7ed00de9605fce52251d9091ed4d945f20dcedbca9ca3cf481950420d4 +size 514067 diff --git a/perception/image_level_comprehension/scene_classification/images/1007.png b/perception/image_level_comprehension/scene_classification/images/1007.png new file mode 100644 index 0000000000000000000000000000000000000000..4108aa4ed0a54a170fa31f5230d6fcb7c21b3896 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84d8d5ce07d5a46a40598fbf866d3fbe2d3d93f0c3664f266042cd543fe1195 +size 537080 diff --git a/perception/image_level_comprehension/scene_classification/images/1008.png b/perception/image_level_comprehension/scene_classification/images/1008.png new file mode 100644 index 0000000000000000000000000000000000000000..af15343e99fb5311e7ca019fad2cb069c419641e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b58b39229e2c1a78fc63f0f98103a5ea8a88b01c727a4f45d2e5f16389755f +size 517710 diff --git a/perception/image_level_comprehension/scene_classification/images/1009.png b/perception/image_level_comprehension/scene_classification/images/1009.png new file mode 100644 index 0000000000000000000000000000000000000000..6637f48ebe872bbcd051ae93a5e09bad4cc2d6b1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecb3da073ba6b40a752da2cbab8bdc3aa426e5e8d79c339baec13d1a2d77c96 +size 459273 diff --git a/perception/image_level_comprehension/scene_classification/images/101.png b/perception/image_level_comprehension/scene_classification/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..74743b8a9cab2a7a13775e275de2b82e5f6f9e92 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79e16a9a3e63cbb15fed10726f92830a69eea25d2b342586803e4ef284d9498 +size 515675 diff --git a/perception/image_level_comprehension/scene_classification/images/1010.png b/perception/image_level_comprehension/scene_classification/images/1010.png new file mode 100644 index 0000000000000000000000000000000000000000..44c1c2162525092373cd1d16a33b628c1586c8ef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b00c030e5925c4b9a7330f150b856953ef37cc77e6ec45e563d6ede5062bb8 +size 534517 diff --git a/perception/image_level_comprehension/scene_classification/images/1011.png b/perception/image_level_comprehension/scene_classification/images/1011.png new file mode 100644 index 0000000000000000000000000000000000000000..040ee058900076eb95da8497b9d893a1a3f9f7d9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9464908665b7849a7a14707b3c847f42c7f45fd218de97ed6522dfd0908a458 +size 529061 diff --git a/perception/image_level_comprehension/scene_classification/images/1012.png b/perception/image_level_comprehension/scene_classification/images/1012.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbc8411253fd7e32a2d2cc90e42b2b84ebb7386 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67eba77a4d7720320bff0dc7c94f7aa300bf7b5454deb1d4f8fd0448e937016a +size 509962 diff --git a/perception/image_level_comprehension/scene_classification/images/1013.png b/perception/image_level_comprehension/scene_classification/images/1013.png new file mode 100644 index 0000000000000000000000000000000000000000..f97ee5240c3bebb10803f36413578d18fefa6512 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4b81d39992f215a9afde63031ce2fc26df2c3a064b348a91923007307612a7 +size 497048 diff --git a/perception/image_level_comprehension/scene_classification/images/1014.png b/perception/image_level_comprehension/scene_classification/images/1014.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2c23ad12a81dee926259bd731aa11b54d5b3f5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b524728f4a34d8c0c981cfa0c0c55b29860b0f4436d9bd3ac2f638a35c66fcde +size 545728 diff --git a/perception/image_level_comprehension/scene_classification/images/1015.png b/perception/image_level_comprehension/scene_classification/images/1015.png new file mode 100644 index 0000000000000000000000000000000000000000..4bdbc10b32fe62cbd15179532606dd6e49dfe0d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcd50f99f840ae6499d016bb550716703ca1e516e711a9f6779c13c31385995 +size 536808 diff --git a/perception/image_level_comprehension/scene_classification/images/1016.png b/perception/image_level_comprehension/scene_classification/images/1016.png new file mode 100644 index 0000000000000000000000000000000000000000..89715e708ebeb10ed862db56be041f1cd4bf47b1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af80c37b86dd8688f7de1cb71320050533a4fec88156c55a5ee6f30d2545a82 +size 489487 diff --git a/perception/image_level_comprehension/scene_classification/images/1017.png b/perception/image_level_comprehension/scene_classification/images/1017.png new file mode 100644 index 0000000000000000000000000000000000000000..df93ddc111577c6496a9b063226a0143ff2c7df9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c95b8029ee1a71455c709c9776503001d6e21f29e64a905d66521e58e19549 +size 525297 diff --git a/perception/image_level_comprehension/scene_classification/images/1018.png b/perception/image_level_comprehension/scene_classification/images/1018.png new file mode 100644 index 0000000000000000000000000000000000000000..c959ee977cc94d411f2d80565ec957483e3e93dc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f523e1420fc2e33ebd249c113df8f2eb292cdbe10574633a7038ac3937d792e +size 532514 diff --git a/perception/image_level_comprehension/scene_classification/images/1019.png b/perception/image_level_comprehension/scene_classification/images/1019.png new file mode 100644 index 0000000000000000000000000000000000000000..8d8c9549e1f8f36d3de1996802a16f270edeb206 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff92c6937a4f10f4c74f6927f62af0ca87d6b278566f2a48f56fe808083f6154 +size 533105 diff --git a/perception/image_level_comprehension/scene_classification/images/102.png b/perception/image_level_comprehension/scene_classification/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..387fedcfc9adc476895c40ad8ab7d8567b8dd90c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff120c991a13ddb127159b608dd2d96d46613a06faf603226a705e5e6562f52e +size 464160 diff --git a/perception/image_level_comprehension/scene_classification/images/1020.png b/perception/image_level_comprehension/scene_classification/images/1020.png new file mode 100644 index 0000000000000000000000000000000000000000..ba92d0d66273d73404a39cc147508607515a6577 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce983550445898f6624115e765f7cdef0db881f61d649d86556f3bfd611f546 +size 560767 diff --git a/perception/image_level_comprehension/scene_classification/images/1021.png b/perception/image_level_comprehension/scene_classification/images/1021.png new file mode 100644 index 0000000000000000000000000000000000000000..1869d49a3dd44790bb2b05973f901c7541500c97 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ffec24e4a347a1da77d5f14445cab272355b7f15e5c3ca53867816e65c776b +size 570226 diff --git a/perception/image_level_comprehension/scene_classification/images/1022.png b/perception/image_level_comprehension/scene_classification/images/1022.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d1635be657e2f193a1c26f0ef488b2af18c146 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c03e2233ca1518a7b82be7f6e147c64eaccf5b0a702306f4c93f3d82e89b1a +size 599746 diff --git a/perception/image_level_comprehension/scene_classification/images/1023.png b/perception/image_level_comprehension/scene_classification/images/1023.png new file mode 100644 index 0000000000000000000000000000000000000000..07929eb794cb4909f6771827f71277c4974a84e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8db338760feb89ad15f54728c7edae8ea26156e97fc5770cdd0e02b2c5554f +size 588361 diff --git a/perception/image_level_comprehension/scene_classification/images/1024.png b/perception/image_level_comprehension/scene_classification/images/1024.png new file mode 100644 index 0000000000000000000000000000000000000000..5a4522817c99f6b8fa7723136afd0470537acd7c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a8cd0e5f5ce84a4e0122b9498cda618baaa91c19eb43f6114b4884e43a5812 +size 583711 diff --git a/perception/image_level_comprehension/scene_classification/images/1025.png b/perception/image_level_comprehension/scene_classification/images/1025.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7b37d0900fc9c67e414e8d748cba11f2d43a23 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c645a9efbcf72451382ed2f57f2bb378eb2259dbccac130e0da42527666f2a95 +size 587730 diff --git a/perception/image_level_comprehension/scene_classification/images/1026.png b/perception/image_level_comprehension/scene_classification/images/1026.png new file mode 100644 index 0000000000000000000000000000000000000000..3a57db7745c06108db795194326d66c9f96f3bb1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20e6b699c2ed7c8b10b965cdaf23333b1c6a641d7244f7fe52b90998c24d32c +size 555516 diff --git a/perception/image_level_comprehension/scene_classification/images/1027.png b/perception/image_level_comprehension/scene_classification/images/1027.png new file mode 100644 index 0000000000000000000000000000000000000000..03fa5bf1fa662b878b4cc11309501233fb1c2ddd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae2c5c43cee590425c71b6644a56f5a8c0d66892353324bf65f6e9b59f8a185 +size 557984 diff --git a/perception/image_level_comprehension/scene_classification/images/1028.png b/perception/image_level_comprehension/scene_classification/images/1028.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5901d9a094151c0800b17f6646740252ae28cf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcd6ed065905d46736cddb900c8d25d8ae7486624312773406379e8b1b8dfa9 +size 559538 diff --git a/perception/image_level_comprehension/scene_classification/images/1029.png b/perception/image_level_comprehension/scene_classification/images/1029.png new file mode 100644 index 0000000000000000000000000000000000000000..a499478fa91776f06d6b2ccdf9c6bfa50c93f292 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c383c6ed0293cb62365e710ff38d8e3742050e9764eaa27717c17342d3df3f10 +size 564789 diff --git a/perception/image_level_comprehension/scene_classification/images/103.png b/perception/image_level_comprehension/scene_classification/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..3298ad21467d1c1276082c05746432b619f5c957 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73b95c01ac3bca4c579dbdf16a1552fe175e04e533b01b2b17c962f60d16e7e +size 234490 diff --git a/perception/image_level_comprehension/scene_classification/images/1030.png b/perception/image_level_comprehension/scene_classification/images/1030.png new file mode 100644 index 0000000000000000000000000000000000000000..c7fec4094d644fd18be8b892d1b4284fea997c15 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1827d2d559becb2424cbd26bae686f2fff902df50d44e9ea1b548d17f0dd6403 +size 585201 diff --git a/perception/image_level_comprehension/scene_classification/images/1031.png b/perception/image_level_comprehension/scene_classification/images/1031.png new file mode 100644 index 0000000000000000000000000000000000000000..555f3e263f8f8347c2c504b6980a9b954212ddf3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a057a7cd3a746860b85d4bf9a84b8b438a23c768c989be4ca12f7074140678a8 +size 597736 diff --git a/perception/image_level_comprehension/scene_classification/images/1032.png b/perception/image_level_comprehension/scene_classification/images/1032.png new file mode 100644 index 0000000000000000000000000000000000000000..d168995dc130479e33b6b3d18624a60acd041959 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95dc97f151133c3a9d262069782f8bf57a32dfb464f5eec94289c2b1d04c76e +size 585840 diff --git a/perception/image_level_comprehension/scene_classification/images/1033.png b/perception/image_level_comprehension/scene_classification/images/1033.png new file mode 100644 index 0000000000000000000000000000000000000000..61468049a16ebb5aa00cbe5cfb2a84d821333077 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d3f70afb3d428b4a157bb2558291e862b9fdb86b28262d796816e81f3d5cbb +size 601143 diff --git a/perception/image_level_comprehension/scene_classification/images/1034.png b/perception/image_level_comprehension/scene_classification/images/1034.png new file mode 100644 index 0000000000000000000000000000000000000000..1469a61c1fc64213319f8a451cb8d46db0730ac6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802df297110dca8357bf68ffcb562a4cfd0f64da3b989807a20c587095cfcf59 +size 547572 diff --git a/perception/image_level_comprehension/scene_classification/images/1035.png b/perception/image_level_comprehension/scene_classification/images/1035.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ed8616d996f41862d35d174a76b8251bcc09d9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4801332d8af8224de4d92d3636884a8d886c27830e5c3a94d09585f1e33cbec4 +size 456493 diff --git a/perception/image_level_comprehension/scene_classification/images/1036.png b/perception/image_level_comprehension/scene_classification/images/1036.png new file mode 100644 index 0000000000000000000000000000000000000000..82d98c562b6d272f751d34899db8a4fe6e4f735e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfedba862ea3f265a586a0a712b809234f018cd4c4f6e3d641116074fc4f1851 +size 546830 diff --git a/perception/image_level_comprehension/scene_classification/images/1037.png b/perception/image_level_comprehension/scene_classification/images/1037.png new file mode 100644 index 0000000000000000000000000000000000000000..5d45cb941b351b056bad5f97fbdf08616b3d71b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b7132e71e2928e3ed56bb96fb2fb5bda8ca8bb13316c6bc9fe4e9294f79e35 +size 445053 diff --git a/perception/image_level_comprehension/scene_classification/images/1038.png b/perception/image_level_comprehension/scene_classification/images/1038.png new file mode 100644 index 0000000000000000000000000000000000000000..2019cdc9bf87c448f65fb6962e1f9645ac531f1f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866c787ea2ff81432e1ed0b70e2003d6fab56e6962823741d22fc8404168239b +size 437215 diff --git a/perception/image_level_comprehension/scene_classification/images/1039.png b/perception/image_level_comprehension/scene_classification/images/1039.png new file mode 100644 index 0000000000000000000000000000000000000000..63a55b13ef8e7b5631be3b042b238ef279c6e483 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d3c81151e4c9a2c57f65487300a314d1f883007d31a941f739bc77627c911c +size 521683 diff --git a/perception/image_level_comprehension/scene_classification/images/104.png b/perception/image_level_comprehension/scene_classification/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..7e63abc976895339e95b69b310c1ea8394190a77 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f2af1f1ed1e9bde348cd5b376ddbae66e56269d1404897ff0c7c143c1b845b +size 330994 diff --git a/perception/image_level_comprehension/scene_classification/images/1040.png b/perception/image_level_comprehension/scene_classification/images/1040.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd6d232875c56256af0d5925e4f38d8f6697afb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da5bad8e331903197ddd22db5fb9073ddc4ca88f89562c93d58e7fed64fd103 +size 548178 diff --git a/perception/image_level_comprehension/scene_classification/images/1041.png b/perception/image_level_comprehension/scene_classification/images/1041.png new file mode 100644 index 0000000000000000000000000000000000000000..f42f7839c598738fe955e3d133552fe33cc79819 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62abb3738633c2ceafc9462ae491d230490afb282d1bc818409a8e1a4ef2bbf +size 467174 diff --git a/perception/image_level_comprehension/scene_classification/images/1042.png b/perception/image_level_comprehension/scene_classification/images/1042.png new file mode 100644 index 0000000000000000000000000000000000000000..a47c141f48bb7ff19bc94eb3ebc48e8ac14f886b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0e4af1a6689167ca0b032bcbe9b0be708fc4177b98689b35f824dee9e69ee0 +size 534622 diff --git a/perception/image_level_comprehension/scene_classification/images/1043.png b/perception/image_level_comprehension/scene_classification/images/1043.png new file mode 100644 index 0000000000000000000000000000000000000000..20011459a7bb80abbd21b269f666a3bea2bd077c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec19f5c58799e892d796ce84092f6693d28e34021cc6d13ac1d18139432946cd +size 518848 diff --git a/perception/image_level_comprehension/scene_classification/images/1044.png b/perception/image_level_comprehension/scene_classification/images/1044.png new file mode 100644 index 0000000000000000000000000000000000000000..3ce8ab68eb14454cdac6b179bb27dcdd9a634479 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48400af45bda9612415e3648d569163d3b073b1716562cf66e65e24f91d40d51 +size 536441 diff --git a/perception/image_level_comprehension/scene_classification/images/1045.png b/perception/image_level_comprehension/scene_classification/images/1045.png new file mode 100644 index 0000000000000000000000000000000000000000..8f39a63c54288790ec1683adecc7b632058c1c14 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b40e1d26506b930ece9f46f6f749388f15ebe76908c6053a8b35ac43a54d197 +size 412158 diff --git a/perception/image_level_comprehension/scene_classification/images/1046.png b/perception/image_level_comprehension/scene_classification/images/1046.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc577a33c66073e6e3b5b906c5c50c68f865a71 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3029d54f6d68766396aa9df889680930bdc0f28c72bc206d1a54a45b11cf0f30 +size 465389 diff --git a/perception/image_level_comprehension/scene_classification/images/1047.png b/perception/image_level_comprehension/scene_classification/images/1047.png new file mode 100644 index 0000000000000000000000000000000000000000..71a01c5902c61fd4e487ed8707440511dc03e23d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e5674645bbe1e311eeba9e66a4d81c35f480190d252b4a74802eec3b6cdd9e +size 493495 diff --git a/perception/image_level_comprehension/scene_classification/images/1048.png b/perception/image_level_comprehension/scene_classification/images/1048.png new file mode 100644 index 0000000000000000000000000000000000000000..592f94a729d692aedb64663b409ad3ca630d6756 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc86a3f5b90d9ccbd3976c2baa57999135de09d6257b56634af06f0b16302253 +size 464259 diff --git a/perception/image_level_comprehension/scene_classification/images/1049.png b/perception/image_level_comprehension/scene_classification/images/1049.png new file mode 100644 index 0000000000000000000000000000000000000000..e8f2266453c471515ff0537f98c9c94aaf06741b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad15b14294259795f1ff73050a9d0b36716c4199d35402e85d5a89feff9c1c8f +size 588916 diff --git a/perception/image_level_comprehension/scene_classification/images/105.png b/perception/image_level_comprehension/scene_classification/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..116ddeec44a0b010c59dc13c0d20d97d10541a0b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4059fcbe0db4eb53a6ab775bc5ee2b7c6969bdf456ae5f1273c4b90ce9c807de +size 222422 diff --git a/perception/image_level_comprehension/scene_classification/images/1050.png b/perception/image_level_comprehension/scene_classification/images/1050.png new file mode 100644 index 0000000000000000000000000000000000000000..db787f00d860346c2d8c37cfb31e407e41cdf73e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0d83cc09fdbdeefa6c5a69dd0426a08786a7df842188e54d02b89a8e6688d9 +size 490531 diff --git a/perception/image_level_comprehension/scene_classification/images/1051.png b/perception/image_level_comprehension/scene_classification/images/1051.png new file mode 100644 index 0000000000000000000000000000000000000000..57ffa948e5e3e2d51400534b4e329a00fb84a6ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d4ccd11ec0d69dcdc91c85f8f123e6f4b9bfbe4326805aa0fa5db1db2c73e2 +size 520721 diff --git a/perception/image_level_comprehension/scene_classification/images/1052.png b/perception/image_level_comprehension/scene_classification/images/1052.png new file mode 100644 index 0000000000000000000000000000000000000000..6d62c0eceaa929709fac4f69f3a6fc9ea9748188 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c47565fe5ea64ab4a953ff7ac45d4e98cc93288cd4a6ea75c7f0b3efac00c56 +size 480142 diff --git a/perception/image_level_comprehension/scene_classification/images/1053.png b/perception/image_level_comprehension/scene_classification/images/1053.png new file mode 100644 index 0000000000000000000000000000000000000000..daaed1fe7af0b0fab64776d5bc2f1a4679a3b7be --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99016fff94de59b120823e0edcfa165b8e691a593154bf0881f587c98be5559c +size 496812 diff --git a/perception/image_level_comprehension/scene_classification/images/1054.png b/perception/image_level_comprehension/scene_classification/images/1054.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b1f78c9792619e98b7b0ede748ccebcd365f44 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf8de35d1e1b1f46e2603a8d527bc9f129d5d37602494165841a3319f6afbd1 +size 604601 diff --git a/perception/image_level_comprehension/scene_classification/images/1055.png b/perception/image_level_comprehension/scene_classification/images/1055.png new file mode 100644 index 0000000000000000000000000000000000000000..8430efd0074484f238fecf800ed3bf48f66bdc8c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3732e53b59e1a3b625c4d5217b6bbfae80eac4e82a7c6205d116b773755967f5 +size 536962 diff --git a/perception/image_level_comprehension/scene_classification/images/1056.png b/perception/image_level_comprehension/scene_classification/images/1056.png new file mode 100644 index 0000000000000000000000000000000000000000..f23280c88f63a605b7ff7da4b4e0d07fc4fcb933 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574c946bbd3a45f74a795c25759c1d362ce4e46afb6ee0bde67d4ea087a75381 +size 525652 diff --git a/perception/image_level_comprehension/scene_classification/images/1057.png b/perception/image_level_comprehension/scene_classification/images/1057.png new file mode 100644 index 0000000000000000000000000000000000000000..bee1800799214119a0dae5b4c598906271447670 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87336ca48821a5b4a73846dc6fc88f80666dc57d414e0b5cadd66cc8cc90ed30 +size 582131 diff --git a/perception/image_level_comprehension/scene_classification/images/1058.png b/perception/image_level_comprehension/scene_classification/images/1058.png new file mode 100644 index 0000000000000000000000000000000000000000..542e490d28be8373eaefad5bcc5a60b237583f44 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e73eaea2fdfb1d834aae9b5edc394bf4f6c9290c9ca3d76378e68727aaeb142 +size 607540 diff --git a/perception/image_level_comprehension/scene_classification/images/1059.png b/perception/image_level_comprehension/scene_classification/images/1059.png new file mode 100644 index 0000000000000000000000000000000000000000..69e409d57e35646645ef78d31a4e71b0f00ca46d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92537e8e9e90b17fbc19187668a6e50296dd19fb24099452ce736b50a508d29c +size 527669 diff --git a/perception/image_level_comprehension/scene_classification/images/106.png b/perception/image_level_comprehension/scene_classification/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..39d70c4e5b6563c7fcde12635d5b1242a4eb973d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc32b4b7194be5c38b0943659c211c7a9b4054edb45abfb0b1ebd666c8094a0 +size 338686 diff --git a/perception/image_level_comprehension/scene_classification/images/1060.png b/perception/image_level_comprehension/scene_classification/images/1060.png new file mode 100644 index 0000000000000000000000000000000000000000..8237873513853b689e2d15218e0a7b85ffa1d22a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae2dc84ca63d2a7e9d22814afbdee0a73b8076c31b087452fa00eaaf4c30f3f +size 475192 diff --git a/perception/image_level_comprehension/scene_classification/images/1061.png b/perception/image_level_comprehension/scene_classification/images/1061.png new file mode 100644 index 0000000000000000000000000000000000000000..fdbb17b2bfe705da83f178f853ae346dd6cb8a7a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc3bcd12c89871ba2970c2233d9f7c7141da0b952c2d8b30aa0a8a5b805fd3e +size 497237 diff --git a/perception/image_level_comprehension/scene_classification/images/1062.png b/perception/image_level_comprehension/scene_classification/images/1062.png new file mode 100644 index 0000000000000000000000000000000000000000..04bc6ea993ddff34d7be5a5505ba8369971c0b43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17e38347dd1221652a9a3c3e0f2926a830b801181748162e6103141178f2630 +size 595869 diff --git a/perception/image_level_comprehension/scene_classification/images/1063.png b/perception/image_level_comprehension/scene_classification/images/1063.png new file mode 100644 index 0000000000000000000000000000000000000000..137fe48e5f9aa15fb6298f2e842dadfbe0a04c41 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67941a15db7778c2001bea7e0ee86db46181a88cd552f0bb6e21996a93af4308 +size 506921 diff --git a/perception/image_level_comprehension/scene_classification/images/1064.png b/perception/image_level_comprehension/scene_classification/images/1064.png new file mode 100644 index 0000000000000000000000000000000000000000..5f1aae54e077c588a58626eade3a270beadc4388 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697281ef8541a36a6398c02767c0d755991049d3989fa73e056da21a7b994274 +size 473624 diff --git a/perception/image_level_comprehension/scene_classification/images/1065.png b/perception/image_level_comprehension/scene_classification/images/1065.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3aadf2266b5a67be7000017da0fa110ff527cb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e59e97a6acb718abad21c36189d46b9f7446d52ba653b7169b3c92985068a4f +size 456918 diff --git a/perception/image_level_comprehension/scene_classification/images/1066.png b/perception/image_level_comprehension/scene_classification/images/1066.png new file mode 100644 index 0000000000000000000000000000000000000000..b2841deb1deedfb4dddf28271920a80180a22943 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9a5019eb5bda890c455c197afde9d7e67063f12df9c686275f72789c2be0df +size 451664 diff --git a/perception/image_level_comprehension/scene_classification/images/1067.png b/perception/image_level_comprehension/scene_classification/images/1067.png new file mode 100644 index 0000000000000000000000000000000000000000..ad2dca53d9ddae7799c96090a61d8d99b60aa582 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed15c9c34d5a0a11095c1c3a053e1a8861a0e58ec13f53e13e912027de9d2c9 +size 412588 diff --git a/perception/image_level_comprehension/scene_classification/images/1068.png b/perception/image_level_comprehension/scene_classification/images/1068.png new file mode 100644 index 0000000000000000000000000000000000000000..2b50526777fac1583dcea28f7dca5732609b8d39 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d72da86a0d1a23337ec04d729f7bd3aec533d25f8a88eac6456243786bafe4 +size 386581 diff --git a/perception/image_level_comprehension/scene_classification/images/1069.png b/perception/image_level_comprehension/scene_classification/images/1069.png new file mode 100644 index 0000000000000000000000000000000000000000..49dbb348d9842d02ce220dea7e8f57b252eb544c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40f4744a067d83b20d7c7f40a97997440a24e3aa504fcbd02323788266f1206 +size 436065 diff --git a/perception/image_level_comprehension/scene_classification/images/107.png b/perception/image_level_comprehension/scene_classification/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..0491da2827157ce42a8b8cec5a32dfee50c6f21c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed06aeb7475d4368a7ce325ff7563dbf7dce995ed0f1abb951d13c09b644bb6 +size 217896 diff --git a/perception/image_level_comprehension/scene_classification/images/1070.png b/perception/image_level_comprehension/scene_classification/images/1070.png new file mode 100644 index 0000000000000000000000000000000000000000..1394458f4b68a73e07fddf44ad9bbc536664dda4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e26bb5f0a6365343bffa3d0a484de14734561c16c559cb45876d9e23723f969 +size 437300 diff --git a/perception/image_level_comprehension/scene_classification/images/1071.png b/perception/image_level_comprehension/scene_classification/images/1071.png new file mode 100644 index 0000000000000000000000000000000000000000..63892a4aaece97e3ed3e05175429bdbce79aee87 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710f6ea9e64ff4c036c7314049e7b5de5245cfbb75fe9df88a0ea914d4654d75 +size 476186 diff --git a/perception/image_level_comprehension/scene_classification/images/1072.png b/perception/image_level_comprehension/scene_classification/images/1072.png new file mode 100644 index 0000000000000000000000000000000000000000..b493c00f7ceb3b8d3ccd0f5b908d4f7dc21c5bef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83350d857e9ae5c5ba96add35d0c6fe64100bd0465d2fb16e63d588893d8e3b1 +size 475286 diff --git a/perception/image_level_comprehension/scene_classification/images/1073.png b/perception/image_level_comprehension/scene_classification/images/1073.png new file mode 100644 index 0000000000000000000000000000000000000000..9875b9c27a3ebc3b62a9ee05b24494f871254c07 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0169c9d6877c73997c37b5f76b81f55bdbcdc4560118ff7b91c9db6fd5315ae8 +size 454328 diff --git a/perception/image_level_comprehension/scene_classification/images/1074.png b/perception/image_level_comprehension/scene_classification/images/1074.png new file mode 100644 index 0000000000000000000000000000000000000000..79c9ce5b74fae8191019ebc8fbc661a7d6d60a66 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c30a7ff4a07da6386a924b36e316a7fe46deed6c59096b99d7561279b2dc8c0 +size 442820 diff --git a/perception/image_level_comprehension/scene_classification/images/1075.png b/perception/image_level_comprehension/scene_classification/images/1075.png new file mode 100644 index 0000000000000000000000000000000000000000..dacc1a09e4c0997a7272011d1b4bb09401197f84 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c489edb0615b4c640aebd1f8d2bbefe71f4968047f767dbf701f39f7a8fd7c61 +size 445332 diff --git a/perception/image_level_comprehension/scene_classification/images/1076.png b/perception/image_level_comprehension/scene_classification/images/1076.png new file mode 100644 index 0000000000000000000000000000000000000000..0942fee468e74a1148a930bc454bd7b2df0c8d5f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0f70ccbfa64c93f3cc98b36f914de2f1e38c41a2a49d1353238a34ca76e664 +size 565509 diff --git a/perception/image_level_comprehension/scene_classification/images/1077.png b/perception/image_level_comprehension/scene_classification/images/1077.png new file mode 100644 index 0000000000000000000000000000000000000000..8969ba707f391e8d60b6c1b90838852cc55b71ad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e745a0ab67172060b4fb522f1a7de07a160a10ec17f271c68a7d7b0bf617f1 +size 439868 diff --git a/perception/image_level_comprehension/scene_classification/images/1078.png b/perception/image_level_comprehension/scene_classification/images/1078.png new file mode 100644 index 0000000000000000000000000000000000000000..6d9e2721e4b04f7dc4b0f9671955a24c9f599b64 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee24105e68281b5c698af5d932cc3113d67f52860550f207e5340591a9e0917 +size 479199 diff --git a/perception/image_level_comprehension/scene_classification/images/1079.png b/perception/image_level_comprehension/scene_classification/images/1079.png new file mode 100644 index 0000000000000000000000000000000000000000..0f480286d3bbe360b406250605bc20da6065a8ad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31999fe269f685d08929a6301120d8b9bdb2da770202985a28bbeef0f8ddab59 +size 468119 diff --git a/perception/image_level_comprehension/scene_classification/images/108.png b/perception/image_level_comprehension/scene_classification/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..b0309d3039c9a9630b92e76cee15c7619242fdc3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a8af6b81f521fc564d5cc30c7d64e71a13fb7c09d2408d06ff8e9a8dcb5361 +size 220596 diff --git a/perception/image_level_comprehension/scene_classification/images/1080.png b/perception/image_level_comprehension/scene_classification/images/1080.png new file mode 100644 index 0000000000000000000000000000000000000000..49d9439be909f307933d842702dd27f311b2caa3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3394ce1ec37530ac2ab30d249283e8cece209dbe87aa6b0522de32765e8d2148 +size 473647 diff --git a/perception/image_level_comprehension/scene_classification/images/1081.png b/perception/image_level_comprehension/scene_classification/images/1081.png new file mode 100644 index 0000000000000000000000000000000000000000..180fa6455f335e57df5eb0d36967b1392cf2f85e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a696bf3aa752c35a03e61a052ee6f56d6f78ffca93570838b37dea151412b8f2 +size 477384 diff --git a/perception/image_level_comprehension/scene_classification/images/1082.png b/perception/image_level_comprehension/scene_classification/images/1082.png new file mode 100644 index 0000000000000000000000000000000000000000..b9026f55679f90e70493db88a72a44a20af36fbb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0bae53d8b47f6437d6a0333a8e64a6764002b0c690e51ed4127854da3d649b +size 461002 diff --git a/perception/image_level_comprehension/scene_classification/images/1083.png b/perception/image_level_comprehension/scene_classification/images/1083.png new file mode 100644 index 0000000000000000000000000000000000000000..df3e7a98de0381ef84c8e207cad154ba8180e18e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5b0b0998032a3ed0e3bbadaee4b402e2a382e04c7c3a616f582ef5452dd056 +size 400543 diff --git a/perception/image_level_comprehension/scene_classification/images/1084.png b/perception/image_level_comprehension/scene_classification/images/1084.png new file mode 100644 index 0000000000000000000000000000000000000000..caf74d1df3daab137f7037244b39722af7486178 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cfd7f3c6be7dcf238c699d7ceca61af918ec39fb8f9725d55d0a8a9c76253b +size 496743 diff --git a/perception/image_level_comprehension/scene_classification/images/1085.png b/perception/image_level_comprehension/scene_classification/images/1085.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4a2f1e6b9b8c72b5742da4022b3df27030e745 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e392e2ac2c43fda1c89bd4dc32817e73bd79030c456157ca1c236c6b95b902 +size 433833 diff --git a/perception/image_level_comprehension/scene_classification/images/1086.png b/perception/image_level_comprehension/scene_classification/images/1086.png new file mode 100644 index 0000000000000000000000000000000000000000..ee31cdb6a91755fd41220594833299561f69c53c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf7e875bd2c371121b8e66b777faa5090770bf64042a9ede02687232acee1f6 +size 382582 diff --git a/perception/image_level_comprehension/scene_classification/images/1087.png b/perception/image_level_comprehension/scene_classification/images/1087.png new file mode 100644 index 0000000000000000000000000000000000000000..2a45776a7d84f34bf1a160d82bec7051824c8fdd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476c6d1974ee14e92fcaf5769aa8ee69581f7604d8c0b0a758a2f6b570297ef0 +size 447705 diff --git a/perception/image_level_comprehension/scene_classification/images/1088.png b/perception/image_level_comprehension/scene_classification/images/1088.png new file mode 100644 index 0000000000000000000000000000000000000000..a1df5b27b311210417ab22379c4a38679e146b7b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ee9167e3e4a57a7793cf550acff2a5f9a6e94c15c80aace1fae067a3c81e69 +size 432241 diff --git a/perception/image_level_comprehension/scene_classification/images/1089.png b/perception/image_level_comprehension/scene_classification/images/1089.png new file mode 100644 index 0000000000000000000000000000000000000000..0205c86ec5291e22be9ec2ced3e23f8208784b29 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5281e22255224d95cc80789039cd5edf556be1893b1f0c4a627218a343203208 +size 488724 diff --git a/perception/image_level_comprehension/scene_classification/images/109.png b/perception/image_level_comprehension/scene_classification/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..c5c59a1a6445a9a3fff6a58ac8588cd1cd119ed9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c45b47fbbb9508583e73fdbe98ed27351d2d6759de6e76185c406ec1e350f2 +size 240373 diff --git a/perception/image_level_comprehension/scene_classification/images/1090.png b/perception/image_level_comprehension/scene_classification/images/1090.png new file mode 100644 index 0000000000000000000000000000000000000000..43aa6df5cf75991329bc607c5db8a986a973ff85 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dce2f91aeeb81791e7b7760bfe2a73bee4f8c479f04743408fffa6b0e41deea +size 438942 diff --git a/perception/image_level_comprehension/scene_classification/images/1091.png b/perception/image_level_comprehension/scene_classification/images/1091.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7e657d7784d1dd35559f2d25d8ab12100d2724 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a18ad646fb8405e0881917cffb21da5eca2350b8b7768d21a89a3c8c7f53521 +size 425385 diff --git a/perception/image_level_comprehension/scene_classification/images/1092.png b/perception/image_level_comprehension/scene_classification/images/1092.png new file mode 100644 index 0000000000000000000000000000000000000000..bf3858b530934fdd120b1a9414829cf9fa4b3ab0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891414a89cbb039a3c8b983cf949865b532883d4dae419e3111575807dc7b0e3 +size 396518 diff --git a/perception/image_level_comprehension/scene_classification/images/1093.png b/perception/image_level_comprehension/scene_classification/images/1093.png new file mode 100644 index 0000000000000000000000000000000000000000..5baa35bb5a66e527d6674143cd4498653dd03097 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbb1468da308c658303ee827f37f561980906f951e75ae3f24d042f3eecb6a8 +size 453585 diff --git a/perception/image_level_comprehension/scene_classification/images/1094.png b/perception/image_level_comprehension/scene_classification/images/1094.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed4184e8e1e6a43261ee03e61cd2f86b022e281 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acee138bb8ea2a047d5870296ab0cca320e1102c0b4a26008abfb5eaade538 +size 465706 diff --git a/perception/image_level_comprehension/scene_classification/images/1095.png b/perception/image_level_comprehension/scene_classification/images/1095.png new file mode 100644 index 0000000000000000000000000000000000000000..900ec5d36db4b939f1548d091e7d9750123146dd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebd22742a1d9d5282abdbda502fadc73d287f64d5829cb50ada9d462d02715c +size 431945 diff --git a/perception/image_level_comprehension/scene_classification/images/1096.png b/perception/image_level_comprehension/scene_classification/images/1096.png new file mode 100644 index 0000000000000000000000000000000000000000..0336de48d52f226cb34f3ec59e0002033232bda9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5027505dec13ec03c1e2789388c4b7e063e3b6a79d8459d58f1c2108abf140 +size 421755 diff --git a/perception/image_level_comprehension/scene_classification/images/1097.png b/perception/image_level_comprehension/scene_classification/images/1097.png new file mode 100644 index 0000000000000000000000000000000000000000..26572120e5742e5f91c01b413a82e1d64551ff4f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd6377c68dfaf2473af14c7b501a3173d80238c2c61fd18e7d2f599f59ab690 +size 509210 diff --git a/perception/image_level_comprehension/scene_classification/images/1098.png b/perception/image_level_comprehension/scene_classification/images/1098.png new file mode 100644 index 0000000000000000000000000000000000000000..e5347a62fc66fcb10f60dc9b3d74b45fefd70e9d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07738d9c8de48ea55a8e37019b227411bfb99346841d7f18dec092ec7289cec0 +size 453002 diff --git a/perception/image_level_comprehension/scene_classification/images/1099.png b/perception/image_level_comprehension/scene_classification/images/1099.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4759979b0f9496ad8c07193a4676d42d0687f9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8283a10b73c789f130e92f16fe1070138de3027d26d7e0cbbae358c7a933a0db +size 508552 diff --git a/perception/image_level_comprehension/scene_classification/images/11.png b/perception/image_level_comprehension/scene_classification/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e228b2a9b690a3fd15a50c020d69dd7242955dc0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7519bc57d749ec5c739b7becd2ae73b9f0dd4d98aed57a02baee233e1fedff7b +size 237774 diff --git a/perception/image_level_comprehension/scene_classification/images/110.png b/perception/image_level_comprehension/scene_classification/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..a519440c7751d2b21a28bdd98d0cd4bff7bf7b06 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d13432f1c97ca829b4e564b9b522d5ad8657c188f6f100ee0184a0c07f64b57 +size 250343 diff --git a/perception/image_level_comprehension/scene_classification/images/1100.png b/perception/image_level_comprehension/scene_classification/images/1100.png new file mode 100644 index 0000000000000000000000000000000000000000..d6738212b40658c29649ea152ac092b913b31eba --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808eaf1196ec561ecc52333a5154616fcb894eceda7532d1638e3fcec5ce69e2 +size 484799 diff --git a/perception/image_level_comprehension/scene_classification/images/1101.png b/perception/image_level_comprehension/scene_classification/images/1101.png new file mode 100644 index 0000000000000000000000000000000000000000..56e800f18457637c15053236e36603dbc3475b62 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c64f8e7b9d3f39a6b6312f33c9afad1cc2e4ae7f8b6e45118a571dd5d5ad21 +size 434202 diff --git a/perception/image_level_comprehension/scene_classification/images/1102.png b/perception/image_level_comprehension/scene_classification/images/1102.png new file mode 100644 index 0000000000000000000000000000000000000000..32f2aca2730c63efacc709e6344712e6eeecb9e4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cdfb3a049179a17ea940c6991d84ba353db8cce74dff2ac975ea3cce122909 +size 428746 diff --git a/perception/image_level_comprehension/scene_classification/images/1103.png b/perception/image_level_comprehension/scene_classification/images/1103.png new file mode 100644 index 0000000000000000000000000000000000000000..ab5118d79e8b8a194e0bb2cc9064cc21ba773cd4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bd9d60846412755aea0642053a9fbe6bd1fe158c9abbba80e63a631a951209 +size 488380 diff --git a/perception/image_level_comprehension/scene_classification/images/1104.png b/perception/image_level_comprehension/scene_classification/images/1104.png new file mode 100644 index 0000000000000000000000000000000000000000..a31902ffef1e35141c523caa1407f63eb425a9e1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba04df6c8bdf6bad0ec9d2924074770b169d8dcb1e50297e3cc49bee48664e5 +size 486128 diff --git a/perception/image_level_comprehension/scene_classification/images/1105.png b/perception/image_level_comprehension/scene_classification/images/1105.png new file mode 100644 index 0000000000000000000000000000000000000000..6a067ffef7700e3d3b984fa4e1e7daa399f63b3c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd547bee14660732e5ce60aa2a2bc2267b9c4d40d36004e5fed5c303034bd6c +size 439867 diff --git a/perception/image_level_comprehension/scene_classification/images/1106.png b/perception/image_level_comprehension/scene_classification/images/1106.png new file mode 100644 index 0000000000000000000000000000000000000000..c541dc4280e122cbdc4eecbbde52a6b54b84a4e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b9d0f0b706404f92e4dc67aea96dde99c29a62d4acb2312915efc48bb5c443 +size 429019 diff --git a/perception/image_level_comprehension/scene_classification/images/1107.png b/perception/image_level_comprehension/scene_classification/images/1107.png new file mode 100644 index 0000000000000000000000000000000000000000..042c0c1309776dc592c0d847094f1d9cc9054098 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8395f30182d8515f4683cc668f39ec8eff7d9e0b4f36018e7819ef66cff7f56d +size 427802 diff --git a/perception/image_level_comprehension/scene_classification/images/1108.png b/perception/image_level_comprehension/scene_classification/images/1108.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3eddd0524eca35b6277bb04983e9cef7ae547b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87f4974f1e8ecec1cdad747a435cf0b54db4ef50c90aec277c56f04ebd1151f +size 493351 diff --git a/perception/image_level_comprehension/scene_classification/images/1109.png b/perception/image_level_comprehension/scene_classification/images/1109.png new file mode 100644 index 0000000000000000000000000000000000000000..e05a0477415ebb95fb75cd81ac36352e48e94bc8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703d2695d2560441fbb9f5b6249d46514d3207f7ba7be8560011c615a472ffff +size 525651 diff --git a/perception/image_level_comprehension/scene_classification/images/111.png b/perception/image_level_comprehension/scene_classification/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..d78d70f3b43ae413934edd8dbb43ae883692901a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a36126ae040b926dbb4fd262382e5e835839b048c25f41fd916073fdab184d +size 241505 diff --git a/perception/image_level_comprehension/scene_classification/images/1110.png b/perception/image_level_comprehension/scene_classification/images/1110.png new file mode 100644 index 0000000000000000000000000000000000000000..9168d0413192dfc6987b419812efa47fb666b481 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04348046250c043aa074cf321b71055ee1923bf94d1569968584d7bf0a4b13f2 +size 482612 diff --git a/perception/image_level_comprehension/scene_classification/images/1111.png b/perception/image_level_comprehension/scene_classification/images/1111.png new file mode 100644 index 0000000000000000000000000000000000000000..af4b0400d54d97c337e1273a87514485566d6aac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a40e13dd9ccfd8120fc217b8ce7e873dae21296ca5b895cb5fe944cd64af22 +size 384910 diff --git a/perception/image_level_comprehension/scene_classification/images/1112.png b/perception/image_level_comprehension/scene_classification/images/1112.png new file mode 100644 index 0000000000000000000000000000000000000000..639a9332db649a57f9fd1270a094370f667d65b5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bfd601f68e0637b2feeb87ee84ca09c6c1386b412c14784fccf172f87b0ef4 +size 370360 diff --git a/perception/image_level_comprehension/scene_classification/images/1113.png b/perception/image_level_comprehension/scene_classification/images/1113.png new file mode 100644 index 0000000000000000000000000000000000000000..73b3de87b3561646ae6fe144eec2bad75b3ce624 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f704016d2fe295c2cd814756260083611897b0bc73e62581376d5f5e288c9a3 +size 431929 diff --git a/perception/image_level_comprehension/scene_classification/images/1114.png b/perception/image_level_comprehension/scene_classification/images/1114.png new file mode 100644 index 0000000000000000000000000000000000000000..faa3c1b495c783af4a59305c1144e4223f1c6ff9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7496e920bad9d5d19d7ba149ccd9efeee212453bb7fc302e48281dfa43ec8d +size 498976 diff --git a/perception/image_level_comprehension/scene_classification/images/1115.png b/perception/image_level_comprehension/scene_classification/images/1115.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e85d7e94080e2168ea69e13d7f34abe5af4f24 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f610a8761df5a83a2bcbc7c4733f091aebeac7020589542b8fa572e40dd5d8 +size 473771 diff --git a/perception/image_level_comprehension/scene_classification/images/1116.png b/perception/image_level_comprehension/scene_classification/images/1116.png new file mode 100644 index 0000000000000000000000000000000000000000..87be470b016aa7dc713c165fa5f1d5bfdfc6a9c8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba3fca3e47f34b0d4580c64c13651e7023c022a4069aa15753d38861b38c97e +size 483162 diff --git a/perception/image_level_comprehension/scene_classification/images/1117.png b/perception/image_level_comprehension/scene_classification/images/1117.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1f3011bc37261cab7db2b360b6ef88a327daa7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7836627226c4266fe366550b242585d17b381c5ca05e41bc5cfabd47a0d1aadd +size 414029 diff --git a/perception/image_level_comprehension/scene_classification/images/1118.png b/perception/image_level_comprehension/scene_classification/images/1118.png new file mode 100644 index 0000000000000000000000000000000000000000..70fbe7061161126e1547b6f80f69a2d56a188c12 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d097e490cc6028d93d919ec6d0f5525bd968facf015a85640501ea99b10055d3 +size 417274 diff --git a/perception/image_level_comprehension/scene_classification/images/1119.png b/perception/image_level_comprehension/scene_classification/images/1119.png new file mode 100644 index 0000000000000000000000000000000000000000..7662b2f02c3abd1c0c689f7af9ab71ccdd9c3067 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cdf5f5675670d482827f3f09127c4d0275f2bd1011df642c30142a84c76e5a +size 446734 diff --git a/perception/image_level_comprehension/scene_classification/images/112.png b/perception/image_level_comprehension/scene_classification/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..21e1f844ecc56d7399cea1e6f6f511f89ba0ec9b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92353043e894a4100c8b69f3f3f562922506e8afaabe9450ac7fbc4c3a5681a8 +size 212901 diff --git a/perception/image_level_comprehension/scene_classification/images/1120.png b/perception/image_level_comprehension/scene_classification/images/1120.png new file mode 100644 index 0000000000000000000000000000000000000000..2eeab426d1e6211dc83533c1956f28ad1c3511e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783b58fd5b687f9ad42f633ba8a4f47f8ef34839eafe956b4052bf1fc59f63d0 +size 439690 diff --git a/perception/image_level_comprehension/scene_classification/images/1121.png b/perception/image_level_comprehension/scene_classification/images/1121.png new file mode 100644 index 0000000000000000000000000000000000000000..ace90c43f45b139c7b99ed086ca2a71f94a0f79f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcb7bd62336b252ad4e133e6d041233207e6adb64e36cab49ae302efd6d7875 +size 357543 diff --git a/perception/image_level_comprehension/scene_classification/images/1122.png b/perception/image_level_comprehension/scene_classification/images/1122.png new file mode 100644 index 0000000000000000000000000000000000000000..0ded493ad75611604f7bd5bf3e5d9f6b597f49bc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d02bc157a1c6b4a059d8b7bc565c506ce0284674a4e1f554861f17da1b308a +size 393156 diff --git a/perception/image_level_comprehension/scene_classification/images/1123.png b/perception/image_level_comprehension/scene_classification/images/1123.png new file mode 100644 index 0000000000000000000000000000000000000000..e7072147ec22d98f1deb942cf402a67297ff1062 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7305ccaa05f42faf92d46140948bbbe2ec6181d98edfad57f348a42e3b1e26a7 +size 452690 diff --git a/perception/image_level_comprehension/scene_classification/images/1124.png b/perception/image_level_comprehension/scene_classification/images/1124.png new file mode 100644 index 0000000000000000000000000000000000000000..f9728adfb0d67de02cadbc4561470f4fdfab2f3f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5f10a56d222528d544d9a432bec0de95126c2d715b4872d76d78fb780a5425 +size 402935 diff --git a/perception/image_level_comprehension/scene_classification/images/1125.png b/perception/image_level_comprehension/scene_classification/images/1125.png new file mode 100644 index 0000000000000000000000000000000000000000..94c315cd39ccfbd7270d9bf4cde109b8476c0998 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191a79e8e0c5059edb91465e9c0dc1a588767a9c1ab8ebac28b0688d3a693fad +size 400740 diff --git a/perception/image_level_comprehension/scene_classification/images/1126.png b/perception/image_level_comprehension/scene_classification/images/1126.png new file mode 100644 index 0000000000000000000000000000000000000000..69c5ffaf29e9fb3a2ecb923932ca336bfa1347a7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741103b34ab912997a39d937945b92cf6d83035452029c2d8c05b564ee2d3955 +size 366636 diff --git a/perception/image_level_comprehension/scene_classification/images/1127.png b/perception/image_level_comprehension/scene_classification/images/1127.png new file mode 100644 index 0000000000000000000000000000000000000000..81e49043cf32040f92bfa76004f89c1794055ba0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff12385f6d5754929d79fe2944846742c9179d307110006a152ab73630e5dd36 +size 402271 diff --git a/perception/image_level_comprehension/scene_classification/images/1128.png b/perception/image_level_comprehension/scene_classification/images/1128.png new file mode 100644 index 0000000000000000000000000000000000000000..c4df1387bc14a04e9458528325558b6923b328ba --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7073fa8eb155abdc248d7972d6fb32288477699e9963fe8156a48ecc45bb9fd +size 458170 diff --git a/perception/image_level_comprehension/scene_classification/images/1129.png b/perception/image_level_comprehension/scene_classification/images/1129.png new file mode 100644 index 0000000000000000000000000000000000000000..47e0bbae8eeca55e8da0b7b9639c310e1542f614 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a3dfc41b1e96edcfa9c31754f4b39c89245ce485fc7a680910d8bee5ba01df +size 474938 diff --git a/perception/image_level_comprehension/scene_classification/images/113.png b/perception/image_level_comprehension/scene_classification/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..4dff63c0442cc47f72027a852480f72488da1aa1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6107d088f1a8fff4c58e6a4a350738fb679404ee1b96f11ef80546d161fc17a1 +size 191922 diff --git a/perception/image_level_comprehension/scene_classification/images/1130.png b/perception/image_level_comprehension/scene_classification/images/1130.png new file mode 100644 index 0000000000000000000000000000000000000000..e15b50ca5340b95f8ba425fc47c138cbf2ac40e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969cecce88d1b7e640705a7d1c58f56fda3f3ee9a458919e56e843f4821db003 +size 488530 diff --git a/perception/image_level_comprehension/scene_classification/images/1131.png b/perception/image_level_comprehension/scene_classification/images/1131.png new file mode 100644 index 0000000000000000000000000000000000000000..298fcd00b82a5041563332d499a3a861226b6425 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de78990a524656e799495a09ff3c0620ca45ab96e18906d9ecfab0ab376275 +size 439328 diff --git a/perception/image_level_comprehension/scene_classification/images/1132.png b/perception/image_level_comprehension/scene_classification/images/1132.png new file mode 100644 index 0000000000000000000000000000000000000000..7208de36c821c75b36f18e3ffabd17b1d1a5780f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaae9d0af29aae80d39e528db3bd04d0d5b0494539f00a883959095f2b128c7 +size 492958 diff --git a/perception/image_level_comprehension/scene_classification/images/1133.png b/perception/image_level_comprehension/scene_classification/images/1133.png new file mode 100644 index 0000000000000000000000000000000000000000..1bfc5cdfb855d27fe26d45e83a2cd8c5b68c9905 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514e1edb64caaacee6e9bf6482bde86086c19e05bef407fdd65f4bb4f0b75a73 +size 375386 diff --git a/perception/image_level_comprehension/scene_classification/images/1134.png b/perception/image_level_comprehension/scene_classification/images/1134.png new file mode 100644 index 0000000000000000000000000000000000000000..702e67ae73fbcb18dd39d2df33848782ff72098b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f621fb37d11cfb066817c755d0ff722b5d620b66f58a00073de8cad5bcd0df89 +size 512427 diff --git a/perception/image_level_comprehension/scene_classification/images/1135.png b/perception/image_level_comprehension/scene_classification/images/1135.png new file mode 100644 index 0000000000000000000000000000000000000000..2e9fc6d284ad920f664b38d037529e64297efc61 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8443b53d1b1421a17e0705d800ca84ceab3ab226a2ba8dc4d50660b940300f11 +size 501596 diff --git a/perception/image_level_comprehension/scene_classification/images/1136.png b/perception/image_level_comprehension/scene_classification/images/1136.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed0b0c1afccfafdcecf7ab2091ec341d65434a4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2961a60a5cb08936ee221e6e482a0ea5f5974d00ca39de16808e76407d860a78 +size 462948 diff --git a/perception/image_level_comprehension/scene_classification/images/1137.png b/perception/image_level_comprehension/scene_classification/images/1137.png new file mode 100644 index 0000000000000000000000000000000000000000..c3cf1577c70ef63ccce6b15619e298452555cb32 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e4015f9bd5bdf05ed3077754ba7541a0baa8409ba497184a54fac7814ab3e2 +size 460048 diff --git a/perception/image_level_comprehension/scene_classification/images/1138.png b/perception/image_level_comprehension/scene_classification/images/1138.png new file mode 100644 index 0000000000000000000000000000000000000000..179f98e3f8d8a047736115eede040566c4646b82 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e9c9c55ec09ef4ee47909524a181e0bb7b7ad4e24df1f74eab3fb2f77f3cf5 +size 399026 diff --git a/perception/image_level_comprehension/scene_classification/images/1139.png b/perception/image_level_comprehension/scene_classification/images/1139.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1a5ac55a1048b3a37a2ee420077f10aa864ae0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f39aef2779b76a5e861614a51996ca424891b1c954e13f252c5b1032518e941 +size 602243 diff --git a/perception/image_level_comprehension/scene_classification/images/114.png b/perception/image_level_comprehension/scene_classification/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..a58c1fa0707c0ce09c79c5b7f438e5437bdc1174 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c24aff0011bf41a341aebb47a59b344a2c09ce6aeccafd2605761376c57e11 +size 282195 diff --git a/perception/image_level_comprehension/scene_classification/images/1140.png b/perception/image_level_comprehension/scene_classification/images/1140.png new file mode 100644 index 0000000000000000000000000000000000000000..210b2c3005db9f1a5affee197664e09c4d746453 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e5c9255e8132102466cdd8dd059cd7257eeac465ddd9f0755ca91f99eff939 +size 532133 diff --git a/perception/image_level_comprehension/scene_classification/images/1141.png b/perception/image_level_comprehension/scene_classification/images/1141.png new file mode 100644 index 0000000000000000000000000000000000000000..ac78e52394c8ecad872724d2bc6499cd9f26092f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e666dd96a7eef6ed589776c65176f79fd1162bafb9503f34dbeaffc98c8f7c +size 421559 diff --git a/perception/image_level_comprehension/scene_classification/images/1142.png b/perception/image_level_comprehension/scene_classification/images/1142.png new file mode 100644 index 0000000000000000000000000000000000000000..d3adf6d435ca7efdea2ed10f3c533567085a1515 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cee890089dc05070551638ea749fb47e29d4cd4415b08b1edd7ef94d666a21 +size 429064 diff --git a/perception/image_level_comprehension/scene_classification/images/1143.png b/perception/image_level_comprehension/scene_classification/images/1143.png new file mode 100644 index 0000000000000000000000000000000000000000..1814526792441750919997017c611c593eeb9577 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bea40efd36f1947d79cbdc28033d564605b41b68a0e1f5e4e42cd11877026f +size 462744 diff --git a/perception/image_level_comprehension/scene_classification/images/1144.png b/perception/image_level_comprehension/scene_classification/images/1144.png new file mode 100644 index 0000000000000000000000000000000000000000..4079503262a218d5f6eaf02ea9c94d4983982236 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cbcb1b90a08a14eb15399ac691c0e2229a5a801835b650b97e7f03d2f48bb0 +size 457188 diff --git a/perception/image_level_comprehension/scene_classification/images/1145.png b/perception/image_level_comprehension/scene_classification/images/1145.png new file mode 100644 index 0000000000000000000000000000000000000000..43b0a60e5c7888fa40ca8fff47f773839142ad40 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c2613a369931debd5cd8dcfcfaf55b6734da20ff736dd573102b40e465450f +size 378898 diff --git a/perception/image_level_comprehension/scene_classification/images/1146.png b/perception/image_level_comprehension/scene_classification/images/1146.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ef7629815402d9659839893ad619f9eaa9b329 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf1f9d9dc4e4b485e8a1ae01dbcbdb9aca286cc078e403950ed5cece4641653 +size 478686 diff --git a/perception/image_level_comprehension/scene_classification/images/1147.png b/perception/image_level_comprehension/scene_classification/images/1147.png new file mode 100644 index 0000000000000000000000000000000000000000..8c7baac9d0f27199b5b36feae80da7bd6b03cee5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53ad1ef4de84260dc41a2fc9c341d441d541619f6115a471f63e4a9bd4ea20c +size 484735 diff --git a/perception/image_level_comprehension/scene_classification/images/1148.png b/perception/image_level_comprehension/scene_classification/images/1148.png new file mode 100644 index 0000000000000000000000000000000000000000..91ce9f08a346fc44ec8d863652b09054b9da2dc0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c4855230d9873400e57f1c5f7153c4c4c51785959edbbeeca77eec8812423e +size 476572 diff --git a/perception/image_level_comprehension/scene_classification/images/1149.png b/perception/image_level_comprehension/scene_classification/images/1149.png new file mode 100644 index 0000000000000000000000000000000000000000..aa639a576d724cf50a2230c5cc905038ff20a207 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3936fa8bdb1b3e0f2dff57163bd7a522144467678b98e489489cd28a723e9cc1 +size 459457 diff --git a/perception/image_level_comprehension/scene_classification/images/115.png b/perception/image_level_comprehension/scene_classification/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..045d60045f801df4937d586f80b137da46f22373 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bc53abca2b1e0b160ed781671a33bbe53e1dd4fce560414ecfdc953029f2ad +size 243043 diff --git a/perception/image_level_comprehension/scene_classification/images/1150.png b/perception/image_level_comprehension/scene_classification/images/1150.png new file mode 100644 index 0000000000000000000000000000000000000000..d67eb0cb0985b25b8840a12ebe8d78628d20d2bd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41522d7dbf2df72221b1ce960027f22c4d2f6d138514c74edd1b917e3d08ccd8 +size 466145 diff --git a/perception/image_level_comprehension/scene_classification/images/1151.png b/perception/image_level_comprehension/scene_classification/images/1151.png new file mode 100644 index 0000000000000000000000000000000000000000..3a9b9b6dc6c3b107ecc5595fa209b4cd9a816a28 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ad21bd187ebf124e4632a91548404e17d43dde0797ee60a2b60289314d97bf +size 467720 diff --git a/perception/image_level_comprehension/scene_classification/images/1152.png b/perception/image_level_comprehension/scene_classification/images/1152.png new file mode 100644 index 0000000000000000000000000000000000000000..10b64a57d4ddba89a2a54e510a4a01775ab935ff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078e270756413889aab34b0f632eb3d488ff0772dd7ab35a4917cb7da9669e67 +size 529053 diff --git a/perception/image_level_comprehension/scene_classification/images/1153.png b/perception/image_level_comprehension/scene_classification/images/1153.png new file mode 100644 index 0000000000000000000000000000000000000000..b4901203e69f55637d65f7974c8d47d81a225686 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c2c83ba0b8d5df31ab0004f5f2bee2a06a0257b1d309630afdff85af393c44 +size 520928 diff --git a/perception/image_level_comprehension/scene_classification/images/1154.png b/perception/image_level_comprehension/scene_classification/images/1154.png new file mode 100644 index 0000000000000000000000000000000000000000..96ec5cf771a9631580e423e623915e980d0ea36b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205d7e493b9b7184c9b570e8f8de5bd8ee84b3d8abc7abcbb0788f7894bea32d +size 401952 diff --git a/perception/image_level_comprehension/scene_classification/images/1155.png b/perception/image_level_comprehension/scene_classification/images/1155.png new file mode 100644 index 0000000000000000000000000000000000000000..f26c489ca38aa19d6215dd80c0642017a3699b0f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df99939c01184e6cf5a18c109d18a525ae363119f14f7b3abdbda3d46ba6cbe9 +size 505082 diff --git a/perception/image_level_comprehension/scene_classification/images/1156.png b/perception/image_level_comprehension/scene_classification/images/1156.png new file mode 100644 index 0000000000000000000000000000000000000000..66a23ef254fc0c1a029fb34c062b73b7b7c95615 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb8e588cdb155691afe3eba54c266223d1c11ff143da169309777f9a6e568ab +size 439177 diff --git a/perception/image_level_comprehension/scene_classification/images/1157.png b/perception/image_level_comprehension/scene_classification/images/1157.png new file mode 100644 index 0000000000000000000000000000000000000000..9b5f44f31cba3204d974f04813f86d53b3e57b81 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5160f6783495d6bfee9d7a288541bd91667824f33b2c8fbf477db7db2fba70a +size 507213 diff --git a/perception/image_level_comprehension/scene_classification/images/1158.png b/perception/image_level_comprehension/scene_classification/images/1158.png new file mode 100644 index 0000000000000000000000000000000000000000..dba5dcb622d1724310308b182140379c14072a7e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273f46d00347fdca461f68c34f886cd03a9da4808ad35e46665be62272d8a94f +size 455478 diff --git a/perception/image_level_comprehension/scene_classification/images/1159.png b/perception/image_level_comprehension/scene_classification/images/1159.png new file mode 100644 index 0000000000000000000000000000000000000000..1a1ac77525dbedeb8374ea058c756d1d07fccda0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2736f1d829805905bcf82500941978e0738e6f7a18f5c2048720e35b74783fb +size 438665 diff --git a/perception/image_level_comprehension/scene_classification/images/116.png b/perception/image_level_comprehension/scene_classification/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..eece725b9fbb330609eb598a0389280aec01606e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9a9ae3081ab461ff4adbac0675ceec62aaa116671c05160baddffdcdf000e1 +size 200896 diff --git a/perception/image_level_comprehension/scene_classification/images/1160.png b/perception/image_level_comprehension/scene_classification/images/1160.png new file mode 100644 index 0000000000000000000000000000000000000000..4198adfce3ab0348d205755cce10f4fb35a728ef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e721b39bc5e05321f2a5023faf59e31dcae374b3ce9bfb2e29e1e3ff28517d +size 410451 diff --git a/perception/image_level_comprehension/scene_classification/images/1161.png b/perception/image_level_comprehension/scene_classification/images/1161.png new file mode 100644 index 0000000000000000000000000000000000000000..f11dbab72c7d343977d3d775a9951e091fedd566 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addb8747e4f87e6db706a82f2c9fc9dbaf477c22375e761dc22b04609511ddfa +size 474898 diff --git a/perception/image_level_comprehension/scene_classification/images/1162.png b/perception/image_level_comprehension/scene_classification/images/1162.png new file mode 100644 index 0000000000000000000000000000000000000000..edf29ef5dbe68800af4b52d6766290ce324f177c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8e20a69b262c8b8239ec5756dfad4b8c356db33436f6257445b8b42ebefa04 +size 478683 diff --git a/perception/image_level_comprehension/scene_classification/images/1163.png b/perception/image_level_comprehension/scene_classification/images/1163.png new file mode 100644 index 0000000000000000000000000000000000000000..4d40e167f170e1fd40dacbbf0728170853f1a8d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2debe9b492e4ea642be545cc76f7e31c55c1c34104ddace32f6ff2d03a245028 +size 487543 diff --git a/perception/image_level_comprehension/scene_classification/images/1164.png b/perception/image_level_comprehension/scene_classification/images/1164.png new file mode 100644 index 0000000000000000000000000000000000000000..1ef1ffef5cf660afa9ff72a4b91bf8af22addc86 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d727a08c1111f754a17dba281054344417679db88c7d65b7dadc341b2b4b23e +size 455160 diff --git a/perception/image_level_comprehension/scene_classification/images/1165.png b/perception/image_level_comprehension/scene_classification/images/1165.png new file mode 100644 index 0000000000000000000000000000000000000000..045b6ca03b6fb93adf5010fbf61062455df19dcf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb256b12c861ce1e82667ff52cef64011ab20e91f2bad3766ed50b930ac9ffd +size 466390 diff --git a/perception/image_level_comprehension/scene_classification/images/1166.png b/perception/image_level_comprehension/scene_classification/images/1166.png new file mode 100644 index 0000000000000000000000000000000000000000..ef88bf1e40e0e57a38f8ba911209e47835d9ac73 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc5fd950215931c0730c877ace9d44a0850c62ce7999d7c6780a9e2c2779df0 +size 472537 diff --git a/perception/image_level_comprehension/scene_classification/images/1167.png b/perception/image_level_comprehension/scene_classification/images/1167.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb3d05495cf50efd972260a13e8b3b2222848ae --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab2d4cbc84c79ec5ce85e53000665f8d809baaabf87bcf9405725c1a9711a95 +size 473888 diff --git a/perception/image_level_comprehension/scene_classification/images/1168.png b/perception/image_level_comprehension/scene_classification/images/1168.png new file mode 100644 index 0000000000000000000000000000000000000000..51fc6fb14d83f31cecc9ebf999c7f0b5cb43cd9f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8645117799dcbf0c95e84aad8147803ea1b8fff64ae10086c097c1ee116f86b0 +size 455662 diff --git a/perception/image_level_comprehension/scene_classification/images/1169.png b/perception/image_level_comprehension/scene_classification/images/1169.png new file mode 100644 index 0000000000000000000000000000000000000000..139b603f0034636b39cd46c1c379ff02687cd6b5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2d328327efeba5546f3a762e793b1b93d719350d8c2ad69ac5a0b2350ce864 +size 518247 diff --git a/perception/image_level_comprehension/scene_classification/images/117.png b/perception/image_level_comprehension/scene_classification/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f5987507f240ebc1650eb8da76813196d5453a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf30f0850feda22be5c844ece5406469b276f260add9a24badfa58e76bb0d1bb +size 251267 diff --git a/perception/image_level_comprehension/scene_classification/images/1170.png b/perception/image_level_comprehension/scene_classification/images/1170.png new file mode 100644 index 0000000000000000000000000000000000000000..758bf4dbc3cf93af1b41bd306e7dc36e2941b987 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253a2d9023b1f8af116f00962f52a4faa70753d5328064b22a362f5a0ce9c26e +size 450287 diff --git a/perception/image_level_comprehension/scene_classification/images/1171.png b/perception/image_level_comprehension/scene_classification/images/1171.png new file mode 100644 index 0000000000000000000000000000000000000000..66bac40dbd2d9f36fa344921fd81748d23c85d49 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c2e8c8b033cb99aca2bcb5708b58d3d71c553a9906cbc9e1caaf22485b33e1 +size 484436 diff --git a/perception/image_level_comprehension/scene_classification/images/1172.png b/perception/image_level_comprehension/scene_classification/images/1172.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab1dcf42d11904cce81aae381c1b6de1dde1013 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c33ab5b2dc825e45215b3dacd8ee9caa855945d5ce63336055295e6a030b08 +size 492402 diff --git a/perception/image_level_comprehension/scene_classification/images/1173.png b/perception/image_level_comprehension/scene_classification/images/1173.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd6dac18ee7b3254a3631add638f5219437636f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48292d8304e58840ccc166057ac8d9112634637c2f019936ebc54efac4de0a15 +size 467248 diff --git a/perception/image_level_comprehension/scene_classification/images/1174.png b/perception/image_level_comprehension/scene_classification/images/1174.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8e7bd6080151550fc8897de0d0db0cdae3d470 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43fcae76b4a5a65dc7f4a0703ee02adfdd720ede91904b78708f2df43872a1d +size 421647 diff --git a/perception/image_level_comprehension/scene_classification/images/1175.png b/perception/image_level_comprehension/scene_classification/images/1175.png new file mode 100644 index 0000000000000000000000000000000000000000..414ceb9fdb2dd753f8d9da17cf2c6465766b6a7d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa024ecc09ba03e734c3bbd2e1da400372d3ccce1ee086c7697a5dbee594f551 +size 505012 diff --git a/perception/image_level_comprehension/scene_classification/images/1176.png b/perception/image_level_comprehension/scene_classification/images/1176.png new file mode 100644 index 0000000000000000000000000000000000000000..74cd4cfc91f6920739287ea08f8c36ee4ae05b4e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c31aa8cf686b49e5c4f845f7198ccfed7bf73d0f20cb5e34df7c7cb55f960df +size 516256 diff --git a/perception/image_level_comprehension/scene_classification/images/1177.png b/perception/image_level_comprehension/scene_classification/images/1177.png new file mode 100644 index 0000000000000000000000000000000000000000..6271618165d94bf99308e329923d964580c2a910 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e72551540e273acd07a5bff24af8c62ed6b281dd1d6131128ae89ff9e53de97 +size 376456 diff --git a/perception/image_level_comprehension/scene_classification/images/1178.png b/perception/image_level_comprehension/scene_classification/images/1178.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7c12a9427f4e343d66f4b5dce3b4fcdb453ac0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0bf7ab5297e77947a26226dbc1df4f1bdf3606e0e5477fcdf06fb39ba46513 +size 503058 diff --git a/perception/image_level_comprehension/scene_classification/images/1179.png b/perception/image_level_comprehension/scene_classification/images/1179.png new file mode 100644 index 0000000000000000000000000000000000000000..7520690a6bf1acde71ddb2171276ae1c1abbcc56 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1574c88055b724acc0f2fda61ff146580053e4246392edeac6118bfe16460034 +size 411761 diff --git a/perception/image_level_comprehension/scene_classification/images/118.png b/perception/image_level_comprehension/scene_classification/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..e3bf8f9b003b543cd17e84ab83655460e833d02d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7eecd1f1375bfeb095e919dfdf7b1a9cfee2afac11cd8197080ddd09d71ebd +size 250423 diff --git a/perception/image_level_comprehension/scene_classification/images/1180.png b/perception/image_level_comprehension/scene_classification/images/1180.png new file mode 100644 index 0000000000000000000000000000000000000000..068da9f5ad6b5645c983f78ce863a1ec75dcd308 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b690f9e7df5b00cff19f932c462f8bec9ce2414ffb49294cf8e65c356ff34b +size 454862 diff --git a/perception/image_level_comprehension/scene_classification/images/1181.png b/perception/image_level_comprehension/scene_classification/images/1181.png new file mode 100644 index 0000000000000000000000000000000000000000..7200c11977fa34afa1fbaddb6948ca7848b57d97 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423ef0f12efc80375619751f69e56767097d3e6841e5a94f54100583b28d911c +size 464591 diff --git a/perception/image_level_comprehension/scene_classification/images/1182.png b/perception/image_level_comprehension/scene_classification/images/1182.png new file mode 100644 index 0000000000000000000000000000000000000000..2c769a243986d3788d4d67474e22f72e5a856ff1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b93ed17b3cac19b8ef8b574bd27ea20d7702a868bbfa11d0d2af4dcec98f748 +size 478917 diff --git a/perception/image_level_comprehension/scene_classification/images/1183.png b/perception/image_level_comprehension/scene_classification/images/1183.png new file mode 100644 index 0000000000000000000000000000000000000000..d3263915150c0fc78cf0788ab4129b52946b84b8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a12b5d269ec518d324edf412176f6343589f4a8115bd6409893929106c0e283 +size 477693 diff --git a/perception/image_level_comprehension/scene_classification/images/1184.png b/perception/image_level_comprehension/scene_classification/images/1184.png new file mode 100644 index 0000000000000000000000000000000000000000..07a9b54368bc6e755be6d463b3a4586c11471857 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36aacc8844b7fdfea10713010c7f402ecfa9e461ef2077252a1f66e1f2284806 +size 442431 diff --git a/perception/image_level_comprehension/scene_classification/images/1185.png b/perception/image_level_comprehension/scene_classification/images/1185.png new file mode 100644 index 0000000000000000000000000000000000000000..96bb0f1fff8fb22fd09d69a40ae9f6e6c1bcaeeb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aed0fef8a68dd5ccee0685079ec1484ca49ea4d3588ed8087f4e4ab09f43c43 +size 491367 diff --git a/perception/image_level_comprehension/scene_classification/images/1186.png b/perception/image_level_comprehension/scene_classification/images/1186.png new file mode 100644 index 0000000000000000000000000000000000000000..3464abc3812c696706988db8408e1689c481b9c6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff172dda69093ff21f351acd8058851736999853b7b7325498f78ac3b08a7084 +size 474528 diff --git a/perception/image_level_comprehension/scene_classification/images/1187.png b/perception/image_level_comprehension/scene_classification/images/1187.png new file mode 100644 index 0000000000000000000000000000000000000000..afd92f563b3e0a067acc202268d8665796d3f4bf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8083d1e911abb1b59a8e48bb926e3bb7c7684ac9084adbef8e987235bb5844b8 +size 515509 diff --git a/perception/image_level_comprehension/scene_classification/images/1188.png b/perception/image_level_comprehension/scene_classification/images/1188.png new file mode 100644 index 0000000000000000000000000000000000000000..c721de3a2538b058243880291b14e2a222be6996 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35850195e98ab676f610fd72f67b92374ab448cd5f466d2c1ca3c6231cad6135 +size 492047 diff --git a/perception/image_level_comprehension/scene_classification/images/1189.png b/perception/image_level_comprehension/scene_classification/images/1189.png new file mode 100644 index 0000000000000000000000000000000000000000..c47cf5fd856b3fe11b6a7d71b34f7e837e195e48 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c68ee71b6d4e37dd6e868f16d9b9a3b60556231bfda9684fc58582df0a2c61f +size 471456 diff --git a/perception/image_level_comprehension/scene_classification/images/119.png b/perception/image_level_comprehension/scene_classification/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..68e6535d40ab7d3ff5d340ca3e6929d606e4c80b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf126ed6197d95ca041888e2dbd0bdac4fa3d1bbddea9e621f986da507341b0 +size 235876 diff --git a/perception/image_level_comprehension/scene_classification/images/1190.png b/perception/image_level_comprehension/scene_classification/images/1190.png new file mode 100644 index 0000000000000000000000000000000000000000..81c9412287900bc9757f30799160685d88adcd7e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9ab1bdf1b918e4be4a3631ed1dc734c9cb85d549e7ccb52d4dcb3ebfdeec7b +size 426668 diff --git a/perception/image_level_comprehension/scene_classification/images/1191.png b/perception/image_level_comprehension/scene_classification/images/1191.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f7ebe68ea4f0d995dbf0556d0d3d4591b46d37 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b24f113e4891950b2e8fb532c916801da8591d3e3feaf1b5746f1f21d3f8a5 +size 485287 diff --git a/perception/image_level_comprehension/scene_classification/images/1192.png b/perception/image_level_comprehension/scene_classification/images/1192.png new file mode 100644 index 0000000000000000000000000000000000000000..a2111f1c1d1bd994f94e0e6c437acf57d095f328 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d0160a0328940b7aa9a52e874d518d1e2b6f1d14b9bcd7ac58de32f3b78369 +size 413640 diff --git a/perception/image_level_comprehension/scene_classification/images/1193.png b/perception/image_level_comprehension/scene_classification/images/1193.png new file mode 100644 index 0000000000000000000000000000000000000000..1409e9bdf344d42fc95368ad893924b3b65d12a6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb23cb468f7b3e44bb646fd9e584a36c3f297b350d399b4fd8f3e3d10fb1e8d1 +size 400971 diff --git a/perception/image_level_comprehension/scene_classification/images/1194.png b/perception/image_level_comprehension/scene_classification/images/1194.png new file mode 100644 index 0000000000000000000000000000000000000000..294a409e8a26ac950dbe703a9b7cf221674bb4e6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28bff94dd93386bcf3ae9a4204ad5734a8d2b1814e9ab6edeba957714963824 +size 418925 diff --git a/perception/image_level_comprehension/scene_classification/images/1195.png b/perception/image_level_comprehension/scene_classification/images/1195.png new file mode 100644 index 0000000000000000000000000000000000000000..8f77d1879ccf51d33a28d3a9bfb41150caf9bb19 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5d69120a879b9189a705212b7c0fa7ea70b57bde923f762eaf5bd641cebc93 +size 392540 diff --git a/perception/image_level_comprehension/scene_classification/images/1196.png b/perception/image_level_comprehension/scene_classification/images/1196.png new file mode 100644 index 0000000000000000000000000000000000000000..a40a658c8a56276951bd0f75b2b27b8a6290aa3f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d469fb7aadf41782eadb4fbd4fd5d0bc15a6878924e0359004364d00b64b6c2 +size 426810 diff --git a/perception/image_level_comprehension/scene_classification/images/1197.png b/perception/image_level_comprehension/scene_classification/images/1197.png new file mode 100644 index 0000000000000000000000000000000000000000..0e99aba2063443664bf7437f8454854581338abd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851dfae1fb98a3deab73134702ee10ecba526abf3e1277872a8fa7ca62971027 +size 513746 diff --git a/perception/image_level_comprehension/scene_classification/images/1198.png b/perception/image_level_comprehension/scene_classification/images/1198.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4bb22936537e2690bd90a568018c716d0639ec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337b69d8435fd824291b20eba5c824d733aa5994c4e6c4b804cc90ff5e6f5b8b +size 371973 diff --git a/perception/image_level_comprehension/scene_classification/images/1199.png b/perception/image_level_comprehension/scene_classification/images/1199.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5d1fd6f59c778ed469b507f6192124d5d178d1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba763cc422639be895104510157350e15d986906e856f5d32a6a900036b583e7 +size 402576 diff --git a/perception/image_level_comprehension/scene_classification/images/12.png b/perception/image_level_comprehension/scene_classification/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..39fa18baf10c617731305f77bcb7635670d7a928 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb6691cd518e6f5ec79d695e0407ca34e2e298ce2b45fc0a6f6cb474bd756c0 +size 434824 diff --git a/perception/image_level_comprehension/scene_classification/images/120.png b/perception/image_level_comprehension/scene_classification/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..03def0ee07c79d5066de73545ab1b46bdc0bd8ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fceb0d7ee01f67432ef45f587a0c89ffa4e16e42e65ca5097998f7caf58a92f3 +size 288555 diff --git a/perception/image_level_comprehension/scene_classification/images/1200.png b/perception/image_level_comprehension/scene_classification/images/1200.png new file mode 100644 index 0000000000000000000000000000000000000000..1953c77abca6ab4d041edb189827e396f16a4195 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298d3656774440a9956c0d258f4bbd540a8464d269de67caa7a2214eb06f6945 +size 496928 diff --git a/perception/image_level_comprehension/scene_classification/images/1201.png b/perception/image_level_comprehension/scene_classification/images/1201.png new file mode 100644 index 0000000000000000000000000000000000000000..5daaac018cd243e93c7c2e0e0dc89d3e237b96c0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85f25b3ee541e527e14c8448435c08e525bfd635fde87c8da9c35e677e57e59 +size 372351 diff --git a/perception/image_level_comprehension/scene_classification/images/1202.png b/perception/image_level_comprehension/scene_classification/images/1202.png new file mode 100644 index 0000000000000000000000000000000000000000..810d646b01e840d2f14186edb8b93a9f2469828b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6418bd090617db4cb5e73880cbaea83a71d10bed60cfc486aa3ada60066c83a3 +size 500096 diff --git a/perception/image_level_comprehension/scene_classification/images/1203.png b/perception/image_level_comprehension/scene_classification/images/1203.png new file mode 100644 index 0000000000000000000000000000000000000000..da1080ddbefcc4321d0a5c3d352322426c2da153 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6c4f27159ba99e566a31e8c5c2d2aa101f614276009cbd026ab91be36d1ac9 +size 380560 diff --git a/perception/image_level_comprehension/scene_classification/images/1204.png b/perception/image_level_comprehension/scene_classification/images/1204.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef57bfa93d3fcce5653e4a47be94825b9432c2b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d284a36de763f7de432d7a296cfa672b336a2deaa3717524ab69c56098d79bc +size 484002 diff --git a/perception/image_level_comprehension/scene_classification/images/1205.png b/perception/image_level_comprehension/scene_classification/images/1205.png new file mode 100644 index 0000000000000000000000000000000000000000..b93619970b8cd2d5823d0ca3e6d3a5b2d6a827f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ffffbd4c7b6e12ad7cec0c9f786427cd04888df66a0146d27669f920f9d9f8 +size 409533 diff --git a/perception/image_level_comprehension/scene_classification/images/1206.png b/perception/image_level_comprehension/scene_classification/images/1206.png new file mode 100644 index 0000000000000000000000000000000000000000..66e70a2a5ef6d490ecf0413ce17e26a43578ab67 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63f7a337a8c60ea9ee55df44cd540e5229d9e293969531c0abd5d69500b51d4 +size 486222 diff --git a/perception/image_level_comprehension/scene_classification/images/1207.png b/perception/image_level_comprehension/scene_classification/images/1207.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f079508bb94181bcd7d6679339dd749fbcdb64 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171ed79e951e2fe8af303a97a3442b4f4400a22dd8c8dfe2df0c811843f20dbb +size 404410 diff --git a/perception/image_level_comprehension/scene_classification/images/1208.png b/perception/image_level_comprehension/scene_classification/images/1208.png new file mode 100644 index 0000000000000000000000000000000000000000..ba9ad0b5e5174a8554346161315c0f1cc36d91fa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865044984bb4ec24b0331df7dfdfdb1232b514f057d1283ab964e898e7378cdf +size 411984 diff --git a/perception/image_level_comprehension/scene_classification/images/1209.png b/perception/image_level_comprehension/scene_classification/images/1209.png new file mode 100644 index 0000000000000000000000000000000000000000..5f1041c23473ba236e6f3b38a29b895f334c9315 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d11dd3aa80ff882f753441c92c8e824d4454a2764fcd76809884ebb0872f76b +size 413692 diff --git a/perception/image_level_comprehension/scene_classification/images/121.png b/perception/image_level_comprehension/scene_classification/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..c03caced4c888ac01e1c5f2281c212f8dd892723 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2621f1698587effe1714eaa65da8aa70f4d8180ac4cfc036e93e955ad7dd633 +size 248217 diff --git a/perception/image_level_comprehension/scene_classification/images/1210.png b/perception/image_level_comprehension/scene_classification/images/1210.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e24b64255b068c8fb758d2e6a695ed47b5ce81 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedc38a83e47fa9f8515b45ec6d8ccb2782f094ef692a87ae379f4023aeba9e4 +size 418780 diff --git a/perception/image_level_comprehension/scene_classification/images/1211.png b/perception/image_level_comprehension/scene_classification/images/1211.png new file mode 100644 index 0000000000000000000000000000000000000000..3e83f480a5ffa70c31e5e5cb66332e3c7b7e48d0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b171724746d29fa0a2ec1e660d06c0df28121c461e1cecd25e451aaffa9175c +size 490071 diff --git a/perception/image_level_comprehension/scene_classification/images/1212.png b/perception/image_level_comprehension/scene_classification/images/1212.png new file mode 100644 index 0000000000000000000000000000000000000000..d6187c3f980529e19634e0ce3e42c2988ca4e7a2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f454947f44608edfcd2d23574a5ebcebaf29d59be41d70a782f143995462591 +size 422042 diff --git a/perception/image_level_comprehension/scene_classification/images/1213.png b/perception/image_level_comprehension/scene_classification/images/1213.png new file mode 100644 index 0000000000000000000000000000000000000000..6d23816d9a9a8c6496f174703a11fb570e06f1a3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066e939f6d7dc46b8781a587e8b753bd3828d5084fb57e907611f29b08092257 +size 518962 diff --git a/perception/image_level_comprehension/scene_classification/images/1214.png b/perception/image_level_comprehension/scene_classification/images/1214.png new file mode 100644 index 0000000000000000000000000000000000000000..f41caeab2d6211cdc3dc29fcecf645f7ced6dc67 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1400bd992f6bca627ebcec19043825df77085e49a482884f37254d7d75afe0ec +size 526908 diff --git a/perception/image_level_comprehension/scene_classification/images/1215.png b/perception/image_level_comprehension/scene_classification/images/1215.png new file mode 100644 index 0000000000000000000000000000000000000000..8522ebd8873b8f1ec8654fc176754360869e10ee --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4e9faf091bc742425cb81a43ad18077d0c08bb35e5d321d4db02ac55921240 +size 452559 diff --git a/perception/image_level_comprehension/scene_classification/images/1216.png b/perception/image_level_comprehension/scene_classification/images/1216.png new file mode 100644 index 0000000000000000000000000000000000000000..5e57031f85a26649439447078dfeea6cd671f07a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1871d99c8ea0cdf8d82f8f6313bf564f358c18a939195bf4f85f86f3eb90cf1e +size 542462 diff --git a/perception/image_level_comprehension/scene_classification/images/1217.png b/perception/image_level_comprehension/scene_classification/images/1217.png new file mode 100644 index 0000000000000000000000000000000000000000..9a81f859d837db0b7e35e163b775884e5f17bd3c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730ba537f0e559323404d6d7c4c53ac5b2f9ce1ae6c6ce1d26759292232960c4 +size 529501 diff --git a/perception/image_level_comprehension/scene_classification/images/1218.png b/perception/image_level_comprehension/scene_classification/images/1218.png new file mode 100644 index 0000000000000000000000000000000000000000..be44688ca59459e8d8882ab0e1ab7bfc66dfda43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da60c73b0fa2e21bc630f7402ab1b72e46c970d6ed53146d264f4958c1831fb0 +size 520869 diff --git a/perception/image_level_comprehension/scene_classification/images/1219.png b/perception/image_level_comprehension/scene_classification/images/1219.png new file mode 100644 index 0000000000000000000000000000000000000000..bbdddac4d574036ca3bcce159a092ff15b650670 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e8595e589322ecc945a0cce00930d7e308b14df55da2d6a57e1163d54643be +size 485550 diff --git a/perception/image_level_comprehension/scene_classification/images/122.png b/perception/image_level_comprehension/scene_classification/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..c9a0c3cb07b9f829163af1808fc2884f748ef842 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a63b7a20c04e9a7c79fe85ba4faa28b3687ab48a10e19879e64aa68c51a0af3 +size 216396 diff --git a/perception/image_level_comprehension/scene_classification/images/1220.png b/perception/image_level_comprehension/scene_classification/images/1220.png new file mode 100644 index 0000000000000000000000000000000000000000..e42b5aea5e667a466439b7a42028daf588d714e8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945a8f24e7fb9c96ecb9e6a3f26538a5e0189bd99d1e84195954980e7c54ed21 +size 463787 diff --git a/perception/image_level_comprehension/scene_classification/images/1221.png b/perception/image_level_comprehension/scene_classification/images/1221.png new file mode 100644 index 0000000000000000000000000000000000000000..0f1f1c94406b5be06427fc65d5f8316e62da95ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4701d4d46398757bb8ef4dfb81263aabab73b266ed665bab04a577c4272f3057 +size 562693 diff --git a/perception/image_level_comprehension/scene_classification/images/1222.png b/perception/image_level_comprehension/scene_classification/images/1222.png new file mode 100644 index 0000000000000000000000000000000000000000..87b6df259720b714f63699a1b7f9919a4ae83b5e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f638d0f785e4dff9df28e4f0f3a8786a05dbf7e4a0e6a6e94ca1bf1aef9ceb +size 503868 diff --git a/perception/image_level_comprehension/scene_classification/images/1223.png b/perception/image_level_comprehension/scene_classification/images/1223.png new file mode 100644 index 0000000000000000000000000000000000000000..8e6b7999c19d9089a29b059b4e2835a1dee3104a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788bb883c87ae382cd2961a295c27bbd5d88bf3c1e130171acdc5e7a85998a83 +size 549983 diff --git a/perception/image_level_comprehension/scene_classification/images/1224.png b/perception/image_level_comprehension/scene_classification/images/1224.png new file mode 100644 index 0000000000000000000000000000000000000000..33fa155d16752de44c6f5a393a8abedf2ea041d5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97caa8991d5a857de54e56ba0fb8e7b5318050b845f389e9e233fe1a6c046673 +size 400657 diff --git a/perception/image_level_comprehension/scene_classification/images/1225.png b/perception/image_level_comprehension/scene_classification/images/1225.png new file mode 100644 index 0000000000000000000000000000000000000000..513c5951cb58c4dd1d76bb2279cfb841d8c8fd6f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28a7376f9fd89f2da5edba35a04614638430694dc6bc32bee6cb08b4db38b57 +size 538016 diff --git a/perception/image_level_comprehension/scene_classification/images/1226.png b/perception/image_level_comprehension/scene_classification/images/1226.png new file mode 100644 index 0000000000000000000000000000000000000000..9270d09b9af038feabefa7a629b9d65303c6b632 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f37788b35f22ca824bb6a40b67874084bf3c610429bb1726f811c6f635e0cf +size 511366 diff --git a/perception/image_level_comprehension/scene_classification/images/1227.png b/perception/image_level_comprehension/scene_classification/images/1227.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9cfe3cfc95dbad43c386027d1fb04b45893d95 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40b3d73564cd5e30ab9f661b5ebface90b53704f26453bd30b3df5196f564ae +size 517694 diff --git a/perception/image_level_comprehension/scene_classification/images/1228.png b/perception/image_level_comprehension/scene_classification/images/1228.png new file mode 100644 index 0000000000000000000000000000000000000000..576954c1313e9258e004581b5364c121654caa43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7d93f87de83c63f60e113d44043afdaa530e179dadbe5f13a573a480c6d5c1 +size 436334 diff --git a/perception/image_level_comprehension/scene_classification/images/1229.png b/perception/image_level_comprehension/scene_classification/images/1229.png new file mode 100644 index 0000000000000000000000000000000000000000..0798d2d37bbdb3e4780203124c6c2218b025aea1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2205895f355cb69a6b898b5585ccbf5c44508258991bb623585a4f44852acc5 +size 497726 diff --git a/perception/image_level_comprehension/scene_classification/images/123.png b/perception/image_level_comprehension/scene_classification/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..992884a5f1197172e653a3f6cdeb4e7afbc3cabe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b373d4beb2185d2c622a12c192e68fa71e135fcadd6329c8723c52d871ab6573 +size 280917 diff --git a/perception/image_level_comprehension/scene_classification/images/1230.png b/perception/image_level_comprehension/scene_classification/images/1230.png new file mode 100644 index 0000000000000000000000000000000000000000..43bca34a1eba30f37e9dab2ab401d8b533f50f21 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08b9ef1d312b4a9878658da306d43de2ec0298e708c0ba19bd8149baf12752a +size 383437 diff --git a/perception/image_level_comprehension/scene_classification/images/1231.png b/perception/image_level_comprehension/scene_classification/images/1231.png new file mode 100644 index 0000000000000000000000000000000000000000..ee519b8eef42362769cfceef6b15a8028b6fbfba --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e00184858f2811234c63affe7faee89b57b722079c011bac2e61297f4b4859a +size 552657 diff --git a/perception/image_level_comprehension/scene_classification/images/1232.png b/perception/image_level_comprehension/scene_classification/images/1232.png new file mode 100644 index 0000000000000000000000000000000000000000..78023aa41db556f41dd4d02ff0e5c8f999222160 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cc13a1e952bd6ec8dcb8f6d87d8fd7d954dd544209d3d7fc432cc1b9a7f610 +size 444161 diff --git a/perception/image_level_comprehension/scene_classification/images/1233.png b/perception/image_level_comprehension/scene_classification/images/1233.png new file mode 100644 index 0000000000000000000000000000000000000000..dca74931451da5b39c53aaa29c2905c8bc00f1ff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6206aede59669beaedf6758c51a694eac4bbb36e4280b80da392d8fd57424c8 +size 481683 diff --git a/perception/image_level_comprehension/scene_classification/images/1234.png b/perception/image_level_comprehension/scene_classification/images/1234.png new file mode 100644 index 0000000000000000000000000000000000000000..9c6ec9f4cafc7b919a951670345c2f685f46db01 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ade47c5cd03c9b8afe793b9c940b2c4bb029899d8280cab426b0836baece64 +size 356363 diff --git a/perception/image_level_comprehension/scene_classification/images/1235.png b/perception/image_level_comprehension/scene_classification/images/1235.png new file mode 100644 index 0000000000000000000000000000000000000000..50b2a53344c39458522b579a62a845c44d61147f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549265ae68e2b54f344962145a0ac82c7e37711bae47fc31c2de6d4011bc2fa4 +size 458207 diff --git a/perception/image_level_comprehension/scene_classification/images/1236.png b/perception/image_level_comprehension/scene_classification/images/1236.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9d7d20097bab17f2e5a23cf00bd64a1c0ddd6f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed366d34db4a6e44951b31c017f2de5b3e95b96ef02693a5cb879aff59023126 +size 456481 diff --git a/perception/image_level_comprehension/scene_classification/images/1237.png b/perception/image_level_comprehension/scene_classification/images/1237.png new file mode 100644 index 0000000000000000000000000000000000000000..bdefb6c7d68ae7c2fff177f41f2d8f624973488b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ba3afaa82915da780fca7d9fd707d3925e79b0823ffab8dd0e87b55db15863 +size 435313 diff --git a/perception/image_level_comprehension/scene_classification/images/1238.png b/perception/image_level_comprehension/scene_classification/images/1238.png new file mode 100644 index 0000000000000000000000000000000000000000..925f003487618ef19361ddda4e01c29548598efb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048eed8f446dc578707d05d4e3b87b0f094fd0c9b154c764dddd8ed0aea4839d +size 481227 diff --git a/perception/image_level_comprehension/scene_classification/images/1239.png b/perception/image_level_comprehension/scene_classification/images/1239.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e62a2db2f187989577e743e01f64ddac117aa5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354ffff2c5306b900ff7904b5db7c6cb040f087d97e013c837aa5a3ecab25b22 +size 483137 diff --git a/perception/image_level_comprehension/scene_classification/images/124.png b/perception/image_level_comprehension/scene_classification/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..e6ea955b945acfceec65751095a7463f6e704d37 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886c2ccb31d425afe19ec0d575fa359b8e27636e514ca0ae1686e88feadd5950 +size 238204 diff --git a/perception/image_level_comprehension/scene_classification/images/1240.png b/perception/image_level_comprehension/scene_classification/images/1240.png new file mode 100644 index 0000000000000000000000000000000000000000..2db90750eedf5208b4f1eec62e0023ee0e12af4a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a724cddb563ce52e45e0e3524d2fa2bc083416f29da2455c1b236cd68cb83caa +size 480606 diff --git a/perception/image_level_comprehension/scene_classification/images/1241.png b/perception/image_level_comprehension/scene_classification/images/1241.png new file mode 100644 index 0000000000000000000000000000000000000000..14088800c7f7471b699c27b5a4dea1940f68e9ee --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fb28eb9b4c222a3841a730c47b7935bd0a2b5bdcf1090ee1442be474819c32 +size 564568 diff --git a/perception/image_level_comprehension/scene_classification/images/1242.png b/perception/image_level_comprehension/scene_classification/images/1242.png new file mode 100644 index 0000000000000000000000000000000000000000..89d001be840a215aaf99642fce302133c0f772cd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a23ff99547c43980298bb2dfff218ed74df3a7e30057b0a352f3053ab3ce898 +size 532389 diff --git a/perception/image_level_comprehension/scene_classification/images/1243.png b/perception/image_level_comprehension/scene_classification/images/1243.png new file mode 100644 index 0000000000000000000000000000000000000000..2a40245d47801044afe28c04ae059d3cbfd46091 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b14e8d52b75a44e53d6d27fc8b8f06d200bf0cf40c1b3cb9c3539f3f0a954b +size 428429 diff --git a/perception/image_level_comprehension/scene_classification/images/1244.png b/perception/image_level_comprehension/scene_classification/images/1244.png new file mode 100644 index 0000000000000000000000000000000000000000..1c879db2434791d15e8a55b9bf76c12daef415f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fcffca9379fb43b382876868d456d20bb5b93f2162825d9b863bbf55144696 +size 482934 diff --git a/perception/image_level_comprehension/scene_classification/images/1245.png b/perception/image_level_comprehension/scene_classification/images/1245.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5e25bdab2e787e7a148223698cff0ee43365b1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7103a092a9d27a21ab30f13ffb1a3ec3e86868b98bf7c9feb87bf701b809ab4b +size 417930 diff --git a/perception/image_level_comprehension/scene_classification/images/1246.png b/perception/image_level_comprehension/scene_classification/images/1246.png new file mode 100644 index 0000000000000000000000000000000000000000..59365bc6d797cd979fbaa80182297ad39198d11c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a2fabcaeeb82acbd75e9d43bef7b940863715cadbe9e98b6fc27c9e0f442f4 +size 492238 diff --git a/perception/image_level_comprehension/scene_classification/images/1247.png b/perception/image_level_comprehension/scene_classification/images/1247.png new file mode 100644 index 0000000000000000000000000000000000000000..e0ba8b180cbb05beeffbbec665f13fc6acf40844 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1201d1696d8c4afa593ea6aab938696451812adb43fcd2a216cf3ed0c48d6270 +size 491279 diff --git a/perception/image_level_comprehension/scene_classification/images/1248.png b/perception/image_level_comprehension/scene_classification/images/1248.png new file mode 100644 index 0000000000000000000000000000000000000000..08d0ee0dde3d05832a6e724e8e2270af85d0d3cc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd01b7b827f303cb8144e61116f025774b66852eb8bcfb0d3e02daa2af0d37c +size 510891 diff --git a/perception/image_level_comprehension/scene_classification/images/1249.png b/perception/image_level_comprehension/scene_classification/images/1249.png new file mode 100644 index 0000000000000000000000000000000000000000..5eeec344ee451ccb059d44b0e2ac3c9056b37ccd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bede50b2e8569590badfff734c4d522197a7d31e8876fe899ee3d60b4cf4a984 +size 543925 diff --git a/perception/image_level_comprehension/scene_classification/images/125.png b/perception/image_level_comprehension/scene_classification/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..cf6aa822b4c9c71d38022447f64e120c41c06f45 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a552da20937610d6beb21c26b366af16eb660946bde2206f67a163de916582 +size 269968 diff --git a/perception/image_level_comprehension/scene_classification/images/1250.png b/perception/image_level_comprehension/scene_classification/images/1250.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e57243371a09f2fb54f7e71654bedf081a517c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc38ccdd1952d6e1b534c8986a80b589d3a2c516ec674ee83bba72a4ca8abe3 +size 542084 diff --git a/perception/image_level_comprehension/scene_classification/images/1251.png b/perception/image_level_comprehension/scene_classification/images/1251.png new file mode 100644 index 0000000000000000000000000000000000000000..56766964fe6ac080c927dcf3b2277dd6ca97dff4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb756d7aed9eb675b123e65a0a9718a99511146612f0121d9dddcae0f9ef88c +size 521683 diff --git a/perception/image_level_comprehension/scene_classification/images/1252.png b/perception/image_level_comprehension/scene_classification/images/1252.png new file mode 100644 index 0000000000000000000000000000000000000000..23805f61a634db4c962c68ed7bbc787a30fb5d2e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba488ec22904d84381ee87b9ebea01097141a028f63f448006c8a89e375f29c4 +size 556713 diff --git a/perception/image_level_comprehension/scene_classification/images/1253.png b/perception/image_level_comprehension/scene_classification/images/1253.png new file mode 100644 index 0000000000000000000000000000000000000000..e7bbd1c0a1f796cd3bee53ccc429c3a3d6aa0212 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee2751fabe3607f7225e404bb4039726342a2f7733b1401678e5390c80525a7 +size 502216 diff --git a/perception/image_level_comprehension/scene_classification/images/1254.png b/perception/image_level_comprehension/scene_classification/images/1254.png new file mode 100644 index 0000000000000000000000000000000000000000..e8379f6745fab0a8269bb0f28bc75b639fa18099 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e6e34e4478720882f8676fe180b047b4bd4535ea067e97953fb7d0ed3230f1 +size 508939 diff --git a/perception/image_level_comprehension/scene_classification/images/1255.png b/perception/image_level_comprehension/scene_classification/images/1255.png new file mode 100644 index 0000000000000000000000000000000000000000..63ec57bcfaa660dd22401c6f94d0c6e2463d9d77 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cf1210af7a993ccbb0a0e150cae7f4dd1baec1b3b62d6b30cd0c4b3d18ad5b +size 515081 diff --git a/perception/image_level_comprehension/scene_classification/images/1256.png b/perception/image_level_comprehension/scene_classification/images/1256.png new file mode 100644 index 0000000000000000000000000000000000000000..d88eb95ac26dbd6754fa4abb24db65f7fd4e7970 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f6fa3cb03bdfbe2436138d6bd4db6b733b7d47675c5f7ef7fef403989d1f5e +size 483185 diff --git a/perception/image_level_comprehension/scene_classification/images/1257.png b/perception/image_level_comprehension/scene_classification/images/1257.png new file mode 100644 index 0000000000000000000000000000000000000000..55e0f7597ef514e0a8cb5260e51ff0a1c2aae756 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3408aec1a2a4476d91ddfc48377cfe51686a8eb13aee9a40a072fb55e3ae97 +size 494189 diff --git a/perception/image_level_comprehension/scene_classification/images/1258.png b/perception/image_level_comprehension/scene_classification/images/1258.png new file mode 100644 index 0000000000000000000000000000000000000000..16b9a73ddb45068bb403b1028a1db99cb6026956 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b40b1c09a97c074960290381ae1c3cfdcc590744dc603e3e82d742fcf7cd31 +size 526328 diff --git a/perception/image_level_comprehension/scene_classification/images/1259.png b/perception/image_level_comprehension/scene_classification/images/1259.png new file mode 100644 index 0000000000000000000000000000000000000000..e4956a5a5298cc63e9df0d1fe111b6675f55c6e6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173887d0a54a8fd818dc0e0a7f2bdacae00d9648a824c1bda6faa896e2d8be26 +size 484660 diff --git a/perception/image_level_comprehension/scene_classification/images/126.png b/perception/image_level_comprehension/scene_classification/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc96173b16dc6f87383cdef1e9fc0bddd9a4906 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860e560f1475e231543641c300b93e7843efeeca8017bef8813bc726ca8a16da +size 264620 diff --git a/perception/image_level_comprehension/scene_classification/images/1260.png b/perception/image_level_comprehension/scene_classification/images/1260.png new file mode 100644 index 0000000000000000000000000000000000000000..252666b74374742241d2e2cca5316cc8dea9a3c3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126f74e1d39ec1f885dc224dc5123601c35662247b7f8de8137dac75d10462f4 +size 509695 diff --git a/perception/image_level_comprehension/scene_classification/images/1261.png b/perception/image_level_comprehension/scene_classification/images/1261.png new file mode 100644 index 0000000000000000000000000000000000000000..e5702e93626adfb678dfec01bfcf0ad4fee1485e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822b8e31444c0102aed9f44a30927034a0f9976563acb7caec21961b12c0e72c +size 531689 diff --git a/perception/image_level_comprehension/scene_classification/images/1262.png b/perception/image_level_comprehension/scene_classification/images/1262.png new file mode 100644 index 0000000000000000000000000000000000000000..89a51604a50870b6a2b3ba3fe289111ada9dffaa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e994115f15cdfcf18c5bd4458d439786ae9e9eaa632fa781bbbcdd5449653f +size 493276 diff --git a/perception/image_level_comprehension/scene_classification/images/1263.png b/perception/image_level_comprehension/scene_classification/images/1263.png new file mode 100644 index 0000000000000000000000000000000000000000..c231c502e3083d4927202f804e76fb36bfedf245 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b38ed42ddfea4d102b0dfaa99dca7a888d1837f0494c152ac2844cfdb1705ba +size 512983 diff --git a/perception/image_level_comprehension/scene_classification/images/1264.png b/perception/image_level_comprehension/scene_classification/images/1264.png new file mode 100644 index 0000000000000000000000000000000000000000..1426caa2e7bec363ca160ecce92ab6561b496309 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29be65f7d75e3fd96bdfde4de55822996e1eb4c1b55dba0e1d240647a547411 +size 512999 diff --git a/perception/image_level_comprehension/scene_classification/images/1265.png b/perception/image_level_comprehension/scene_classification/images/1265.png new file mode 100644 index 0000000000000000000000000000000000000000..04c4caed8635489ed5bd50ef56abfbc2a4859ad0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be3ff158d8f9dafe48c55f9de72d77baff63f20679e8bfc8aa9dffb7fbc84c5 +size 524578 diff --git a/perception/image_level_comprehension/scene_classification/images/1266.png b/perception/image_level_comprehension/scene_classification/images/1266.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ceaeba06841363a092459da9b4fcffd140bde7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24eee5a4069867388380076d861315e9de0714bad9ec6d81d8c1786c13523442 +size 514015 diff --git a/perception/image_level_comprehension/scene_classification/images/1267.png b/perception/image_level_comprehension/scene_classification/images/1267.png new file mode 100644 index 0000000000000000000000000000000000000000..0c777ec4b8ad6225e45ee777ff9ecd909b01b7d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c8437ecf8722dd6e78f0a6d8d39286a006424bbf0572fde1f4cab4ca457de2 +size 513317 diff --git a/perception/image_level_comprehension/scene_classification/images/1268.png b/perception/image_level_comprehension/scene_classification/images/1268.png new file mode 100644 index 0000000000000000000000000000000000000000..d30f1a630d3c2c1da0383ea534fa8bd0cc2338ff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4962b20e94b0641311861e1f2b4e47cd7d7a85704ca0f3302fc25b6a93b5f08f +size 529233 diff --git a/perception/image_level_comprehension/scene_classification/images/1269.png b/perception/image_level_comprehension/scene_classification/images/1269.png new file mode 100644 index 0000000000000000000000000000000000000000..d6706ee139fe9d3b87d02a1aa998d760c533110d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed5d5776a1e8b1ccf7b96132f5815dc0ae32ca98ccbd7bdc38e1ff9cc012647 +size 527428 diff --git a/perception/image_level_comprehension/scene_classification/images/127.png b/perception/image_level_comprehension/scene_classification/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ca628223d40d340112f2da3f6f73a73a6c49ec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddadd53dad176932c3b2393fadc7f08a7b2b9562362eb973e630da82f06fa85f +size 425671 diff --git a/perception/image_level_comprehension/scene_classification/images/1270.png b/perception/image_level_comprehension/scene_classification/images/1270.png new file mode 100644 index 0000000000000000000000000000000000000000..3c96e24bf6ed672666cc11dfc02581dc4a90ec61 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7170b06458b7c50474138b938fffb6cb6d5b1d23a0399febae1ab4c8c6cd428e +size 515298 diff --git a/perception/image_level_comprehension/scene_classification/images/1271.png b/perception/image_level_comprehension/scene_classification/images/1271.png new file mode 100644 index 0000000000000000000000000000000000000000..0c301c7b1003413ba87c054e824e0ce79eb102e6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2312167cd869a5109894a9a1fe2535779df69170e432cdd615772372444efebd +size 515971 diff --git a/perception/image_level_comprehension/scene_classification/images/1272.png b/perception/image_level_comprehension/scene_classification/images/1272.png new file mode 100644 index 0000000000000000000000000000000000000000..f68a3ebc567ebb72dff0a61e3206d811573583ef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9e53ddea6fbb7a0e9fbb2b8881be213b39de06db94c1b60c6f44df384b01f8 +size 518670 diff --git a/perception/image_level_comprehension/scene_classification/images/1273.png b/perception/image_level_comprehension/scene_classification/images/1273.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa4c4264241209d2d3c31ec159a864444d32639 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6b19afaa9f60611beeb8cac7b0de500baa565ae630ecca8d190b5d05259aab +size 519166 diff --git a/perception/image_level_comprehension/scene_classification/images/1274.png b/perception/image_level_comprehension/scene_classification/images/1274.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb1665d848c249e4c02bc80467cc4c1aa5f40ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5a8700f78e4d647201e0e593262059f5abbe2bf087369bda3426411287cfcb +size 515747 diff --git a/perception/image_level_comprehension/scene_classification/images/1275.png b/perception/image_level_comprehension/scene_classification/images/1275.png new file mode 100644 index 0000000000000000000000000000000000000000..3f59f5c0c644dd8a5de34ed55bdccadc2462ec33 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714ec0defe9f899dcd8e41a760b29cc7cffd55170203f5fe6e20cb3019ceab84 +size 540722 diff --git a/perception/image_level_comprehension/scene_classification/images/1276.png b/perception/image_level_comprehension/scene_classification/images/1276.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec9ffe463deb289e948299ad6e1677820faceaa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4cd6af8c082e1466d44e5f2f88ee2c48f08931de89825d86f919e251ed97c7 +size 521101 diff --git a/perception/image_level_comprehension/scene_classification/images/1277.png b/perception/image_level_comprehension/scene_classification/images/1277.png new file mode 100644 index 0000000000000000000000000000000000000000..0d97860aac7256ddc6b1dc3a27aa5141d086482c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426c44f2ad27a3c79e5772c32ceda0e09b11191ed510e8cbd5c09b251814b79c +size 514974 diff --git a/perception/image_level_comprehension/scene_classification/images/1278.png b/perception/image_level_comprehension/scene_classification/images/1278.png new file mode 100644 index 0000000000000000000000000000000000000000..3265059ba9e11683670a34bfde09f03ff7e9e258 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf18ddc21e68e0a3b533136ad421429f16043447fca415b13a6b7e7a20fd82d +size 509826 diff --git a/perception/image_level_comprehension/scene_classification/images/1279.png b/perception/image_level_comprehension/scene_classification/images/1279.png new file mode 100644 index 0000000000000000000000000000000000000000..e06e756c3d340cdfa70cbf20eb34c0820d409f46 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5efd498e39a6db9813732e65cd25e974f0891eac3c5ed465c5d7bd8f1a64382 +size 509800 diff --git a/perception/image_level_comprehension/scene_classification/images/128.png b/perception/image_level_comprehension/scene_classification/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..a756a32ec79274207704ee088f230c3b25e6c55c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f039b3101b338beb74312f06a65993fc47daae1d99702e25f2613ac3838799f6 +size 441696 diff --git a/perception/image_level_comprehension/scene_classification/images/1280.png b/perception/image_level_comprehension/scene_classification/images/1280.png new file mode 100644 index 0000000000000000000000000000000000000000..4030c6969771d8225450dff5453f92d87776c3ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268b67afd78d5d7af69be446055226ce1f02678f3cb83105fc8fe025699425f2 +size 503848 diff --git a/perception/image_level_comprehension/scene_classification/images/1281.png b/perception/image_level_comprehension/scene_classification/images/1281.png new file mode 100644 index 0000000000000000000000000000000000000000..53ed5c1921fd843239296a16b12a0080f259759a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a66de53653eaed47842bd277c72fea36a02c63bdb4ad0b42fd0efc73e1cfdd +size 521594 diff --git a/perception/image_level_comprehension/scene_classification/images/1282.png b/perception/image_level_comprehension/scene_classification/images/1282.png new file mode 100644 index 0000000000000000000000000000000000000000..54b2fd146461d17c0e26f31e96b664e27a68c720 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc9e2041c037a314d7dd18e73777f4897c05e81020177fd02c96638cad6a676 +size 542162 diff --git a/perception/image_level_comprehension/scene_classification/images/1283.png b/perception/image_level_comprehension/scene_classification/images/1283.png new file mode 100644 index 0000000000000000000000000000000000000000..8985d2bb814b8716b0bca0d4721665ff57d8c24a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a885da9b2e82a1ee60be1224fd248a53518e23cf726d402705ccd4687f578c7 +size 521535 diff --git a/perception/image_level_comprehension/scene_classification/images/1284.png b/perception/image_level_comprehension/scene_classification/images/1284.png new file mode 100644 index 0000000000000000000000000000000000000000..6688f3c99ae8cb39f636400c2ea6fce3c504d463 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f7e6e343abe69696207eab012cf776d16f653aa9db53b25038eac0608bf0cf +size 522641 diff --git a/perception/image_level_comprehension/scene_classification/images/1285.png b/perception/image_level_comprehension/scene_classification/images/1285.png new file mode 100644 index 0000000000000000000000000000000000000000..57b6d19fe2c90d0a30899e23c1223ff44e157c6d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec90829a6d8a8ac236a913cfde87ce5862d6ba0342bd3df3cb3d8094b366ccb8 +size 511509 diff --git a/perception/image_level_comprehension/scene_classification/images/1286.png b/perception/image_level_comprehension/scene_classification/images/1286.png new file mode 100644 index 0000000000000000000000000000000000000000..889d49d41382f0e8a4a83528cae1cda2d2dda20b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a6d2920b566372bf3fef6110149d58c30d410c3369359c0e7dedeeb1f732cb +size 496157 diff --git a/perception/image_level_comprehension/scene_classification/images/1287.png b/perception/image_level_comprehension/scene_classification/images/1287.png new file mode 100644 index 0000000000000000000000000000000000000000..ddebd8ad7df6b64a7df3a8bb8abfe5e77166c9d1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f6274035095d23728e2807a57f8b3502fa97920864d47d6ea8cb5770c03c83 +size 525388 diff --git a/perception/image_level_comprehension/scene_classification/images/1288.png b/perception/image_level_comprehension/scene_classification/images/1288.png new file mode 100644 index 0000000000000000000000000000000000000000..dd98f046259092c6ded3d5b7bc7ff379263229f1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be653ec9bcb0243df05c9c36c5bb3574c29ce21138fe984a7c4bb943c04bda68 +size 507974 diff --git a/perception/image_level_comprehension/scene_classification/images/1289.png b/perception/image_level_comprehension/scene_classification/images/1289.png new file mode 100644 index 0000000000000000000000000000000000000000..719b2cf48b6dac395db8b00bd063a7425e0aa6de --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee71a748f9aef41299abc491b50b12dc4eae7111de62e2f8aca82c356372f4a +size 519212 diff --git a/perception/image_level_comprehension/scene_classification/images/129.png b/perception/image_level_comprehension/scene_classification/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..0e48401a4209c6b0a02b2154eade3f78db08d0bf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e03b4b1aa2517a337298b6d0daa8b811e41cd857826d7fa8675df4bbb59f48d +size 521476 diff --git a/perception/image_level_comprehension/scene_classification/images/1290.png b/perception/image_level_comprehension/scene_classification/images/1290.png new file mode 100644 index 0000000000000000000000000000000000000000..dde7ec84b559effffdab33adacf1e5fdd6d34c32 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1f75fa44a396bc1f5bff5d11e4c1150455899187e0e93f0771d4e78e1393f7 +size 522573 diff --git a/perception/image_level_comprehension/scene_classification/images/1291.png b/perception/image_level_comprehension/scene_classification/images/1291.png new file mode 100644 index 0000000000000000000000000000000000000000..b80e5af9e7a77e6ebe03cfe78f712c1a3410b0fd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a73dea1ae06942c0e4e36b8054ab8fd440a7c1beeab25955164c6d276b08f5 +size 534270 diff --git a/perception/image_level_comprehension/scene_classification/images/1292.png b/perception/image_level_comprehension/scene_classification/images/1292.png new file mode 100644 index 0000000000000000000000000000000000000000..9da41279eb81302a7fb10f9c240ebbde557d07e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ffd93a50c9d96b2881ecca042ceb9c78f23e979cdccf013db61fa066520038 +size 505010 diff --git a/perception/image_level_comprehension/scene_classification/images/1293.png b/perception/image_level_comprehension/scene_classification/images/1293.png new file mode 100644 index 0000000000000000000000000000000000000000..d7d618bad3fe0b45c0f4f9204a219d1e678c5d79 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3062a2c64b6d69621184f53ae47b481fa199970daf282849150e463436b25dff +size 518914 diff --git a/perception/image_level_comprehension/scene_classification/images/1294.png b/perception/image_level_comprehension/scene_classification/images/1294.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9b93eb6669d06f7e9a5c0caaef6719738f6120 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09329d3f16ffdb5ac8154e0581af878336ee72813515a135c4a2895d2915df44 +size 502691 diff --git a/perception/image_level_comprehension/scene_classification/images/1295.png b/perception/image_level_comprehension/scene_classification/images/1295.png new file mode 100644 index 0000000000000000000000000000000000000000..da4b63f49166501fc5e507242e31b644982674ff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccac77ff52950b30f8db7e307769fbddcb45654271799cdf9225d7f8f77fe61 +size 502874 diff --git a/perception/image_level_comprehension/scene_classification/images/1296.png b/perception/image_level_comprehension/scene_classification/images/1296.png new file mode 100644 index 0000000000000000000000000000000000000000..78aa56bfa0c3ac0ad9f4819224aef5021af5e6c5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126698e44cf728f330809aac2e274404e736372e5feb866f582d4d12438c8126 +size 505284 diff --git a/perception/image_level_comprehension/scene_classification/images/1297.png b/perception/image_level_comprehension/scene_classification/images/1297.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c0c4a92972a534a85daff65b80e24147fe95d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef351ff9425e030750268e52eeb6e2560b638600e9320cfa7b5c7c90e39452e +size 509683 diff --git a/perception/image_level_comprehension/scene_classification/images/1298.png b/perception/image_level_comprehension/scene_classification/images/1298.png new file mode 100644 index 0000000000000000000000000000000000000000..e7dc46e413342846b6407382680b0f677cb346fa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1598fe131900b2f669d29b25828415c3326f22d68e5fe15045fbef78760e514b +size 554423 diff --git a/perception/image_level_comprehension/scene_classification/images/1299.png b/perception/image_level_comprehension/scene_classification/images/1299.png new file mode 100644 index 0000000000000000000000000000000000000000..3539b844f5f87d7b650e0f93e112e3f4880512bf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd5cb2d729dafad184f34918cdff1151663404a6daf750f1f75bb7d0524b7e2 +size 511927 diff --git a/perception/image_level_comprehension/scene_classification/images/13.png b/perception/image_level_comprehension/scene_classification/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e0de609dfaca2bb5138b941007c663be1244061b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7082dc2a835edea2e970a5d063f19d329dd84be63d08159861d89d4810e96b9b +size 275866 diff --git a/perception/image_level_comprehension/scene_classification/images/130.png b/perception/image_level_comprehension/scene_classification/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..51eee7485b99987028c534174b163c9a737de929 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992478214c4dc3f460ad8937c92561e61524c5699f8963002d9a9636a185eee5 +size 536144 diff --git a/perception/image_level_comprehension/scene_classification/images/1300.png b/perception/image_level_comprehension/scene_classification/images/1300.png new file mode 100644 index 0000000000000000000000000000000000000000..05fc0875881ed58732068a37a7d825a2cfa34207 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f39db3654122bebee10d920a2ef254517039cde6e0df618c5242dc28be4310 +size 501081 diff --git a/perception/image_level_comprehension/scene_classification/images/1301.png b/perception/image_level_comprehension/scene_classification/images/1301.png new file mode 100644 index 0000000000000000000000000000000000000000..8954f8f5f074a608bbe2a2bd2ab6f592e9bb688e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f341a685d73514285088b4fd9bbf3b7a7ea1e001ad1104e157d5f994636a75 +size 498182 diff --git a/perception/image_level_comprehension/scene_classification/images/1302.png b/perception/image_level_comprehension/scene_classification/images/1302.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd6107b5c904fef018a6fb0287e33d473c944ae --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1a09df9a8ed571a0f4b3ae19495af066a3c8d3ba74f362126700d4e599ce2f +size 501232 diff --git a/perception/image_level_comprehension/scene_classification/images/1303.png b/perception/image_level_comprehension/scene_classification/images/1303.png new file mode 100644 index 0000000000000000000000000000000000000000..678f6e507be493df36f5621d49ba030d0df98daa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8620cc06311c9b3930f3b943467e3f3e9f9f1b24d0e5586ffe767971401dd0d0 +size 494660 diff --git a/perception/image_level_comprehension/scene_classification/images/1304.png b/perception/image_level_comprehension/scene_classification/images/1304.png new file mode 100644 index 0000000000000000000000000000000000000000..8a97cd86ace6c49b393a5aac7c3952ee1b447cef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3e97734b2a753bd3c2f1325b52b8348a6eb95df9b5837f83eb1af3de305871 +size 494863 diff --git a/perception/image_level_comprehension/scene_classification/images/1305.png b/perception/image_level_comprehension/scene_classification/images/1305.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f66b0c96e7067f5f9fe06e4c570458113fa45c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e6d92c158430aa8e1c483cf6b9149602ef8499376bf5ba98b1fa976bebf30a +size 502230 diff --git a/perception/image_level_comprehension/scene_classification/images/1306.png b/perception/image_level_comprehension/scene_classification/images/1306.png new file mode 100644 index 0000000000000000000000000000000000000000..a7acabcf03efdc860e22cb409265bfd79d518cf6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7c6812c05e96fa2353e75f9f87be0b4c1b700cc76d1add03e375c1f5d2484c +size 505350 diff --git a/perception/image_level_comprehension/scene_classification/images/1307.png b/perception/image_level_comprehension/scene_classification/images/1307.png new file mode 100644 index 0000000000000000000000000000000000000000..77314eb404ed2704ac780edada7d162790f59a07 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6f871e46980be8f14869c2c55a74cfdd064f966fd5ade8380a4a3f9340240e +size 511565 diff --git a/perception/image_level_comprehension/scene_classification/images/1308.png b/perception/image_level_comprehension/scene_classification/images/1308.png new file mode 100644 index 0000000000000000000000000000000000000000..59fba8b4b4f2c0b632322893310236fd4411341f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d2b1fdd891aeec19bba33c65994f836942cd905652245dab342a5986e1a6e6 +size 543296 diff --git a/perception/image_level_comprehension/scene_classification/images/1309.png b/perception/image_level_comprehension/scene_classification/images/1309.png new file mode 100644 index 0000000000000000000000000000000000000000..056f65ba51dc32289bad848cdfcd9a8325b5b50d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be82be10c3c00a2b32f2b49110a8eb24bb03beaf80691b570004605f2b45509 +size 517546 diff --git a/perception/image_level_comprehension/scene_classification/images/131.png b/perception/image_level_comprehension/scene_classification/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..692386609f639f8603dece9510ef03437338e645 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af341e117053aa39dc37edfadcc3aa31ac98354d0f5394be1d73c81ef378214c +size 442605 diff --git a/perception/image_level_comprehension/scene_classification/images/1310.png b/perception/image_level_comprehension/scene_classification/images/1310.png new file mode 100644 index 0000000000000000000000000000000000000000..56120da3f6da869e3597f9f75f5f27efc13b84ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2f750289a9c267ba284d2007ab10be7dcd6485b8035737a89680b5e08417a9 +size 510363 diff --git a/perception/image_level_comprehension/scene_classification/images/1311.png b/perception/image_level_comprehension/scene_classification/images/1311.png new file mode 100644 index 0000000000000000000000000000000000000000..43d0ad89838a907657036d41cfe8dc1ee0732195 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f021092adf664e28649e941fa82f930479d7586ac92c1319ee80d58685159d49 +size 508131 diff --git a/perception/image_level_comprehension/scene_classification/images/1312.png b/perception/image_level_comprehension/scene_classification/images/1312.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb2867aa8747570e29580841c7581405bf945a4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b914e1bf9916529bf09efae76bf5b2e7bdd6ef7af3a10a0874fd74de85bdc48 +size 519330 diff --git a/perception/image_level_comprehension/scene_classification/images/1313.png b/perception/image_level_comprehension/scene_classification/images/1313.png new file mode 100644 index 0000000000000000000000000000000000000000..fdb3e4d188bc38b7ed6e803a4506296727f8b125 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524a601ec5b21bd13081938000d8bc752e54efdc2aac90cb1d9b8db7236c770f +size 518382 diff --git a/perception/image_level_comprehension/scene_classification/images/1314.png b/perception/image_level_comprehension/scene_classification/images/1314.png new file mode 100644 index 0000000000000000000000000000000000000000..29b315bdd0f6f489f72130a1c09cec44ee34df73 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24d92c76d5ec89a0aef0812fdebc83c7e8aa71d5e72706f4324405076ac24a6 +size 540187 diff --git a/perception/image_level_comprehension/scene_classification/images/1315.png b/perception/image_level_comprehension/scene_classification/images/1315.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2573131e72d8fdd3bc9a1e420ae94a703d16f0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54357e0ba417d30b2d87fc781bdf882b0b9fdf809ffe3f409b9852894bd7dbc2 +size 549125 diff --git a/perception/image_level_comprehension/scene_classification/images/1316.png b/perception/image_level_comprehension/scene_classification/images/1316.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce975d60cfdca72f451b9f1415b89593673c09f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326053dc48c6f1aa3e11c27de395960fdea39451ef13f200a16a95881549bbcf +size 513720 diff --git a/perception/image_level_comprehension/scene_classification/images/1317.png b/perception/image_level_comprehension/scene_classification/images/1317.png new file mode 100644 index 0000000000000000000000000000000000000000..c1dce400274e4cbc2ab6e65cb7dbcd5e609e716f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb4eb4e1763a10f46c9b81d1e6310c92ccf1c8490641ff22d53397045311724 +size 519386 diff --git a/perception/image_level_comprehension/scene_classification/images/1318.png b/perception/image_level_comprehension/scene_classification/images/1318.png new file mode 100644 index 0000000000000000000000000000000000000000..65d1b6b2afc0dd2cc9ab492841ffe72ccd3fea4f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2508a2343a007e0181488d42ba8342349e3bb6462fe8b8b74e5b22fd8eb179 +size 509985 diff --git a/perception/image_level_comprehension/scene_classification/images/1319.png b/perception/image_level_comprehension/scene_classification/images/1319.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9658f98f956d1fb7213dc5374fbba31ea1c9f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c98d2aa9124c356b8624893a6124e1a50aad6e52e65fdb52acf6accb335c28 +size 519353 diff --git a/perception/image_level_comprehension/scene_classification/images/132.png b/perception/image_level_comprehension/scene_classification/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb0abf42d9a11f72543329c3515ad06452340c5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49a35003ca269a63300f81f9337a5e8374b193d75b98d2677a3257e88d9d9b6 +size 443955 diff --git a/perception/image_level_comprehension/scene_classification/images/1320.png b/perception/image_level_comprehension/scene_classification/images/1320.png new file mode 100644 index 0000000000000000000000000000000000000000..7d8eaafe25db7b43b47fb561a41fdc815eb47ee3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8789c824e2fc2cab2e460871a1db8a2a224e5cbe3a9e5116681ba52f5f1a5aa +size 521116 diff --git a/perception/image_level_comprehension/scene_classification/images/1321.png b/perception/image_level_comprehension/scene_classification/images/1321.png new file mode 100644 index 0000000000000000000000000000000000000000..104d04d364bbf1e95ea2ae498edac403d1424817 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1148bc6a9cb464a9829bb5240adf72946d8f53b6a09ebae4af1883340e90f545 +size 526092 diff --git a/perception/image_level_comprehension/scene_classification/images/1322.png b/perception/image_level_comprehension/scene_classification/images/1322.png new file mode 100644 index 0000000000000000000000000000000000000000..845c3611ed9d5d6d7fe618965616d4b7d46ef8fe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce74dbdaffe2c5b67cd5694598c1296cf60a229f96dcd8da26a826c634b6ac5 +size 536401 diff --git a/perception/image_level_comprehension/scene_classification/images/1323.png b/perception/image_level_comprehension/scene_classification/images/1323.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f60abd47232eb09bd2e1ddc30eefa3143a7844 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ee0854ae787c319615725f556d0caef2e9a35d2c4ba282a29523e4cf67905b +size 534467 diff --git a/perception/image_level_comprehension/scene_classification/images/1324.png b/perception/image_level_comprehension/scene_classification/images/1324.png new file mode 100644 index 0000000000000000000000000000000000000000..f4ec26a842cf75dd3410a52b3882e5622aed2135 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620a2d7ce98d08db7c528be6fe7ce776f89d4b468a5baf1923636e3f0e570f52 +size 539288 diff --git a/perception/image_level_comprehension/scene_classification/images/1325.png b/perception/image_level_comprehension/scene_classification/images/1325.png new file mode 100644 index 0000000000000000000000000000000000000000..a14acdea748b980e9a4c6543e5de3f6ba91363d6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aff916267073c3b896cf227ebe21b874bc6712f3a19bf8666c5fa0f487bd11a +size 528697 diff --git a/perception/image_level_comprehension/scene_classification/images/1326.png b/perception/image_level_comprehension/scene_classification/images/1326.png new file mode 100644 index 0000000000000000000000000000000000000000..8022af8e725b4069302752e6ccd0720d1e597595 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e9db5c2097c66f9894c98aadd2eac03abf669a46354a1969f975d42b77ac43 +size 510127 diff --git a/perception/image_level_comprehension/scene_classification/images/1327.png b/perception/image_level_comprehension/scene_classification/images/1327.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c640770164396c0116391944820086fc07f024 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dee33e9cbf144588801274b63333820f7489eaa07cc78809cdffc2373242dc9 +size 518786 diff --git a/perception/image_level_comprehension/scene_classification/images/1328.png b/perception/image_level_comprehension/scene_classification/images/1328.png new file mode 100644 index 0000000000000000000000000000000000000000..a0aef218cd50e437f95a61616ec453b5c4a25c58 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986e8252eae55aec34c01fa068b1c1e5f6ba2dd757cf0789ee875bc93d894e87 +size 532463 diff --git a/perception/image_level_comprehension/scene_classification/images/1329.png b/perception/image_level_comprehension/scene_classification/images/1329.png new file mode 100644 index 0000000000000000000000000000000000000000..a40b925f1579b5f86117fd2f5e1a985bc99d4ce8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e0ace1849fba496e788573c0d3ef7941b4d323b5a984f25a1bd172f7868526 +size 520441 diff --git a/perception/image_level_comprehension/scene_classification/images/133.png b/perception/image_level_comprehension/scene_classification/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..da371043b388dc58546105ecb892e4c6f796a104 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1370254a5eb17bda937d1629abc9116c9665433ccf237d520a980e70c866a8ec +size 548617 diff --git a/perception/image_level_comprehension/scene_classification/images/1330.png b/perception/image_level_comprehension/scene_classification/images/1330.png new file mode 100644 index 0000000000000000000000000000000000000000..ae1ceb317cf8a6a4ee735de64a27dec9c1484893 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdb1c139edd83edfaba347b44ce8fe07c46c8f37c6b1124492fe4174d777de2 +size 524098 diff --git a/perception/image_level_comprehension/scene_classification/images/1331.png b/perception/image_level_comprehension/scene_classification/images/1331.png new file mode 100644 index 0000000000000000000000000000000000000000..b3cef9d2ebd15c02aef00977d7d164102f88f733 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78f6da9865383ca66f12234f26fa3f9cba897a0a1e177a393b0986d28a31ba8 +size 530017 diff --git a/perception/image_level_comprehension/scene_classification/images/1332.png b/perception/image_level_comprehension/scene_classification/images/1332.png new file mode 100644 index 0000000000000000000000000000000000000000..59340aa6048bf321af4a7bca85e5c8ec01f5da74 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53d2172289c40c0fdcb18d0731ca395c0c8406e72d79229e06e562e5143c802 +size 513188 diff --git a/perception/image_level_comprehension/scene_classification/images/1333.png b/perception/image_level_comprehension/scene_classification/images/1333.png new file mode 100644 index 0000000000000000000000000000000000000000..ed83a8108527fbbd453f8c1e862b3ba5bdc814ed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c41b4c1cc6bd252f2582ba8b022b8755fed5555393c3f1bcef9cc7c81f287f6 +size 485506 diff --git a/perception/image_level_comprehension/scene_classification/images/1334.png b/perception/image_level_comprehension/scene_classification/images/1334.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd3d4acdc7c89c62f9271cb4c5401666f41d96b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05978a4bbc6bec548ffda02cebb1cd37b159cff50e2e4702347ee7d5df17275 +size 531878 diff --git a/perception/image_level_comprehension/scene_classification/images/1335.png b/perception/image_level_comprehension/scene_classification/images/1335.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7665d9fd28a6c1cced86fb95631ed1b2f560ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e135c8260c36e744d93b383a4a013235b72252be78af61c379db6cd9657354fa +size 531456 diff --git a/perception/image_level_comprehension/scene_classification/images/1336.png b/perception/image_level_comprehension/scene_classification/images/1336.png new file mode 100644 index 0000000000000000000000000000000000000000..7abde4e22e0ca9c23a64935b566ae1bf7ab3561d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b319140ce03b947ea3661b564e6a7c3b42afcdbbda042dab3163f84e758a91 +size 499223 diff --git a/perception/image_level_comprehension/scene_classification/images/1337.png b/perception/image_level_comprehension/scene_classification/images/1337.png new file mode 100644 index 0000000000000000000000000000000000000000..0b53fae8fa86fdd6533ce90cd780e3c6b8d9a74c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d80ffef88aef52e34cbb534712f02647f98e632991799f2814632e5f3d4c48 +size 522616 diff --git a/perception/image_level_comprehension/scene_classification/images/1338.png b/perception/image_level_comprehension/scene_classification/images/1338.png new file mode 100644 index 0000000000000000000000000000000000000000..a1c14b71d2ed37bf3ea711463f60b664cb96f5f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c3a5c2517b8c2e854c1d66ee3fe283c18dcc47f0a0a4eb1c105fefe6a9c638 +size 464716 diff --git a/perception/image_level_comprehension/scene_classification/images/1339.png b/perception/image_level_comprehension/scene_classification/images/1339.png new file mode 100644 index 0000000000000000000000000000000000000000..d078d4cea13cedf50833e4cb846ad90cac5b496f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b9371294348a81a95b139b3565d988df8bf530d1c0393683c7f0cac0c501f0 +size 504983 diff --git a/perception/image_level_comprehension/scene_classification/images/134.png b/perception/image_level_comprehension/scene_classification/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..4edacbe31a625b70a631c1fd6b0bc4f3ea961611 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b89bac7f8593ca78622e0c282bc638fb56abdf970a815601c50e6e08289b3e +size 419710 diff --git a/perception/image_level_comprehension/scene_classification/images/1340.png b/perception/image_level_comprehension/scene_classification/images/1340.png new file mode 100644 index 0000000000000000000000000000000000000000..54097ebd76c90efe4c43df23e02a1e968c521adc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fa6f33b233e8658619aea55aee475dd70fb20602032c7ea0386eeb36b2accf +size 503474 diff --git a/perception/image_level_comprehension/scene_classification/images/1341.png b/perception/image_level_comprehension/scene_classification/images/1341.png new file mode 100644 index 0000000000000000000000000000000000000000..2b372d6957434ad00ead7a22c922ec591c316b93 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b25e4ac9ca028f3b24f66cc8a4bc2e9e045dbebddee9a6c0ac938c43be6bb1 +size 494822 diff --git a/perception/image_level_comprehension/scene_classification/images/1342.png b/perception/image_level_comprehension/scene_classification/images/1342.png new file mode 100644 index 0000000000000000000000000000000000000000..8e06c6a7ee08035c2cdef61be20b9de0323e24f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c59f190ebd8b7fbd6bc6e6b8a4e24f0087ddb6a5a51783754190a55626c78b +size 491933 diff --git a/perception/image_level_comprehension/scene_classification/images/1343.png b/perception/image_level_comprehension/scene_classification/images/1343.png new file mode 100644 index 0000000000000000000000000000000000000000..69d6e40d4c6882fd2f9e2a3269c0d3aa656cbdec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100338fdca35b7cf1030cbc1cfcc63cfd866cf7f6a64d6802941893e6aa255f7 +size 512703 diff --git a/perception/image_level_comprehension/scene_classification/images/1344.png b/perception/image_level_comprehension/scene_classification/images/1344.png new file mode 100644 index 0000000000000000000000000000000000000000..0841e994cc3636a96a2a9432a50c657f7de9cc9f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cd8c2296128a33f27b2026d3f9f0c445cd82b4d699562c45d53f16c26598b4 +size 518425 diff --git a/perception/image_level_comprehension/scene_classification/images/1345.png b/perception/image_level_comprehension/scene_classification/images/1345.png new file mode 100644 index 0000000000000000000000000000000000000000..0d5d4e6469c7d2bca30ec3cc79ce9e559e72bb1e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff113c157f5a889ba943ee6ee6d2ae8b8e2268b5425b335b083cd46cacc159c9 +size 504293 diff --git a/perception/image_level_comprehension/scene_classification/images/1346.png b/perception/image_level_comprehension/scene_classification/images/1346.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d6b7c11b72439132dc6195907549afbe21ef9b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4555a12bd8b44bc2d34b80843ae6797b1cd64e39cfd84baa04835ba0a3f59e7 +size 502640 diff --git a/perception/image_level_comprehension/scene_classification/images/1347.png b/perception/image_level_comprehension/scene_classification/images/1347.png new file mode 100644 index 0000000000000000000000000000000000000000..efa851c1824af3e115cda4199a54d726e20f3c2f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e1251be6b14a05d21333b3b62b837b868064b796d479f4846edd9d2b10b2bf +size 506357 diff --git a/perception/image_level_comprehension/scene_classification/images/1348.png b/perception/image_level_comprehension/scene_classification/images/1348.png new file mode 100644 index 0000000000000000000000000000000000000000..5a63541b7d424d63ab1323d881906ec1d6c2ebb4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2d58e04807cd100cf5a7f1a26940924120b171e49888b369afa0c21e0d77bd +size 462863 diff --git a/perception/image_level_comprehension/scene_classification/images/1349.png b/perception/image_level_comprehension/scene_classification/images/1349.png new file mode 100644 index 0000000000000000000000000000000000000000..b577f106bfab12e8f7e10c308a8735242097832d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8681d11de97c80d04aac806f7d726a86f077144919aade1aaf6e139592c856d3 +size 507052 diff --git a/perception/image_level_comprehension/scene_classification/images/135.png b/perception/image_level_comprehension/scene_classification/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..4cdca62c1f77adc466bf27e99084ae756580c202 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f3c2df43ccae7e4c9d20595a350a2ded7603c7a66876921a1bf337e0fc45ab +size 518616 diff --git a/perception/image_level_comprehension/scene_classification/images/1350.png b/perception/image_level_comprehension/scene_classification/images/1350.png new file mode 100644 index 0000000000000000000000000000000000000000..307c1aa84af45ef3a49238b4af3f11c9b7deffea --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e685b448ace9d44a2ecb9c92cce83df501e98456646fd838de0bab31e4ea3658 +size 476393 diff --git a/perception/image_level_comprehension/scene_classification/images/1351.png b/perception/image_level_comprehension/scene_classification/images/1351.png new file mode 100644 index 0000000000000000000000000000000000000000..068e2b93de7e8239a13cc32e2d65e86537e2a500 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9fba89c61f659e6ea79e0589600aa3f0f80167152acafdd4bb6d0ca5d10e0a +size 516170 diff --git a/perception/image_level_comprehension/scene_classification/images/1352.png b/perception/image_level_comprehension/scene_classification/images/1352.png new file mode 100644 index 0000000000000000000000000000000000000000..97e3b0f1f5c04e2fa05849216fc57daaeab33e79 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbded739fdb804f863364107886f4de4ed69b00b1d28765ebe9ff206894fa2d +size 521537 diff --git a/perception/image_level_comprehension/scene_classification/images/1353.png b/perception/image_level_comprehension/scene_classification/images/1353.png new file mode 100644 index 0000000000000000000000000000000000000000..046d3b3971c872a071be2e5ed1b4fe9e97bb017e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df264413bfacdbb3a3c4981f601bb1e2fe173151cff1c052191125f7d792dc17 +size 490674 diff --git a/perception/image_level_comprehension/scene_classification/images/1354.png b/perception/image_level_comprehension/scene_classification/images/1354.png new file mode 100644 index 0000000000000000000000000000000000000000..da6af2639e697797651be435f398ad06bf65b9df --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a6a967cad103ac7f6989a02bfc3c09c720b7f9e9fa2986650793284b50e152 +size 503107 diff --git a/perception/image_level_comprehension/scene_classification/images/1355.png b/perception/image_level_comprehension/scene_classification/images/1355.png new file mode 100644 index 0000000000000000000000000000000000000000..687b12c02fa6a06e2111458943f168c3e0066343 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bba929878997b229a9003687bc0e2c9e83c287e63b865db0566a475fe7c01f +size 496917 diff --git a/perception/image_level_comprehension/scene_classification/images/1356.png b/perception/image_level_comprehension/scene_classification/images/1356.png new file mode 100644 index 0000000000000000000000000000000000000000..580512cd959a51e5c98a33ad6d0b177b5367e154 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5cb0da981165cc6400f6e838f9608738a0e0283d3289b42f53c2c88c9090b9 +size 545355 diff --git a/perception/image_level_comprehension/scene_classification/images/1357.png b/perception/image_level_comprehension/scene_classification/images/1357.png new file mode 100644 index 0000000000000000000000000000000000000000..e05a0da6dbec52438bdc620144921c690295676f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c857c3355461bb93c2c64085872dd1f83a6ab07049ffc2d2202f30055818622 +size 471530 diff --git a/perception/image_level_comprehension/scene_classification/images/1358.png b/perception/image_level_comprehension/scene_classification/images/1358.png new file mode 100644 index 0000000000000000000000000000000000000000..37fcd14251a668da6343beb9d1bc935395d7fa72 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2b730cd1b5e308d07df3d5e9daa7f7a045a18dc09b3a539e4d84e127c94e05 +size 496942 diff --git a/perception/image_level_comprehension/scene_classification/images/1359.png b/perception/image_level_comprehension/scene_classification/images/1359.png new file mode 100644 index 0000000000000000000000000000000000000000..99f2c6fb8141eb6d64e74845cfce0299d772ae1b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a75def906b99561ef3ca8207885e9bec63d292f6604eee38e83c419b7986a7 +size 527820 diff --git a/perception/image_level_comprehension/scene_classification/images/136.png b/perception/image_level_comprehension/scene_classification/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..39a9d5464ef2c3af248026ddf9a894bfad3f6e07 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3999ba5fbc7f79f4d11557ec6a6f96915da0e7d1cac0b690ea44fc03155989c7 +size 557161 diff --git a/perception/image_level_comprehension/scene_classification/images/1360.png b/perception/image_level_comprehension/scene_classification/images/1360.png new file mode 100644 index 0000000000000000000000000000000000000000..c97493925c13c633c29e323bc33961b67a6f49d0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c2fd8c0f4b8f65dd39def847f62f6866d731505b837fe3dfa714c875bc7948 +size 526871 diff --git a/perception/image_level_comprehension/scene_classification/images/1361.png b/perception/image_level_comprehension/scene_classification/images/1361.png new file mode 100644 index 0000000000000000000000000000000000000000..848e9e01eadd7b7be6d4bedabb243f651fc0d03f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04316a3b54b406050982638c798e72a2b298c901e0583c3f6838b3ff744a9f9 +size 543949 diff --git a/perception/image_level_comprehension/scene_classification/images/1362.png b/perception/image_level_comprehension/scene_classification/images/1362.png new file mode 100644 index 0000000000000000000000000000000000000000..e3a6e257d767ca8792e7b014dd447808d7f873aa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f53d11960c38ca87681b95979ae61bd3a7f5137298fde1d5e01467ee9ed732 +size 542457 diff --git a/perception/image_level_comprehension/scene_classification/images/1363.png b/perception/image_level_comprehension/scene_classification/images/1363.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca34c718b7f4d9023bdb6b5d063f5cd1c1c9595 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d6285b9f733d9a00b51cf4bf5f4125f8b085698aa7037a2587460015a1c7db +size 563466 diff --git a/perception/image_level_comprehension/scene_classification/images/1364.png b/perception/image_level_comprehension/scene_classification/images/1364.png new file mode 100644 index 0000000000000000000000000000000000000000..afe25c3471ac3ec04ccd494df2196930e88b6d9a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93120306253abc6a28497f30afd107f067809d1fe30e2b79119e1509b51c7e63 +size 512851 diff --git a/perception/image_level_comprehension/scene_classification/images/1365.png b/perception/image_level_comprehension/scene_classification/images/1365.png new file mode 100644 index 0000000000000000000000000000000000000000..59b5d16dfbd83e3280dcfe8b1653bb0e23b31200 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19880e7a02c4e8b4b4460da04a691808473274145cec0f26ce9ebe40cafcbc6 +size 442604 diff --git a/perception/image_level_comprehension/scene_classification/images/1366.png b/perception/image_level_comprehension/scene_classification/images/1366.png new file mode 100644 index 0000000000000000000000000000000000000000..667133bbcf5f8a6669c3d1db403525e8f3ba9188 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfe4f52dea18e71cfef04eacc8b7235785015b8a905c8d2ec4877823502f340 +size 467437 diff --git a/perception/image_level_comprehension/scene_classification/images/1367.png b/perception/image_level_comprehension/scene_classification/images/1367.png new file mode 100644 index 0000000000000000000000000000000000000000..173179a61a3f06704316748556e6957511548d84 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569ec738d8672271ef7f69d48d4554a71350dbb16a1b6e4e789a6cfc34a1cb8f +size 479921 diff --git a/perception/image_level_comprehension/scene_classification/images/1368.png b/perception/image_level_comprehension/scene_classification/images/1368.png new file mode 100644 index 0000000000000000000000000000000000000000..352a1078d501c565f6da486de90c51016d98c7d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1cb6fd201ab2ae09c8ef520dcdc39d9c87c6bbaed177965945f9f8524cc544 +size 522784 diff --git a/perception/image_level_comprehension/scene_classification/images/1369.png b/perception/image_level_comprehension/scene_classification/images/1369.png new file mode 100644 index 0000000000000000000000000000000000000000..ab285b544dd6e097961b362f31d180bb314e5473 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd08360ff604b93cb452930fd94c52b3b936dbc05f85a138e2835ff810621967 +size 496765 diff --git a/perception/image_level_comprehension/scene_classification/images/137.png b/perception/image_level_comprehension/scene_classification/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..9c04085b383f4ebcf18d8f13487b94050ac2f4bc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715065afc4b26935083f23748fa379fef53afc288d54eb6d4563b564cc8d2632 +size 405743 diff --git a/perception/image_level_comprehension/scene_classification/images/1370.png b/perception/image_level_comprehension/scene_classification/images/1370.png new file mode 100644 index 0000000000000000000000000000000000000000..9724c6956baf952bce92ddb6ec242f4b552d7799 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfe32ba8e6c8e775bc60fe5695efe40ef7e9170419700cd0452d63873b21c9c +size 480504 diff --git a/perception/image_level_comprehension/scene_classification/images/1371.png b/perception/image_level_comprehension/scene_classification/images/1371.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0bb530b0ab4c2e54fa6fb3f06805b70f949fb7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebc698a5f61498529b34f7def1bb7cc7f2d985995e38cf125e6713b4e853f2f +size 607397 diff --git a/perception/image_level_comprehension/scene_classification/images/1372.png b/perception/image_level_comprehension/scene_classification/images/1372.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0995f370b818bacdec2280e2ca95e8eced53c7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47606754ba8c091cba0e9b1375b18107dc7cd7f196f13e18f2bdb99507467c48 +size 474392 diff --git a/perception/image_level_comprehension/scene_classification/images/1373.png b/perception/image_level_comprehension/scene_classification/images/1373.png new file mode 100644 index 0000000000000000000000000000000000000000..57a801ac201eb6b517a00af64d2cbd12623f7bb3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213bc050cc8fbc0da88f1e239e31c6f9fbd785da9bc9aa2c3d7331c8f5f74c8c +size 430968 diff --git a/perception/image_level_comprehension/scene_classification/images/1374.png b/perception/image_level_comprehension/scene_classification/images/1374.png new file mode 100644 index 0000000000000000000000000000000000000000..13d7e974abd9f5441f756d46fabfa88f20752a0d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7725a070433b14de71bbc37986153c66cc6e420313d1b0758a0f07340aba7d +size 535154 diff --git a/perception/image_level_comprehension/scene_classification/images/1375.png b/perception/image_level_comprehension/scene_classification/images/1375.png new file mode 100644 index 0000000000000000000000000000000000000000..ec86a52744fec0ffa79b1fb2a609539f64c2f77b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811760607f1e8de690beb3a5c6f7a71f8a580ce56c9cadbbfc82c79c3286ac09 +size 534251 diff --git a/perception/image_level_comprehension/scene_classification/images/1376.png b/perception/image_level_comprehension/scene_classification/images/1376.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c82b1bc2a62d493d38c5a18f055e21e0c92286 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e11481f4b034931799f1cbb28855ca4b4e4a986acb216344699f80f45d542ee +size 552203 diff --git a/perception/image_level_comprehension/scene_classification/images/1377.png b/perception/image_level_comprehension/scene_classification/images/1377.png new file mode 100644 index 0000000000000000000000000000000000000000..645cebe90f07ea6470b0a0427c6bff1191ea1c80 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dba13a7f9ec54f05fac3d8528826345442bf63af128a67b51ea0b83acc9854d +size 580240 diff --git a/perception/image_level_comprehension/scene_classification/images/1378.png b/perception/image_level_comprehension/scene_classification/images/1378.png new file mode 100644 index 0000000000000000000000000000000000000000..163c7542db4c38705ae01113df69343a0bc533ee --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb66e9e964e1d747d37599baadf2226aefa76ed808e37cbdad6cbe99090b0254 +size 514259 diff --git a/perception/image_level_comprehension/scene_classification/images/1379.png b/perception/image_level_comprehension/scene_classification/images/1379.png new file mode 100644 index 0000000000000000000000000000000000000000..72a44302756c6c630496b628abbfd7a4d24180fe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0e796bea6777cd10003c31d765cc88a38cec3abd5ee9d21247b372cc23118a +size 615688 diff --git a/perception/image_level_comprehension/scene_classification/images/138.png b/perception/image_level_comprehension/scene_classification/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..d9bd696935618495e0b79ad2a7dec1dcc774f237 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8eb2e3cda4bbe4c5b7465cb3676d3248ac51cfe5816da55d3243e5fa2ccd2ce +size 486899 diff --git a/perception/image_level_comprehension/scene_classification/images/1380.png b/perception/image_level_comprehension/scene_classification/images/1380.png new file mode 100644 index 0000000000000000000000000000000000000000..a99559765c3f5e04413b975aeca04e41d3f4d027 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114beb2bdafebf69050efee4714a3d31da535afb4b3f2815c996c0452d2fe78b +size 585729 diff --git a/perception/image_level_comprehension/scene_classification/images/1381.png b/perception/image_level_comprehension/scene_classification/images/1381.png new file mode 100644 index 0000000000000000000000000000000000000000..dc006c277eb11a3f86335c4e1dbdb3a2dc2a9182 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64e9b6885ff248c5d6c4e3e5f709c29246db207bb3a3e58ae6427433bccbda3 +size 435247 diff --git a/perception/image_level_comprehension/scene_classification/images/1382.png b/perception/image_level_comprehension/scene_classification/images/1382.png new file mode 100644 index 0000000000000000000000000000000000000000..12105f4a1fbc82d774cbfab8e4b2f0829eb8dfd3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673a8d817c43a30c7a18a52a1d387fdcfb8038301d6061a5e73a38e59241db1d +size 429078 diff --git a/perception/image_level_comprehension/scene_classification/images/1383.png b/perception/image_level_comprehension/scene_classification/images/1383.png new file mode 100644 index 0000000000000000000000000000000000000000..b79c73afd73bf86c91e59b638421e513042b38b0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b3b6b0265a53727f687952be2054a1b4f36c8d1da3061652be4aaeff8fc5ad +size 375975 diff --git a/perception/image_level_comprehension/scene_classification/images/1384.png b/perception/image_level_comprehension/scene_classification/images/1384.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0c7f98d977779b890053264b8a336c46597d18 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3e5d2800106f6f107698c765ae99ec6793f52b093692979c8425faab773ea7 +size 451387 diff --git a/perception/image_level_comprehension/scene_classification/images/1385.png b/perception/image_level_comprehension/scene_classification/images/1385.png new file mode 100644 index 0000000000000000000000000000000000000000..8afb053ae499d131addda22c7204553a1a67663e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4541d50b90af3a0691c7994aca81973970f00fcbd5ef6fdf24ad08eb8c3b7fd +size 380870 diff --git a/perception/image_level_comprehension/scene_classification/images/1386.png b/perception/image_level_comprehension/scene_classification/images/1386.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d076e557b314f2b8ad09d18d69419051dd9265 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba0271e058035168f0d404bb6fc09225d0da6f777c9287b72c8096b139a5f98 +size 380573 diff --git a/perception/image_level_comprehension/scene_classification/images/1387.png b/perception/image_level_comprehension/scene_classification/images/1387.png new file mode 100644 index 0000000000000000000000000000000000000000..6d833b2269f063aa1a901cdb07d579147019c9ba --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9cc876d65d791242455699a8450b56e6fc37c4b0f8f88d47de1d6f95393e29 +size 402017 diff --git a/perception/image_level_comprehension/scene_classification/images/1388.png b/perception/image_level_comprehension/scene_classification/images/1388.png new file mode 100644 index 0000000000000000000000000000000000000000..f84ea483a387324980e4ad11914920fe03f4d70a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29aae3a8c8ec2bae717b2cde90fc3319b1f6e906743867884f84236afb114a4e +size 402906 diff --git a/perception/image_level_comprehension/scene_classification/images/1389.png b/perception/image_level_comprehension/scene_classification/images/1389.png new file mode 100644 index 0000000000000000000000000000000000000000..bb85951a389538898371c4e0c6d7e01c780f4e68 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbe59896a305f288776e9d6398ea1f7bc3daf4cba757d32173cc52834762d3d +size 393712 diff --git a/perception/image_level_comprehension/scene_classification/images/139.png b/perception/image_level_comprehension/scene_classification/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..914f37ac735e81606ce74d7bb5f8a78ce6d8b316 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd1215f15e0d3c01b4665b7139b4de4990ef12e5c5b7f1e7b832e27b00639b9 +size 485509 diff --git a/perception/image_level_comprehension/scene_classification/images/1390.png b/perception/image_level_comprehension/scene_classification/images/1390.png new file mode 100644 index 0000000000000000000000000000000000000000..6f9152af3ffaf7b66aeca1445b93ed6b95e21986 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339e128ca7d7cded5c2559beea102253eed938a99000346edf795650299368d7 +size 416452 diff --git a/perception/image_level_comprehension/scene_classification/images/1391.png b/perception/image_level_comprehension/scene_classification/images/1391.png new file mode 100644 index 0000000000000000000000000000000000000000..7da345b4d31e5dbf5836b7055683b8b764efede0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4944013dfe02f632c2f6d7a128095ab7bc060bf79115e6a94599bf5919a6388 +size 342746 diff --git a/perception/image_level_comprehension/scene_classification/images/1392.png b/perception/image_level_comprehension/scene_classification/images/1392.png new file mode 100644 index 0000000000000000000000000000000000000000..53b1e6f8c38373d2848830e44eade06d59b655c6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4283a93261b87be2aa7e29ffe8c1b1ab1ac05ab2a27c163d61c38272c1837ca1 +size 371775 diff --git a/perception/image_level_comprehension/scene_classification/images/1393.png b/perception/image_level_comprehension/scene_classification/images/1393.png new file mode 100644 index 0000000000000000000000000000000000000000..95f42ccf09b033ab441a3b6bbf64aa5af4ebadfc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3efe576f1457a3a0f05c7d51ca86096f7a595c07db717064ace3d245d4a9c46 +size 416679 diff --git a/perception/image_level_comprehension/scene_classification/images/1394.png b/perception/image_level_comprehension/scene_classification/images/1394.png new file mode 100644 index 0000000000000000000000000000000000000000..3214564628c7f88d3bd7f85e59f1c2523cbad848 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c1f390be6e21daee4b4025d909a75a20e6034951d122d03842597efc53e1fc +size 446782 diff --git a/perception/image_level_comprehension/scene_classification/images/1395.png b/perception/image_level_comprehension/scene_classification/images/1395.png new file mode 100644 index 0000000000000000000000000000000000000000..862051a1462aef58aa2357fc02b7e6ea00fdabb7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e03b9240ca6c1076ac8c2012d81ed9b805bee911f4d2c1c77c01783c7f84dad +size 478401 diff --git a/perception/image_level_comprehension/scene_classification/images/1396.png b/perception/image_level_comprehension/scene_classification/images/1396.png new file mode 100644 index 0000000000000000000000000000000000000000..36de596873bd32d66eb86ef77f34be33bd30ade7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e1f79cd76c11f63e0e3bdbda15a8940f7437d9e684ce110fdaa145ca79d839 +size 426668 diff --git a/perception/image_level_comprehension/scene_classification/images/1397.png b/perception/image_level_comprehension/scene_classification/images/1397.png new file mode 100644 index 0000000000000000000000000000000000000000..54c662483f4d5346f3d2fb03b06603781f642c5a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70ec51cf92452c7a0de7867d0af056eacc4ff98f77cac30df95b60ac138013a +size 432772 diff --git a/perception/image_level_comprehension/scene_classification/images/1398.png b/perception/image_level_comprehension/scene_classification/images/1398.png new file mode 100644 index 0000000000000000000000000000000000000000..54fd74c4a530b4ddcd4ff4f5e11ef4e7d428b233 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f87051e76df5de60683d00883f8b55ee10908851fec1cb1e7aff821a471091c +size 288360 diff --git a/perception/image_level_comprehension/scene_classification/images/1399.png b/perception/image_level_comprehension/scene_classification/images/1399.png new file mode 100644 index 0000000000000000000000000000000000000000..b8de04b21ba4439b80f613cebb4f9256e6428ea0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1852dba868aabeb64e803d2118bb0a75f6d95b6beb4f194a3b03c0d5d680cc92 +size 256029 diff --git a/perception/image_level_comprehension/scene_classification/images/14.png b/perception/image_level_comprehension/scene_classification/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..7b091c37d9b908032b1e15641a2cd10812fdb4f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6551c1a1c921c7f5b6da118e39ddf8a24a99a25745fb5af31025871f7a03eda7 +size 452902 diff --git a/perception/image_level_comprehension/scene_classification/images/140.png b/perception/image_level_comprehension/scene_classification/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..72b891624e2ba71b2b250088cdaed4838f2b06ea --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9c1c76c0d9d08f56789ebf6f4daa402f662d4dd668b8bd93c4bb151df14d3f +size 454289 diff --git a/perception/image_level_comprehension/scene_classification/images/1400.png b/perception/image_level_comprehension/scene_classification/images/1400.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d93c8e77a9f3d23f5cb8e2bdab115e42f2d623 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24182fc2084218b8daea3420a294288dd840c78fb59fb9d29d3b6e59f38617f3 +size 261233 diff --git a/perception/image_level_comprehension/scene_classification/images/1401.png b/perception/image_level_comprehension/scene_classification/images/1401.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce821a042eced34c15c7eddf1d73ae7e2bf3596 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b030682db10d842ba63bac2b96385573355be12cb1945ad91ce9c8bb8fb2f2fb +size 291508 diff --git a/perception/image_level_comprehension/scene_classification/images/1402.png b/perception/image_level_comprehension/scene_classification/images/1402.png new file mode 100644 index 0000000000000000000000000000000000000000..686a916222cc2721dc2552a7dc881cc2088c075b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca0ce3b97f5fd0e30ade40090c89a55fdf62e51f37d7569942c72536d3dc275 +size 206325 diff --git a/perception/image_level_comprehension/scene_classification/images/1403.png b/perception/image_level_comprehension/scene_classification/images/1403.png new file mode 100644 index 0000000000000000000000000000000000000000..9afdce36952f61ebf1692786f38fe4055135ddc4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc0e044bcb3e0eac6a0f9606a73f849b2e3dab75c641f83cece8fe3c44074ec +size 279754 diff --git a/perception/image_level_comprehension/scene_classification/images/1404.png b/perception/image_level_comprehension/scene_classification/images/1404.png new file mode 100644 index 0000000000000000000000000000000000000000..13c44601021274dee543f05136aba22c200f83b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b468e41cfc0cf03870874f2132a9a979bd68bb5ac7adfe0d65655559771910 +size 395625 diff --git a/perception/image_level_comprehension/scene_classification/images/1405.png b/perception/image_level_comprehension/scene_classification/images/1405.png new file mode 100644 index 0000000000000000000000000000000000000000..0d59f2a05995600fe0a7e9f0ffe8fa7002ecb062 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc22b04cd936ce35efcba53a01cdb87a6afa2601179d555bc90130cb9a15f57f +size 361191 diff --git a/perception/image_level_comprehension/scene_classification/images/1406.png b/perception/image_level_comprehension/scene_classification/images/1406.png new file mode 100644 index 0000000000000000000000000000000000000000..d925ac0a9423160a34a0568895523af29de5ef38 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f24be8575115d14575261f964002981b2997784761b98cd77507fce334c15e +size 474792 diff --git a/perception/image_level_comprehension/scene_classification/images/1407.png b/perception/image_level_comprehension/scene_classification/images/1407.png new file mode 100644 index 0000000000000000000000000000000000000000..935e857fc8f992e6e23982bd54b5dad428f36796 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1298e584a1d809b48a0e3307a9b5c9f6bbfe28f565eb4c0421441bb8a3345b +size 395325 diff --git a/perception/image_level_comprehension/scene_classification/images/1408.png b/perception/image_level_comprehension/scene_classification/images/1408.png new file mode 100644 index 0000000000000000000000000000000000000000..d1ea8890db44a29ab18f07a45365759bc4efadd2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d63fed5dc7e7a2cf2e908e7f3287fd909b21e2acb83f8bd386a7e3a5bf4f6d +size 421269 diff --git a/perception/image_level_comprehension/scene_classification/images/1409.png b/perception/image_level_comprehension/scene_classification/images/1409.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3fdf94c49c68c70d5a51390a64105f44724ec5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8525c42da08c3b94c5af86e4350268c18d2463d6e34fc6c872ddc966b753dfd2 +size 427003 diff --git a/perception/image_level_comprehension/scene_classification/images/141.png b/perception/image_level_comprehension/scene_classification/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..196d85a3c3aaeb6552f4fe656c6d7203bf4e7997 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bd8f26e012dd23f79ce0ad292d96d26d336cc2dc7ec30371cb1ee90f640afe +size 456386 diff --git a/perception/image_level_comprehension/scene_classification/images/1410.png b/perception/image_level_comprehension/scene_classification/images/1410.png new file mode 100644 index 0000000000000000000000000000000000000000..6200a1c06e6d0cc8c429afb40b2db417a4072dec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788ab4f43d7463400b1ce9ac3a840ad520f4bf27b02963cd388490a09be90020 +size 546549 diff --git a/perception/image_level_comprehension/scene_classification/images/1411.png b/perception/image_level_comprehension/scene_classification/images/1411.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6c9bea7440bb32aac7a3b9baec44ee329af06d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a2f968d5ae993fafd0c0c90b1e0b0217d345d7bad05d75035a319fe57dbd89 +size 495830 diff --git a/perception/image_level_comprehension/scene_classification/images/1412.png b/perception/image_level_comprehension/scene_classification/images/1412.png new file mode 100644 index 0000000000000000000000000000000000000000..f0f7b762837177199f08460a6ab1fd4d205435cd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b77371ffbd6bf66bd7e48002a952b06bb51a972a5271abf655f373f63aecf4 +size 472995 diff --git a/perception/image_level_comprehension/scene_classification/images/1413.png b/perception/image_level_comprehension/scene_classification/images/1413.png new file mode 100644 index 0000000000000000000000000000000000000000..58789c13ea5148bd350e4d6d161ba206e68dcd29 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe57298016e47e5f408ed973b33ad5e3d09a3206bd34b573268ec68d1970cfac +size 420468 diff --git a/perception/image_level_comprehension/scene_classification/images/1414.png b/perception/image_level_comprehension/scene_classification/images/1414.png new file mode 100644 index 0000000000000000000000000000000000000000..d1a2b9b119031ecff5160bdfaa398b13744f3f87 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab52e5a2a6b3c72d4eb33d9af186898d7ec556619e493713ecb8c9e96033a043 +size 476644 diff --git a/perception/image_level_comprehension/scene_classification/images/1415.png b/perception/image_level_comprehension/scene_classification/images/1415.png new file mode 100644 index 0000000000000000000000000000000000000000..67a4e654b93fee0c6fb2df963e14ce94cd210ec2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d168ed399a5c8059262725869d266441c33fb5012f0ce7d2a062fef36506c9 +size 476713 diff --git a/perception/image_level_comprehension/scene_classification/images/1416.png b/perception/image_level_comprehension/scene_classification/images/1416.png new file mode 100644 index 0000000000000000000000000000000000000000..955181f38e6301c0598c31c4ca1d7dc9a05384e2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae264e8f8ee34bdf9bbec7206b1d42a2e8e07e918c81fd25010176d1a20ca35 +size 481341 diff --git a/perception/image_level_comprehension/scene_classification/images/1417.png b/perception/image_level_comprehension/scene_classification/images/1417.png new file mode 100644 index 0000000000000000000000000000000000000000..a841fd1072f6ea0c9b431ad5006a5e8b590ad293 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e275c7c9a123e9e8493ec97f2b1d45e045a29e38299b959beed730eed6211722 +size 474067 diff --git a/perception/image_level_comprehension/scene_classification/images/1418.png b/perception/image_level_comprehension/scene_classification/images/1418.png new file mode 100644 index 0000000000000000000000000000000000000000..00f45a9740e46dbd359bdaec9a4c3eea30662e15 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e571451ce1be89912e8aaa5d05ef55830ff250cf2e57c3c5cca7d7515455b0 +size 502636 diff --git a/perception/image_level_comprehension/scene_classification/images/1419.png b/perception/image_level_comprehension/scene_classification/images/1419.png new file mode 100644 index 0000000000000000000000000000000000000000..45d4adbece961c4a46bf500f0c825635892ccdd2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d85890d08eb2f5964dc8e52336f66e94be130f7f8614cc0a4b9b65d31fd817 +size 496488 diff --git a/perception/image_level_comprehension/scene_classification/images/142.png b/perception/image_level_comprehension/scene_classification/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..9cd7111587e53579ea36712d2c9fbc20ebb5b22d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a4dc05ff396931021a2ddc30f39bd387cbb0771ebee3ea9062a060bc87b78a +size 456419 diff --git a/perception/image_level_comprehension/scene_classification/images/1420.png b/perception/image_level_comprehension/scene_classification/images/1420.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d449d654838306b03fabae66497817dc673ff1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e8ff864aac92fab47ccbce4f7169f6d42447569e1fb460ceea6c698bd443f9 +size 590778 diff --git a/perception/image_level_comprehension/scene_classification/images/1421.png b/perception/image_level_comprehension/scene_classification/images/1421.png new file mode 100644 index 0000000000000000000000000000000000000000..99b6eaf31bb0a8e4245863c43948923c51b09bc1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b87d4905c09f27d9c76411b2a4f29d2ab55faacc86706f8b70ff3d000fc4c3 +size 491376 diff --git a/perception/image_level_comprehension/scene_classification/images/1422.png b/perception/image_level_comprehension/scene_classification/images/1422.png new file mode 100644 index 0000000000000000000000000000000000000000..7631aab86a8a0c812430e3d37317da1b029d2b9b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1adf3d9695d8af9b71fdff3367baa2ee544acb427e4d20a9049df15e83d69c8 +size 444082 diff --git a/perception/image_level_comprehension/scene_classification/images/1423.png b/perception/image_level_comprehension/scene_classification/images/1423.png new file mode 100644 index 0000000000000000000000000000000000000000..abf415b793b596bcd9d03af82ab7ecb5a1ab4001 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b5344246deb7bac31346b62b270dbd1b6a37e222d9de4ee2994b23ad1587e2 +size 486366 diff --git a/perception/image_level_comprehension/scene_classification/images/1424.png b/perception/image_level_comprehension/scene_classification/images/1424.png new file mode 100644 index 0000000000000000000000000000000000000000..28058d2315d6d709038b45a0012c8fc627c2fdb1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2538f04fe09ecd83b26fc89d5965fa278412fd3a985e0fa88f1b8feb5b6ed146 +size 547291 diff --git a/perception/image_level_comprehension/scene_classification/images/1425.png b/perception/image_level_comprehension/scene_classification/images/1425.png new file mode 100644 index 0000000000000000000000000000000000000000..3217b796068a4356ea71db836d46014ea70a1e1f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94ea368c8828055e591de453fb939618c51f5a40d5164f3652671442535202f +size 489350 diff --git a/perception/image_level_comprehension/scene_classification/images/1426.png b/perception/image_level_comprehension/scene_classification/images/1426.png new file mode 100644 index 0000000000000000000000000000000000000000..0b9d5be7eba5cdd7568c40c23b765f00794039a6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96911d98950548b8ed1189234aed92729396fb17c678ff92a45e803b9257b20 +size 423237 diff --git a/perception/image_level_comprehension/scene_classification/images/1427.png b/perception/image_level_comprehension/scene_classification/images/1427.png new file mode 100644 index 0000000000000000000000000000000000000000..a233999ab03b2e41b793576b38d1f35b8fd482bc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f94a5173867b0d706ebe6bca0ac11f6d839d46218db5ba3c0b011e1a973aa96 +size 443515 diff --git a/perception/image_level_comprehension/scene_classification/images/1428.png b/perception/image_level_comprehension/scene_classification/images/1428.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3e14dd0d620ccbbf6ebfac80f54da104bd451b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d35f58a98ab44a20eaa0d259020faacfbf18d964de5e3fc817761338e5bf0d +size 503194 diff --git a/perception/image_level_comprehension/scene_classification/images/1429.png b/perception/image_level_comprehension/scene_classification/images/1429.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc680e2dc1881481f43e4b47ec3cb1f5bf3c959 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cf4bc4dd262cf6ce670dd94aa832b6212b17e19eea83f591b69b3ef766ee63 +size 450798 diff --git a/perception/image_level_comprehension/scene_classification/images/143.png b/perception/image_level_comprehension/scene_classification/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..79e1160b26868332f229fffcbf5c8f42882035d3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179567aa55c2bae2200fa5deb37503419c8652455d24fe5cea818801e28d52aa +size 480533 diff --git a/perception/image_level_comprehension/scene_classification/images/1430.png b/perception/image_level_comprehension/scene_classification/images/1430.png new file mode 100644 index 0000000000000000000000000000000000000000..a8d76322988e1c1897cad08736ddc5e05eee55eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043ebc219e85e9ebb0cb50cde7f8857c900b9ad112648d73cdbefb1648b2e137 +size 469885 diff --git a/perception/image_level_comprehension/scene_classification/images/1431.png b/perception/image_level_comprehension/scene_classification/images/1431.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3289bc1635e5f421187b8e543ec402c6d4aee8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b3f45068d82a94c769e8d369661e32f0bc4632a4c131a169f2ad8df6b9f6a3 +size 493397 diff --git a/perception/image_level_comprehension/scene_classification/images/1432.png b/perception/image_level_comprehension/scene_classification/images/1432.png new file mode 100644 index 0000000000000000000000000000000000000000..abb094ffffdfb155ca5fa96b633b3f80e9fde04e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afa9c1470d756ca0c8e211df06724f2e760886be56424acc72e47bb27042b70 +size 601300 diff --git a/perception/image_level_comprehension/scene_classification/images/1433.png b/perception/image_level_comprehension/scene_classification/images/1433.png new file mode 100644 index 0000000000000000000000000000000000000000..99648e0a0a25baa9a9fc12970a1acc44afc448ed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4dc126860fe3dfb09a56e52c58887b9fbdeb8ff76e5b76beff2c341a03d8a5 +size 479016 diff --git a/perception/image_level_comprehension/scene_classification/images/1434.png b/perception/image_level_comprehension/scene_classification/images/1434.png new file mode 100644 index 0000000000000000000000000000000000000000..db53ea04af59d6fbb1d52cbd6586962af26e829a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4468f85ed8e7c0fda15f8e6e93dbf685f0705e90682e1b0b24753deaec8eec +size 379981 diff --git a/perception/image_level_comprehension/scene_classification/images/1435.png b/perception/image_level_comprehension/scene_classification/images/1435.png new file mode 100644 index 0000000000000000000000000000000000000000..46f7cd1e52b780931ca3f1e75d460e09ed88f2fc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af3921157e7b7b02c95587aff2ea6227cd76d6c5ae2653985c40a9c3dcfc314 +size 393306 diff --git a/perception/image_level_comprehension/scene_classification/images/1436.png b/perception/image_level_comprehension/scene_classification/images/1436.png new file mode 100644 index 0000000000000000000000000000000000000000..2457116bd88660da9bdc310ee05a7cb68c2f0754 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdc52e78503e8997f65d07658178bc63d3524097751d69f0fdc50cf5e3f362c +size 426294 diff --git a/perception/image_level_comprehension/scene_classification/images/1437.png b/perception/image_level_comprehension/scene_classification/images/1437.png new file mode 100644 index 0000000000000000000000000000000000000000..98428d81f749757e598f46aec843d9576e1e1581 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17b6b5cdf5f1075dfbf2cbdcfd41f72cde7c7817e876528ea446082f5e181cb +size 418499 diff --git a/perception/image_level_comprehension/scene_classification/images/1438.png b/perception/image_level_comprehension/scene_classification/images/1438.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f0851c4038aaf06b6fb731f215aa3c2ceeec52 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b69999e6a877a7b46631da18905131e3630f2d657760b7fe9156a25cfe7db6e +size 405848 diff --git a/perception/image_level_comprehension/scene_classification/images/1439.png b/perception/image_level_comprehension/scene_classification/images/1439.png new file mode 100644 index 0000000000000000000000000000000000000000..350d5db18dd13e9bf890f6d1c89b8e68bf99cf5b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ccd9c9fd0ed9d9a00c9c86ea04d42ccf20d006493594286bd7ed06ddc78cef +size 479352 diff --git a/perception/image_level_comprehension/scene_classification/images/144.png b/perception/image_level_comprehension/scene_classification/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9b227e1a115bf087063dec90ece06aaaff0ff0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd342fbda793a8caad6ff3708c42169660bd2ff8b1868396b795aed6f206e859 +size 424651 diff --git a/perception/image_level_comprehension/scene_classification/images/1440.png b/perception/image_level_comprehension/scene_classification/images/1440.png new file mode 100644 index 0000000000000000000000000000000000000000..d90844472fea40ce2fff1ce834f60f33e1ae15e8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6332bca115919e9784d1a2266a7998e97e5aa6f2ad0d012a718bc70feb4047cd +size 430954 diff --git a/perception/image_level_comprehension/scene_classification/images/1441.png b/perception/image_level_comprehension/scene_classification/images/1441.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6644fbe117aa0aeef176ed8894cda225892ae4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39109948934ef70a3363740803ae9530a76262ce6779164e6e993c1a66a68912 +size 441092 diff --git a/perception/image_level_comprehension/scene_classification/images/1442.png b/perception/image_level_comprehension/scene_classification/images/1442.png new file mode 100644 index 0000000000000000000000000000000000000000..c74cf5db082a71d6110f7a0e82c70654fdfd1cd0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576ae40d1c89603614e9722c4bde04277c516a9b62f2062324f7c6d8aa48d3dd +size 408504 diff --git a/perception/image_level_comprehension/scene_classification/images/1443.png b/perception/image_level_comprehension/scene_classification/images/1443.png new file mode 100644 index 0000000000000000000000000000000000000000..4d04f89e27c22371986228ae91d0e717ff2f724f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2237512558b05ea12a96a40a2cff3a6aa1627a11463916a72121025925dc85a +size 449958 diff --git a/perception/image_level_comprehension/scene_classification/images/1444.png b/perception/image_level_comprehension/scene_classification/images/1444.png new file mode 100644 index 0000000000000000000000000000000000000000..83ab219042cfad974f1bc0a7d7bd1e41bd684adb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e6c853ffa0a5dc3909d5e96250c6306dcf1b74b016eed99b1530c7f36297fa +size 391012 diff --git a/perception/image_level_comprehension/scene_classification/images/1445.png b/perception/image_level_comprehension/scene_classification/images/1445.png new file mode 100644 index 0000000000000000000000000000000000000000..ec003a04bca214c9d1759184bf8b73a75a6c3233 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c9101daf2c6f2c73f325fc772fe004a57e81ce6eccd4c7a127f01195b2bf68 +size 439443 diff --git a/perception/image_level_comprehension/scene_classification/images/1446.png b/perception/image_level_comprehension/scene_classification/images/1446.png new file mode 100644 index 0000000000000000000000000000000000000000..b04c4bebd1927fd905719ecce42088e5f34b62b0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f8fbd03a061c7b2abd8220ca496576dd6df8f247f17db0d2f3bd900b769f57 +size 400537 diff --git a/perception/image_level_comprehension/scene_classification/images/1447.png b/perception/image_level_comprehension/scene_classification/images/1447.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd622a4aeb62bc0d27a97ca25cafdc45d9691fe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f09a19119af461fe306b11a548fc7d8d5666b18d9827a37e3b761e9698933e2 +size 437021 diff --git a/perception/image_level_comprehension/scene_classification/images/1448.png b/perception/image_level_comprehension/scene_classification/images/1448.png new file mode 100644 index 0000000000000000000000000000000000000000..d7258c4177bc18169a931608d83eca0c994a7f18 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3248fa3dc3081e9ab2300a490047da5c8f2db596602ae46f6904cf1cb6d70b7e +size 345789 diff --git a/perception/image_level_comprehension/scene_classification/images/1449.png b/perception/image_level_comprehension/scene_classification/images/1449.png new file mode 100644 index 0000000000000000000000000000000000000000..5193ee2a3d844b931e533499d435f827df8f1d6a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c250af97db5003724c8dd640901597a733b69e633175270c3ff1332c436ac5b +size 359509 diff --git a/perception/image_level_comprehension/scene_classification/images/145.png b/perception/image_level_comprehension/scene_classification/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..498baed15d8026e79789d030ff2ed99d427c0211 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bab0d0c252c9f6a532d1a56fbc7b4174bdbfe7b64cc9686fc40da0585c965e +size 471899 diff --git a/perception/image_level_comprehension/scene_classification/images/1450.png b/perception/image_level_comprehension/scene_classification/images/1450.png new file mode 100644 index 0000000000000000000000000000000000000000..f16eab7d1cec5962bc1429b6198ff3304c142e2f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00aad83eebf65e43a833770e2981ff428a576062bf14a074a6444f6527cd8571 +size 436365 diff --git a/perception/image_level_comprehension/scene_classification/images/1451.png b/perception/image_level_comprehension/scene_classification/images/1451.png new file mode 100644 index 0000000000000000000000000000000000000000..aa95fab3d851e0fbf0a9718080cff3cf8c4791b9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af76aef84bcd2df85f243a5b0b2d920ccca4cb78976b6d251478a41a49daec8 +size 394360 diff --git a/perception/image_level_comprehension/scene_classification/images/1452.png b/perception/image_level_comprehension/scene_classification/images/1452.png new file mode 100644 index 0000000000000000000000000000000000000000..9c05bedcdb99d7bca75bf955e879f8381311bb62 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535727042296357ea735b36fed33687b3ef5c5a7f18852113500b6ea9d1f5082 +size 352305 diff --git a/perception/image_level_comprehension/scene_classification/images/1453.png b/perception/image_level_comprehension/scene_classification/images/1453.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0550261183cfd9f6c4e50c49b050a13593fe50 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23413266b4b2b7180a452061ebd74863fee63285f2c109f44b360f4b5fbd069 +size 414453 diff --git a/perception/image_level_comprehension/scene_classification/images/1454.png b/perception/image_level_comprehension/scene_classification/images/1454.png new file mode 100644 index 0000000000000000000000000000000000000000..0553d8fe0ca142916d8e163821f41ab68bfbe730 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3839b9d07fd1c30279d99cfd481e0c6491003cdc6e937bed9935473108f935 +size 524153 diff --git a/perception/image_level_comprehension/scene_classification/images/1455.png b/perception/image_level_comprehension/scene_classification/images/1455.png new file mode 100644 index 0000000000000000000000000000000000000000..76570ed7709e243e1996e57ede139a4e11757676 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216a20093d89172fd9862b97eb63cc992a477703ced998e6a75dd9e2dbb37347 +size 398663 diff --git a/perception/image_level_comprehension/scene_classification/images/1456.png b/perception/image_level_comprehension/scene_classification/images/1456.png new file mode 100644 index 0000000000000000000000000000000000000000..ae4b8b27651713e6b8b3a1aba4cecd2ef0b04edf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84a7b79cbe37345bbbc5db4053b0a330197cb98211ff074ce6220c22c084024 +size 465890 diff --git a/perception/image_level_comprehension/scene_classification/images/1457.png b/perception/image_level_comprehension/scene_classification/images/1457.png new file mode 100644 index 0000000000000000000000000000000000000000..533e17fe4ad28b65d791b427412d4a4f17d01801 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a38f043c68b88c0cb456cf0d5fbfb0bdc569ee43c4d2ba908245460dd7cbcef +size 526801 diff --git a/perception/image_level_comprehension/scene_classification/images/1458.png b/perception/image_level_comprehension/scene_classification/images/1458.png new file mode 100644 index 0000000000000000000000000000000000000000..f8182e66743eac025f3cff0facd73e8a8444eab4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e05d9d5607b2f87701a3745194d1c32149b619099d4a9bd30f09628ff94caf +size 443236 diff --git a/perception/image_level_comprehension/scene_classification/images/1459.png b/perception/image_level_comprehension/scene_classification/images/1459.png new file mode 100644 index 0000000000000000000000000000000000000000..32995397397c8cb97b2beb7e45747c46f80ac931 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d853069cd7570905dd1cbb4cf63519ffbe0dcd0387cad51c00b4a6c532c993b1 +size 377758 diff --git a/perception/image_level_comprehension/scene_classification/images/146.png b/perception/image_level_comprehension/scene_classification/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..b2acfcf66db2a7b4e7a2612f6f2cb5b379ab666d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5987e18427e539be6938ce2145867a053bd5445e3e98f63764576b9ac8c5dcc8 +size 427376 diff --git a/perception/image_level_comprehension/scene_classification/images/1460.png b/perception/image_level_comprehension/scene_classification/images/1460.png new file mode 100644 index 0000000000000000000000000000000000000000..d953045d1225144e67e4b05404e10aecaad44420 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d240529d167f60cef0077d615abf1bd750d8acafdf903fd09e849c87f3d6504f +size 372308 diff --git a/perception/image_level_comprehension/scene_classification/images/1461.png b/perception/image_level_comprehension/scene_classification/images/1461.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f786804d7156305f3f5a24d5ede80b6dde0ed8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8ec0ee70ee5a55023015497d1aebf8af5c09a7a392ae82e8927f622eb170c3 +size 352655 diff --git a/perception/image_level_comprehension/scene_classification/images/1462.png b/perception/image_level_comprehension/scene_classification/images/1462.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f9df196a3100827b292371ff99ac3e4b610314 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a0881c67549028a2586b6531a74080e7e622bd62072c88c86cf0614010b9ea +size 421898 diff --git a/perception/image_level_comprehension/scene_classification/images/1463.png b/perception/image_level_comprehension/scene_classification/images/1463.png new file mode 100644 index 0000000000000000000000000000000000000000..18ea43ee1252339e7e782f8a2598d0be4374fba4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc3e79fe785d69b9c8730a3e16fb6c5db7fa9f83adfcd9ea646cc726c09a622 +size 466367 diff --git a/perception/image_level_comprehension/scene_classification/images/1464.png b/perception/image_level_comprehension/scene_classification/images/1464.png new file mode 100644 index 0000000000000000000000000000000000000000..271f4992e648eb9d230a10aff2008134fc53d9da --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d98458c243916cc2706e2d11ccadb91f460f7afd143d6799eae0f115e18b3e +size 616667 diff --git a/perception/image_level_comprehension/scene_classification/images/1465.png b/perception/image_level_comprehension/scene_classification/images/1465.png new file mode 100644 index 0000000000000000000000000000000000000000..9c459e727a91b315eec1f6e577fecb23a091e660 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04bb3553740179c874902c026175e1bb260cd5d4f7c3bb0e0ea38b640806af7 +size 431747 diff --git a/perception/image_level_comprehension/scene_classification/images/1466.png b/perception/image_level_comprehension/scene_classification/images/1466.png new file mode 100644 index 0000000000000000000000000000000000000000..04d697d1758813e5129b5bce0928ae47644e58b5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f896416cb6b0d39c899930b721d1861e838e95225a2ccb354bff9fe624afde +size 423716 diff --git a/perception/image_level_comprehension/scene_classification/images/1467.png b/perception/image_level_comprehension/scene_classification/images/1467.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f0aef4019049df131c5db6c36b96e95c05150c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e37288690823589a20457d72d7556c70f26cd28fb95730380adb06bbd426a04 +size 410941 diff --git a/perception/image_level_comprehension/scene_classification/images/1468.png b/perception/image_level_comprehension/scene_classification/images/1468.png new file mode 100644 index 0000000000000000000000000000000000000000..f800b5d7ab7ea4ce5cf4a2072082a5981645353e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a251016bf70eb3cce10436b65d1eac011a0b0cb6f61b7eed6d41f161ab3fa7 +size 406192 diff --git a/perception/image_level_comprehension/scene_classification/images/1469.png b/perception/image_level_comprehension/scene_classification/images/1469.png new file mode 100644 index 0000000000000000000000000000000000000000..8e514dff4dfcfdc74ca82e34d69c3fa8bdca43ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4048e48ff0668ca97d67dfa6c15056eb98002379aaaa709755a3ffbdb370a259 +size 369245 diff --git a/perception/image_level_comprehension/scene_classification/images/147.png b/perception/image_level_comprehension/scene_classification/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..93fc0f1f0d3141a5d31e69979dbbe4474ea2b84c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619e79d65e398611a17d41faeae662f1a9467d40ba87e197e8c0d02506181714 +size 418076 diff --git a/perception/image_level_comprehension/scene_classification/images/1470.png b/perception/image_level_comprehension/scene_classification/images/1470.png new file mode 100644 index 0000000000000000000000000000000000000000..24646346b6194efa7aa4834d13324c043b38ba4e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa9b453f8d7369abe2066c069967fdcf3deea510345f64ca556f8b6bb3292e9 +size 309608 diff --git a/perception/image_level_comprehension/scene_classification/images/1471.png b/perception/image_level_comprehension/scene_classification/images/1471.png new file mode 100644 index 0000000000000000000000000000000000000000..991b3c6d4b2e5ac445be8f753459ba15b8544692 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73058ceee2adc8dd53509dc5951b97750b23e1409b50b0e2459877baf1dba9b1 +size 325320 diff --git a/perception/image_level_comprehension/scene_classification/images/1472.png b/perception/image_level_comprehension/scene_classification/images/1472.png new file mode 100644 index 0000000000000000000000000000000000000000..f217626ea6ffd92da36acd0387f9e0dc4ce38091 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814e06aafd3034bd99ecf4ae11e2670c971e3f43fa9649561c4a5c05e2d07211 +size 356789 diff --git a/perception/image_level_comprehension/scene_classification/images/1473.png b/perception/image_level_comprehension/scene_classification/images/1473.png new file mode 100644 index 0000000000000000000000000000000000000000..ef11d82a327a088b03768d8dfc26510440aa4b7d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028a59207d9f4ac48d5a6c2277065832a7e2d2a8a84b93fd87d5b0a3442f9617 +size 465063 diff --git a/perception/image_level_comprehension/scene_classification/images/1474.png b/perception/image_level_comprehension/scene_classification/images/1474.png new file mode 100644 index 0000000000000000000000000000000000000000..a1040626c3b3fc1ca849a493adb9715d832735cf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fd58031400eb505df269ae95695a0662ec5cc7b45525bf9417ef672b6426d1 +size 310668 diff --git a/perception/image_level_comprehension/scene_classification/images/1475.png b/perception/image_level_comprehension/scene_classification/images/1475.png new file mode 100644 index 0000000000000000000000000000000000000000..91032971f24588a449bb1dea304b27694c4ece03 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ecf65dd221e096e1742a9a75be39427bf79bbfaf17315117e9f33e5e862721 +size 490941 diff --git a/perception/image_level_comprehension/scene_classification/images/1476.png b/perception/image_level_comprehension/scene_classification/images/1476.png new file mode 100644 index 0000000000000000000000000000000000000000..903845d1205b2dcb45b7361988f4967cbf382e41 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d34cb3475edef453e8f7db2945f00b284111abb55dccb2cd5f248bfe41d6432 +size 346188 diff --git a/perception/image_level_comprehension/scene_classification/images/1477.png b/perception/image_level_comprehension/scene_classification/images/1477.png new file mode 100644 index 0000000000000000000000000000000000000000..bb9e7fbc58ce4d46c7c94b86ca5640bae8cff2f9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c520b227b62c982a5f02d14dc284790817e161da76ecfcac2d358636616276c +size 453082 diff --git a/perception/image_level_comprehension/scene_classification/images/1478.png b/perception/image_level_comprehension/scene_classification/images/1478.png new file mode 100644 index 0000000000000000000000000000000000000000..e91680dc9468f6e280ba5b0a39ff571c9129da06 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4b4ab85e0e29217671e46bdf8f738105128143bca1a3ad236af46317630afd +size 468361 diff --git a/perception/image_level_comprehension/scene_classification/images/1479.png b/perception/image_level_comprehension/scene_classification/images/1479.png new file mode 100644 index 0000000000000000000000000000000000000000..19f98b0707c03a0dcca8e1a64e227d7655105ea9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4727036a67e780c3c61c789e2238388b3e598d342f0c95fc02f5395e486d8e +size 224153 diff --git a/perception/image_level_comprehension/scene_classification/images/148.png b/perception/image_level_comprehension/scene_classification/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9db2f7b7d724642fd56e580b33f1711c218b59 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a06528304afaf2176d64bca4e42a2bcdd3e0da459a15756206f9695047bb1c3 +size 424082 diff --git a/perception/image_level_comprehension/scene_classification/images/1480.png b/perception/image_level_comprehension/scene_classification/images/1480.png new file mode 100644 index 0000000000000000000000000000000000000000..71069757202dd5e1f219c2bda032b73249dfe280 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55e45504127d1288e321e4e673569cdf66d495e3afb567405c9a9f7222ec78 +size 468612 diff --git a/perception/image_level_comprehension/scene_classification/images/1481.png b/perception/image_level_comprehension/scene_classification/images/1481.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa3455c672caaddafd9eef681e2695b9ea66356 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd36ed0fafda37ef64896e310379eb267f15af42e82a63bdc830460f539b1ef5 +size 393759 diff --git a/perception/image_level_comprehension/scene_classification/images/1482.png b/perception/image_level_comprehension/scene_classification/images/1482.png new file mode 100644 index 0000000000000000000000000000000000000000..09680b97f6e534696c334cf24349de74dce5ccad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1beb34cc6c4b72b41419d2d5cbf8438f2492570db8f0af2dc654cc68e6567963 +size 394303 diff --git a/perception/image_level_comprehension/scene_classification/images/1483.png b/perception/image_level_comprehension/scene_classification/images/1483.png new file mode 100644 index 0000000000000000000000000000000000000000..dc8eb3c04ed30bc0ca0b2c0cf795e66723edd2be --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91135720a7926ef4d7909eba9ca59812caf7850664f6944056789788eaf29e7 +size 429509 diff --git a/perception/image_level_comprehension/scene_classification/images/1484.png b/perception/image_level_comprehension/scene_classification/images/1484.png new file mode 100644 index 0000000000000000000000000000000000000000..29975b82565d217ab63bea2c324ed49e487941d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7695891177ba6caf39f4f755959741a66fd3def5929771aea949fc106ef81d8 +size 371987 diff --git a/perception/image_level_comprehension/scene_classification/images/1485.png b/perception/image_level_comprehension/scene_classification/images/1485.png new file mode 100644 index 0000000000000000000000000000000000000000..292e8c2aebba35ec19216be2030b92e29c9d25f9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2832e588dd557613c3bdd89b0900b5852253a1a2a706be16c6646fae2ea5ab7 +size 402523 diff --git a/perception/image_level_comprehension/scene_classification/images/1486.png b/perception/image_level_comprehension/scene_classification/images/1486.png new file mode 100644 index 0000000000000000000000000000000000000000..bc850d351c61efd48c0dd55d08bfa4e6db8bee9c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14207cd82b3db1930436f9b94e2f1e18ab7000c08653a47e51b0071fe8bace35 +size 439669 diff --git a/perception/image_level_comprehension/scene_classification/images/1487.png b/perception/image_level_comprehension/scene_classification/images/1487.png new file mode 100644 index 0000000000000000000000000000000000000000..04316532354c673d9da49f1012bd2de73aacd282 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577af8a850cffc55e703b252788c40893ec9cd93ef44b29d00b8c3e5d81e0fab +size 389530 diff --git a/perception/image_level_comprehension/scene_classification/images/1488.png b/perception/image_level_comprehension/scene_classification/images/1488.png new file mode 100644 index 0000000000000000000000000000000000000000..c738c9ef8b79f0ceee0e219cc1b2fde80697c845 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7198ac0fee689d161593c950e868462e18f86eb0ee8c4ed0511012d2d459fc +size 292259 diff --git a/perception/image_level_comprehension/scene_classification/images/1489.png b/perception/image_level_comprehension/scene_classification/images/1489.png new file mode 100644 index 0000000000000000000000000000000000000000..519bee46fb4951f1af4308b5d85ff69e2c84a521 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d902b720826f3874e8e7e21ab5d31523395d980ffc06e05a323112a19c9b5b +size 359768 diff --git a/perception/image_level_comprehension/scene_classification/images/149.png b/perception/image_level_comprehension/scene_classification/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..ae12caa3425c9b0748a68b93615539b10d07bed4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2321afe7f4611ca4dd9595fa26a98a55bb789c7b9f90cdd751e499e1134b744a +size 406091 diff --git a/perception/image_level_comprehension/scene_classification/images/1490.png b/perception/image_level_comprehension/scene_classification/images/1490.png new file mode 100644 index 0000000000000000000000000000000000000000..523198a8754c5c573eac19257fc36719ed3886f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d25947a9675ac03490c3fdb3a2240ccb2638bc190e0f05238d097bf2728f03 +size 339135 diff --git a/perception/image_level_comprehension/scene_classification/images/1491.png b/perception/image_level_comprehension/scene_classification/images/1491.png new file mode 100644 index 0000000000000000000000000000000000000000..f6204f6e9100875e668bf24e2747cdabdcb9bb67 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79d0f229787f89db945c2f30abc2836b56a05c9c445a637b5fd431f8b51dd1c +size 362712 diff --git a/perception/image_level_comprehension/scene_classification/images/1492.png b/perception/image_level_comprehension/scene_classification/images/1492.png new file mode 100644 index 0000000000000000000000000000000000000000..629e392562ac6d62e72eba3f45c7fb4f7f4f261b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6170475b433a1ec947a9ebb893d87acbe7279cbfd3f252b59496bc53123b65a +size 327824 diff --git a/perception/image_level_comprehension/scene_classification/images/1493.png b/perception/image_level_comprehension/scene_classification/images/1493.png new file mode 100644 index 0000000000000000000000000000000000000000..00243978fede569fb0a4551adaa32a449ee86723 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2091cb6e93c44804f8e800645cac0ef39dfa1c624beeb4db234bf0c3c33c51b9 +size 249812 diff --git a/perception/image_level_comprehension/scene_classification/images/1494.png b/perception/image_level_comprehension/scene_classification/images/1494.png new file mode 100644 index 0000000000000000000000000000000000000000..53364dc35fba594a3ea059d3eb9dd1f6271f548c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcdcf40cc2dcd2116602282aa2e7c1c8aabfcadb651b61e9b5c2d829f389c81 +size 313701 diff --git a/perception/image_level_comprehension/scene_classification/images/1495.png b/perception/image_level_comprehension/scene_classification/images/1495.png new file mode 100644 index 0000000000000000000000000000000000000000..c3075b65cd3c3a912f61d2eba1cba58b5715b38a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef3e39f6f5e26e8ae9cb56079554256100e1423cef150491f4c047755339a0d +size 353680 diff --git a/perception/image_level_comprehension/scene_classification/images/1496.png b/perception/image_level_comprehension/scene_classification/images/1496.png new file mode 100644 index 0000000000000000000000000000000000000000..dde6b42a41ee0778b3b1869babcc6ba86c87dea3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e1fd27593fca7e1b7a8c7ef9c6e4e4737896ba2c7d41f42a63608ffb69c34d +size 261350 diff --git a/perception/image_level_comprehension/scene_classification/images/1497.png b/perception/image_level_comprehension/scene_classification/images/1497.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3a171642b4f981777240c12b147399794a66fa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96d0960963f52fd58f4b0b0fa3479fa4009414279f9ad5a4c0e126894a74b85 +size 198358 diff --git a/perception/image_level_comprehension/scene_classification/images/1498.png b/perception/image_level_comprehension/scene_classification/images/1498.png new file mode 100644 index 0000000000000000000000000000000000000000..5b042ecd6836cd5220972b902b057adf7d465695 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e0b9a999978e3370e41c8d680460c1bf1fb55953ed68f3aaa804dee2058e9a +size 378696 diff --git a/perception/image_level_comprehension/scene_classification/images/1499.png b/perception/image_level_comprehension/scene_classification/images/1499.png new file mode 100644 index 0000000000000000000000000000000000000000..323de6271a5b7688dbd1e0b09321c6801a4e7f16 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c12b009c17c609e375b1b80b18a4edc017bf1959301bed4c09e389571455799 +size 409202 diff --git a/perception/image_level_comprehension/scene_classification/images/15.png b/perception/image_level_comprehension/scene_classification/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6d52c007132445b2f735eae8f47b8bbf5266af --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b1ecde1e668beaec59864ea2405cb21e987cf11b59f60cc82ce759521c1211 +size 207194 diff --git a/perception/image_level_comprehension/scene_classification/images/150.png b/perception/image_level_comprehension/scene_classification/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..17577391f1a11f925d481151e59ff2b824b3bfaa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2811a2572b6db4152e846e5a5f4eb6794abdbe8f52fac02cc71b69a0305d2209 +size 464743 diff --git a/perception/image_level_comprehension/scene_classification/images/1500.png b/perception/image_level_comprehension/scene_classification/images/1500.png new file mode 100644 index 0000000000000000000000000000000000000000..7b3e60ca7a5887887ee285de65e6fe1b7203fc11 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efc3f1002cc7466ee8af2b6ab662633b522c7d9701b1a1b717fd637e89fd432 +size 475498 diff --git a/perception/image_level_comprehension/scene_classification/images/1501.png b/perception/image_level_comprehension/scene_classification/images/1501.png new file mode 100644 index 0000000000000000000000000000000000000000..94060f842d71d67cd8a6585111776a55addefc23 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f986f3894b1a221ddf360e6e6337fe495ced5c0dcd5c41fb293a6068260f580 +size 482749 diff --git a/perception/image_level_comprehension/scene_classification/images/1502.png b/perception/image_level_comprehension/scene_classification/images/1502.png new file mode 100644 index 0000000000000000000000000000000000000000..0267e618a79a60fa2c8b71864569254a583c4c2c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08ad96a6dd8629b65b310de3fe1e9577aa4ace5c79cd1874c9f1374e6eac47a +size 371275 diff --git a/perception/image_level_comprehension/scene_classification/images/1503.png b/perception/image_level_comprehension/scene_classification/images/1503.png new file mode 100644 index 0000000000000000000000000000000000000000..c5c638586181f5fa49f480b414e6a063f1b83863 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9621ff472ea08df964118dd3943e148380f6963984636257259e6add4783e6fb +size 406576 diff --git a/perception/image_level_comprehension/scene_classification/images/1504.png b/perception/image_level_comprehension/scene_classification/images/1504.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b0854a22d1909efab7a51bc4b026e9bbb3e704 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32eeb568ae478e9dc5d870b16a6815f5e75a128326e75d67b2b0cbbbe8c82dcc +size 203930 diff --git a/perception/image_level_comprehension/scene_classification/images/1505.png b/perception/image_level_comprehension/scene_classification/images/1505.png new file mode 100644 index 0000000000000000000000000000000000000000..754d4bd7184d4151b740ec94e82855d0a56571e7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42e9f1c3ffcebfe73ec050bab7337b259b458832c5a3e1a61beb9a3ed181729 +size 235460 diff --git a/perception/image_level_comprehension/scene_classification/images/1506.png b/perception/image_level_comprehension/scene_classification/images/1506.png new file mode 100644 index 0000000000000000000000000000000000000000..fa242e77a0a36fe82624df132e0d70f9ee6a650f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972cd0f4f936f080700f704c24dc88a7b3c1fd9a56da147ae42e243786320e34 +size 205284 diff --git a/perception/image_level_comprehension/scene_classification/images/1507.png b/perception/image_level_comprehension/scene_classification/images/1507.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a40c3c5de91aeeb6c532a9e2ddf2d5d45538b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95338faf6689b1af71024d8570b81f9d88d7aa463a8e997385df51fb7aafd316 +size 221124 diff --git a/perception/image_level_comprehension/scene_classification/images/1508.png b/perception/image_level_comprehension/scene_classification/images/1508.png new file mode 100644 index 0000000000000000000000000000000000000000..e4a4dcee2c53d08b34deffdc6fe88ba3195f4a38 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e44a78604f4aa27033102972b2e1163ab3094962b295fa69a79511fd3848c81 +size 208353 diff --git a/perception/image_level_comprehension/scene_classification/images/1509.png b/perception/image_level_comprehension/scene_classification/images/1509.png new file mode 100644 index 0000000000000000000000000000000000000000..971683d17518f6f01f38be912c63ddb8963f1b6f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6d3203f12abc259a86a4cd76f2d6e581740b813aed1b045f61b1304480ae42 +size 376387 diff --git a/perception/image_level_comprehension/scene_classification/images/151.png b/perception/image_level_comprehension/scene_classification/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..c0b9c5a883b1500cdc2d71634142f1c2a6b09884 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5694696a109564e4d1a5d8f5699bbffc712683c7e511b3f9420e5ce85cc87643 +size 391224 diff --git a/perception/image_level_comprehension/scene_classification/images/1510.png b/perception/image_level_comprehension/scene_classification/images/1510.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fe7a72b2e0fa483298fa88e4604be3fc0614eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a64b1c8a90f72ba28cee83c5b2eebc8b222959b658d7ff5334d77cf5a92c8f +size 166787 diff --git a/perception/image_level_comprehension/scene_classification/images/1511.png b/perception/image_level_comprehension/scene_classification/images/1511.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9f038f1c44c48003d52c95add568b018dc2e0c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd669004cbb9b1f9cf26a2ce316819309199addde7563f3b922ca28bdbc21ff3 +size 263334 diff --git a/perception/image_level_comprehension/scene_classification/images/1512.png b/perception/image_level_comprehension/scene_classification/images/1512.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4ece2713c17c771000974c3384a57003e8088e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caaaeb37d073ea17ed8a7107cad9e2083a1171b2553387ac033ac9b373ed063e +size 252972 diff --git a/perception/image_level_comprehension/scene_classification/images/1513.png b/perception/image_level_comprehension/scene_classification/images/1513.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c2850651a8d652a29466b9ae1539afca29990e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704c9d9996764431b37d100476f460dfa6a25c3bf904ca2b1b7db0a71fe8490d +size 258854 diff --git a/perception/image_level_comprehension/scene_classification/images/1514.png b/perception/image_level_comprehension/scene_classification/images/1514.png new file mode 100644 index 0000000000000000000000000000000000000000..eecaf78295b2fbb92e8398cc3d310fd81da96dbc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a789cc976e1cb6df8ea9d178a7d1aec80e599c3f3d48bbf3202c07a0518e73 +size 251660 diff --git a/perception/image_level_comprehension/scene_classification/images/1515.png b/perception/image_level_comprehension/scene_classification/images/1515.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc66dfffd33b21f531a4653c0b1036314282eda --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca06e894f14055e07508c76a30c4e5bae528fc911465d491e42e0ba6157ba48d +size 253177 diff --git a/perception/image_level_comprehension/scene_classification/images/1516.png b/perception/image_level_comprehension/scene_classification/images/1516.png new file mode 100644 index 0000000000000000000000000000000000000000..42e05805fc2f3d9c737a4c8af7905f17da9ea10d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19936f682ebb6ec8e6d0a6228ed9746d57f0ed2cbabc693186c2d663bac0553 +size 238374 diff --git a/perception/image_level_comprehension/scene_classification/images/1517.png b/perception/image_level_comprehension/scene_classification/images/1517.png new file mode 100644 index 0000000000000000000000000000000000000000..339b8ae0327ee8f741f8f2b5db1011139aedde75 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9772ef9bc02eec4441e7fa1a4107189ac1e22877a9bb120b87c5d4d54643d8fe +size 222820 diff --git a/perception/image_level_comprehension/scene_classification/images/1518.png b/perception/image_level_comprehension/scene_classification/images/1518.png new file mode 100644 index 0000000000000000000000000000000000000000..a1f64b2cf330da3173ce1fe51b0215b194801b99 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1518.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef7a73424d9a132d6adb85e0625a711ea04fc26ad3141011f7835637d1036fe +size 238124 diff --git a/perception/image_level_comprehension/scene_classification/images/1519.png b/perception/image_level_comprehension/scene_classification/images/1519.png new file mode 100644 index 0000000000000000000000000000000000000000..a923686cbde7a653eedf5178c41272cbfba08355 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633011336dc68c201205645195343e433e5f34ff19f41397f63cc3b058d99891 +size 235408 diff --git a/perception/image_level_comprehension/scene_classification/images/152.png b/perception/image_level_comprehension/scene_classification/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..b730d496f543baa156bb442933d82f908a97c924 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96568c149522fd29404a027b65c25c27f70f73147fdf89a9eb2c9f20f1d5a1d +size 398594 diff --git a/perception/image_level_comprehension/scene_classification/images/1520.png b/perception/image_level_comprehension/scene_classification/images/1520.png new file mode 100644 index 0000000000000000000000000000000000000000..f66d8af699870e227f2813c79be8b39a8023c53c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943c2e85c19ae6c32f041afdf4fe2f40aa7b84bb9e5c9ad33b1ef02103d0362e +size 224268 diff --git a/perception/image_level_comprehension/scene_classification/images/1521.png b/perception/image_level_comprehension/scene_classification/images/1521.png new file mode 100644 index 0000000000000000000000000000000000000000..ea842d619beb35886fff9ad8da2c82caa4910ce3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3469548dafef398a82acc7e76ff49a92c847a0a971d9b3a10190321c7caa048 +size 403373 diff --git a/perception/image_level_comprehension/scene_classification/images/1522.png b/perception/image_level_comprehension/scene_classification/images/1522.png new file mode 100644 index 0000000000000000000000000000000000000000..0823da30111e46c2aab1bdefdabe1c9ea82c435f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666fac6463395427de6230392bf81757b03e2430d724e469468563c75647555a +size 370343 diff --git a/perception/image_level_comprehension/scene_classification/images/1523.png b/perception/image_level_comprehension/scene_classification/images/1523.png new file mode 100644 index 0000000000000000000000000000000000000000..14d31f6148e16eee6ab9ddf6d8d8666f10845a5a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9800500dcaca9c8064e937721ce31225dccb433be6d52e76cd5236b2c05ac313 +size 218968 diff --git a/perception/image_level_comprehension/scene_classification/images/1524.png b/perception/image_level_comprehension/scene_classification/images/1524.png new file mode 100644 index 0000000000000000000000000000000000000000..eac64f83016b47c24d054a367339ea6fc8c670b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be436916f0987196f74509dd80d79322adb09d7b58f3be323d4aaedc734804d3 +size 279973 diff --git a/perception/image_level_comprehension/scene_classification/images/1525.png b/perception/image_level_comprehension/scene_classification/images/1525.png new file mode 100644 index 0000000000000000000000000000000000000000..3541ab15b47faffe1f58e5189ea9681d367d4112 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe3e1ddd9d900edd1665cbe078c2d571e8112c3bfff8428666c4d6da32ed052 +size 412653 diff --git a/perception/image_level_comprehension/scene_classification/images/1526.png b/perception/image_level_comprehension/scene_classification/images/1526.png new file mode 100644 index 0000000000000000000000000000000000000000..34b3186c4ef144b21675239f4aa2881fefed3f92 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fcb3a41cc5693f4047a244e45c31b0849bd828d2e9d0c528be64f28eb6b2ef +size 195780 diff --git a/perception/image_level_comprehension/scene_classification/images/1527.png b/perception/image_level_comprehension/scene_classification/images/1527.png new file mode 100644 index 0000000000000000000000000000000000000000..c72d9b87e6658725c7a4ae4fabead7d4dc119075 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ebedbc4b4f5374fdda55954dc9e65ab9cd9bd15a66daea66f25797b51d7f08 +size 266791 diff --git a/perception/image_level_comprehension/scene_classification/images/1528.png b/perception/image_level_comprehension/scene_classification/images/1528.png new file mode 100644 index 0000000000000000000000000000000000000000..959ad582dd0c7b058b3f52759a5d865d2eb4746e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10986a1659868691326ad1bd449a2ca898db07b5c13f756505aa190173ef50cc +size 382735 diff --git a/perception/image_level_comprehension/scene_classification/images/1529.png b/perception/image_level_comprehension/scene_classification/images/1529.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa3743d4767a4edb6832a62e0d6251c1615f576 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e86c90e6666121e12a588df740e376ddf286417904ef34c0fd996c5fa1fb98 +size 249992 diff --git a/perception/image_level_comprehension/scene_classification/images/153.png b/perception/image_level_comprehension/scene_classification/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..b2697e16c8eeb38ce51966b343d39a0400195c0c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd458cd0f7c5d54426cd1f84b54d1dd643a4c6690fbcd7b7b7ab51b6529ec283 +size 421231 diff --git a/perception/image_level_comprehension/scene_classification/images/1530.png b/perception/image_level_comprehension/scene_classification/images/1530.png new file mode 100644 index 0000000000000000000000000000000000000000..2a0c90e27f1e580300af59c71767b5e2643a7ba1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6e3d1ed2168b2ba9cb44fcb3c558680785ad8121e7b42611ffc4e60b878ae1 +size 448820 diff --git a/perception/image_level_comprehension/scene_classification/images/1531.png b/perception/image_level_comprehension/scene_classification/images/1531.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe311f6609ab0d4b743ddf62b4ad55f85edbba6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecd66a19d49048c590a3e1e0f9db7626d567e286659546a9752212b6fa24f82 +size 419049 diff --git a/perception/image_level_comprehension/scene_classification/images/1532.png b/perception/image_level_comprehension/scene_classification/images/1532.png new file mode 100644 index 0000000000000000000000000000000000000000..7a6ca4a67c93fc663ac6f5cbfa58b1a674789ef9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fc14a16f51cb964d0d96dd9c6f458f844a6014a26fef8b4d0f615960685b11 +size 411568 diff --git a/perception/image_level_comprehension/scene_classification/images/1533.png b/perception/image_level_comprehension/scene_classification/images/1533.png new file mode 100644 index 0000000000000000000000000000000000000000..654875908c39255f28a02de95fe7a0db98620de4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636a047e6360ba4e8ce9d3dfc9ae54a2e87a0fc50276c353e1795c45f4a78f69 +size 312443 diff --git a/perception/image_level_comprehension/scene_classification/images/1534.png b/perception/image_level_comprehension/scene_classification/images/1534.png new file mode 100644 index 0000000000000000000000000000000000000000..6a46cf12738f08006bfafb3675c76eb4bc99ec9e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5dc4ab3ef2ea909237242550119a0a60e4c80f39ca2fa7e5e1e4dbebc96273 +size 383873 diff --git a/perception/image_level_comprehension/scene_classification/images/1535.png b/perception/image_level_comprehension/scene_classification/images/1535.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce4cb0900d1258736cb975866187d116920c03f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ef0aab979018694464d3c06f606a32d0a475e589688a89f98218a127496f0d +size 400578 diff --git a/perception/image_level_comprehension/scene_classification/images/1536.png b/perception/image_level_comprehension/scene_classification/images/1536.png new file mode 100644 index 0000000000000000000000000000000000000000..fe96e456b8e9ae71584fc71ffa59ba0bf034db23 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e186405f6362c8bebe5366096f6beb3d5c3b8a9ce01becff3e720bfa4334789 +size 380696 diff --git a/perception/image_level_comprehension/scene_classification/images/1537.png b/perception/image_level_comprehension/scene_classification/images/1537.png new file mode 100644 index 0000000000000000000000000000000000000000..e13292c91f938eb52d6b3ca38346f59172909d09 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad64600b622970373aecb6a9e6f1878f8ea1f702e1795a2171e0550a99366a65 +size 399017 diff --git a/perception/image_level_comprehension/scene_classification/images/1538.png b/perception/image_level_comprehension/scene_classification/images/1538.png new file mode 100644 index 0000000000000000000000000000000000000000..34eebbb8747571101c6ded39eb95ebae88eb8208 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d2cf899865d71dfc903468324e0d6ebbc05b90084aab4959f34c367d038e9b +size 470568 diff --git a/perception/image_level_comprehension/scene_classification/images/1539.png b/perception/image_level_comprehension/scene_classification/images/1539.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd030f6e3ce576c52736e1d51aacf0e77ef0d75 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a544c2062184c39c66591b85694bcffd7552bd13253b6fe27bd350069dee83 +size 373338 diff --git a/perception/image_level_comprehension/scene_classification/images/154.png b/perception/image_level_comprehension/scene_classification/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..17b97d9c5b48aee7bf7237093db281320cb68be9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d9fe5b187148f1f43fc30aefc8cba61e34a442bf7c231594345b165f3a0834 +size 307153 diff --git a/perception/image_level_comprehension/scene_classification/images/1540.png b/perception/image_level_comprehension/scene_classification/images/1540.png new file mode 100644 index 0000000000000000000000000000000000000000..7b405683f45864510a6126c04817009e4d2f9ad4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b062ee86703149818f317ede39d8dde53cb4f14a97dfacb2074850cd5415fb43 +size 334046 diff --git a/perception/image_level_comprehension/scene_classification/images/1541.png b/perception/image_level_comprehension/scene_classification/images/1541.png new file mode 100644 index 0000000000000000000000000000000000000000..81140b1e42a13ea797a84fd8f2fc25706daa7b6a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bb53a8c28f3eda4e0973b2675f5fd86e44a09a44ef8b5c94635aef2145d486 +size 149978 diff --git a/perception/image_level_comprehension/scene_classification/images/1542.png b/perception/image_level_comprehension/scene_classification/images/1542.png new file mode 100644 index 0000000000000000000000000000000000000000..5833d8984ac1fd4973f13e404e9fa68d158550c2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5298c2517e797e1ae920e20fd997e00f21e421f7cb55203580ff6de0d40eb850 +size 423872 diff --git a/perception/image_level_comprehension/scene_classification/images/1543.png b/perception/image_level_comprehension/scene_classification/images/1543.png new file mode 100644 index 0000000000000000000000000000000000000000..448c35f6ed66e54b3847526cd91cd2a994e0acec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f782bbf483b4e3b418f27a1972b65a208b6c59226609ee96c8f09f4adf81bd2d +size 415065 diff --git a/perception/image_level_comprehension/scene_classification/images/1544.png b/perception/image_level_comprehension/scene_classification/images/1544.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb1b8f2c252ba490c9161f4753278d59bf3db32 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518f333cbe8ac2428f544d8b5cfbb4b1ea36ca06c0859496396e920c1442de3f +size 378296 diff --git a/perception/image_level_comprehension/scene_classification/images/1545.png b/perception/image_level_comprehension/scene_classification/images/1545.png new file mode 100644 index 0000000000000000000000000000000000000000..014b3f7ee802666d11b9eea051a874cb69f5255c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b7eb7e5a257a04ebaad576d37ec0d0c1baef819edb2acb2e5b52d77de8c8d1 +size 430556 diff --git a/perception/image_level_comprehension/scene_classification/images/1546.png b/perception/image_level_comprehension/scene_classification/images/1546.png new file mode 100644 index 0000000000000000000000000000000000000000..20b29fbb01fa3383bb535eb188695b8f6d53b3c4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f14562469147133a3c22499c077b5dc678cefd7fcdb915b4e99cc0b2a0bc60 +size 456194 diff --git a/perception/image_level_comprehension/scene_classification/images/1547.png b/perception/image_level_comprehension/scene_classification/images/1547.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a219b76df9010a03235e269c786cdabdc860b2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06c92cb1b04eb8f899d7d9678fcc001dd3de61bba4919d8f2c54cf765684eb8 +size 449684 diff --git a/perception/image_level_comprehension/scene_classification/images/1548.png b/perception/image_level_comprehension/scene_classification/images/1548.png new file mode 100644 index 0000000000000000000000000000000000000000..3a34b1cfbdf94ea41603cba49fcd48941ac9233f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb1f513a73839f07b9978c3361b7f82679b2705b7d0d3f543c0316a0d75d1e9 +size 224639 diff --git a/perception/image_level_comprehension/scene_classification/images/1549.png b/perception/image_level_comprehension/scene_classification/images/1549.png new file mode 100644 index 0000000000000000000000000000000000000000..cd30be5c2f59cac75c593cea9f0cd8d789d72283 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bb995b40dc6e7010aa5985bbbfd643fbb76e05a9441b8c6d620e6ed6f926da +size 484356 diff --git a/perception/image_level_comprehension/scene_classification/images/155.png b/perception/image_level_comprehension/scene_classification/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..ee09d06333674eeadb689dd9955ceb7d57ca40a9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5cc5caf066b40787c2862201b1161bb495c09bbe62246637d41fd7e82640b2 +size 431641 diff --git a/perception/image_level_comprehension/scene_classification/images/1550.png b/perception/image_level_comprehension/scene_classification/images/1550.png new file mode 100644 index 0000000000000000000000000000000000000000..235dff1eccd8ac0e89df2d21be2d28e599eef3ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639ffbc567ec3271421c30591bafeb700c7f06e932e1df559095c516d20b8c50 +size 374123 diff --git a/perception/image_level_comprehension/scene_classification/images/1551.png b/perception/image_level_comprehension/scene_classification/images/1551.png new file mode 100644 index 0000000000000000000000000000000000000000..d1a8e40c9b4f7e09ca346ece7ad3fc30506ae7b9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c31063df49cdd6a0d473295ab9f839bbe0f73fee9e08801c60c7f941a1f039 +size 505671 diff --git a/perception/image_level_comprehension/scene_classification/images/1552.png b/perception/image_level_comprehension/scene_classification/images/1552.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ade3d29dec83cfcd8aeadd6da69c75766f3724 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836f4ad3941202b9b7800e33a27991f26f2bc978ecfaf56d1b232810c0a8f523 +size 331215 diff --git a/perception/image_level_comprehension/scene_classification/images/1553.png b/perception/image_level_comprehension/scene_classification/images/1553.png new file mode 100644 index 0000000000000000000000000000000000000000..b68efc5974d0dfeceea1041e22cefab72cc23e56 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a43537c7631fd6a533a79af44fe2f5e90349c7328f0a0b9309306e67a63cd7 +size 328250 diff --git a/perception/image_level_comprehension/scene_classification/images/1554.png b/perception/image_level_comprehension/scene_classification/images/1554.png new file mode 100644 index 0000000000000000000000000000000000000000..bb02f1e0b94b4a89cc67b2e9d702992dc41e54f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8186c4bf6c766646a17b85377da2d8f1769790c3fead145c9f3964033568a5f4 +size 322573 diff --git a/perception/image_level_comprehension/scene_classification/images/1555.png b/perception/image_level_comprehension/scene_classification/images/1555.png new file mode 100644 index 0000000000000000000000000000000000000000..296583200b6e27917c63a143cbf5f75aa93d21db --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db06fb0a7fe68826c173b88040dae4b8ebb63f1767a2bd586fc7ea6f76bc1b68 +size 268697 diff --git a/perception/image_level_comprehension/scene_classification/images/1556.png b/perception/image_level_comprehension/scene_classification/images/1556.png new file mode 100644 index 0000000000000000000000000000000000000000..cae997b2f926a3872ab4f6a82d0d9e4b605aff16 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cde1b85cad322127217f83bdcbbac2cc555aeef870082a003da8cd3bd27a1e +size 388327 diff --git a/perception/image_level_comprehension/scene_classification/images/1557.png b/perception/image_level_comprehension/scene_classification/images/1557.png new file mode 100644 index 0000000000000000000000000000000000000000..02f84f1264c96476db2884461744b291a2ad66af --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f31a5270f740a65cf6376aeb67359ad18f2bb29ffaeeb0ca83caf033416f692 +size 363681 diff --git a/perception/image_level_comprehension/scene_classification/images/1558.png b/perception/image_level_comprehension/scene_classification/images/1558.png new file mode 100644 index 0000000000000000000000000000000000000000..11e74606adcb46a688ef0a46b792548bd6cf31c6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7763b3a7ce72a0b7d79cd9c7bc2d9014ab606f2d70497f48213cb8afa7224b1 +size 403284 diff --git a/perception/image_level_comprehension/scene_classification/images/1559.png b/perception/image_level_comprehension/scene_classification/images/1559.png new file mode 100644 index 0000000000000000000000000000000000000000..89820162b162a68234ebca25904844b1ec21ace7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1265d156fa86243a721e1dbe6bf49bae263e063e7d410579bf6a26a0b7a057 +size 358214 diff --git a/perception/image_level_comprehension/scene_classification/images/156.png b/perception/image_level_comprehension/scene_classification/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..e842c0a01ca621c7d74a9426d2611873f78aa787 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ec171e9a6cdb5d81d7b223fbec779d1948c49062847ce3b68d5dd03e658b95 +size 342103 diff --git a/perception/image_level_comprehension/scene_classification/images/1560.png b/perception/image_level_comprehension/scene_classification/images/1560.png new file mode 100644 index 0000000000000000000000000000000000000000..6ceb3c6357665c0093348844869dcb4e6f02e708 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63486dad91f47824756a4c145010c197b03f3e59bb64328057697ffe4225dc12 +size 319122 diff --git a/perception/image_level_comprehension/scene_classification/images/1561.png b/perception/image_level_comprehension/scene_classification/images/1561.png new file mode 100644 index 0000000000000000000000000000000000000000..ed92c17c30f96db860f60bf3ee2f47ecb1f1dd09 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5cb26d047c54129a27732a2fef194140114985a1c01a794e8ffa71543705f5 +size 347550 diff --git a/perception/image_level_comprehension/scene_classification/images/1562.png b/perception/image_level_comprehension/scene_classification/images/1562.png new file mode 100644 index 0000000000000000000000000000000000000000..54e66e442f2a379cce444d0c169b4f02ba2dfd16 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626250879841e1e2dc298a524d3e0dab5391e1d8b1c1d840272f7b081d5ff27e +size 377394 diff --git a/perception/image_level_comprehension/scene_classification/images/1563.png b/perception/image_level_comprehension/scene_classification/images/1563.png new file mode 100644 index 0000000000000000000000000000000000000000..89fc0bff76ecfae20bc31b8ce2c7dcd6687a621f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b30072cee6b06259673354785dce630aa57f6e6fc1c66da61b22d6710f33e17 +size 396588 diff --git a/perception/image_level_comprehension/scene_classification/images/1564.png b/perception/image_level_comprehension/scene_classification/images/1564.png new file mode 100644 index 0000000000000000000000000000000000000000..793d59a8fe65e6a7a7e46bf5d9f08c7f49366386 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06cfa94d481d594570f53952fed7ed8909cd1713ce2080747cc85d16f129245 +size 370574 diff --git a/perception/image_level_comprehension/scene_classification/images/1565.png b/perception/image_level_comprehension/scene_classification/images/1565.png new file mode 100644 index 0000000000000000000000000000000000000000..24698c346ed2c030f536fdf1360b4a8a516d4f93 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d1ffc13732d78678ebb64d0139ee280b08ce5f61f6f7e47f67ee87f346e006 +size 401171 diff --git a/perception/image_level_comprehension/scene_classification/images/1566.png b/perception/image_level_comprehension/scene_classification/images/1566.png new file mode 100644 index 0000000000000000000000000000000000000000..b49f012a066033286de24393fd87e7853e6780cc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1552ba341fbf43a5b6d69e9a89f8651ca7f1180646814e0249515dcdb2f6b22 +size 368922 diff --git a/perception/image_level_comprehension/scene_classification/images/1567.png b/perception/image_level_comprehension/scene_classification/images/1567.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9a7a1f566c7ea3b473dfde406e60879113294c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3c9fed4f576db775fb8dbfedf78e8dd02d9da89e7071222166f74a312aebc9 +size 400296 diff --git a/perception/image_level_comprehension/scene_classification/images/1568.png b/perception/image_level_comprehension/scene_classification/images/1568.png new file mode 100644 index 0000000000000000000000000000000000000000..85aa42c16b99b9cf7f87a35f1ea5006c73f50284 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4cd15512fc6bd1fc0f3a79374f68a68d676bbb4c742d4ebf809d44599cd5b7 +size 381839 diff --git a/perception/image_level_comprehension/scene_classification/images/1569.png b/perception/image_level_comprehension/scene_classification/images/1569.png new file mode 100644 index 0000000000000000000000000000000000000000..70b8b056e9dbe0ab7c2a95c0c593417c08dc847f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b98c9178fd35bfc59283e8b2d4aa84e06768e24cb369eacd19d9261ac63a035 +size 364878 diff --git a/perception/image_level_comprehension/scene_classification/images/157.png b/perception/image_level_comprehension/scene_classification/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..7e969c56e943731259d2dd0e5658fead364d073d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90d76f7b4718dc49196b1ec1af71f244300f6dba31494e13849f76811d7f676 +size 360742 diff --git a/perception/image_level_comprehension/scene_classification/images/1570.png b/perception/image_level_comprehension/scene_classification/images/1570.png new file mode 100644 index 0000000000000000000000000000000000000000..d1067ac22eaa2e283db34adf814d09a372ceb713 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678e50d53aba9fe724830d884cda6dbbbe9d97ee76d0e8d6f624fdd4af290ccd +size 349015 diff --git a/perception/image_level_comprehension/scene_classification/images/1571.png b/perception/image_level_comprehension/scene_classification/images/1571.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5ba89baa93b6a5e397a153beffca56a0159919 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8095206ca3c087438054b98e4e80ef3983625772cb21ca0f9b950606d21ea0ab +size 349114 diff --git a/perception/image_level_comprehension/scene_classification/images/1572.png b/perception/image_level_comprehension/scene_classification/images/1572.png new file mode 100644 index 0000000000000000000000000000000000000000..7b277ca033390cd9bb1975971e7773b57ddbd549 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9505f5e09ac2a3b7ec1da02b2e3ecbab00e6df0a25175d0e54d61361aee30c2b +size 358438 diff --git a/perception/image_level_comprehension/scene_classification/images/1573.png b/perception/image_level_comprehension/scene_classification/images/1573.png new file mode 100644 index 0000000000000000000000000000000000000000..80323a9c3fb9198dbb84daf461f736feedd6a81d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad0765e6ab6402b3dcfc83bf2a3a28ead88b35d2c91657b75bc768ca3862b37 +size 372267 diff --git a/perception/image_level_comprehension/scene_classification/images/1574.png b/perception/image_level_comprehension/scene_classification/images/1574.png new file mode 100644 index 0000000000000000000000000000000000000000..75a3676f371567435875723ee3b0c99d322099e7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867253df6aa55e8322e9fdca2405f72464cfbadc855810f0fc73a3bd0d1144eb +size 383851 diff --git a/perception/image_level_comprehension/scene_classification/images/1575.png b/perception/image_level_comprehension/scene_classification/images/1575.png new file mode 100644 index 0000000000000000000000000000000000000000..561d803cb8f685111c1b49dd40c879828f82362b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed42a1f7f04f694a37de7b79979e85d70b42725819b3ddd822d3486a4127bb58 +size 364898 diff --git a/perception/image_level_comprehension/scene_classification/images/1576.png b/perception/image_level_comprehension/scene_classification/images/1576.png new file mode 100644 index 0000000000000000000000000000000000000000..a442d7f85ed4be29c830ee9f318708dd4883c057 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880fd8277a2767c6476ad1cb29b0340b2b27bf85b447842786983f546a0756ab +size 306150 diff --git a/perception/image_level_comprehension/scene_classification/images/1577.png b/perception/image_level_comprehension/scene_classification/images/1577.png new file mode 100644 index 0000000000000000000000000000000000000000..aebef0d17c87fa979cbf3e1a647b6f8297cae0d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b57744eb38599d89cab082bf841eb269758196ba03bf937af0e4e12a562dbca +size 331506 diff --git a/perception/image_level_comprehension/scene_classification/images/1578.png b/perception/image_level_comprehension/scene_classification/images/1578.png new file mode 100644 index 0000000000000000000000000000000000000000..03cac577da178d57a654f6691db2d95003b3885b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844830d7d00f5264778ba077e89e3e94b11002e114b0da19f575fed0097e3472 +size 350238 diff --git a/perception/image_level_comprehension/scene_classification/images/1579.png b/perception/image_level_comprehension/scene_classification/images/1579.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3807c81593915ef6520be1a266ae384ce2c384 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add3d2e7464e89ac8e023e7322f8996d8fa04f5302020dbd537dbb305d8a4635 +size 359557 diff --git a/perception/image_level_comprehension/scene_classification/images/158.png b/perception/image_level_comprehension/scene_classification/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..48df614521ff43e8d643bdad8f7dcfffca3f1100 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efdc202864c28850a55666033f5490474d0b5d037507f734689fb829ebbf313 +size 287027 diff --git a/perception/image_level_comprehension/scene_classification/images/1580.png b/perception/image_level_comprehension/scene_classification/images/1580.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ba6771162e3617c7c2da5ed30ea696f08b79a8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391288854ab5c602a35857b9458f6a6ff7d4712541ceb28e65516ed225cd1f54 +size 380255 diff --git a/perception/image_level_comprehension/scene_classification/images/1581.png b/perception/image_level_comprehension/scene_classification/images/1581.png new file mode 100644 index 0000000000000000000000000000000000000000..350507b1eb2ee88147cc8d2ccd9dd5a05c6c0e88 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1963e54dcf581ed28a8a2b171ac98d74e681de7dbeebf089073548340d2310c +size 372880 diff --git a/perception/image_level_comprehension/scene_classification/images/1582.png b/perception/image_level_comprehension/scene_classification/images/1582.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e58a64596c4c526415b30c4a6cf5ec793930bf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d47fb84077f86dece295f5aa7884488789398993237f758513719f1abb6031f +size 408130 diff --git a/perception/image_level_comprehension/scene_classification/images/1583.png b/perception/image_level_comprehension/scene_classification/images/1583.png new file mode 100644 index 0000000000000000000000000000000000000000..839a55cbe8199d4fcf3fc37c1ace5589ab4ba95f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ff33e78fe4f0c7c1ec06ae558c852d236d84bf0eff211b729061a674cdc6a4 +size 365484 diff --git a/perception/image_level_comprehension/scene_classification/images/1584.png b/perception/image_level_comprehension/scene_classification/images/1584.png new file mode 100644 index 0000000000000000000000000000000000000000..167d83aa8ddce53f8ae9497fb7801424ebd64aca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f84556dc298c1799e594fe3d9136569a8febe7f93db298a3698666776bf3554 +size 394390 diff --git a/perception/image_level_comprehension/scene_classification/images/1585.png b/perception/image_level_comprehension/scene_classification/images/1585.png new file mode 100644 index 0000000000000000000000000000000000000000..404a35043aea886e48689e5938073070db4a2bd1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10224cb833b2bfbd3297ae5c0a73030a1558907d17a36a05afbc29c42d9127ae +size 375906 diff --git a/perception/image_level_comprehension/scene_classification/images/1586.png b/perception/image_level_comprehension/scene_classification/images/1586.png new file mode 100644 index 0000000000000000000000000000000000000000..0be82e65d598129ef3fb67645f86c6e79254c618 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dfd2e8a49196b4528209d2541c12ef7634913e10049298acf49bfbb152f21b +size 328101 diff --git a/perception/image_level_comprehension/scene_classification/images/1587.png b/perception/image_level_comprehension/scene_classification/images/1587.png new file mode 100644 index 0000000000000000000000000000000000000000..e12fd85c6b25013891b721bcbb0f1eaa8d206cc1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda63b0204e6c3534597b7f2d0a279d5aa6b6929eda7f8cdccdbd548573d7d4c +size 381311 diff --git a/perception/image_level_comprehension/scene_classification/images/1588.png b/perception/image_level_comprehension/scene_classification/images/1588.png new file mode 100644 index 0000000000000000000000000000000000000000..8a669bcb3de31d29080e6b26df5e84d7929fb472 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4c5ca753c40215562f11385de5f17e095da6f0b4d42f76a4dfafb30d9f13ce +size 464007 diff --git a/perception/image_level_comprehension/scene_classification/images/1589.png b/perception/image_level_comprehension/scene_classification/images/1589.png new file mode 100644 index 0000000000000000000000000000000000000000..5ddb79fea87d7ffb48b5da2baf72d8f5facd77d3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78653f60b7871310236333a52fc69d9bd4e5936c1936c6e70288d69dc6a8528 +size 412774 diff --git a/perception/image_level_comprehension/scene_classification/images/159.png b/perception/image_level_comprehension/scene_classification/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..9c542bf73714026bc8932bbd71d98c83e33b8c76 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9f0286722b524824dd7aa2826b9194105de428f8ddd5fd1d680753733a906b +size 274879 diff --git a/perception/image_level_comprehension/scene_classification/images/1590.png b/perception/image_level_comprehension/scene_classification/images/1590.png new file mode 100644 index 0000000000000000000000000000000000000000..aef9bb9538ca1f1e3b54c28db5672d4226471dad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298901f80493e37ee3637d327a688e94b236cc05cca7a068fa3d99e70494e4be +size 381783 diff --git a/perception/image_level_comprehension/scene_classification/images/1591.png b/perception/image_level_comprehension/scene_classification/images/1591.png new file mode 100644 index 0000000000000000000000000000000000000000..05b86b79b394329236fb344ec414598f66b39d3c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc01cf1684a7e9a3480ad808ce14c0797e31936cc4afe568541ee39b0a17713 +size 405338 diff --git a/perception/image_level_comprehension/scene_classification/images/1592.png b/perception/image_level_comprehension/scene_classification/images/1592.png new file mode 100644 index 0000000000000000000000000000000000000000..b70ab2ab5f2d23eea4cf7433f8197f8b1af1831d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0126e81a16fde67a78be38be6cbce897d95cb5057997d00827a2d56d338de4e8 +size 388496 diff --git a/perception/image_level_comprehension/scene_classification/images/1593.png b/perception/image_level_comprehension/scene_classification/images/1593.png new file mode 100644 index 0000000000000000000000000000000000000000..45c918488ea30cdd4ded56bafc8f540ec4d6fc9b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8df6a05f15ee1c327a859972b43d8f77aef5edfc6280cb4c1f0308b48cba09c +size 490222 diff --git a/perception/image_level_comprehension/scene_classification/images/1594.png b/perception/image_level_comprehension/scene_classification/images/1594.png new file mode 100644 index 0000000000000000000000000000000000000000..14840f2663fe810a68b1dddfec62cd324d12a6b8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0150e7c0dab9fd514282283aff294cc72f2681ba434824307eee42ba1df9eecb +size 420863 diff --git a/perception/image_level_comprehension/scene_classification/images/1595.png b/perception/image_level_comprehension/scene_classification/images/1595.png new file mode 100644 index 0000000000000000000000000000000000000000..07e1e4722833b2501f6b181fee3225de4055637c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d0ab6cb6f2d990f7644f3de7795da9914adb8ef9247177996968110a22a266 +size 438311 diff --git a/perception/image_level_comprehension/scene_classification/images/1596.png b/perception/image_level_comprehension/scene_classification/images/1596.png new file mode 100644 index 0000000000000000000000000000000000000000..f16ce642117c732a27e73ebdd3343902708c9ed1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c625ab40ab6b395881f1962b6313625ac6c039dd8fa3560aa0995b81fc1cf0e3 +size 484215 diff --git a/perception/image_level_comprehension/scene_classification/images/1597.png b/perception/image_level_comprehension/scene_classification/images/1597.png new file mode 100644 index 0000000000000000000000000000000000000000..c0b5bc504fbb5728b4ee76cdd41e53d3008b2397 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca05a2613bdf74f617e91695330065bcb1e905b74a43827d10f31a49d7aceb56 +size 550290 diff --git a/perception/image_level_comprehension/scene_classification/images/1598.png b/perception/image_level_comprehension/scene_classification/images/1598.png new file mode 100644 index 0000000000000000000000000000000000000000..1c850c675d3842e8779d756bb68ff4557b2dc964 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ab2dd391f5e81627824f55a3484269c45c6baaa7ffdb27f189871e15f8f98d +size 455956 diff --git a/perception/image_level_comprehension/scene_classification/images/1599.png b/perception/image_level_comprehension/scene_classification/images/1599.png new file mode 100644 index 0000000000000000000000000000000000000000..23bfc75faf0a2f8a291d4df873dea4a4f6f1672c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09abe2b11d424431b9f92f38b5ac3b972329c9b5102941ce176bf8860bc96063 +size 497884 diff --git a/perception/image_level_comprehension/scene_classification/images/16.png b/perception/image_level_comprehension/scene_classification/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..58627e9f1a5c4dcccdc171a152901f65a17d1a7b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b4cd5aeebc18a297ff3ff9b51656f61fde246cd12441b221e0700e3f135a0f +size 194999 diff --git a/perception/image_level_comprehension/scene_classification/images/160.png b/perception/image_level_comprehension/scene_classification/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..04524773842e3722707cdb6d6cbca07237f5b910 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2a58794d65a61f04db9c6909955ceffbb3f90c350e30f2b5e8482eee7369c4 +size 281885 diff --git a/perception/image_level_comprehension/scene_classification/images/1600.png b/perception/image_level_comprehension/scene_classification/images/1600.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d399f976166e12c342965fe451e89233435ac7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710f06dff93c6ff08465c41e816354e10b26e638128b9dc5e3b995ec637b6a12 +size 537294 diff --git a/perception/image_level_comprehension/scene_classification/images/1601.png b/perception/image_level_comprehension/scene_classification/images/1601.png new file mode 100644 index 0000000000000000000000000000000000000000..f48a36ce83703d553390d7061328c1b0f684f2e4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e16ad1dbe0fcd84e0a1d6d3684e53167dde0299cc537913d991173d57ec3a52 +size 522968 diff --git a/perception/image_level_comprehension/scene_classification/images/1602.png b/perception/image_level_comprehension/scene_classification/images/1602.png new file mode 100644 index 0000000000000000000000000000000000000000..b51e3b13b9a560b23bd263bc1b3afe0d81a1504d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4078528b0c36d347ab2e1617805110d27b56665076ba56f73e03fcf08221ed +size 327506 diff --git a/perception/image_level_comprehension/scene_classification/images/1603.png b/perception/image_level_comprehension/scene_classification/images/1603.png new file mode 100644 index 0000000000000000000000000000000000000000..34787ecc01bc368ef5191c3074d22349a25312aa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5e900c4796000dd6e03ec655fcb5ceacbc0fb870ca1fdaf1c1306b25e695d4 +size 340341 diff --git a/perception/image_level_comprehension/scene_classification/images/1604.png b/perception/image_level_comprehension/scene_classification/images/1604.png new file mode 100644 index 0000000000000000000000000000000000000000..7afba4aa95bbfcf6fa4c0f4af423a1464fbcb52f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9bb9f824c39af0703659c4a75a7d87c6ec319a95ea9b0c751d318e1cd531e4 +size 353283 diff --git a/perception/image_level_comprehension/scene_classification/images/1605.png b/perception/image_level_comprehension/scene_classification/images/1605.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd5a3f8a2cb70daffd46f80611888fd0a927c91 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca0f828b4250db627625c3d1c6f9948adcb8f7907c28d362ba035a6591f5a6d +size 386792 diff --git a/perception/image_level_comprehension/scene_classification/images/1606.png b/perception/image_level_comprehension/scene_classification/images/1606.png new file mode 100644 index 0000000000000000000000000000000000000000..ef1d32c548349b127f0fc050c282505def13dd4f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e6b6b2c311d58c1cffbb8c31cb727ca6a534deefc59e8f697e9f929bafccf7 +size 357904 diff --git a/perception/image_level_comprehension/scene_classification/images/1607.png b/perception/image_level_comprehension/scene_classification/images/1607.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd02ec7233c979d649d231e92b60aa456b6140b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055e80d67573d01306165a854691b1766569c197f074421fc55b97619cebc267 +size 430212 diff --git a/perception/image_level_comprehension/scene_classification/images/1608.png b/perception/image_level_comprehension/scene_classification/images/1608.png new file mode 100644 index 0000000000000000000000000000000000000000..ecba5b2ed83d71e3d991de57b5da86bd2281a3a9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f2aaecdd8951bbeabfe90f653d1f6c93464fde7a96625bc42849b0cb911a99 +size 337023 diff --git a/perception/image_level_comprehension/scene_classification/images/1609.png b/perception/image_level_comprehension/scene_classification/images/1609.png new file mode 100644 index 0000000000000000000000000000000000000000..91cbb8d4a057e130aba151b92be9ee45ab158009 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60098c0028d2c9b415a9eb4b9eda440ccf2823fb0a4195c28ea2ac6db30834c6 +size 521042 diff --git a/perception/image_level_comprehension/scene_classification/images/161.png b/perception/image_level_comprehension/scene_classification/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..30870ccd726b2072baccc62b758429ea5d8462f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1832ccd2b63d7998dd5d184f7adefc2d981ee3599bdd6339ed5ba5bcabdade3 +size 393832 diff --git a/perception/image_level_comprehension/scene_classification/images/1610.png b/perception/image_level_comprehension/scene_classification/images/1610.png new file mode 100644 index 0000000000000000000000000000000000000000..592b8fcc12981f3eb65734e505ba0e40cd9507fb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdda23f2e70627a45c065c21ecb56cff5cc7d9da6bae673f16aee57097867d8 +size 532344 diff --git a/perception/image_level_comprehension/scene_classification/images/1611.png b/perception/image_level_comprehension/scene_classification/images/1611.png new file mode 100644 index 0000000000000000000000000000000000000000..036b6ba96a90a70f3a4b42f7681f4dbadc54bcfd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d54f06cb7c46db9567405ea9260c99c19553b46a071506cffb0a446bea5f361 +size 429489 diff --git a/perception/image_level_comprehension/scene_classification/images/1612.png b/perception/image_level_comprehension/scene_classification/images/1612.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec9bf7dbe4e99169b4ff7b77ab183c965daa36b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fecf12e8e7ec7461e5e56d67faef5d589cfc63c9f1d94291f8ab93df42d6a40 +size 388206 diff --git a/perception/image_level_comprehension/scene_classification/images/1613.png b/perception/image_level_comprehension/scene_classification/images/1613.png new file mode 100644 index 0000000000000000000000000000000000000000..3db69f8e12debab24f16c5d2f9117f5fbd22fdff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4617b78a6d51e58b868cce8807bbdfc4f752260a8a2f02a509982eb9000b741f +size 451874 diff --git a/perception/image_level_comprehension/scene_classification/images/1614.png b/perception/image_level_comprehension/scene_classification/images/1614.png new file mode 100644 index 0000000000000000000000000000000000000000..f31e877483024b97efda0450f9bc4d2ce1e42503 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddcb4af837dff1ad51184e948550330e53c0fda4622503f690fd63baee10243 +size 442380 diff --git a/perception/image_level_comprehension/scene_classification/images/1615.png b/perception/image_level_comprehension/scene_classification/images/1615.png new file mode 100644 index 0000000000000000000000000000000000000000..da2750368f4ee25f562cafe7f2ba26cdc830ff00 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a61cad8d515dfbe18f39d79dfce2a2c6362350348eb7801507d055765a960aa +size 447100 diff --git a/perception/image_level_comprehension/scene_classification/images/1616.png b/perception/image_level_comprehension/scene_classification/images/1616.png new file mode 100644 index 0000000000000000000000000000000000000000..7a8db19fb0c173085e7a9483208252471715da90 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469b503902c34dfaa497a8b437207b309678bf18fbf245bd47a7b4fe15014606 +size 458456 diff --git a/perception/image_level_comprehension/scene_classification/images/1617.png b/perception/image_level_comprehension/scene_classification/images/1617.png new file mode 100644 index 0000000000000000000000000000000000000000..181ae335986108361beaeb12046fef28c83dabf5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f13de145a7f15e3d2d7f0adc5efc007475bcf28ad61ad183b91d4d114a8d258 +size 391724 diff --git a/perception/image_level_comprehension/scene_classification/images/1618.png b/perception/image_level_comprehension/scene_classification/images/1618.png new file mode 100644 index 0000000000000000000000000000000000000000..0c959060add9f1ad2447c468fcabd3debf7e5b58 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd2298c22ec77c624283388217d72efaec0405d87162aaea3ec7d03323c33c4 +size 538597 diff --git a/perception/image_level_comprehension/scene_classification/images/1619.png b/perception/image_level_comprehension/scene_classification/images/1619.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c97bfc6f51b06b324368b26cf3ebb1ba3f5ade --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1619.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fdc64ddd0aa9998130d5fa1917e285a4a4bca281441c6fa172ebbf3479c0ae +size 413407 diff --git a/perception/image_level_comprehension/scene_classification/images/162.png b/perception/image_level_comprehension/scene_classification/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..0a4d1cfb5d28d1105da1237ab5935298fff025e2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154dd877bfe935b7c6ab5dc2f31e552d1fc9468b22498b8202f33ec8cb9f7040 +size 292525 diff --git a/perception/image_level_comprehension/scene_classification/images/1620.png b/perception/image_level_comprehension/scene_classification/images/1620.png new file mode 100644 index 0000000000000000000000000000000000000000..35cf3dbae6470aae7e63f8db7441b9e85c787ad1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf51a1c6af5ecee7f7b69d60cd97bb2cd3822d361dfb3c4437a19032bca1ef6 +size 418134 diff --git a/perception/image_level_comprehension/scene_classification/images/1621.png b/perception/image_level_comprehension/scene_classification/images/1621.png new file mode 100644 index 0000000000000000000000000000000000000000..9ae3781e0116e5950cd4a13eb27e73e47a9ca381 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb56042e3bd23c89c7fc141510fddbe4499ee3d3244e285dcc2240ae5ecc4178 +size 397776 diff --git a/perception/image_level_comprehension/scene_classification/images/1622.png b/perception/image_level_comprehension/scene_classification/images/1622.png new file mode 100644 index 0000000000000000000000000000000000000000..ce90f3905a5286679d923c3818e5bc6818792c7b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3992928bb93e7270cdcf19c0ae581d739a4223e1863e79fa171d6a6ad0ff72d8 +size 452992 diff --git a/perception/image_level_comprehension/scene_classification/images/1623.png b/perception/image_level_comprehension/scene_classification/images/1623.png new file mode 100644 index 0000000000000000000000000000000000000000..11d8f03268866a4acdc17e66f06addc05e5ed770 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b703696fd6a097b68c162e3167f1346c7f8ec92b77e8377b4eb1461b0a1514 +size 398174 diff --git a/perception/image_level_comprehension/scene_classification/images/1624.png b/perception/image_level_comprehension/scene_classification/images/1624.png new file mode 100644 index 0000000000000000000000000000000000000000..f10e0f09cd9d6e27c15588942cd4e29f502c038e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd944629bb04b53235008f25c9c20fe641e3c34c686898dedf238e02e591801 +size 458804 diff --git a/perception/image_level_comprehension/scene_classification/images/1625.png b/perception/image_level_comprehension/scene_classification/images/1625.png new file mode 100644 index 0000000000000000000000000000000000000000..d36c6632a840a798f544b946c48b08d3e15818a3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2105f3bb7fbee66f84157595bbc2d636e258332f6a9e2ba69b698e1f6baac553 +size 417302 diff --git a/perception/image_level_comprehension/scene_classification/images/1626.png b/perception/image_level_comprehension/scene_classification/images/1626.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9cbc25189097bcf57e2629e8fca8e8c2537a72 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85d2f903523960f31cca01f65d912fb0e26ca5d3f67b21d3d9f3e4575c8f678 +size 447146 diff --git a/perception/image_level_comprehension/scene_classification/images/1627.png b/perception/image_level_comprehension/scene_classification/images/1627.png new file mode 100644 index 0000000000000000000000000000000000000000..35ca4d4f1a08da08c08c5abf1b1f5a816114a1fc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d6f705d74ea80d9772fc839d26c5e56ba9df44aba82423521c3894d29a73fd +size 436748 diff --git a/perception/image_level_comprehension/scene_classification/images/1628.png b/perception/image_level_comprehension/scene_classification/images/1628.png new file mode 100644 index 0000000000000000000000000000000000000000..3775a508ea908292c6bb2e984972facad6ee33cf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cce4ad2e96dfe36dd6167fa4d6ce025a95ec488d931052b5e480b17328cd62 +size 416301 diff --git a/perception/image_level_comprehension/scene_classification/images/1629.png b/perception/image_level_comprehension/scene_classification/images/1629.png new file mode 100644 index 0000000000000000000000000000000000000000..ac881f128a33142bb13f1576ebd92f7eb2c2a3b2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b1c0b0286c1b00f582ee002d1571acc2523c19a4ce5b5ae5171c62278e23b7 +size 422381 diff --git a/perception/image_level_comprehension/scene_classification/images/163.png b/perception/image_level_comprehension/scene_classification/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2cf391c1c63b225fd3ea140897bb32b6c0ed0f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07407b9d570120cbfecb0c14fbc0017dbca45f78483704e18ec43063223a4f7 +size 707194 diff --git a/perception/image_level_comprehension/scene_classification/images/1630.png b/perception/image_level_comprehension/scene_classification/images/1630.png new file mode 100644 index 0000000000000000000000000000000000000000..e25d6f5f20788b05840d5363f2779956f3a85cc5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28597026d3e6a17e7cfd2b6040495abd0c33457f67c645fc7f9d2d9f80797afa +size 431144 diff --git a/perception/image_level_comprehension/scene_classification/images/1631.png b/perception/image_level_comprehension/scene_classification/images/1631.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e42e6d5bcc593c8f112184837f40747ff615db --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e0d683faded5a182c1b9defe88c5a94c3eb7af84d0df8bc881b741de3f6aaf +size 478160 diff --git a/perception/image_level_comprehension/scene_classification/images/1632.png b/perception/image_level_comprehension/scene_classification/images/1632.png new file mode 100644 index 0000000000000000000000000000000000000000..ce4305a6420691fccdb1a9e36b3bd9c71d1d4abc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed910031fd6be6c9c265a7ce65b0c11f8481e41097c2e407b1e1523150023a22 +size 470092 diff --git a/perception/image_level_comprehension/scene_classification/images/1633.png b/perception/image_level_comprehension/scene_classification/images/1633.png new file mode 100644 index 0000000000000000000000000000000000000000..d69d7fdcbcd04c9f696b3b9bdbec09cbd7c4a0de --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685c2e2b53c0214cbf6bed772ebbcd3f85f6530b2cb48d3d81612440024d5cb5 +size 459049 diff --git a/perception/image_level_comprehension/scene_classification/images/1634.png b/perception/image_level_comprehension/scene_classification/images/1634.png new file mode 100644 index 0000000000000000000000000000000000000000..a01eb44239eb706c54e2aa236317a5f3a79236f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fc4b55b7741318af5a8473b9e36650b232a242d5f5e1e24441a2aa62028b5b +size 494665 diff --git a/perception/image_level_comprehension/scene_classification/images/1635.png b/perception/image_level_comprehension/scene_classification/images/1635.png new file mode 100644 index 0000000000000000000000000000000000000000..47939eed572eda45828fa64f6b06eff4fc1516d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067790ff445298422426406b6b3ced4fd71122bf3e79463fd318d2a9cec25f41 +size 423115 diff --git a/perception/image_level_comprehension/scene_classification/images/1636.png b/perception/image_level_comprehension/scene_classification/images/1636.png new file mode 100644 index 0000000000000000000000000000000000000000..52c4a78ae8ce0d3e3cd148b27d5cbae6fb4f2e3c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa30bc7425f8fd327c5d19e910a6e655907dcbdd0af685b38c4863ef3b33c094 +size 500346 diff --git a/perception/image_level_comprehension/scene_classification/images/1637.png b/perception/image_level_comprehension/scene_classification/images/1637.png new file mode 100644 index 0000000000000000000000000000000000000000..48ec43d82b3c39ab9c04ae74b9d33c0b53c51985 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d867b87af53c877e7c6ccf3beb1ea69080376b87aacd548fecf1f914fe42451f +size 445214 diff --git a/perception/image_level_comprehension/scene_classification/images/1638.png b/perception/image_level_comprehension/scene_classification/images/1638.png new file mode 100644 index 0000000000000000000000000000000000000000..64ac2e82693962103c309ee91d65fbfbf9781e2e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b89dc2c5ea20fb8b893cf08e5b377bf58a942b32347e8cd8265f8dc72a6cc9c +size 439317 diff --git a/perception/image_level_comprehension/scene_classification/images/1639.png b/perception/image_level_comprehension/scene_classification/images/1639.png new file mode 100644 index 0000000000000000000000000000000000000000..d1cc901d9018b632ff083b7073dcfcb28ef30086 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198b9e3f5b3b012e41dd16dcaaf3b728e49d5fa3fabbf2eef4d5d4fc00bdd6a7 +size 458343 diff --git a/perception/image_level_comprehension/scene_classification/images/164.png b/perception/image_level_comprehension/scene_classification/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..a110a1c83b548d0ebd23c94b6c1019614089e45d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72a58779449cdbac707cd1349b491042041b51e6ad0af7e1ae7543919fb4b03 +size 402994 diff --git a/perception/image_level_comprehension/scene_classification/images/1640.png b/perception/image_level_comprehension/scene_classification/images/1640.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bc2572250c4a9f8274bfe65cea48cee84c26b9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c3cae2b73f1d7b952dfd69be947048b524917dd1158058e468c85b53c69fa1 +size 410382 diff --git a/perception/image_level_comprehension/scene_classification/images/1641.png b/perception/image_level_comprehension/scene_classification/images/1641.png new file mode 100644 index 0000000000000000000000000000000000000000..111178d2a4d68021cea0c5b4e8802303f422d943 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf78524de9b0cd4613db819a844582c46768d211580861397465c55333ceb84 +size 550165 diff --git a/perception/image_level_comprehension/scene_classification/images/1642.png b/perception/image_level_comprehension/scene_classification/images/1642.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3e88585349534523ad08c4cf2c2a07f19b1a51 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc14106f82efb574742212493365fbc02ca704bf1264250159f5707165486ed +size 530915 diff --git a/perception/image_level_comprehension/scene_classification/images/1643.png b/perception/image_level_comprehension/scene_classification/images/1643.png new file mode 100644 index 0000000000000000000000000000000000000000..20e6ca3acec6f4d0a00b0941ae0164bfb8676dcc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5c700e6a0cd42ca7ae71e4b050e1f0d62921cd70d39090e7d547a8269bca2b +size 435685 diff --git a/perception/image_level_comprehension/scene_classification/images/1644.png b/perception/image_level_comprehension/scene_classification/images/1644.png new file mode 100644 index 0000000000000000000000000000000000000000..6d9d28703eec5ac62358502d0b383c8535e96d14 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf69096f8e59e333a63410906307bcdb954aa90af8c1e5c86d840d7078e5329 +size 550541 diff --git a/perception/image_level_comprehension/scene_classification/images/1645.png b/perception/image_level_comprehension/scene_classification/images/1645.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7b97ec6f26404f995a243702144a0950369861 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d767648e561982e128bcf4faa28850abdea38804fd6be939efaaf8073d14dec +size 495503 diff --git a/perception/image_level_comprehension/scene_classification/images/1646.png b/perception/image_level_comprehension/scene_classification/images/1646.png new file mode 100644 index 0000000000000000000000000000000000000000..a4247e7e329b18706c9b76cf3592817c21881e41 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c2967e4686d2b03b14e9ea2fb3ae863c72021378687acb130e55f1889065c1 +size 501298 diff --git a/perception/image_level_comprehension/scene_classification/images/1647.png b/perception/image_level_comprehension/scene_classification/images/1647.png new file mode 100644 index 0000000000000000000000000000000000000000..92e5791b967098cbdf7915d37c6aa071a4b52ddb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc67c16b3d4c7b4b0935d6e727ee92b714cffd559e1c165c6fad49e8b301de2c +size 458850 diff --git a/perception/image_level_comprehension/scene_classification/images/1648.png b/perception/image_level_comprehension/scene_classification/images/1648.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8bb94361e510916d88f7b492c29fa425d9cb00 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2ccee1460e3edd90a5f54a4903b3b9e9cb636c943c07b88a592d6c3311b548 +size 600532 diff --git a/perception/image_level_comprehension/scene_classification/images/1649.png b/perception/image_level_comprehension/scene_classification/images/1649.png new file mode 100644 index 0000000000000000000000000000000000000000..0cab7c5a2608fa8f2f3c18e8665bbb8af0dc722b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1999f1e43565c5f7dcfb3c2fbe263a9b50d5530d45a78efad03ab24aefe58d38 +size 571713 diff --git a/perception/image_level_comprehension/scene_classification/images/165.png b/perception/image_level_comprehension/scene_classification/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..828f8a04315854839ca0e9da6aa5c36c22006053 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3f345c14cbe6dc8eaad5515af67a3806ca9a2e310f5c8d1f6bb8777a87cabc +size 266457 diff --git a/perception/image_level_comprehension/scene_classification/images/1650.png b/perception/image_level_comprehension/scene_classification/images/1650.png new file mode 100644 index 0000000000000000000000000000000000000000..3f29a1524e41098a0f261401dd6367ab6c854ecc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce4b0b20e87b36c4e52848fe625223d951cde595a60fd89e4c9972264651f23 +size 524459 diff --git a/perception/image_level_comprehension/scene_classification/images/1651.png b/perception/image_level_comprehension/scene_classification/images/1651.png new file mode 100644 index 0000000000000000000000000000000000000000..be9c610b54a3d834b90d1ab4441e06413e42e744 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6cbb242a9fa723632c2ca8fc90ff4e717326106fd65ba648c4e83eb85cb744 +size 555722 diff --git a/perception/image_level_comprehension/scene_classification/images/1652.png b/perception/image_level_comprehension/scene_classification/images/1652.png new file mode 100644 index 0000000000000000000000000000000000000000..30bdca798ec6a457f8a839a93e27e98b470c9239 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1bced72329def06edfd0456e3cadad05938d658560cc6987889fed8d6478ee +size 590734 diff --git a/perception/image_level_comprehension/scene_classification/images/1653.png b/perception/image_level_comprehension/scene_classification/images/1653.png new file mode 100644 index 0000000000000000000000000000000000000000..ebd27b9e71a0a19466f8ac28130f8895a85c568e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c6eee670c408587925fbd1be9f267f126d0fb90ac8235fc75d547e590f9841 +size 577184 diff --git a/perception/image_level_comprehension/scene_classification/images/1654.png b/perception/image_level_comprehension/scene_classification/images/1654.png new file mode 100644 index 0000000000000000000000000000000000000000..952ab7ae435b3d7366777f8d9e5cb2f8eb480754 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8d0a997f8794e8bdc8eda60a8972282c259bc4520937ff4689c038422cd3bf +size 548668 diff --git a/perception/image_level_comprehension/scene_classification/images/1655.png b/perception/image_level_comprehension/scene_classification/images/1655.png new file mode 100644 index 0000000000000000000000000000000000000000..5d49ceb4829e43d2af2cc3ad080be32ea3f102b2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e18ce8333417fc060ae79d3a5ace171c70a1b18a91e6c7f3b3e89b89c72ec9 +size 594167 diff --git a/perception/image_level_comprehension/scene_classification/images/1656.png b/perception/image_level_comprehension/scene_classification/images/1656.png new file mode 100644 index 0000000000000000000000000000000000000000..2c950e3ac8be9765deb63b47c88aa22abaa17c06 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13710a99c4bfd6f636b4cb1701c2d93f74cba02c37ade6f1e3a528e2b5ca5997 +size 561588 diff --git a/perception/image_level_comprehension/scene_classification/images/1657.png b/perception/image_level_comprehension/scene_classification/images/1657.png new file mode 100644 index 0000000000000000000000000000000000000000..06783255731074863e614032bffcc799e70f57c3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81e97634771970a8c3fb7134fc2d00d0dc2429763d58aaab8ee3f9cb1818dd8 +size 588041 diff --git a/perception/image_level_comprehension/scene_classification/images/1658.png b/perception/image_level_comprehension/scene_classification/images/1658.png new file mode 100644 index 0000000000000000000000000000000000000000..624237d1948ee8027363776e97a426b3579b4c19 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f90ea323fc70074729eb65553b3221e4180da8fb9e33845bf0bcd1ab24841b +size 416277 diff --git a/perception/image_level_comprehension/scene_classification/images/1659.png b/perception/image_level_comprehension/scene_classification/images/1659.png new file mode 100644 index 0000000000000000000000000000000000000000..b8d03665dec29e0796828ba327fca7945bdeb11c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fc40969d9cae647f7c6c6d3298022decca8a9f1924acf9cfe1535a3a76cce1 +size 497177 diff --git a/perception/image_level_comprehension/scene_classification/images/166.png b/perception/image_level_comprehension/scene_classification/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..f89e1519463fcbfb192678cdaadd438bfcc0e9c8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23aeb0bca88066d22a8ae9ca254c28da00d2d0b5fd59b05869c2f3929de755f9 +size 749970 diff --git a/perception/image_level_comprehension/scene_classification/images/1660.png b/perception/image_level_comprehension/scene_classification/images/1660.png new file mode 100644 index 0000000000000000000000000000000000000000..89af2e39a5f2d8f6574057651ccb65e06ce9ca87 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818c1ad5efdf55b1c5a11d924c26176880496d93f42d0c91bec8a420fc2bdea6 +size 614185 diff --git a/perception/image_level_comprehension/scene_classification/images/1661.png b/perception/image_level_comprehension/scene_classification/images/1661.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff85c98e05c01e7ac827e40533e58ce7e635389 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee36cb07372dbff77385370197be69447702587f76e12b23fd39405b10533c65 +size 593336 diff --git a/perception/image_level_comprehension/scene_classification/images/1662.png b/perception/image_level_comprehension/scene_classification/images/1662.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e1474cddf109fbab5e27523d0ca9c1694c179d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246680d5d8ee23aaab32a0f7843ec450fa006d83df708081927cc102136d7032 +size 574617 diff --git a/perception/image_level_comprehension/scene_classification/images/1663.png b/perception/image_level_comprehension/scene_classification/images/1663.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef6d13bd9c6343c42d8b7fb2865a67d0cb85fb2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87218def6842b9d6548f5f3287100ff2d8f9788365776b513f8d31c1e646d725 +size 569501 diff --git a/perception/image_level_comprehension/scene_classification/images/1664.png b/perception/image_level_comprehension/scene_classification/images/1664.png new file mode 100644 index 0000000000000000000000000000000000000000..58a0ebd4e712b1b6794a3f6b70e716b2358bb167 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9af10b86eec7943c951e2c85dfe3e68be03f8d971013a4ab72efcc5dd33380 +size 590355 diff --git a/perception/image_level_comprehension/scene_classification/images/1665.png b/perception/image_level_comprehension/scene_classification/images/1665.png new file mode 100644 index 0000000000000000000000000000000000000000..aff242af5ad72766bb16ae9a262cf48683454b66 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cece9589849bda4a9827145ec868d5503e371f2b7f02f43ffd272719ed2501d +size 510693 diff --git a/perception/image_level_comprehension/scene_classification/images/1666.png b/perception/image_level_comprehension/scene_classification/images/1666.png new file mode 100644 index 0000000000000000000000000000000000000000..0dffb5d43ddca4bd4d23676b860a02ed9b795afd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409899cdca81d7583d9e3e803e824c92f1a1c012c3e409113e729648c4a29db2 +size 563325 diff --git a/perception/image_level_comprehension/scene_classification/images/1667.png b/perception/image_level_comprehension/scene_classification/images/1667.png new file mode 100644 index 0000000000000000000000000000000000000000..14984bb7e73fbb627e41e2d67e9ee9913520ae7c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed55a4b591fe877fea6b527ed9563d5864368e30c27982e70751e050a75fb9b8 +size 584555 diff --git a/perception/image_level_comprehension/scene_classification/images/1668.png b/perception/image_level_comprehension/scene_classification/images/1668.png new file mode 100644 index 0000000000000000000000000000000000000000..77433b17ac47161e230bc7ea3b9468e1e41dec73 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd2fb3e3c9b662968d5a439c1c5ca75c2fa1c17bea530ab02e1bac23e7f6ac6 +size 541561 diff --git a/perception/image_level_comprehension/scene_classification/images/1669.png b/perception/image_level_comprehension/scene_classification/images/1669.png new file mode 100644 index 0000000000000000000000000000000000000000..0e0440e17fdbbb6072f8307a15d838bdd835503e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8194d8a9443e1ebe50f32e24fb8b17d270c182c7940f5737feb29f7faaafa57 +size 542156 diff --git a/perception/image_level_comprehension/scene_classification/images/167.png b/perception/image_level_comprehension/scene_classification/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..5492a555f486deb0e58ad3408b4b58256854eb5c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eaa42aaa55336b64f7faa1ea50a87aabf5c99256f20402fd9e03e0c467c8060 +size 274738 diff --git a/perception/image_level_comprehension/scene_classification/images/1670.png b/perception/image_level_comprehension/scene_classification/images/1670.png new file mode 100644 index 0000000000000000000000000000000000000000..c47af444224507c0ff9942ebd007362f2ed8145e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff328172e52a0a7a03966d02517583cc904be76b5738b17e89fa3763df6686c +size 553072 diff --git a/perception/image_level_comprehension/scene_classification/images/1671.png b/perception/image_level_comprehension/scene_classification/images/1671.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f29d2af3e27d1dd8dbb3a30dea27d837855910 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c842c845b86894ad37d5968795dcb777998534ef01fe94e6498df859844356be +size 543576 diff --git a/perception/image_level_comprehension/scene_classification/images/1672.png b/perception/image_level_comprehension/scene_classification/images/1672.png new file mode 100644 index 0000000000000000000000000000000000000000..d3066e9e75bf8515acfd26df390c3dc9091a9655 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61222aa09697d436a45adac2f323b5458384973da396797c605c27bdd6e3bf85 +size 611215 diff --git a/perception/image_level_comprehension/scene_classification/images/1673.png b/perception/image_level_comprehension/scene_classification/images/1673.png new file mode 100644 index 0000000000000000000000000000000000000000..f22ead983ede13c477b7a2c3c358272d8b0811c9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dd2220beabddf9ff1303ee5f3cf0be4e377a7084bd03551fb116ff92c5d7a0 +size 612190 diff --git a/perception/image_level_comprehension/scene_classification/images/1674.png b/perception/image_level_comprehension/scene_classification/images/1674.png new file mode 100644 index 0000000000000000000000000000000000000000..9466f58f27443f9a816b0c204d03293862a4041a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ede8724256f8417f2a1b186bf28f57c4ae63dd659b0461c45bcbb13434c5f29 +size 515939 diff --git a/perception/image_level_comprehension/scene_classification/images/1675.png b/perception/image_level_comprehension/scene_classification/images/1675.png new file mode 100644 index 0000000000000000000000000000000000000000..b33f8ed2150ce2026e131dc881c274de68fb9323 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5759718c2ae5c58314793a22628abc3573459f33e6227b14b488ed71e7f24ed +size 597779 diff --git a/perception/image_level_comprehension/scene_classification/images/1676.png b/perception/image_level_comprehension/scene_classification/images/1676.png new file mode 100644 index 0000000000000000000000000000000000000000..c95897759a635840e7a7d2b528eaab0f4ca92410 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837e1b17ae49d7954c78c224942a77824b7171d0fb5a2a5812571d2c728d4b3b +size 594263 diff --git a/perception/image_level_comprehension/scene_classification/images/1677.png b/perception/image_level_comprehension/scene_classification/images/1677.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d055e863321d11c34d0b6223c6fbd7b34eb60e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc271a2210f2a84e7db057129d9162a3614e99d1a37edd08d2f51406a34678d +size 508363 diff --git a/perception/image_level_comprehension/scene_classification/images/1678.png b/perception/image_level_comprehension/scene_classification/images/1678.png new file mode 100644 index 0000000000000000000000000000000000000000..dbbb6937e16a88ae2b91941efcb4f18292d90bb3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a96ec241210b1ed9f2a7e0ec589585d54a46c953d16ee154729068991ab54a5 +size 515728 diff --git a/perception/image_level_comprehension/scene_classification/images/1679.png b/perception/image_level_comprehension/scene_classification/images/1679.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a1080e220c5f42965bb0eeced8dda837acfcae --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d74ec0af95dbef42bd575664c9735768aa719c76ddede8cd2eb2bad9ca640f +size 570433 diff --git a/perception/image_level_comprehension/scene_classification/images/168.png b/perception/image_level_comprehension/scene_classification/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..c2cd818372c8c3c6bccebf684757718f833088b7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8624db93357cc012237dee7f937c5aab9379b0f3afdc90c1d27146a5f9d046 +size 326048 diff --git a/perception/image_level_comprehension/scene_classification/images/1680.png b/perception/image_level_comprehension/scene_classification/images/1680.png new file mode 100644 index 0000000000000000000000000000000000000000..98f52c03938098066f36c8ec54c9ab5971aa7a5f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472e39c7dcb0a83f3781421150fb6b5332e373f36a31b06ec954bcbfe6bd02d4 +size 594285 diff --git a/perception/image_level_comprehension/scene_classification/images/1681.png b/perception/image_level_comprehension/scene_classification/images/1681.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf336b032a6b092f52df3891208330b8debd81b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf87d459e7447c780d57eea221ee1e7f5b6ab2b784550a7722309e3025099fb +size 576068 diff --git a/perception/image_level_comprehension/scene_classification/images/1682.png b/perception/image_level_comprehension/scene_classification/images/1682.png new file mode 100644 index 0000000000000000000000000000000000000000..7dde2682f442a9f9a13cd6e4b1386f4a8f8c4380 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a01293b45c135e480f4d6b013ccbd410aa58c13bf56d86bac3dc9365ad09e40 +size 565925 diff --git a/perception/image_level_comprehension/scene_classification/images/1683.png b/perception/image_level_comprehension/scene_classification/images/1683.png new file mode 100644 index 0000000000000000000000000000000000000000..f1ae3cfc80a5d0d6df2eff306df29e198b9ad956 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009b0bedc5683e4c7c5efffaf8cbf4a5637b12acf4fc24ca6c402c3e0f377dde +size 581748 diff --git a/perception/image_level_comprehension/scene_classification/images/1684.png b/perception/image_level_comprehension/scene_classification/images/1684.png new file mode 100644 index 0000000000000000000000000000000000000000..e1fd24cc9eacb45e6a8b0e83642ff5f48e076c23 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a80a428a01025d04a38d9a2104a89ee26d7ce13aa72945dc5556a888fe3e1c +size 558145 diff --git a/perception/image_level_comprehension/scene_classification/images/1685.png b/perception/image_level_comprehension/scene_classification/images/1685.png new file mode 100644 index 0000000000000000000000000000000000000000..79a9ea12fcc61fbcb85ab5280f011fb80aaa00b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a75414e4691b9673bd05522b1b8ac3059db3f077e7a877ec18aeb7ca96992e +size 543997 diff --git a/perception/image_level_comprehension/scene_classification/images/1686.png b/perception/image_level_comprehension/scene_classification/images/1686.png new file mode 100644 index 0000000000000000000000000000000000000000..a9e6130b3b2cc99a16af8cbb68cdd68db8e950b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699268512a931506f736375c8ce5a2d0102e12283cd643a0709e9f3e3c4d6ac2 +size 560416 diff --git a/perception/image_level_comprehension/scene_classification/images/1687.png b/perception/image_level_comprehension/scene_classification/images/1687.png new file mode 100644 index 0000000000000000000000000000000000000000..655ca0ced4c0f235a82c7f9dc6ef62b4053b7943 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfc967f864ba2eee2be408f541b0cc33629fb203e57d0e084ddbd74b7093466 +size 586839 diff --git a/perception/image_level_comprehension/scene_classification/images/1688.png b/perception/image_level_comprehension/scene_classification/images/1688.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7a07d4d5af65a6c8aff9040c8005b26106bd84 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c82f1ee3805e02664662dba2bbf1cf925088a842f7dafdf2d1358aa6580376e +size 566518 diff --git a/perception/image_level_comprehension/scene_classification/images/1689.png b/perception/image_level_comprehension/scene_classification/images/1689.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a9ff2240649b1d9dc3ac2592f56a170d61e567 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45853b0c2a7e966a740be3b1c1c15ac9ac0316dd5b1975ab2a1548c3454f09c +size 530801 diff --git a/perception/image_level_comprehension/scene_classification/images/169.png b/perception/image_level_comprehension/scene_classification/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..b631d2305c2c0aeb9e57dcd33f3067c3ee5b11d0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7032ccb577d45febf32a1b678d699e588cf8868e86f602aec7b3700e1f2291 +size 453626 diff --git a/perception/image_level_comprehension/scene_classification/images/1690.png b/perception/image_level_comprehension/scene_classification/images/1690.png new file mode 100644 index 0000000000000000000000000000000000000000..37c74191d5cba6009c3c715b9ee37a07788d6aa0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37d3cecf1f4fe8c781d589a16a356e9b85f18bb8e2e82a381e177c1a77de276 +size 513146 diff --git a/perception/image_level_comprehension/scene_classification/images/1691.png b/perception/image_level_comprehension/scene_classification/images/1691.png new file mode 100644 index 0000000000000000000000000000000000000000..88dc5f8b9bc17e5ddf0df88270dd4a1671c9939d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead96155f99b71647e3b08597f60edf8cbd93973ba04fc0a47d3caa7f6d64899 +size 568368 diff --git a/perception/image_level_comprehension/scene_classification/images/1692.png b/perception/image_level_comprehension/scene_classification/images/1692.png new file mode 100644 index 0000000000000000000000000000000000000000..db3f7e48da35b0c21ca798a2c6f9eb03cdc3c06d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97f4fd03a5974eaa55ed12d87144a60d938bd35908d4374e250cde550fd3b99 +size 565721 diff --git a/perception/image_level_comprehension/scene_classification/images/1693.png b/perception/image_level_comprehension/scene_classification/images/1693.png new file mode 100644 index 0000000000000000000000000000000000000000..f1ad977e514e71b4d146a3d7e8d9c01c9a812d22 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de63215dc731b59a4e6631c73c468bdd016075f9a96b39a2fb1cf73ded511a0 +size 514034 diff --git a/perception/image_level_comprehension/scene_classification/images/1694.png b/perception/image_level_comprehension/scene_classification/images/1694.png new file mode 100644 index 0000000000000000000000000000000000000000..de0119dccc7f57e4a292df90e41c243a6831ef5f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b2387998dd68903fac3495670b14c560545de0a4c70ff2ca49651632219c38 +size 552374 diff --git a/perception/image_level_comprehension/scene_classification/images/1695.png b/perception/image_level_comprehension/scene_classification/images/1695.png new file mode 100644 index 0000000000000000000000000000000000000000..0f42b7db538ed78a514b1da204afe98802fcd126 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587721b8c278e8587f6af38ea5a1a5cc626c3dc2243d67661faf49fc6fa2ea34 +size 575572 diff --git a/perception/image_level_comprehension/scene_classification/images/1696.png b/perception/image_level_comprehension/scene_classification/images/1696.png new file mode 100644 index 0000000000000000000000000000000000000000..2aa260782fe40ff88fe8309f6749dae0faf1c253 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312da0f89593b8ed4c1863c89237477fc9a9d0914003162e43719713da3d2905 +size 560525 diff --git a/perception/image_level_comprehension/scene_classification/images/1697.png b/perception/image_level_comprehension/scene_classification/images/1697.png new file mode 100644 index 0000000000000000000000000000000000000000..358677ae321c05d7079150860911f1c8a9a6c872 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1697.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f4d578bfb62b9b751716e3784279040cb4f8f629bbb619782eb442eaba53b1 +size 603315 diff --git a/perception/image_level_comprehension/scene_classification/images/1698.png b/perception/image_level_comprehension/scene_classification/images/1698.png new file mode 100644 index 0000000000000000000000000000000000000000..73505acbfdc5587edf5ee0c2babb2388098e5ff2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0c7c95213e55f17fb101c5a0fe35ffe9a8da2b422248dd63ab0078e4f315f0 +size 583360 diff --git a/perception/image_level_comprehension/scene_classification/images/1699.png b/perception/image_level_comprehension/scene_classification/images/1699.png new file mode 100644 index 0000000000000000000000000000000000000000..1822596eceeec9314289a6a592be83672a621476 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c68b5204031759e4290ed08745b0578f5944657387e35cbe432d0227a41231a +size 599212 diff --git a/perception/image_level_comprehension/scene_classification/images/17.png b/perception/image_level_comprehension/scene_classification/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..1f1d71919ef254f9f0c127ece91cfc33a62e32df --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee4ba2f9e65799ab5a23427ce08189abf56fbf927c81193b17ef285712657c6 +size 188698 diff --git a/perception/image_level_comprehension/scene_classification/images/170.png b/perception/image_level_comprehension/scene_classification/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..415a50d8d3555ea7f067f19ac00a256f529fdd5b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa397e58696f0b3410085754bc2e500a2b7c469903c5369f63fd29e1ce83f6d9 +size 291090 diff --git a/perception/image_level_comprehension/scene_classification/images/1700.png b/perception/image_level_comprehension/scene_classification/images/1700.png new file mode 100644 index 0000000000000000000000000000000000000000..77931dc781b867660d5aa9a76fd336298cfa1f3f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18009fb91ce6f2d7626cd8380c1351516aa42ef48853f22ab1a9cf2417c364b +size 581278 diff --git a/perception/image_level_comprehension/scene_classification/images/1701.png b/perception/image_level_comprehension/scene_classification/images/1701.png new file mode 100644 index 0000000000000000000000000000000000000000..7de58d93635412dbd6c108dc340031d834ce831a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16f96c2e88ff66ca9e3539b9f63c235728bebdb67a85ffca1c92ce2bfbd1667 +size 561537 diff --git a/perception/image_level_comprehension/scene_classification/images/1702.png b/perception/image_level_comprehension/scene_classification/images/1702.png new file mode 100644 index 0000000000000000000000000000000000000000..6382dcbd5266a4dc341a0846d928659bc6c3a6a0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d1524203d822c5de61ba728e1f6f8fa5f2138698c1da01f1d7e0dbe107ff7e +size 613774 diff --git a/perception/image_level_comprehension/scene_classification/images/1703.png b/perception/image_level_comprehension/scene_classification/images/1703.png new file mode 100644 index 0000000000000000000000000000000000000000..a9118b1b50c7e7a1c257e9681d405d4e4691decc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6526ea3fd1bf48ff19ea3b62137cb9048319d4389435ce258214ccb9aa898d09 +size 574078 diff --git a/perception/image_level_comprehension/scene_classification/images/1704.png b/perception/image_level_comprehension/scene_classification/images/1704.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8ad3a26dc23d8b157c2ea24c6894a46d353263 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd9f69cb6e00c2a7bcd13a3fa010677495f8b77c2f5a15c8f4829462e33ca35 +size 607669 diff --git a/perception/image_level_comprehension/scene_classification/images/1705.png b/perception/image_level_comprehension/scene_classification/images/1705.png new file mode 100644 index 0000000000000000000000000000000000000000..0be1a198381b76ed4ec86770269e51edb6b2cd75 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637a3ea22fccb37e92450207f0706d77728bf8236ac8f7dc1bc552d935e81c2e +size 609088 diff --git a/perception/image_level_comprehension/scene_classification/images/1706.png b/perception/image_level_comprehension/scene_classification/images/1706.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae6cab5caf52f8e8710aa15ccecd6d96ed87b9b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e980ecc8b8c1b6617a9433fe61e6e2cffe1c015443d1fd4438b4b3a3c2b95f19 +size 610981 diff --git a/perception/image_level_comprehension/scene_classification/images/1707.png b/perception/image_level_comprehension/scene_classification/images/1707.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a8ab4256db6cf5862317bba5d19e2282ea693b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036fbd88486a41eccf1a7cca6ce805fe2a60e6c8c3432ea1cdacf6ef8b46afe6 +size 619110 diff --git a/perception/image_level_comprehension/scene_classification/images/1708.png b/perception/image_level_comprehension/scene_classification/images/1708.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e80876c270386bdf2304c42deec411ec543bf7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faffb3ba0d09adc25cb98134b9c252849ffb5f61f1e11940925009b29ce52a28 +size 604100 diff --git a/perception/image_level_comprehension/scene_classification/images/1709.png b/perception/image_level_comprehension/scene_classification/images/1709.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1780e5f6aaa2018fbe97af218430f613f2ccdd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99317f9029c7ebbd0aac0c9102944bb604d2fe4efe353d6701cb7cdc034642b6 +size 614153 diff --git a/perception/image_level_comprehension/scene_classification/images/171.png b/perception/image_level_comprehension/scene_classification/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..891d1c881b692d86be654cf0f69a9628cc9b8358 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70ad286d037a2bbe43c7e12c5241fcf3c2a6c807fd118bf957c57f8bfbb868b +size 454916 diff --git a/perception/image_level_comprehension/scene_classification/images/1710.png b/perception/image_level_comprehension/scene_classification/images/1710.png new file mode 100644 index 0000000000000000000000000000000000000000..da3b912205bd0354be8c6cbb116e1f988087b3e1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dc0827175c8413af9cf6856ea80791353cdbc922b96655c6e677fa0048c80f +size 612112 diff --git a/perception/image_level_comprehension/scene_classification/images/1711.png b/perception/image_level_comprehension/scene_classification/images/1711.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2e175948b53ae48d8d7681332667b0716c158d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f967c3a14bacdaaa0df56246c22cdd41e93416d2abb355b691194904c1e66746 +size 594953 diff --git a/perception/image_level_comprehension/scene_classification/images/1712.png b/perception/image_level_comprehension/scene_classification/images/1712.png new file mode 100644 index 0000000000000000000000000000000000000000..486984affb7bdd703b448439106ab9b8eee33e72 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89cfad57ac16ec26494e677d904d7ae11aae131fa4435c8aa2dcec74bcc7193 +size 610951 diff --git a/perception/image_level_comprehension/scene_classification/images/1713.png b/perception/image_level_comprehension/scene_classification/images/1713.png new file mode 100644 index 0000000000000000000000000000000000000000..bf27123bafc6e3f916b462f1b1211e744f2f15d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f75dc26b13db63a375e00bb3fe408d413086252dddba33c4f968f6cc5f83bf9 +size 547769 diff --git a/perception/image_level_comprehension/scene_classification/images/1714.png b/perception/image_level_comprehension/scene_classification/images/1714.png new file mode 100644 index 0000000000000000000000000000000000000000..6a01c97b691e925b1d7e8cbc0ec0e0d649c8f129 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e26cec93c5c681eda21cb239bbe39488c11a15b764dd54630a2c566594ac12b +size 542007 diff --git a/perception/image_level_comprehension/scene_classification/images/1715.png b/perception/image_level_comprehension/scene_classification/images/1715.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4cdcd592589e8c59e03c82045c3f1f5e9625c1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9477b6f8580fea5daa067987a582c1a9786bae467391dfe8c99a4c21300dee +size 558382 diff --git a/perception/image_level_comprehension/scene_classification/images/1716.png b/perception/image_level_comprehension/scene_classification/images/1716.png new file mode 100644 index 0000000000000000000000000000000000000000..0c969f4a6f4c0766d7870b9f22dfeb7e22b73184 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a257080c26dac2f61ecffbe4a33c0388fa6b2f8ecbe8093fe8f164ee0fafb4c +size 564542 diff --git a/perception/image_level_comprehension/scene_classification/images/1717.png b/perception/image_level_comprehension/scene_classification/images/1717.png new file mode 100644 index 0000000000000000000000000000000000000000..d48e5dcfc3f14aa2428df188f320ae1259cf8769 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb46d0611796b20b0fb854a57362fad2c317380472efaa704afcdb2ba88aad76 +size 526165 diff --git a/perception/image_level_comprehension/scene_classification/images/1718.png b/perception/image_level_comprehension/scene_classification/images/1718.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b2d7cf81b2392d4d3463e4af005c5c441afea5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceaeed2c9f5bbb39bc605b99917f3bf8a7c7bc8eb4c4fc5d6c63dcf0ef0739c +size 567591 diff --git a/perception/image_level_comprehension/scene_classification/images/1719.png b/perception/image_level_comprehension/scene_classification/images/1719.png new file mode 100644 index 0000000000000000000000000000000000000000..7788345e5c2430ea5d0f350b664e86850b9436f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38031ece5f1e858af58cdd69dc0fc3b5d63229bd7cd2fd3e1abd21b8b89f4ff3 +size 501526 diff --git a/perception/image_level_comprehension/scene_classification/images/172.png b/perception/image_level_comprehension/scene_classification/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..fc89c0f7d95c2aa489d9dca6b5b1d5b5251cb896 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0896d7d6dd6c598b052c8e06281494f2dfeddd7fc8d33ef7a46788afcc6497e5 +size 360240 diff --git a/perception/image_level_comprehension/scene_classification/images/1720.png b/perception/image_level_comprehension/scene_classification/images/1720.png new file mode 100644 index 0000000000000000000000000000000000000000..30438da3dd691d96292278c6bab8e7a90393b85d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29f242866f326461d5d597ccaca83ccc0732cc9d8b885114d2b2e41bd8c17ed +size 568671 diff --git a/perception/image_level_comprehension/scene_classification/images/1721.png b/perception/image_level_comprehension/scene_classification/images/1721.png new file mode 100644 index 0000000000000000000000000000000000000000..0d5c843544e0f58bcf2f31fc22693acf2b58d086 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cedad30e144bedab830efb23eff76a19699e0307372ff1dfb7a40a4ccde9f59 +size 534180 diff --git a/perception/image_level_comprehension/scene_classification/images/1722.png b/perception/image_level_comprehension/scene_classification/images/1722.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2b48cf764618d6d07fe2a902912c6c30cc0c8d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8696dd10f0a2202cfc1e0b0819e39ccc6090425947cf3208439f304c22c56346 +size 532108 diff --git a/perception/image_level_comprehension/scene_classification/images/1723.png b/perception/image_level_comprehension/scene_classification/images/1723.png new file mode 100644 index 0000000000000000000000000000000000000000..c01bb93c2e6c3e43024c5bac4f2b5645e5232fd6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0d51781facad08473871d73a28af5fc9292281dd7ee23385262a50fc42aa89 +size 507934 diff --git a/perception/image_level_comprehension/scene_classification/images/1724.png b/perception/image_level_comprehension/scene_classification/images/1724.png new file mode 100644 index 0000000000000000000000000000000000000000..829d2d134e6ce5fbaa59312e790a90e25940c596 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6776d62da645a690648439feb892cc88ab86a931b6a371fd8779b49edb2f175d +size 489912 diff --git a/perception/image_level_comprehension/scene_classification/images/1725.png b/perception/image_level_comprehension/scene_classification/images/1725.png new file mode 100644 index 0000000000000000000000000000000000000000..a0a48df28325009184087750040d3afd021ca252 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551573b984a4b546bd7edc0dcaef92dca14dcf679ab52cd391129fb39523a89a +size 481619 diff --git a/perception/image_level_comprehension/scene_classification/images/1726.png b/perception/image_level_comprehension/scene_classification/images/1726.png new file mode 100644 index 0000000000000000000000000000000000000000..29937052b407f435f901ad1b8766ceeb581c387e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9852d53afe6c6cca76b4bcd53fa0f6062bcfb1b4957016165f5a8d1fb5f8370 +size 486962 diff --git a/perception/image_level_comprehension/scene_classification/images/1727.png b/perception/image_level_comprehension/scene_classification/images/1727.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed6617f28355b7354f1486ece11cfb5fc2a7ad2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a20cc41364a3f2d78f86d2b4bc1313928cbb5aed482b02eb29c40f074e64a47 +size 611137 diff --git a/perception/image_level_comprehension/scene_classification/images/1728.png b/perception/image_level_comprehension/scene_classification/images/1728.png new file mode 100644 index 0000000000000000000000000000000000000000..18eb6ae86e7df1dbe2410d33ae539511163c1bd9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d94c23a933899165a92e78464a1166379028f679e8b2cd56626ec5d5113d876 +size 496089 diff --git a/perception/image_level_comprehension/scene_classification/images/1729.png b/perception/image_level_comprehension/scene_classification/images/1729.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9c21034641a066e1659296bb20922ea1cd2d50 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438a5e3d16e6ca045171d85276f4fb3c3e92e7aab6e807ef56370bbcda4d3f4d +size 499685 diff --git a/perception/image_level_comprehension/scene_classification/images/173.png b/perception/image_level_comprehension/scene_classification/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..a9950c947865c0d8ae716bc9888889c5f51705d1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0c990491967ee00914ee55daf45d5f71dfa85ba990e06853d15bd62727c245 +size 647925 diff --git a/perception/image_level_comprehension/scene_classification/images/1730.png b/perception/image_level_comprehension/scene_classification/images/1730.png new file mode 100644 index 0000000000000000000000000000000000000000..c182bb89a973172e509ee67e56725a3b795e28e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0975f2f370e8318518282692eddef2cfdc222c686a8aa926439b9b26641b57a5 +size 523628 diff --git a/perception/image_level_comprehension/scene_classification/images/1731.png b/perception/image_level_comprehension/scene_classification/images/1731.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9a945358382830c2718235c11c700a1cef68ef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30da94e503de8a8c4211497e6ae5292a9dce1fcdf0fa8b7f7545c507f5976f2 +size 593623 diff --git a/perception/image_level_comprehension/scene_classification/images/1732.png b/perception/image_level_comprehension/scene_classification/images/1732.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd33d4de680cb0960f95457f8f2dd9ead1fedec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681e44f6e88e45dd90f72b6c2a77c8890716dc1ac10d54673f85721d58281d79 +size 464039 diff --git a/perception/image_level_comprehension/scene_classification/images/1733.png b/perception/image_level_comprehension/scene_classification/images/1733.png new file mode 100644 index 0000000000000000000000000000000000000000..8eb4b4fc8ed849762fba929c41f79dcb10d7f37c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fe52b8b0bb7ac3c5360c6ce17fdb15a5e63c5340d01432167f446401ea38a9 +size 486575 diff --git a/perception/image_level_comprehension/scene_classification/images/1734.png b/perception/image_level_comprehension/scene_classification/images/1734.png new file mode 100644 index 0000000000000000000000000000000000000000..80a987945323a679f7c4a0f5992fdc64f95b589c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdf3c1de95ebf9d9afaf772a38326334b127b5cb91710c2a0d03b694496326f +size 495094 diff --git a/perception/image_level_comprehension/scene_classification/images/1735.png b/perception/image_level_comprehension/scene_classification/images/1735.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbd9c39080b75cdb0d56e70985c3e408ac16083 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14be63386edf6221019e2fcffa96e8c8753a1496020fe29270b936e1616f7cb2 +size 518592 diff --git a/perception/image_level_comprehension/scene_classification/images/1736.png b/perception/image_level_comprehension/scene_classification/images/1736.png new file mode 100644 index 0000000000000000000000000000000000000000..900c3d1061471baa7b8431d132ac9d82b1539abf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8bc815c26947031a54fc67808c8e54562ccd27ce8155bb6997213f9c5ccd85 +size 549837 diff --git a/perception/image_level_comprehension/scene_classification/images/1737.png b/perception/image_level_comprehension/scene_classification/images/1737.png new file mode 100644 index 0000000000000000000000000000000000000000..5d5ec166a28b7ee9c3376df2e0816ee8e2857e48 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77da947f40d8d941b97f8e21784803289ca9d41750598928684b937c6709cf91 +size 481803 diff --git a/perception/image_level_comprehension/scene_classification/images/1738.png b/perception/image_level_comprehension/scene_classification/images/1738.png new file mode 100644 index 0000000000000000000000000000000000000000..54618ac455b58df534455984379914f2f021405e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acecc59c40c57bf343047ad289e801959d3f07881f864868c867e5fb09c1309 +size 436630 diff --git a/perception/image_level_comprehension/scene_classification/images/1739.png b/perception/image_level_comprehension/scene_classification/images/1739.png new file mode 100644 index 0000000000000000000000000000000000000000..7d4487b6079591366b57791a1b393f81e9079c51 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20797a3ca26af1af20334e678c5352c6b47f983a7e6a23b93ca90ebf96d85aca +size 564900 diff --git a/perception/image_level_comprehension/scene_classification/images/174.png b/perception/image_level_comprehension/scene_classification/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e43869ff207f088adfc5a989260779245f545e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3924242c5500dc5121c022a94231f5e57f6b388625fb186b0cc662bd1f8c6dcb +size 271430 diff --git a/perception/image_level_comprehension/scene_classification/images/1740.png b/perception/image_level_comprehension/scene_classification/images/1740.png new file mode 100644 index 0000000000000000000000000000000000000000..37542b0db9438adbe2693c59b3b06e7e27ec745e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6d1c4cdcf843b98c5a5cbd30c2d4123f7546dcba6822c516d60d18ebfc6ffc +size 641885 diff --git a/perception/image_level_comprehension/scene_classification/images/1741.png b/perception/image_level_comprehension/scene_classification/images/1741.png new file mode 100644 index 0000000000000000000000000000000000000000..40bd482f4194d090fd99060f903d51382dc92f14 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbd2c9508315bbaf44648c020a6ab1239c13f7092f27ec1e9944a2d3269091b +size 558608 diff --git a/perception/image_level_comprehension/scene_classification/images/1742.png b/perception/image_level_comprehension/scene_classification/images/1742.png new file mode 100644 index 0000000000000000000000000000000000000000..f4122a90e1cfbc93a0ac04eb4a76884879a6fd34 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60465f492ae86c82e3516a5bdda8d65517eb0c382580765daedb7b023618923 +size 652982 diff --git a/perception/image_level_comprehension/scene_classification/images/1743.png b/perception/image_level_comprehension/scene_classification/images/1743.png new file mode 100644 index 0000000000000000000000000000000000000000..b65a307848c6733208be5f9b88614e521553df62 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93eebbedc60ce84383cba7ed8562b5de88648aef9608d435978d7469cc4822c5 +size 555142 diff --git a/perception/image_level_comprehension/scene_classification/images/1744.png b/perception/image_level_comprehension/scene_classification/images/1744.png new file mode 100644 index 0000000000000000000000000000000000000000..dbbd8abaaef9b6bbbc9ea825b93ae1a1b1601656 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff924a8027e21e5f087244d48b4450b4b7ba033935e1f90efeffc4c2a18aeaf +size 526155 diff --git a/perception/image_level_comprehension/scene_classification/images/1745.png b/perception/image_level_comprehension/scene_classification/images/1745.png new file mode 100644 index 0000000000000000000000000000000000000000..bf721e742ba7116d74b59f89d9a899e5f9672803 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91772f82c85581bee6edc669ec3ed5cf07f8319874f465ad3a24d6a029742eed +size 487728 diff --git a/perception/image_level_comprehension/scene_classification/images/1746.png b/perception/image_level_comprehension/scene_classification/images/1746.png new file mode 100644 index 0000000000000000000000000000000000000000..5ea3cbcfa138af9ff198c227d58691f361c1ccf7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6396c5484ddbf13e9be4085210abeab5a59ce960defa4ac3dfed489f372e7d +size 507628 diff --git a/perception/image_level_comprehension/scene_classification/images/1747.png b/perception/image_level_comprehension/scene_classification/images/1747.png new file mode 100644 index 0000000000000000000000000000000000000000..cddc3d6384f7ee0aa4df8cef4f6313585396f28d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8669d5817d556a7d5bc3411d5857776658c312b9b8dcdb5880f90b7a107dd8c3 +size 541505 diff --git a/perception/image_level_comprehension/scene_classification/images/1748.png b/perception/image_level_comprehension/scene_classification/images/1748.png new file mode 100644 index 0000000000000000000000000000000000000000..fffb2c131cac36322c12d3d076efb1194abda0b3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0d8088e3cda29b573a2ea6c01f9b8f1791634481a94492bfc22a9b27ab3123 +size 524722 diff --git a/perception/image_level_comprehension/scene_classification/images/1749.png b/perception/image_level_comprehension/scene_classification/images/1749.png new file mode 100644 index 0000000000000000000000000000000000000000..f440ef8f0d8ecdcaa7ad77cf256fe63608cba900 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1749.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d440dfde5bb6e63052fd7368e50f966867a8fdd9a6908a82d5ce55989843974 +size 512856 diff --git a/perception/image_level_comprehension/scene_classification/images/175.png b/perception/image_level_comprehension/scene_classification/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..07c5ccaeecc5153fbc05fb6d73b6584c40a62557 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc94b469234f319feb28e498a556f5ead3e8216ab8a129b1ae94e28b66b572f +size 363321 diff --git a/perception/image_level_comprehension/scene_classification/images/1750.png b/perception/image_level_comprehension/scene_classification/images/1750.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e7c95cb15bad937a8815b215b709cd6fa81f15 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66119347d479a79478865f8f2095bb03915615633d739cc28cb4e9ed249db34 +size 511987 diff --git a/perception/image_level_comprehension/scene_classification/images/1751.png b/perception/image_level_comprehension/scene_classification/images/1751.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c9ab8cd1b2341a203bcf3328cb5e5f9f33fe2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c6d23b469e9025db5f0d8f576c55b6f79e8276183a7b36ef7885b98379e265 +size 487977 diff --git a/perception/image_level_comprehension/scene_classification/images/1752.png b/perception/image_level_comprehension/scene_classification/images/1752.png new file mode 100644 index 0000000000000000000000000000000000000000..35cc855db4766ec0e4bdd34b8a290c79b013324d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570fea618b79dd4c54ad0c1ca7f760552c894bdb4008e738b5bcd665bd61fc7b +size 507222 diff --git a/perception/image_level_comprehension/scene_classification/images/1753.png b/perception/image_level_comprehension/scene_classification/images/1753.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a63430e8de1d5e648129fab293f4252538e059 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c295294d56fd2723cd2d4619b72cf7384cd5ceeb44fe886367f0155ba2b781 +size 516376 diff --git a/perception/image_level_comprehension/scene_classification/images/1754.png b/perception/image_level_comprehension/scene_classification/images/1754.png new file mode 100644 index 0000000000000000000000000000000000000000..84cff4f5db64a85cd9a0397ce4530f228303b01e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24412aff3d5a6323784cc69eee374e9f85936aae3f7288efe5ae61c6be7c8ff3 +size 507419 diff --git a/perception/image_level_comprehension/scene_classification/images/1755.png b/perception/image_level_comprehension/scene_classification/images/1755.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f8c780cef0aa2bf4e6f2b3ba7e1065413a351e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f751e33dc767a106fb1b2645516e04325b48e8e38b8228a91bf9395f68f4939f +size 507637 diff --git a/perception/image_level_comprehension/scene_classification/images/1756.png b/perception/image_level_comprehension/scene_classification/images/1756.png new file mode 100644 index 0000000000000000000000000000000000000000..22213619f19ca66042a9fad1cf1cccce7f11b03d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44f48049fbe0914a48464a95b20d219d08f5a2cfd51e824fce30b72ccbc0b31 +size 538298 diff --git a/perception/image_level_comprehension/scene_classification/images/1757.png b/perception/image_level_comprehension/scene_classification/images/1757.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3a99184c7272b239cbbda01bad176fbe22f20e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b111a771c596273897ae1b076bdaadbff8c02a5cad12e3f56c7e00c80a18ea +size 530044 diff --git a/perception/image_level_comprehension/scene_classification/images/1758.png b/perception/image_level_comprehension/scene_classification/images/1758.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7a1bba0588b222221d6816cd0d21e16dd8eca2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16194d43baf7945968733b6a137352fd0f46ff381abac3a4736fb5a6400a16bd +size 515625 diff --git a/perception/image_level_comprehension/scene_classification/images/1759.png b/perception/image_level_comprehension/scene_classification/images/1759.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf0d360433c95773a6eb8bfe1b515a34f103ee5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3feeb692bee5842dcab89afeffa5ce866154e252649d6164b22e7a7eadb183de +size 549159 diff --git a/perception/image_level_comprehension/scene_classification/images/176.png b/perception/image_level_comprehension/scene_classification/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..7a07e3f66e604d2c31c50bd77f3d80f86eab826b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21eb6d49c0c0a190ed52bb16e925db9c10743f5f13a789eeefdf6e320da2e9e5 +size 277430 diff --git a/perception/image_level_comprehension/scene_classification/images/1760.png b/perception/image_level_comprehension/scene_classification/images/1760.png new file mode 100644 index 0000000000000000000000000000000000000000..579821c697925f14b02e9e5ddfdcd94072c4b12a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5d2fa1405ca0fe554c53174f0a65a1af7b439734586b9ac36d62ccf5f3ae5c +size 531547 diff --git a/perception/image_level_comprehension/scene_classification/images/1761.png b/perception/image_level_comprehension/scene_classification/images/1761.png new file mode 100644 index 0000000000000000000000000000000000000000..81582f6625f0cee128c5831b9f2e3ba48ada8b80 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b1a25f1163ef96f4b8557a04ce65a91cf74df6065d4882ec4f90f6a7667627 +size 523329 diff --git a/perception/image_level_comprehension/scene_classification/images/1762.png b/perception/image_level_comprehension/scene_classification/images/1762.png new file mode 100644 index 0000000000000000000000000000000000000000..de5041b9d769d8b282563c6bfd3290e8efd2fe86 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c0ffbf875c4e378acc8c8708d2565130388a9b6e4fb1d2a51d2ba5eea0bee5 +size 566469 diff --git a/perception/image_level_comprehension/scene_classification/images/1763.png b/perception/image_level_comprehension/scene_classification/images/1763.png new file mode 100644 index 0000000000000000000000000000000000000000..525e2f74cd7f0f2e65c058c1757d4ee69d3d1b2f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca43b79be8eb6fb3fabe9f7e6bff4ccd9965b342e52e8e6584ef55617dedc0c0 +size 523929 diff --git a/perception/image_level_comprehension/scene_classification/images/1764.png b/perception/image_level_comprehension/scene_classification/images/1764.png new file mode 100644 index 0000000000000000000000000000000000000000..d476552bdd6240c1394272970d0b83305187ab69 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5a50cbe791e83c06857b9ea7b6371443cd3ada41815574e3d2b54231db252c +size 539514 diff --git a/perception/image_level_comprehension/scene_classification/images/1765.png b/perception/image_level_comprehension/scene_classification/images/1765.png new file mode 100644 index 0000000000000000000000000000000000000000..bf38c00b0291f1c31ed7eff153e65f4f7df96966 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa0bed003932b852cebc466adc0551db1e70490a538820f43d03be9744d8ba0 +size 486321 diff --git a/perception/image_level_comprehension/scene_classification/images/1766.png b/perception/image_level_comprehension/scene_classification/images/1766.png new file mode 100644 index 0000000000000000000000000000000000000000..39c43139a310bf97a662708070073f7bf55239ad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c97d4fed19241957605c595a79f0171e1a2d130adb881ca3ed86ba0a7c725b +size 542993 diff --git a/perception/image_level_comprehension/scene_classification/images/1767.png b/perception/image_level_comprehension/scene_classification/images/1767.png new file mode 100644 index 0000000000000000000000000000000000000000..22950836776d4fdea8491dae62dbac99ad0fccda --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e3405bf1f0b8d1edc871d6cb41ba292437cbdbf87fd5498aafd74bcbda7cb3 +size 531676 diff --git a/perception/image_level_comprehension/scene_classification/images/1768.png b/perception/image_level_comprehension/scene_classification/images/1768.png new file mode 100644 index 0000000000000000000000000000000000000000..6af35fe2207526ce77414e3e46787dbeb825b396 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b64f4a1a0c420f666e6da1082c93969e6aeb478d1196451a22f915648c3cf8a +size 536735 diff --git a/perception/image_level_comprehension/scene_classification/images/1769.png b/perception/image_level_comprehension/scene_classification/images/1769.png new file mode 100644 index 0000000000000000000000000000000000000000..aad8d539cedd72c9bc812aae2372ebc2a74fa1a0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160d77c68c274cc84a1644d8271c1b7c3776648434f0e47084422c5167e050a9 +size 503564 diff --git a/perception/image_level_comprehension/scene_classification/images/177.png b/perception/image_level_comprehension/scene_classification/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1b83c518976a39f55fa63b0a6f3448ec7670b8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a5fc9407d9484511264ef5fdef36f8e8a5d6cc4aff7e94ea3ae63dbfc89c78 +size 377989 diff --git a/perception/image_level_comprehension/scene_classification/images/1770.png b/perception/image_level_comprehension/scene_classification/images/1770.png new file mode 100644 index 0000000000000000000000000000000000000000..db5bb3359429610645673c9c8f0c5ef2b4bd81db --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200c24c04ecb13b67c5ba9fcaf3719de10ec928712446ab3844a9b4ac675b04d +size 521110 diff --git a/perception/image_level_comprehension/scene_classification/images/1771.png b/perception/image_level_comprehension/scene_classification/images/1771.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6ec52e29623794bd3b25746eae00b1b2851fdd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533aab7ced391c6254be74e26668d4f967aa9d4c5dfe6e5cf91b44b40681a9f5 +size 490866 diff --git a/perception/image_level_comprehension/scene_classification/images/1772.png b/perception/image_level_comprehension/scene_classification/images/1772.png new file mode 100644 index 0000000000000000000000000000000000000000..2321fac821f0d0a452df40078a4ccf50ca1b1db6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37515972a27d48bba3fa10ca2ac99cc473c6be1a7e3c860933a6e7141c83d952 +size 518997 diff --git a/perception/image_level_comprehension/scene_classification/images/1773.png b/perception/image_level_comprehension/scene_classification/images/1773.png new file mode 100644 index 0000000000000000000000000000000000000000..0d54d27c0a078ce5b64adb85db62e2a8d28fb31b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de5542d90dc36d6b249ef15fba2e4827e26964605ca2f2c34a9d2418afeec82 +size 547591 diff --git a/perception/image_level_comprehension/scene_classification/images/1774.png b/perception/image_level_comprehension/scene_classification/images/1774.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e3d2d4e03783ceb9316d080326f7efa014396a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05cfb0f459b669ef5cc9f9a03ffaa5882cde57c6238ed8ce484a6ebc957cd0c +size 525446 diff --git a/perception/image_level_comprehension/scene_classification/images/1775.png b/perception/image_level_comprehension/scene_classification/images/1775.png new file mode 100644 index 0000000000000000000000000000000000000000..4f31f8544404167ec7f29a8dbe5f21bf5d86c436 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7c07c5419fe9cf7e34e438305e14c430ac8be6a98890014f12919bfdfe7006 +size 520383 diff --git a/perception/image_level_comprehension/scene_classification/images/1776.png b/perception/image_level_comprehension/scene_classification/images/1776.png new file mode 100644 index 0000000000000000000000000000000000000000..15969cf9fc7fe7dea94b0e5cf8f2a34eed39bfed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4042cb1cfcb6cd056747cf048f3292b04b49a860492b3cfa4b9b909c3e533d02 +size 477507 diff --git a/perception/image_level_comprehension/scene_classification/images/1777.png b/perception/image_level_comprehension/scene_classification/images/1777.png new file mode 100644 index 0000000000000000000000000000000000000000..f15067b089537af8d19ee13b94819cc43daddd1c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddae3745f2674dfbbdad0a086aed9757f94c30f99aa9fe576dc6665de5ade7d +size 547405 diff --git a/perception/image_level_comprehension/scene_classification/images/1778.png b/perception/image_level_comprehension/scene_classification/images/1778.png new file mode 100644 index 0000000000000000000000000000000000000000..a42d2cecd626792fdfced593b9edddb0a9544d94 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b2615def50162ccebf20fa7f3a1cffbf48bb7aba2265a230eac3280dee44cb +size 475467 diff --git a/perception/image_level_comprehension/scene_classification/images/1779.png b/perception/image_level_comprehension/scene_classification/images/1779.png new file mode 100644 index 0000000000000000000000000000000000000000..cbd0ee7cdbb026b7a4ee0b008534b8ddb6da71fa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb028321e4808eeb6861edbc76923588d194ed920a43e8fdc6a15321f2d067ea +size 528976 diff --git a/perception/image_level_comprehension/scene_classification/images/178.png b/perception/image_level_comprehension/scene_classification/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec440fec41b20ddfe62880d3829aa4673a4dfe6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e35f65d1a5e5b809187d48f7ee716e41931352e61131cbea6d255ca12884184 +size 282580 diff --git a/perception/image_level_comprehension/scene_classification/images/1780.png b/perception/image_level_comprehension/scene_classification/images/1780.png new file mode 100644 index 0000000000000000000000000000000000000000..5253d73c8dc13c9a8b7994a9e66479076186e94c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0d035b4f016c489fdae8b4b548c5e504b18ab29512a0039aec796a09ec9ab2 +size 559123 diff --git a/perception/image_level_comprehension/scene_classification/images/1781.png b/perception/image_level_comprehension/scene_classification/images/1781.png new file mode 100644 index 0000000000000000000000000000000000000000..9b56ce8bec0d525222fe61eff8990f2d00741096 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4e4db0c0761ba367f21969d4e9e707c5d7df2f633e0a2f6a96d351b015c20d +size 460756 diff --git a/perception/image_level_comprehension/scene_classification/images/1782.png b/perception/image_level_comprehension/scene_classification/images/1782.png new file mode 100644 index 0000000000000000000000000000000000000000..36c44494468de12b52986f7d52e8d8736c3d563f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fcb46c3c28372c2fbe43fe557c82969de60511662dfda65d3d18709ada150e +size 537306 diff --git a/perception/image_level_comprehension/scene_classification/images/1783.png b/perception/image_level_comprehension/scene_classification/images/1783.png new file mode 100644 index 0000000000000000000000000000000000000000..dab5a2a5729399eb23364ffe050344947a025fe6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d466cdd9a2c85b06f7cf09de8be7c14bbac8e9a25cc3f2e2f6ad14f78abb9dcb +size 563005 diff --git a/perception/image_level_comprehension/scene_classification/images/1784.png b/perception/image_level_comprehension/scene_classification/images/1784.png new file mode 100644 index 0000000000000000000000000000000000000000..e66fb8ac21604561404b3b8d2ea0b7b74771ca6e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d38d624c908cce503ccef8d4234e880bb33afac6ff179036079f75bf209c792 +size 516342 diff --git a/perception/image_level_comprehension/scene_classification/images/1785.png b/perception/image_level_comprehension/scene_classification/images/1785.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb5365c582af48b0d6e0add95621788d921d6e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24be8dbfd12abbf42350e77d33b244c87a23655b878da7629eddd3f063788ea5 +size 534414 diff --git a/perception/image_level_comprehension/scene_classification/images/1786.png b/perception/image_level_comprehension/scene_classification/images/1786.png new file mode 100644 index 0000000000000000000000000000000000000000..41c36223c67a5e896fa5a0d84284e5059e8e21f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943c02f2ed9a46864187ef355b5bc5730026010c92bd72a10fcea7bcfac1a7a6 +size 528308 diff --git a/perception/image_level_comprehension/scene_classification/images/1787.png b/perception/image_level_comprehension/scene_classification/images/1787.png new file mode 100644 index 0000000000000000000000000000000000000000..0eccb0dbbad7a24a65552bcc79c24e2dfb0303cc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf2dfb3e6bdf83b462e70f3a7f5b6e9c7d8bead36197a7e71f1b59c597c4cb9 +size 510973 diff --git a/perception/image_level_comprehension/scene_classification/images/1788.png b/perception/image_level_comprehension/scene_classification/images/1788.png new file mode 100644 index 0000000000000000000000000000000000000000..0eba929dfa311ed57a1f3318a9ec27fc3779a387 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d874c0622aa548e87cf6d21ee7e2bfae09de12e6308cb5245bb2a9c83631334 +size 504467 diff --git a/perception/image_level_comprehension/scene_classification/images/1789.png b/perception/image_level_comprehension/scene_classification/images/1789.png new file mode 100644 index 0000000000000000000000000000000000000000..9d016087a3569f2a6b61a4bf5d6b3c06f2d788db --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b8e5637f12383cf5cb54c05e9bf06000930fd8001c2894c41f3f3246d18f9a +size 525371 diff --git a/perception/image_level_comprehension/scene_classification/images/179.png b/perception/image_level_comprehension/scene_classification/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..0f57e1401bd336e39b1820dc78424b22e3640f7b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1487ce4edc6fd497ebe8476edba7e7c6bf20e6f4ed110a725f7a5d0663677c +size 315849 diff --git a/perception/image_level_comprehension/scene_classification/images/1790.png b/perception/image_level_comprehension/scene_classification/images/1790.png new file mode 100644 index 0000000000000000000000000000000000000000..fe94cb2c15c2f4198a042cc5568b0858ebba4a06 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c886cf395f489d9154cb0aed4a6aa05421987bd9edf5cfe9cdaca09b2972f088 +size 510040 diff --git a/perception/image_level_comprehension/scene_classification/images/1791.png b/perception/image_level_comprehension/scene_classification/images/1791.png new file mode 100644 index 0000000000000000000000000000000000000000..b68ed67fce3b3f7d9434cbbff1374a53c3032932 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946eb05e016273a6235af30967e55752acaf0fc854505bf795e3a510d8b89c88 +size 509303 diff --git a/perception/image_level_comprehension/scene_classification/images/1792.png b/perception/image_level_comprehension/scene_classification/images/1792.png new file mode 100644 index 0000000000000000000000000000000000000000..b374932f448768763ce2f5ba6fcfda33fb465ba0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb01bce6bd59bd562ba962b441cdbddfc0fe01afa991e15dc8485edc71b6661d +size 523515 diff --git a/perception/image_level_comprehension/scene_classification/images/1793.png b/perception/image_level_comprehension/scene_classification/images/1793.png new file mode 100644 index 0000000000000000000000000000000000000000..5f069535e44af4ac9599ff5306f45b4c31f1d8df --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96481db16ce7c2b921fd48029da21766510688fd99174bccd6a97b77d0a8aa3 +size 531953 diff --git a/perception/image_level_comprehension/scene_classification/images/1794.png b/perception/image_level_comprehension/scene_classification/images/1794.png new file mode 100644 index 0000000000000000000000000000000000000000..18d2af7dd764479ef5911a7c9b125e83c58e9364 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfaeb052f0d6bd1be1a9d3d98b1d467dfa59e848aa5ad92601acab0f579c597 +size 519289 diff --git a/perception/image_level_comprehension/scene_classification/images/1795.png b/perception/image_level_comprehension/scene_classification/images/1795.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc08678fd9d840496100e4db11c75aa88ac88e2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50a3e4911c9233d43d1f2da17cf2008d7a0aac0234b61f602df017ad07b5013 +size 513754 diff --git a/perception/image_level_comprehension/scene_classification/images/1796.png b/perception/image_level_comprehension/scene_classification/images/1796.png new file mode 100644 index 0000000000000000000000000000000000000000..b5df9fb3721be0d3078a1367922f58ef0f3f0d8f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6777af6f157e8d675b84d8c4dc10280fbbe6ffaa9570271e4c166a507403214 +size 469230 diff --git a/perception/image_level_comprehension/scene_classification/images/1797.png b/perception/image_level_comprehension/scene_classification/images/1797.png new file mode 100644 index 0000000000000000000000000000000000000000..b8e42d8a5c4729aada824f1a06978ff2423b2784 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07dbf5306eceaeea59bf72bb2729d09c7d5ffaf3ea36b0388fbe9977050eaa4 +size 523025 diff --git a/perception/image_level_comprehension/scene_classification/images/1798.png b/perception/image_level_comprehension/scene_classification/images/1798.png new file mode 100644 index 0000000000000000000000000000000000000000..191e6f637ef1e1bdc341a1958676cf8a3835ec7d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afdb886418b02af175a017ef75311a54b647fe125c6740cb1aba56f3aafc939 +size 533575 diff --git a/perception/image_level_comprehension/scene_classification/images/1799.png b/perception/image_level_comprehension/scene_classification/images/1799.png new file mode 100644 index 0000000000000000000000000000000000000000..e2ffef210e463aabfdd274c19c592d62e95f729f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c5f5fcde9f044b56113d84d22d54b620565495b125a60bd2fb9fe7d9081ab5 +size 524281 diff --git a/perception/image_level_comprehension/scene_classification/images/18.png b/perception/image_level_comprehension/scene_classification/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..42da9230abbd57327535079be9638df1aa0b2974 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a970febcf943945369dbb04c0a5c2c4d0eaa72dd33f6bab410d5d6b43f08fb0c +size 244750 diff --git a/perception/image_level_comprehension/scene_classification/images/180.png b/perception/image_level_comprehension/scene_classification/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..ac016d93aea3c0ee1ec8dc81a41303290abd4495 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05809be3dc892faa8d76522dfa1d42ad4642c35e28d01c80138f46f2110849b +size 363618 diff --git a/perception/image_level_comprehension/scene_classification/images/1800.png b/perception/image_level_comprehension/scene_classification/images/1800.png new file mode 100644 index 0000000000000000000000000000000000000000..3d20bf2127a6118fada7a0bdc0a6561ea7a0ae6b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef9f986505c35195acdf685ffb25a699a187d19ce4f6a64b7e0c57f5885039e +size 533642 diff --git a/perception/image_level_comprehension/scene_classification/images/1801.png b/perception/image_level_comprehension/scene_classification/images/1801.png new file mode 100644 index 0000000000000000000000000000000000000000..bb888e05761a7217ca6151a0901599add621e038 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ea0dea7333b33c6a4f5d5a5a5d173ed33be70d232dd76ecd6ae9c948280e0a +size 526675 diff --git a/perception/image_level_comprehension/scene_classification/images/1802.png b/perception/image_level_comprehension/scene_classification/images/1802.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc002ef64395a1e84c7f867c1a38a6d6245faa5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1802.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd78a2762d2cecbb54543b460659be152e08a022f18d54149b5baaaed3d28884 +size 518449 diff --git a/perception/image_level_comprehension/scene_classification/images/1803.png b/perception/image_level_comprehension/scene_classification/images/1803.png new file mode 100644 index 0000000000000000000000000000000000000000..8be889244558ba3cb563ccc96e2d3ce794ba5dea --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1803.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006714ee69c4246f7f84c6f035b0873476a0b55be8674a114ccea39bf70d3af6 +size 506258 diff --git a/perception/image_level_comprehension/scene_classification/images/1804.png b/perception/image_level_comprehension/scene_classification/images/1804.png new file mode 100644 index 0000000000000000000000000000000000000000..a6f85197639e6a7a02285d541321a2b9ac7b2ae0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4539825dcba7eef081b9995b123aad2178ed8c4a74f10a9c5c9ab155828eefc +size 537781 diff --git a/perception/image_level_comprehension/scene_classification/images/1805.png b/perception/image_level_comprehension/scene_classification/images/1805.png new file mode 100644 index 0000000000000000000000000000000000000000..d76cf18b6750ff13ad8be374325ec666804aa6f9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53db527b315deb1e580bd9e7e83b4f1e872b818da2a3d5e3b2b620151263ccce +size 545672 diff --git a/perception/image_level_comprehension/scene_classification/images/1806.png b/perception/image_level_comprehension/scene_classification/images/1806.png new file mode 100644 index 0000000000000000000000000000000000000000..bd60eb75ce4c33d05edccb8d8fd26583abf44810 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b17cd14262bffd313803b658fc0437e0e3b2dbdde178a9a1cb3b2b91a0480c +size 543230 diff --git a/perception/image_level_comprehension/scene_classification/images/1807.png b/perception/image_level_comprehension/scene_classification/images/1807.png new file mode 100644 index 0000000000000000000000000000000000000000..bde388f26cc08ec0d2c684899d3b86852770c1c4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046dfde44be9df62dcf58862e51d0b6dd2f4dfec889512ec05cb950ce5469c01 +size 545350 diff --git a/perception/image_level_comprehension/scene_classification/images/1808.png b/perception/image_level_comprehension/scene_classification/images/1808.png new file mode 100644 index 0000000000000000000000000000000000000000..11335fcd3df20aa4e3a92778fe1f971496cc1fb8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c5156c8e487e5feb6b1938fbd1946d522e0105cc604ffe3a9ac561a41620be +size 528857 diff --git a/perception/image_level_comprehension/scene_classification/images/1809.png b/perception/image_level_comprehension/scene_classification/images/1809.png new file mode 100644 index 0000000000000000000000000000000000000000..8e39cccc78a4bcbff7dbfcf581af8015dfbffa89 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d1155af3f5c7f2aee1f944ae26af4e58e8cd7982a0214f69ba898487c93c5a +size 554404 diff --git a/perception/image_level_comprehension/scene_classification/images/181.png b/perception/image_level_comprehension/scene_classification/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6321c565bd5d05eff8dd55e147f471e7304406 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbae2a7787d1993b3025c66797c653d28fce5ca6d9e7485a7772683c7929506b +size 281012 diff --git a/perception/image_level_comprehension/scene_classification/images/1810.png b/perception/image_level_comprehension/scene_classification/images/1810.png new file mode 100644 index 0000000000000000000000000000000000000000..0b05ac8e8f3f5d7577a3745cbf45f3a17eee4a10 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7262ae961230b745a04096dd75fa37dbed1a6994ecbfe6ec68e76bb13cfcdf3 +size 417935 diff --git a/perception/image_level_comprehension/scene_classification/images/1811.png b/perception/image_level_comprehension/scene_classification/images/1811.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6f25a99f21c2cc217c6bf09551c664ff7bc8b5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f52cfda3146314d4d0a751ed2431ee2bb51df55337b3a174e87dfb54e8b2346 +size 393526 diff --git a/perception/image_level_comprehension/scene_classification/images/1812.png b/perception/image_level_comprehension/scene_classification/images/1812.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9cd1c042a12d3e3ca311cd1193792edabefd87 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1812.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b874b8e6b7b6999d0c0ca3232c2859ccd6e551c06d288d1c4ae1873e46cb8d4e +size 432869 diff --git a/perception/image_level_comprehension/scene_classification/images/1813.png b/perception/image_level_comprehension/scene_classification/images/1813.png new file mode 100644 index 0000000000000000000000000000000000000000..948d4abe8cb28581bf18c5d5c127c2f5858b15d5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70db11a84d1ef0d02c4fc952f0f3c466cfa2a47dd2684f78f8cdc9ef5091bcf2 +size 446383 diff --git a/perception/image_level_comprehension/scene_classification/images/1814.png b/perception/image_level_comprehension/scene_classification/images/1814.png new file mode 100644 index 0000000000000000000000000000000000000000..21a915d4155706c0d2076b01dd42c1e8d9fafb5a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe7fcf4d0066a9f1cc662f07eff1f81e03a46dadd97eb2038ea47a46cfd86e9 +size 514560 diff --git a/perception/image_level_comprehension/scene_classification/images/1815.png b/perception/image_level_comprehension/scene_classification/images/1815.png new file mode 100644 index 0000000000000000000000000000000000000000..c0477bdb97627cfd077efa9d606b9346753ad4ee --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82c03aebd0a80bcec2254b6f372813b0b39b650e89099fcb14881b5dddeeeca +size 411740 diff --git a/perception/image_level_comprehension/scene_classification/images/1816.png b/perception/image_level_comprehension/scene_classification/images/1816.png new file mode 100644 index 0000000000000000000000000000000000000000..2f9af0669e95f1ee7104861dbde72b0c8539e52c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e6ecea6df1f5c9a05092147b0bbcb7ffdda2ce093393e9e19a6afa0b7e131d +size 471129 diff --git a/perception/image_level_comprehension/scene_classification/images/1817.png b/perception/image_level_comprehension/scene_classification/images/1817.png new file mode 100644 index 0000000000000000000000000000000000000000..c29c2d61d8e9d151ad03acb419e416ef79b55233 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016d2aef9f289f29958419b0489693d5957a5c0dc868b92d0ac5f33afc6164cd +size 377784 diff --git a/perception/image_level_comprehension/scene_classification/images/1818.png b/perception/image_level_comprehension/scene_classification/images/1818.png new file mode 100644 index 0000000000000000000000000000000000000000..ded5f34049a6db9cd09bc516dbfaad7701d6fe5c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fe530e8a335243f4769136c224f9a172648578ba2aaef2ce46c35d8f79f455 +size 428001 diff --git a/perception/image_level_comprehension/scene_classification/images/1819.png b/perception/image_level_comprehension/scene_classification/images/1819.png new file mode 100644 index 0000000000000000000000000000000000000000..0aaf57e17a62c82ba687559e07e7e58412315807 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1819.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f54bca6c198c6f5a02d3754b2b9a77c09df174f7f8fafd3d365371a3cfdf021 +size 508567 diff --git a/perception/image_level_comprehension/scene_classification/images/182.png b/perception/image_level_comprehension/scene_classification/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..b3937f155948eaab66e2f7bfa412d90ab70dafb4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf4de685c0c41128a08df233852ddb85af9d7d57c077f06b69d4450ed40ae7c +size 317075 diff --git a/perception/image_level_comprehension/scene_classification/images/1820.png b/perception/image_level_comprehension/scene_classification/images/1820.png new file mode 100644 index 0000000000000000000000000000000000000000..1f89f1306b8fc3b1851aaf108e2f0a9d5c6b8cd2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db82307e54dc4229885491e00fe8937a552f576b077f827f8f924f36ae3a2cda +size 568549 diff --git a/perception/image_level_comprehension/scene_classification/images/1821.png b/perception/image_level_comprehension/scene_classification/images/1821.png new file mode 100644 index 0000000000000000000000000000000000000000..3dbce4a41baab3e82df73f733b893ff6538708d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7a5468d9b91ec000155814a16a00fa06dc51fb8b204e4a7f0c700484e74028 +size 484580 diff --git a/perception/image_level_comprehension/scene_classification/images/1822.png b/perception/image_level_comprehension/scene_classification/images/1822.png new file mode 100644 index 0000000000000000000000000000000000000000..e5760c0e3a93b59f1d08bd266ed8d8ae965ccab2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5289eee0a399f96b70976cd5ab46f9d93b9879b9946f10779f2823e7b3d67e +size 582437 diff --git a/perception/image_level_comprehension/scene_classification/images/1823.png b/perception/image_level_comprehension/scene_classification/images/1823.png new file mode 100644 index 0000000000000000000000000000000000000000..4837335ca9da34b6d45c22ecc7a12350d0ce94ab --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afde3a16f07d4768bb0f83d692a8054a8e0d667410096cf04747a61b64282cd8 +size 612474 diff --git a/perception/image_level_comprehension/scene_classification/images/1824.png b/perception/image_level_comprehension/scene_classification/images/1824.png new file mode 100644 index 0000000000000000000000000000000000000000..200ab2508dfb948b4ac255a95ff2097c7b989f85 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3028b9c1a224477af27faeaec76bb2ecae4c9d55415df6e5033d20b953a47d +size 422716 diff --git a/perception/image_level_comprehension/scene_classification/images/1825.png b/perception/image_level_comprehension/scene_classification/images/1825.png new file mode 100644 index 0000000000000000000000000000000000000000..31001b8b64e76a741474401129a144dcb1eb1910 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a718b204bad8b17f1e9f00288cf9b86dfedd9a172ec32660eebde25704a79a +size 483315 diff --git a/perception/image_level_comprehension/scene_classification/images/1826.png b/perception/image_level_comprehension/scene_classification/images/1826.png new file mode 100644 index 0000000000000000000000000000000000000000..45553f9279995bb9b5beed58b18057ae8bca0a5c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd401a742441411073a92cd2da361b12421df8134dfeb816f6242fc3bf9ee39 +size 510142 diff --git a/perception/image_level_comprehension/scene_classification/images/1827.png b/perception/image_level_comprehension/scene_classification/images/1827.png new file mode 100644 index 0000000000000000000000000000000000000000..fe4af6c85103d98eb375815c267ad26955e4e195 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94fccffbf4590d1d01362b0a05510e0fa1d083b4cc0efd4294b0ffc246e3556 +size 491252 diff --git a/perception/image_level_comprehension/scene_classification/images/1828.png b/perception/image_level_comprehension/scene_classification/images/1828.png new file mode 100644 index 0000000000000000000000000000000000000000..986ad61d26aa62b3307a2767258c2d2c5452dad0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26048ccd7c92c64dcd54fda0c46af59de15d1ca10cbb882a685f4c049ba688ee +size 355240 diff --git a/perception/image_level_comprehension/scene_classification/images/1829.png b/perception/image_level_comprehension/scene_classification/images/1829.png new file mode 100644 index 0000000000000000000000000000000000000000..f35f0af4b36d515ca2b47a3b53a48643fe51bda9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4a7f002724a859d9a9d7eda1c0dec6a1f2df9a6da3256868d147177cb68ec0 +size 496095 diff --git a/perception/image_level_comprehension/scene_classification/images/183.png b/perception/image_level_comprehension/scene_classification/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..e44d3de6d9d696940e5951de04acbc4c4d354f9a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c97a6165adfd2b781fd1895164491eb369eafc649caea1ba57a398308ed2b53 +size 283109 diff --git a/perception/image_level_comprehension/scene_classification/images/1830.png b/perception/image_level_comprehension/scene_classification/images/1830.png new file mode 100644 index 0000000000000000000000000000000000000000..49dd83866979e99450db334e4a535d5a8fa151c3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3a927b4a66810962ed49544e2f185ec050b43b22df32d7e1b17c7267d52af4 +size 552364 diff --git a/perception/image_level_comprehension/scene_classification/images/1831.png b/perception/image_level_comprehension/scene_classification/images/1831.png new file mode 100644 index 0000000000000000000000000000000000000000..3b5a7175acc90222744afa981ff22f2bd151c26c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81d799ad94ea658d2c1d5431d4ea1c7966c4ce78924acddb7506933ca3aba39 +size 418783 diff --git a/perception/image_level_comprehension/scene_classification/images/1832.png b/perception/image_level_comprehension/scene_classification/images/1832.png new file mode 100644 index 0000000000000000000000000000000000000000..3be77d59180daec12399c42c4b0d31423c3cbb1f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7231498760a212e143a320a5295cf98842acc94634186cb915496dbb51b006 +size 483432 diff --git a/perception/image_level_comprehension/scene_classification/images/1833.png b/perception/image_level_comprehension/scene_classification/images/1833.png new file mode 100644 index 0000000000000000000000000000000000000000..d6034bf6e400f3f6c2fc7bab4faef4208b250d23 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4638992a3d49c44e19bfff0f420c021242ab8eef660550c037814341fe0354ff +size 489799 diff --git a/perception/image_level_comprehension/scene_classification/images/1834.png b/perception/image_level_comprehension/scene_classification/images/1834.png new file mode 100644 index 0000000000000000000000000000000000000000..51d59c91bf6d3b8d95301de818b1922959510e1b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49885c1b8c20d8173e96dd7378e6b3325c4de8e1cb440a5c91cdbead39b40502 +size 477104 diff --git a/perception/image_level_comprehension/scene_classification/images/1835.png b/perception/image_level_comprehension/scene_classification/images/1835.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4baa85e8c9750eacf456c71dfa4a729786928e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7dbc4ad3b6f735bf04a0d3d0002c34142ea7e0c7807fe22d569c9d13bd7e92 +size 505072 diff --git a/perception/image_level_comprehension/scene_classification/images/1836.png b/perception/image_level_comprehension/scene_classification/images/1836.png new file mode 100644 index 0000000000000000000000000000000000000000..76c7fe19279ee3c15c1bc3d3131522cc757873ef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4391704ee9bd413010f9b4996b0aaeaf84e36b4b0525e5e931949d71ed4922b +size 494109 diff --git a/perception/image_level_comprehension/scene_classification/images/1837.png b/perception/image_level_comprehension/scene_classification/images/1837.png new file mode 100644 index 0000000000000000000000000000000000000000..bdad9b62ba44664ad4802ef43658b0f29e9bc733 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4820d68f9ddb6dcff7ef0e50e8f78feced23aa98e449fd57b43221e50fa08e +size 486955 diff --git a/perception/image_level_comprehension/scene_classification/images/1838.png b/perception/image_level_comprehension/scene_classification/images/1838.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9ffa4b2239644dee6e91fba7fb10213db03e2d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1838.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdf986ebc6efa1f6a1f3373855b778e6946cad999b4e7f64cedd32bdf6e6a88 +size 465460 diff --git a/perception/image_level_comprehension/scene_classification/images/1839.png b/perception/image_level_comprehension/scene_classification/images/1839.png new file mode 100644 index 0000000000000000000000000000000000000000..8d17c7f4a907b5ff43a1a9d65f107737bce33347 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47764ccb309ccfb7d5e85d63687220d840fdc311caab2a780afbd845f8a2d76c +size 431018 diff --git a/perception/image_level_comprehension/scene_classification/images/184.png b/perception/image_level_comprehension/scene_classification/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..aecab78a16241c1880c93e166a90cfe49b368c75 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ad2f58f454610b56a5f5a6ea33841e4571403b5aa63d1dffb1e5a9bdf9327c +size 743886 diff --git a/perception/image_level_comprehension/scene_classification/images/1840.png b/perception/image_level_comprehension/scene_classification/images/1840.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4a5358a67ab53ea10f2dca073720a261cf2b39 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7d6d9e957e14b0f87f8e409e70e344638626130f65720c6f610f8b24d26e15 +size 416938 diff --git a/perception/image_level_comprehension/scene_classification/images/1841.png b/perception/image_level_comprehension/scene_classification/images/1841.png new file mode 100644 index 0000000000000000000000000000000000000000..f35299f3c8c34d312ddc6d309f6f897385660bd5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e6176af3f9b5f379c7776d82fd8787bafbd296b8c19a4fb6d235fa111f85ae +size 494377 diff --git a/perception/image_level_comprehension/scene_classification/images/1842.png b/perception/image_level_comprehension/scene_classification/images/1842.png new file mode 100644 index 0000000000000000000000000000000000000000..5a954a65701a8ab87d4703dc9bdcb42ea8c8e054 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8d076c2439c22af13143846d28a40030e5b5846ed9759cc26f4a70b06c53c0 +size 476432 diff --git a/perception/image_level_comprehension/scene_classification/images/1843.png b/perception/image_level_comprehension/scene_classification/images/1843.png new file mode 100644 index 0000000000000000000000000000000000000000..809587233303d105efcdb0b9d19a820ee2b7bc57 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bedd2ce5678c0515b10fab2538dca75a720cb975e7f378ece1ddb3a08e08c5 +size 467178 diff --git a/perception/image_level_comprehension/scene_classification/images/1844.png b/perception/image_level_comprehension/scene_classification/images/1844.png new file mode 100644 index 0000000000000000000000000000000000000000..2e6ed12fbb4b70dc683f3091fe8b1d62e120f867 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b26cd210b5fd531d11da34b075b2253ce43cc9dc640f17169aaa5e2cbb9b4e +size 445113 diff --git a/perception/image_level_comprehension/scene_classification/images/1845.png b/perception/image_level_comprehension/scene_classification/images/1845.png new file mode 100644 index 0000000000000000000000000000000000000000..8b606dc9322be1a90ca1465072856d882d183cbd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3544f09162b25f2157682beffda90fdab3df0020afe28f475ffca6e5126fcce1 +size 466437 diff --git a/perception/image_level_comprehension/scene_classification/images/1846.png b/perception/image_level_comprehension/scene_classification/images/1846.png new file mode 100644 index 0000000000000000000000000000000000000000..545451aaae494cc8e53aa19098bb48f6abf1ecae --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e5675bc7d9624799b3eaaeab42625b338f5d723a65265b0dc812dbae70730c +size 471824 diff --git a/perception/image_level_comprehension/scene_classification/images/1847.png b/perception/image_level_comprehension/scene_classification/images/1847.png new file mode 100644 index 0000000000000000000000000000000000000000..91766578b3dd740cb5902488b2fc91caf9b6cbd3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71c5cb8dbb553faecef74e135d44caff27af003df79ef7e348b7c6ff8aaa116 +size 455844 diff --git a/perception/image_level_comprehension/scene_classification/images/1848.png b/perception/image_level_comprehension/scene_classification/images/1848.png new file mode 100644 index 0000000000000000000000000000000000000000..88074ee61b389a318564e7b010b15dcd34f245aa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f68a0466357c4c3d598a30ba2e52ecbf1ae2b9cda70ce6931f52623e353091 +size 426362 diff --git a/perception/image_level_comprehension/scene_classification/images/1849.png b/perception/image_level_comprehension/scene_classification/images/1849.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ba2213613ea362855c89de0ea7f31cfd63095a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760d751061bc1fbed18a96d8de8e6de4b8f62a3a769db2adf43bc93c7109f594 +size 456190 diff --git a/perception/image_level_comprehension/scene_classification/images/185.png b/perception/image_level_comprehension/scene_classification/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd14f148301a90ecc4fbfee3a850cc7aaca458a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b2c181765b2d605ffeb831b7fc7ed123e4e872eedf3e56290e55c051d1b066 +size 358316 diff --git a/perception/image_level_comprehension/scene_classification/images/1850.png b/perception/image_level_comprehension/scene_classification/images/1850.png new file mode 100644 index 0000000000000000000000000000000000000000..50ac91de18abffb1c008efec82dc51c0c6c81fb8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f598b3712e38a61df94a8a0209c9c96526d447d46b8c740d3eaab7cdd87bcc5 +size 500741 diff --git a/perception/image_level_comprehension/scene_classification/images/1851.png b/perception/image_level_comprehension/scene_classification/images/1851.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2f6610aae383aba79018caf6556567625a84f1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1851.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993edc475fb6658bc9a957ab6901e7ccc74525b9cdfab60ab0bda9b1171f44b4 +size 477756 diff --git a/perception/image_level_comprehension/scene_classification/images/1852.png b/perception/image_level_comprehension/scene_classification/images/1852.png new file mode 100644 index 0000000000000000000000000000000000000000..0e60fb4070f2cb84d01557823b3f48c1f5886fad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7406175d531d1534a24a373cc5601a3b131a7cfa1b55b48d4ea210e33375efca +size 425751 diff --git a/perception/image_level_comprehension/scene_classification/images/1853.png b/perception/image_level_comprehension/scene_classification/images/1853.png new file mode 100644 index 0000000000000000000000000000000000000000..d56ba0508bd7731539f221209c380b62e404ae73 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eac3f687333a9ef6c2018be0d81d71641dce328d8e498f66b2063948e34ed3 +size 465662 diff --git a/perception/image_level_comprehension/scene_classification/images/1854.png b/perception/image_level_comprehension/scene_classification/images/1854.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee67d9ca4b3b7571a8e453c5ae504b1edb68083 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc636de98a62a3769eceafdbf84c68df8ecb3aede5a84fb4531f72987f7e6daa +size 430395 diff --git a/perception/image_level_comprehension/scene_classification/images/1855.png b/perception/image_level_comprehension/scene_classification/images/1855.png new file mode 100644 index 0000000000000000000000000000000000000000..a81e4776e773606a0f575e02d121dd401b925365 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1c9f33b3e464b5e2234ae5dedbef4831bb86c06f2e48676c7ae3a8a86b745c +size 279613 diff --git a/perception/image_level_comprehension/scene_classification/images/1856.png b/perception/image_level_comprehension/scene_classification/images/1856.png new file mode 100644 index 0000000000000000000000000000000000000000..22110c9a4d4c0d8bd5c3a18d81cda032fc737bd6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339409d448230379bbd37607526c5b9ef13d423df72615ba6b632715ce3a908b +size 436338 diff --git a/perception/image_level_comprehension/scene_classification/images/1857.png b/perception/image_level_comprehension/scene_classification/images/1857.png new file mode 100644 index 0000000000000000000000000000000000000000..e8a2e3e98f75516d3e04b91a26c16f5dfd89cc7f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcad93a80a080819b78a781fd96a2f23b1714e7565f62e270b137ad7144745d +size 603465 diff --git a/perception/image_level_comprehension/scene_classification/images/1858.png b/perception/image_level_comprehension/scene_classification/images/1858.png new file mode 100644 index 0000000000000000000000000000000000000000..318f9b142b6295e0fc19d5ef1a83f4b194638851 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86ff7e4ac69c7536f21e9aa3ac9707ddf66a40e474f4cb4d91911f0a7ad1346 +size 608261 diff --git a/perception/image_level_comprehension/scene_classification/images/1859.png b/perception/image_level_comprehension/scene_classification/images/1859.png new file mode 100644 index 0000000000000000000000000000000000000000..db40bcc9a394104e3e6703a9ba7344cf21268299 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cdf4c1210b6fac1c68bdbdc5c9596202c30292728ff3fcd8670df049c28898 +size 587422 diff --git a/perception/image_level_comprehension/scene_classification/images/186.png b/perception/image_level_comprehension/scene_classification/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..e0ffa0471541565cfbbfa4adbfd82cfb62ed1b4e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b494dd09890f3d398ddc353faa208bdf742572a9b50166e236540bce37687c1 +size 378248 diff --git a/perception/image_level_comprehension/scene_classification/images/1860.png b/perception/image_level_comprehension/scene_classification/images/1860.png new file mode 100644 index 0000000000000000000000000000000000000000..70ef09e973ca3562d6bd200831916b2515cb0268 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1860.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a07a97bb27d4cf02b1c14ec58c13b9bf5db26e313ee6084abbe2296557f8b6 +size 564534 diff --git a/perception/image_level_comprehension/scene_classification/images/1861.png b/perception/image_level_comprehension/scene_classification/images/1861.png new file mode 100644 index 0000000000000000000000000000000000000000..038d43c6b9ecf5bf36c028218bac25cff4def9a5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9cf239500d4ef64ea5ea0745d4e31db46d39b06049b50e1dbd777289ce2e0d +size 541773 diff --git a/perception/image_level_comprehension/scene_classification/images/1862.png b/perception/image_level_comprehension/scene_classification/images/1862.png new file mode 100644 index 0000000000000000000000000000000000000000..9d21684a79c8ae449ff1ae4f947a0b0b8d0b4713 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11fef60e82b10038328bd95df5296d236a89340b20a4d782fe774be3844a437 +size 546556 diff --git a/perception/image_level_comprehension/scene_classification/images/1863.png b/perception/image_level_comprehension/scene_classification/images/1863.png new file mode 100644 index 0000000000000000000000000000000000000000..83ad43ba66cc60cfab89e43618e117f094d17d85 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba5ddb7f4fe2dfc3f193964e2056f2c8da250f72554f87230b64126496825f7 +size 576610 diff --git a/perception/image_level_comprehension/scene_classification/images/1864.png b/perception/image_level_comprehension/scene_classification/images/1864.png new file mode 100644 index 0000000000000000000000000000000000000000..3aed9ccb1e9422f0c8d92b6e2a3ecd9526ac05d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a097d857206d31935ce8645e492040a677b227403a7fe4f2e6331cdfaae947f +size 549027 diff --git a/perception/image_level_comprehension/scene_classification/images/1865.png b/perception/image_level_comprehension/scene_classification/images/1865.png new file mode 100644 index 0000000000000000000000000000000000000000..73ff7415bdf992c6058b477c260fa64100eb3382 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a489bc2cd0b3a58be77c22037a0722125e08f12f77f294304ab323eaeb9ae03f +size 537750 diff --git a/perception/image_level_comprehension/scene_classification/images/1866.png b/perception/image_level_comprehension/scene_classification/images/1866.png new file mode 100644 index 0000000000000000000000000000000000000000..175279bda4ddd978f88dfde54176edcd1f2c608a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1866.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7271e86eda5950e33190da7cfeb8f070f458bf7eb87ec90288e64f24a1cbd56 +size 547841 diff --git a/perception/image_level_comprehension/scene_classification/images/1867.png b/perception/image_level_comprehension/scene_classification/images/1867.png new file mode 100644 index 0000000000000000000000000000000000000000..70efd931fd7a22567525f92a055ed7dacf1d5b08 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1867.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c9759ff9192486b3dd8554d2233c2f887d8aa5dab45c1c76dc616a697c297b +size 438117 diff --git a/perception/image_level_comprehension/scene_classification/images/1868.png b/perception/image_level_comprehension/scene_classification/images/1868.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b25f64de97469387ed70bfac5a087c84694a08 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c71d57cbe8f366357bfeb3d36e4983edca6912e3f8799d436450634a5dae75 +size 509226 diff --git a/perception/image_level_comprehension/scene_classification/images/1869.png b/perception/image_level_comprehension/scene_classification/images/1869.png new file mode 100644 index 0000000000000000000000000000000000000000..c809cf2b905b472c12c8fb4904822f30c781a3d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415e9ae7397dc444f17c165daa62ceda7735571e2585701921cb26353d01e84c +size 434339 diff --git a/perception/image_level_comprehension/scene_classification/images/187.png b/perception/image_level_comprehension/scene_classification/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..65a4b3ed8fa78f55400490fe5102941336436fdc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608765621c548c7543907b74bab549aad6f7b7d8d2bc49e721f926e0e0544937 +size 303642 diff --git a/perception/image_level_comprehension/scene_classification/images/1870.png b/perception/image_level_comprehension/scene_classification/images/1870.png new file mode 100644 index 0000000000000000000000000000000000000000..597b17bd29b56e0bde4c625f8b20fff7617bb39c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed53553ec96d19e7c2c13bd3fe6bc5ee95e81c3ad88e312bfd57c1e3e5b16105 +size 433482 diff --git a/perception/image_level_comprehension/scene_classification/images/1871.png b/perception/image_level_comprehension/scene_classification/images/1871.png new file mode 100644 index 0000000000000000000000000000000000000000..bbdca3ae1289e79422fcac98785d8240f507e3ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d491426cfc9c0055dedbbfbfc0f8c1bb1c37c583dda05cd927aefef530a972 +size 466683 diff --git a/perception/image_level_comprehension/scene_classification/images/1872.png b/perception/image_level_comprehension/scene_classification/images/1872.png new file mode 100644 index 0000000000000000000000000000000000000000..1cff7edc89dbcdbca11e1a3ec2b6c1dafcaed6b9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc43f88ab3b65202b25284bbb0c2fa086b2fbfd8b14e17261acca1e220692ea +size 451406 diff --git a/perception/image_level_comprehension/scene_classification/images/1873.png b/perception/image_level_comprehension/scene_classification/images/1873.png new file mode 100644 index 0000000000000000000000000000000000000000..a029db3038b3d4eb822f733da6725cae6d091ad8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1873.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71697fdb69fb65cdb1e4bbe1ccf46b5e75fd972bbbdc6e118dc6da0cb31fa9a2 +size 389226 diff --git a/perception/image_level_comprehension/scene_classification/images/1874.png b/perception/image_level_comprehension/scene_classification/images/1874.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7969950018e1cad37fe5c994d1d41d74d4a5d0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd430538f2ca8f5d3b5d63c4b34783a923553240845a33448556b4270b37a834 +size 385918 diff --git a/perception/image_level_comprehension/scene_classification/images/1875.png b/perception/image_level_comprehension/scene_classification/images/1875.png new file mode 100644 index 0000000000000000000000000000000000000000..ee50c65d8373bfe0ed1c2b656919a8330c33f795 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d3eeb836d352e747ab9e78095609d04c429bba451c066bc9443d323f26f9a6 +size 405416 diff --git a/perception/image_level_comprehension/scene_classification/images/1876.png b/perception/image_level_comprehension/scene_classification/images/1876.png new file mode 100644 index 0000000000000000000000000000000000000000..ff5ed566e646823fe4041736abe2769af95f7f66 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2d7a0d24669bcd285926f40a821e9704c99f39008f7ee1c4770ed5311f9bc4 +size 457163 diff --git a/perception/image_level_comprehension/scene_classification/images/1877.png b/perception/image_level_comprehension/scene_classification/images/1877.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f1c9efa0e1d89ccf72c254031779ac0ba341a1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c4f1372973c98c4ef78f34531aa50086e603ca8153655f6134be1f03c95f3b +size 406208 diff --git a/perception/image_level_comprehension/scene_classification/images/1878.png b/perception/image_level_comprehension/scene_classification/images/1878.png new file mode 100644 index 0000000000000000000000000000000000000000..20ad2579fcc189e8e5fb4c37fe7d9ab1af9dc931 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299725c1af49cdd5d2aa4d5497ea1b6d195950b63c42343ae582bf32bc96a4f7 +size 492557 diff --git a/perception/image_level_comprehension/scene_classification/images/1879.png b/perception/image_level_comprehension/scene_classification/images/1879.png new file mode 100644 index 0000000000000000000000000000000000000000..d73c0b10b67067c799012ca68709633f4ed1bee5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1563c612d46c66de69d9d06b105c01eb696e3abd2b7199929e4029366695b6df +size 370834 diff --git a/perception/image_level_comprehension/scene_classification/images/188.png b/perception/image_level_comprehension/scene_classification/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..923f611725cdf641b323a2b40b6b332e61c53c6c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66decdbaecce2f1ba7c6c0fc7796cc87d4e0236796b0782c01e816e1bce57ef +size 350461 diff --git a/perception/image_level_comprehension/scene_classification/images/1880.png b/perception/image_level_comprehension/scene_classification/images/1880.png new file mode 100644 index 0000000000000000000000000000000000000000..3a75a98ffd9e1623244a82ae89d7fd1a6d3b4fb1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeff2ba7941685ef618906875cbefbe985b30c99d786f2e03669502e21b44eca +size 478425 diff --git a/perception/image_level_comprehension/scene_classification/images/1881.png b/perception/image_level_comprehension/scene_classification/images/1881.png new file mode 100644 index 0000000000000000000000000000000000000000..c11c23cdb79a3a6f0d900f6c809d8c545d9e2d28 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a25856199f4a7831c87a2fe7cb3310acd1b3c246a12b135d8763959f2e48ab +size 537459 diff --git a/perception/image_level_comprehension/scene_classification/images/1882.png b/perception/image_level_comprehension/scene_classification/images/1882.png new file mode 100644 index 0000000000000000000000000000000000000000..5e85cc90093dc2b057a456275a159a7aa043a586 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e032e20ebbed773d76771fc4103dc5eafe54cdbc015e247daa41975ef4859e1 +size 553556 diff --git a/perception/image_level_comprehension/scene_classification/images/1883.png b/perception/image_level_comprehension/scene_classification/images/1883.png new file mode 100644 index 0000000000000000000000000000000000000000..ba832380114625f88bfd654731786db60d83cafc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe18aeefecb21b9b66d530c8ead4ce2a7306d66ffbdb8938f44d4aa56eefdd0e +size 424838 diff --git a/perception/image_level_comprehension/scene_classification/images/1884.png b/perception/image_level_comprehension/scene_classification/images/1884.png new file mode 100644 index 0000000000000000000000000000000000000000..8050e08cd854c52d8c3ff3f9990fdb3142c1dacd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28b685b7c71c0781cc61ebd465e08a62e3195113f0259c6b90775a57f044470 +size 526848 diff --git a/perception/image_level_comprehension/scene_classification/images/1885.png b/perception/image_level_comprehension/scene_classification/images/1885.png new file mode 100644 index 0000000000000000000000000000000000000000..dac575d4556764cc4036e8626f8cf19434b9eb74 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa72d8a1c033723f8a1fd8911a90063ecff685d64ec6cfd5d4743ba1883ffe9 +size 541012 diff --git a/perception/image_level_comprehension/scene_classification/images/1886.png b/perception/image_level_comprehension/scene_classification/images/1886.png new file mode 100644 index 0000000000000000000000000000000000000000..7450adb252177a1707f672d8144460b22dd4ba76 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5a8e68ea002d550bdedf126e0ae050a3edeabfbca0798311d1df899fc6ff0c +size 484903 diff --git a/perception/image_level_comprehension/scene_classification/images/1887.png b/perception/image_level_comprehension/scene_classification/images/1887.png new file mode 100644 index 0000000000000000000000000000000000000000..fe947946ba871a53d6820fee8ad7c16295bfa4b8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71877f5baa61661ee59e573cdbe5add824c97b320cdbaabe7b64f74f8fd0b1b9 +size 566481 diff --git a/perception/image_level_comprehension/scene_classification/images/1888.png b/perception/image_level_comprehension/scene_classification/images/1888.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd496a72be51cbddbb683cfb2fcdb44031707bb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec5b731083d421effccb53007fa2938dfe96ebaaf441dcb74bcc6ec9a4c21b8 +size 308838 diff --git a/perception/image_level_comprehension/scene_classification/images/1889.png b/perception/image_level_comprehension/scene_classification/images/1889.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e785d9d8f4fe06d606be1f5d97ac648487c1dd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a0c91f44fd60421dfcf38af571c2a77b6f7fde05299d0c8a61aa79ed6f17f2 +size 357467 diff --git a/perception/image_level_comprehension/scene_classification/images/189.png b/perception/image_level_comprehension/scene_classification/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..4c5daa8cd84885059223933bd30a3140f67d9748 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd19a46e90a545c849261a8c27e3d2297384ee89369e2972dc22bbb2af76e435 +size 251044 diff --git a/perception/image_level_comprehension/scene_classification/images/1890.png b/perception/image_level_comprehension/scene_classification/images/1890.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c969f873ff12c13015bf01942296440e4e662e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e92621e7166b45c6a95023067ffcb3a1cc634724208762b5d77a4101532fad +size 444382 diff --git a/perception/image_level_comprehension/scene_classification/images/1891.png b/perception/image_level_comprehension/scene_classification/images/1891.png new file mode 100644 index 0000000000000000000000000000000000000000..acaba41bb7a47a9522031fe3b962a670124fb2e1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a085883f0f666b3b5ae08b69d8c24d0202d3b535f355e760b8b7dbf6cbdd92c0 +size 456995 diff --git a/perception/image_level_comprehension/scene_classification/images/1892.png b/perception/image_level_comprehension/scene_classification/images/1892.png new file mode 100644 index 0000000000000000000000000000000000000000..b39bc8ff3b05179416b4aedd0b1120ca8258b0b3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77e30bfea57782052d9750ceb89f5ceccddfdc51bce919686d73c1d9d307fd6 +size 539539 diff --git a/perception/image_level_comprehension/scene_classification/images/1893.png b/perception/image_level_comprehension/scene_classification/images/1893.png new file mode 100644 index 0000000000000000000000000000000000000000..b85ba16e06d7b5992e5ffa3b9d20028112bdcf01 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ba6b3d365d895b52559f944e2825302259d830296041d30a2ef439631b94df +size 499690 diff --git a/perception/image_level_comprehension/scene_classification/images/1894.png b/perception/image_level_comprehension/scene_classification/images/1894.png new file mode 100644 index 0000000000000000000000000000000000000000..3af40480a3826af5cf600e43659f795666a35b41 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99696c93eb089221eee8f630eedf3249cbc3c37bf5f9d4c75e56aec6477bd182 +size 548412 diff --git a/perception/image_level_comprehension/scene_classification/images/1895.png b/perception/image_level_comprehension/scene_classification/images/1895.png new file mode 100644 index 0000000000000000000000000000000000000000..129f5ef1692137143f72dd4e3623509b0d679fbe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb22dbd16d622cfcd02ebd4c495988927d2c8db355e5dc340a80a6d51b64dde +size 531128 diff --git a/perception/image_level_comprehension/scene_classification/images/1896.png b/perception/image_level_comprehension/scene_classification/images/1896.png new file mode 100644 index 0000000000000000000000000000000000000000..998e49efea66a658cc1f0989c2d0e11120f09e1e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f6294ed5f70e8250c9cc84470e34db9a441354348c159ca4d6e821ef929528 +size 574817 diff --git a/perception/image_level_comprehension/scene_classification/images/1897.png b/perception/image_level_comprehension/scene_classification/images/1897.png new file mode 100644 index 0000000000000000000000000000000000000000..ece552034857d98b99b88226e40b8c260bd50fd5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cc4766bc52d125e4712bd4af06e6b9872a8106c51201fb243bc8abdf1c7246 +size 633898 diff --git a/perception/image_level_comprehension/scene_classification/images/1898.png b/perception/image_level_comprehension/scene_classification/images/1898.png new file mode 100644 index 0000000000000000000000000000000000000000..a17dc1c9afc581c076e1ae40d9c3a0e40d39ed93 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8297e53e6e60cdadad2081b632232195a59cde47306479703760b31eec52490 +size 429306 diff --git a/perception/image_level_comprehension/scene_classification/images/1899.png b/perception/image_level_comprehension/scene_classification/images/1899.png new file mode 100644 index 0000000000000000000000000000000000000000..5775206fc5e02095d0a2ece96d3619aa2c8c7f92 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00226e46eb259ca41fa9617906ffb22b549bce69e0b9c7d1fb71fb1902215453 +size 565798 diff --git a/perception/image_level_comprehension/scene_classification/images/19.png b/perception/image_level_comprehension/scene_classification/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..1ffb5691362ad4e56340376219fec0c5465200f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba12875767faf7daad5283126d871542631daf511c26f2e2cea60fe3dbe8ee3 +size 190669 diff --git a/perception/image_level_comprehension/scene_classification/images/190.png b/perception/image_level_comprehension/scene_classification/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..4a2b1e932fcf66c8601f809ce5f0aa5183cf1519 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c7f32db0474f07a101ada7987f3b084f678876434fb1e5c5476a44e369b73d +size 248256 diff --git a/perception/image_level_comprehension/scene_classification/images/1900.png b/perception/image_level_comprehension/scene_classification/images/1900.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5a8bdfb24670462733d636185084324ae9abcb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1900.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc6df7e5160478aecdb7d3463984c3d7fe42712ff56c69904d0b92da0f908d2 +size 606198 diff --git a/perception/image_level_comprehension/scene_classification/images/1901.png b/perception/image_level_comprehension/scene_classification/images/1901.png new file mode 100644 index 0000000000000000000000000000000000000000..55bbcd63f1cad4f3a098b3342b1da9631ae1444c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fd3277a879c98901b816d201a47972d3beb3c3d520bbd049b73afaba903f79 +size 590338 diff --git a/perception/image_level_comprehension/scene_classification/images/1902.png b/perception/image_level_comprehension/scene_classification/images/1902.png new file mode 100644 index 0000000000000000000000000000000000000000..f987198feed7f1371d10debaf8919a6fe7c5c932 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510857244260bfc4e3de05c3c5b58efbc10b1d1e8ba4ffaafe4a89e0c4b1e3ac +size 588445 diff --git a/perception/image_level_comprehension/scene_classification/images/1903.png b/perception/image_level_comprehension/scene_classification/images/1903.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc1549837608796676c00a522991ded97508f72 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19368527ba75c84193fcec7a6207bbb3e28b05c89a0fb7ff5c18bae968806f2 +size 582728 diff --git a/perception/image_level_comprehension/scene_classification/images/1904.png b/perception/image_level_comprehension/scene_classification/images/1904.png new file mode 100644 index 0000000000000000000000000000000000000000..d4983d2cb1bfe4f3f7845c28bc11311c98d3dfe7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1ffe213e00e42366e0858b462cdd944100a38bddf15b88f5b0c3b233693a5a +size 593407 diff --git a/perception/image_level_comprehension/scene_classification/images/1905.png b/perception/image_level_comprehension/scene_classification/images/1905.png new file mode 100644 index 0000000000000000000000000000000000000000..547c800054570f7b25ed3e7cca5daa5a19cbc39f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bcf9c705b656e02e4264d4bcddb8f4ff88f605cd2b3fdcb644fbfe28b6fd93 +size 501731 diff --git a/perception/image_level_comprehension/scene_classification/images/1906.png b/perception/image_level_comprehension/scene_classification/images/1906.png new file mode 100644 index 0000000000000000000000000000000000000000..26570c96af971dd9d3edd63d41e9adafbc0e6040 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999ee0bb2a8280e3776a024d8da950159c8ba2735797bb3fdbedb9e862012bf8 +size 554223 diff --git a/perception/image_level_comprehension/scene_classification/images/1907.png b/perception/image_level_comprehension/scene_classification/images/1907.png new file mode 100644 index 0000000000000000000000000000000000000000..4a31b448d4aa42cf175927b975dcfb368c8d8769 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e5cb611efe21803de2473fee01ea15e51c207620a163870883982cf29b8fb5 +size 424137 diff --git a/perception/image_level_comprehension/scene_classification/images/1908.png b/perception/image_level_comprehension/scene_classification/images/1908.png new file mode 100644 index 0000000000000000000000000000000000000000..e11b2c1abda12cc2abdb5817e69585bcc5c682aa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820277e153bd8a6222ea27c487ab5f1d1deb3c996d5845551da9772b18c2ced4 +size 554413 diff --git a/perception/image_level_comprehension/scene_classification/images/1909.png b/perception/image_level_comprehension/scene_classification/images/1909.png new file mode 100644 index 0000000000000000000000000000000000000000..01d49ae2452260b35959ade27323a103165d5f20 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1909.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5c8c762288aae07ae3565c0f35ab6ebf54c66727db3bd415b0066b9116a34c +size 515518 diff --git a/perception/image_level_comprehension/scene_classification/images/191.png b/perception/image_level_comprehension/scene_classification/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..48e3e041cd491b822de6b3274b9a4527672f4741 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c559da248b592d27ca08e2a53a41b04bdf3c57c1fc0387119a86fb9acece82 +size 405255 diff --git a/perception/image_level_comprehension/scene_classification/images/1910.png b/perception/image_level_comprehension/scene_classification/images/1910.png new file mode 100644 index 0000000000000000000000000000000000000000..19d656adbadd95cda9c0e27816ef8117690b7ef6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1910.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232ce84d08ef5acabfcc6f5cbf90470420d810eb37ffa524955a8fb8628deb28 +size 556687 diff --git a/perception/image_level_comprehension/scene_classification/images/1911.png b/perception/image_level_comprehension/scene_classification/images/1911.png new file mode 100644 index 0000000000000000000000000000000000000000..46b64bcd1db94c5c511ac2b9621f6a20b22c118c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0916ba002e84f0b8637efcb805a6f149a98343e336a33120b442ea33db153d +size 588221 diff --git a/perception/image_level_comprehension/scene_classification/images/1912.png b/perception/image_level_comprehension/scene_classification/images/1912.png new file mode 100644 index 0000000000000000000000000000000000000000..5ad302a9e7217f4e33236f6077b91247ccea110a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20232cf4ce1211750ef9f62c904ef4cf486a5127046c759c005dee5195c5a4d +size 433344 diff --git a/perception/image_level_comprehension/scene_classification/images/1913.png b/perception/image_level_comprehension/scene_classification/images/1913.png new file mode 100644 index 0000000000000000000000000000000000000000..0ca5bce6240839f0e347af4fbea986921e650c86 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1913.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6490466590099fad4b90e770bb37f4f026cc33bf61c6ca24e536e79a151d82e +size 536267 diff --git a/perception/image_level_comprehension/scene_classification/images/1914.png b/perception/image_level_comprehension/scene_classification/images/1914.png new file mode 100644 index 0000000000000000000000000000000000000000..b66d1b81477cd99f860aa2ac2d4892dd29293972 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3dccef8aa1d5716b3bb80e4bfb0ff47b04152197ceb90dd085882a4f449a83 +size 543496 diff --git a/perception/image_level_comprehension/scene_classification/images/1915.png b/perception/image_level_comprehension/scene_classification/images/1915.png new file mode 100644 index 0000000000000000000000000000000000000000..614e71f9f3a2eb6270877d37346ee60e8f679fd1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e83837131e0ccb9f8a82f045aace1cc71357ed5225849527beb993e377da3c +size 482833 diff --git a/perception/image_level_comprehension/scene_classification/images/1916.png b/perception/image_level_comprehension/scene_classification/images/1916.png new file mode 100644 index 0000000000000000000000000000000000000000..871ddf70b925cc01acff247858921dc0aa6883f6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82763cf077d20be8dcab0563ea0a1fc26002bd5c597c7bdf9c912132ee905b38 +size 503662 diff --git a/perception/image_level_comprehension/scene_classification/images/1917.png b/perception/image_level_comprehension/scene_classification/images/1917.png new file mode 100644 index 0000000000000000000000000000000000000000..fff3486743f3d7e30767ab63c9422fe95e541f82 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a31da01bb977b2947c2068002506ec7d6e0605c7b5eba7a5ddca77a240a98a +size 441822 diff --git a/perception/image_level_comprehension/scene_classification/images/1918.png b/perception/image_level_comprehension/scene_classification/images/1918.png new file mode 100644 index 0000000000000000000000000000000000000000..18cceb5188e44007b3dba19ec46e1c19fa286e3a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b8fdd65f93eedfeef9fa94bc4015617e00a818dfc8ff728c999a3cf84c6877 +size 397071 diff --git a/perception/image_level_comprehension/scene_classification/images/1919.png b/perception/image_level_comprehension/scene_classification/images/1919.png new file mode 100644 index 0000000000000000000000000000000000000000..50027833d898173af6e244787fb5a06b8db3e997 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5d92d99d7331d31b4bd470e5be426b1b76cd6576a22c9e327e86a55e0ec6de +size 404047 diff --git a/perception/image_level_comprehension/scene_classification/images/192.png b/perception/image_level_comprehension/scene_classification/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..c08dceec8176c14cdbf049730326c24d8441ace8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e621f1b9ca9c670091c02756f229a6653b94846b09b4002c4ce939d85a6afd3 +size 280389 diff --git a/perception/image_level_comprehension/scene_classification/images/1920.png b/perception/image_level_comprehension/scene_classification/images/1920.png new file mode 100644 index 0000000000000000000000000000000000000000..7df9345688dc13d24ab7f669f9b28c8cce502f68 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1920.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c915a70e35ee654746d05d0d4b89f99e9e0324c9360f3976536251947501879c +size 400374 diff --git a/perception/image_level_comprehension/scene_classification/images/1921.png b/perception/image_level_comprehension/scene_classification/images/1921.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf8f0284eca2bfa93c7a489fa8ccfe45642185f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1921.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7c26663e4820fd741b0a8a4a4205f19bf7007549795ca5498928845d66c0a8 +size 419549 diff --git a/perception/image_level_comprehension/scene_classification/images/1922.png b/perception/image_level_comprehension/scene_classification/images/1922.png new file mode 100644 index 0000000000000000000000000000000000000000..e999707eef484f3746ab8c04d4ba2cdbd04d92e1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d89e6a50d1b335c8ac49ee94199e30ca2a634e7b5357b68030653705a06b3a +size 423594 diff --git a/perception/image_level_comprehension/scene_classification/images/1923.png b/perception/image_level_comprehension/scene_classification/images/1923.png new file mode 100644 index 0000000000000000000000000000000000000000..5f847d2ce4a00ffea07cb76d4c5981d63b6a62c9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438f52990d215f165b3923f9dd52dd80433daa5ae03cae05dac5823c39b71018 +size 465866 diff --git a/perception/image_level_comprehension/scene_classification/images/1924.png b/perception/image_level_comprehension/scene_classification/images/1924.png new file mode 100644 index 0000000000000000000000000000000000000000..f1481dad397bdf15b8ebae607f909330e8f11817 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a51880f20774cc8f57cd4baf19b2317bdee0237d273de7cf55391ba1078762 +size 526815 diff --git a/perception/image_level_comprehension/scene_classification/images/1925.png b/perception/image_level_comprehension/scene_classification/images/1925.png new file mode 100644 index 0000000000000000000000000000000000000000..ecade5209d253e8db5b4d5ac9dcea597d33b6920 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1925.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df923fcf1e54f28046277e664cfe10240117572245b24d3d7dfb04a212c4fd7 +size 423474 diff --git a/perception/image_level_comprehension/scene_classification/images/1926.png b/perception/image_level_comprehension/scene_classification/images/1926.png new file mode 100644 index 0000000000000000000000000000000000000000..cdab4b2f1d739dfd6acfb7c348407ac23e71f968 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1926.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5be27c98fc6c4d90f2db316252b2772310668a85e55666a2dfd5efe1409937 +size 463252 diff --git a/perception/image_level_comprehension/scene_classification/images/1927.png b/perception/image_level_comprehension/scene_classification/images/1927.png new file mode 100644 index 0000000000000000000000000000000000000000..22b9b70d283bdbf19ab78afc67a9f215e79ad572 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247b22cb923b5d1d5289b5cfed090f3e1852ea0064044229de92f026a9930012 +size 348154 diff --git a/perception/image_level_comprehension/scene_classification/images/1928.png b/perception/image_level_comprehension/scene_classification/images/1928.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b9b9e105ded2a5dd911384fb1b4dc5037ad194 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0757bc38e58e668c3eb4924ee5ed193af679b4fb53d498415a928e8b37ecf70 +size 421681 diff --git a/perception/image_level_comprehension/scene_classification/images/1929.png b/perception/image_level_comprehension/scene_classification/images/1929.png new file mode 100644 index 0000000000000000000000000000000000000000..a2674c25b5b80136e32a4e2024871e3b6bae4d9d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1929.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36ee62526946f3f6b02703104ec2b57c3456843b15f5111e7491591284af712 +size 460560 diff --git a/perception/image_level_comprehension/scene_classification/images/193.png b/perception/image_level_comprehension/scene_classification/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..c88cf084fd2208b5a7b9dc1223133996be5b68a6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45942616068a58386e26f0f94275dd945e5393c95d00ab19c8410c01edf80e8 +size 265080 diff --git a/perception/image_level_comprehension/scene_classification/images/1930.png b/perception/image_level_comprehension/scene_classification/images/1930.png new file mode 100644 index 0000000000000000000000000000000000000000..99c7d78b5381a426670326e507982eec7213e68c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1930.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e983df3fe4b02be027870d55bbcd5d1a01145a6958578470ae7ab13249fa6be +size 494734 diff --git a/perception/image_level_comprehension/scene_classification/images/1931.png b/perception/image_level_comprehension/scene_classification/images/1931.png new file mode 100644 index 0000000000000000000000000000000000000000..6d5fb34827c9c8c235aad60d50f0af128690a6eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363dd4524772698a292ef0f7b100cc49f89fd4773432aea8c4647e464468fdd0 +size 442413 diff --git a/perception/image_level_comprehension/scene_classification/images/1932.png b/perception/image_level_comprehension/scene_classification/images/1932.png new file mode 100644 index 0000000000000000000000000000000000000000..2f207fa60b508c2f120845ecd255785f378070f5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178eddf978bf8f9b513e6ea97235ef2e9e5b1ea4672a2a0ed464373f193bfa60 +size 481281 diff --git a/perception/image_level_comprehension/scene_classification/images/1933.png b/perception/image_level_comprehension/scene_classification/images/1933.png new file mode 100644 index 0000000000000000000000000000000000000000..c267ead824ded910a51ce277d5c71f34ed5b0c95 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa08dd6d99059436002ab5468c3c197f395374c4b224e5b6ba45d23309757fa +size 492624 diff --git a/perception/image_level_comprehension/scene_classification/images/1934.png b/perception/image_level_comprehension/scene_classification/images/1934.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a71692aed1994320e79344634070c45a291140 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e19d561a5bfa885867c930fd482f77bb68ed361779d42e21406e35b5d0311f5 +size 455985 diff --git a/perception/image_level_comprehension/scene_classification/images/1935.png b/perception/image_level_comprehension/scene_classification/images/1935.png new file mode 100644 index 0000000000000000000000000000000000000000..d7de7e53526918e960ef7a9e455aa5cae1e2d888 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a158fb0f2cd6e252a6044d1326248d45d2c6f10fa8c7cdbf3f96237eb0dc8c +size 589688 diff --git a/perception/image_level_comprehension/scene_classification/images/1936.png b/perception/image_level_comprehension/scene_classification/images/1936.png new file mode 100644 index 0000000000000000000000000000000000000000..4df8f329332c0fe27a21f0364b4561a7c0d7c56d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145d5053f2226034367f73d4a31a32799b3e4e6fc75b4c5980c8a8efa5ad45ee +size 425298 diff --git a/perception/image_level_comprehension/scene_classification/images/1937.png b/perception/image_level_comprehension/scene_classification/images/1937.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2328373b1e9d9e20a817769ee50e69e6fb4c16 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799493cc792d4e91db27b99bc1d4228927145994b07603e16470374c892f83fb +size 399896 diff --git a/perception/image_level_comprehension/scene_classification/images/1938.png b/perception/image_level_comprehension/scene_classification/images/1938.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0f8d6b9d5396caa6c608d5fda8df0296678673 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9950b5f4161fc16acb564a757c993755a93e3466c7474c4170b16b269b98dd40 +size 497035 diff --git a/perception/image_level_comprehension/scene_classification/images/1939.png b/perception/image_level_comprehension/scene_classification/images/1939.png new file mode 100644 index 0000000000000000000000000000000000000000..c7f6658d0395ce7ea2c21f06ad91febcd434732b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1939.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534498c8dddbd5db7e838354ee1a952f2dd216d135e620e2356ce4bf71524d06 +size 608719 diff --git a/perception/image_level_comprehension/scene_classification/images/194.png b/perception/image_level_comprehension/scene_classification/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..3e52c499ef87f6c6ff2d97c4aacbfca2f4f645d3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9354543ca64b6e08eef13b7d761e387558dd7a9731e2ed1d2ee5bf92843b8b7e +size 306664 diff --git a/perception/image_level_comprehension/scene_classification/images/1940.png b/perception/image_level_comprehension/scene_classification/images/1940.png new file mode 100644 index 0000000000000000000000000000000000000000..4a2d6204dc3e90d35956340d0b7c408b58bd9ebe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1940.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0b409d2ee856c7a543e53ada73349d0e2568451bb72f7a6f017edb034283bd +size 500754 diff --git a/perception/image_level_comprehension/scene_classification/images/1941.png b/perception/image_level_comprehension/scene_classification/images/1941.png new file mode 100644 index 0000000000000000000000000000000000000000..00c1c10147205cbf008271a189eaa286cc06a1cb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a067a2597c6c7a46e447f03a8ea36b8d3d128c87725bacb437aa761eca75d81a +size 410198 diff --git a/perception/image_level_comprehension/scene_classification/images/1942.png b/perception/image_level_comprehension/scene_classification/images/1942.png new file mode 100644 index 0000000000000000000000000000000000000000..45933438dfb5cb0a80d92480239e3fcbff61b521 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55dd0ca11c1baa78033c89624ff6afeb40b3e0fa16214d2342599d002bd8e80 +size 483241 diff --git a/perception/image_level_comprehension/scene_classification/images/1943.png b/perception/image_level_comprehension/scene_classification/images/1943.png new file mode 100644 index 0000000000000000000000000000000000000000..37d5fcd17c45f133ee5eae7ec08fac91da627142 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ec3efc02b27dad94c76938f3b8fbf935d1b8cb035e0870069ced5dff60119b +size 472724 diff --git a/perception/image_level_comprehension/scene_classification/images/1944.png b/perception/image_level_comprehension/scene_classification/images/1944.png new file mode 100644 index 0000000000000000000000000000000000000000..32fc07a56fc98a9adeb8033cb9a3c4fd07a8d572 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1944.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1255d06ced319c26d0a64f5ddf38dc6c6866bb6fbf9e7e097cc5523e618ae15a +size 533216 diff --git a/perception/image_level_comprehension/scene_classification/images/1945.png b/perception/image_level_comprehension/scene_classification/images/1945.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ca80b249613d14863fab256199def50c70790a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc770ffb57cb091c99387d6f8a767236cce1bce02c4a6807172128fec9819f8c +size 436181 diff --git a/perception/image_level_comprehension/scene_classification/images/1946.png b/perception/image_level_comprehension/scene_classification/images/1946.png new file mode 100644 index 0000000000000000000000000000000000000000..68c4489ffcedee575b8e9074cc058961233707b1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1946.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3749be46cf5bfe201b1df887940c985b314e72296d8f538f494b62f52097d43c +size 485441 diff --git a/perception/image_level_comprehension/scene_classification/images/1947.png b/perception/image_level_comprehension/scene_classification/images/1947.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8d02e37a73939351f31328e95ec5fe2dcec6b2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1d2bf52213842e332e86dfefa99d49eaaa4607f1b8e48c96a4d17c39beeb7f +size 510130 diff --git a/perception/image_level_comprehension/scene_classification/images/1948.png b/perception/image_level_comprehension/scene_classification/images/1948.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee8d56d3daaf009852c6877b0adb60d2f7841a1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637ebee3690441b26c07b01075d2b71e8889f06f30cf6a8d5db8079fe893aa76 +size 498305 diff --git a/perception/image_level_comprehension/scene_classification/images/1949.png b/perception/image_level_comprehension/scene_classification/images/1949.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2e64835ba6bbea356d11cba7d6554af462ed6d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6739f068d9920d97007f231c64869cdcf6739b72c613ddc91f40b8959786e045 +size 463466 diff --git a/perception/image_level_comprehension/scene_classification/images/195.png b/perception/image_level_comprehension/scene_classification/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..fe51a75850c596b4a67137cce243b02b1a86826e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329661f72e18b9ef6f1a16d99ab2817cfd6d905e51ad2e67c9506d77b1675b41 +size 253067 diff --git a/perception/image_level_comprehension/scene_classification/images/1950.png b/perception/image_level_comprehension/scene_classification/images/1950.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9f582d3bc329350a7b62e14cc0eb9890955691 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89fdaf9d52c27f379a16e026bf18dd5837d6f5636395c00b5870a0dad4ca64b +size 405133 diff --git a/perception/image_level_comprehension/scene_classification/images/1951.png b/perception/image_level_comprehension/scene_classification/images/1951.png new file mode 100644 index 0000000000000000000000000000000000000000..76b5a3346b4f5b6a299bb432af63602838991e43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d6ec9e9984f4e2fb856957b274bc5412a9a8937545c1e3b55e0a0839bcdc03 +size 501267 diff --git a/perception/image_level_comprehension/scene_classification/images/1952.png b/perception/image_level_comprehension/scene_classification/images/1952.png new file mode 100644 index 0000000000000000000000000000000000000000..6806420ae21e46ad9e6c58ec8b60fd5d586a6e34 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b8aef143bd0e10334670e8e55d3adc1fc7b50328ac140d9375beb1127f7b01 +size 433086 diff --git a/perception/image_level_comprehension/scene_classification/images/1953.png b/perception/image_level_comprehension/scene_classification/images/1953.png new file mode 100644 index 0000000000000000000000000000000000000000..3b5bfc751542ee2a552d58b9730cfc408aea93e7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acb8f66d087c52d3a84f91271894f3dc02faed86ddb17618086efb2c3780c36 +size 403292 diff --git a/perception/image_level_comprehension/scene_classification/images/1954.png b/perception/image_level_comprehension/scene_classification/images/1954.png new file mode 100644 index 0000000000000000000000000000000000000000..bad76fe75709a14c9b8350ce2c9084d4fa13e5b6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1bac49d3567fe6a8a9488ce22143da6040707176935fc428492d82590fee23 +size 401363 diff --git a/perception/image_level_comprehension/scene_classification/images/1955.png b/perception/image_level_comprehension/scene_classification/images/1955.png new file mode 100644 index 0000000000000000000000000000000000000000..98483c7bb1ed089028dbb7c115826622884aecb2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1fcb1d714028240f93ececac5f61ed5f1a9e4e1d2fc14626e4bc60168ef698 +size 424443 diff --git a/perception/image_level_comprehension/scene_classification/images/1956.png b/perception/image_level_comprehension/scene_classification/images/1956.png new file mode 100644 index 0000000000000000000000000000000000000000..123a6735f1542bf1ee87db0617c8ea0e14fb001e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e51b8bc0d5619b3c132f187127ac3722726c0e9f4a207f26e2e7cc2d6bd54c +size 360225 diff --git a/perception/image_level_comprehension/scene_classification/images/1957.png b/perception/image_level_comprehension/scene_classification/images/1957.png new file mode 100644 index 0000000000000000000000000000000000000000..49f2e8cea4ed78e7b9af2da5914cdb6ce68a0b26 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cba24baacf96cd8dbe3fcc3ac2c6d58b3d6b8910fe18c243057025a7b3ec8d +size 430959 diff --git a/perception/image_level_comprehension/scene_classification/images/1958.png b/perception/image_level_comprehension/scene_classification/images/1958.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc081dd8639ef0eb40a554c9f923d669717e049 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc02ecff790b9ccdb35b17ff63581271a5509be123a49200c5d68a2c52aea366 +size 461310 diff --git a/perception/image_level_comprehension/scene_classification/images/1959.png b/perception/image_level_comprehension/scene_classification/images/1959.png new file mode 100644 index 0000000000000000000000000000000000000000..c94b54196a8ef3694dc65062b3f6efb10916cb20 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1959.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906904546536c00708732e42083578dcc9c6bd0d40cfeb767fb335ede9798d6b +size 435855 diff --git a/perception/image_level_comprehension/scene_classification/images/196.png b/perception/image_level_comprehension/scene_classification/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..f72c1edc2e42c55fff3be9436e622e1a49597863 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033df8633abc0d20a954e78241ffb326a875738a4bfa1add57a0ad7eaa7c3626 +size 370919 diff --git a/perception/image_level_comprehension/scene_classification/images/1960.png b/perception/image_level_comprehension/scene_classification/images/1960.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e384fb57de2fb142474a2f543bc42af4a9fbea --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1960.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f280a8d1cdb4e46825fc0c791c17e70cd47e5a29ceb1a59d562fd2b90cdda5 +size 471266 diff --git a/perception/image_level_comprehension/scene_classification/images/1961.png b/perception/image_level_comprehension/scene_classification/images/1961.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c7d68d890dfb6852e4d2456af4e9582b13c12f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf0f8f3325e8f2b734fb67d511185d2c2e9a2b6cfac20f68c2717aed90cda53 +size 369552 diff --git a/perception/image_level_comprehension/scene_classification/images/1962.png b/perception/image_level_comprehension/scene_classification/images/1962.png new file mode 100644 index 0000000000000000000000000000000000000000..48709862ba8474f11efbd78cc58d2227bbe2ce43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1962.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368fb2980f810b549b3dae08742d1f51ebe9bfbc5d6abb6eefb7b42c05235605 +size 440939 diff --git a/perception/image_level_comprehension/scene_classification/images/1963.png b/perception/image_level_comprehension/scene_classification/images/1963.png new file mode 100644 index 0000000000000000000000000000000000000000..fda2ee4d6bc33fd259fd3f3731d3a8033a6cb393 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df53c7ae989083aff3f961003f3845753fa31251d4528e7afaa0f4fb413922be +size 444206 diff --git a/perception/image_level_comprehension/scene_classification/images/1964.png b/perception/image_level_comprehension/scene_classification/images/1964.png new file mode 100644 index 0000000000000000000000000000000000000000..ee0c6f759b94b1e843982fdf9fb733504478f1fa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1964.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0490033ce9fa0dba8c446abccf15c70f7cb61893878f231223aa25e678bfbbaa +size 409816 diff --git a/perception/image_level_comprehension/scene_classification/images/1965.png b/perception/image_level_comprehension/scene_classification/images/1965.png new file mode 100644 index 0000000000000000000000000000000000000000..41b092d2a39b3136c5614b12ed68a23fe4de1a41 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1965.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ff587be9765b2324b3b31a68912f7775e57f81cb4c9f9a91a0a9cd862a57ae +size 442648 diff --git a/perception/image_level_comprehension/scene_classification/images/1966.png b/perception/image_level_comprehension/scene_classification/images/1966.png new file mode 100644 index 0000000000000000000000000000000000000000..5618976251dde0e83be99f72a19ba2cee5806004 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db594ef890679a2cf5a2956c9c6840fdc5975e8c0c763e0600d8c5ac0afb1fb4 +size 428547 diff --git a/perception/image_level_comprehension/scene_classification/images/1967.png b/perception/image_level_comprehension/scene_classification/images/1967.png new file mode 100644 index 0000000000000000000000000000000000000000..b631433b66d611af18178e874c4e43ee452ce511 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1967.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476e31e43a59885dbf259c473e9b7e15f994899b832fe5da1239a5fe70333390 +size 446575 diff --git a/perception/image_level_comprehension/scene_classification/images/1968.png b/perception/image_level_comprehension/scene_classification/images/1968.png new file mode 100644 index 0000000000000000000000000000000000000000..010fa06bc5749e0504b04ee31cc480d620b60c45 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bd5127edeb87ef4760cd3a146e9f6bc513ad08be118226510f0249860911d0 +size 551098 diff --git a/perception/image_level_comprehension/scene_classification/images/1969.png b/perception/image_level_comprehension/scene_classification/images/1969.png new file mode 100644 index 0000000000000000000000000000000000000000..522c84b7d3a884e9a2cd9f985967cfb61c955d59 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99333d475c0eb6dda50cceccc943b02182671a2130a6369581f5357591c9b27 +size 431788 diff --git a/perception/image_level_comprehension/scene_classification/images/197.png b/perception/image_level_comprehension/scene_classification/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..40bf45748dad6ec2caf40741926a04182407b705 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad76b1ebd19e835467685c6adf6acc9e9cb7ae44a1cf286e3e300f8ff55b48d7 +size 264149 diff --git a/perception/image_level_comprehension/scene_classification/images/1970.png b/perception/image_level_comprehension/scene_classification/images/1970.png new file mode 100644 index 0000000000000000000000000000000000000000..f679d169355da87a46c71d25ae8aa1adb30ef86f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa85a71a8c451926007b2ea28298b900cddac519ca1eec5e2f139ce4556800fe +size 427085 diff --git a/perception/image_level_comprehension/scene_classification/images/1971.png b/perception/image_level_comprehension/scene_classification/images/1971.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fcd1ab78f4e6c90c037c6b16b2a3a125060af9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec27cd50bbc5e8aff63ba5643e55e53a3b130c47d285fbf505e2af63f55c37cc +size 528932 diff --git a/perception/image_level_comprehension/scene_classification/images/1972.png b/perception/image_level_comprehension/scene_classification/images/1972.png new file mode 100644 index 0000000000000000000000000000000000000000..3dcf0d7e319e0eb9d2e91d45dd874807a88d8169 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1972.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea43ca5815cca62a4b9b77a9bb3794d6dc8c4a4333b1894d25088fd064b7ad56 +size 489420 diff --git a/perception/image_level_comprehension/scene_classification/images/1973.png b/perception/image_level_comprehension/scene_classification/images/1973.png new file mode 100644 index 0000000000000000000000000000000000000000..00c25d5330f0fb64abdbefa0f81bc2749f4cada2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1973.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e556b40733ec207f77a6292c16d926e1a02ae2ed635e3bbd2bbf4df4b76101 +size 469377 diff --git a/perception/image_level_comprehension/scene_classification/images/1974.png b/perception/image_level_comprehension/scene_classification/images/1974.png new file mode 100644 index 0000000000000000000000000000000000000000..335d6b92ce292a4beb44679006eed6bf894379ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1974.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d6bbf5c94f9bef994177ab9a4d94e4dfa1ff796089e0c2fc17d7a7ac1773e8 +size 552750 diff --git a/perception/image_level_comprehension/scene_classification/images/1975.png b/perception/image_level_comprehension/scene_classification/images/1975.png new file mode 100644 index 0000000000000000000000000000000000000000..b853e010b26ffbfae1b24f55931c4bb1151c7813 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88930ccbb6b0fb631465c9283965f5525a3c84632bfdd31b3817bcd87e053e0c +size 591091 diff --git a/perception/image_level_comprehension/scene_classification/images/1976.png b/perception/image_level_comprehension/scene_classification/images/1976.png new file mode 100644 index 0000000000000000000000000000000000000000..ec56ba6a3610e1f4ae91737f3b604d24a23569e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1976.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60ecec3fee97da0038287285485120081fb4b7ebbde51505ca882e19f29c74d +size 582833 diff --git a/perception/image_level_comprehension/scene_classification/images/1977.png b/perception/image_level_comprehension/scene_classification/images/1977.png new file mode 100644 index 0000000000000000000000000000000000000000..bf988613121055edc970c7539637017e5558748a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd424fadf84571459d3a760d0890fe94a6cb056e01635185a14ca2f990e892df +size 569530 diff --git a/perception/image_level_comprehension/scene_classification/images/1978.png b/perception/image_level_comprehension/scene_classification/images/1978.png new file mode 100644 index 0000000000000000000000000000000000000000..cf6ee0aec9cb00471251e7aa54983f4adcb34760 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f536668d18caf40503b435db6af5448a1ac39a7dc15dd611797842e9ac1ecf8 +size 488790 diff --git a/perception/image_level_comprehension/scene_classification/images/1979.png b/perception/image_level_comprehension/scene_classification/images/1979.png new file mode 100644 index 0000000000000000000000000000000000000000..deeb3815a58a2d0121826eb11d70b1cf0a2c2f64 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95e393ca56ad3ea3cbd18d3f7006d2b993986c7c3c9f6bf3f50c8eda2d574b4 +size 546450 diff --git a/perception/image_level_comprehension/scene_classification/images/198.png b/perception/image_level_comprehension/scene_classification/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d7fce112bc3acc238991e205b5f3f563678e42 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d2d5d7144229b8ebbcaf937a77dc1832b13b02951f8a8aa85b40ab302f1cba +size 330680 diff --git a/perception/image_level_comprehension/scene_classification/images/1980.png b/perception/image_level_comprehension/scene_classification/images/1980.png new file mode 100644 index 0000000000000000000000000000000000000000..83bbddad4f94e5f5ed8a4953bad1dda0f4984271 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1170dafb1a7103d849186256fb1444a62e0eca95a98ab20b85d2b444da0d7b07 +size 402238 diff --git a/perception/image_level_comprehension/scene_classification/images/1981.png b/perception/image_level_comprehension/scene_classification/images/1981.png new file mode 100644 index 0000000000000000000000000000000000000000..f617a81e1436fcfa20595315a9edf6d06e8ba334 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e46ca55b441cb00be5b5b8d40a3448b73f93d1c19e775c3b3959b9aac4ab48f +size 541570 diff --git a/perception/image_level_comprehension/scene_classification/images/1982.png b/perception/image_level_comprehension/scene_classification/images/1982.png new file mode 100644 index 0000000000000000000000000000000000000000..f24a511621467e3ee390a25817026d34fae2c66c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1982.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9aae314340a2718cd1e31fcc9d28c91152e92ad1f1c9db97470bcec40ac3f3 +size 518784 diff --git a/perception/image_level_comprehension/scene_classification/images/1983.png b/perception/image_level_comprehension/scene_classification/images/1983.png new file mode 100644 index 0000000000000000000000000000000000000000..e0638dc2ff9909a5f67a15179a0f18c5c6e51c85 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9945c169918b64279604e9956462d1a787e1ec78a110b2b8211b99cf2c3f922 +size 536570 diff --git a/perception/image_level_comprehension/scene_classification/images/1984.png b/perception/image_level_comprehension/scene_classification/images/1984.png new file mode 100644 index 0000000000000000000000000000000000000000..ceed005930841202448e1c30785b6f6a8e443ac2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cbbbcde639e2c1fd1630eb67c1d93548e73e9bde321a764299051788f4e198 +size 561164 diff --git a/perception/image_level_comprehension/scene_classification/images/1985.png b/perception/image_level_comprehension/scene_classification/images/1985.png new file mode 100644 index 0000000000000000000000000000000000000000..60cfc1d6610323aa2f6f710a67f6cff1f5aa01b8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e098d9a98ec68544c04b4418aaa8eb6808dc7519c9cd8abd16ab7244f24cd1a +size 607712 diff --git a/perception/image_level_comprehension/scene_classification/images/1986.png b/perception/image_level_comprehension/scene_classification/images/1986.png new file mode 100644 index 0000000000000000000000000000000000000000..4524995ef1f6b8c1a8e12c47726fe58e526fcffb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659bd1745fc6aec5c8d892484e38ca1cab7a85ee408fe50c3844640e353dba18 +size 510228 diff --git a/perception/image_level_comprehension/scene_classification/images/1987.png b/perception/image_level_comprehension/scene_classification/images/1987.png new file mode 100644 index 0000000000000000000000000000000000000000..2e434fdd2fbe38a0d5677b2df2329d7cf55ea53c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1987.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5945e087cf2f14faba67ae9cc9b6494441cc1a7fb485b6056fc4a5a7bdfa3b +size 525199 diff --git a/perception/image_level_comprehension/scene_classification/images/1988.png b/perception/image_level_comprehension/scene_classification/images/1988.png new file mode 100644 index 0000000000000000000000000000000000000000..213dc77658fc99b7370d1b26168e0d11c49df60b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701df435c5c18a4fa1e4fa4fdb1947d43a7fa58b421297a28bac8c973ff482a5 +size 484989 diff --git a/perception/image_level_comprehension/scene_classification/images/1989.png b/perception/image_level_comprehension/scene_classification/images/1989.png new file mode 100644 index 0000000000000000000000000000000000000000..b70875909a7736a62c21755a2192b77b606ee5a3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7602247bd5153a218c96ab954f482a7f36001aad5a42d2e0709fcec86ac341a3 +size 544428 diff --git a/perception/image_level_comprehension/scene_classification/images/199.png b/perception/image_level_comprehension/scene_classification/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..eefa199f8c824107aeacbba4dbf24dffa83b6278 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625dad331cef78f9bb62242e8250f9c4c811349f3742d9481db8b312d93135ee +size 284653 diff --git a/perception/image_level_comprehension/scene_classification/images/1990.png b/perception/image_level_comprehension/scene_classification/images/1990.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1f24c9ef8391c799729e43ced506c8963e70ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfbf6f0de6c24daa1fe4d56824047ee45c586b8c8b628a08e7e61338511fe76 +size 573832 diff --git a/perception/image_level_comprehension/scene_classification/images/1991.png b/perception/image_level_comprehension/scene_classification/images/1991.png new file mode 100644 index 0000000000000000000000000000000000000000..9a39e2c4246cb680ea8000971cd073e563ebb606 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2571723f160a49eca1a31071b7a5f38c91d76d140327e0357ca654eb9412bffb +size 595657 diff --git a/perception/image_level_comprehension/scene_classification/images/1992.png b/perception/image_level_comprehension/scene_classification/images/1992.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3a99f7e7f982fa546bcd88c8eed66755828705 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe2a1f30350db67bf600602c6e88822627f8a6cf414af4df041257d9786d28d +size 525719 diff --git a/perception/image_level_comprehension/scene_classification/images/1993.png b/perception/image_level_comprehension/scene_classification/images/1993.png new file mode 100644 index 0000000000000000000000000000000000000000..3ff3a0114ee3674464e6808e3a31c912e584e4bf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1993.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aba4e9090a7aa2d7d726cd51e6247aa1b27ff52111baa56efd3200cb1fbf8d5 +size 556868 diff --git a/perception/image_level_comprehension/scene_classification/images/1994.png b/perception/image_level_comprehension/scene_classification/images/1994.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ef6bca13ac1824c14c6e899f81bebb300c2d61 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1994.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b939222f1f52956248a25125602cbda52e6febb4b1a4b46a6e3f47ef7f38c1cf +size 525531 diff --git a/perception/image_level_comprehension/scene_classification/images/1995.png b/perception/image_level_comprehension/scene_classification/images/1995.png new file mode 100644 index 0000000000000000000000000000000000000000..3803bf747f84280150a7111b17bbaf87a09048f9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1995.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092532e820ff7e949bcbba9efcb185f4089092425fcf07d63192b25adf018dc5 +size 607624 diff --git a/perception/image_level_comprehension/scene_classification/images/1996.png b/perception/image_level_comprehension/scene_classification/images/1996.png new file mode 100644 index 0000000000000000000000000000000000000000..41eb3f187e2faf9b2cb99e4fce8fdd2de0cf3497 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddc58bac06b089c94481f7732eb2b62a364ac5184f5b2a6639869fa6a38e462 +size 618140 diff --git a/perception/image_level_comprehension/scene_classification/images/1997.png b/perception/image_level_comprehension/scene_classification/images/1997.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf1f708577d106497520178e5bd6e80df175a62 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1997.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5ff5f573dec497f01bca2695365f23f4211c9e50e2d9d9a550a4b4c506c4a6 +size 465337 diff --git a/perception/image_level_comprehension/scene_classification/images/1998.png b/perception/image_level_comprehension/scene_classification/images/1998.png new file mode 100644 index 0000000000000000000000000000000000000000..92e64c761c6203cf8ccd065dfb88912868d0d6ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafaec27df0609590a5835ea8ce92734b004fb2b13fb5f05506fe4c7e7fd5e2c +size 560403 diff --git a/perception/image_level_comprehension/scene_classification/images/1999.png b/perception/image_level_comprehension/scene_classification/images/1999.png new file mode 100644 index 0000000000000000000000000000000000000000..a9986a6481de3f8fa224656ba212528582527bbf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/1999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55e75e57cbb23e8fbf35389b63f20d7fddd2bb653d4f7edb046c39220f9b823 +size 580089 diff --git a/perception/image_level_comprehension/scene_classification/images/2.png b/perception/image_level_comprehension/scene_classification/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..38d58d25e9df2a1e3aca8e0e392364e508bcbce1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca174e916cb7d65e4f7bf937a7c94d406501367f12a8d5ab5dcaad57004f4fd +size 227485 diff --git a/perception/image_level_comprehension/scene_classification/images/20.png b/perception/image_level_comprehension/scene_classification/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..64157d9ff9f4710915d1cbfd277959ad20c900e3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d914f715e534ce55ba9268de2dad106ce98738237f21c687e4f725086b5ebce +size 494726 diff --git a/perception/image_level_comprehension/scene_classification/images/200.png b/perception/image_level_comprehension/scene_classification/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..a38eb7efbe5f09339e64bf2d5b9b55d46e18b9c7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7299c137a4e2a0436d8f11179574fce0e751cdc7095238751f6ce6c5f692d9 +size 316789 diff --git a/perception/image_level_comprehension/scene_classification/images/2000.png b/perception/image_level_comprehension/scene_classification/images/2000.png new file mode 100644 index 0000000000000000000000000000000000000000..929a081956d3a49e4c8c7af925e907ff7280b9a0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/2000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e63e334c8381187bcee77cbd838e310d35960a40bd61a3d1cc49ec044f145d6 +size 610556 diff --git a/perception/image_level_comprehension/scene_classification/images/201.png b/perception/image_level_comprehension/scene_classification/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..9ffc1ed0368893a34005b8dc0eb3373c71208993 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bd52eabd6063444fff9fc62aa7a62543fbfe08f995d054634ca92114072630 +size 359992 diff --git a/perception/image_level_comprehension/scene_classification/images/202.png b/perception/image_level_comprehension/scene_classification/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ef39cfce0c1b3fc09833ca4ceae402bdee45cf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ee9972f671c8edb2a1482fadcf455b72a034a14bf7765641e6ba8946b78c3b +size 434709 diff --git a/perception/image_level_comprehension/scene_classification/images/203.png b/perception/image_level_comprehension/scene_classification/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a2d2bd1d0441ae1a93b4d88751273a8345cd11 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e635c7da21a199d0fcd5c821756d3574153917de12a418d88392bd320e15faf0 +size 491374 diff --git a/perception/image_level_comprehension/scene_classification/images/204.png b/perception/image_level_comprehension/scene_classification/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..5cfb273258a200b777b0d4aed802da9abac44b43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f43895e42bb57a69459bcfd9dcbc4a9d1ed093cf3a48790b21173161a3cbc7 +size 221076 diff --git a/perception/image_level_comprehension/scene_classification/images/205.png b/perception/image_level_comprehension/scene_classification/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7579d01f26942c57f1ca1062414f7262e3c28f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb035e4fac5ce927afa5385f2fd19f5a91f376f0d442a74e721bcb519a24cfe +size 315287 diff --git a/perception/image_level_comprehension/scene_classification/images/206.png b/perception/image_level_comprehension/scene_classification/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..613aa65fa8fec56e89cd49ca194091606d7b33e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1dddc4212e9ae425292d0246e236bde0f8f41d08cc7d5081228e05b4e27ad7 +size 311789 diff --git a/perception/image_level_comprehension/scene_classification/images/207.png b/perception/image_level_comprehension/scene_classification/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e4d554a30f6f3965fbeb615155cffc60e4962f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8e4e310a01f3bd73a516ceef01e8565f4cbad95b80ccdd7c639e6b3e3933ca +size 383056 diff --git a/perception/image_level_comprehension/scene_classification/images/208.png b/perception/image_level_comprehension/scene_classification/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..cdfcc4b4141e4312bdc519b40dcc1bc52fd48c04 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bf9e87af407d7de6eb86832feb6c04683d231f542cb6dfdaa26cbaf720527c +size 537483 diff --git a/perception/image_level_comprehension/scene_classification/images/209.png b/perception/image_level_comprehension/scene_classification/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1177b2760a838d4846b67a69cc1e891807d5fa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece1868ced502bc3da4a1c7f715828d4f6a71b226074af6264a7680d24150317 +size 515036 diff --git a/perception/image_level_comprehension/scene_classification/images/21.png b/perception/image_level_comprehension/scene_classification/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..339f9fc173f76ee0f969cb63df943f5bf56259e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934c9eacb706697f4273e9a279e7d789c0cf34f564a0576565042b24ddf6896b +size 325535 diff --git a/perception/image_level_comprehension/scene_classification/images/210.png b/perception/image_level_comprehension/scene_classification/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..071416b863ba391baa3f6c52342ecf2dc130e5f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8cb700972623cc48b2d86262abdda3be96c13a92089b42257e4656be3e14c3 +size 360712 diff --git a/perception/image_level_comprehension/scene_classification/images/211.png b/perception/image_level_comprehension/scene_classification/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..69b02b00359290c5a7685a25b5dfd1a0c706d261 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8831c83ee622a192599cac7e59a597a6aa267dd55a809e4039a438332ff7ddce +size 223881 diff --git a/perception/image_level_comprehension/scene_classification/images/212.png b/perception/image_level_comprehension/scene_classification/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..3c155f1ecbe1dda406936fc25749d9e0a60b023d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03142b1d59a8ea13e7ee571d6968f3b3ae42699871250661999ea0f85e8cc9c +size 249339 diff --git a/perception/image_level_comprehension/scene_classification/images/213.png b/perception/image_level_comprehension/scene_classification/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..69fa404fcf7ee3cc53d8897d546f729d2de02645 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18676fc0355bb6957b7ff5b6a09ec7d54f2d9a42b01d6b2c3fbd29cdd3f9ef2 +size 180564 diff --git a/perception/image_level_comprehension/scene_classification/images/214.png b/perception/image_level_comprehension/scene_classification/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..fd02b0c87a1b25c3684f43e6bfe0ce333620eeb8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d4d706adc44c005f6492a5aad903285ef0b10d0e49ccf9e1dab3870cbcc7c8 +size 140561 diff --git a/perception/image_level_comprehension/scene_classification/images/215.png b/perception/image_level_comprehension/scene_classification/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..3c187567cce0c7a27e7d4861bbfec074fd325c4d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f351c6183ab8c4ca73589bac54e8448080122b0842f23f9990f20e5adffea923 +size 383284 diff --git a/perception/image_level_comprehension/scene_classification/images/216.png b/perception/image_level_comprehension/scene_classification/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..24a6b1ed2125f62ea461b519d82ab6d999135272 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa98167f186c206eb332b2e506612bb611d7d26aaa0c1621bd0ca27a96599b1 +size 435066 diff --git a/perception/image_level_comprehension/scene_classification/images/217.png b/perception/image_level_comprehension/scene_classification/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..4e50db35730d4f3752191e8729bf2c26fe2653e4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f946ed7aac6a201190abf9823d8cf1d76ca83c6dc05948092135a7a8b866b3 +size 436436 diff --git a/perception/image_level_comprehension/scene_classification/images/218.png b/perception/image_level_comprehension/scene_classification/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..923abdd8c038e40bea63ebb8c72df5dd8becc55b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1916a7195bf5930053875da147ebe2cf422d4340b7dd67951942f1289c8d36af +size 419540 diff --git a/perception/image_level_comprehension/scene_classification/images/219.png b/perception/image_level_comprehension/scene_classification/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..57626e97caedc843c12eda10130389ff44ec86d2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3a570c28dfd1a30105217c8104b34267b36ef60b3a3f2f183eefd94b52555a +size 423915 diff --git a/perception/image_level_comprehension/scene_classification/images/22.png b/perception/image_level_comprehension/scene_classification/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..af9c7031c815effed1b1b2dc585324e2ced01837 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8073d98d5be25a907357a19289ec207a1b8203ce0b5a7c80d770523320994379 +size 476860 diff --git a/perception/image_level_comprehension/scene_classification/images/220.png b/perception/image_level_comprehension/scene_classification/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..149ea7749e19312ea8e681ada9fdc3330fceeeed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5f9a0c9612a53044d064ba3b3c13175c7dee4c640df430b848ea9f822f1015 +size 434994 diff --git a/perception/image_level_comprehension/scene_classification/images/221.png b/perception/image_level_comprehension/scene_classification/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..78d91c22d06c8e321ca4e4bc817c6f8ccca364b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6395a2495838508484c1b851e72a460b8f263a59757c558ce589e30d09a9236c +size 468048 diff --git a/perception/image_level_comprehension/scene_classification/images/222.png b/perception/image_level_comprehension/scene_classification/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..731e9a0a26a2c78e01392e1aab14f845e643a651 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81d91cddbaefd968087e4ce10eae1a0f7a3bcc5a93aaa0b956e18c5339c880c +size 305955 diff --git a/perception/image_level_comprehension/scene_classification/images/223.png b/perception/image_level_comprehension/scene_classification/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed95cda70db99858d59da8cbc217454cedca1eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808f1d3e75688a690432c5f06c26b29da39dc141f558728eca50bd1533e1b47c +size 329133 diff --git a/perception/image_level_comprehension/scene_classification/images/224.png b/perception/image_level_comprehension/scene_classification/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..684fbe5e89c36d9894eeb8b728ef18171978af30 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6491a9fb67e652e0b3137e1fb846102b24027dd1bbdbe4e172946af4fc26d6 +size 348472 diff --git a/perception/image_level_comprehension/scene_classification/images/225.png b/perception/image_level_comprehension/scene_classification/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..d52f74389fa91cf8e16238f07cf79cd0c1dc19ff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5a20a582e90748cc002649bddf730442cb8bcb6d5a9bc4ce3c83187c7cd9b2 +size 404229 diff --git a/perception/image_level_comprehension/scene_classification/images/226.png b/perception/image_level_comprehension/scene_classification/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..f23b27b3b8b0649afc1fe6f2e20534c8dfa71a98 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7e96472daf4feda4f19d762dcb28356ef8ead4e9a6b34a7b83407612166c5a +size 470346 diff --git a/perception/image_level_comprehension/scene_classification/images/227.png b/perception/image_level_comprehension/scene_classification/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..03f756a1eec52413ebaf0125950d2ad94045b650 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402e43333c0c6e791a22989084182394bb26d3bfed0206a6d9ebda995f3c5cdf +size 495016 diff --git a/perception/image_level_comprehension/scene_classification/images/228.png b/perception/image_level_comprehension/scene_classification/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c8dee8a19333b5a9af49926266836031fb4df1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77990619cb1c588912be2535931bba67c6be3304b307bc5395d4ce24fabc66b +size 344317 diff --git a/perception/image_level_comprehension/scene_classification/images/229.png b/perception/image_level_comprehension/scene_classification/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..d826e31c6e7583201fc933710ee37d7cf2a20e43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d00effc4d3fd4012a832b9d8607497ac359efdba0c75dbeb83a2a70d0789f74 +size 406649 diff --git a/perception/image_level_comprehension/scene_classification/images/23.png b/perception/image_level_comprehension/scene_classification/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..869e28b4356a17176ce79cc0305611fd91005603 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679d9c475530dae869a6e2b1206d5f46382b78dcb7ad9117c4a391a3d5f9003e +size 252103 diff --git a/perception/image_level_comprehension/scene_classification/images/230.png b/perception/image_level_comprehension/scene_classification/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc857365116a903ba30cf836c7f7631481fda5d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd799ff7144476431200b1f38f6d2cafd055a5323d7b2b7f5914527821f61a79 +size 367996 diff --git a/perception/image_level_comprehension/scene_classification/images/231.png b/perception/image_level_comprehension/scene_classification/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..e5de532eda45df6f40676ac547e8cbe4988d1873 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3c6a44886341c16b8a27fb3539cedbc0bfd623ea289201d33e5250d6e4a8ba +size 547085 diff --git a/perception/image_level_comprehension/scene_classification/images/232.png b/perception/image_level_comprehension/scene_classification/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..7b47a04295a04a3e513f3dc6a531333bcf09319d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877891d2e7d7ca9c68f957f0aee52becfbee51cd1f1ee1bd9ba225f40c83483f +size 332139 diff --git a/perception/image_level_comprehension/scene_classification/images/233.png b/perception/image_level_comprehension/scene_classification/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..877c3c1239de34412137d839752cd763d3b95819 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68daeff12ed5c6665db5d098488c311aab93a84abaddd6d429ffb73cd35ecdb4 +size 388160 diff --git a/perception/image_level_comprehension/scene_classification/images/234.png b/perception/image_level_comprehension/scene_classification/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..d76449ce91159c9f1e07e2d38f0dc6dd404a3465 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191367c7d7b07cff4e4db17a124e084f2ebf3cdcabca23e398001b95b7753b22 +size 378272 diff --git a/perception/image_level_comprehension/scene_classification/images/235.png b/perception/image_level_comprehension/scene_classification/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..03ab1109c3bafc2acfc3b27e07e50703b54ce8f1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db80d7811b3d6f275a523c5ac8507ad601ad4e64af4b65986e9a3f7b3c1c8228 +size 330653 diff --git a/perception/image_level_comprehension/scene_classification/images/236.png b/perception/image_level_comprehension/scene_classification/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d503235fc2ee920dbe68aaa1f45a7b57837612 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a9dfafe6dc85f55d60b29a7ba288f136779732c5a8c5db2970dcd144f556d6 +size 372896 diff --git a/perception/image_level_comprehension/scene_classification/images/237.png b/perception/image_level_comprehension/scene_classification/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..74b3d74e9d255be7ad735262505473a7ce877615 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fc996df02048d53fdca4d9ebeb2ee8471e692e30f40a68db8205e00ee1b081 +size 467839 diff --git a/perception/image_level_comprehension/scene_classification/images/238.png b/perception/image_level_comprehension/scene_classification/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..5985620fd55d5b958a2f9f3be8101e8d43f1a85b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a802be02c1bd3a28300384d093128c378938a0965de2802ece763ee64235ea2 +size 289751 diff --git a/perception/image_level_comprehension/scene_classification/images/239.png b/perception/image_level_comprehension/scene_classification/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..58e5e3093f963c46765f255e87c1a916b0851bc6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f259c622c4abe18faf67fb73f1ccb7087524365f20cf3bf262eb11c25c4c2f5b +size 280248 diff --git a/perception/image_level_comprehension/scene_classification/images/24.png b/perception/image_level_comprehension/scene_classification/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..74a552c6f937a28d35a3fdffd377c517e453d8d6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ce9fd88ac20fba4b37a4814791c3aa07b4a57524aad079fff1fd3c2fb043de +size 452200 diff --git a/perception/image_level_comprehension/scene_classification/images/240.png b/perception/image_level_comprehension/scene_classification/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..d24fea6db940a840ed9a8ce87151d1b34741f0e9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037e07caf51902520cb2ad94190820c1297a786862b363758e35c86314cf7dfd +size 274567 diff --git a/perception/image_level_comprehension/scene_classification/images/241.png b/perception/image_level_comprehension/scene_classification/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..85230ed92a0935b657ebbe8366364a7357a3d503 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7febb28048205f5f14667a9774abfe2d4e5038fed10e21a3873fd2febae696 +size 514854 diff --git a/perception/image_level_comprehension/scene_classification/images/242.png b/perception/image_level_comprehension/scene_classification/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..aa121e77ea53cc09aeedd87eeeb1a1f52e3d76c7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d1699e63df14a86c457a88e2c832a881db5341ced439e2f0597d70e8e74ab2 +size 355497 diff --git a/perception/image_level_comprehension/scene_classification/images/243.png b/perception/image_level_comprehension/scene_classification/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..0067904b7892cb605a307dbefcc4c01969ae9687 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b0bfdec09034eb6d3210f4bf18dc443d5973316022b654c4854d3242c64ce1 +size 336941 diff --git a/perception/image_level_comprehension/scene_classification/images/244.png b/perception/image_level_comprehension/scene_classification/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..74e8e99e9a88b99ba1d38485a8b011b8a861be91 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1d5183427974c09e33573d559a32233de4d0aa420a87b88dd88765465ce2a3 +size 510332 diff --git a/perception/image_level_comprehension/scene_classification/images/245.png b/perception/image_level_comprehension/scene_classification/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..02fa88c437729528d427c0fd95886b9eef7a129d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820394e9a1ee3e87d9f01a2f3bc9a770bde4aa86b0b33d963ba22ae56be49eec +size 420315 diff --git a/perception/image_level_comprehension/scene_classification/images/246.png b/perception/image_level_comprehension/scene_classification/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..68fa3809ab1fd9fc3b9597723af9241e2fa307e3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d180068a5a8bded563856f926bb4caf324a28674e4cede528845d87ac8efddfb +size 436234 diff --git a/perception/image_level_comprehension/scene_classification/images/247.png b/perception/image_level_comprehension/scene_classification/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..75ea62b2131a6d2a2cbb8f55992681d24c4eb456 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20832ac87b50da395a8f9635563f11190ec163d18d28fc7ed52158db18cb39b3 +size 441788 diff --git a/perception/image_level_comprehension/scene_classification/images/248.png b/perception/image_level_comprehension/scene_classification/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..20124c7a5a233cbbcbd6fc91cde7d8b35d8f7ddb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39340d0e67f15bd661456edda300664051462a37112324370fb28f6b17f4b468 +size 335503 diff --git a/perception/image_level_comprehension/scene_classification/images/249.png b/perception/image_level_comprehension/scene_classification/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb7f38a7b54d3d3959f35b71caa8bd9391d6c73 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b92b481670e2d66bf975a2c8c6b9276d1814356e3df1669a6bd3ec85b1d6bf +size 428295 diff --git a/perception/image_level_comprehension/scene_classification/images/25.png b/perception/image_level_comprehension/scene_classification/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..502d448555c14bff37ffc517761277e1f5d035e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02eaf7d1e66774fd890b7f7f6cc0cd5da1ea337cdc43d5b967cb848c909ad0d9 +size 213185 diff --git a/perception/image_level_comprehension/scene_classification/images/250.png b/perception/image_level_comprehension/scene_classification/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..a92b851ac0f04265473636df575b2298d1dfe463 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8da646202e57ae36665a73ae0af1b8e0f8d919adb6ec73d2612b01dc5d6541 +size 548678 diff --git a/perception/image_level_comprehension/scene_classification/images/251.png b/perception/image_level_comprehension/scene_classification/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..a01fda619c54d8154b28624344e81877abea6978 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914d8b2abe24b1aa080d676876f9f3d5462e9ff0d52788cb83bdef0a7ffdae60 +size 394626 diff --git a/perception/image_level_comprehension/scene_classification/images/252.png b/perception/image_level_comprehension/scene_classification/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..af0cc09bb86a599cf104878c53a90e34b6318465 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7a48979e7749fdfff467da9fe07346a7175984a1f7d32fd70473dd853a0286 +size 426148 diff --git a/perception/image_level_comprehension/scene_classification/images/253.png b/perception/image_level_comprehension/scene_classification/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..c87ba7ec5372fae7756a9c0deaac0d26cde1ebbc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d599b8c09fed7d9b32d62aed7a023261982e75a8331f676d9a2a3cd8fbe8b3 +size 353937 diff --git a/perception/image_level_comprehension/scene_classification/images/254.png b/perception/image_level_comprehension/scene_classification/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..4b0c113f88c454f21d88e84fff95f109c30663ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f75134f2e907299d1c5f54386a88652bf968ca655912c18ac49585055fb23c +size 473079 diff --git a/perception/image_level_comprehension/scene_classification/images/255.png b/perception/image_level_comprehension/scene_classification/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..df3211ffc2a88d88e12505a75037a4f9d3eeae71 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d039523b3252872855748e6fd5a5977bf17c163802a90d61328429e46751da43 +size 235478 diff --git a/perception/image_level_comprehension/scene_classification/images/256.png b/perception/image_level_comprehension/scene_classification/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..11a3b2d46269eb395489af44f06b9095aa4091d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9640edfbeb8df0cc0646c8dd50b1c9da8967e7cdfd609264b9ce7fe9dca0d1 +size 254381 diff --git a/perception/image_level_comprehension/scene_classification/images/257.png b/perception/image_level_comprehension/scene_classification/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6c6b59c6684d06baed19d37e7fa2c63b34baf8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f85ecd637387f065856eaca8a194b243ebaf1f31b5807dac25080cf9f1b014 +size 126871 diff --git a/perception/image_level_comprehension/scene_classification/images/258.png b/perception/image_level_comprehension/scene_classification/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..0a409645b1b8476f1d30299f99f2baa439b93f77 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7b1c3ec22214e1e7aa65a035fdadfdd913ba9a7ffc907467599e9158fce12f +size 280683 diff --git a/perception/image_level_comprehension/scene_classification/images/259.png b/perception/image_level_comprehension/scene_classification/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..3601e061bda4d4290a8d407c7551c75ddc5fddca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72a9e7c699dd74bc9f77466cbda5f47d5bca8a2671bd5a7ad9e80ea71ac7634 +size 114906 diff --git a/perception/image_level_comprehension/scene_classification/images/26.png b/perception/image_level_comprehension/scene_classification/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..832e1d23ed45024d6b4ad071a3f93a01820f8af5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7865a2b95a9b6b16d28f0a5a1ef1859f46166ebba73d193c38c88d91daa665 +size 283155 diff --git a/perception/image_level_comprehension/scene_classification/images/260.png b/perception/image_level_comprehension/scene_classification/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..7880f01a6536b677b38b54bc502fc30ac9b2fa2b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5aa4f469642abb04efd6de440b34ff11733067fb22547b608232da929683a73 +size 527331 diff --git a/perception/image_level_comprehension/scene_classification/images/261.png b/perception/image_level_comprehension/scene_classification/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..654692a1e051888194b6acc4a0dc06d7b4e0e9bb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49312fcf28a33d724da413af5a32f9148320db1b7f635c8b350430b60a484c6a +size 168055 diff --git a/perception/image_level_comprehension/scene_classification/images/262.png b/perception/image_level_comprehension/scene_classification/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..8527ee69c25481999cc729a8143e86d023525c7b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab891f470f00265bb1abadfab4dcdfaed2121909c696d96c7d0580557b26cd9 +size 338102 diff --git a/perception/image_level_comprehension/scene_classification/images/263.png b/perception/image_level_comprehension/scene_classification/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..4da9b8174cef86dca62a2340027884638effa181 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0a67ba6a357f0020cb6219323ff799e39b5be779bc3c24f31abdfd31276914 +size 269198 diff --git a/perception/image_level_comprehension/scene_classification/images/264.png b/perception/image_level_comprehension/scene_classification/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..d1a49bf05cc7ae931e4203704d358fbc02ffe1ec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b53e71c1b92d93590f9b3ca558abeaa0b4a1444097ccc20ae57d22c9dd49c5 +size 559794 diff --git a/perception/image_level_comprehension/scene_classification/images/265.png b/perception/image_level_comprehension/scene_classification/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..89bfdb2e4ba1653a1da75abcdd9fe6774a0898d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712fa461954c18b62fb4f0bc226b96e7b95a31528ec347b799815a733aeb6c00 +size 490614 diff --git a/perception/image_level_comprehension/scene_classification/images/266.png b/perception/image_level_comprehension/scene_classification/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..a241b72ebe2323a98407b36bd81b9b1ef53d742d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c6577e7710882bceaf7ecdf20c207ea9b332efd690abb548dec7b569a5644e +size 536796 diff --git a/perception/image_level_comprehension/scene_classification/images/267.png b/perception/image_level_comprehension/scene_classification/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..f675aaacb3f752bb3b72752fef02c17009a9b995 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71da7eba34fb3515407ad3c76714e1eb8092bbefd37007cef7c48bf0b79b115 +size 528367 diff --git a/perception/image_level_comprehension/scene_classification/images/268.png b/perception/image_level_comprehension/scene_classification/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..9c309b3487edc45ed3ec9b0a9e4f868b43cbb28c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c41d9980dd71ad14f1dd8e6df621744d1be177269e04dafae2991d784ab3fb +size 488261 diff --git a/perception/image_level_comprehension/scene_classification/images/269.png b/perception/image_level_comprehension/scene_classification/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..4371bdc8463b96a52b5f84510174e339d75c6188 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bce1a5fb1618e2a821badf80bb167b5fc9a260e03891ae4fe9d905f4df2f3e +size 518146 diff --git a/perception/image_level_comprehension/scene_classification/images/27.png b/perception/image_level_comprehension/scene_classification/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..eff7f7d33f66d422d5eda576b7edb9b7e4869226 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00833da46e7f32b01eda3d63f68c1f5b4aca156863dcf35ae81bdef5cf64a1bb +size 397365 diff --git a/perception/image_level_comprehension/scene_classification/images/270.png b/perception/image_level_comprehension/scene_classification/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..8f2d24d6756aac288127b997013a9d5cf896d3d9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a18f358d00cb3a6241885bf6a2fabfd0cade23a28dfaafa7963737c87f9785 +size 505234 diff --git a/perception/image_level_comprehension/scene_classification/images/271.png b/perception/image_level_comprehension/scene_classification/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b8acd568e3a2a60680760eb075982297c08a9f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fc952c68dd1dfa84c4b8e43f26271e8b5e07998ebb927ba45b6959c305633d +size 449902 diff --git a/perception/image_level_comprehension/scene_classification/images/272.png b/perception/image_level_comprehension/scene_classification/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..92d99e1c9e3173a42ffc7aa2521f492217dc8551 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6835e36f32bc8bcb6ce48d0ffbc6c2f82c89ea924baf47a3f243bbef211b76 +size 519046 diff --git a/perception/image_level_comprehension/scene_classification/images/273.png b/perception/image_level_comprehension/scene_classification/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..1c7b9acea87773216e1dff7ef2d890b14e1f1ef0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3228cbff2eb745036ad6627ecf80ebf0cf5763071396c112748c310f1655b7 +size 503128 diff --git a/perception/image_level_comprehension/scene_classification/images/274.png b/perception/image_level_comprehension/scene_classification/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..3f61070f16b606d52b727c1076ed0f27cee85183 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6427e37b83a3d3ff3464e20e000c97d8ade49a0233263192728e47f0ae8ff5 +size 474732 diff --git a/perception/image_level_comprehension/scene_classification/images/275.png b/perception/image_level_comprehension/scene_classification/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..0f127c6bd77cadf7b3831c27a1fbfa35754b0dd9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f921e3a0ac6fed93748f91d4b2e88bbbe43e698f619862947838885d2ddf4b4 +size 502044 diff --git a/perception/image_level_comprehension/scene_classification/images/276.png b/perception/image_level_comprehension/scene_classification/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0e4a256493f4cae929afdea9f22dc78e7a8308 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c962019dcd126c56f6ecb5739396194305370b5e5b38b0a1caf6706b8d7a11 +size 204070 diff --git a/perception/image_level_comprehension/scene_classification/images/277.png b/perception/image_level_comprehension/scene_classification/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..0d01548a5342bcf5f58f059d8bdfb9fe5786fe36 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f604c27e04b2d083982e4be9777837d5dafddd7f1494635b457251a9085032c +size 399082 diff --git a/perception/image_level_comprehension/scene_classification/images/278.png b/perception/image_level_comprehension/scene_classification/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..c03831818ea5b8c9e95a72de3993c8d56352dbe3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94f7c68ea99688f3c3ad7f6bc4b0990578472001fcf734616de06f09ae2fb14 +size 292637 diff --git a/perception/image_level_comprehension/scene_classification/images/279.png b/perception/image_level_comprehension/scene_classification/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..0f9caf4ea8782c380ac8cd9628c347a54a4bcabb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab2b8ab7e2521a888bd2851f43d3eb1f544a5f4cbdb46262fb2d28f352d8c3b +size 227272 diff --git a/perception/image_level_comprehension/scene_classification/images/28.png b/perception/image_level_comprehension/scene_classification/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..1e5bea69010a0c7d096857c216bafcbe87e45f9c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b80208728e733d6c41eda9c6ae9d379c6908ff3924aac04fa17e432fe4f53d8 +size 436376 diff --git a/perception/image_level_comprehension/scene_classification/images/280.png b/perception/image_level_comprehension/scene_classification/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..7194ab16ac56b920c73098c14eb7a59be7b78979 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006190fd9bb000996894f54c0e15abe41a9d31b9747485b89a0a981d57e49794 +size 153066 diff --git a/perception/image_level_comprehension/scene_classification/images/281.png b/perception/image_level_comprehension/scene_classification/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..2312139592a63263648ced8ca984586e886169fd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1345d9bb8d76150bea6118f48e273e76456a81d2557bf66f4a4fd864a8710dfe +size 227983 diff --git a/perception/image_level_comprehension/scene_classification/images/282.png b/perception/image_level_comprehension/scene_classification/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..373e374a2be332386b3de0e17518c918e4c72189 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3513b2f46731a6de3cc6a5473268d3d1f3e6f70421a02cb2c81c85e1c19ba04a +size 172255 diff --git a/perception/image_level_comprehension/scene_classification/images/283.png b/perception/image_level_comprehension/scene_classification/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..87a2bc6c03f51339d8abf7f6f6850754b76c1133 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f20de419fdb1601143f44abc47cffe9fe353e376bf9af3216ce7a109e6c814 +size 214745 diff --git a/perception/image_level_comprehension/scene_classification/images/284.png b/perception/image_level_comprehension/scene_classification/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..e66e62acf0d47a70c1acdd3b92a9d0cd0874aa73 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4d7c7d10123d95e0316262acf66d8d34ffb30fb2677329fe57a9c2b34afc56 +size 206711 diff --git a/perception/image_level_comprehension/scene_classification/images/285.png b/perception/image_level_comprehension/scene_classification/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..cd97dc09b999efbe6d32d46912710c587b00d7c8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b0f25b65cdb8ea9313f0dfa63acd5a065d06152cb43b45c6365eac2509bed1 +size 256405 diff --git a/perception/image_level_comprehension/scene_classification/images/286.png b/perception/image_level_comprehension/scene_classification/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..38066f5e80af3b8d2953812c70ac759b5ff367f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8badfda610aca4cd09cc90bf22604f6308c60b0829ae7526712e55c5ba0212dc +size 247869 diff --git a/perception/image_level_comprehension/scene_classification/images/287.png b/perception/image_level_comprehension/scene_classification/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..8c260aa8dd8cae23de0fa06b9b37b22582cc2521 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c5388a4c508dca4049d1922351e11fa9d141ca5c8db1a2567a58d3cbb776e1 +size 468658 diff --git a/perception/image_level_comprehension/scene_classification/images/288.png b/perception/image_level_comprehension/scene_classification/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..34710b5be034f8dc33e79bf921f611282ef375cd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cee2c2042fda2025ac52277d423d817b0bdbfbfe8ba56d8e741ed91236f1e0 +size 190495 diff --git a/perception/image_level_comprehension/scene_classification/images/289.png b/perception/image_level_comprehension/scene_classification/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..a1763b2e7e6033a5a1c068c9625b7cf89daa89df --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1756b9d21fe9c8f655dee9c729370c69ad3fb479f50b184ddd319c516ef53f5 +size 369662 diff --git a/perception/image_level_comprehension/scene_classification/images/29.png b/perception/image_level_comprehension/scene_classification/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..929d7756e0137b087908e72bf0031e22762636d1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfdc230480b1529f9a686292b651636aabc9d6bf7724fd209b665791c5ef7fb +size 416331 diff --git a/perception/image_level_comprehension/scene_classification/images/290.png b/perception/image_level_comprehension/scene_classification/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b64ab070edee01bb2eab4c8bc540481e1d7649 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6a63d975da3cd727b1de0d79c1f489f27fd9abaebbddae75cc3dcf61045e6f +size 253590 diff --git a/perception/image_level_comprehension/scene_classification/images/291.png b/perception/image_level_comprehension/scene_classification/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbed1e1ec435caef63fcfae34d1cb97176e1986 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bed6b447a84306879e40d99f5b10ac7eb935b7152f71bf09337671223d6243 +size 425153 diff --git a/perception/image_level_comprehension/scene_classification/images/292.png b/perception/image_level_comprehension/scene_classification/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..7b0b8ce8eebd2fb5fdbc083142f3d6398cc55cef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebe7d654e075f6251f8cb593a88a5bf5cd8f5e3a91a47b028f0eb0de91cf765 +size 470909 diff --git a/perception/image_level_comprehension/scene_classification/images/293.png b/perception/image_level_comprehension/scene_classification/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..4fad8b9b22eae00aa6854fa2d7a2108e64e549c8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0ded4a03426283b3c7a612bc84e814368467a87bdae4ca3719ded1b9fb60b8 +size 182114 diff --git a/perception/image_level_comprehension/scene_classification/images/294.png b/perception/image_level_comprehension/scene_classification/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..3dd0b4c697b8452b3abfdd639532f886e5a19fb6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6f8a9e29ae38751b2b2bf0af84bae58bd26af2a63a2e8f45c3dd1d312f222a +size 448693 diff --git a/perception/image_level_comprehension/scene_classification/images/295.png b/perception/image_level_comprehension/scene_classification/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..c2924e9e504f11433e26a09600692dffe75d4858 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29470cea127fd569dd0903cb6be13f2e6b87e6a6e1fc0e4bf466647735b76ded +size 518460 diff --git a/perception/image_level_comprehension/scene_classification/images/296.png b/perception/image_level_comprehension/scene_classification/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..d9f457889544573a42625ce31c39246b1010654c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b0476d956049d52cbc6ec6299e4fba37fdf9a10997face85cdd9331945d81a +size 245672 diff --git a/perception/image_level_comprehension/scene_classification/images/297.png b/perception/image_level_comprehension/scene_classification/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..797fe4ccf57e365755f861facb4579d4676a102f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d5b86fa72f29462671ead6e825df8369049f1a389d25a8040b46ddf3f1e67a +size 326238 diff --git a/perception/image_level_comprehension/scene_classification/images/298.png b/perception/image_level_comprehension/scene_classification/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8f7dd337cebdc6a2ccbd3d1da0ca9fcd0dd6d9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330c47ac430e97cc8e8fd5eafeea1b19b356e57d82fb65ee4798b7e23791be94 +size 557220 diff --git a/perception/image_level_comprehension/scene_classification/images/299.png b/perception/image_level_comprehension/scene_classification/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..186d597a5124dc264dc3b4ab8e623e96ed24bb66 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd01a7f950d2d88820d359926b19bcd51c957c39a470267932f316bf2b5d11ea +size 460140 diff --git a/perception/image_level_comprehension/scene_classification/images/3.png b/perception/image_level_comprehension/scene_classification/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1fe2143b00c7cabedc3afa6470657e01fbf0b585 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8694b3f02a40e1a9534b33595f3e59ab5db00e07b1bf8221ad6e0b069b5b01dc +size 222390 diff --git a/perception/image_level_comprehension/scene_classification/images/30.png b/perception/image_level_comprehension/scene_classification/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f4301fdbfc182a7c61921b8ff109964c44c9b8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d28bb0874e21d56f6ea91538f3995d5b05adb8b4fd491d81f850cbefd126e87 +size 345983 diff --git a/perception/image_level_comprehension/scene_classification/images/300.png b/perception/image_level_comprehension/scene_classification/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..aa1e938d1f8c954451b92dacd4811ce290ff9ed0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468286059bad235ae19b7ae47181bbfa31634fc0a41f29d31c0bf370818e4689 +size 329820 diff --git a/perception/image_level_comprehension/scene_classification/images/301.png b/perception/image_level_comprehension/scene_classification/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..547b4437367bf1fb30a01343533b8fe9a9983f5a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1b721c5a4646a5c97a00ee36ed69bfeb67785ed129cb540a9b67e3ee81f4aa +size 533245 diff --git a/perception/image_level_comprehension/scene_classification/images/302.png b/perception/image_level_comprehension/scene_classification/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..3701789134e0f3fee20c58f34c3c24d83f41230a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3ce662bc138c63d736e9535244fc7efc6a94e83ec5fa9c752ce1e52d283405 +size 321908 diff --git a/perception/image_level_comprehension/scene_classification/images/303.png b/perception/image_level_comprehension/scene_classification/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..186721c471c898dfda527d18014493ff59baab2c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755bf3f50d4349c7b58f76cf8eab1c1f29571d42d0654b6bc92d6957e736eb14 +size 191519 diff --git a/perception/image_level_comprehension/scene_classification/images/304.png b/perception/image_level_comprehension/scene_classification/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..273a641a2507b8b988d5b8fdfb8aaf0d0bebaff8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44135dac92aa9f8e756ab09ea8f8b06d3a2601598054dfc0099607e680283b75 +size 487595 diff --git a/perception/image_level_comprehension/scene_classification/images/305.png b/perception/image_level_comprehension/scene_classification/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..77b9ff2258e16d339dbce69c4237732bfa522265 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065b904ae1f3079e0e78dd85a6107bb41370e3a0b45ddab61b5b453cde5eefb3 +size 446620 diff --git a/perception/image_level_comprehension/scene_classification/images/306.png b/perception/image_level_comprehension/scene_classification/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bb52cd63d0c8a675bb77b29b6763df0c0efa2c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2387e6537c7f3acaf8fa4b0d9d1ee4815962778eae34c41195c06ff940ad7ba3 +size 381927 diff --git a/perception/image_level_comprehension/scene_classification/images/307.png b/perception/image_level_comprehension/scene_classification/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e0ac46e860a64e455363a6270b3e804435e881 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351948e84e722588b896065b91751b681f07935c3c3e98bba701833db2350b95 +size 93328 diff --git a/perception/image_level_comprehension/scene_classification/images/308.png b/perception/image_level_comprehension/scene_classification/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..07c3d91d83f2767a371b8af12f552981f0a0b837 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a35a6b66d8eef63b69d48e7b93b5d081463c5315a97e3654c5e9cf9db2b2e9 +size 386676 diff --git a/perception/image_level_comprehension/scene_classification/images/309.png b/perception/image_level_comprehension/scene_classification/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..a67edf7aadf69ba1488ca01cca7ad83907a1db5b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af75a52ebc28870fac175fc6e8711df9b2ace294e6a251b16338cf0923863586 +size 136516 diff --git a/perception/image_level_comprehension/scene_classification/images/31.png b/perception/image_level_comprehension/scene_classification/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..44567110310e82b0e030843243c4af4685d3e271 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7a2773375b717b68e70e7d364b2ad82425c79eca2769fb8f82d7c360a3e5b6 +size 388612 diff --git a/perception/image_level_comprehension/scene_classification/images/310.png b/perception/image_level_comprehension/scene_classification/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf7ed8ad9c6e26a4c9cbc4446e2b35f19f99ab9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c71d60aa50c9032e5ac0d1b6f7b57593f35d66cfaff052333e6205d8018e63a +size 470164 diff --git a/perception/image_level_comprehension/scene_classification/images/311.png b/perception/image_level_comprehension/scene_classification/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..55bd8cbebf7a8296f4c12c659e2a9c2809043ae7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199ba065fb00052e85f736e43832e504936dec2cb4e2a9fab840ad531556b147 +size 313366 diff --git a/perception/image_level_comprehension/scene_classification/images/312.png b/perception/image_level_comprehension/scene_classification/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..ba83645b591023195d8d7710fccc7c7856bf43a1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a72f3591b52f812189c2f50cc4db0bebbad29d1658481c594a0d6492d5c0d87 +size 533061 diff --git a/perception/image_level_comprehension/scene_classification/images/313.png b/perception/image_level_comprehension/scene_classification/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..0957d1fecb027612878790f020c097bd7cffe8db --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ab349a5616aa3e49a6e8a36b25b257437fbaba623b792439f51e07d2be231d +size 307873 diff --git a/perception/image_level_comprehension/scene_classification/images/314.png b/perception/image_level_comprehension/scene_classification/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..436b8b2ad10b835cbac3e24e8b66490048b44cf7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bdb2aa29331146f48774689b4a2e71b61a3d11ee968fcf30d4d02229ce1a25 +size 299439 diff --git a/perception/image_level_comprehension/scene_classification/images/315.png b/perception/image_level_comprehension/scene_classification/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..778141c261458e8332143a55352efcec559318ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c04b115045cdf0b8cba65ecac67f1cbcdaef54e7a88f65d72b7ce96cfbd725d +size 300093 diff --git a/perception/image_level_comprehension/scene_classification/images/316.png b/perception/image_level_comprehension/scene_classification/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1b3461ffd8e8bbe09b0187d5ae233f9b75cdb2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3636d9ba7a9e30590d6efce2d896e5808ab83ec7ee01171cfe811f4ac3396e +size 441479 diff --git a/perception/image_level_comprehension/scene_classification/images/317.png b/perception/image_level_comprehension/scene_classification/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..aabb84073d41f7ef75ef3f31be924e0dbe61297c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204795afe316a0f4b47e186206d7e98b50dd142e39b2ffe47d604b21c1d19a44 +size 288970 diff --git a/perception/image_level_comprehension/scene_classification/images/318.png b/perception/image_level_comprehension/scene_classification/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e6c0481184c546210318116fdec3cb26aec5df --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b88ae50a32be3142161c9b286a64a991877d62533bad0830b69f6308a71c742 +size 265278 diff --git a/perception/image_level_comprehension/scene_classification/images/319.png b/perception/image_level_comprehension/scene_classification/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..81ab45a0211dff45d42c900d095a835f45419ae7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0c565fe68331bad3a532019837b7aeb34bfc2a6ba7f57335aa87f8e880fd4d +size 280441 diff --git a/perception/image_level_comprehension/scene_classification/images/32.png b/perception/image_level_comprehension/scene_classification/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..d9653167b75cf5fcabb6cb5c773c0edf51c67ac2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663823392815acb48f798a0d58801b72f1159378a7a88c3681289781d6ce7c6b +size 338792 diff --git a/perception/image_level_comprehension/scene_classification/images/320.png b/perception/image_level_comprehension/scene_classification/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..a55f31462b5ba2d30941c682589b8f873dfefa5a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e963393491e81d67d9dae0d211717b17416c2275de6c85b48a49c3a800d953 +size 564702 diff --git a/perception/image_level_comprehension/scene_classification/images/321.png b/perception/image_level_comprehension/scene_classification/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..34c5979ebcb2b8eb73965c4b3899637655613ba1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3d345024bb6785a3ee93368e2935f468d01ccdeaaa775ee0fdf956413601cc +size 240623 diff --git a/perception/image_level_comprehension/scene_classification/images/322.png b/perception/image_level_comprehension/scene_classification/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..19bde3667ce9197c62929b20dbfd6b8d428a36fb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11954f353472d0d1c1756b155f4163ca06552a1d6f6bbeb1c16172f344e9bbcc +size 347458 diff --git a/perception/image_level_comprehension/scene_classification/images/323.png b/perception/image_level_comprehension/scene_classification/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..b5cc744ef62bc57842c7d82a4d95e860e74d8569 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bff13d1118c9d8fa67f5f3f78f25bc85610b9641812254c05978cdbc41ace8 +size 255919 diff --git a/perception/image_level_comprehension/scene_classification/images/324.png b/perception/image_level_comprehension/scene_classification/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..ff3d52bce813a73cbcedb3ba8ab01849d2153926 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e354bf4ea33f51e433e845c59951f74bc8797c5b02bdee971948d00dc15bcbc6 +size 499390 diff --git a/perception/image_level_comprehension/scene_classification/images/325.png b/perception/image_level_comprehension/scene_classification/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..1d472df0dd870ce98bb22c4254d5c67d727af154 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cd6ce75ffcabc9102afd65ae1117588f6efec2306099c38bdb7d27ee415862 +size 344640 diff --git a/perception/image_level_comprehension/scene_classification/images/326.png b/perception/image_level_comprehension/scene_classification/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..37744301b9cca6d9be1c441611b9643ed3659832 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bda1870f23a17a7b88fbcdbf7c6f2df03b18dc49c792ce20ceba1cc3d42120c +size 370400 diff --git a/perception/image_level_comprehension/scene_classification/images/327.png b/perception/image_level_comprehension/scene_classification/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..6581fa2a909bf8bf9edef28d382e106d43f26ac4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99c267303b20e37eec9599a5703950050c84655fa320cea0d75d8077f5cf871 +size 423236 diff --git a/perception/image_level_comprehension/scene_classification/images/328.png b/perception/image_level_comprehension/scene_classification/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..ab5ee8ac20ddad31774902f4a3ef1f4c858524d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf7c2f147d00b60e5752b7622b8b4263fd22d23351596860128c9e3ef56d6ea +size 394432 diff --git a/perception/image_level_comprehension/scene_classification/images/329.png b/perception/image_level_comprehension/scene_classification/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f4145ef6dbae9cb090a9f71f783d18e4f15dd3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ef9f7f6793acdf818cbc9425dd452bb42670c90b833ea68d3a10db5eeb51c9 +size 460111 diff --git a/perception/image_level_comprehension/scene_classification/images/33.png b/perception/image_level_comprehension/scene_classification/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..784d5a408ee736583be20270251e65c6920919b8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be2615acdad553946bc3c44869e65ecefc2cf23eed32e17973477f0fecd48cd +size 351496 diff --git a/perception/image_level_comprehension/scene_classification/images/330.png b/perception/image_level_comprehension/scene_classification/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..669d9c7bc47bc34ca5252fdfda71486895f3c844 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25ce7f9f5ff4f910e32ce2e907922dd0e03ec8607114b05a703af3b5ed7b08a +size 437972 diff --git a/perception/image_level_comprehension/scene_classification/images/331.png b/perception/image_level_comprehension/scene_classification/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c16d66c4af366e8c76fc1e1b271923dd674e84 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d902401b79171ad968c318124be7fce60c16dd2a9b74d944860dc10235db66 +size 385662 diff --git a/perception/image_level_comprehension/scene_classification/images/332.png b/perception/image_level_comprehension/scene_classification/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..803263e15ba411346f41029276fee916cd26cf03 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa88094cc42b9252b01a0fd2b030f92c2a543907d09fb107865ab6f3c40f50ba +size 357047 diff --git a/perception/image_level_comprehension/scene_classification/images/333.png b/perception/image_level_comprehension/scene_classification/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..56cce887a651133ff2c6565b97dd7f81e1875123 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe242f1af3b6f6e8a8df1a55d292b11b1766f4313e6a95c3682c3d49bbd9dff +size 406493 diff --git a/perception/image_level_comprehension/scene_classification/images/334.png b/perception/image_level_comprehension/scene_classification/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..8d73119429b467b96f3f877c6fb4621a1982b3b5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41086316e04c26804f19e21a8364e05dd655f21f510463647d1a8e289b47c8d +size 401324 diff --git a/perception/image_level_comprehension/scene_classification/images/335.png b/perception/image_level_comprehension/scene_classification/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..3b6cb03f1be882c07057689d4d20ff0603b8b75d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98eb05c587258863d678cdc6ca80b1ca40edc030aafce2700802d18ac2d072ab +size 302856 diff --git a/perception/image_level_comprehension/scene_classification/images/336.png b/perception/image_level_comprehension/scene_classification/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..73a985696ac77bfbc0b11d85594837c8608839ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfb8f74c4a1f302827dab8f14db0d656b7a7777f9d3758e7e000a28ff69e482 +size 234295 diff --git a/perception/image_level_comprehension/scene_classification/images/337.png b/perception/image_level_comprehension/scene_classification/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb20f744b3b524d226e58fe2c862bc7dafa1837 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96210d5d912a56afa70fcc5d7464a49de8f7194f165913402d12038fb31de9f6 +size 344557 diff --git a/perception/image_level_comprehension/scene_classification/images/338.png b/perception/image_level_comprehension/scene_classification/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..02ceae11498b681ac9dad713050ca6dd14665ad9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188f5d7dd76e3d24d33980ab3a7b94eb1c3310c8de41b8c0bc9a0ee3257f7f9a +size 375025 diff --git a/perception/image_level_comprehension/scene_classification/images/339.png b/perception/image_level_comprehension/scene_classification/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..166970f0e67af90aee244bcc6bfae8a207ec407e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80b18b563a8a6f5e028d8f83eb365754403abe83de83cd645e6a1ba8fdcb887 +size 331047 diff --git a/perception/image_level_comprehension/scene_classification/images/34.png b/perception/image_level_comprehension/scene_classification/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..044b967d145e3ed391bf32754faa01e2ed4a1e03 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78795246d3384173ebefce1fa9299d104f767f319d3c1a3d8ca3805f61387ea +size 412052 diff --git a/perception/image_level_comprehension/scene_classification/images/340.png b/perception/image_level_comprehension/scene_classification/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ba8f390b351a68edf4df2267ee3f31f7832ea9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b182b7ea8c27c229bd7e611ef8498d27938c7a0a20b3f13a97ac1c13ce737e +size 380903 diff --git a/perception/image_level_comprehension/scene_classification/images/341.png b/perception/image_level_comprehension/scene_classification/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0522140b81b16e1884754c9ef1bf904a3172bb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38266a85bcd84ae3cabacf00dbc22a3a59b6117ee036579652a6873b55df4c48 +size 352579 diff --git a/perception/image_level_comprehension/scene_classification/images/342.png b/perception/image_level_comprehension/scene_classification/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..bee114eeed58ea12b67ca9b02c29c900f8968ebc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2585466f0bb76ca630f312b087c40964ed7d727ed46ce12ca89c98608ad383af +size 464966 diff --git a/perception/image_level_comprehension/scene_classification/images/343.png b/perception/image_level_comprehension/scene_classification/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..1dc69f6e4aa5192ae332521a85f0186578a9fb52 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4887f50595b42e91a716255bc9bfd6db19402103ca197d4cf82f68723d57c3a6 +size 409896 diff --git a/perception/image_level_comprehension/scene_classification/images/344.png b/perception/image_level_comprehension/scene_classification/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..8597d47caa497b6a9affcbae9bb5788cd5ea4787 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae1d15976b0eeb45f7b5bff3bb5be5928187051070d453388f3db2fafac4eb3 +size 435061 diff --git a/perception/image_level_comprehension/scene_classification/images/345.png b/perception/image_level_comprehension/scene_classification/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..514eff04a108187d4a1907f6bb047e117568e4ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab5d65f5de185c947ab025b8a7b25690c6023bd7d79c14e3a5d81f408024022 +size 417092 diff --git a/perception/image_level_comprehension/scene_classification/images/346.png b/perception/image_level_comprehension/scene_classification/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..b80a67c4439fdf6575255bcdf5e841c91b871516 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd97fdbc3b0ce4c979fd37044cf2fb9e5c04d4c1690009e822e431425192f16 +size 441811 diff --git a/perception/image_level_comprehension/scene_classification/images/347.png b/perception/image_level_comprehension/scene_classification/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f930c2c531957da8449d8a6a5981782c712db4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb87afcfbb3dcc41baa1cc4ab3d45b94c00fc35a873469dfa398ad3828e93842 +size 367270 diff --git a/perception/image_level_comprehension/scene_classification/images/348.png b/perception/image_level_comprehension/scene_classification/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..470c3906af2b1702afc81ed23ef6002fc6e6c148 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44f7b7a48d84723c996b5787d665db319a73515da642684bdab3d3977667807 +size 386693 diff --git a/perception/image_level_comprehension/scene_classification/images/349.png b/perception/image_level_comprehension/scene_classification/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..ec719b893af08fc09dfcea15b527465c8f88e0d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e47263c3f133db35bac0bb2a3771d2b86e6d1e66930737ad64a604532f0479 +size 451114 diff --git a/perception/image_level_comprehension/scene_classification/images/35.png b/perception/image_level_comprehension/scene_classification/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..b0150216ba83619a8d509be44d716dfb1a615267 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e4857eb07b684aabde96ba47e3fbfcaa5376f3f146c4dbba5cef929584d03b +size 463308 diff --git a/perception/image_level_comprehension/scene_classification/images/350.png b/perception/image_level_comprehension/scene_classification/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..be295734ab81e03c6a95fe23d5a360b05a5cca3b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c6fb23c8b17d1076e0a98eb56097d08e99345c3dfd3f8b69d2f8ac1809b9b0 +size 440723 diff --git a/perception/image_level_comprehension/scene_classification/images/351.png b/perception/image_level_comprehension/scene_classification/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..a39ee7338d8821f66659750557ea56c483be1305 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0635490298b99e646f6e794e42deccb366364293fe41b3b169abb66f03dafc3 +size 364524 diff --git a/perception/image_level_comprehension/scene_classification/images/352.png b/perception/image_level_comprehension/scene_classification/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..3d178221d4cbc1516c8a0b971627069307367225 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c3cc99952217c376b3efd4b642911042efd89cb37035c687760500f224ef5a +size 400605 diff --git a/perception/image_level_comprehension/scene_classification/images/353.png b/perception/image_level_comprehension/scene_classification/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..996151621f404436e4859a3e69e02b4cfc35c2f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14484d30c4965dbf9fa2c41acc7d26dac20ba8e63fac3f51a41e974af686557 +size 422655 diff --git a/perception/image_level_comprehension/scene_classification/images/354.png b/perception/image_level_comprehension/scene_classification/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..534fda61f89b82e86613378bb003d4fc129b9fdf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b867a3598a86b067ed7916cdabf8e663b82f57e9594a42c9a8b46c02822a62 +size 358480 diff --git a/perception/image_level_comprehension/scene_classification/images/355.png b/perception/image_level_comprehension/scene_classification/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..df98e5344cdb488bb275415272a441fbb2162507 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cc908cc94714fecf87203bfc5255a7f008e3a0e8fbc2248c336d54245a6fcd +size 402266 diff --git a/perception/image_level_comprehension/scene_classification/images/356.png b/perception/image_level_comprehension/scene_classification/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..999a49a574a2c71795be9cba5526bcc8e0e360a0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78084ea05a09fd3c6dde7553abbcca8b6e59914331393b83a902868352b81bd0 +size 410813 diff --git a/perception/image_level_comprehension/scene_classification/images/357.png b/perception/image_level_comprehension/scene_classification/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..0ac949101249d49c08f371478dd283325fc804a1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b4b3ae03ba03514490eb2c4f117789141f5e996d03d9cc32d26dabeb950e0c +size 368016 diff --git a/perception/image_level_comprehension/scene_classification/images/358.png b/perception/image_level_comprehension/scene_classification/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ad6c6b423b0d23d4e5b48221495a6e7bf04ec8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5a523b02b65d2b69b5c591b464be7968b6551e77b696df740e70da04107147 +size 395072 diff --git a/perception/image_level_comprehension/scene_classification/images/359.png b/perception/image_level_comprehension/scene_classification/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..46b84da0e7528baf8b93892641af00ed07edb31e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d96f3a15633b7e746a3015bc29acbb27dbc2ff422cb76c7856e10c73501dd1d +size 394028 diff --git a/perception/image_level_comprehension/scene_classification/images/36.png b/perception/image_level_comprehension/scene_classification/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..13e5b117de2a1a45a6145b159e739ae6ce6b2fdd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b29a0064de6882d6318cb0c735763644b89cfbfba8cdc8d30d3588e0ac1dd4 +size 387828 diff --git a/perception/image_level_comprehension/scene_classification/images/360.png b/perception/image_level_comprehension/scene_classification/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..abff9d6ea3f0f2f04f3e5345bdb4a9d47da8757c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646d5bd5390e24c21fa418a3d859f69ddc68990c75101905561c9dd98b578190 +size 373267 diff --git a/perception/image_level_comprehension/scene_classification/images/361.png b/perception/image_level_comprehension/scene_classification/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f6ca6d01a459dcfea668aec3aa0a4991e6e718 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f35089514510816094d72e2b2f92ed45026ea1d33f272a1bf8eb9aa8f7cde55 +size 379247 diff --git a/perception/image_level_comprehension/scene_classification/images/362.png b/perception/image_level_comprehension/scene_classification/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..3e942312052c573f40f83278bcc7d3945db35b0f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618d80721830d828045547d8b919c46b877b8ce9790b67c7e617e13eff69357d +size 381851 diff --git a/perception/image_level_comprehension/scene_classification/images/363.png b/perception/image_level_comprehension/scene_classification/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..e257cdea60248c95169db2f397f1a60c0e4ac081 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd7772f559161d046f288236c3cb0f0df48f5c8882750149b913a1a8127f27a +size 376417 diff --git a/perception/image_level_comprehension/scene_classification/images/364.png b/perception/image_level_comprehension/scene_classification/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..9526f80a0df2b31d83a228e35b85ef00b92cb0c3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6d56baad82c86d5d0b83c4ce3348ee1736f332708d53122703e3b4df79a40e +size 405385 diff --git a/perception/image_level_comprehension/scene_classification/images/365.png b/perception/image_level_comprehension/scene_classification/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..156714e3564cc502dd3ef497be0c9bb875489a2d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fbdae0fcfbfbbfc030a52f71f41bcb9e519e34104a9323141a7ec4d6403e1a +size 356240 diff --git a/perception/image_level_comprehension/scene_classification/images/366.png b/perception/image_level_comprehension/scene_classification/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..2a3074ab6c7ae4c2d82be60f4fc86b022e186c70 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57022c9f4d423b85f3a6c266bc71fdea63ebaaa3f59e8ec87e5c5fa7571b9af +size 398068 diff --git a/perception/image_level_comprehension/scene_classification/images/367.png b/perception/image_level_comprehension/scene_classification/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a91f9e90613aa4016b884f033c066205d234ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d60f501e298ac88a92a9e887928aedb9d27b64787e956cec96a0a941ca3dd8 +size 459733 diff --git a/perception/image_level_comprehension/scene_classification/images/368.png b/perception/image_level_comprehension/scene_classification/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..76372c15b10daa1ed16e4de4d026eba71958c84b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3832fb596cbe5cc1a27cd6d7cb04aa16abf6f140a6c644ad3c70c7ff6d3112 +size 330585 diff --git a/perception/image_level_comprehension/scene_classification/images/369.png b/perception/image_level_comprehension/scene_classification/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..e48ca0c1252254a934b062914e25b19d17a0e9ab --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f821d51934ca8c7ade2cd5467002adb19cccb6940da95e391dc813990b6f3de +size 347959 diff --git a/perception/image_level_comprehension/scene_classification/images/37.png b/perception/image_level_comprehension/scene_classification/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..a0467bf0c933e3d70e2b781411141e0793008a8f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e483ff5b7ee243f6908cd7a4e634586c36c7baaf2f6743106fe202314f50f093 +size 423150 diff --git a/perception/image_level_comprehension/scene_classification/images/370.png b/perception/image_level_comprehension/scene_classification/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..86c83a3d9a70a0af3ac325915d5b4c6fd422da13 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bdf2cafb2c2895bbe92482e5ea8c6e0e3e01a7fe6df8982d457b406c37691e +size 364773 diff --git a/perception/image_level_comprehension/scene_classification/images/371.png b/perception/image_level_comprehension/scene_classification/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..199ba6fcf07a0bc34a8924896a4c4504f2562141 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327223431eb30806bca257396bc24587893f9d66d348cbe0bb4a49dc976faa4c +size 340105 diff --git a/perception/image_level_comprehension/scene_classification/images/372.png b/perception/image_level_comprehension/scene_classification/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..c9fe367d94f613f75d9cd2f4a352912c55c9f04c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aed9e751009abe120cd489d9913dd3c52ecfe290a9363d68f0afe9d811b47c7 +size 313499 diff --git a/perception/image_level_comprehension/scene_classification/images/373.png b/perception/image_level_comprehension/scene_classification/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..26bdb49388de93e1f9adc83c5cf2f375b2f45f9a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c620024d9b84f73db0a9669fabc761787120417a6769dda9899b223e669bca79 +size 507575 diff --git a/perception/image_level_comprehension/scene_classification/images/374.png b/perception/image_level_comprehension/scene_classification/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..0e75888677d90b10b63497deba1640a9d6d6bf3d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f42b95ad62f48298fc21832bae513da872d0112713c8318f7833ec545e7b41 +size 314915 diff --git a/perception/image_level_comprehension/scene_classification/images/375.png b/perception/image_level_comprehension/scene_classification/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..749d67e0fa73a940c1766a43b14d7177cae4d6f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d3fffa3a00568cf142f7292cbc51372797c3fb3845246465632236809f317f +size 318154 diff --git a/perception/image_level_comprehension/scene_classification/images/376.png b/perception/image_level_comprehension/scene_classification/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..ac685300ab497f2044120693ac65441623ee2c87 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312bcd0c80f0551fa84bf2256d379429aadf8fb5f2dfbccdd8e1ec80e0b1c31f +size 506220 diff --git a/perception/image_level_comprehension/scene_classification/images/377.png b/perception/image_level_comprehension/scene_classification/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..e89eab91691812c81aa95a88aa3eab5831e56a2b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e96992cd3a96f8af028ae98686531fe6d7da2bc188b083297048d121d95c08 +size 503217 diff --git a/perception/image_level_comprehension/scene_classification/images/378.png b/perception/image_level_comprehension/scene_classification/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..15b0e398813246d8610dc7ae55b8b66dd34ea7f0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3410df86f624baa10f1eb6685dd77f9bb7ae4a24b64eecfe1e1fa7ebd61c9fee +size 518630 diff --git a/perception/image_level_comprehension/scene_classification/images/379.png b/perception/image_level_comprehension/scene_classification/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..c207b0ec819e99680564cb8fe4d9e7ce6ec8ad4b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba56868d43c3ea60e9d0d47dceb0fb0967170c99629416248b97c4f3ee18d49e +size 484198 diff --git a/perception/image_level_comprehension/scene_classification/images/38.png b/perception/image_level_comprehension/scene_classification/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..7f1b2d227b0a2dd54e1fe923e22b43d284fdadc4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9974f5674781d9184c07f6140f65ea3a57a977dd78f121f814950bbb35ffe95f +size 395457 diff --git a/perception/image_level_comprehension/scene_classification/images/380.png b/perception/image_level_comprehension/scene_classification/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0bfae347efb30b170ba5f26ba389bf613dfa99 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378b519074eef99c285220379751079275261e6bd67d0aa638623b50c0f0e80c +size 501492 diff --git a/perception/image_level_comprehension/scene_classification/images/381.png b/perception/image_level_comprehension/scene_classification/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..de85d9644f88125be7f7aa3892c65456c9bbe1bf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd63438c7680e6f78f532100ee70d052676b4abb62d5f16b6c77f207e3ef2f80 +size 497717 diff --git a/perception/image_level_comprehension/scene_classification/images/382.png b/perception/image_level_comprehension/scene_classification/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..ac6751f0b37b21ab2fba2eca11e8dabb9c0f4d89 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b05d37b6045e1b482844f70145332afe63080faa25a9f7f478099ada660acc +size 485060 diff --git a/perception/image_level_comprehension/scene_classification/images/383.png b/perception/image_level_comprehension/scene_classification/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1418582eab8505caeea177be3b6033db2d3806 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50db9f585e0359c570226138dee87869042d03bb5ec644c13928b765c6738bb +size 494396 diff --git a/perception/image_level_comprehension/scene_classification/images/384.png b/perception/image_level_comprehension/scene_classification/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c6ea2cd29b17fb768ca5b7295a2587ad47eecb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68457c10af4f2bbfa17ab3e97871f41f946d3d4a535dc6a4c8e0be8f9e21a33e +size 533587 diff --git a/perception/image_level_comprehension/scene_classification/images/385.png b/perception/image_level_comprehension/scene_classification/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..e9de5cddc3c15ca54ddfd3979fef3cc6d7503bad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4467ab3a20bc5d1713048b83a4091ea3bf7ff98445e5397046b90d6f1bde7551 +size 526820 diff --git a/perception/image_level_comprehension/scene_classification/images/386.png b/perception/image_level_comprehension/scene_classification/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..4467040750d61916beb798fad71289a67c1326b3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dc45de7029848a0c9ba7d8682fc94a967e679a0ef337b97c96a722fff2e5d2 +size 558149 diff --git a/perception/image_level_comprehension/scene_classification/images/387.png b/perception/image_level_comprehension/scene_classification/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..74a0eb603b0c68c362449553a985d08faf9d2e77 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72790b42fed8e29219b6301ca5c9f2b7965f6a021f52d64e3f0bd4ab939e7153 +size 556348 diff --git a/perception/image_level_comprehension/scene_classification/images/388.png b/perception/image_level_comprehension/scene_classification/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..18bf05a0d5d070f4a129a86aee809240cd1c635f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1712efc583ed804b6ad358e281702a5a583cabeeb1af21dcf6b03479bb7f41d4 +size 568967 diff --git a/perception/image_level_comprehension/scene_classification/images/389.png b/perception/image_level_comprehension/scene_classification/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..73924f8ae3badb1895ebbb118f624ade938fc548 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bb6f47675030b4bc457060702e6d868b02c9f770e1a916f05b9276bd5b4939 +size 572214 diff --git a/perception/image_level_comprehension/scene_classification/images/39.png b/perception/image_level_comprehension/scene_classification/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..3931972d12ebba6eeb473556fe44ef55d97f6688 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679ae9d0369ce45b2620983cc317aa808ef872d8410c41220703b21972299a6a +size 223983 diff --git a/perception/image_level_comprehension/scene_classification/images/390.png b/perception/image_level_comprehension/scene_classification/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..b1242918785547de4053f2052636b4d146ed573e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fb0ae591d4b722339839ad5bfe777f1abcdfd8d86c6549b17ec83fd7912b93 +size 565979 diff --git a/perception/image_level_comprehension/scene_classification/images/391.png b/perception/image_level_comprehension/scene_classification/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..eea09c847fb4b7849c93c57d8b49dd097702ba27 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9da603fcec09668239821663230a3f009f48e47fef7247eab18b4432ba9b4b +size 547766 diff --git a/perception/image_level_comprehension/scene_classification/images/392.png b/perception/image_level_comprehension/scene_classification/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..30859da134764b7d8c279dda3c653bb895c42552 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ed81af91bd42159b1a259857848857a36640ecb3ccf9aff86edb669fab6631 +size 552222 diff --git a/perception/image_level_comprehension/scene_classification/images/393.png b/perception/image_level_comprehension/scene_classification/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..4181bbf2fad785a92fe37b1428a5978db11b7787 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67f3f3fe229b3e6998213f97efd0c06476375e0185f610e582e1f74da50025f +size 552240 diff --git a/perception/image_level_comprehension/scene_classification/images/394.png b/perception/image_level_comprehension/scene_classification/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..11b2bf735ed3758cc8f35cf56f2ab66414d9fb22 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec98e048364f14d0c33b5bad26d198c986cc3d9244aafc874b270c0feb9cf861 +size 502447 diff --git a/perception/image_level_comprehension/scene_classification/images/395.png b/perception/image_level_comprehension/scene_classification/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2ac4d22aede27282f90a574b56cae202da5f17 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b75a385d0f170bd093b9f7bfb3744b3d5fee54596262f45cbe4a2fc207e487 +size 482280 diff --git a/perception/image_level_comprehension/scene_classification/images/396.png b/perception/image_level_comprehension/scene_classification/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..71514be464956387a6b2b3d26fd7c952f2d7bd27 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a102e6d64d0726a71001b26c400c946d8306b8369288aa55f4ab8687fb6da3 +size 504837 diff --git a/perception/image_level_comprehension/scene_classification/images/397.png b/perception/image_level_comprehension/scene_classification/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2a232bcf14acf8e2b949cb547e3b3729ac6427 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1167d9d2fded74c6baa8ec1746fb694e4949cdf86aad5ebefe1873f2a83bd6ce +size 600663 diff --git a/perception/image_level_comprehension/scene_classification/images/398.png b/perception/image_level_comprehension/scene_classification/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f5a6cf1c173f3f323a780c4d77dd946937f206 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5509bc0fb0bf8391eb61623b0a85165976a8d0eb6885cbef00f3a9ebb4022e82 +size 577732 diff --git a/perception/image_level_comprehension/scene_classification/images/399.png b/perception/image_level_comprehension/scene_classification/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..c386686c68deaffde27bdda4817f1d4cd3a5e7ef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed8574c74ee63a6b802e0a0efb1166e02d3374c87553adea36c0c146f4eb710 +size 590885 diff --git a/perception/image_level_comprehension/scene_classification/images/4.png b/perception/image_level_comprehension/scene_classification/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c859dbb57d57b54464271e8f8ed38581f2d02c27 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035bc2b74c428ef2507c3a5a3f3c3a40e42841e00f798764020242f6ab69d707 +size 378019 diff --git a/perception/image_level_comprehension/scene_classification/images/40.png b/perception/image_level_comprehension/scene_classification/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..4d2f2f75ba330ed07cb1c34fe1f70d741c724153 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8277e9ba354182199433610b024049bc343b6337d7bd5b23cd897fe99c39b819 +size 435894 diff --git a/perception/image_level_comprehension/scene_classification/images/400.png b/perception/image_level_comprehension/scene_classification/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..531567668c41e5feb04b7995e26cac6c91b4c07a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45be69d039a27c7d11ef2a301fc6e900f58be3e946413bce0ceec9c41c188d86 +size 594651 diff --git a/perception/image_level_comprehension/scene_classification/images/401.png b/perception/image_level_comprehension/scene_classification/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea7a5df3386c9993f7d43433356fa74a206e513 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c77486c296dc19c81d9cfdbcca90f555d308ec0d81100e25561f043c465fb0 +size 599849 diff --git a/perception/image_level_comprehension/scene_classification/images/402.png b/perception/image_level_comprehension/scene_classification/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..ea41e05263186bc1ab7e085191ce9a71c4879a4a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6f4dc2450ce6c6a78ce46d1b861af2974a4ec84b69b1d89deb5d6ddb9c6837 +size 593240 diff --git a/perception/image_level_comprehension/scene_classification/images/403.png b/perception/image_level_comprehension/scene_classification/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..156d05b3f6f3e61dc24f30b96c7a0cfc3c252cc0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e254979b881b062f2112816127c51ae505be4faed48f81e1835af030dd40bb69 +size 558102 diff --git a/perception/image_level_comprehension/scene_classification/images/404.png b/perception/image_level_comprehension/scene_classification/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c6adc5f01744f815fb896e966cbd844b423af3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74394e842854ae5afa8ca5a0f16911e18e7e045e7dbfe353509e2c8be7da0736 +size 609901 diff --git a/perception/image_level_comprehension/scene_classification/images/405.png b/perception/image_level_comprehension/scene_classification/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..f28df1dbadbd3ffae0e9171238108358b53330d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff2a0f13ea174adb7dc7de8fb122b62e4894e003c69669a389b191283f11f81 +size 638904 diff --git a/perception/image_level_comprehension/scene_classification/images/406.png b/perception/image_level_comprehension/scene_classification/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5352f4883605ad404ba19fd49caabb13b5f0fe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576e877fd958dd5d37c8fb5be5e6165c42e9280cf4d732eaa73862b386ef1ea6 +size 608848 diff --git a/perception/image_level_comprehension/scene_classification/images/407.png b/perception/image_level_comprehension/scene_classification/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..a09351f3b02fe8d7912cf9b1835542b9c14bc57e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b6e1eb50f6c3009e7fb41a17927726276f93c72747728b0a09586a77f9f871 +size 532012 diff --git a/perception/image_level_comprehension/scene_classification/images/408.png b/perception/image_level_comprehension/scene_classification/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c7c61e390edf51768be033c88003a38b0c7aac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb84914219d471024d7cb3e6db2e9767d1593d323be1c707c487b3772f9a9371 +size 521409 diff --git a/perception/image_level_comprehension/scene_classification/images/409.png b/perception/image_level_comprehension/scene_classification/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..57e2c7ef11798114cb9b82290c3133c9fcae2498 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8b2b26c76244c37c0e998a905d204fdbf03cfff99929b964bba49f97669921 +size 627885 diff --git a/perception/image_level_comprehension/scene_classification/images/41.png b/perception/image_level_comprehension/scene_classification/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..d69c3e209bad46abbd2e38904fb67605dc7182b2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788acce1b3fcad88d67cbf12442cc229c1a176a64855f3d1009b825295df47ae +size 448052 diff --git a/perception/image_level_comprehension/scene_classification/images/410.png b/perception/image_level_comprehension/scene_classification/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..2896eae5f4ed7506adbb4e4fbc89da4bb46ca574 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d60f432b5ff052fdb5b586f358d3a05148c9de7b8e33515f62cd127f12f08b +size 628360 diff --git a/perception/image_level_comprehension/scene_classification/images/411.png b/perception/image_level_comprehension/scene_classification/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..1ea753fb8e8e22334546880a18aa0f176fd16235 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb33f47e21518d11b51d31cde4a70417c66961e3c2e4ead0aef56f770168ff68 +size 573878 diff --git a/perception/image_level_comprehension/scene_classification/images/412.png b/perception/image_level_comprehension/scene_classification/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..eee8ea345052e92244bd9056b4cbe992f6d239f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086b89dca50c16fdda1824ff1a2f6fd215cda7426f21d142862ef29a934776e5 +size 627677 diff --git a/perception/image_level_comprehension/scene_classification/images/413.png b/perception/image_level_comprehension/scene_classification/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..316ff860315826090f1cae59f38edbd6d4b5c26d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3dfec57844a85fc34d374bf698cc270c7a01a3a987782b8837d24701434e19 +size 627467 diff --git a/perception/image_level_comprehension/scene_classification/images/414.png b/perception/image_level_comprehension/scene_classification/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..cb7958531ccd6ac7234e68ed6178d6fee3b8e561 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bc757dae968a34e073fb2e224cbf20aea35273a8609e89856fde13bb63e0e8 +size 647074 diff --git a/perception/image_level_comprehension/scene_classification/images/415.png b/perception/image_level_comprehension/scene_classification/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..93b6a428d1c335f1467295b3bb5ea8e42aad4412 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880d6ceba3ade0dbd731c1cebb5c140d647ef78e5e95b554f5fcafb15fe045bd +size 538628 diff --git a/perception/image_level_comprehension/scene_classification/images/416.png b/perception/image_level_comprehension/scene_classification/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..508ee51780d7fa2bef6113c911803a21d41ac24f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aeed980713dce5f1a70012ac92f437d03b0a49287e12ba946a6a364b14c7dec +size 492882 diff --git a/perception/image_level_comprehension/scene_classification/images/417.png b/perception/image_level_comprehension/scene_classification/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..63435448ea36581156450be69c0957742c06233c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6d88c2b4e5bbb87a39512a859f2161af2134194177e0de3d285515325530de +size 650967 diff --git a/perception/image_level_comprehension/scene_classification/images/418.png b/perception/image_level_comprehension/scene_classification/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..2d32cc6792c016c06ac5ce7da80ee5e767c3d9c4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90305084437723e5d7e98b4a986ac76aee210cd9bd59902d79c8a3259e1736e8 +size 552061 diff --git a/perception/image_level_comprehension/scene_classification/images/419.png b/perception/image_level_comprehension/scene_classification/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..5132ecc61c36c4964f8833c4decbdaed662ef91c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5ee20ac6f5c2f95911dcb2e15cad69c60ad726a9d7d9a080d58ae47bc87d7f +size 645040 diff --git a/perception/image_level_comprehension/scene_classification/images/42.png b/perception/image_level_comprehension/scene_classification/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce053e122a0db39580004072b2ef666e1867ad2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ba5ccb27b1f8317ace3478619c6d0ae07b42567f8316f42ba136b2415a4795 +size 408745 diff --git a/perception/image_level_comprehension/scene_classification/images/420.png b/perception/image_level_comprehension/scene_classification/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..1040b0a1d301a23ab8e30730b7b022a5b1c493c0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdfd38679c67b37228b55793cc4ece440fbc96279e36895c16b79a35f9dcff6 +size 574278 diff --git a/perception/image_level_comprehension/scene_classification/images/421.png b/perception/image_level_comprehension/scene_classification/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..07dd936c99fd734c12a5834d40a32a9227d2cb96 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96c4fcb6bdbb1284eb8f117bac3ddbc814ea17848f2fc2eafa559469d6a5a67 +size 672909 diff --git a/perception/image_level_comprehension/scene_classification/images/422.png b/perception/image_level_comprehension/scene_classification/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..8b4f360cc492999b1484a554e1371c0ade5e0f0f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c41504bd898302b999c5592b1b504b3dd55dd5c8d7ebd6381cc49331fbafbe0 +size 669424 diff --git a/perception/image_level_comprehension/scene_classification/images/423.png b/perception/image_level_comprehension/scene_classification/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..a20e07fd8bf59ebcd1aee94e53ca80605040261f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19c8d1d8041dba9b573f785705aecee61eff25a1716b06d78611caf48d2ab3f +size 666141 diff --git a/perception/image_level_comprehension/scene_classification/images/424.png b/perception/image_level_comprehension/scene_classification/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..8870df9e7cc937129a188b35feea44688524bc81 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4ef312f4de611a02f6ad431205b649aa6fb36b98638c8252a0e4949fa8a203 +size 642265 diff --git a/perception/image_level_comprehension/scene_classification/images/425.png b/perception/image_level_comprehension/scene_classification/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..c4d0fda7e0f319ceb83579b5ddda04a23551d7d2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803d35293da893aa1667c9effe5bd2e0fa1dc52f7862308ccd61a065a243b779 +size 661356 diff --git a/perception/image_level_comprehension/scene_classification/images/426.png b/perception/image_level_comprehension/scene_classification/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..9416787c4c028a7f3383daba09ab25c33ecaf5e1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945cf7683c743f47e7e648f7734882ee8c016c59143c313d89cbf0b2cd57a3f5 +size 575910 diff --git a/perception/image_level_comprehension/scene_classification/images/427.png b/perception/image_level_comprehension/scene_classification/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..7f81d978167a452a2909785646b472165e0ba2f6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e7c7cb01252cf1907f57171dd3b7e321c490d0ab0d7362f74d964140401f33 +size 568436 diff --git a/perception/image_level_comprehension/scene_classification/images/428.png b/perception/image_level_comprehension/scene_classification/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..9f624700746428414e2816c493b7c513d0ce0897 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae7cd1ff7a977a06a740f93cf8653f608b7f82364eb6e21ec431ccb52321a8d +size 573034 diff --git a/perception/image_level_comprehension/scene_classification/images/429.png b/perception/image_level_comprehension/scene_classification/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..079032bfbaa73a861167df1bd98ad038a65de32c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96eb9b4e1e7e86b7cef0e08c79f72f81942eab29095eedb4612def6042bd310 +size 601453 diff --git a/perception/image_level_comprehension/scene_classification/images/43.png b/perception/image_level_comprehension/scene_classification/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..e38332dfa350af9bbe8eca3c1b8c12fd8fe034f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02386be2b256706e8cee791c4a061ec851e25c11ee69a29266f73ab9a6c7f188 +size 469374 diff --git a/perception/image_level_comprehension/scene_classification/images/430.png b/perception/image_level_comprehension/scene_classification/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4adf441fd368ebfd62e84f18e5d99caf112de0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c24cd0cbb1b043148203b0449f4b438ee3d1916e402a97869de2b0bb7bdf4b +size 571957 diff --git a/perception/image_level_comprehension/scene_classification/images/431.png b/perception/image_level_comprehension/scene_classification/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..b26316bc94603387121bb975cd8243e61d88931b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e38130a14ad9f80ea830c80ee58883fcddc88d432244d01a6e4e6ea3197982 +size 656128 diff --git a/perception/image_level_comprehension/scene_classification/images/432.png b/perception/image_level_comprehension/scene_classification/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..41910d1e045e808eabc74d0eb90c617c72f31950 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3709e2b94c1654a93a349a296226ffe3d449b5818c73c97d4d6da78b40d80e +size 639155 diff --git a/perception/image_level_comprehension/scene_classification/images/433.png b/perception/image_level_comprehension/scene_classification/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..034833316898950f8ce2491031abc2d7ae112327 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94316ab55ed9afcded750b84f9a062d9771cbad40036e8dc7b10a2d0181e8bfd +size 575506 diff --git a/perception/image_level_comprehension/scene_classification/images/434.png b/perception/image_level_comprehension/scene_classification/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..b31f266d5bc4244afb3a26e33d0a20b3e94c2f95 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebef44edaf2da17eb9bc0eac108466078ab1ad8cea3c615bf569b6a928de2e02 +size 527254 diff --git a/perception/image_level_comprehension/scene_classification/images/435.png b/perception/image_level_comprehension/scene_classification/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec48eb4599533fdab91a6bc091c1a3e3e3582a3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c76d5b7c2387758a4b1b85c59fe0a81b14eb60dba338b64377b61acfbffe756 +size 542991 diff --git a/perception/image_level_comprehension/scene_classification/images/436.png b/perception/image_level_comprehension/scene_classification/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..4c1a3f3d9062f8ac344078b21c9006be0a30f9ba --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbf0552ca6ee9ae18d431dc69f331597e6dff2d1fabe42ac5d7e38971b09021 +size 573383 diff --git a/perception/image_level_comprehension/scene_classification/images/437.png b/perception/image_level_comprehension/scene_classification/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..82564a8dd8d730db5ff18d422500ca287df39972 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bbaae59348cb10ba8e6203e6dd1357756c3f2136162f6b09dad8ad38c368d6 +size 512902 diff --git a/perception/image_level_comprehension/scene_classification/images/438.png b/perception/image_level_comprehension/scene_classification/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..849bad9e097537ca5fd3ea694359cc6d616309c9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f1d83cb7e49460992364e18093ec4beb6a510532ced1120ea05e512f188de9 +size 654548 diff --git a/perception/image_level_comprehension/scene_classification/images/439.png b/perception/image_level_comprehension/scene_classification/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1f5c7f5ebae80497220898e3a27ab261c610d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cad86d246a66cf752cd427a6405795dcdc765f4d949755fd695110cb775c994 +size 648421 diff --git a/perception/image_level_comprehension/scene_classification/images/44.png b/perception/image_level_comprehension/scene_classification/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..12b52d21ca31e7358865e168d60e48bac00df370 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b6783cbd05c9c9fe1a69023aed733e38fd6955ffa2266e21fd89a75f07e36b +size 450125 diff --git a/perception/image_level_comprehension/scene_classification/images/440.png b/perception/image_level_comprehension/scene_classification/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..93af817c6a8f49ec5a02c3a8975424fdf3526f14 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc789c78ba60c92a34b65aa6dbd339ecd938ad8dd85eb51b03960abfc10165 +size 557824 diff --git a/perception/image_level_comprehension/scene_classification/images/441.png b/perception/image_level_comprehension/scene_classification/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..69eca48af37dbe0c6151b6df904384a4b0348164 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279dc381369eb6b3f2f50326bf8cb722c37a56ab19717cc5c09af3fe7581bb2d +size 565317 diff --git a/perception/image_level_comprehension/scene_classification/images/442.png b/perception/image_level_comprehension/scene_classification/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..ed3b412867639a55f2dd1521079864f0bf0d6431 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f905976da660801e10b14a96a8196102baaaf64d3ead37c2f9f3b9c4040af3 +size 586430 diff --git a/perception/image_level_comprehension/scene_classification/images/443.png b/perception/image_level_comprehension/scene_classification/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..b0a7a321a9bd8e6af2ac100febf360929426285e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb052fe69d959531496774595cd13cc7f11628bb7d1642912c5dee2cddd4ae46 +size 593041 diff --git a/perception/image_level_comprehension/scene_classification/images/444.png b/perception/image_level_comprehension/scene_classification/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..e277e92de9a0032df6365c06cfeac4d2e947d837 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946576bc39f57527b9b28037e84f859533ec14bde7f100c1b71c7a6288349f36 +size 504857 diff --git a/perception/image_level_comprehension/scene_classification/images/445.png b/perception/image_level_comprehension/scene_classification/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..92a031b556a306acc546d11bb2e152af6c40f150 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda696972c8963b93ac8b1bd37dfdc3a3793e98aae6a8fb763f781877be5df9b +size 578406 diff --git a/perception/image_level_comprehension/scene_classification/images/446.png b/perception/image_level_comprehension/scene_classification/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3d3cc50333620d28700896b056143796c22577 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be03cc4ed9d645fdc8021001c70cdcc3d8ee610b2d2efb8389e4c19baa1ab1d +size 597257 diff --git a/perception/image_level_comprehension/scene_classification/images/447.png b/perception/image_level_comprehension/scene_classification/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..828cd943b693ae361f62038e0db01933a2743ab0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dda96e4c7c83eb9f4ee1571d71eea279ee8d0a37d5f44a127b0008790b542db +size 541418 diff --git a/perception/image_level_comprehension/scene_classification/images/448.png b/perception/image_level_comprehension/scene_classification/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..341ef440f9305d6f68aa47a8dda8e741beba9732 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c261da183d89bf5d0cffbd402ba6b67c0b5765a2f8b772a5adda8598595254 +size 557145 diff --git a/perception/image_level_comprehension/scene_classification/images/449.png b/perception/image_level_comprehension/scene_classification/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..31dfe29c22370d91edfa4d28f044b33f9385ae34 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a978807b8117eaa78c9da4b746f68b56e3dfa392ce144fa323dcc4f5f6d3e7e +size 558238 diff --git a/perception/image_level_comprehension/scene_classification/images/45.png b/perception/image_level_comprehension/scene_classification/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..a5263716613ab9411e79e918b3f09ab949302d0e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd0afd8915d14113757d5e3a98ffa5647bc8e6de9b4dac3e4c80917bb66c6f3 +size 427578 diff --git a/perception/image_level_comprehension/scene_classification/images/450.png b/perception/image_level_comprehension/scene_classification/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..b32975cb98f011a2e70584ffd9141f5904616c7f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88547ea64edfab9f8ae27144f1ae52df6d6be52fec631dfe606e0860def70c1 +size 465252 diff --git a/perception/image_level_comprehension/scene_classification/images/451.png b/perception/image_level_comprehension/scene_classification/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..02a993a94ef4222b5f123c88d586c35ac6971c6f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500f2f8e02461fc6042d61585993bd0f0e657cbddc8777cd571b8458725ee430 +size 464954 diff --git a/perception/image_level_comprehension/scene_classification/images/452.png b/perception/image_level_comprehension/scene_classification/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..a5357f49910c0928bb303d130117d34f9d4d285a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c6ca53196b332fa2de6b7e944df7cc81c7b56fc99c96c3d2a0d593cd82b67d +size 496859 diff --git a/perception/image_level_comprehension/scene_classification/images/453.png b/perception/image_level_comprehension/scene_classification/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..78c712162dbda2c06fac445a9e638d006f4d7c1a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f477777939f2a003a2fc75a27ad92ab38350814449a5783fc27b0271e81ad47 +size 648240 diff --git a/perception/image_level_comprehension/scene_classification/images/454.png b/perception/image_level_comprehension/scene_classification/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..f7d6f82f325447391f01f52b89e8582dc860c690 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b62eca253d11eab4d4ed34093d1b7eec78a4e8327e97258a2c1087b6fe64ec +size 632595 diff --git a/perception/image_level_comprehension/scene_classification/images/455.png b/perception/image_level_comprehension/scene_classification/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..f50726c4539f96761da2fca1f7456b3bbd4ee57a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbffcb89420899906ed5b6e2ea25c122e362ec248d6f18bd72555318aee4816f +size 601021 diff --git a/perception/image_level_comprehension/scene_classification/images/456.png b/perception/image_level_comprehension/scene_classification/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..5ad29cd2e32bc4e268962a914027a9e0cf810491 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a9e5e43bc3dfa94884abaca474a75d4c09c7db879327ae48d5cf4adec84e86 +size 639022 diff --git a/perception/image_level_comprehension/scene_classification/images/457.png b/perception/image_level_comprehension/scene_classification/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..772052ef76b63188cb4e6ef2c8549b9b6b551852 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed85b1cb9ad7c8cb87a45a57a2a57d73b81d2f01559c9262691b0e70ace25521 +size 581562 diff --git a/perception/image_level_comprehension/scene_classification/images/458.png b/perception/image_level_comprehension/scene_classification/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a236aa2a1697c5aae055b41008f870ca68198a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f156fbced9620ef442c2f1d14380db569fa02f659df8e46c8ba47d7ef46553fc +size 549278 diff --git a/perception/image_level_comprehension/scene_classification/images/459.png b/perception/image_level_comprehension/scene_classification/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..302ec05c1465debe09e929956e310c2eff518153 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e1d85d28f795c5085cf9c6b465abb32aeecd8b77d13229516b6c29762a9b76 +size 443282 diff --git a/perception/image_level_comprehension/scene_classification/images/46.png b/perception/image_level_comprehension/scene_classification/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..da9d41e72ec5fcb83ab96a026893f1fe35777eb3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293dbdc08ba848e45fb1db5d27b8b89b6de38bc32b7796960db1f80b64198d9e +size 331040 diff --git a/perception/image_level_comprehension/scene_classification/images/460.png b/perception/image_level_comprehension/scene_classification/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..9c35dc08a709ee929324a04aa8f3221ca6822120 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdaf637e32c8809d5cc8a6ef5ba566890014f45fb83907275879444c32cf955 +size 560056 diff --git a/perception/image_level_comprehension/scene_classification/images/461.png b/perception/image_level_comprehension/scene_classification/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..81e36a949c7c55e634c61f1001dc253bc8d1abc7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddee847ec9a865634f4a70b4bc21fd91c02fb914666e5bd45520579f23acb538 +size 568285 diff --git a/perception/image_level_comprehension/scene_classification/images/462.png b/perception/image_level_comprehension/scene_classification/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..e588fb07f24a707242be0738f13cdd08e13c834d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b57bd0845f194b479c7d0a5a6767ef7c0725c409783f220fbc96d5f84ae9cf1 +size 618290 diff --git a/perception/image_level_comprehension/scene_classification/images/463.png b/perception/image_level_comprehension/scene_classification/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..8ab0ed852c8d4a2e189c40612039ddfa2ff7dd92 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d01b944a0175b559c5913653c5a740fe56244b73a3d4e13e7d22bfd32a4c384 +size 538099 diff --git a/perception/image_level_comprehension/scene_classification/images/464.png b/perception/image_level_comprehension/scene_classification/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d36d6eeddecd7a2e2e34fbeeac4a0fd5a7a550 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd3c2a510d8eccf52e5cc2195491444807cb58a5b3da02193149baa13e1cdfb +size 616130 diff --git a/perception/image_level_comprehension/scene_classification/images/465.png b/perception/image_level_comprehension/scene_classification/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..9526e21af0d895cd3cb73a9a2887e7c29f25b5a6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be19d3a37d562af5bfac4c049cfd2b6b8be099dc2296f0b8758ec1982d00b29d +size 554817 diff --git a/perception/image_level_comprehension/scene_classification/images/466.png b/perception/image_level_comprehension/scene_classification/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1dd993f158ced11383d39a6afecb57acb7ca08 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11e2c083f2b47dea2b9ca7040b80b6273492f24e670fe293bf04027406e807b +size 538230 diff --git a/perception/image_level_comprehension/scene_classification/images/467.png b/perception/image_level_comprehension/scene_classification/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..35afb79e7117cb83929d668c56862666ef420b36 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9f5b6b3009890c449be4c90343c2a448369325ae1e834918436f21ec64e231 +size 532657 diff --git a/perception/image_level_comprehension/scene_classification/images/468.png b/perception/image_level_comprehension/scene_classification/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..634819c51add4db4f7ae42d584f94a71a42d0661 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961bfece48650f5088a3963e115c115271e48124f882702f73c5030812d398bb +size 524241 diff --git a/perception/image_level_comprehension/scene_classification/images/469.png b/perception/image_level_comprehension/scene_classification/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..04d3b75d2d3cdf9803da84507d0964f5577ac14b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6770244e8e9eba002a6af928f0125be55d0717f42c39de7abce2c12e923f50ad +size 551665 diff --git a/perception/image_level_comprehension/scene_classification/images/47.png b/perception/image_level_comprehension/scene_classification/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..23595a6508ad983584fab28aeae5837669282c48 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bbbe459bea6282740e4d3fe13fa326f5fe2e5cd37f9da3c1d3320a63ae2178 +size 436944 diff --git a/perception/image_level_comprehension/scene_classification/images/470.png b/perception/image_level_comprehension/scene_classification/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..03e5f7b141baccb09e760f8948ba24007ab3f1b6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d286ae0cd0c5af993676f67b2ae29fb1e639cc854a62f6a8008ecb758755ee85 +size 545623 diff --git a/perception/image_level_comprehension/scene_classification/images/471.png b/perception/image_level_comprehension/scene_classification/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..c57254f7a30252b09fb1996d60ff61818b48833d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0fc5e002693384239febf523ae80a8d21c8caaeecab2fbd1fc615ca227f6ba +size 539304 diff --git a/perception/image_level_comprehension/scene_classification/images/472.png b/perception/image_level_comprehension/scene_classification/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd002c9dfc24e2a59ff05f073b232e39f6a19ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bdfaa9a2480724c28b3785a9673d3803e3e397e1c16250512572a03d3f5c98 +size 537355 diff --git a/perception/image_level_comprehension/scene_classification/images/473.png b/perception/image_level_comprehension/scene_classification/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..e4b88913fa6dbaceb92fa19e2a4032ef4dce556e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f09bdc19086397c727d2ef6f54bfa3dad883508f324b59bfbfd76bcc7f7d89d +size 549853 diff --git a/perception/image_level_comprehension/scene_classification/images/474.png b/perception/image_level_comprehension/scene_classification/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..34d18c8d99fde659967eeabcc296e38414b18ee4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81cdb0cd8a3d1c5b08e7193fc59621bad7061f365d08cdcd827890d88c5b3b3 +size 561762 diff --git a/perception/image_level_comprehension/scene_classification/images/475.png b/perception/image_level_comprehension/scene_classification/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4ca5bb17af9f8064912a8f4357a0510ec8d40b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b584867a280d4d0a6f7b4e9124e7b4585696bab2f0ec3f9c32fa65a95069f46c +size 634935 diff --git a/perception/image_level_comprehension/scene_classification/images/476.png b/perception/image_level_comprehension/scene_classification/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..129aa204a54970ca60c586cb47fc692292fa83f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70ce25a4a2809b0076d9caceeaad41233145b04454b9a7e4ee9fa84aaa72ab3 +size 636041 diff --git a/perception/image_level_comprehension/scene_classification/images/477.png b/perception/image_level_comprehension/scene_classification/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..a3f0c82a47a202068650cebbc221383b198e1c51 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53147fb0823599c53a5b3392dabf02206567f0379cf3c0c1b1285de5046d4cd +size 551086 diff --git a/perception/image_level_comprehension/scene_classification/images/478.png b/perception/image_level_comprehension/scene_classification/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..5439d9f1cc7985fedf319ceeaddb4bfa8f656b21 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8faed165a8ef7d352333c9912abafaee501bbe65cf591c7adc9ef13297f1f04 +size 553090 diff --git a/perception/image_level_comprehension/scene_classification/images/479.png b/perception/image_level_comprehension/scene_classification/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..d18750cf00094238aab192cc2dc4f1390125007b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94134e614c0e014560a14dddc89205fd6af89588fedd04cf893a2ea26c37eb13 +size 544623 diff --git a/perception/image_level_comprehension/scene_classification/images/48.png b/perception/image_level_comprehension/scene_classification/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..0c5c5267792c2b2b67c632ff3ae288edb8acef9c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5910e79d50b8fe073c90413025039c10adc113295614ca3895fb772fd7af3d24 +size 407545 diff --git a/perception/image_level_comprehension/scene_classification/images/480.png b/perception/image_level_comprehension/scene_classification/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..79a895d802c454f2ca271b9f7c4808222343d5b1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc283dee8d5593149f1c032c85ecf478d25dde3bcdb0ddeb4afe9d0a4082712 +size 509780 diff --git a/perception/image_level_comprehension/scene_classification/images/481.png b/perception/image_level_comprehension/scene_classification/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..4c4cf63e418d07fc054dda34747db149f46b1ea9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44f8cc7536b83b1f3ad1959a3dbe657f31e2763662d59aeec124939c59cdc53 +size 522280 diff --git a/perception/image_level_comprehension/scene_classification/images/482.png b/perception/image_level_comprehension/scene_classification/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..64769e3b016106c1664808bb55bb80719075c6a9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6953f5664c1b3ea02b7411df46ce100320dc6cc7d550c5948121eb8f71db6a7c +size 549834 diff --git a/perception/image_level_comprehension/scene_classification/images/483.png b/perception/image_level_comprehension/scene_classification/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..59c8707e3319dc6b8daf0256871e7909b6f84bf9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e17fea82d06d5d53dbd55ab7b65226acdec404feec977d0019d48221b3b7074 +size 519755 diff --git a/perception/image_level_comprehension/scene_classification/images/484.png b/perception/image_level_comprehension/scene_classification/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..e2669bdd3ad1ae8a2d62bf0a3046cf6c7828acbe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd2bc8baf32175dac3a02c040c0287e9c9f75d8bcc60afb9af16f5e85384a73 +size 557711 diff --git a/perception/image_level_comprehension/scene_classification/images/485.png b/perception/image_level_comprehension/scene_classification/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..a557b7e9525d94f94f25c6dc28253947e95aacb6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499ff8d3e193afc848400cebeb1dfe3e6c0aaa7f10b8fb0c0f955ce34ffe0a59 +size 621867 diff --git a/perception/image_level_comprehension/scene_classification/images/486.png b/perception/image_level_comprehension/scene_classification/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..4719fee67d503adfc1a8134dc6a95aa3de97070e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0e45af60b31ea8c706fd2bf71eb1dfc1dffe01f35c80ddff3742470c7731a6 +size 580481 diff --git a/perception/image_level_comprehension/scene_classification/images/487.png b/perception/image_level_comprehension/scene_classification/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..1c28a80542831a3ddf0db13c8538f6d27d568d07 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938e5d72f3cdb21157a6a54074116ea5a1c3ded4b5417a5c06dca7e6723ef255 +size 527955 diff --git a/perception/image_level_comprehension/scene_classification/images/488.png b/perception/image_level_comprehension/scene_classification/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..6e51a64507c2b8dc2aa485c4ae42f79012e2e42f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcfc7d371e6bbff18f19e2102ed4a0fb395abdfd7b581fbaa102d36d27cf120 +size 541588 diff --git a/perception/image_level_comprehension/scene_classification/images/489.png b/perception/image_level_comprehension/scene_classification/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..c685a152130fedf0430838f2660d88f72df04568 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937e7b22b04662d522f43ca3df9f63e1e8398ab8f51cef810cc2a7ff2b90a9d8 +size 563924 diff --git a/perception/image_level_comprehension/scene_classification/images/49.png b/perception/image_level_comprehension/scene_classification/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..c9594e7d1ed974d4c501cbfc4cddb7d0dc5c027e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e59b2278bf539333c8b8e316cc8e93e7b89afba1a643823002df91373da9ec +size 422667 diff --git a/perception/image_level_comprehension/scene_classification/images/490.png b/perception/image_level_comprehension/scene_classification/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..5781b06a5fd26a4865f27f44a89992fd79b290e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f873c025bc16564318e4515c22d78fd89569296796c42983f61a4708c04ede9c +size 513089 diff --git a/perception/image_level_comprehension/scene_classification/images/491.png b/perception/image_level_comprehension/scene_classification/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7feda82c6786876d5d6dbee0f4394634cce290 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2276bac753b727263f4eff10b460ef163fe57a9b4a400531961df426a35212b +size 533346 diff --git a/perception/image_level_comprehension/scene_classification/images/492.png b/perception/image_level_comprehension/scene_classification/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..81a73d6f3363f008cdabdcdb9ddb356e0466617f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5fe3a35963d75d2b28112b19dcb51ce02b41fbc1f07716012c48fb419c384a +size 546491 diff --git a/perception/image_level_comprehension/scene_classification/images/493.png b/perception/image_level_comprehension/scene_classification/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..7575886f838ad2911d25720342bb0b501c8c7cda --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14cc0b97249118e872e04e10db944369a0d64d0a09fd7d30299d08eeb2b2fd0 +size 569913 diff --git a/perception/image_level_comprehension/scene_classification/images/494.png b/perception/image_level_comprehension/scene_classification/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..ddf4b6ea49c2eb1e4d706687b6e0a0cb939593f0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f44746899b1699c92616d8b53b8748ca8d11cbfe1b9a77677348d8844ffba7a +size 628554 diff --git a/perception/image_level_comprehension/scene_classification/images/495.png b/perception/image_level_comprehension/scene_classification/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..97e26780fa823125b7064543c44159318e499a3e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019b4a088148b69fb822fd8df756c13b132c7676005a43479d4f631ef5f88c97 +size 570469 diff --git a/perception/image_level_comprehension/scene_classification/images/496.png b/perception/image_level_comprehension/scene_classification/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..d12a448b4e953bdad7b7dee8578f8c7bb94f82da --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb32cad8ae3d72f1eb72984e2865c1a81d05e777c8abf8338c568aaf35753dd +size 615226 diff --git a/perception/image_level_comprehension/scene_classification/images/497.png b/perception/image_level_comprehension/scene_classification/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..98117c0ebc2ddb9dc38e41a73c4ec6def27d1997 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfd59343b94e495eb6cbab85133975ecc1b511cc999580caafe30c85ea9d489 +size 571737 diff --git a/perception/image_level_comprehension/scene_classification/images/498.png b/perception/image_level_comprehension/scene_classification/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..1eeaf54be92b956bd5b50b90768a66ea3f4ac214 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c3bf70468e9fd4efbdcec82c57886bc952477efb4d548216524e56d40458c4 +size 545642 diff --git a/perception/image_level_comprehension/scene_classification/images/499.png b/perception/image_level_comprehension/scene_classification/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..956d85c538ec7a080eae1c911322ee856dda5fee --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89a0a62642d6825cea953a5bc139a0e26ce202153cf5b91eb2a03500f5786b2 +size 625634 diff --git a/perception/image_level_comprehension/scene_classification/images/5.png b/perception/image_level_comprehension/scene_classification/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..a8babbafd98da5f9aa0d7e3f1e8c0151ee0fceb6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fb40fc92cae394c636c98bf599c1a9c3ea4a6039b95548fbdc54c945eec764 +size 318979 diff --git a/perception/image_level_comprehension/scene_classification/images/50.png b/perception/image_level_comprehension/scene_classification/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..c8128eedee3a45da5d2e6a318fca78220341e09f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bacbfca2606bcc3779191a25a7427577f9630511bf3535f27b32130968a317 +size 413899 diff --git a/perception/image_level_comprehension/scene_classification/images/500.png b/perception/image_level_comprehension/scene_classification/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..35ad01750a0102063d8b4403117ee7d73c6a8e17 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc1e9118866e416ec395ccdb81173f00acceb7218f41b47131a0a128da61532 +size 540826 diff --git a/perception/image_level_comprehension/scene_classification/images/501.png b/perception/image_level_comprehension/scene_classification/images/501.png new file mode 100644 index 0000000000000000000000000000000000000000..de46dff44dc679733779fe3100cb78c147f01def --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27a172c622531e1d118dca488d597ea30d71f9ede6f608a56a979cf7dbe20f7 +size 627936 diff --git a/perception/image_level_comprehension/scene_classification/images/502.png b/perception/image_level_comprehension/scene_classification/images/502.png new file mode 100644 index 0000000000000000000000000000000000000000..2b37b050169fdfc69dfff7eb36c4ecc2e53cc430 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c06d4dbac3b7ed925c74224a0e6a8f3ac31753d362bb8e76bfb0e14a9e218c +size 573244 diff --git a/perception/image_level_comprehension/scene_classification/images/503.png b/perception/image_level_comprehension/scene_classification/images/503.png new file mode 100644 index 0000000000000000000000000000000000000000..14ead871d9560afc46220838062348ec67bd9618 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4efff4b6819afc6234cf7cb7aadf622e97f2c64f5b09c5f57657e416e15160 +size 608885 diff --git a/perception/image_level_comprehension/scene_classification/images/504.png b/perception/image_level_comprehension/scene_classification/images/504.png new file mode 100644 index 0000000000000000000000000000000000000000..9644b228f0110806ed7e1f6c242696e321f05251 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cecf86cfa48374cad57a7bf592108fd8fde96a73b8df004b5e17eaf35b6f2c +size 570264 diff --git a/perception/image_level_comprehension/scene_classification/images/505.png b/perception/image_level_comprehension/scene_classification/images/505.png new file mode 100644 index 0000000000000000000000000000000000000000..1d942c7404bd0b2941f3da772364dba344f34bbe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b898c1822eeb0e181c071377fabca6e77e3525537d61b067da8ed6670748d142 +size 568464 diff --git a/perception/image_level_comprehension/scene_classification/images/506.png b/perception/image_level_comprehension/scene_classification/images/506.png new file mode 100644 index 0000000000000000000000000000000000000000..7bcd6770852d4a2d3e91795e48f11982ce296ad1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4f9af7662755035cb6a8b8e607e95dce524323e737def08386e2895a6fef30 +size 560069 diff --git a/perception/image_level_comprehension/scene_classification/images/507.png b/perception/image_level_comprehension/scene_classification/images/507.png new file mode 100644 index 0000000000000000000000000000000000000000..c5501915509fcf5cc63f205295d979e95fa1bc56 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ded08360840af7a6768ecbce727a8fcd4755badb62e268e869af414be58c4b +size 564645 diff --git a/perception/image_level_comprehension/scene_classification/images/508.png b/perception/image_level_comprehension/scene_classification/images/508.png new file mode 100644 index 0000000000000000000000000000000000000000..3774591fcdb736282446c2d464cef4eaef485c83 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ac0acf4baa9cd5d2cb0c73467b3225a07e88f1e9d852dd913dc34fa7598e79 +size 567377 diff --git a/perception/image_level_comprehension/scene_classification/images/509.png b/perception/image_level_comprehension/scene_classification/images/509.png new file mode 100644 index 0000000000000000000000000000000000000000..6353b6deaab6a4dad84b6abb63030a15857b95c0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a8f377d1043f863146778e014aeb86c9e982cd42354e189913a9d0395ae0a9 +size 649069 diff --git a/perception/image_level_comprehension/scene_classification/images/51.png b/perception/image_level_comprehension/scene_classification/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..64211d3eab46e52923fcc4882b25c4887fd0ecdb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e72d337dc5f2bac2cd0e8304c3b14f593a350dc3c028263d019fd99fdda35f6 +size 491555 diff --git a/perception/image_level_comprehension/scene_classification/images/510.png b/perception/image_level_comprehension/scene_classification/images/510.png new file mode 100644 index 0000000000000000000000000000000000000000..124f7ddcce76ceaf42d278689b8c0904f818e287 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abffaabcbf0882a480a7c136b5327c487bb3d16627954ae9f501cc06b1cfd54 +size 639702 diff --git a/perception/image_level_comprehension/scene_classification/images/511.png b/perception/image_level_comprehension/scene_classification/images/511.png new file mode 100644 index 0000000000000000000000000000000000000000..78fc689d0602ce4b942acd7e27cd26899d2fca2b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d212a50cd9be4722468f874723648b6e4fe72d37ada5f86ecc08e056200098a5 +size 567532 diff --git a/perception/image_level_comprehension/scene_classification/images/512.png b/perception/image_level_comprehension/scene_classification/images/512.png new file mode 100644 index 0000000000000000000000000000000000000000..361fa80815cfc570bc337176790f74d5f68fdf15 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254c3da17c85f57bf15e9451da247910aa8b41d93fb37df52b59025e9b8a968c +size 568930 diff --git a/perception/image_level_comprehension/scene_classification/images/513.png b/perception/image_level_comprehension/scene_classification/images/513.png new file mode 100644 index 0000000000000000000000000000000000000000..5635844e680b149fd82f35b6a77a5d71fe9df5d2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1760aaf44b116759bba91b44a123b822a2e5e044ae115d9c456bfeb2241d00 +size 620197 diff --git a/perception/image_level_comprehension/scene_classification/images/514.png b/perception/image_level_comprehension/scene_classification/images/514.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c7016cbd056912e73c91d899ad7779b0964d4c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c494a6e215b5daff6f1824056dd8f866db26f1629ac00588c55dae05d5ae1c3 +size 525112 diff --git a/perception/image_level_comprehension/scene_classification/images/515.png b/perception/image_level_comprehension/scene_classification/images/515.png new file mode 100644 index 0000000000000000000000000000000000000000..68f7129171c3a1c2377d52725a54b08aa79a35bd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c6493ab47ac4dad9167d0d78b84189f458b7781d8da17e241e4c75d02b846b +size 560818 diff --git a/perception/image_level_comprehension/scene_classification/images/516.png b/perception/image_level_comprehension/scene_classification/images/516.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0c8a62267180b933fc688d77bdd82f876edad9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c4cb34ec2ac08d98b06312328a2d94f94a848bd4f28ce8b0a31fd21257e209 +size 587982 diff --git a/perception/image_level_comprehension/scene_classification/images/517.png b/perception/image_level_comprehension/scene_classification/images/517.png new file mode 100644 index 0000000000000000000000000000000000000000..83429e4c5631e940e540e76286a3437e28591956 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e2027da0b54126bbd48bc4dc8f68383b4d105d61133cf9aea26991887cef4c +size 607555 diff --git a/perception/image_level_comprehension/scene_classification/images/518.png b/perception/image_level_comprehension/scene_classification/images/518.png new file mode 100644 index 0000000000000000000000000000000000000000..03878545b4801fa76f1fe2babda4f56be87460df --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/518.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7da26314cbf63a96891c43754af7525071ac20d78da92bf56df0ba8da3de11 +size 589595 diff --git a/perception/image_level_comprehension/scene_classification/images/519.png b/perception/image_level_comprehension/scene_classification/images/519.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a35b0831d5e6bcaa25fda10d6885599d6834a7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846c9db4cca6ae8c23fa5bab4418cfeb538702860223c0379a45e705480dc4e0 +size 662821 diff --git a/perception/image_level_comprehension/scene_classification/images/52.png b/perception/image_level_comprehension/scene_classification/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..377679ad5325d61f38b2fbceec4608a4131c55a9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204bb7ee53c23a2e05e1b6777383b4152f8abba81357768836a192941e3feee1 +size 493942 diff --git a/perception/image_level_comprehension/scene_classification/images/520.png b/perception/image_level_comprehension/scene_classification/images/520.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4b5aad7718737ce2977400c26f5e85557cae3c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf10b7931a2c2e214e82e7a8b625de92f45210a6ccd187fe1e896eb260a6d8e +size 622968 diff --git a/perception/image_level_comprehension/scene_classification/images/521.png b/perception/image_level_comprehension/scene_classification/images/521.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9e77cc2f1af08a423c921810f70b78b5217101 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6031bc94f283e58ebed28c775fb83ddb13fc0259cbd40af03e5cee8325deba62 +size 597229 diff --git a/perception/image_level_comprehension/scene_classification/images/522.png b/perception/image_level_comprehension/scene_classification/images/522.png new file mode 100644 index 0000000000000000000000000000000000000000..1660beb394e4947bbfc814c63c2f80d99ca2ecb3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc189d9f16f161d79efd141d1059c071bcc569d2a0382a1b37c0bc1b2aadc07 +size 588118 diff --git a/perception/image_level_comprehension/scene_classification/images/523.png b/perception/image_level_comprehension/scene_classification/images/523.png new file mode 100644 index 0000000000000000000000000000000000000000..27263ffe2195a2c2a5cb1923284baecda35fa3e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2909e55b0d3015b72d64751b7807d03cc4b8216df40f546c716e1bfce6a64aeb +size 578877 diff --git a/perception/image_level_comprehension/scene_classification/images/524.png b/perception/image_level_comprehension/scene_classification/images/524.png new file mode 100644 index 0000000000000000000000000000000000000000..ac17b06bb3bf536237ba6daa014e6ebb0ff8372b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbd1c7f7a4895433b986b0d565463255f05939fe6fc9b24face5c4af1a038a1 +size 573182 diff --git a/perception/image_level_comprehension/scene_classification/images/525.png b/perception/image_level_comprehension/scene_classification/images/525.png new file mode 100644 index 0000000000000000000000000000000000000000..3908c8bc1d135942604ed7b70a635eadbaf56523 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499a2e880089b299c1315df6c8e45afe60c6683d195c9fc268bfb4a3d3a3cbc2 +size 617556 diff --git a/perception/image_level_comprehension/scene_classification/images/526.png b/perception/image_level_comprehension/scene_classification/images/526.png new file mode 100644 index 0000000000000000000000000000000000000000..498281d4c5882625a6b7656932586d78c1c2599e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d56505af34bd9f574d8ca8a2b01d2643cab0ecbb4d14b3af56ee340aa6a97e1 +size 592671 diff --git a/perception/image_level_comprehension/scene_classification/images/527.png b/perception/image_level_comprehension/scene_classification/images/527.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc8167f01ffcec32dfc46a9947802f996510907 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251fe79c5d4d20c7b5bc2f3c56460a933c21bcab7950fb34bffd0dbea3eb343e +size 580357 diff --git a/perception/image_level_comprehension/scene_classification/images/528.png b/perception/image_level_comprehension/scene_classification/images/528.png new file mode 100644 index 0000000000000000000000000000000000000000..582b57216de54cd97e99df41f6b21ef8056ff94f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52432354214f06f1fd22dea2f9ee27baaab640c5591551d65ce0e7a2799178e7 +size 437557 diff --git a/perception/image_level_comprehension/scene_classification/images/529.png b/perception/image_level_comprehension/scene_classification/images/529.png new file mode 100644 index 0000000000000000000000000000000000000000..6cae41ec4f4ceec7de5f5d57460254bfeceed042 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64107f10db5fab3349b5843f6c642f318c6bd00d516e8f645b3403ccfb269cc8 +size 575599 diff --git a/perception/image_level_comprehension/scene_classification/images/53.png b/perception/image_level_comprehension/scene_classification/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..a053f64ed369db88610b9738f261f64245772bbd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cafd2dc3d8c6f40d4d3582152d9d5d17326ec57ba372856bdddd1aeceab777 +size 399503 diff --git a/perception/image_level_comprehension/scene_classification/images/530.png b/perception/image_level_comprehension/scene_classification/images/530.png new file mode 100644 index 0000000000000000000000000000000000000000..5759e8f2d6c73c59439e7018028877af8f403fbd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965be9c5c3509d1a076daf79fc8b9e6ffb0184f1afa99c3f8ce266580f4b1b4b +size 621828 diff --git a/perception/image_level_comprehension/scene_classification/images/531.png b/perception/image_level_comprehension/scene_classification/images/531.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5481ec9e11f119040a8cbd61ab882f3eb3303f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df75919717b33bac9187542526b1a4a121516013508f1ce28e851afcf77dd78 +size 608409 diff --git a/perception/image_level_comprehension/scene_classification/images/532.png b/perception/image_level_comprehension/scene_classification/images/532.png new file mode 100644 index 0000000000000000000000000000000000000000..2428808d8e35e44c00a9cdf6f32de46f4217ce2d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215bd714bd97f7f150be434835faa94411f71f2f851dc25c819eb54b75237aa2 +size 597054 diff --git a/perception/image_level_comprehension/scene_classification/images/533.png b/perception/image_level_comprehension/scene_classification/images/533.png new file mode 100644 index 0000000000000000000000000000000000000000..2b6a8bd8fd5f2ec79774fc9a40041f3defbed797 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67748fc3f5ea736426e8548d88b2dc39dd691f1bb639be547db1da101cbfc23 +size 608218 diff --git a/perception/image_level_comprehension/scene_classification/images/534.png b/perception/image_level_comprehension/scene_classification/images/534.png new file mode 100644 index 0000000000000000000000000000000000000000..d5774bb9f94f90280223eba4f550fa13ed4d4937 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4b7237e5f2dfc805ab81926411b969c5f7e554832613e732846144130081a9 +size 619442 diff --git a/perception/image_level_comprehension/scene_classification/images/535.png b/perception/image_level_comprehension/scene_classification/images/535.png new file mode 100644 index 0000000000000000000000000000000000000000..80a173ae95016129e949857bf5d0a3706505e368 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bc28a611d45fc6739c18bc8e6c7d7360bb69fa6be50c316b7afb23087cc361 +size 587928 diff --git a/perception/image_level_comprehension/scene_classification/images/536.png b/perception/image_level_comprehension/scene_classification/images/536.png new file mode 100644 index 0000000000000000000000000000000000000000..5579bef9e362d716532963af1776ff042876d28d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1562c2a82046dc681955317266815a36685cf8ccd3e8db650dd0f0487a58fcdd +size 576582 diff --git a/perception/image_level_comprehension/scene_classification/images/537.png b/perception/image_level_comprehension/scene_classification/images/537.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d0ae8966433ba42653d4a23bce0e1c0e52d635 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f16bdaee4d10b481c50ebcc4ff80028ffcc45ff0a2b97343429989acb6b2f4 +size 615375 diff --git a/perception/image_level_comprehension/scene_classification/images/538.png b/perception/image_level_comprehension/scene_classification/images/538.png new file mode 100644 index 0000000000000000000000000000000000000000..024040c1ae5549edfcfe9165a63a91d218afbc0c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8667648865e03ed3662ef70590ecd2e61ad7316f966c4a2911c97c37f2082101 +size 583997 diff --git a/perception/image_level_comprehension/scene_classification/images/539.png b/perception/image_level_comprehension/scene_classification/images/539.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d809a0efdaedb339c4a93a26108621974edad5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d99c9f3d4c19a9efc5d8cf548cb1cc9294f0ba7b5f69f9c6c35512d1085c6d +size 619212 diff --git a/perception/image_level_comprehension/scene_classification/images/54.png b/perception/image_level_comprehension/scene_classification/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..59f5777a14145c134df5c3652403d3758b22f2e4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c171c5247bbb5d586470ba6c50fbcd672b3df3b890e5b9238829e4edf584d9 +size 467557 diff --git a/perception/image_level_comprehension/scene_classification/images/540.png b/perception/image_level_comprehension/scene_classification/images/540.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e4627cc6b18e5a17d991a1652f8e4fd56c3952 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ad6b24190ec48d5084cc6678c821516f3a6c451b0883a21a846a62ef686de6 +size 556531 diff --git a/perception/image_level_comprehension/scene_classification/images/541.png b/perception/image_level_comprehension/scene_classification/images/541.png new file mode 100644 index 0000000000000000000000000000000000000000..c2073012839edd26a95a517643993dbc86c3c092 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464bc3730cf8ebf9506291154896dfe8ccf2ec5230eb80cb514d4a441acb3360 +size 672559 diff --git a/perception/image_level_comprehension/scene_classification/images/542.png b/perception/image_level_comprehension/scene_classification/images/542.png new file mode 100644 index 0000000000000000000000000000000000000000..091b31053cb641a1dd3382956c3e9b96be1e50ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2669356a7ba5e9014b82405c408b4511759354bad4e4e021670df6eae148ebc +size 545136 diff --git a/perception/image_level_comprehension/scene_classification/images/543.png b/perception/image_level_comprehension/scene_classification/images/543.png new file mode 100644 index 0000000000000000000000000000000000000000..849d3396c723ab9c84b277965640fd8d6e25bd59 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d28fc49b853e957a31c6d9b1b6bb6a7dc0155fcce1b3d449822a557c3a84591 +size 538198 diff --git a/perception/image_level_comprehension/scene_classification/images/544.png b/perception/image_level_comprehension/scene_classification/images/544.png new file mode 100644 index 0000000000000000000000000000000000000000..f520d9bc4ff774c04ce307807625059b616fd125 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c25d5f331e58f2a66a028d938a2e83cdab58cafa05d5396cedab20184b345b +size 631773 diff --git a/perception/image_level_comprehension/scene_classification/images/545.png b/perception/image_level_comprehension/scene_classification/images/545.png new file mode 100644 index 0000000000000000000000000000000000000000..67c7f8fc2dbfde17ab1d85a31d3cb7f29fbb4836 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2180058c0f30bb7025df38a4106bb0293a61a6bb4e63be5c36f2514d146eb5a1 +size 541202 diff --git a/perception/image_level_comprehension/scene_classification/images/546.png b/perception/image_level_comprehension/scene_classification/images/546.png new file mode 100644 index 0000000000000000000000000000000000000000..09e8bfe4506af680f9a9532be27a90fd1b131e8d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d39e7e3fcb50922edcc251a9cf677937760b44a0d4e73f16f008bf4a0eec40e +size 530219 diff --git a/perception/image_level_comprehension/scene_classification/images/547.png b/perception/image_level_comprehension/scene_classification/images/547.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7e3ab1f756362f87046e1413bb7f7e6a209d5f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1a88429b8945bb41149757e89b0970878f043fd51d0b75360aaec61931a501 +size 578609 diff --git a/perception/image_level_comprehension/scene_classification/images/548.png b/perception/image_level_comprehension/scene_classification/images/548.png new file mode 100644 index 0000000000000000000000000000000000000000..257a771da309605e211cc5976bcdef950970e56b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817b71045f73e44c4947fc57d27ce37a1f71e9616341650911e5be321d13cb5b +size 574581 diff --git a/perception/image_level_comprehension/scene_classification/images/549.png b/perception/image_level_comprehension/scene_classification/images/549.png new file mode 100644 index 0000000000000000000000000000000000000000..ab12667927e149be0f37cf42b3f2ecef9fa516b9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43e2fcd5f2c516a35e8635c8bffe41ddc807044dfba0fd7943e09324dfa5d73 +size 546705 diff --git a/perception/image_level_comprehension/scene_classification/images/55.png b/perception/image_level_comprehension/scene_classification/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..3cdad15e769b21d8b36207be46afea362a2cf9ad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cecb6d20062f8e1b2a2f3e8dacb0fd7053e71f86d21310b7cfcf7a88e490eac +size 253469 diff --git a/perception/image_level_comprehension/scene_classification/images/550.png b/perception/image_level_comprehension/scene_classification/images/550.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee2a8b8da40584289d5ce13c6d12370e50d126d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270d3513f071419af23a1423ebc9e47c522208b30aa48855a4dcc4df26f4a5d9 +size 557534 diff --git a/perception/image_level_comprehension/scene_classification/images/551.png b/perception/image_level_comprehension/scene_classification/images/551.png new file mode 100644 index 0000000000000000000000000000000000000000..143f5c52982a4e3f700b900e2906ec1f2c596270 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece3b0a263d202ff380ff022f628b4a220a394f4939cf9bf2349535064975bee +size 553128 diff --git a/perception/image_level_comprehension/scene_classification/images/552.png b/perception/image_level_comprehension/scene_classification/images/552.png new file mode 100644 index 0000000000000000000000000000000000000000..98815b17debfa2e52bbc35a74bb6beaaf921b3f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0271f7d7a76b61f9ffe1dbcdb1c5ae77cbefa77bbb2f2e8bcca5ec34f1f44606 +size 651372 diff --git a/perception/image_level_comprehension/scene_classification/images/553.png b/perception/image_level_comprehension/scene_classification/images/553.png new file mode 100644 index 0000000000000000000000000000000000000000..f4cd7536379a9436393bf7e5784308aa09baaaa5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410ced39cffce3306a40d7017d895f512c548b4ffe3a8e2162f9bf3766430e04 +size 629062 diff --git a/perception/image_level_comprehension/scene_classification/images/554.png b/perception/image_level_comprehension/scene_classification/images/554.png new file mode 100644 index 0000000000000000000000000000000000000000..c10bba4d5cb67ba3d6f50068d6403af2fff5e943 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729cfed83a30260c82d969c5f2fc1628f8845d646ad94fd8cfd455239a013d3f +size 522373 diff --git a/perception/image_level_comprehension/scene_classification/images/555.png b/perception/image_level_comprehension/scene_classification/images/555.png new file mode 100644 index 0000000000000000000000000000000000000000..b59a6f05052d3ae6666a68b8185cdc12ec294ced --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b70305a537aad639e3542af78077b3b8dd19efa36482c086c6860c31761ab1 +size 545884 diff --git a/perception/image_level_comprehension/scene_classification/images/556.png b/perception/image_level_comprehension/scene_classification/images/556.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce6bad332c3c28551195bfe4f285559e2d11d85 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c754ba1ebc872a775696d0a26788213406b10de38d80c83f847f0921522c7777 +size 582884 diff --git a/perception/image_level_comprehension/scene_classification/images/557.png b/perception/image_level_comprehension/scene_classification/images/557.png new file mode 100644 index 0000000000000000000000000000000000000000..e63d042e28016588e572328c147b1d2d84d395af --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036b51f6a7a80a7bcf2721a13a0b2a3e0d59f2bc6434407ccb438917b454bc49 +size 644735 diff --git a/perception/image_level_comprehension/scene_classification/images/558.png b/perception/image_level_comprehension/scene_classification/images/558.png new file mode 100644 index 0000000000000000000000000000000000000000..08b019b441a927946e5edf57a39ab6c51446c42d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1e8faceb98fe11a99bfebe2435bac1537849eaead105e2366ef4af37c7815f +size 298336 diff --git a/perception/image_level_comprehension/scene_classification/images/559.png b/perception/image_level_comprehension/scene_classification/images/559.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4f79827c0b68755d910ae75c415231bba282e3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f87cb9d1698ba36d8f6f879accc07ad6fa48bcff39d7b610ed20b15fb673380 +size 160720 diff --git a/perception/image_level_comprehension/scene_classification/images/56.png b/perception/image_level_comprehension/scene_classification/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..53ba4928a1bec6539cd6e0d5a99c002925f1e8b2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232894f46dc465b5836879c78e2175798bfa4a057f484fa73a00c4cbe22b8648 +size 504068 diff --git a/perception/image_level_comprehension/scene_classification/images/560.png b/perception/image_level_comprehension/scene_classification/images/560.png new file mode 100644 index 0000000000000000000000000000000000000000..b8643b06aff092600ec23b25f1389d10f5c11c50 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09693a806694a83c57d61645d0ebddf5872ef1c048ea699cf6465807326371ce +size 345938 diff --git a/perception/image_level_comprehension/scene_classification/images/561.png b/perception/image_level_comprehension/scene_classification/images/561.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9e8441db54e0f1145162df88497ae494b4a343 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c96d9ee2abbd10f3e0b294823fb73e1b6b695cd7ead04698def1c8e73eb6b0 +size 382458 diff --git a/perception/image_level_comprehension/scene_classification/images/562.png b/perception/image_level_comprehension/scene_classification/images/562.png new file mode 100644 index 0000000000000000000000000000000000000000..6fce99e3f2e6a991c19a22cc2b7a27ea4ca25d83 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3240986ea5bc57ffe2a8516ba1fdcc4137849488dfc48d9b6c2b695347662bd +size 289443 diff --git a/perception/image_level_comprehension/scene_classification/images/563.png b/perception/image_level_comprehension/scene_classification/images/563.png new file mode 100644 index 0000000000000000000000000000000000000000..beb18b7a219ebdf7b1809d116c1343e126ec3045 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35aa668710fb63debfd346717189bbdb49724a59d3cd025b5f96b21c46e14894 +size 355280 diff --git a/perception/image_level_comprehension/scene_classification/images/564.png b/perception/image_level_comprehension/scene_classification/images/564.png new file mode 100644 index 0000000000000000000000000000000000000000..46221115396090f646dbd1e83dc0e53070e13032 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970f0208de4b6a64f8decd18c8916abfb52fbb43286084c90170c94475ee3003 +size 264602 diff --git a/perception/image_level_comprehension/scene_classification/images/565.png b/perception/image_level_comprehension/scene_classification/images/565.png new file mode 100644 index 0000000000000000000000000000000000000000..2b0f3a389549cc3dfa5c370a3698a0ce28219145 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5939b72ea18c2e90f759ed38ac42bfa0aba33fe991bba3e624ea25bb9f8655c +size 238455 diff --git a/perception/image_level_comprehension/scene_classification/images/566.png b/perception/image_level_comprehension/scene_classification/images/566.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc45f654128a658cd411fd8d6c855c5ac284248 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2554402ad5b3eaeeab540f83c056ac8d08bfb28bd56f924ecbfb7f7b0d4434 +size 207886 diff --git a/perception/image_level_comprehension/scene_classification/images/567.png b/perception/image_level_comprehension/scene_classification/images/567.png new file mode 100644 index 0000000000000000000000000000000000000000..1621c66edd1d60be8caf304f6c8498483456bbcc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e4f7d62e6cb210da1fba13b299de6c025a8e15347bf1bb38e3601b34cd1438 +size 268892 diff --git a/perception/image_level_comprehension/scene_classification/images/568.png b/perception/image_level_comprehension/scene_classification/images/568.png new file mode 100644 index 0000000000000000000000000000000000000000..4ffd46bfb73d4243195a7e2d5d1d384993bf9762 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3078c481d60bc43d4b12416a331e3dc93820df693c3c285822b1e49bbe1cd3c7 +size 385100 diff --git a/perception/image_level_comprehension/scene_classification/images/569.png b/perception/image_level_comprehension/scene_classification/images/569.png new file mode 100644 index 0000000000000000000000000000000000000000..8571e095c208190856326e0dfc919dc7a49a520a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1104d941c620b9e91138d5724a4f5eaa9a77f72d4c36c76990256f0a23ea9b50 +size 301018 diff --git a/perception/image_level_comprehension/scene_classification/images/57.png b/perception/image_level_comprehension/scene_classification/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec19996e2a3344cefa1d6e6676c7b18e23f1c5e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b36de346a06289dbf30de4ed9e4ccc23a64f4ff1a7e058747038ca7bcccb34 +size 409304 diff --git a/perception/image_level_comprehension/scene_classification/images/570.png b/perception/image_level_comprehension/scene_classification/images/570.png new file mode 100644 index 0000000000000000000000000000000000000000..9644a4d1b7dc67e55dc2132422025ff8c02e4168 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c29742b7ba11afc7079b75a120fdb0a7ab8b3bdf5ce4f47101aeff533dd0369 +size 217328 diff --git a/perception/image_level_comprehension/scene_classification/images/571.png b/perception/image_level_comprehension/scene_classification/images/571.png new file mode 100644 index 0000000000000000000000000000000000000000..7e681bb85e67222b227874851658c138b6d9bde3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd6d8d53af7cbdb4483c49cdcdedee8d87182d2d3687245e155f193139445a7 +size 216640 diff --git a/perception/image_level_comprehension/scene_classification/images/572.png b/perception/image_level_comprehension/scene_classification/images/572.png new file mode 100644 index 0000000000000000000000000000000000000000..9107a8a6ac5430421b602c47c69ec9e270376e64 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a295ac2a3abeefd702b502706964df7e87e4b5dd8f8467d006f82f02a1d43b4 +size 364611 diff --git a/perception/image_level_comprehension/scene_classification/images/573.png b/perception/image_level_comprehension/scene_classification/images/573.png new file mode 100644 index 0000000000000000000000000000000000000000..dd7402154e4224eaf90b9430b79c313e629f81d6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757998cc0ea0506a0a5e18ffe4d097463461b1f5e89ca3ca266c422c63373787 +size 121104 diff --git a/perception/image_level_comprehension/scene_classification/images/574.png b/perception/image_level_comprehension/scene_classification/images/574.png new file mode 100644 index 0000000000000000000000000000000000000000..4f19431b5931e849b8eff23c362971caa740c66f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c82c1a346a38f0efca8b128b326f7b637d09b59ddd3f9f622ae0cafbd9674e3 +size 338600 diff --git a/perception/image_level_comprehension/scene_classification/images/575.png b/perception/image_level_comprehension/scene_classification/images/575.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4bf479f044eec66336e49552c59be02567c7ae --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9ed1062d556ab9adbd3b922bdbc08a2341f0ae4285db78d4bf85743ba63bd8 +size 429125 diff --git a/perception/image_level_comprehension/scene_classification/images/576.png b/perception/image_level_comprehension/scene_classification/images/576.png new file mode 100644 index 0000000000000000000000000000000000000000..70ffe5c1efd25fb03ca3cb600c70e81c2996e52a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d759d471cb87d45db66458f54f3403d43c82b16684f36cec5fad940c3617f6 +size 432117 diff --git a/perception/image_level_comprehension/scene_classification/images/577.png b/perception/image_level_comprehension/scene_classification/images/577.png new file mode 100644 index 0000000000000000000000000000000000000000..6bd257e6ad503cd31301631a65b267c745f708e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d47bd6ad7f5f95d2977a56b43797554ccf7bcd532bdda152523c4671de21df +size 161861 diff --git a/perception/image_level_comprehension/scene_classification/images/578.png b/perception/image_level_comprehension/scene_classification/images/578.png new file mode 100644 index 0000000000000000000000000000000000000000..c2260c92324f09a57fba4dc6a2a7e0e3d99d61a1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec6d950eef22bae2f583e0162255ddec1616634820d8b0605cc4d16f04d52c9 +size 211703 diff --git a/perception/image_level_comprehension/scene_classification/images/579.png b/perception/image_level_comprehension/scene_classification/images/579.png new file mode 100644 index 0000000000000000000000000000000000000000..289132a052583f03bc8741dbb73b6c9fe08f4c48 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a258bee6f01633e41a50304b0b9af8b97d2735c56f4342bd88c372637e0c0949 +size 246659 diff --git a/perception/image_level_comprehension/scene_classification/images/58.png b/perception/image_level_comprehension/scene_classification/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..516cbaa0ece6a688d00cfd892928aebfaf60c86e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c44d7f3d1ec44ce1e24e39dde81d45d15d666d10b2ee89b5c348c0555648bba +size 438899 diff --git a/perception/image_level_comprehension/scene_classification/images/580.png b/perception/image_level_comprehension/scene_classification/images/580.png new file mode 100644 index 0000000000000000000000000000000000000000..236c617d209f15d7cbcd62eee10a016d72ace41d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90dceed8dd2bb180dc97335e7b33f7b1c36bbb14f569fa85556f68184e57eee +size 372832 diff --git a/perception/image_level_comprehension/scene_classification/images/581.png b/perception/image_level_comprehension/scene_classification/images/581.png new file mode 100644 index 0000000000000000000000000000000000000000..b2bf311e8e0809f0594a7813a4b89653bfc75d68 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406387342fc88a7691654f67e9c66e5a3ef1265fe71692450649ee1cef1a2297 +size 269620 diff --git a/perception/image_level_comprehension/scene_classification/images/582.png b/perception/image_level_comprehension/scene_classification/images/582.png new file mode 100644 index 0000000000000000000000000000000000000000..17153c7e075d4a79c3901e22d8004db30a5d9700 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1679fb1e1a9e6514a50285eaff4bdb04691306c4385645f20cfc2fa75ab182ed +size 111793 diff --git a/perception/image_level_comprehension/scene_classification/images/583.png b/perception/image_level_comprehension/scene_classification/images/583.png new file mode 100644 index 0000000000000000000000000000000000000000..4d84e9140e65f8c8520d6efeb181749f28273168 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ea9475056f71366af0b6b70d79fb198a6e8c836e99c14a9b007c31d4befbb6 +size 411107 diff --git a/perception/image_level_comprehension/scene_classification/images/584.png b/perception/image_level_comprehension/scene_classification/images/584.png new file mode 100644 index 0000000000000000000000000000000000000000..6edbf5abf4a61577745827f085b1e301eabef3ab --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2b6a3cc1204df2235a889505b333c38d040334efb73e4e8d34f8e199258645 +size 382434 diff --git a/perception/image_level_comprehension/scene_classification/images/585.png b/perception/image_level_comprehension/scene_classification/images/585.png new file mode 100644 index 0000000000000000000000000000000000000000..1da3d10b442ed53434db0d3c5378fa7acf48b57a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b53058a61d2ae671670aa07e0c2af4d17238183ca5472803c510f99fb549231 +size 158696 diff --git a/perception/image_level_comprehension/scene_classification/images/586.png b/perception/image_level_comprehension/scene_classification/images/586.png new file mode 100644 index 0000000000000000000000000000000000000000..00104d261184967aaffa2119f9fe894f7114ed4d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d031ff54958fddd828632a89759305f109922f1b614b248aea6731bfaba9f9 +size 303020 diff --git a/perception/image_level_comprehension/scene_classification/images/587.png b/perception/image_level_comprehension/scene_classification/images/587.png new file mode 100644 index 0000000000000000000000000000000000000000..058f3da31dc173ea2cd31b1ca82a4dd723e87096 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3656d477bcafd7302ad58853e90fd9e97848774fade7023167e73e6ba61835 +size 408606 diff --git a/perception/image_level_comprehension/scene_classification/images/588.png b/perception/image_level_comprehension/scene_classification/images/588.png new file mode 100644 index 0000000000000000000000000000000000000000..9dcf31a4ded89e22a298ffde32ef568886e232f0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d902fd21d6d8147b317752b6cef63c695d41b903166fb08e097ba222531ec6a2 +size 299562 diff --git a/perception/image_level_comprehension/scene_classification/images/589.png b/perception/image_level_comprehension/scene_classification/images/589.png new file mode 100644 index 0000000000000000000000000000000000000000..2508d70435b1223f479f2d75911e35c00c8fcccc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6d69f088cbcc49bc1d19b2e9072307560777ff81f1a295a6e6cb091144c2a8 +size 376888 diff --git a/perception/image_level_comprehension/scene_classification/images/59.png b/perception/image_level_comprehension/scene_classification/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ac02331e4a9333010e8820ac6f3863599204d3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244b232500727b3d124e2975bb2591e234c418c82f8b0a9d13095c191253d1e9 +size 421140 diff --git a/perception/image_level_comprehension/scene_classification/images/590.png b/perception/image_level_comprehension/scene_classification/images/590.png new file mode 100644 index 0000000000000000000000000000000000000000..f08c83720e5254d98552171c1d7283df34714d78 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eaf6324c972933429986ee25883a1b1d087630931cf4ddf5880ce1f284ea22 +size 296583 diff --git a/perception/image_level_comprehension/scene_classification/images/591.png b/perception/image_level_comprehension/scene_classification/images/591.png new file mode 100644 index 0000000000000000000000000000000000000000..069ce863523d32ae86e53517bebfe3653bbcd33a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3803e11d34d3c0b709cf0be587430d846951e148c2170f4750fcafb28160b34f +size 204559 diff --git a/perception/image_level_comprehension/scene_classification/images/592.png b/perception/image_level_comprehension/scene_classification/images/592.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea8ed7e44eb9a97dee434245e250265eab65cff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0cfbbf67702723de5d38e37e50878c0ecce096f1d3be04086e3d85098d2007 +size 227515 diff --git a/perception/image_level_comprehension/scene_classification/images/593.png b/perception/image_level_comprehension/scene_classification/images/593.png new file mode 100644 index 0000000000000000000000000000000000000000..93eed3cbee08c20b6840c52a5ac8918c7cb32b8c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754a65d79fb4f36f2305b12e0f133134a9a6b5a677c98f2ba3c14b4d03325104 +size 419523 diff --git a/perception/image_level_comprehension/scene_classification/images/594.png b/perception/image_level_comprehension/scene_classification/images/594.png new file mode 100644 index 0000000000000000000000000000000000000000..948b2e9e2a32d07a166c9d3b452c89df9053d5b1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c297b4b7ce863ef338b2dcc08d1dd3fe0136a20bdc558f3844b5d671462443 +size 118255 diff --git a/perception/image_level_comprehension/scene_classification/images/595.png b/perception/image_level_comprehension/scene_classification/images/595.png new file mode 100644 index 0000000000000000000000000000000000000000..895c65a4fac991c90319fea476e77fe08980347a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64096bbba937fdac9b9f61806ff785b143f44f42057fbf2232b2184939300cca +size 228923 diff --git a/perception/image_level_comprehension/scene_classification/images/596.png b/perception/image_level_comprehension/scene_classification/images/596.png new file mode 100644 index 0000000000000000000000000000000000000000..62b8716faa2ca4cbda7955204fbf17b49bd6c21d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b9091d9438b4e1ad047a26a702ff984b9690573adba3911053141b97bde6b4 +size 181506 diff --git a/perception/image_level_comprehension/scene_classification/images/597.png b/perception/image_level_comprehension/scene_classification/images/597.png new file mode 100644 index 0000000000000000000000000000000000000000..f0f2e7178092c07d5070456796ae5c7a7b7ec155 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fa794f7a150947f4de980f41efc06922370047799b548ac6f348ac8687f40c +size 95957 diff --git a/perception/image_level_comprehension/scene_classification/images/598.png b/perception/image_level_comprehension/scene_classification/images/598.png new file mode 100644 index 0000000000000000000000000000000000000000..34f4d4879dfce86f4f2a211bc8cd921395dd593f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01baa6f78dd2e270eb672edbb18d3bd4aaff0fb1986274f4a0f360ed195e83cc +size 269643 diff --git a/perception/image_level_comprehension/scene_classification/images/599.png b/perception/image_level_comprehension/scene_classification/images/599.png new file mode 100644 index 0000000000000000000000000000000000000000..b552bfafb6d88b4adfd4d835eb2db3f54910a24f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d8500b024bd809994d251f2b2b8f0e17f242347cf9391cfdb8d93250ea2888 +size 378341 diff --git a/perception/image_level_comprehension/scene_classification/images/6.png b/perception/image_level_comprehension/scene_classification/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..428e89591a1b0c2242d8e58f34573c200022f29d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ce3ee653d4ebbb53adf20d8af317f24af6ad59079c6283e4c22f1edb43dc6 +size 392002 diff --git a/perception/image_level_comprehension/scene_classification/images/60.png b/perception/image_level_comprehension/scene_classification/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..0c49db0c6a6cdc791a7814b491aefb10875d72d9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408182e5ba53666a021554c8616d4d4c3515fa3eac76e4777c26cc997726124e +size 422137 diff --git a/perception/image_level_comprehension/scene_classification/images/600.png b/perception/image_level_comprehension/scene_classification/images/600.png new file mode 100644 index 0000000000000000000000000000000000000000..5fa0ae5473b3044d8de4be9e953f74f14953089f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ab9970299ce6b3d5e319ede685b333cac7362ef878e333cff40c24a4e996d7 +size 263207 diff --git a/perception/image_level_comprehension/scene_classification/images/601.png b/perception/image_level_comprehension/scene_classification/images/601.png new file mode 100644 index 0000000000000000000000000000000000000000..0425b8ef65eeb691f78fc05e8d37ad19fa6ed7e6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8307ed022c395181e9dfbefd38c73cb360091d0c4bbd7a352c76d8c56586e0 +size 422567 diff --git a/perception/image_level_comprehension/scene_classification/images/602.png b/perception/image_level_comprehension/scene_classification/images/602.png new file mode 100644 index 0000000000000000000000000000000000000000..243f773707a36f9fb20f9fb66ec3d81a27d8296f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c827b4034676580a4c3487162a6fc569557149c769e540509ae0051bda6c0a +size 143736 diff --git a/perception/image_level_comprehension/scene_classification/images/603.png b/perception/image_level_comprehension/scene_classification/images/603.png new file mode 100644 index 0000000000000000000000000000000000000000..cb64ca0596536c94bb89067a26c008b5e9096cf5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9537a9a893fde67cba0ac77c685c7e1c23dde8b591dcc762bf6f5ac7aa484ee +size 158952 diff --git a/perception/image_level_comprehension/scene_classification/images/604.png b/perception/image_level_comprehension/scene_classification/images/604.png new file mode 100644 index 0000000000000000000000000000000000000000..4d284ca5fd1782a6e0e879bc48570a3d9dc026b3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f214542c96a48720695f1bf22dcf378b0fc36bb3098738ecf4eb9b1c463e0d +size 305937 diff --git a/perception/image_level_comprehension/scene_classification/images/605.png b/perception/image_level_comprehension/scene_classification/images/605.png new file mode 100644 index 0000000000000000000000000000000000000000..44e841786317d9b012aa30a2925f93749a513d63 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ac7fc93c7effdc307ad51ce5f0edf583ba88c52aefcdb254fcb07bd546110c +size 166472 diff --git a/perception/image_level_comprehension/scene_classification/images/606.png b/perception/image_level_comprehension/scene_classification/images/606.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea0fbf06b0bc73e9462ce8bf6fcc36d3b4f519a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e31422f8f0ea704e1cd7154e77f8fa10154061927232710cb81aa36c859e8b +size 115311 diff --git a/perception/image_level_comprehension/scene_classification/images/607.png b/perception/image_level_comprehension/scene_classification/images/607.png new file mode 100644 index 0000000000000000000000000000000000000000..34529517cb96ff9b88bce5c1018f8be8bb9d3e3b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0819cafb328a11ccaf1a33f180bbf7564e2f2359ce8674887a111c9a672a4a74 +size 114388 diff --git a/perception/image_level_comprehension/scene_classification/images/608.png b/perception/image_level_comprehension/scene_classification/images/608.png new file mode 100644 index 0000000000000000000000000000000000000000..347e0bf2259f110c610af47a8dc99251a795633f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba1c6019face5f080b470f9c28d5bf8e439fc70ecdf83efef9f8f77ce7b2a46 +size 386020 diff --git a/perception/image_level_comprehension/scene_classification/images/609.png b/perception/image_level_comprehension/scene_classification/images/609.png new file mode 100644 index 0000000000000000000000000000000000000000..851cbb63fff92831c10b07760a2f31dfcc344024 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9096938ddcc8c38577731c7a552d4a70c6d37483af3633288a3d1bf83db543 +size 360967 diff --git a/perception/image_level_comprehension/scene_classification/images/61.png b/perception/image_level_comprehension/scene_classification/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..faa49d1c9eda9e055246b753ce82bd602065d1e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67dd59f4eb2985d8133d79c3c441733de1353faf15af1e46989ec316e77c0b51 +size 422646 diff --git a/perception/image_level_comprehension/scene_classification/images/610.png b/perception/image_level_comprehension/scene_classification/images/610.png new file mode 100644 index 0000000000000000000000000000000000000000..6e9bc62a42db35be2b9604b710a3777746ce85ed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d67ce7c6f44774cc24985ae6201bc694ffa594eb99ac264bca7ffa01dca922b +size 322743 diff --git a/perception/image_level_comprehension/scene_classification/images/611.png b/perception/image_level_comprehension/scene_classification/images/611.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6c4183e7e05edcdcfd7ae74e1b1520a604b1ae --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b619faaa1ccdaa38c0dc81da6623166bf79ad34543dd03aa03ab34af236e72f9 +size 146128 diff --git a/perception/image_level_comprehension/scene_classification/images/612.png b/perception/image_level_comprehension/scene_classification/images/612.png new file mode 100644 index 0000000000000000000000000000000000000000..49dabae1152b860ea53f26abb340af21d8fd8be8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3be2808369ea8b7ce0885795e9dd271ad73af53045cab2137b812906e10d88 +size 252575 diff --git a/perception/image_level_comprehension/scene_classification/images/613.png b/perception/image_level_comprehension/scene_classification/images/613.png new file mode 100644 index 0000000000000000000000000000000000000000..a6d4ced448b52335c32922f9fa27ede64459a9e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d923af3d6350f32211a31633a93fde1d8c92238c436e04820ae5ebc760e5a8 +size 178484 diff --git a/perception/image_level_comprehension/scene_classification/images/614.png b/perception/image_level_comprehension/scene_classification/images/614.png new file mode 100644 index 0000000000000000000000000000000000000000..8e165090b43345550eac527b1b7f1646ba5a9a4d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155801d394450bbc5fb00f9b3ad70efaf8688a44b6ee8f781d78c4708dab0342 +size 358960 diff --git a/perception/image_level_comprehension/scene_classification/images/615.png b/perception/image_level_comprehension/scene_classification/images/615.png new file mode 100644 index 0000000000000000000000000000000000000000..40dba6c39f0ae0ba6fe88f10b1ec7c1136250ee2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c89ddbf136f699b3160adf409a79459caedaa11e21be3a983bf8a7a53393dd +size 152876 diff --git a/perception/image_level_comprehension/scene_classification/images/616.png b/perception/image_level_comprehension/scene_classification/images/616.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4a104331b1e558696be19e4478e2cbd7555a98 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b80cd1342f852f898ed6b6472fd6698f0096dd1f42e7ab9886bc66feda565d +size 371300 diff --git a/perception/image_level_comprehension/scene_classification/images/617.png b/perception/image_level_comprehension/scene_classification/images/617.png new file mode 100644 index 0000000000000000000000000000000000000000..1be15673ec4a2226449d4c9e7f69847579c0c952 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210ba843525b8a31b27e50f67f8c1eaddb119c1a9032e2fb8d0d0875398c16a7 +size 392353 diff --git a/perception/image_level_comprehension/scene_classification/images/618.png b/perception/image_level_comprehension/scene_classification/images/618.png new file mode 100644 index 0000000000000000000000000000000000000000..c85f1a1ac93d7bedd5c305f950731291d385c85b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ea097903827fec860ea6ab04c79e4fe5f2e51fc01b5b15a1b8098f75826efd +size 118667 diff --git a/perception/image_level_comprehension/scene_classification/images/619.png b/perception/image_level_comprehension/scene_classification/images/619.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad10ba304c5a84fb54a59d5acd0da6466d6709 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/619.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e2077ad0bfb707039a1122ef813551a7f18f118251d22f1519281a96fb0543 +size 148969 diff --git a/perception/image_level_comprehension/scene_classification/images/62.png b/perception/image_level_comprehension/scene_classification/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd5319a07cac2a9d5ccba67171f10359eede19e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df893c747982ea9ceaf0c0bc807fe7855ae504fbb18f4fa5c7a196d51781cf9 +size 447085 diff --git a/perception/image_level_comprehension/scene_classification/images/620.png b/perception/image_level_comprehension/scene_classification/images/620.png new file mode 100644 index 0000000000000000000000000000000000000000..4f17c57b4bc00560dd06dedd25cca8bd0bdca868 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c9c1e073bb591f3f8482769ecfe507705fd646ba2e2721e3c6d11a28fd3f7b +size 271583 diff --git a/perception/image_level_comprehension/scene_classification/images/621.png b/perception/image_level_comprehension/scene_classification/images/621.png new file mode 100644 index 0000000000000000000000000000000000000000..a6609f31bdc4d68251e1ef610189e43e5e29a136 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c357427588d6a63b3abf52456aa07fd29af1ebe205710abf6a621b14cb3c9fa +size 246216 diff --git a/perception/image_level_comprehension/scene_classification/images/622.png b/perception/image_level_comprehension/scene_classification/images/622.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac295b1e56652442203494d3b1b592556fb6161 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91b2d220dd4775b9594ae01d3ff8cb605595d9e232215cacc9a595395f0a550 +size 128191 diff --git a/perception/image_level_comprehension/scene_classification/images/623.png b/perception/image_level_comprehension/scene_classification/images/623.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b5ab26f759ab98659d6cf6e382101157838ff0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bac14c1ca26642c8b995ae16707e59559c3c94e5faa843eeb170a159bda0fc +size 107823 diff --git a/perception/image_level_comprehension/scene_classification/images/624.png b/perception/image_level_comprehension/scene_classification/images/624.png new file mode 100644 index 0000000000000000000000000000000000000000..990f0067884914320a7882b2b534d45cf25476ef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61141403f88b8317fef860b2c9f6a6502c7e4963546adfcf0b9ffbfecbef5ae7 +size 449540 diff --git a/perception/image_level_comprehension/scene_classification/images/625.png b/perception/image_level_comprehension/scene_classification/images/625.png new file mode 100644 index 0000000000000000000000000000000000000000..8f839eb285d1bb0a7d65b7c64520efd2574c72a2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89117e2226430fe41953e040aae38cb213748baabb89856d135c6b1bb144182 +size 196017 diff --git a/perception/image_level_comprehension/scene_classification/images/626.png b/perception/image_level_comprehension/scene_classification/images/626.png new file mode 100644 index 0000000000000000000000000000000000000000..fb778b3baecbd3057323bfef05e62082f31581e9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f9c0d535632bf1b574acc4394631ebf0fa3e1560decb72116ebfb11a89e23d +size 245791 diff --git a/perception/image_level_comprehension/scene_classification/images/627.png b/perception/image_level_comprehension/scene_classification/images/627.png new file mode 100644 index 0000000000000000000000000000000000000000..88edaae20a76ea7588e86443641ff027d8a0aafe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ae56e9ba15f6b73fe50593fce9b35ac89ba6a525b8c44a700c7d0ce4f126cc +size 293934 diff --git a/perception/image_level_comprehension/scene_classification/images/628.png b/perception/image_level_comprehension/scene_classification/images/628.png new file mode 100644 index 0000000000000000000000000000000000000000..097c637ec78100a52f0ec4cd525318cd61d3d2fd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb88d8f3295f8543685a9ed19c656252a6e03f1e459da20c10a9681fbf15b39 +size 304879 diff --git a/perception/image_level_comprehension/scene_classification/images/629.png b/perception/image_level_comprehension/scene_classification/images/629.png new file mode 100644 index 0000000000000000000000000000000000000000..9949b5ba60886ce19b6459c6150123416471eb99 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b68d74f58c5e1b96a5079c4a77a84e57bfbfe84e1f1699ae3b6cc71a0da807 +size 117146 diff --git a/perception/image_level_comprehension/scene_classification/images/63.png b/perception/image_level_comprehension/scene_classification/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..4028c0876780ea512af2a4a9b763765609e40be7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362d8deacc113691366e81645e75541daa49c449647c62f37c62e65ed6f8dcfa +size 424555 diff --git a/perception/image_level_comprehension/scene_classification/images/630.png b/perception/image_level_comprehension/scene_classification/images/630.png new file mode 100644 index 0000000000000000000000000000000000000000..59368c46f1779b1d43b6ef4a887b8f51822f3451 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa39b9b86a10580ebec1c86ac411751c1c8a8d03d4e6b2a0adb6e1321ba0c92 +size 423561 diff --git a/perception/image_level_comprehension/scene_classification/images/631.png b/perception/image_level_comprehension/scene_classification/images/631.png new file mode 100644 index 0000000000000000000000000000000000000000..ddb1f5b1ff6d25dd5d06255be68f064ef4720ff0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda0d6340049699c7dd931ae0f23d5c8ce65ec272b71707097d3a7fd24a5dbc0 +size 249575 diff --git a/perception/image_level_comprehension/scene_classification/images/632.png b/perception/image_level_comprehension/scene_classification/images/632.png new file mode 100644 index 0000000000000000000000000000000000000000..c69a12344a6b26aa82759eac3d28e5c09e01df8d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18197f38f716273a8d7e4728afd51bd1f18e1efb9927c5ddd631075036c1a2ef +size 113003 diff --git a/perception/image_level_comprehension/scene_classification/images/633.png b/perception/image_level_comprehension/scene_classification/images/633.png new file mode 100644 index 0000000000000000000000000000000000000000..9336985741c0f67b52b4c7aed9969fef2d3114f9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058ce873055f7baea91d1a74f3d982ef622473d137fb850a672520b61e842778 +size 218912 diff --git a/perception/image_level_comprehension/scene_classification/images/634.png b/perception/image_level_comprehension/scene_classification/images/634.png new file mode 100644 index 0000000000000000000000000000000000000000..65ecc1fa58949799449116275359c3d9c6ddff0b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185bf031e3e8acce96fa9001f1246084d99c7fff1602dadc79791fcf829939ca +size 378143 diff --git a/perception/image_level_comprehension/scene_classification/images/635.png b/perception/image_level_comprehension/scene_classification/images/635.png new file mode 100644 index 0000000000000000000000000000000000000000..02bc4965513442619fd4ccfff0c76eeca7367ce2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540f23c0c000865feacfc08eec12e6af3680d0789ea3c16e85e7a891133dd8ec +size 173981 diff --git a/perception/image_level_comprehension/scene_classification/images/636.png b/perception/image_level_comprehension/scene_classification/images/636.png new file mode 100644 index 0000000000000000000000000000000000000000..6189bd2b3fbaf769c5e2a8120edb0caee63211e9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acac6c8534ebcea1480b1c5b9c5f99fe63a44da805c285a7d59f62f465c37989 +size 244826 diff --git a/perception/image_level_comprehension/scene_classification/images/637.png b/perception/image_level_comprehension/scene_classification/images/637.png new file mode 100644 index 0000000000000000000000000000000000000000..fa331722b49d221654433dec7e2a1406cc1dd5be --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af729caffc5be61073e70e1d210fcce60a13c3bc2c59bcb8a3ae5db6031838dd +size 134466 diff --git a/perception/image_level_comprehension/scene_classification/images/638.png b/perception/image_level_comprehension/scene_classification/images/638.png new file mode 100644 index 0000000000000000000000000000000000000000..1042de924626ca442e0a2bde2634df58822a779e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028c552819ab4776aedb49857e44e38a6b39d56a67c69836491a624bcee1e13d +size 243877 diff --git a/perception/image_level_comprehension/scene_classification/images/639.png b/perception/image_level_comprehension/scene_classification/images/639.png new file mode 100644 index 0000000000000000000000000000000000000000..0e24cd006a2f6b42c885068a9b15917ff59f5110 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd59808bf883328f3d6ac82646654dc03295971497a0d9a0e4c5b28705010236 +size 167884 diff --git a/perception/image_level_comprehension/scene_classification/images/64.png b/perception/image_level_comprehension/scene_classification/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..90135f314ff7d6bac794b3f76dea42241076dcd1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d0658646be2aa1e70e75c4e56aeefd40042f78a36024116ba5f533713f4a87 +size 468775 diff --git a/perception/image_level_comprehension/scene_classification/images/640.png b/perception/image_level_comprehension/scene_classification/images/640.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5db590e79ad6076f53a7c229629977a6d3d35a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4a67b9a7c36e66d87f984c8ff485cf0bbf101a84669119de020b8acb4d8ffe +size 262830 diff --git a/perception/image_level_comprehension/scene_classification/images/641.png b/perception/image_level_comprehension/scene_classification/images/641.png new file mode 100644 index 0000000000000000000000000000000000000000..01b87ac704d1a5cc1582f3e6e513cd5185ab2cc3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da722aa39c50010e71aade66b28c662a6c7d77973ef863e314f74497588c745f +size 282310 diff --git a/perception/image_level_comprehension/scene_classification/images/642.png b/perception/image_level_comprehension/scene_classification/images/642.png new file mode 100644 index 0000000000000000000000000000000000000000..435e6669b310af417e14b773b1d0b30b42d50e7d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f74ba63e1ae98248512de13e16f749ad31d3cba6c3905f840f29816a4663220 +size 427880 diff --git a/perception/image_level_comprehension/scene_classification/images/643.png b/perception/image_level_comprehension/scene_classification/images/643.png new file mode 100644 index 0000000000000000000000000000000000000000..207cbfa42c8e8f94c1ddd5a8a08d2de4d3ce7f88 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f6e95d36a5cd9b98a644f08222a9f879959515630b51349b85ee67ecded856 +size 146259 diff --git a/perception/image_level_comprehension/scene_classification/images/644.png b/perception/image_level_comprehension/scene_classification/images/644.png new file mode 100644 index 0000000000000000000000000000000000000000..720514209d074c92c311d42dfcb10ed23a41e20f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5dacf35de6f7b8d9a8005c20eefe7f69514e850624dba575c24e7cbc2f89e4 +size 268480 diff --git a/perception/image_level_comprehension/scene_classification/images/645.png b/perception/image_level_comprehension/scene_classification/images/645.png new file mode 100644 index 0000000000000000000000000000000000000000..c966d70901a2198f94f22848207f4d359345a1ba --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9f95cd9f775e134a9171912a88095165ad4d149a55a48f0e190d5ef791ee2a +size 117180 diff --git a/perception/image_level_comprehension/scene_classification/images/646.png b/perception/image_level_comprehension/scene_classification/images/646.png new file mode 100644 index 0000000000000000000000000000000000000000..cbbd3dd5a63051b43da0221db99442614b92e204 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f43076055a83ad8452d2240ec44e6e5d41f43be4d6be803153b80b4504f9806 +size 117978 diff --git a/perception/image_level_comprehension/scene_classification/images/647.png b/perception/image_level_comprehension/scene_classification/images/647.png new file mode 100644 index 0000000000000000000000000000000000000000..b7fd355b6bd9e84d9dd118089395d21647d46296 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953ce59a8ba3f007fbbc47ced5a37656d5e13f15840f27157e84deb490761af4 +size 153003 diff --git a/perception/image_level_comprehension/scene_classification/images/648.png b/perception/image_level_comprehension/scene_classification/images/648.png new file mode 100644 index 0000000000000000000000000000000000000000..6505351424efdc2565a5cb953df5149205200df6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6957fb30445aebef0cd340bf54fe703e1be1f3794828660a276bb9c9f0ff45e7 +size 175776 diff --git a/perception/image_level_comprehension/scene_classification/images/649.png b/perception/image_level_comprehension/scene_classification/images/649.png new file mode 100644 index 0000000000000000000000000000000000000000..9da8c43f7df80370f3d668ed453ddd55d8aeb605 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6328c927605771e61d3409613a3fbce5f8dc1f574e3a8a99820cf6589748fd04 +size 188726 diff --git a/perception/image_level_comprehension/scene_classification/images/65.png b/perception/image_level_comprehension/scene_classification/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..ec20aefb5da7163701a78c196887ce4f5652ba27 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff998a4e9e2b9b673e24d9ba83046888edbe7107c503d0e2066c55963d21ac18 +size 464102 diff --git a/perception/image_level_comprehension/scene_classification/images/650.png b/perception/image_level_comprehension/scene_classification/images/650.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3d6f3be8c9b131e99a2cb0078e13b921627b99 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027d6ea81fd5221777397fa566ff1becd69bd8efb23c77b9f2fc3eaf80f27b41 +size 164840 diff --git a/perception/image_level_comprehension/scene_classification/images/651.png b/perception/image_level_comprehension/scene_classification/images/651.png new file mode 100644 index 0000000000000000000000000000000000000000..a24ae6ad86d76e46a63700c3a469fa273a0a4127 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066a28a82380483701dcafc2c2f81743822cebe360845b2df0b29bb422f987c7 +size 396486 diff --git a/perception/image_level_comprehension/scene_classification/images/652.png b/perception/image_level_comprehension/scene_classification/images/652.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4141e1c0f676dec7e476afd5dce4563c7be562 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f2df454b5634feae606b3eca2f6889ec5aa19ec3b07a4c3779c3ff70b9a44c +size 359362 diff --git a/perception/image_level_comprehension/scene_classification/images/653.png b/perception/image_level_comprehension/scene_classification/images/653.png new file mode 100644 index 0000000000000000000000000000000000000000..838f48a6dde887a641035d12a159a3b6bbf32936 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aba05e398403f8a386b45e90ef6de8e0c00548a631f60ee58451aa7f657591 +size 384676 diff --git a/perception/image_level_comprehension/scene_classification/images/654.png b/perception/image_level_comprehension/scene_classification/images/654.png new file mode 100644 index 0000000000000000000000000000000000000000..9051cbd363c1651e3d3aceff9a1c45f65afd4911 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c25415500feaecc728b906d5fc03c0a00f972c2a4983230123934c16bc13549 +size 139230 diff --git a/perception/image_level_comprehension/scene_classification/images/655.png b/perception/image_level_comprehension/scene_classification/images/655.png new file mode 100644 index 0000000000000000000000000000000000000000..73434782233d83022457b3433152e447772b0ccc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90628aa1f39ff0535b61fcf40bf8a776ecae6632768e833de5c5759062971728 +size 405600 diff --git a/perception/image_level_comprehension/scene_classification/images/656.png b/perception/image_level_comprehension/scene_classification/images/656.png new file mode 100644 index 0000000000000000000000000000000000000000..81aefa4340817ebbdf4a2ac4093f64234cd22e76 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c70277b76213486035497a83f70d8c88eb4f4e7dd12cffa78dcb310adee8e62 +size 423971 diff --git a/perception/image_level_comprehension/scene_classification/images/657.png b/perception/image_level_comprehension/scene_classification/images/657.png new file mode 100644 index 0000000000000000000000000000000000000000..a695cf0962bb9d1d491959b0535f30084d839e8e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20132e9d20749c7d6cf571c3e270a5e19fbe8caa0474b72ffd8686a7bd31869d +size 271276 diff --git a/perception/image_level_comprehension/scene_classification/images/658.png b/perception/image_level_comprehension/scene_classification/images/658.png new file mode 100644 index 0000000000000000000000000000000000000000..a6614eccf285d5365e7dee05b8a9e1f351cd5f3b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d5daec91161f491b1d5fed08c578a6e63c15341746247b7a736e894096aa0a +size 320722 diff --git a/perception/image_level_comprehension/scene_classification/images/659.png b/perception/image_level_comprehension/scene_classification/images/659.png new file mode 100644 index 0000000000000000000000000000000000000000..523b288f9dca837129adc4d0443e09d9f8a5dfb1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e12092f969287fe46e6a8b0f4a96acae5e99feea46ebdb5de1d9ba471ba923 +size 307171 diff --git a/perception/image_level_comprehension/scene_classification/images/66.png b/perception/image_level_comprehension/scene_classification/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..4efef2dc7483415a901b0f92702f9205e7d452fc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff30aaf4cd65f25003096fa016a0b1c94fbf977ebff1937c790b4138a938a36 +size 407769 diff --git a/perception/image_level_comprehension/scene_classification/images/660.png b/perception/image_level_comprehension/scene_classification/images/660.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f42637e403da4a9a234204fc9c48dd0359659f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041150d75250fdd6ca9cbb9a4496eee130b863fbc5cb39ffcc3d24cc6daee1b9 +size 259970 diff --git a/perception/image_level_comprehension/scene_classification/images/661.png b/perception/image_level_comprehension/scene_classification/images/661.png new file mode 100644 index 0000000000000000000000000000000000000000..c4e35a80f9e963a57809c1f2e5409a75a2b71524 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da63f872eece7b4bd5721fedff83ae5c0895e75468930f353198529947b86448 +size 389064 diff --git a/perception/image_level_comprehension/scene_classification/images/662.png b/perception/image_level_comprehension/scene_classification/images/662.png new file mode 100644 index 0000000000000000000000000000000000000000..52952e46d1c663b70c1256c54475fdda66c0044c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3dc631273023f5b2fa6125bf67e7ebf6692267331c9650f752b510d136132c +size 369361 diff --git a/perception/image_level_comprehension/scene_classification/images/663.png b/perception/image_level_comprehension/scene_classification/images/663.png new file mode 100644 index 0000000000000000000000000000000000000000..64fff0cfa92e44eee42bd4d7f3b4503e9c2043a7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd0408f5f6eb9fc57e4182e0f768b3f9600e640ae8ac225518eb41f66909842 +size 355512 diff --git a/perception/image_level_comprehension/scene_classification/images/664.png b/perception/image_level_comprehension/scene_classification/images/664.png new file mode 100644 index 0000000000000000000000000000000000000000..cb740a80b5ba0277623831adb92f3bb5ff734a0e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0684a16c78df7628d16e8e2d843a47cb1225ad922f64bc33efeb447172eb79cd +size 326452 diff --git a/perception/image_level_comprehension/scene_classification/images/665.png b/perception/image_level_comprehension/scene_classification/images/665.png new file mode 100644 index 0000000000000000000000000000000000000000..dc501ce3cf0cea1b6f3b9c697a900991c02a3a79 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f01cf8664b3fb73514ede027c7ba32868abfabeede20bd9c3d5a5474045b5e +size 423979 diff --git a/perception/image_level_comprehension/scene_classification/images/666.png b/perception/image_level_comprehension/scene_classification/images/666.png new file mode 100644 index 0000000000000000000000000000000000000000..248e8469b77c7834b372440b9381afb64764ae03 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3931646d219fc7b26ab6bffee050a715423558f6d5e093e0dd08f014c8aefae9 +size 459768 diff --git a/perception/image_level_comprehension/scene_classification/images/667.png b/perception/image_level_comprehension/scene_classification/images/667.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4a3d5edd3e1a011b29d67f672b74d9c8388e54 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e87057274540da77adf097d65f7288f64aa852ffffeb45bd1c72c942e30d16a +size 274682 diff --git a/perception/image_level_comprehension/scene_classification/images/668.png b/perception/image_level_comprehension/scene_classification/images/668.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a9a3fc78f69678b90db8d47cc55c4531ab9f90 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18aad4d569ac005539a0b7490973507a498929c2d22264c6afa3b9489afde22b +size 354984 diff --git a/perception/image_level_comprehension/scene_classification/images/669.png b/perception/image_level_comprehension/scene_classification/images/669.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc3110ee82ca4bc8211c947f2ad5e39d9ccf266 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a9709908b60db348e3f228047676e59b0c557eb4e48fd4a20fca913e822518 +size 271602 diff --git a/perception/image_level_comprehension/scene_classification/images/67.png b/perception/image_level_comprehension/scene_classification/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..0b5799fffd7b12a329d0a5747a37417ec56d6923 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3093379e8eff35024d0c5ee5a11abc14e96fcabecd15cb8f36aa4665089bd9b2 +size 455977 diff --git a/perception/image_level_comprehension/scene_classification/images/670.png b/perception/image_level_comprehension/scene_classification/images/670.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd219d60e27f403cdae442205ea4e268c385946 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea7ed67e823525b8922c84802f3147b77ad666fb181061c618442ecca2b21fc +size 423165 diff --git a/perception/image_level_comprehension/scene_classification/images/671.png b/perception/image_level_comprehension/scene_classification/images/671.png new file mode 100644 index 0000000000000000000000000000000000000000..4a1dcc4ce91ea47955c8338abac8dbc7d08413f0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defc998371f99b353262d16fd3c2185d4a484598134da370b780446d2e349414 +size 387451 diff --git a/perception/image_level_comprehension/scene_classification/images/672.png b/perception/image_level_comprehension/scene_classification/images/672.png new file mode 100644 index 0000000000000000000000000000000000000000..619e8d59544203f0878a982b19c6b847f82851eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c15bc2293352ec37fc6155d203a85b5d7fed9b9ba2f92c5e0b9206986d5a42 +size 437096 diff --git a/perception/image_level_comprehension/scene_classification/images/673.png b/perception/image_level_comprehension/scene_classification/images/673.png new file mode 100644 index 0000000000000000000000000000000000000000..04341f81e779b06fb72c9e6a4338cd8bd81ebf31 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3c79e76b8bdf91bcd0a338a6db19ef7dfa6e5683b7360ce7fbc1e2fd1c40f0 +size 372915 diff --git a/perception/image_level_comprehension/scene_classification/images/674.png b/perception/image_level_comprehension/scene_classification/images/674.png new file mode 100644 index 0000000000000000000000000000000000000000..5840063c0142f8b0a5216fecd13c5b84439bd2b0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324fa40f0815ef5d21674453ffbe8f53c82c24a63fb9e0f690528136b16d7d6a +size 352562 diff --git a/perception/image_level_comprehension/scene_classification/images/675.png b/perception/image_level_comprehension/scene_classification/images/675.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7db022232155e0e1b873222700b997acf5916e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc6066928a883318af058d03a73cf63d512d8108de1f36c7128c58c2147c286 +size 188385 diff --git a/perception/image_level_comprehension/scene_classification/images/676.png b/perception/image_level_comprehension/scene_classification/images/676.png new file mode 100644 index 0000000000000000000000000000000000000000..ccfed281dfc3c29c419159cd244b3592f22bf181 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6318fc72045d5965238f84c5f6fceb500accb1194c17b7e8d3e232bf37b675ab +size 385671 diff --git a/perception/image_level_comprehension/scene_classification/images/677.png b/perception/image_level_comprehension/scene_classification/images/677.png new file mode 100644 index 0000000000000000000000000000000000000000..20bb16013879cae0784cb8d39747416fd562fafe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef4fc3e8707a9a6fc17835efb962653f9ab2c2d07a82cf3e0be6ddb891a13b1 +size 338436 diff --git a/perception/image_level_comprehension/scene_classification/images/678.png b/perception/image_level_comprehension/scene_classification/images/678.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ee1c994a291ebe0d29acc244e530d8c7d41818 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b084f0ff36af086953aa318fa07fe3d2d4cbf7d5ced59d5a4e01ea2888638831 +size 282494 diff --git a/perception/image_level_comprehension/scene_classification/images/679.png b/perception/image_level_comprehension/scene_classification/images/679.png new file mode 100644 index 0000000000000000000000000000000000000000..e31b4d5b9023f4963068b91d1fee5229dbf54b8c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65042b03894f51508890869466a3385e3a7aee63eda82d766773f7fb7d8330c5 +size 226277 diff --git a/perception/image_level_comprehension/scene_classification/images/68.png b/perception/image_level_comprehension/scene_classification/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7be0873ab9eff877d111780bc242c9c53aaa96 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e564e7f34669494cd24cb3f5bb97afcdb9b5e37a540574eb5387165cc58006 +size 520859 diff --git a/perception/image_level_comprehension/scene_classification/images/680.png b/perception/image_level_comprehension/scene_classification/images/680.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d6917bf85ecb2f1f51f37fd7d85e4a6c51105a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814e951b91fb2ce67432db6caa526aa8bc8889f06a2a0da9e0a36879f8e8b732 +size 366284 diff --git a/perception/image_level_comprehension/scene_classification/images/681.png b/perception/image_level_comprehension/scene_classification/images/681.png new file mode 100644 index 0000000000000000000000000000000000000000..378038ad532b693ee5a1b3432463ca9500d6916c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23809670a153b4b2d4773d868dab4f7bf758d76b6363b8be84995846b343ec3 +size 323432 diff --git a/perception/image_level_comprehension/scene_classification/images/682.png b/perception/image_level_comprehension/scene_classification/images/682.png new file mode 100644 index 0000000000000000000000000000000000000000..e340089939f859c98b14f308e1ad526bcf663f3f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847e5114ae4664ae3f135727ece9f6b7c47a7485c0215d286c3ccda077e42ff7 +size 284697 diff --git a/perception/image_level_comprehension/scene_classification/images/683.png b/perception/image_level_comprehension/scene_classification/images/683.png new file mode 100644 index 0000000000000000000000000000000000000000..ea63101be8ac03abaadd50c626f7a6b99900ba82 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397c16b12662a52c4cdc1a22d4cf70bb7c3636b71d322b7fcbc59eafaff20bc4 +size 173803 diff --git a/perception/image_level_comprehension/scene_classification/images/684.png b/perception/image_level_comprehension/scene_classification/images/684.png new file mode 100644 index 0000000000000000000000000000000000000000..0241ec5b1e2b51b1e5618d874f42fe30921cc664 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc55e53087122091e9dfcf9fbd4e4df10a206fc7d2c10de3dd031ffd639bb24 +size 384293 diff --git a/perception/image_level_comprehension/scene_classification/images/685.png b/perception/image_level_comprehension/scene_classification/images/685.png new file mode 100644 index 0000000000000000000000000000000000000000..daae24fe31e56f581cf2ee70e535b7261587fa3d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944869684753217b9d0166f842ddd5572109451f06ba6281f4ab5d089c4d5ddc +size 354553 diff --git a/perception/image_level_comprehension/scene_classification/images/686.png b/perception/image_level_comprehension/scene_classification/images/686.png new file mode 100644 index 0000000000000000000000000000000000000000..4adf50dd5048e1cc14a65a785c44a9af684a83f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323a1608607a100f70c46075e5f75fa08a7a13aa1905dd21a99f9498e16b9bb9 +size 246644 diff --git a/perception/image_level_comprehension/scene_classification/images/687.png b/perception/image_level_comprehension/scene_classification/images/687.png new file mode 100644 index 0000000000000000000000000000000000000000..2f102dabfeff68f33017e5047476524ca0b9dd93 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79153769ff8810c3dfa5df1cc2de9add4223a01484647cbe425ea058ebff69c +size 415015 diff --git a/perception/image_level_comprehension/scene_classification/images/688.png b/perception/image_level_comprehension/scene_classification/images/688.png new file mode 100644 index 0000000000000000000000000000000000000000..e019f678061efe728806426a6daac306c7314020 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa8e914852bc9e241ff45e8de5de7d1405d36119586da71c82e33c8122ed709 +size 196492 diff --git a/perception/image_level_comprehension/scene_classification/images/689.png b/perception/image_level_comprehension/scene_classification/images/689.png new file mode 100644 index 0000000000000000000000000000000000000000..647a8f73c65009fc6b3cfebfed04a290d96d790f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec6135112476379e968cd27332e3341b21df464582ca28ee46bc6db9a7a7f95 +size 415411 diff --git a/perception/image_level_comprehension/scene_classification/images/69.png b/perception/image_level_comprehension/scene_classification/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..22e03e200e5511df1da6af465db6a92be5f8f6ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2475455a854637fccdbf2cf7384969f5cc5a974c7ae2ebea94f3a23f2996780a +size 409120 diff --git a/perception/image_level_comprehension/scene_classification/images/690.png b/perception/image_level_comprehension/scene_classification/images/690.png new file mode 100644 index 0000000000000000000000000000000000000000..29fd95febfac49e0191cbd94fe7d7bafd2a4c1d1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7821b7714dcd421e9101c95038a98ae63d525c0b4e3f74f985df68d44612110f +size 181389 diff --git a/perception/image_level_comprehension/scene_classification/images/691.png b/perception/image_level_comprehension/scene_classification/images/691.png new file mode 100644 index 0000000000000000000000000000000000000000..92362cbc6903fa9630c6132b6c8944d32cd0e885 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e222eac2b29181d2fa69e3a1130c3cff6cc45a390ff6aabeaff93ba45bfe4b8a +size 379745 diff --git a/perception/image_level_comprehension/scene_classification/images/692.png b/perception/image_level_comprehension/scene_classification/images/692.png new file mode 100644 index 0000000000000000000000000000000000000000..9521812e2b1a509754c41487dd59687c27b65a23 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5c038302a98ad293599393afbe8786c8568603fd2b5536a256edf8d55049b3 +size 211109 diff --git a/perception/image_level_comprehension/scene_classification/images/693.png b/perception/image_level_comprehension/scene_classification/images/693.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c57ccb7d6684cef67a254f3867e7ddf180f16c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1f2bd9ece63db2cb41f2b86c02863c1d58b7dcf378249efff843be8074c859 +size 316119 diff --git a/perception/image_level_comprehension/scene_classification/images/694.png b/perception/image_level_comprehension/scene_classification/images/694.png new file mode 100644 index 0000000000000000000000000000000000000000..516899ac5f9f93d4fb69dc5242c440acceb59440 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3f21e708a0ed06caac9eb388af7d8bdc7d3d8d2cddbb1122ea181a18647cf9 +size 175654 diff --git a/perception/image_level_comprehension/scene_classification/images/695.png b/perception/image_level_comprehension/scene_classification/images/695.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e316b1e1f2d5c798cc1bfd3bc57c56e1560ccd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2464723c5c00d62b00eaa0d17dac265caea77f2ebb6372afd4ae6c7984a6930e +size 351344 diff --git a/perception/image_level_comprehension/scene_classification/images/696.png b/perception/image_level_comprehension/scene_classification/images/696.png new file mode 100644 index 0000000000000000000000000000000000000000..9f0b7c3c8479ef46220467e3ad65c1da12978be3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04489999f01c3aedaa372faa8719616966dceb96851e7a43c8d1d726768e429e +size 407570 diff --git a/perception/image_level_comprehension/scene_classification/images/697.png b/perception/image_level_comprehension/scene_classification/images/697.png new file mode 100644 index 0000000000000000000000000000000000000000..653b9db0d06931b849209c01662a565b19e467b5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/697.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a8642aa10236b5f7a6fd7b8a73d435c515803c3381376579b77d40a0020d9c +size 250097 diff --git a/perception/image_level_comprehension/scene_classification/images/698.png b/perception/image_level_comprehension/scene_classification/images/698.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b38aafaaef23cff90105a4ff3dd722bda2389e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e651aec51f8b3ca0b3f9f22b4663c47b61a5665109f40e0bc8c2d5e1bb3e2e97 +size 341773 diff --git a/perception/image_level_comprehension/scene_classification/images/699.png b/perception/image_level_comprehension/scene_classification/images/699.png new file mode 100644 index 0000000000000000000000000000000000000000..c6d59d99d17dd080d22d0c99b437bc15350cc9d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415c21186b95666b939ef18e767d04da736768ef0b3d5a0f7340ddc20df796bb +size 311898 diff --git a/perception/image_level_comprehension/scene_classification/images/7.png b/perception/image_level_comprehension/scene_classification/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..9160764928c82d952febec40ac8ca6e5629aa2b2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7296071286e3f3ab9bc652bd2bc790b5a78daaa6a7fc2c66a6bc700ff1586b8c +size 333126 diff --git a/perception/image_level_comprehension/scene_classification/images/70.png b/perception/image_level_comprehension/scene_classification/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0205fc87f058ae2a8b55412a925e0be1123f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ae752890c8c672b252d131bccd8245b1b13abe7706e2a794e0afab48b07938 +size 400795 diff --git a/perception/image_level_comprehension/scene_classification/images/700.png b/perception/image_level_comprehension/scene_classification/images/700.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f94236002376a65a2ae50cb3601a877b388229 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541e42472b6579b13bd90ef5c4b1033fb531cb9db024c6ed3fc74157f2d8251d +size 226635 diff --git a/perception/image_level_comprehension/scene_classification/images/701.png b/perception/image_level_comprehension/scene_classification/images/701.png new file mode 100644 index 0000000000000000000000000000000000000000..f4d17dc2c08a2a9c9eab0cbfd943e1470498de55 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded4a57558dfeb64d3bde66bca97d10dd0720652893ac854fc92572e7f7caf7e +size 163211 diff --git a/perception/image_level_comprehension/scene_classification/images/702.png b/perception/image_level_comprehension/scene_classification/images/702.png new file mode 100644 index 0000000000000000000000000000000000000000..bc92015ca02ce3238dff45a4d9c3598c77c0d2f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41469481d39a5d0215b72a042b30c96ec1269552f44ba00295d382de0c8e006e +size 309071 diff --git a/perception/image_level_comprehension/scene_classification/images/703.png b/perception/image_level_comprehension/scene_classification/images/703.png new file mode 100644 index 0000000000000000000000000000000000000000..383ebd5cf2b3b6beb3b0a15062a51e2b81850a89 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b59a8ca46de9f49c11235015c0878cb918c9298c733503e54d0310fbb91d9d +size 350891 diff --git a/perception/image_level_comprehension/scene_classification/images/704.png b/perception/image_level_comprehension/scene_classification/images/704.png new file mode 100644 index 0000000000000000000000000000000000000000..4e9a45cff04ebaa0f06aa3cca3d96eb6ac6b0b29 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1784a875f8658b65df85aa09f1b286d115f3ee414103debcceff939b7e7180b2 +size 275487 diff --git a/perception/image_level_comprehension/scene_classification/images/705.png b/perception/image_level_comprehension/scene_classification/images/705.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbbc39dbdd5a1defe7b5fa3f13942e78ed3fe79 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc914f3c60eb8ceeb38979058c48ebf1ee6f9ac403bfb6ce8ebc46cf4721828 +size 351346 diff --git a/perception/image_level_comprehension/scene_classification/images/706.png b/perception/image_level_comprehension/scene_classification/images/706.png new file mode 100644 index 0000000000000000000000000000000000000000..dfb7b25af59cb5b0f45ac001b537b6d76403bed4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9aa2eecc2c3482c4fe76212883873844391526904a4043b6de1fcf048ada3b5 +size 305180 diff --git a/perception/image_level_comprehension/scene_classification/images/707.png b/perception/image_level_comprehension/scene_classification/images/707.png new file mode 100644 index 0000000000000000000000000000000000000000..73bb38eb402d2accdae0d06a16a8e29184622d77 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2820ea763e2080f110363394c8fc4138234ae9ae60ed7065b2893e42d5baaf +size 460865 diff --git a/perception/image_level_comprehension/scene_classification/images/708.png b/perception/image_level_comprehension/scene_classification/images/708.png new file mode 100644 index 0000000000000000000000000000000000000000..bf483cee4519187340acf916a04e5634529121a5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58790c2dc4eea36b134461ff460098e80830efd6774fc5d6fbb487928b710aca +size 399839 diff --git a/perception/image_level_comprehension/scene_classification/images/709.png b/perception/image_level_comprehension/scene_classification/images/709.png new file mode 100644 index 0000000000000000000000000000000000000000..c1da3fff6b7ac57514db05268ef96f1ef876c462 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7a3b03a05da9e7b27ff2f03a81f056cf602d376e166d38e7bed17e770c4c49 +size 353381 diff --git a/perception/image_level_comprehension/scene_classification/images/71.png b/perception/image_level_comprehension/scene_classification/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..e00aae5a8c86bb1ebebcc5fe52ed814abdf8a6b3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a3707eb8f35dfe70ab372058d8ec8bebeddc25753ae3683607d9c9962db101 +size 440934 diff --git a/perception/image_level_comprehension/scene_classification/images/710.png b/perception/image_level_comprehension/scene_classification/images/710.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7f546cfe569751f23f9ac2c562d06e809f6de8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3825828c2cecdf471a909e34d1cbd0bc682dfd171fca51d2b1cfc448568a27a +size 257636 diff --git a/perception/image_level_comprehension/scene_classification/images/711.png b/perception/image_level_comprehension/scene_classification/images/711.png new file mode 100644 index 0000000000000000000000000000000000000000..b26537c629da425b4b10d7bb0ac1b9d41f9217db --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc13d98deb9ed40fb4508d53350a27776efb34e9de1e2ef5f0bea8187212b120 +size 121071 diff --git a/perception/image_level_comprehension/scene_classification/images/712.png b/perception/image_level_comprehension/scene_classification/images/712.png new file mode 100644 index 0000000000000000000000000000000000000000..71cad5308431b527061b70ab07c6af00519ae9b0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e6880ce24cabb38c31ab576be40e29b3ba452f1d8c0c63e109df3fcea51c37 +size 381988 diff --git a/perception/image_level_comprehension/scene_classification/images/713.png b/perception/image_level_comprehension/scene_classification/images/713.png new file mode 100644 index 0000000000000000000000000000000000000000..dd77c0da2115d297827321089b2d6ee324c645f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b292c393eb0a7deac6942e8dd43505f2bfa35af74e30f3d2be11fba1d975136d +size 246322 diff --git a/perception/image_level_comprehension/scene_classification/images/714.png b/perception/image_level_comprehension/scene_classification/images/714.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb8c1a70b189294dda20e3a5ba23203f2ce4b42 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7942267327ab7114b49b6c8f4252d01f485314419bc0d090a092ff948485ccd +size 223613 diff --git a/perception/image_level_comprehension/scene_classification/images/715.png b/perception/image_level_comprehension/scene_classification/images/715.png new file mode 100644 index 0000000000000000000000000000000000000000..83476860ee8fe2468c6f223cf0ec17bed6c8d8b0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962ce40f78782af2eee8bdddad728a4e42a9ae9df42d68eb216e7216af490405 +size 402162 diff --git a/perception/image_level_comprehension/scene_classification/images/716.png b/perception/image_level_comprehension/scene_classification/images/716.png new file mode 100644 index 0000000000000000000000000000000000000000..3cbbaf78dee4fa1e3e25b24d774a5c438a3835fa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845fd453ffcf7d0ba4e6ed972b5afcbfb25ad77b6a650a8f53836cf5e494a264 +size 254141 diff --git a/perception/image_level_comprehension/scene_classification/images/717.png b/perception/image_level_comprehension/scene_classification/images/717.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f1dc1cad90ed3ff7704d4576e2e77445c8b02d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4242a21eb29027ca9e17ea861486a05157c89f7599b298d811e0a7c7eb50bf9 +size 307197 diff --git a/perception/image_level_comprehension/scene_classification/images/718.png b/perception/image_level_comprehension/scene_classification/images/718.png new file mode 100644 index 0000000000000000000000000000000000000000..edae9470caf5ff59b160180611fa2e659bbc5ec3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9136be73f8ed180662c52cc8e8c8da7fe39b3fb65c224838d63518c85be7b6 +size 380175 diff --git a/perception/image_level_comprehension/scene_classification/images/719.png b/perception/image_level_comprehension/scene_classification/images/719.png new file mode 100644 index 0000000000000000000000000000000000000000..ec402080ae659100b9650134eba56b7b7523ae10 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f145fff88af9280e5c76ba89570de1bd262384dcd1f1668fe431f8d9bfd1ba72 +size 258989 diff --git a/perception/image_level_comprehension/scene_classification/images/72.png b/perception/image_level_comprehension/scene_classification/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..bde1e0007b46dbdc8d30952b982885945f903094 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7803595fde08021c480bfd920eec9307dd1d74dbb5fb0dfb4a765e450f82957 +size 376592 diff --git a/perception/image_level_comprehension/scene_classification/images/720.png b/perception/image_level_comprehension/scene_classification/images/720.png new file mode 100644 index 0000000000000000000000000000000000000000..cad8ad9203dda6e523fba2455e3414d94cf8ada3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d488ac3b7edffde0916e73a99c4193a4f259a18b63ad11cffe68edc153008d53 +size 342007 diff --git a/perception/image_level_comprehension/scene_classification/images/721.png b/perception/image_level_comprehension/scene_classification/images/721.png new file mode 100644 index 0000000000000000000000000000000000000000..58bcaf5608b241cb4c6591accbd5fe2595795e16 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5249c158f21ec31fb7cc64fc59d0cd31a402bee65c7f8ae2e1053cafb9bf06a1 +size 396115 diff --git a/perception/image_level_comprehension/scene_classification/images/722.png b/perception/image_level_comprehension/scene_classification/images/722.png new file mode 100644 index 0000000000000000000000000000000000000000..04ad6e7c2c519902267068c957c162183efd557f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bc2f6980edb97fa49d7fe128e4cdbb7d9d7e1676d01a2c2503f2d6bf2a18c9 +size 252853 diff --git a/perception/image_level_comprehension/scene_classification/images/723.png b/perception/image_level_comprehension/scene_classification/images/723.png new file mode 100644 index 0000000000000000000000000000000000000000..3615e44c10086519e5f8794515b36f407419b507 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aff9392425c6dca7301481cf9dbc40841f6958e4f0c1b83037baa922603f7e +size 249876 diff --git a/perception/image_level_comprehension/scene_classification/images/724.png b/perception/image_level_comprehension/scene_classification/images/724.png new file mode 100644 index 0000000000000000000000000000000000000000..2ccfbd686d26e165ab426c5bb2759d6e48478b40 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c522459a31aa6ee7f224b4dd676f0fe1c1465587152007f8c710fc49504f0f1 +size 360358 diff --git a/perception/image_level_comprehension/scene_classification/images/725.png b/perception/image_level_comprehension/scene_classification/images/725.png new file mode 100644 index 0000000000000000000000000000000000000000..761a723b980d21b08ea359f307ae5ff5f1380592 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d86000e1fd37b196ccf078ea7401eecc53213a008049c842e35be6e6d94efcf +size 420429 diff --git a/perception/image_level_comprehension/scene_classification/images/726.png b/perception/image_level_comprehension/scene_classification/images/726.png new file mode 100644 index 0000000000000000000000000000000000000000..50b701cebd6394bfb4a9477bf3dd49c719868c19 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7c12c308cb13cd51a5526481cb5e56b5bd3f129606b107d9152a509b76b453 +size 273163 diff --git a/perception/image_level_comprehension/scene_classification/images/727.png b/perception/image_level_comprehension/scene_classification/images/727.png new file mode 100644 index 0000000000000000000000000000000000000000..6d805f92be9027ad6632d415900aaac372f888e4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d10113141c0f304eceae411182e199947bae1c4c4c0006e07edd11a2ddbc63b +size 284535 diff --git a/perception/image_level_comprehension/scene_classification/images/728.png b/perception/image_level_comprehension/scene_classification/images/728.png new file mode 100644 index 0000000000000000000000000000000000000000..36135057d2bb84e6879836551df00cb22d7fda6e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472af6ef63ce89b9ce03d6cefd7c86b8cf2555a6e9a312d4aea26fdf1bcdfb19 +size 310885 diff --git a/perception/image_level_comprehension/scene_classification/images/729.png b/perception/image_level_comprehension/scene_classification/images/729.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7d9c6d0f0c2260555df0c803afe91442e4d05a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cf6fd71a4c8ead8ae58f272c3922199398d9332ae11861d6db0db1bce2d920 +size 500494 diff --git a/perception/image_level_comprehension/scene_classification/images/73.png b/perception/image_level_comprehension/scene_classification/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..7b56fbefc11e9eac009b21c944ba89c4fff31c4f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5959c444ddbb1f1218df4ee2ecf435ae6b77896f3dcb5fc24f51a6b8374ae9d9 +size 185153 diff --git a/perception/image_level_comprehension/scene_classification/images/730.png b/perception/image_level_comprehension/scene_classification/images/730.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ae127b0d39f5d4ba667e8d46eb667eedfa7661 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf16c8acbd99706f13750d4236def22bd44b4689437ec0eb328f80a17f8ed437 +size 452787 diff --git a/perception/image_level_comprehension/scene_classification/images/731.png b/perception/image_level_comprehension/scene_classification/images/731.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ff89737fb7d79668e174ab7d5a544fcc2e6f0f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ab608e651e3f347870c8bc0d1f5fa5cc4ff8b355f228b531c5b6ee0062037 +size 437955 diff --git a/perception/image_level_comprehension/scene_classification/images/732.png b/perception/image_level_comprehension/scene_classification/images/732.png new file mode 100644 index 0000000000000000000000000000000000000000..d5e84d790d72be9c9fd31dbae23f01b699002066 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b2272f1b397d7902ed6096c32dcf2a60d45fc4691c0a0dd80f004cb6717f76 +size 291606 diff --git a/perception/image_level_comprehension/scene_classification/images/733.png b/perception/image_level_comprehension/scene_classification/images/733.png new file mode 100644 index 0000000000000000000000000000000000000000..845861f733c6fe16769029f857e9ec4104adaf98 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d2751b52de68ee63af3c167f3fcd682dbc2f4114f26f986ef6d25408baf860 +size 288488 diff --git a/perception/image_level_comprehension/scene_classification/images/734.png b/perception/image_level_comprehension/scene_classification/images/734.png new file mode 100644 index 0000000000000000000000000000000000000000..af319ec333d06a0d301e4aece66392b0ed51c818 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95acf9f7d1350b0451b7ed220c8f4f73b124e6f491dc255c4069fe02cc2ea8e4 +size 310642 diff --git a/perception/image_level_comprehension/scene_classification/images/735.png b/perception/image_level_comprehension/scene_classification/images/735.png new file mode 100644 index 0000000000000000000000000000000000000000..60b1c9c8a189aa9c0df472c639cf881a9ed059fc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0a62eea3e150238ad045c3d22943f0915a9c153b9fa529fe5d36fd8c775159 +size 320354 diff --git a/perception/image_level_comprehension/scene_classification/images/736.png b/perception/image_level_comprehension/scene_classification/images/736.png new file mode 100644 index 0000000000000000000000000000000000000000..431039ccc66d8fd5307d46c2cf6107b980d49084 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9899ebcd5a86f7551cfbb375c8306ea26299c1ee15f2e412a8f4ac6a1010d550 +size 338898 diff --git a/perception/image_level_comprehension/scene_classification/images/737.png b/perception/image_level_comprehension/scene_classification/images/737.png new file mode 100644 index 0000000000000000000000000000000000000000..861faf4978615ff7edec7fd7b0d769b12e041876 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae52c01c3ec75c4c713007ced0ea6cbf207b20ecff7a1db8b34985a8e88491d +size 436950 diff --git a/perception/image_level_comprehension/scene_classification/images/738.png b/perception/image_level_comprehension/scene_classification/images/738.png new file mode 100644 index 0000000000000000000000000000000000000000..272404fee790523788443e4db8f6deaa2f515eb1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d03f789a1746a856286b6d9775baf44f7380f43d1976f14e950b9558b5128a +size 268092 diff --git a/perception/image_level_comprehension/scene_classification/images/739.png b/perception/image_level_comprehension/scene_classification/images/739.png new file mode 100644 index 0000000000000000000000000000000000000000..cb3098c3aa4df6cacbdf201543b49bc7fa3f4559 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d770baa9f17775a24424369c26eea4237f47d5366efbfd02df85dc062a0dd +size 449987 diff --git a/perception/image_level_comprehension/scene_classification/images/74.png b/perception/image_level_comprehension/scene_classification/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb304407bc287ea85bbd1e89ce3e2c8f427440f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9659e2ce0cd388358525ee32116d4b190c8bab8463ec20bb82392621bab20302 +size 192735 diff --git a/perception/image_level_comprehension/scene_classification/images/740.png b/perception/image_level_comprehension/scene_classification/images/740.png new file mode 100644 index 0000000000000000000000000000000000000000..dd7853a699c5054c39173100bc1da30f81bf58be --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6057e80e887dacbb9c856f400b71233656ceb9abe878569b63b771932410c989 +size 417795 diff --git a/perception/image_level_comprehension/scene_classification/images/741.png b/perception/image_level_comprehension/scene_classification/images/741.png new file mode 100644 index 0000000000000000000000000000000000000000..c72f884892bad6ce5cc2c028587e6a969611af61 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376e62f0746226707ff1e78f62d5d5bc4cc909aa86904d83c3749878f522e20a +size 342623 diff --git a/perception/image_level_comprehension/scene_classification/images/742.png b/perception/image_level_comprehension/scene_classification/images/742.png new file mode 100644 index 0000000000000000000000000000000000000000..07254fbe6f832441bb9636d08c3639d7198023ca --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e3fe80d1d29df9fca703ae85d3654f5234ce96313a1f5d52c7d17744d2f922 +size 345297 diff --git a/perception/image_level_comprehension/scene_classification/images/743.png b/perception/image_level_comprehension/scene_classification/images/743.png new file mode 100644 index 0000000000000000000000000000000000000000..220adc5b5e9ae104c9462199a62f9f45f75f22ff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c36e90fc0ce05a66d52914fb4307c0a918ed12014fc5ede0355ad93e891a8e +size 243839 diff --git a/perception/image_level_comprehension/scene_classification/images/744.png b/perception/image_level_comprehension/scene_classification/images/744.png new file mode 100644 index 0000000000000000000000000000000000000000..3491f3bba0fb21933eef15b238934cfbd64451e1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55a86f7ac05a2e60def9d940b83af61087766a5b67e7ea2a8dbc98aed0d11cf +size 293116 diff --git a/perception/image_level_comprehension/scene_classification/images/745.png b/perception/image_level_comprehension/scene_classification/images/745.png new file mode 100644 index 0000000000000000000000000000000000000000..52a697de05133f7aea37b8e9075fdad327e4e4b7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4553d7db9e7e0454ecadc25ee6c3addd52d11396600a44d5d0064b3aa8898364 +size 514792 diff --git a/perception/image_level_comprehension/scene_classification/images/746.png b/perception/image_level_comprehension/scene_classification/images/746.png new file mode 100644 index 0000000000000000000000000000000000000000..14af8c6367f1f5898551f9b8888ee2acb8bfdce3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06816b077f6eaa0a51c063e696b0936683f365062270c54123bdfc469038e401 +size 534227 diff --git a/perception/image_level_comprehension/scene_classification/images/747.png b/perception/image_level_comprehension/scene_classification/images/747.png new file mode 100644 index 0000000000000000000000000000000000000000..ddb17b51588a5c1c184b933163213445c4bdab06 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b614c8f3f447f6f058bb38c6ae8e96f695782fa69fd276424f9680d2869f95a2 +size 326945 diff --git a/perception/image_level_comprehension/scene_classification/images/748.png b/perception/image_level_comprehension/scene_classification/images/748.png new file mode 100644 index 0000000000000000000000000000000000000000..c36c6e3496ce9f87c7ebd724b63b8db098d82d06 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7465a9e132cd3fdc40abc9eb160cc0f3722d8ea43705190e0007de0eb6e9c2 +size 371999 diff --git a/perception/image_level_comprehension/scene_classification/images/749.png b/perception/image_level_comprehension/scene_classification/images/749.png new file mode 100644 index 0000000000000000000000000000000000000000..257fd5fd2e33e2aa03df4f5bca1ac589c8780887 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/749.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5822e9d8747a7d5184244bc7c8124f750c341c266eca7e1370b9c73d29ebac4d +size 471826 diff --git a/perception/image_level_comprehension/scene_classification/images/75.png b/perception/image_level_comprehension/scene_classification/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..25d88318156ebce95b541f17ece64853e7103002 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe698d7b568967f72498f94584dd8dbcef78b21b557f846d313aeccd40fd65f +size 230866 diff --git a/perception/image_level_comprehension/scene_classification/images/750.png b/perception/image_level_comprehension/scene_classification/images/750.png new file mode 100644 index 0000000000000000000000000000000000000000..7b26b4f287e4d62be9e051d24be87b1292f78ae5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b4db5a4439639c2e626355bbe611fdd9167517794f5d263db4932363568257 +size 317201 diff --git a/perception/image_level_comprehension/scene_classification/images/751.png b/perception/image_level_comprehension/scene_classification/images/751.png new file mode 100644 index 0000000000000000000000000000000000000000..c75bc8c76254d56f8b1fda705ccc531d52012766 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757fe2e287ee23d161761d9ec98aa61ab5dd71c44b78c00eb29926a5afbc2542 +size 416589 diff --git a/perception/image_level_comprehension/scene_classification/images/752.png b/perception/image_level_comprehension/scene_classification/images/752.png new file mode 100644 index 0000000000000000000000000000000000000000..7e941d50a81a37079510f68f7bc2ea55762a8ca3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6849376c8873bd6c3a4c2bffb4139b5939ad8a15ef33143dcc8570ffe7792c4c +size 345589 diff --git a/perception/image_level_comprehension/scene_classification/images/753.png b/perception/image_level_comprehension/scene_classification/images/753.png new file mode 100644 index 0000000000000000000000000000000000000000..a16a9b2a7e7a123222b02e86414d0e85b4f8619c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b13bbfcd08481754987f32f8061296f14db792f73b7d7429a86561ab3c8b971 +size 281911 diff --git a/perception/image_level_comprehension/scene_classification/images/754.png b/perception/image_level_comprehension/scene_classification/images/754.png new file mode 100644 index 0000000000000000000000000000000000000000..dd1287f65130924b4fa0b4bd619256943c50a917 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03b6a80105ebdf50d6cd290439625484cdfce6098447922e02a431192b9bcf5 +size 328100 diff --git a/perception/image_level_comprehension/scene_classification/images/755.png b/perception/image_level_comprehension/scene_classification/images/755.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e10eb5b2e00a44d0a795db25c161dfecd01326 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725c727a9b854e8354ee162fb9971776c78924f9a8fa4b6e53fecddacb947b4c +size 396514 diff --git a/perception/image_level_comprehension/scene_classification/images/756.png b/perception/image_level_comprehension/scene_classification/images/756.png new file mode 100644 index 0000000000000000000000000000000000000000..12d4b1b95a08f3f95a0e0e5541f939b609aeeb58 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1659ca1325cb39b50996e66376fef4d2ce10b24d5ec0720792af28513977007a +size 464149 diff --git a/perception/image_level_comprehension/scene_classification/images/757.png b/perception/image_level_comprehension/scene_classification/images/757.png new file mode 100644 index 0000000000000000000000000000000000000000..5ba0014bcba3799ae9e2b63d7f82baa2765340d9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0f318a7c73ba80dafc2639e56911244569e90361c571dd238bbed0856ae2e6 +size 424236 diff --git a/perception/image_level_comprehension/scene_classification/images/758.png b/perception/image_level_comprehension/scene_classification/images/758.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9a35e701d8b7438dc9cdffdb7a06df44a38e39 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be24269b11ad6c8f958f69f9c94f21f2c924cf3a7586221ad698be3d7d68197c +size 445821 diff --git a/perception/image_level_comprehension/scene_classification/images/759.png b/perception/image_level_comprehension/scene_classification/images/759.png new file mode 100644 index 0000000000000000000000000000000000000000..a790ef27aa60d4054bc27c2c6995ab45007f3237 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e108247cca23f324e555d4c272452036f3071c6172e097be039f45572408eb09 +size 307103 diff --git a/perception/image_level_comprehension/scene_classification/images/76.png b/perception/image_level_comprehension/scene_classification/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..3afa9f879bb73226918125a880e503d698cc86f0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359c71bc6f04084d00747007f13b553387c9ee065b1853c0e04e1c73145a5439 +size 312090 diff --git a/perception/image_level_comprehension/scene_classification/images/760.png b/perception/image_level_comprehension/scene_classification/images/760.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a4b2c188f276d96686ba6570453ed59cb1a518 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6166807e8ce557aa82812e1fa094f6ff40900c3e7f6b059334c35376b45c1077 +size 409704 diff --git a/perception/image_level_comprehension/scene_classification/images/761.png b/perception/image_level_comprehension/scene_classification/images/761.png new file mode 100644 index 0000000000000000000000000000000000000000..05f2890592060df04b723f1d5bc72891b74e1d91 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00f850fcd2297f0704b83ae5b9691743468cafdbb0a6dcae3bbe535e047a982 +size 368443 diff --git a/perception/image_level_comprehension/scene_classification/images/762.png b/perception/image_level_comprehension/scene_classification/images/762.png new file mode 100644 index 0000000000000000000000000000000000000000..b2afec4ecaa8b4e729dc652bd8554a3fbb1bbff8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dd8ef398a62576c1d4fd62c6216d67d5fe601ea7d46416e9fb912acc151ebd +size 325142 diff --git a/perception/image_level_comprehension/scene_classification/images/763.png b/perception/image_level_comprehension/scene_classification/images/763.png new file mode 100644 index 0000000000000000000000000000000000000000..359b71867ba529ade1cca35070cbdf7def24c0d7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbb112c1ee02a3ab7ce125e2952e87155c468d67a64d8fed1f13ee884cb6349 +size 348308 diff --git a/perception/image_level_comprehension/scene_classification/images/764.png b/perception/image_level_comprehension/scene_classification/images/764.png new file mode 100644 index 0000000000000000000000000000000000000000..5701c8598cf18e14fdcd4db1f10e3e16c1f03724 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed2885ccbb12b62046c760826cf7389abac8f04bb945f5d57e5e0349b2fa99e +size 305746 diff --git a/perception/image_level_comprehension/scene_classification/images/765.png b/perception/image_level_comprehension/scene_classification/images/765.png new file mode 100644 index 0000000000000000000000000000000000000000..64904ad8b7b8852fddee08c3491b4106cb197a7c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b54c413aa0f0600c8c2a0f7ba3dd737104392bc035d3e4f01c59cdf2231a693 +size 530900 diff --git a/perception/image_level_comprehension/scene_classification/images/766.png b/perception/image_level_comprehension/scene_classification/images/766.png new file mode 100644 index 0000000000000000000000000000000000000000..138e291f9615162121acaf65c117432ee5cbe4b0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe3bdb9e7ac7f542f1b9aea48538533998aa47e2ccce78d1a86a2949391bc8a +size 384785 diff --git a/perception/image_level_comprehension/scene_classification/images/767.png b/perception/image_level_comprehension/scene_classification/images/767.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0b38051d479acb4887e5360f8cf31e636b72cb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfed9145c147f79e7bd248c21fffb3b8b39a9ef4e413260b9da7ea176c703bb +size 414776 diff --git a/perception/image_level_comprehension/scene_classification/images/768.png b/perception/image_level_comprehension/scene_classification/images/768.png new file mode 100644 index 0000000000000000000000000000000000000000..68306b433d905800848ae70d9d48fccdedf20430 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943f9b3615b76c93f67aa56937df62b2b883eaa24584d006c2a69b24b81607ff +size 407072 diff --git a/perception/image_level_comprehension/scene_classification/images/769.png b/perception/image_level_comprehension/scene_classification/images/769.png new file mode 100644 index 0000000000000000000000000000000000000000..ab32f23ecd8b149781629b535c58a688979f60cf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aac92c13a41716dfe0f33003d9d4c3ff3bec1fb99d0850c68349285f5135274 +size 318382 diff --git a/perception/image_level_comprehension/scene_classification/images/77.png b/perception/image_level_comprehension/scene_classification/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..12b5cf7c809bcb79a711a0b0bff02c519ef5b17a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c6f83a436e77219229ad9d8a3b339c2fd6e4a4a7d63aabc95b50708d7c6c18 +size 224645 diff --git a/perception/image_level_comprehension/scene_classification/images/770.png b/perception/image_level_comprehension/scene_classification/images/770.png new file mode 100644 index 0000000000000000000000000000000000000000..b7db02fcee28d1977988095a0f8c706cde01c22e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4acc43ad804f88919e275a33f2203edcb693169bba1d59df208d64fd7228e5c +size 209686 diff --git a/perception/image_level_comprehension/scene_classification/images/771.png b/perception/image_level_comprehension/scene_classification/images/771.png new file mode 100644 index 0000000000000000000000000000000000000000..c86bcdeeb0ae89d329e7a8fbb5185f7c1df9322c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b044c04a17062bf6bf4c7205eeea9dc40e0a1bdf40d3e82dd85ac7d456d02c67 +size 252035 diff --git a/perception/image_level_comprehension/scene_classification/images/772.png b/perception/image_level_comprehension/scene_classification/images/772.png new file mode 100644 index 0000000000000000000000000000000000000000..a7ec11e250e368a147903c381000ff3dcd6faf96 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911aa257a9421b7ada7b63d0a71a2348f9d5751065f7628e2cf9e78d1ea17c46 +size 302175 diff --git a/perception/image_level_comprehension/scene_classification/images/773.png b/perception/image_level_comprehension/scene_classification/images/773.png new file mode 100644 index 0000000000000000000000000000000000000000..35948ce9185ca47b9ab88da8823cf8afb6d7dfb7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926f4473fb16553e5ce343848717dedfb784dc746332621b0d3c1bb48b2a6c24 +size 341916 diff --git a/perception/image_level_comprehension/scene_classification/images/774.png b/perception/image_level_comprehension/scene_classification/images/774.png new file mode 100644 index 0000000000000000000000000000000000000000..fb833e459e04e7a3336d59f9b90f97585a152d6c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce11f8d598211ca87d25d1086513358dafe1388a1f3b292e06479f6bbdf0c558 +size 535340 diff --git a/perception/image_level_comprehension/scene_classification/images/775.png b/perception/image_level_comprehension/scene_classification/images/775.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ffa623f538180f4d318c055e3e1c885023d091 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa51b08b91fbf0fc7be8b739b2cf5dd17d3f6e5b2c4836bf53381ea608cb886d +size 355971 diff --git a/perception/image_level_comprehension/scene_classification/images/776.png b/perception/image_level_comprehension/scene_classification/images/776.png new file mode 100644 index 0000000000000000000000000000000000000000..349b191f1ae16198a9a34a27b21b296ad371a46d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6498dbb1b130bb48d3da3691a42fc28aaeb0c0df947b6750adb8a8facfbb7105 +size 334471 diff --git a/perception/image_level_comprehension/scene_classification/images/777.png b/perception/image_level_comprehension/scene_classification/images/777.png new file mode 100644 index 0000000000000000000000000000000000000000..8561a6d23d0b7181b786f46d4ace0bfcd1c877ce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4fa991e834b90226799e56b940fe6a67861d47d68dd8c2a4538bb722c16e32 +size 393747 diff --git a/perception/image_level_comprehension/scene_classification/images/778.png b/perception/image_level_comprehension/scene_classification/images/778.png new file mode 100644 index 0000000000000000000000000000000000000000..4408ae451edb18e465f7c24cd35a3e4ecca6e1fd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d46f0e6137c240c9a7933dee8dd211f7ff5cedfcc8fe11c9cf2b9233e55ef7 +size 297774 diff --git a/perception/image_level_comprehension/scene_classification/images/779.png b/perception/image_level_comprehension/scene_classification/images/779.png new file mode 100644 index 0000000000000000000000000000000000000000..7a099d44c741ea68132d2fa32d879f11347ff204 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a212abe0515d028cae4292352ff391819d1764e05080bf4a32345f80a6a3adc +size 366605 diff --git a/perception/image_level_comprehension/scene_classification/images/78.png b/perception/image_level_comprehension/scene_classification/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..b5adcb88855ac5c016b8923cc5607e2d0c89c8ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c605a30e8fcc967a21e8466f9284301e1508bbf05164f01f46d0e4f164f39282 +size 375863 diff --git a/perception/image_level_comprehension/scene_classification/images/780.png b/perception/image_level_comprehension/scene_classification/images/780.png new file mode 100644 index 0000000000000000000000000000000000000000..99daf65216416c76fc685b9a22096f6e5720ccf2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd50dca33a0daad18e309ebcdc4ac0297bd3bc241b4388d81354e40beb45f7b +size 389195 diff --git a/perception/image_level_comprehension/scene_classification/images/781.png b/perception/image_level_comprehension/scene_classification/images/781.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a602f217d018a29be942e2f97ec257599cb000 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ad0163de060412144b4be47af2e3e02f78fd04649eb3ed7236d79f01149e98 +size 345509 diff --git a/perception/image_level_comprehension/scene_classification/images/782.png b/perception/image_level_comprehension/scene_classification/images/782.png new file mode 100644 index 0000000000000000000000000000000000000000..ba1854e97779d501354ce3e3c86f5813882b1cec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856adb2c4a7121fc1f97b47d14e22086a9896cf1ea6cc3dc4c0d44af771eb31c +size 337484 diff --git a/perception/image_level_comprehension/scene_classification/images/783.png b/perception/image_level_comprehension/scene_classification/images/783.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad493f5f9589e7bdaff280a4c7f3dbb0d62d10c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f375cffc5dc355a7fa2ca166e677ffbf5e307b65bcb9a2c98a561cc09e3f0b2 +size 443116 diff --git a/perception/image_level_comprehension/scene_classification/images/784.png b/perception/image_level_comprehension/scene_classification/images/784.png new file mode 100644 index 0000000000000000000000000000000000000000..3a9f5d2503213482b50d6c645b8645c9f4f8891e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b75536efde3b913a5048d25681845260767f1b01ea092dbeeee77576ea25bd +size 314869 diff --git a/perception/image_level_comprehension/scene_classification/images/785.png b/perception/image_level_comprehension/scene_classification/images/785.png new file mode 100644 index 0000000000000000000000000000000000000000..9e253e0cc6f14023613a7484cef527368b26b782 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25a14be6bdbce813c7d63de0a57325a784000fcd42dbb0636bd646c6c13b782 +size 346083 diff --git a/perception/image_level_comprehension/scene_classification/images/786.png b/perception/image_level_comprehension/scene_classification/images/786.png new file mode 100644 index 0000000000000000000000000000000000000000..fa425ed33ede690beb7b9e559e768517c8b00cdd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c5d9911bf06c870ffcf6750a00a7b640eccd63ac8cab297e29168055890b34 +size 368923 diff --git a/perception/image_level_comprehension/scene_classification/images/787.png b/perception/image_level_comprehension/scene_classification/images/787.png new file mode 100644 index 0000000000000000000000000000000000000000..01fa76e10c8e94de4ce03a24eeee01ca04beeb22 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ae765db3d4f9b4619748f566cd1737fd30d9454d1c94b407391705fefe82aa +size 366613 diff --git a/perception/image_level_comprehension/scene_classification/images/788.png b/perception/image_level_comprehension/scene_classification/images/788.png new file mode 100644 index 0000000000000000000000000000000000000000..346ed4634a36c01a45b26a3ecdb0c9d5e88096b1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa0a49577c90ff578b6281928e5352ea07b593a48b5d24959dbddc45c43c194 +size 337687 diff --git a/perception/image_level_comprehension/scene_classification/images/789.png b/perception/image_level_comprehension/scene_classification/images/789.png new file mode 100644 index 0000000000000000000000000000000000000000..03c536d4eefc3e874098341fc8a26c88a1901302 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d8f971084b43bd88f26acaee79e727802b0fb19982dc520610b71afc2256c3 +size 327941 diff --git a/perception/image_level_comprehension/scene_classification/images/79.png b/perception/image_level_comprehension/scene_classification/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d74a28457122455eb24e3eca83c7f8a27abe90 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace59b247b3181c71e8a907e913af0d4d437e2d421280330b9743b54d772d3b1 +size 418556 diff --git a/perception/image_level_comprehension/scene_classification/images/790.png b/perception/image_level_comprehension/scene_classification/images/790.png new file mode 100644 index 0000000000000000000000000000000000000000..24b24a93b1090d6946638c776212813758be7d13 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6e44d10dc5f440a18f27555527c4e1837ddd7faf64895db73caee3f3b7f154 +size 312066 diff --git a/perception/image_level_comprehension/scene_classification/images/791.png b/perception/image_level_comprehension/scene_classification/images/791.png new file mode 100644 index 0000000000000000000000000000000000000000..0776f75d7479a5b60613cca4848836ce41bb3801 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577af1327eac17345b05e5f46ae74015496cdc2b90f14aef26d9d8841570e9e9 +size 309832 diff --git a/perception/image_level_comprehension/scene_classification/images/792.png b/perception/image_level_comprehension/scene_classification/images/792.png new file mode 100644 index 0000000000000000000000000000000000000000..b49a2e3cde6f08d7432b6f6f9e999c3ea96c2d28 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a02b4a5f6eeb43478ba7cb2d12d552e75afb79eafa38b006824a0fed52c796e +size 299974 diff --git a/perception/image_level_comprehension/scene_classification/images/793.png b/perception/image_level_comprehension/scene_classification/images/793.png new file mode 100644 index 0000000000000000000000000000000000000000..2366ddf70c6319022b4df3532357c489788fa860 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe12842197a22b479f06d388e143cf3d5dd4cbe318c94f86aeae90cc55588ef +size 363634 diff --git a/perception/image_level_comprehension/scene_classification/images/794.png b/perception/image_level_comprehension/scene_classification/images/794.png new file mode 100644 index 0000000000000000000000000000000000000000..d148edc4314f439ef66019f7e9f899a1dc6d80bd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c545872993424314782a95ac12aa81c5e690be9b023bc7a0227b1601872e87b +size 304768 diff --git a/perception/image_level_comprehension/scene_classification/images/795.png b/perception/image_level_comprehension/scene_classification/images/795.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e65da515cf9a463024c6e84767152150dd859c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e6e342e6d43884e60d50d7f2f321715886b42688863dd86b74bd165efa5db4 +size 348042 diff --git a/perception/image_level_comprehension/scene_classification/images/796.png b/perception/image_level_comprehension/scene_classification/images/796.png new file mode 100644 index 0000000000000000000000000000000000000000..c17ef0aef5fef22f915ae33d6928045e6cefd725 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a60b30cf7077e969169140609133f706a0559d81969f749afdc08871d2d446e +size 300343 diff --git a/perception/image_level_comprehension/scene_classification/images/797.png b/perception/image_level_comprehension/scene_classification/images/797.png new file mode 100644 index 0000000000000000000000000000000000000000..f2653021895f8a1f758bd611f6f1c797810ac370 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354596acb54e6795615adc836a12bb98a98b7a46d609a6436f8a35dfff8645c9 +size 339494 diff --git a/perception/image_level_comprehension/scene_classification/images/798.png b/perception/image_level_comprehension/scene_classification/images/798.png new file mode 100644 index 0000000000000000000000000000000000000000..ba1daa1102df3540268b0d0fea3c1cd450cb90ed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a094ff5471fef966088f5de59e06b774d56486dd737d79c6b76542845bbacae +size 367552 diff --git a/perception/image_level_comprehension/scene_classification/images/799.png b/perception/image_level_comprehension/scene_classification/images/799.png new file mode 100644 index 0000000000000000000000000000000000000000..71d5350b9a2411dc9781cd1738b5ad0d5e79de92 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc58f27800903d0b99388b62fda1bced51c0d4894988963270f72a72025fe27b +size 329106 diff --git a/perception/image_level_comprehension/scene_classification/images/8.png b/perception/image_level_comprehension/scene_classification/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..16e324015b677077294852135ae81746db7a0b2c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf33d3b0f39341a88f846ec58acd8a55cacc7a8c414a93f94ad06f27c558ec1 +size 348835 diff --git a/perception/image_level_comprehension/scene_classification/images/80.png b/perception/image_level_comprehension/scene_classification/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..358817359b1f9070585acfca6db14991e0c9501b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6916c6b4b6e58151d95eb478eb01f4dec6cf96ddbfa0f278986fbeadead6d9 +size 429351 diff --git a/perception/image_level_comprehension/scene_classification/images/800.png b/perception/image_level_comprehension/scene_classification/images/800.png new file mode 100644 index 0000000000000000000000000000000000000000..b619e9ccca5f702008a25cad7a777be9068e7fa9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de320d0e91c724e509565a1000c063b6e2f0629c79bcc2d791daa3577b15650e +size 318954 diff --git a/perception/image_level_comprehension/scene_classification/images/801.png b/perception/image_level_comprehension/scene_classification/images/801.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc9e1a3991bfea9ae407a4040ccb4b0689ded0e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4366767e6c6efe039cf070a001610747507ff436b8a82d44fab125131d8c17 +size 316912 diff --git a/perception/image_level_comprehension/scene_classification/images/802.png b/perception/image_level_comprehension/scene_classification/images/802.png new file mode 100644 index 0000000000000000000000000000000000000000..c607c04b01b1b3de18410851849ed95036d0e2cf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/802.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b20bc5543719b7a1f0395a97e8c5114a092c391cb9fee9543f9d0b073ba064 +size 295456 diff --git a/perception/image_level_comprehension/scene_classification/images/803.png b/perception/image_level_comprehension/scene_classification/images/803.png new file mode 100644 index 0000000000000000000000000000000000000000..c72d8f8e978a378da7ba3d41810587d14d77583f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/803.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3e98fb5f2634a0a01899bd574cef411d487017acf93f30b567d9b7334f8820 +size 308748 diff --git a/perception/image_level_comprehension/scene_classification/images/804.png b/perception/image_level_comprehension/scene_classification/images/804.png new file mode 100644 index 0000000000000000000000000000000000000000..f282fc309f9a7365831a7f28bd331d9f69bab66f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7433eb37a138bb6c19459abdcbbf010bf9a11982433b97b212d55328bfd86fd +size 358275 diff --git a/perception/image_level_comprehension/scene_classification/images/805.png b/perception/image_level_comprehension/scene_classification/images/805.png new file mode 100644 index 0000000000000000000000000000000000000000..9b364bf5363a0e509726248cece7ded7287e9eee --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b7e73e609f16837a420ed247dc85313276b2998239da3a77a48c4e9cd63b17 +size 363523 diff --git a/perception/image_level_comprehension/scene_classification/images/806.png b/perception/image_level_comprehension/scene_classification/images/806.png new file mode 100644 index 0000000000000000000000000000000000000000..97c10c164e787acce3d8d2617e48bf92794cc34c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae22a0957bf824eb83fe1e1d761fcdf7a5941c6d1c9dacfd0653992d45ca8b85 +size 342966 diff --git a/perception/image_level_comprehension/scene_classification/images/807.png b/perception/image_level_comprehension/scene_classification/images/807.png new file mode 100644 index 0000000000000000000000000000000000000000..333a8be442ba34964b21ebe81c31e545e5487824 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006baf472ddd032d242732411881ccdf0b871b8aef556bd820821de426db94e1 +size 295817 diff --git a/perception/image_level_comprehension/scene_classification/images/808.png b/perception/image_level_comprehension/scene_classification/images/808.png new file mode 100644 index 0000000000000000000000000000000000000000..5ccddca09e97724419088e5fa92b8f8496af8fed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3818d4fca09353f46c81fbfd6e0d8c36a72e592af77ce62758621689146afe11 +size 258242 diff --git a/perception/image_level_comprehension/scene_classification/images/809.png b/perception/image_level_comprehension/scene_classification/images/809.png new file mode 100644 index 0000000000000000000000000000000000000000..c3b9a432a283f27317371139b2998daec603fa15 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3ddb0bc2a470295ae743a9aaa467ef047ceb93ead88fc987e66a531bddadf0 +size 260838 diff --git a/perception/image_level_comprehension/scene_classification/images/81.png b/perception/image_level_comprehension/scene_classification/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec736303e708fb59c599af280cc4b41b052cae8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2687ed5b9321ff0beb7678472422219d6dd44e2fbcfb68b38b63e0f05fa661 +size 408021 diff --git a/perception/image_level_comprehension/scene_classification/images/810.png b/perception/image_level_comprehension/scene_classification/images/810.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4404fa075e22469a9620832ba17bbd4fac89ab --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db3713051cfbb7a8b84ac0388a8fc5cbd96639370b73d3f8e58374d0249dc1d +size 432786 diff --git a/perception/image_level_comprehension/scene_classification/images/811.png b/perception/image_level_comprehension/scene_classification/images/811.png new file mode 100644 index 0000000000000000000000000000000000000000..4e357265aadf762f917b6a791aeea4c9be214b6b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed155501a9fddea3473a933f1da61f8e64a9f46329bfffdfe2a29f7a23bdc1b2 +size 289564 diff --git a/perception/image_level_comprehension/scene_classification/images/812.png b/perception/image_level_comprehension/scene_classification/images/812.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc0f32aeeb7f8def5a61b599a45c1329591a7ec --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/812.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8544a11931aada274afc460b423823ca0f524d86b1fc1937ecbca89b7ec0fa +size 274984 diff --git a/perception/image_level_comprehension/scene_classification/images/813.png b/perception/image_level_comprehension/scene_classification/images/813.png new file mode 100644 index 0000000000000000000000000000000000000000..9b69ee80431eadeb2c34317a380365b7bce99713 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c8f55f0731feacbe7862c4b19d617f137085cdf74862846c6e24d38ad98e6c +size 352324 diff --git a/perception/image_level_comprehension/scene_classification/images/814.png b/perception/image_level_comprehension/scene_classification/images/814.png new file mode 100644 index 0000000000000000000000000000000000000000..0eaf9dc657f1a912d6521c97ca6a7bd58a3d217c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee332d3924d33281a63b11016599f15584a1afc25ee30118a0c2ce15c605becf +size 294831 diff --git a/perception/image_level_comprehension/scene_classification/images/815.png b/perception/image_level_comprehension/scene_classification/images/815.png new file mode 100644 index 0000000000000000000000000000000000000000..8deaf297f82434f17360cc36723e4d55f42af4f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fe3f869c228fef80f51baccc62c24c36d9b4e5ecbd9d2d09eba51387291442 +size 241347 diff --git a/perception/image_level_comprehension/scene_classification/images/816.png b/perception/image_level_comprehension/scene_classification/images/816.png new file mode 100644 index 0000000000000000000000000000000000000000..9754884104dbe77ffab4e44a8bf60c4a3aeee2f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2e762c6bba44d2d1f07c61e1bd272d6af650dfe6c3fde056eba20ed3818dec +size 330910 diff --git a/perception/image_level_comprehension/scene_classification/images/817.png b/perception/image_level_comprehension/scene_classification/images/817.png new file mode 100644 index 0000000000000000000000000000000000000000..5af8bea576eea945b797b590b8c3247a81798735 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0cfbab9936f325c7d4fa14823e3f96a05ec76b15df5e11e20c5a79053c68b6 +size 314109 diff --git a/perception/image_level_comprehension/scene_classification/images/818.png b/perception/image_level_comprehension/scene_classification/images/818.png new file mode 100644 index 0000000000000000000000000000000000000000..a5c5af485a0586c4cb615a579d4fd1875fee4db7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ce12f783c80b620fc2ee08db9ef8ab739da35c819f03c9d8a9a3c5f627a545 +size 298144 diff --git a/perception/image_level_comprehension/scene_classification/images/819.png b/perception/image_level_comprehension/scene_classification/images/819.png new file mode 100644 index 0000000000000000000000000000000000000000..4942772db0131cc41f74b3ea18c9bba84aefd1f6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/819.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e97aa64277e414903ca2b8668f84e2728edf7096e5478efc43bb9160835d8e +size 422308 diff --git a/perception/image_level_comprehension/scene_classification/images/82.png b/perception/image_level_comprehension/scene_classification/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4f564992371cfb0899f33faf8a8e9c47a11298 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191fbf99b5103b202e47ffdee5a1f7087e6296979e9800ab1eca195a9d1f1e3c +size 346296 diff --git a/perception/image_level_comprehension/scene_classification/images/820.png b/perception/image_level_comprehension/scene_classification/images/820.png new file mode 100644 index 0000000000000000000000000000000000000000..73554202409d4fbb929b7f2a97e302496f654778 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444bcf5088a8a7f5a0a76781dbfda6c5ed916420fcccf377f4271c4944249779 +size 334846 diff --git a/perception/image_level_comprehension/scene_classification/images/821.png b/perception/image_level_comprehension/scene_classification/images/821.png new file mode 100644 index 0000000000000000000000000000000000000000..ac627badb19510ae4325b16a54728f1cee0ca0ab --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cec6c27f1eb152ae79cf306f452436fc0e479a4d055b841323f8d08473747cd +size 390931 diff --git a/perception/image_level_comprehension/scene_classification/images/822.png b/perception/image_level_comprehension/scene_classification/images/822.png new file mode 100644 index 0000000000000000000000000000000000000000..075ebb2755ad9da745bb43f37ef5240ba55729cc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc201895ecb12eb4055773692ef6c428610d001282808cc517b09d7504a61743 +size 430651 diff --git a/perception/image_level_comprehension/scene_classification/images/823.png b/perception/image_level_comprehension/scene_classification/images/823.png new file mode 100644 index 0000000000000000000000000000000000000000..edb38f0ac8317fe5cdc66f1c6f4a69153f8ed8e9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdda99186a2922d868a023a35f4e36c72831efcaa0eba8dce647bf54adcdcdd8 +size 458767 diff --git a/perception/image_level_comprehension/scene_classification/images/824.png b/perception/image_level_comprehension/scene_classification/images/824.png new file mode 100644 index 0000000000000000000000000000000000000000..e76c94b99ff5c73b85ce969304962e44ca139287 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8f6fef9e0b01e45be37771b3e39cfd2901ec3c744c4227697c993a4b5d092a +size 359580 diff --git a/perception/image_level_comprehension/scene_classification/images/825.png b/perception/image_level_comprehension/scene_classification/images/825.png new file mode 100644 index 0000000000000000000000000000000000000000..cb698cfe2f02d479920de2ba8605e27741815b8f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69da3c894ce13c99c07134b4d23b58218593cefc46ed1481a863b63149ebbf2 +size 374163 diff --git a/perception/image_level_comprehension/scene_classification/images/826.png b/perception/image_level_comprehension/scene_classification/images/826.png new file mode 100644 index 0000000000000000000000000000000000000000..7c014b42e5da8d4788844cf43886fedaf3568dc2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0e0469a751a00e080ffe7cdddc908e7291dbbb3bb81fcdf0ccd547cadaf80f +size 320635 diff --git a/perception/image_level_comprehension/scene_classification/images/827.png b/perception/image_level_comprehension/scene_classification/images/827.png new file mode 100644 index 0000000000000000000000000000000000000000..81e3f5bcb612c964827cd4f0009f7ed216d20e4e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5845774a837028cd4b130481b3d571df299ab86b7010e6f218e7ef2d7daa19bf +size 350878 diff --git a/perception/image_level_comprehension/scene_classification/images/828.png b/perception/image_level_comprehension/scene_classification/images/828.png new file mode 100644 index 0000000000000000000000000000000000000000..b48003f8254c21d3ea8fa1efcfccdbf65479aeef --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2566012845a0ebc537ccde698526a7327014e3e73748b6bdb77bfed0ba41d5 +size 373703 diff --git a/perception/image_level_comprehension/scene_classification/images/829.png b/perception/image_level_comprehension/scene_classification/images/829.png new file mode 100644 index 0000000000000000000000000000000000000000..e9855f8dcc71b53b875ef3a3230a9882d3f07a09 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82716ca67447d57e26a475b85c72a4fedf1028024cee1e9cd2a58481ce44b380 +size 322627 diff --git a/perception/image_level_comprehension/scene_classification/images/83.png b/perception/image_level_comprehension/scene_classification/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..2575e8d91043d3ac5cf522a1007bcbd1d2714145 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e4186aad5dc0c2146bb82e961cc2ad826aa608049f9d1fd9f74644418ef02c +size 356589 diff --git a/perception/image_level_comprehension/scene_classification/images/830.png b/perception/image_level_comprehension/scene_classification/images/830.png new file mode 100644 index 0000000000000000000000000000000000000000..272b193f58b73c36e84cf791964e0aec83fd360a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3b5d255b63c21c753c388aa1736af454d19a2c4ef2dd9c4fa7c4bdae409417 +size 210366 diff --git a/perception/image_level_comprehension/scene_classification/images/831.png b/perception/image_level_comprehension/scene_classification/images/831.png new file mode 100644 index 0000000000000000000000000000000000000000..819f80a99e7106a764e8b40dbf7e474f46395dee --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c94a1f3257f5ad608f9722980150cd1ca8b69c6386de21701d8c214e32b1c1 +size 361359 diff --git a/perception/image_level_comprehension/scene_classification/images/832.png b/perception/image_level_comprehension/scene_classification/images/832.png new file mode 100644 index 0000000000000000000000000000000000000000..91bba6a42d4760812b1e5f979fb6fd0893a3f34e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c60293339bfbb2fe7f2811164bb117de6df01c3e612e596435696c5350434ee +size 269682 diff --git a/perception/image_level_comprehension/scene_classification/images/833.png b/perception/image_level_comprehension/scene_classification/images/833.png new file mode 100644 index 0000000000000000000000000000000000000000..28fdc7897399c8e63625ce7ce983305c99843f24 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3088704f4428cdfed1110f20044979cf73500dce0d08e656dc772dca145cb48e +size 386152 diff --git a/perception/image_level_comprehension/scene_classification/images/834.png b/perception/image_level_comprehension/scene_classification/images/834.png new file mode 100644 index 0000000000000000000000000000000000000000..dd6ed749ca6db603e939ac3f4a2ff82b0657afb4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc51b0e160ba80a64e86f488a102ef7a3a4d4751ee9dddbf9aed6d0524cb27d +size 383696 diff --git a/perception/image_level_comprehension/scene_classification/images/835.png b/perception/image_level_comprehension/scene_classification/images/835.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f6642b92452e33a571c8e0c7dededc55b897d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5de10cdfb363dd7bef08588e6907a287048fc274958b701728ed01e770cb3c7 +size 325248 diff --git a/perception/image_level_comprehension/scene_classification/images/836.png b/perception/image_level_comprehension/scene_classification/images/836.png new file mode 100644 index 0000000000000000000000000000000000000000..91004b71abe8bbd1a6cf5a7e002fe5350411cfb9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713e6a0f630a49839eb3dcce7c7846098b1380c02e02c7731edf878aeecd7839 +size 247002 diff --git a/perception/image_level_comprehension/scene_classification/images/837.png b/perception/image_level_comprehension/scene_classification/images/837.png new file mode 100644 index 0000000000000000000000000000000000000000..2bec859c268a98b26330e64ef90d9d413c0b8913 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5d7c30512d0996b3eb28c351aedc7300b15de54574ce312a4013480337851a +size 483121 diff --git a/perception/image_level_comprehension/scene_classification/images/838.png b/perception/image_level_comprehension/scene_classification/images/838.png new file mode 100644 index 0000000000000000000000000000000000000000..f0929c8227c8b2f06d14b2e0d20c0671a9c98075 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/838.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d364062e8865ea8ad097faa22f32a22e27368a4dfbec2091d5be5b0d5917593f +size 377902 diff --git a/perception/image_level_comprehension/scene_classification/images/839.png b/perception/image_level_comprehension/scene_classification/images/839.png new file mode 100644 index 0000000000000000000000000000000000000000..b76dbb43d18b7a547c722bf3f13ee23e47bce245 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbba7789f3066659eb634b165111c1fa4c6119f20f783e0f3d8a7186dee52b2 +size 347367 diff --git a/perception/image_level_comprehension/scene_classification/images/84.png b/perception/image_level_comprehension/scene_classification/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..f954cdc52c65e0bd28acbac8fe2f2faaf100de53 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feaf67001a8a0797ef1154c849906b25e526fba18b26af8e8842b2d8dd24ee5e +size 326282 diff --git a/perception/image_level_comprehension/scene_classification/images/840.png b/perception/image_level_comprehension/scene_classification/images/840.png new file mode 100644 index 0000000000000000000000000000000000000000..ec40c915bde559795eb90be12ed55bdf74322862 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dff189daa39fd989958ac60b662c6737fd95168357d3b86e2e9f6c074a171a7 +size 287880 diff --git a/perception/image_level_comprehension/scene_classification/images/841.png b/perception/image_level_comprehension/scene_classification/images/841.png new file mode 100644 index 0000000000000000000000000000000000000000..70dc212e7683b2b65d69eb6eba1a39ef88caa4be --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b07fceedafe9a1b3f85813010542b42089ee97de10c709e3c6872f6d24b288f +size 363740 diff --git a/perception/image_level_comprehension/scene_classification/images/842.png b/perception/image_level_comprehension/scene_classification/images/842.png new file mode 100644 index 0000000000000000000000000000000000000000..b47f281032e5bd9d9d3569147a2353d9f4b07cff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cabef751033bc2977a5b9ac7d438fe6d81afecdd0b3e5e19c52a8ac4651d9f +size 226628 diff --git a/perception/image_level_comprehension/scene_classification/images/843.png b/perception/image_level_comprehension/scene_classification/images/843.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc012ba5b66cc3893c4a1fa4e45b59766f79588 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185082ccb1f8ca4b273b4e37d0812c23a70359899219bf73726094098761cc51 +size 431541 diff --git a/perception/image_level_comprehension/scene_classification/images/844.png b/perception/image_level_comprehension/scene_classification/images/844.png new file mode 100644 index 0000000000000000000000000000000000000000..bc03ae7513e70bfca6874c9a511de667d083f238 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e79467ad057465f278b84bd9c83f73bc91b2c9a7b7ae4aa93df7988ebe7c40 +size 367161 diff --git a/perception/image_level_comprehension/scene_classification/images/845.png b/perception/image_level_comprehension/scene_classification/images/845.png new file mode 100644 index 0000000000000000000000000000000000000000..f9a1239bad6c79914b53f22432431e0d0273942f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d2cb059d41e211e76d3bb06f438a670b6e3de7a1b3840511fde5c92a2be0ff +size 325059 diff --git a/perception/image_level_comprehension/scene_classification/images/846.png b/perception/image_level_comprehension/scene_classification/images/846.png new file mode 100644 index 0000000000000000000000000000000000000000..2e50303129c7368be134f05899b90144fac4c7a0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8868398b10d492ff7eb447115f7e6889979da15eb7acb924a5dc683cbf8e99b3 +size 364777 diff --git a/perception/image_level_comprehension/scene_classification/images/847.png b/perception/image_level_comprehension/scene_classification/images/847.png new file mode 100644 index 0000000000000000000000000000000000000000..03f384a349d140137e4f408731ff95af35aa33d8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30158f78f656bb972dc36d284d40ca49b21304b13a49025d6933b08fe4d3624 +size 269240 diff --git a/perception/image_level_comprehension/scene_classification/images/848.png b/perception/image_level_comprehension/scene_classification/images/848.png new file mode 100644 index 0000000000000000000000000000000000000000..8dff5ec3a82c3b3e74d77233be3cda8e979d4d6e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fa45db4b434e80ca61fc116d16350bdc542736cf270cee236c70a08a62f15f +size 443935 diff --git a/perception/image_level_comprehension/scene_classification/images/849.png b/perception/image_level_comprehension/scene_classification/images/849.png new file mode 100644 index 0000000000000000000000000000000000000000..81813632b296140311d15b97a6a72d5316b8103c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b129c4b712b00feb0263f923615e04e83fe7ef90db6556f60ff2300deec08afe +size 336527 diff --git a/perception/image_level_comprehension/scene_classification/images/85.png b/perception/image_level_comprehension/scene_classification/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..4a14baabe3b4caac19cde38cd3947eb16be4aece --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42242b650e00896ea73c93c2a4878abcf938eaced8c86e07bd8fb084eb0649c +size 364966 diff --git a/perception/image_level_comprehension/scene_classification/images/850.png b/perception/image_level_comprehension/scene_classification/images/850.png new file mode 100644 index 0000000000000000000000000000000000000000..2925dbef3121c603825883c57c3e61cc9c4142c7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70269f16997987b45fa46aeaef242a21d7a8a1e1755e4fcf37cde3b1e19fc1dd +size 439270 diff --git a/perception/image_level_comprehension/scene_classification/images/851.png b/perception/image_level_comprehension/scene_classification/images/851.png new file mode 100644 index 0000000000000000000000000000000000000000..f9216596f727bda6a8d3dda25598306c422f08eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/851.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98016a94b4621db5529121508b52417a955e1e8214314358b59166a5e216dad +size 280198 diff --git a/perception/image_level_comprehension/scene_classification/images/852.png b/perception/image_level_comprehension/scene_classification/images/852.png new file mode 100644 index 0000000000000000000000000000000000000000..7088fb98e4f656d933d905ddecf012c871259c03 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b80556d33f76cc6e1560be48fc3b65eaa039a12383a5889c380a1697c577b3 +size 371239 diff --git a/perception/image_level_comprehension/scene_classification/images/853.png b/perception/image_level_comprehension/scene_classification/images/853.png new file mode 100644 index 0000000000000000000000000000000000000000..381aa83f3f08baba246314456d1f135c1106bfe0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e2726fd7743fe355ee242362d060e97a9d5226926a95acb4bf69192d91c351 +size 381486 diff --git a/perception/image_level_comprehension/scene_classification/images/854.png b/perception/image_level_comprehension/scene_classification/images/854.png new file mode 100644 index 0000000000000000000000000000000000000000..9aece06e367aed3370a2eded1eeb919f67948a96 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895a718e14ecd46b8700aa174d8e7e7bee6b367cf4de592a202bf1c09a62be6f +size 357863 diff --git a/perception/image_level_comprehension/scene_classification/images/855.png b/perception/image_level_comprehension/scene_classification/images/855.png new file mode 100644 index 0000000000000000000000000000000000000000..6837ba3bf4cdafce874ef689406a43194a7fe585 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4530534b87f86ecdb48fd7c11ec347af6137f8d96c110c551e301b9ff3334f65 +size 330437 diff --git a/perception/image_level_comprehension/scene_classification/images/856.png b/perception/image_level_comprehension/scene_classification/images/856.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e735996620120d07f88f0f7d2b065399eb165f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a347bdcc10f27247536dcbb506b5d36cde1eea054ed58a048b544ea6d1e76f72 +size 322165 diff --git a/perception/image_level_comprehension/scene_classification/images/857.png b/perception/image_level_comprehension/scene_classification/images/857.png new file mode 100644 index 0000000000000000000000000000000000000000..7ed52bbc91d7f869c6dbade552be87e7c85573f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5653f961939d8dace2c347c59cb39c47b7ac5d4d1c0039588b8a2c0fd92059 +size 363888 diff --git a/perception/image_level_comprehension/scene_classification/images/858.png b/perception/image_level_comprehension/scene_classification/images/858.png new file mode 100644 index 0000000000000000000000000000000000000000..f16ac166312c7e10b5470571d45317178d6f1583 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28f75a46c537d67c96c7de7d416fae0fa8d7dbe6ca8ccc8443bd4120e357d45 +size 458399 diff --git a/perception/image_level_comprehension/scene_classification/images/859.png b/perception/image_level_comprehension/scene_classification/images/859.png new file mode 100644 index 0000000000000000000000000000000000000000..cf39994771584cf5a8e2e1e1ff20f10b1dcde1e0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c9bd6cb4834b62ec35d98f1464b36d38eca478b05631238463746e30d4a89c +size 253686 diff --git a/perception/image_level_comprehension/scene_classification/images/86.png b/perception/image_level_comprehension/scene_classification/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..f8fa37a88861aafa5e2b460eeb81ce06e56f7f35 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61867981e9af70d4dee59f3dbde5d945af9ecedd6fc465f5a06e79b3168c8416 +size 216764 diff --git a/perception/image_level_comprehension/scene_classification/images/860.png b/perception/image_level_comprehension/scene_classification/images/860.png new file mode 100644 index 0000000000000000000000000000000000000000..22f9a885ed06c4f3ff8282f427dab90fb478c36c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/860.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc662914c9c5f9c2252b548304754820b51ecabc46a31b5f0685d6fce38b78e1 +size 238382 diff --git a/perception/image_level_comprehension/scene_classification/images/861.png b/perception/image_level_comprehension/scene_classification/images/861.png new file mode 100644 index 0000000000000000000000000000000000000000..7af1944bc4fcf4a2b3f393919ba15918077321c3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7315b2f6f9bbc3b3b3ba53a6542809b3d11d66eda5259b30cc71d8adaf10fd +size 263275 diff --git a/perception/image_level_comprehension/scene_classification/images/862.png b/perception/image_level_comprehension/scene_classification/images/862.png new file mode 100644 index 0000000000000000000000000000000000000000..4c12d858c87480f403d2d1a425adbeb8adc97be8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ba705acae3f4b05d25fbb3ade22fa2050c7c56dc4f232d6acce5ecdd853b2a +size 324531 diff --git a/perception/image_level_comprehension/scene_classification/images/863.png b/perception/image_level_comprehension/scene_classification/images/863.png new file mode 100644 index 0000000000000000000000000000000000000000..37f00222c496d2b61c7ab6ccba678e6c38cc117f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52ab16e01b4d692ec2e0c02ab39606405b68e7f2c06ba2914c7baf865c63476 +size 236530 diff --git a/perception/image_level_comprehension/scene_classification/images/864.png b/perception/image_level_comprehension/scene_classification/images/864.png new file mode 100644 index 0000000000000000000000000000000000000000..ab19fff0a32a0e5f09d50a784e5ebe81e6904679 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00a49a1252f32c20fab02cdb0ce494a9482e58a12e161ae8f4260936d40bd55 +size 509548 diff --git a/perception/image_level_comprehension/scene_classification/images/865.png b/perception/image_level_comprehension/scene_classification/images/865.png new file mode 100644 index 0000000000000000000000000000000000000000..4d82efbfff262b694ce9904590af37bf0b0d6e63 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ec2c7e0dea06df97af969ccc34a3c1042f3adc27cc5456f41b28c86d65b249 +size 281519 diff --git a/perception/image_level_comprehension/scene_classification/images/866.png b/perception/image_level_comprehension/scene_classification/images/866.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5959c30cae3b5cfecb87f1179c855a7ae442ac --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/866.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce89f39971ea29262a525385b4984be759097e60a5f0b8b3e6c18ec5cc047275 +size 356833 diff --git a/perception/image_level_comprehension/scene_classification/images/867.png b/perception/image_level_comprehension/scene_classification/images/867.png new file mode 100644 index 0000000000000000000000000000000000000000..7282293306f6284618b7a4300e364100cafb6d1f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/867.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fa3de5578de23c07b4f9f584d043c91e0dc573b397e014cfb69fa8d0d49eb5 +size 452558 diff --git a/perception/image_level_comprehension/scene_classification/images/868.png b/perception/image_level_comprehension/scene_classification/images/868.png new file mode 100644 index 0000000000000000000000000000000000000000..931fff22356c5a4ed4046074025d1e39c54c8693 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87112355e007edda9ce116a45069868d65d86ee555f8e08936d533bc32fd9bf5 +size 440621 diff --git a/perception/image_level_comprehension/scene_classification/images/869.png b/perception/image_level_comprehension/scene_classification/images/869.png new file mode 100644 index 0000000000000000000000000000000000000000..84b3c912e4b3aa5cb4969f110e0212ff9082d49a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9b43e80b55ad622010fc8d0220f42999080b09f73ecdf54349b5a6a1543892 +size 204775 diff --git a/perception/image_level_comprehension/scene_classification/images/87.png b/perception/image_level_comprehension/scene_classification/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..1771f68fe92f04cdd33af6f88be3025497cf9ed3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc2cea4808afdb91ae73d612b2e30f7fec2d9977db608dca2d809442ab8d5f +size 345720 diff --git a/perception/image_level_comprehension/scene_classification/images/870.png b/perception/image_level_comprehension/scene_classification/images/870.png new file mode 100644 index 0000000000000000000000000000000000000000..db262c3000e654e684c0962042a504a0db88e3cb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c2596a4483646cb86c2a45e5d2bbf525964773bf7a3f1310229baad3f8134d +size 245193 diff --git a/perception/image_level_comprehension/scene_classification/images/871.png b/perception/image_level_comprehension/scene_classification/images/871.png new file mode 100644 index 0000000000000000000000000000000000000000..a44a0a4588d53f3fbdef84cc3020f4e1fb08d21c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c767461689c01f281e6b220be09bf46146307fb071104c3cbb5b74eb53967bb7 +size 415356 diff --git a/perception/image_level_comprehension/scene_classification/images/872.png b/perception/image_level_comprehension/scene_classification/images/872.png new file mode 100644 index 0000000000000000000000000000000000000000..25e9d0234ee06f586b8010201f76dee620d37296 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4c73a54623115a575a329508760fe8585a1754bcae2faa37ac15056cc23707 +size 300486 diff --git a/perception/image_level_comprehension/scene_classification/images/873.png b/perception/image_level_comprehension/scene_classification/images/873.png new file mode 100644 index 0000000000000000000000000000000000000000..8df2cb4e8115f48da5d9deccc96e3f6b5d6c5a68 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/873.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f66f8c0a1a03ed2eac29728ce591bb12764b4516c4eb7d93a06bd832678d5f +size 229799 diff --git a/perception/image_level_comprehension/scene_classification/images/874.png b/perception/image_level_comprehension/scene_classification/images/874.png new file mode 100644 index 0000000000000000000000000000000000000000..4673b65a488605c191c146513f73bb034a2bb275 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d320a75f0359c1692f639a59aeebf9cf8945f4f578b3d3fd3083aec01eeac1d3 +size 230894 diff --git a/perception/image_level_comprehension/scene_classification/images/875.png b/perception/image_level_comprehension/scene_classification/images/875.png new file mode 100644 index 0000000000000000000000000000000000000000..4d1bff719c7a44f5f61a98dd3a2e8aeae6fba243 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa239e9da7f6bba95395d6149ba040768ab163aa41f95c99374ebebbcd1a6129 +size 342965 diff --git a/perception/image_level_comprehension/scene_classification/images/876.png b/perception/image_level_comprehension/scene_classification/images/876.png new file mode 100644 index 0000000000000000000000000000000000000000..19e05351971a07c55ef5cd6be7bec4602b098f88 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8058ec03c9b6699bd753c009289d6f717b5ab5f1a7f1c9675bf0b100962ff89 +size 368604 diff --git a/perception/image_level_comprehension/scene_classification/images/877.png b/perception/image_level_comprehension/scene_classification/images/877.png new file mode 100644 index 0000000000000000000000000000000000000000..a41b59deff423cd16137d1da8e59ccff95c10bf9 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4b697f567e82d1d552806e43c6db5088dae1b9d5f407afc47ff8c648b927f2 +size 268527 diff --git a/perception/image_level_comprehension/scene_classification/images/878.png b/perception/image_level_comprehension/scene_classification/images/878.png new file mode 100644 index 0000000000000000000000000000000000000000..88c4272ab5a7b3f23ef5ca2c8a312140d33aa17a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a56ce614066f749d8061411945cfb4263989a8aaaf174f460245dae35b2b01 +size 393010 diff --git a/perception/image_level_comprehension/scene_classification/images/879.png b/perception/image_level_comprehension/scene_classification/images/879.png new file mode 100644 index 0000000000000000000000000000000000000000..4b595f6e52e5a948ebeddf03e88cdef8d69190af --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7818fee5c916b931d315463bb79fbb2ccdc557f6ea2e0ccc1b1b1fc01006289 +size 291924 diff --git a/perception/image_level_comprehension/scene_classification/images/88.png b/perception/image_level_comprehension/scene_classification/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..23c7525c84aa2a1d9068177c1d5df5d9f901bd27 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66bc67a284be821e0a904905e8db21fd5212e024c04fac653471b4ad760309d +size 370590 diff --git a/perception/image_level_comprehension/scene_classification/images/880.png b/perception/image_level_comprehension/scene_classification/images/880.png new file mode 100644 index 0000000000000000000000000000000000000000..bd97337b884ad6021be9b8d341123531339f9219 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49293168150f7bacfd374508eff93470ee8042061bf4a65b4492f7cea5150ac0 +size 333828 diff --git a/perception/image_level_comprehension/scene_classification/images/881.png b/perception/image_level_comprehension/scene_classification/images/881.png new file mode 100644 index 0000000000000000000000000000000000000000..9cce56e819b42c25209664e947cfcaf8251525c4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf624548685db86bf3b6c97cbe8b45f64c12e9ddfa9aca8d8c502dd65e1dbe9 +size 230438 diff --git a/perception/image_level_comprehension/scene_classification/images/882.png b/perception/image_level_comprehension/scene_classification/images/882.png new file mode 100644 index 0000000000000000000000000000000000000000..bd8f8602e28bc544a46b073db65eb4b70c5efe47 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5100164042eb7432842f4404f6defc2fa3133de946048cba2445e4625dc8bb27 +size 258821 diff --git a/perception/image_level_comprehension/scene_classification/images/883.png b/perception/image_level_comprehension/scene_classification/images/883.png new file mode 100644 index 0000000000000000000000000000000000000000..3b0406b78a81d885440450ffe0891027a556e8f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2507e9e313d207eb12e41ddb741ddddb23dd58105102dbf83654cd26ca3fa1 +size 337418 diff --git a/perception/image_level_comprehension/scene_classification/images/884.png b/perception/image_level_comprehension/scene_classification/images/884.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b1e39f67ca0f9a22615abb33407c366050fb1e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a05653c9fbcb5355166d295bbe6b3258f4d79f2367548548f080caad31f1f85 +size 305528 diff --git a/perception/image_level_comprehension/scene_classification/images/885.png b/perception/image_level_comprehension/scene_classification/images/885.png new file mode 100644 index 0000000000000000000000000000000000000000..28b242e84a092353a6c7db5081ff2c3a9407b42d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1260e3e964db120a7f508ebe45d0eca4138ed4d303767a86e1bf4ecc20788a48 +size 500370 diff --git a/perception/image_level_comprehension/scene_classification/images/886.png b/perception/image_level_comprehension/scene_classification/images/886.png new file mode 100644 index 0000000000000000000000000000000000000000..cb203ef6f8a2cb3b28b90e98a84e57592f5c14ff --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c139c7c697aa209c9268d379c4ecb6ee2a8acbb9fcda7175dae79d558103fe41 +size 424399 diff --git a/perception/image_level_comprehension/scene_classification/images/887.png b/perception/image_level_comprehension/scene_classification/images/887.png new file mode 100644 index 0000000000000000000000000000000000000000..daf7d9002149289ca95d64adf3946df79deeefbe --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6695e4f2c5558fa1ba2543513b729695fcc2a1bd94a9ce0be2967896f3d4b0 +size 416311 diff --git a/perception/image_level_comprehension/scene_classification/images/888.png b/perception/image_level_comprehension/scene_classification/images/888.png new file mode 100644 index 0000000000000000000000000000000000000000..31b12e8f7148472b2702de5bd9031a8f2ba12717 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42eea60ab80cc06f6bf741d1e93c8e74567c00ef32da4c1223c31158d73d64e8 +size 465318 diff --git a/perception/image_level_comprehension/scene_classification/images/889.png b/perception/image_level_comprehension/scene_classification/images/889.png new file mode 100644 index 0000000000000000000000000000000000000000..3497c649883f7a3535916498378b0f5de1db54f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af923e4c8b7b2fed1ecfdd34bd1ada5a15c8582081e891f1496d23959a56421 +size 493126 diff --git a/perception/image_level_comprehension/scene_classification/images/89.png b/perception/image_level_comprehension/scene_classification/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..0ecd9e0fd7c1032ae305169061f42ed7a81f4819 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db146fc9f636ec5d10a4df56aa306d2288a22f0b2eced72a55deef745d453094 +size 423217 diff --git a/perception/image_level_comprehension/scene_classification/images/890.png b/perception/image_level_comprehension/scene_classification/images/890.png new file mode 100644 index 0000000000000000000000000000000000000000..949548788700e89be62a7b62a326fb7b87ee7bc1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3687fe1306693efcfb19d287a7a65eaa4793f95ba8c7a75b2a4c93fa3ef33fae +size 462001 diff --git a/perception/image_level_comprehension/scene_classification/images/891.png b/perception/image_level_comprehension/scene_classification/images/891.png new file mode 100644 index 0000000000000000000000000000000000000000..bf07f6ae3a26345aed5178d8e4fa0cf5b3f5b37c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0b7a858ba543231d9ffb38bc92bda26bcd252ca1cd6ae9e0b4f51570d26d04 +size 424754 diff --git a/perception/image_level_comprehension/scene_classification/images/892.png b/perception/image_level_comprehension/scene_classification/images/892.png new file mode 100644 index 0000000000000000000000000000000000000000..3fcd63799d66b0857ee1e7a09084450a0bba0301 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ebb7dcedb7352133b458542dbb9d01460aec09119c74998cee1eff0e91e5ae +size 595261 diff --git a/perception/image_level_comprehension/scene_classification/images/893.png b/perception/image_level_comprehension/scene_classification/images/893.png new file mode 100644 index 0000000000000000000000000000000000000000..8cf1fa86a11707306e8db5a73936f8d900ea6c42 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a517e621ce0700a8ddf7225b7a9a434141a7900e1299c8decd1c4f536f31b75 +size 586611 diff --git a/perception/image_level_comprehension/scene_classification/images/894.png b/perception/image_level_comprehension/scene_classification/images/894.png new file mode 100644 index 0000000000000000000000000000000000000000..c8f066d41bc7714463697999dc23fbc45b16bc43 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27eb7eeb3a3a319c48c4c2e21dedae7819d887ff6cddb9f8ff685bbe266dc4e8 +size 593349 diff --git a/perception/image_level_comprehension/scene_classification/images/895.png b/perception/image_level_comprehension/scene_classification/images/895.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc7d06cd91df8b60caf23c699a358a71a6a6a5f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6da21b17db309a374dd4a034ae32163f391489b7cf9fd3c9652d24e1c44eab3 +size 569821 diff --git a/perception/image_level_comprehension/scene_classification/images/896.png b/perception/image_level_comprehension/scene_classification/images/896.png new file mode 100644 index 0000000000000000000000000000000000000000..61713602ff6ff71025b91b17501614a59fa7f329 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4f8d7f9cc8d2f815dc16bb47c9aa6e2dcdc19d9df4c4715e05cc454e2d3e6a +size 323249 diff --git a/perception/image_level_comprehension/scene_classification/images/897.png b/perception/image_level_comprehension/scene_classification/images/897.png new file mode 100644 index 0000000000000000000000000000000000000000..f87e96647e2ee2487f3e0f7c899b0e0605d5cfea --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5490e24b6220af87d2a2c887881a46900d37fda892a8581e6a68a6c89f73f449 +size 587810 diff --git a/perception/image_level_comprehension/scene_classification/images/898.png b/perception/image_level_comprehension/scene_classification/images/898.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd20390f04d8b3e2d3c72051dfc87e15f5e375a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b332eea65c7298d27374409da8fcec32bd94dd89d7e7147dcb7174805ca0af2 +size 597999 diff --git a/perception/image_level_comprehension/scene_classification/images/899.png b/perception/image_level_comprehension/scene_classification/images/899.png new file mode 100644 index 0000000000000000000000000000000000000000..8d79b8d10d09b6f827e19a630d32c858eb5eb7d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f368827fcdcdd53c58c266ea5b7c41e31e3fc965134dc7dd6c305c57a1a064 +size 601474 diff --git a/perception/image_level_comprehension/scene_classification/images/9.png b/perception/image_level_comprehension/scene_classification/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..df3cccec19e1bdd78b0f6b37d51a9a1f89817b93 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc46da2fc4903870b62321507071f38217b715e74c449758ac3275a1b741da1 +size 272139 diff --git a/perception/image_level_comprehension/scene_classification/images/90.png b/perception/image_level_comprehension/scene_classification/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..9d8458f955202bf0576823920b10123dfd0c2d51 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f642b7d64e9da992b5a9e824fad65718bb4b4b7b7826b958b194a7cf383a8cec +size 245621 diff --git a/perception/image_level_comprehension/scene_classification/images/900.png b/perception/image_level_comprehension/scene_classification/images/900.png new file mode 100644 index 0000000000000000000000000000000000000000..69bbaf40cdc833055ac2a1ce48d4a71e6918ea7d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/900.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6c13a69bc879929362779718139113e2111ed51ab01510562a55170d6982ab +size 577596 diff --git a/perception/image_level_comprehension/scene_classification/images/901.png b/perception/image_level_comprehension/scene_classification/images/901.png new file mode 100644 index 0000000000000000000000000000000000000000..8bec9498da41209f4b77f43adf93c426886d4609 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f6c95cd1b2078a42761da82d7542a481d73d72b3a3ec4f0d1ee7e3b2386973 +size 579585 diff --git a/perception/image_level_comprehension/scene_classification/images/902.png b/perception/image_level_comprehension/scene_classification/images/902.png new file mode 100644 index 0000000000000000000000000000000000000000..2f94cbf2451bb1b52725c873502ef456c5a4b9ae --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73694cd1d73ae7220258737cfd8bc5d61b867c11b1fa209a8e4b948deeccf9d +size 597005 diff --git a/perception/image_level_comprehension/scene_classification/images/903.png b/perception/image_level_comprehension/scene_classification/images/903.png new file mode 100644 index 0000000000000000000000000000000000000000..70c43477e4afac149b9e2b65a1cac8cf09391f10 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b483d0ffc4fff95810e1465cf664dd434f55b89291ce975afdd2dbedacc9eb9 +size 592468 diff --git a/perception/image_level_comprehension/scene_classification/images/904.png b/perception/image_level_comprehension/scene_classification/images/904.png new file mode 100644 index 0000000000000000000000000000000000000000..417fc9ab4435a8021ba6b9085a53f4065f5c0551 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b5c9ae76d4407e65cee91e0e3e6f2cb2c501fd46c06d31e276d520d4019fd2 +size 599731 diff --git a/perception/image_level_comprehension/scene_classification/images/905.png b/perception/image_level_comprehension/scene_classification/images/905.png new file mode 100644 index 0000000000000000000000000000000000000000..912bf1d25cf200bc1765bb5a6acd3401ad84a1b5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226e13063caa38defe3dfb02984489184efa0447e67693060db56990416757d2 +size 564817 diff --git a/perception/image_level_comprehension/scene_classification/images/906.png b/perception/image_level_comprehension/scene_classification/images/906.png new file mode 100644 index 0000000000000000000000000000000000000000..bbca0f0bd74cb644eb0691b94e77ac7effe7540d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189b8779dd662e0c2b3e1bf0114e910e47f20df99dab90b9c9f1ed1fd19f0354 +size 540066 diff --git a/perception/image_level_comprehension/scene_classification/images/907.png b/perception/image_level_comprehension/scene_classification/images/907.png new file mode 100644 index 0000000000000000000000000000000000000000..6b96e2fcbf8fe0933b786a5acb98f8ade78a40bf --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c58f0a36479476d5de907a99fd87df6984601eeeb0f82372bd82cc55606f44 +size 521529 diff --git a/perception/image_level_comprehension/scene_classification/images/908.png b/perception/image_level_comprehension/scene_classification/images/908.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd1f1057f09823707dcc66c9ea61cdc1574b9cc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872ab1b4e25cbfbcacc1d9e4f1b495d5a67248579150b0d086e2bdb77deb737a +size 528425 diff --git a/perception/image_level_comprehension/scene_classification/images/909.png b/perception/image_level_comprehension/scene_classification/images/909.png new file mode 100644 index 0000000000000000000000000000000000000000..d351b7e234d3f541c5f4c3a72dcdf0731335693d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/909.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321261f734180162dc5670c23aa4b7daac2a64cec7e337b80abc07f6b0711964 +size 539840 diff --git a/perception/image_level_comprehension/scene_classification/images/91.png b/perception/image_level_comprehension/scene_classification/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..ef28a892e2f4395486f23b70f4f1e9d48591eead --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a47fe38b40843cc7cdffcfb2ce20d519bd2f72d818212ed52ae2513ea54bf8 +size 231589 diff --git a/perception/image_level_comprehension/scene_classification/images/910.png b/perception/image_level_comprehension/scene_classification/images/910.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd33cb171b253a874758197b3723f783881a700 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/910.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873d0ef0dafdf8313345f4aea0cfda66869a6106d959ce06f8c723b7fe132a3c +size 526335 diff --git a/perception/image_level_comprehension/scene_classification/images/911.png b/perception/image_level_comprehension/scene_classification/images/911.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2a4cca68b7b6338d12afc95b42280d6c679f25 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7966cd1c20508db348ee2cc9bff0f09338da934914e01b1a34a49521af95ee +size 499662 diff --git a/perception/image_level_comprehension/scene_classification/images/912.png b/perception/image_level_comprehension/scene_classification/images/912.png new file mode 100644 index 0000000000000000000000000000000000000000..af76f532036c517e6c488825e5f420112e429d82 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765e47dac33b9ceaf3c93adbdebb1523d452413926f2fff71af2ace549a53be4 +size 579225 diff --git a/perception/image_level_comprehension/scene_classification/images/913.png b/perception/image_level_comprehension/scene_classification/images/913.png new file mode 100644 index 0000000000000000000000000000000000000000..23618461f8080e4f5e434b5b40e38fef35e53dd8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/913.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5011d994f29b1f4b986ec2a287637da0c806ae5f7eb92103b45a2986165b95ac +size 534316 diff --git a/perception/image_level_comprehension/scene_classification/images/914.png b/perception/image_level_comprehension/scene_classification/images/914.png new file mode 100644 index 0000000000000000000000000000000000000000..9d67b6fdcf9e2f61e4c5686911313e068a1af552 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a94b717483973bb97ad8eea686f8ffc66816851762875503d0f0a947093594 +size 556121 diff --git a/perception/image_level_comprehension/scene_classification/images/915.png b/perception/image_level_comprehension/scene_classification/images/915.png new file mode 100644 index 0000000000000000000000000000000000000000..3adb718ae4469416ef84e2e7efca54e31b6285f4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c287a86b301164ed073c420ca0b24ff3547570e47a7783a6c3d667b296816e +size 551599 diff --git a/perception/image_level_comprehension/scene_classification/images/916.png b/perception/image_level_comprehension/scene_classification/images/916.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4d84266e08b3c4bdd7d56b21cd8fae9b1277dc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff95753955694d9f15a4849404511dfb9c49019d33524d8370de7cf1df87720 +size 408400 diff --git a/perception/image_level_comprehension/scene_classification/images/917.png b/perception/image_level_comprehension/scene_classification/images/917.png new file mode 100644 index 0000000000000000000000000000000000000000..ed18c7a9f6d085a6990c03ede1235912f9b83ede --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598108c820331a65ee8b738dd31072403841de345c0bf194c4de82999a417327 +size 533928 diff --git a/perception/image_level_comprehension/scene_classification/images/918.png b/perception/image_level_comprehension/scene_classification/images/918.png new file mode 100644 index 0000000000000000000000000000000000000000..ac419cc8635e0b7a273547e8adcac7486d365c4c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e121cfcb42d4b486a365d9dec0ad9738d930f53bc211f2854421b6b97ecf4a6 +size 521169 diff --git a/perception/image_level_comprehension/scene_classification/images/919.png b/perception/image_level_comprehension/scene_classification/images/919.png new file mode 100644 index 0000000000000000000000000000000000000000..92a4d64dace15499473cf4b4119fb01edff87c37 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3920ce55d804bbd64526b239af455e0f8d3cfd4d85b0c66c5bf97490517f24 +size 553023 diff --git a/perception/image_level_comprehension/scene_classification/images/92.png b/perception/image_level_comprehension/scene_classification/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..c414eca3d97adc4eff81fca2c874ba9c1b4256d3 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d81ea561e7eaa08aa80312e7eb5f56ff344eb7d60cf9e3795c093b1a8abb01f +size 237302 diff --git a/perception/image_level_comprehension/scene_classification/images/920.png b/perception/image_level_comprehension/scene_classification/images/920.png new file mode 100644 index 0000000000000000000000000000000000000000..9108ebe819de5a0bb19d7aef6698ea1318d781a8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/920.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f553e08e97a9898ad9557a21dcb88dc8759819871926d5493353e626ad8cecd9 +size 548307 diff --git a/perception/image_level_comprehension/scene_classification/images/921.png b/perception/image_level_comprehension/scene_classification/images/921.png new file mode 100644 index 0000000000000000000000000000000000000000..e06342b34416ce4cdb2f2d0362b716668be5ff3f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/921.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80481bb9c7b3c64724ac07facb593d8aa44155808dc1560f105197e8984ba2c8 +size 515368 diff --git a/perception/image_level_comprehension/scene_classification/images/922.png b/perception/image_level_comprehension/scene_classification/images/922.png new file mode 100644 index 0000000000000000000000000000000000000000..6982471c8114df67258089643e373b1883d19841 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f04a55ffd5b2c6dd700af8d3cfa7a4137e1d7447556cef8a5004aace2da7d3 +size 510854 diff --git a/perception/image_level_comprehension/scene_classification/images/923.png b/perception/image_level_comprehension/scene_classification/images/923.png new file mode 100644 index 0000000000000000000000000000000000000000..05f8943dd3a5e0ac850225cb2ca82e8c6c6986cb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb822d9c8ef48de23c8f0994e353e6b5502768393c2c1da4ce2a6faa485ed428 +size 541566 diff --git a/perception/image_level_comprehension/scene_classification/images/924.png b/perception/image_level_comprehension/scene_classification/images/924.png new file mode 100644 index 0000000000000000000000000000000000000000..94d6447db906899ff135df7692cd16d5c7a45df6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f538719b3d8a0fc9df92d1014abb36f0172a9008860ecbe8f4e60c614795b00 +size 561761 diff --git a/perception/image_level_comprehension/scene_classification/images/925.png b/perception/image_level_comprehension/scene_classification/images/925.png new file mode 100644 index 0000000000000000000000000000000000000000..9bc309cf12befc70c299a94f8218158a50a834e4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/925.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fabbad165212000a9dbdccd3daa344b7d9bd779439a6c914b00c6e96646769 +size 577679 diff --git a/perception/image_level_comprehension/scene_classification/images/926.png b/perception/image_level_comprehension/scene_classification/images/926.png new file mode 100644 index 0000000000000000000000000000000000000000..a04d33844cca41abe1fa5ec995dcf1ed93847a23 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/926.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a588df7c009274be5059864fd1b3422da4abaae57fd1a41cc9109e8f21754ae9 +size 514210 diff --git a/perception/image_level_comprehension/scene_classification/images/927.png b/perception/image_level_comprehension/scene_classification/images/927.png new file mode 100644 index 0000000000000000000000000000000000000000..8505b872fef34a1638c3449ad343f7f2a9caaabd --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4c3ea81ffa58deaf702242338fce39609ecb4d1986823e21f74fd56b76be67 +size 578363 diff --git a/perception/image_level_comprehension/scene_classification/images/928.png b/perception/image_level_comprehension/scene_classification/images/928.png new file mode 100644 index 0000000000000000000000000000000000000000..75a601ecf6f2089553ec961e6750624f266a3e6c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de850d321e98e2a8f5636f065e330c78c35010023b09f76ccc9290a8122c95b +size 553408 diff --git a/perception/image_level_comprehension/scene_classification/images/929.png b/perception/image_level_comprehension/scene_classification/images/929.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a51c8a643bef4d581ee63e423851b02aeda162 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/929.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31297db21583c16dc27004af08a213abad283e803e9bad4510d4ec6aa4abe07b +size 530483 diff --git a/perception/image_level_comprehension/scene_classification/images/93.png b/perception/image_level_comprehension/scene_classification/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..220939868dbca3669ce099073e85a7c9f581d65a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957adee4acbf0dceb3eb33cd5a9d3cf99cc44cc272f887581d416156f42f9a0e +size 321110 diff --git a/perception/image_level_comprehension/scene_classification/images/930.png b/perception/image_level_comprehension/scene_classification/images/930.png new file mode 100644 index 0000000000000000000000000000000000000000..35ec0b29902cc8e9f35a1bc56a4bc6cf8bf685a7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/930.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d17a0f528cc58756c60499db5a2695171def1214446c17f8844cb5d23bb096 +size 503425 diff --git a/perception/image_level_comprehension/scene_classification/images/931.png b/perception/image_level_comprehension/scene_classification/images/931.png new file mode 100644 index 0000000000000000000000000000000000000000..b0021d43c1692d643b6b5f96ba0d5ccfb61f3962 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e445983b8b3edacffaa11a0a8b84d9fdd4bc0e6a20f2f55113468c197e3c33b +size 502957 diff --git a/perception/image_level_comprehension/scene_classification/images/932.png b/perception/image_level_comprehension/scene_classification/images/932.png new file mode 100644 index 0000000000000000000000000000000000000000..701f2c62093c98f94f0d927b6319f57fdc034814 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591294ee4843a58920154ce8d2b6ddd467831c1495aa8deb25e2323088bb4635 +size 493776 diff --git a/perception/image_level_comprehension/scene_classification/images/933.png b/perception/image_level_comprehension/scene_classification/images/933.png new file mode 100644 index 0000000000000000000000000000000000000000..68a075651938b1dc7e2462418b1bd6d1c0c7ddce --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4015172ef7d7b7e69c5d28c7e45c8f7666bd557216c1f8cb8620169328d68685 +size 554122 diff --git a/perception/image_level_comprehension/scene_classification/images/934.png b/perception/image_level_comprehension/scene_classification/images/934.png new file mode 100644 index 0000000000000000000000000000000000000000..05fb8bc727e0f18afd04872d78f3409103c0d005 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6885af9a7bdd1be08c6a4130ec61e26226c818f6a1ec2223285206198196dab +size 518056 diff --git a/perception/image_level_comprehension/scene_classification/images/935.png b/perception/image_level_comprehension/scene_classification/images/935.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc8ef865f3bc8385f082b49ca3e47ed2a4aa5be --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d00c0c4bcae457a08e742db7aea2a1e90d89dcf49a012a3ce843d75289a5fc +size 541546 diff --git a/perception/image_level_comprehension/scene_classification/images/936.png b/perception/image_level_comprehension/scene_classification/images/936.png new file mode 100644 index 0000000000000000000000000000000000000000..26cfc1d2611975fea37d535d7f4b0da42219d669 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9584253544d54b655646b15921c4b106d851f6e1e67befc581e873eae783439c +size 539128 diff --git a/perception/image_level_comprehension/scene_classification/images/937.png b/perception/image_level_comprehension/scene_classification/images/937.png new file mode 100644 index 0000000000000000000000000000000000000000..cdddc8a806e90d587aa96698b1ca6ef8e77348a0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748a57f289a8aa9b18934be0004d2b8ec02d133e2b3f46ccc23fdf7a6600d962 +size 522185 diff --git a/perception/image_level_comprehension/scene_classification/images/938.png b/perception/image_level_comprehension/scene_classification/images/938.png new file mode 100644 index 0000000000000000000000000000000000000000..c2257d53884ee1626a7eb9328e5cec4510f81ba4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8426d77b7fd7d08af54d7ff07e773c5aa31f52793b88abb2336fe02007cd1a54 +size 558977 diff --git a/perception/image_level_comprehension/scene_classification/images/939.png b/perception/image_level_comprehension/scene_classification/images/939.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4e638dcef621ed211d814f11e6003c328d34df --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/939.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0f59b286d204da8355b26c26dc9394aaf2141da0334f89fd1adf41de5b3952 +size 573650 diff --git a/perception/image_level_comprehension/scene_classification/images/94.png b/perception/image_level_comprehension/scene_classification/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..999a6da214291909b349c137a0e237928d786d52 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28c0d7b11f4fd80414f21e6be2b6038cbc460e26f124af511e99bb07a0314a4 +size 240445 diff --git a/perception/image_level_comprehension/scene_classification/images/940.png b/perception/image_level_comprehension/scene_classification/images/940.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4dcfb8ab4f65a43f9c8e1b7ff99f7de99edd9e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/940.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6407790a4766def6c36c417be09586c73f426146dd45be072025373c1293f54e +size 546168 diff --git a/perception/image_level_comprehension/scene_classification/images/941.png b/perception/image_level_comprehension/scene_classification/images/941.png new file mode 100644 index 0000000000000000000000000000000000000000..72499939a4396d7bab80410a83fe67214c6e82f7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e2787ac99846f12da097e715a9a99f010cb0fc9218b457d87bcf9ab64ce9ed +size 554102 diff --git a/perception/image_level_comprehension/scene_classification/images/942.png b/perception/image_level_comprehension/scene_classification/images/942.png new file mode 100644 index 0000000000000000000000000000000000000000..a50b67aaafc14fecdaea7c86db0253f81b7614e8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4aa24f7df57a2df3a7038477676658b8b2b9246251c9f23d2fe8d2143565f14 +size 508263 diff --git a/perception/image_level_comprehension/scene_classification/images/943.png b/perception/image_level_comprehension/scene_classification/images/943.png new file mode 100644 index 0000000000000000000000000000000000000000..3ec63f3928744b1f2c1656b1c15fe23d6e4c0e15 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ba8da4d41109eee79e11747afaa00580c5bcf25f0f223d105b886ec8b9ca18 +size 465459 diff --git a/perception/image_level_comprehension/scene_classification/images/944.png b/perception/image_level_comprehension/scene_classification/images/944.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a4c68b96a9acd3e3a83708c35c6c8b22fea70c --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/944.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055862db7437106fb45144dfe836a9722f6e8123868ce8588f4fecd4f98e44f8 +size 570765 diff --git a/perception/image_level_comprehension/scene_classification/images/945.png b/perception/image_level_comprehension/scene_classification/images/945.png new file mode 100644 index 0000000000000000000000000000000000000000..f97150450a8c7b4d94b61a79d6f1a0fdfd71a4e7 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596d8f39702ad38401fb5749e4039d3aa6786e7d8b6858ba3c64ebf67d3ac3d1 +size 556759 diff --git a/perception/image_level_comprehension/scene_classification/images/946.png b/perception/image_level_comprehension/scene_classification/images/946.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6dc9166802f2721076623a1da9514bd07c4e00 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/946.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb67626a280ccac221890cd48a286c7240f5670406283974b2c3b94105e8029 +size 528087 diff --git a/perception/image_level_comprehension/scene_classification/images/947.png b/perception/image_level_comprehension/scene_classification/images/947.png new file mode 100644 index 0000000000000000000000000000000000000000..efaf4138b5ffabd7e808617bad69689cdc940316 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c5bd41b84fd8cfa79c48853609c35369b165bead597462b85609dde92d0649 +size 543525 diff --git a/perception/image_level_comprehension/scene_classification/images/948.png b/perception/image_level_comprehension/scene_classification/images/948.png new file mode 100644 index 0000000000000000000000000000000000000000..622b317b5718cc76e05020252839a611a58395e1 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e7ee8dd48e5e961c4ac5d15d209b934c4ddea554c79ee12c97b8761c5e1c5d +size 548969 diff --git a/perception/image_level_comprehension/scene_classification/images/949.png b/perception/image_level_comprehension/scene_classification/images/949.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd897bb01f7409f8e22c93bffea05eb2116301d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481e0fc5123fd448befc6ba1f1007c97d1e1477aadb9fcf0db85a926f225bced +size 534352 diff --git a/perception/image_level_comprehension/scene_classification/images/95.png b/perception/image_level_comprehension/scene_classification/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..821c0cae7a980edb7f9a5f9e6de4a6ca19964935 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfff36b860daa5632512ceabaf1dcd26b21cc09d0b83e64d432dee4bf2421061 +size 248941 diff --git a/perception/image_level_comprehension/scene_classification/images/950.png b/perception/image_level_comprehension/scene_classification/images/950.png new file mode 100644 index 0000000000000000000000000000000000000000..91e3bbc7e141b82f9601f038481efc7d992ad835 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe59fb80a19dd74c5a32ca5aef9d8d06fec8378227077db388f0b346d2f7fbf +size 533773 diff --git a/perception/image_level_comprehension/scene_classification/images/951.png b/perception/image_level_comprehension/scene_classification/images/951.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee399734e5201c9a68a87d9391d499b2b400350 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fec246aee0db2582ba77565eefba989152ae748b6f8ac1cbe325afbe064779 +size 577297 diff --git a/perception/image_level_comprehension/scene_classification/images/952.png b/perception/image_level_comprehension/scene_classification/images/952.png new file mode 100644 index 0000000000000000000000000000000000000000..26eb515bc078956a0d89deff066d7d62b53be139 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba07e5692815afdfa05bd32709d04e1e39379628f5c742386cc5e1c5c9aa2f5 +size 524854 diff --git a/perception/image_level_comprehension/scene_classification/images/953.png b/perception/image_level_comprehension/scene_classification/images/953.png new file mode 100644 index 0000000000000000000000000000000000000000..354e1215cd07f14fb638c42dce05235ecf293f75 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a87b5e2c6d65eaee9c50bf7405ae378d4cc9169abce81c55ed15fbd7f7918bd +size 541001 diff --git a/perception/image_level_comprehension/scene_classification/images/954.png b/perception/image_level_comprehension/scene_classification/images/954.png new file mode 100644 index 0000000000000000000000000000000000000000..f609646d8b65c1ec4ae4f6b16fc06a6d01ff05ad --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0ddf85bd50b9f6e18d25ed741d369c7a9c783cef3ddeb97d0bc01843907a9e +size 536807 diff --git a/perception/image_level_comprehension/scene_classification/images/955.png b/perception/image_level_comprehension/scene_classification/images/955.png new file mode 100644 index 0000000000000000000000000000000000000000..151501a511d7a5bc90ecf1987aced20724d42410 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726394efd993fa8a4558f033bc3b82c73be783116871bbe92f8a5cc619de0fc3 +size 537977 diff --git a/perception/image_level_comprehension/scene_classification/images/956.png b/perception/image_level_comprehension/scene_classification/images/956.png new file mode 100644 index 0000000000000000000000000000000000000000..0b49b7622de7f4fca97961afd489e72a643987db --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ef74054e4c73c50611453366e29fa1cf98a7a658688068c1909c82dac901ee +size 502511 diff --git a/perception/image_level_comprehension/scene_classification/images/957.png b/perception/image_level_comprehension/scene_classification/images/957.png new file mode 100644 index 0000000000000000000000000000000000000000..95b23f81861d9153e6fcb730ec81f78fe998b4d4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e62c7df13aa3e5a3fe66df85e7eab51b42602c02db1bc867ef9e0bb40434ba1 +size 476435 diff --git a/perception/image_level_comprehension/scene_classification/images/958.png b/perception/image_level_comprehension/scene_classification/images/958.png new file mode 100644 index 0000000000000000000000000000000000000000..2155aa93c3555182c024c484532973529701ae27 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dcf3fc1ed3741ca58b40ff2296859c1d06efd12c62dc8db8c53b34a7b36b34 +size 434494 diff --git a/perception/image_level_comprehension/scene_classification/images/959.png b/perception/image_level_comprehension/scene_classification/images/959.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c89509404903b86117647c585ad2d59926b43e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/959.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56892b4ce9341ae2716f5e0b15016c283bf870ac3f2beff2d1d909541baca9e +size 539728 diff --git a/perception/image_level_comprehension/scene_classification/images/96.png b/perception/image_level_comprehension/scene_classification/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..8a26df48e480783bb965cad3eba37a958802842d --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27724f556cdce0312be5b285df0dbec2a77b4dce509a9fef7e0a6ff94a625d94 +size 230563 diff --git a/perception/image_level_comprehension/scene_classification/images/960.png b/perception/image_level_comprehension/scene_classification/images/960.png new file mode 100644 index 0000000000000000000000000000000000000000..91bb6b8bdd8354a0894367e1d7ea7142340337aa --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/960.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824cd7e8d0451e701a8d936ebf8e55033bb19b96e24e86b4067c90a1f7135204 +size 517278 diff --git a/perception/image_level_comprehension/scene_classification/images/961.png b/perception/image_level_comprehension/scene_classification/images/961.png new file mode 100644 index 0000000000000000000000000000000000000000..b6665da484aa5a0ebc1434248cf05f1be375b07e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ac11b36fe7b580c2eb83255f81cffe48e26bcb0034b4a132eef80aee28424d +size 513615 diff --git a/perception/image_level_comprehension/scene_classification/images/962.png b/perception/image_level_comprehension/scene_classification/images/962.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1eb10acb184fba8068c673d611117b95f9a10e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/962.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9899eda4ada1ae16bf76ef8320ce605d6d4a6d1be5a5cab59c734b780e984ef0 +size 539454 diff --git a/perception/image_level_comprehension/scene_classification/images/963.png b/perception/image_level_comprehension/scene_classification/images/963.png new file mode 100644 index 0000000000000000000000000000000000000000..321174395cae56edf190b1a08f35cbee677aec14 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f989076d08186882a4b44ec59f6b52f62d3a39438b3645e82a77669fc773123c +size 524261 diff --git a/perception/image_level_comprehension/scene_classification/images/964.png b/perception/image_level_comprehension/scene_classification/images/964.png new file mode 100644 index 0000000000000000000000000000000000000000..091af744df0c95825f6271a11ddff93dc37345a8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/964.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bbedc597a8465a5c855a6ddc05bfda6587fe7d7c8ca198bfa1ee0623338d87 +size 520162 diff --git a/perception/image_level_comprehension/scene_classification/images/965.png b/perception/image_level_comprehension/scene_classification/images/965.png new file mode 100644 index 0000000000000000000000000000000000000000..67d8fe870ccabb438bd4adc74e6d36eb1e1c94eb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/965.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4ac0a2ca2f95725a86a3322310c2cd6e8831f4c95fa860f6d4664ff83ac66c +size 526248 diff --git a/perception/image_level_comprehension/scene_classification/images/966.png b/perception/image_level_comprehension/scene_classification/images/966.png new file mode 100644 index 0000000000000000000000000000000000000000..c1be968d889521f8f54e6c399040614e65426d97 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beda8488a9aca6b33a5977576c311906cbecf913beb013294cadb83a525b336e +size 523712 diff --git a/perception/image_level_comprehension/scene_classification/images/967.png b/perception/image_level_comprehension/scene_classification/images/967.png new file mode 100644 index 0000000000000000000000000000000000000000..934bced26daba0dbf9c8541bad24e8eef09eb424 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/967.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906c7b243064b3fbc97f22208b5f3f11e040e726782508b183cc58f9a7aaade9 +size 536746 diff --git a/perception/image_level_comprehension/scene_classification/images/968.png b/perception/image_level_comprehension/scene_classification/images/968.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf5321d0052d1fb9f257eece937c122f7bfd4f8 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a9068da9c0a1ff01ef35f2536045ec8c110761589a788542b427d82efdf255 +size 542524 diff --git a/perception/image_level_comprehension/scene_classification/images/969.png b/perception/image_level_comprehension/scene_classification/images/969.png new file mode 100644 index 0000000000000000000000000000000000000000..846f5a4a81b5115dd7d35479b491249a00bd1e7e --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3606c88623dd47985cc36261cdbea70ac7c7a15076b80ffd86a0134e594f90 +size 547408 diff --git a/perception/image_level_comprehension/scene_classification/images/97.png b/perception/image_level_comprehension/scene_classification/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..304db081470756210816e3018a4ac457ee2f6acb --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2c731dbcff4d1e08a74e9d37b5b86aa4443e6e9e219ca87d18a9054c3a3b0f +size 327909 diff --git a/perception/image_level_comprehension/scene_classification/images/970.png b/perception/image_level_comprehension/scene_classification/images/970.png new file mode 100644 index 0000000000000000000000000000000000000000..019f83579b34a5a8180efd97f1c80774b6318fe0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61403256075fd2000653008e9684cfb3ce37b61e705e2c0d40c495f9ebdcd1dd +size 546405 diff --git a/perception/image_level_comprehension/scene_classification/images/971.png b/perception/image_level_comprehension/scene_classification/images/971.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa9fe82d930c25d4c70e9ef6dba1eb4f2362c01 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d33976d25c2e9041d0c502382cb61e832cd74843466113145dfd6bb1eb14472 +size 514760 diff --git a/perception/image_level_comprehension/scene_classification/images/972.png b/perception/image_level_comprehension/scene_classification/images/972.png new file mode 100644 index 0000000000000000000000000000000000000000..16cbb0965c584cad7cf22f68729211c16e19d5e6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/972.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b2ad1168999d5f3527807d601a251eebcb7d27f16d9ae0cf241d8ed825c7e9 +size 510590 diff --git a/perception/image_level_comprehension/scene_classification/images/973.png b/perception/image_level_comprehension/scene_classification/images/973.png new file mode 100644 index 0000000000000000000000000000000000000000..a224cc6640ccd5d16b25597dac634118ea95ac9a --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/973.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ccd4c0c3937a7490ea340f8f9676f47a36ae9d95e9d57c8796c33d4541345b +size 542283 diff --git a/perception/image_level_comprehension/scene_classification/images/974.png b/perception/image_level_comprehension/scene_classification/images/974.png new file mode 100644 index 0000000000000000000000000000000000000000..620fbf8339930f3e69a2a4886f2b4def885a6a1f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/974.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d7eaf9ad53ac1a24514fc3d31cbc1662b63c1b1241d65af9864dbf377c4b7c +size 541155 diff --git a/perception/image_level_comprehension/scene_classification/images/975.png b/perception/image_level_comprehension/scene_classification/images/975.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f4857e7868b0ac056ae3f62452d9990a7bc716 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47df2262e4ccf575a6eea1ba74f5c058c57416386b96c24ecea176d2cf454208 +size 493650 diff --git a/perception/image_level_comprehension/scene_classification/images/976.png b/perception/image_level_comprehension/scene_classification/images/976.png new file mode 100644 index 0000000000000000000000000000000000000000..3893537282ecb12c841c9d11888f54bb2b9a486b --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/976.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53d3d2faffb95cd56aec41969dbc05c1ca470f43069c8138d6238357b34e876 +size 538505 diff --git a/perception/image_level_comprehension/scene_classification/images/977.png b/perception/image_level_comprehension/scene_classification/images/977.png new file mode 100644 index 0000000000000000000000000000000000000000..c67260bd41a0c7f76c7224f68442f64800b2e8e5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1189528798ba7cb1eb52fda54055d122494f09d7c1aa316e9e4e11d7be3a14c +size 511924 diff --git a/perception/image_level_comprehension/scene_classification/images/978.png b/perception/image_level_comprehension/scene_classification/images/978.png new file mode 100644 index 0000000000000000000000000000000000000000..6e25d7110593b2f2829cbffafdf05f0b36a387a6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1371861c383659cdcef76f81f0cec125472470694f9aa609f211c64d08459547 +size 507048 diff --git a/perception/image_level_comprehension/scene_classification/images/979.png b/perception/image_level_comprehension/scene_classification/images/979.png new file mode 100644 index 0000000000000000000000000000000000000000..67db370018ccbbd385fc7a5b9fdd98128e907d85 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b46aaa06a67ab2410345113e987b2fcd319d89450a3846054fe1e2d6a625073 +size 540596 diff --git a/perception/image_level_comprehension/scene_classification/images/98.png b/perception/image_level_comprehension/scene_classification/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..f87a0f82bbc573d2f1027278d07432d37c7ca5a6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dde8a173564c48f2d1eb6a6414994e425eb7c07ecfa4dd1f5602cb20505ea2 +size 488759 diff --git a/perception/image_level_comprehension/scene_classification/images/980.png b/perception/image_level_comprehension/scene_classification/images/980.png new file mode 100644 index 0000000000000000000000000000000000000000..607fbe9b03ba71227f918cfd76dd29c32d9eeb16 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4e17a8fb6bc219a5717cb33b682f37daf9971ee8f323798912312095d7dbd3 +size 537413 diff --git a/perception/image_level_comprehension/scene_classification/images/981.png b/perception/image_level_comprehension/scene_classification/images/981.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5db576e6b55415d06752edb9f80fbd590e8674 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a8f21779a8cf16e36fcb9d6ba9e508530f671866149d2c5cd999d9baa1f7a4 +size 530280 diff --git a/perception/image_level_comprehension/scene_classification/images/982.png b/perception/image_level_comprehension/scene_classification/images/982.png new file mode 100644 index 0000000000000000000000000000000000000000..e14a9275d709e7a6927cb481b17666a77f25d2fc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/982.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7e8f7d563f1c885e4d401fb7ec200768813a431884da2fa435c95eed62c280 +size 576034 diff --git a/perception/image_level_comprehension/scene_classification/images/983.png b/perception/image_level_comprehension/scene_classification/images/983.png new file mode 100644 index 0000000000000000000000000000000000000000..59e29a10fd74a24841d411a58b63e2a3a9fa923f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc44d9bb99a6224f64185137b2e203cac6ef3dfce31f022ab2ecff72419d997 +size 546769 diff --git a/perception/image_level_comprehension/scene_classification/images/984.png b/perception/image_level_comprehension/scene_classification/images/984.png new file mode 100644 index 0000000000000000000000000000000000000000..51a790e38dcb7d1d341ef719a0b6f724575ce1b4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6409ea2c704dc375428c52a7548d71b2fb2794ce37ceca7412ffbc0ec1e5376 +size 505505 diff --git a/perception/image_level_comprehension/scene_classification/images/985.png b/perception/image_level_comprehension/scene_classification/images/985.png new file mode 100644 index 0000000000000000000000000000000000000000..174849f5ca32a0f1657cd04cbdf7f2ed333f42e2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f36f2839f018f536804d194055129070db288ef1023e52b3b8e4f1f576adba +size 516585 diff --git a/perception/image_level_comprehension/scene_classification/images/986.png b/perception/image_level_comprehension/scene_classification/images/986.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9b9c57c606746d454d5b596a3b00698db7ca17 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba0ed6a9a4df4b9777a5ab970c149e5ae7801688c14f845cf223dd9eae5e9e9 +size 563742 diff --git a/perception/image_level_comprehension/scene_classification/images/987.png b/perception/image_level_comprehension/scene_classification/images/987.png new file mode 100644 index 0000000000000000000000000000000000000000..e4820b9834da32203a6791f9a7186448dc0b05e2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/987.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941dfbfed0b28bee38830c633a771119122ee533918bedb543f6ceac1ce7d9f2 +size 544974 diff --git a/perception/image_level_comprehension/scene_classification/images/988.png b/perception/image_level_comprehension/scene_classification/images/988.png new file mode 100644 index 0000000000000000000000000000000000000000..422f60fa6ee53e21ec4c735d91d6dd09bc7b1566 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9a8fd485c9d3a441582bc84983db186713f4b49f4d5f9ec6fa86bbd1744cd6 +size 530064 diff --git a/perception/image_level_comprehension/scene_classification/images/989.png b/perception/image_level_comprehension/scene_classification/images/989.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5baad933da5417edb5ace00aa153b26870d22f --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55adb737f0f67d14560da94b935803c084c0ffe872d27d9814f6bd90fe9c56f6 +size 498944 diff --git a/perception/image_level_comprehension/scene_classification/images/99.png b/perception/image_level_comprehension/scene_classification/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..928f0bf9a76fccd65c39c7c22ee1232d0f4a68dc --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9520582283d5493fb4d6c06219ab93265ce782dff2607a8647f6cac50f846647 +size 386249 diff --git a/perception/image_level_comprehension/scene_classification/images/990.png b/perception/image_level_comprehension/scene_classification/images/990.png new file mode 100644 index 0000000000000000000000000000000000000000..79163efc5cc39392b13548dcef65c84673d30fed --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9f0c45f821bcea85e8b256afed3ff79c4c23f995884e27f847ec64e155da19 +size 488691 diff --git a/perception/image_level_comprehension/scene_classification/images/991.png b/perception/image_level_comprehension/scene_classification/images/991.png new file mode 100644 index 0000000000000000000000000000000000000000..b379f0aca278ed75055cd8054fa9e0630c413ab4 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b01c7fccfc2c2a50a6574b552ec2a908914f178f28438c6c212c668d66bdb9f +size 538541 diff --git a/perception/image_level_comprehension/scene_classification/images/992.png b/perception/image_level_comprehension/scene_classification/images/992.png new file mode 100644 index 0000000000000000000000000000000000000000..d665e04b2d5fef0e2f06c20e41d9fd2132f9d9a5 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d70392ebfd92c6458e6d291835aa1929cd951242f0b855e8689cd36648ce691 +size 515903 diff --git a/perception/image_level_comprehension/scene_classification/images/993.png b/perception/image_level_comprehension/scene_classification/images/993.png new file mode 100644 index 0000000000000000000000000000000000000000..02b870b14c115695c4be841c4c5d7487cea817f2 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/993.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44215f9058ca3decf17efbce855176d0ddf58a17b083a0c07ace8a41c58beb61 +size 535262 diff --git a/perception/image_level_comprehension/scene_classification/images/994.png b/perception/image_level_comprehension/scene_classification/images/994.png new file mode 100644 index 0000000000000000000000000000000000000000..554bf2010568532701cd99fe8cebf98089637626 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/994.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1fba5ed01178836719f145edc9d059d9d31f10e66b08c4941fbf67708eee2f +size 528208 diff --git a/perception/image_level_comprehension/scene_classification/images/995.png b/perception/image_level_comprehension/scene_classification/images/995.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee886915f7eb156e42ecbbcc6477a93117fc0f0 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/995.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d763a393a1055cf5194d3134fb9f8b2d5435aa13b6a3fff73c1db5d5aa089f3b +size 507084 diff --git a/perception/image_level_comprehension/scene_classification/images/996.png b/perception/image_level_comprehension/scene_classification/images/996.png new file mode 100644 index 0000000000000000000000000000000000000000..a5cf3f5eac0cd7f4d8c8145f69803d9ecc5710c6 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55b7e3908573bc29a9febb4f3c76e27e0c3899988172600d9a4270156803c64 +size 532221 diff --git a/perception/image_level_comprehension/scene_classification/images/997.png b/perception/image_level_comprehension/scene_classification/images/997.png new file mode 100644 index 0000000000000000000000000000000000000000..0877409765ed32f71f18eb18ec1dede582cad375 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/997.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6436531dffa02c71fe02730ade4a40f7c8a8d51ff86f68ffd073f6cd62d64cc9 +size 547611 diff --git a/perception/image_level_comprehension/scene_classification/images/998.png b/perception/image_level_comprehension/scene_classification/images/998.png new file mode 100644 index 0000000000000000000000000000000000000000..35777bbdea2c379ba74eb990d68e4ef51c5ab587 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2519c636a7441e5ca4c8bea37d5a576639cd507853a471e8f5cc10ec3bffea37 +size 519928 diff --git a/perception/image_level_comprehension/scene_classification/images/999.png b/perception/image_level_comprehension/scene_classification/images/999.png new file mode 100644 index 0000000000000000000000000000000000000000..0f861a6ea26805742b9303bbf679e2ac755c8318 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/images/999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df85566676c3bbf9e24c6ec0f86a379f78a8c0152c6b89502461de9ecdf1e371 +size 503584 diff --git a/perception/image_level_comprehension/scene_classification/scene_classification.json b/perception/image_level_comprehension/scene_classification/scene_classification.json new file mode 100644 index 0000000000000000000000000000000000000000..9538d4ed29b7a1b5cbd654bdd8c4bf232815d129 --- /dev/null +++ b/perception/image_level_comprehension/scene_classification/scene_classification.json @@ -0,0 +1,12002 @@ +[ + { + "id": "bedad1e1-3c51-4139-a13b-6e94de4f35b3", + "image_path": "images/1.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.airport\nC.beach\nD.roundabout", + "answer": "B" + }, + { + "id": "ae8aa5d9-5b62-46d8-91e4-0bf306e1844e", + "image_path": "images/2.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.river\nC.storage_tanks\nD.airport", + "answer": "D" + }, + { + "id": "70f32cf4-8795-49c9-82ae-4d785eb6199f", + "image_path": "images/3.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.airport\nC.desert\nD.church", + "answer": "B" + }, + { + "id": "629ac444-04fa-4a1f-a89d-f618a6424d8b", + "image_path": "images/4.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.pond\nC.airport\nD.baseball_filed", + "answer": "C" + }, + { + "id": "5f44e3c4-76c7-4f87-b5d6-7c4bc9b67369", + "image_path": "images/5.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.staduim\nC.school\nD.forest", + "answer": "A" + }, + { + "id": "8430c520-475e-45b1-909b-ad2ee16bcce1", + "image_path": "images/6.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.roundabout\nC.baseball_filed\nD.airport", + "answer": "D" + }, + { + "id": "3472b2b2-b30b-41ca-82d4-a0abb73c9db0", + "image_path": "images/7.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.commercial\nC.airport\nD.river", + "answer": "C" + }, + { + "id": "4b068ec6-0950-45b5-b1c5-8bcdda5a79ef", + "image_path": "images/8.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.roundabout\nC.forest\nD.airport", + "answer": "D" + }, + { + "id": "7ba143dc-428d-4594-8c0e-abacc5e06e18", + "image_path": "images/9.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.parking\nC.sparse_residential\nD.desert", + "answer": "A" + }, + { + "id": "1d7428a0-ba4d-42ab-bbc8-2e06fafcae68", + "image_path": "images/10.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.airport\nC.bridge\nD.staduim", + "answer": "B" + }, + { + "id": "07ba4d8c-597a-4238-b597-236a93b6a2a2", + "image_path": "images/11.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.storage_tanks\nC.airport\nD.dense_residential", + "answer": "C" + }, + { + "id": "9cf7f392-5eb8-4394-928f-1bed01eca56b", + "image_path": "images/12.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.airport\nC.school\nD.river", + "answer": "B" + }, + { + "id": "fcc3a8cb-5e52-48b1-8c3c-33dbb60c10c2", + "image_path": "images/13.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.school\nC.industrial\nD.airport", + "answer": "D" + }, + { + "id": "d91e8938-4c12-4335-92f7-255d7e5331e7", + "image_path": "images/14.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.airport\nC.staduim\nD.church", + "answer": "B" + }, + { + "id": "3e9c8ee2-cc73-46be-a215-459d1f370d55", + "image_path": "images/15.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.beach\nC.airport\nD.roundabout", + "answer": "C" + }, + { + "id": "bf5d6d5e-1185-468d-9915-0b4d2f16366a", + "image_path": "images/16.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.baseball_filed\nC.farmland\nD.airport", + "answer": "D" + }, + { + "id": "aa275842-5847-43c9-8425-2600d32b0602", + "image_path": "images/17.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.pond\nC.airport\nD.dense_residential", + "answer": "C" + }, + { + "id": "015c88d5-ada7-4e51-bdab-0d1c5cfbb19e", + "image_path": "images/18.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.roundabout\nC.airport\nD.river", + "answer": "C" + }, + { + "id": "6025beec-b637-40f1-b9d4-8f93929b2ba1", + "image_path": "images/19.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.airport\nC.forest\nD.school", + "answer": "B" + }, + { + "id": "fd87fa7c-2c97-497d-9597-9e00432c11b2", + "image_path": "images/20.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.airport\nC.medium_residential\nD.forest", + "answer": "B" + }, + { + "id": "7c7ef8a4-cd4b-49ea-9e13-96b65a888d8c", + "image_path": "images/21.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.industrial\nC.storage_tanks\nD.bridge", + "answer": "A" + }, + { + "id": "dd72e589-bdf8-4fb8-8230-af4284024975", + "image_path": "images/22.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.baseball_filed\nC.airport\nD.farmland", + "answer": "C" + }, + { + "id": "98dbc6c2-a3f2-4ada-900b-8a37a323b8d3", + "image_path": "images/23.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.bridge\nC.airport\nD.sparse_residential", + "answer": "C" + }, + { + "id": "2f0dfa1e-dd3e-4500-9b37-b0d85105d5da", + "image_path": "images/24.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.roundabout\nC.parking\nD.airport", + "answer": "D" + }, + { + "id": "85e08107-d7fc-4439-89f6-5773737913ac", + "image_path": "images/25.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.beach\nC.sparse_residential\nD.roundabout", + "answer": "A" + }, + { + "id": "b48ae447-5a2d-4c74-9cf0-3f2bd91adf03", + "image_path": "images/26.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.pond\nC.storage_tanks\nD.farmland", + "answer": "A" + }, + { + "id": "15dc0822-1be4-405a-8fb8-0a381ce929e8", + "image_path": "images/27.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.sparse_residential\nC.airport\nD.school", + "answer": "C" + }, + { + "id": "8bb365a3-c246-470c-b915-1b144e71ac81", + "image_path": "images/28.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.desert\nC.airport\nD.parking", + "answer": "C" + }, + { + "id": "9ab93b4c-830a-4d6e-8648-9d9b8354325e", + "image_path": "images/29.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.storage_tanks\nC.desert\nD.river", + "answer": "A" + }, + { + "id": "0b1ed86a-d828-43a2-80b2-67351e7a379e", + "image_path": "images/30.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.airport\nC.bridge\nD.sparse_residential", + "answer": "B" + }, + { + "id": "4b8b48c0-5955-482f-8cc2-6622f97298b5", + "image_path": "images/31.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.airport\nC.parking\nD.industrial", + "answer": "B" + }, + { + "id": "7b7dbe87-369a-4f32-a2b9-24b6b687083f", + "image_path": "images/32.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.baseball_filed\nC.forest\nD.industrial", + "answer": "A" + }, + { + "id": "2925b833-46bc-40db-8ece-7ea022c3a685", + "image_path": "images/33.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.river\nC.farmland\nD.bridge", + "answer": "A" + }, + { + "id": "8209593b-1dcf-4b7b-aa1a-5f107106e343", + "image_path": "images/34.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.river\nC.desert\nD.pond", + "answer": "A" + }, + { + "id": "52885b36-9c2b-44a7-a015-357037eec36f", + "image_path": "images/35.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.airport\nC.parking\nD.staduim", + "answer": "B" + }, + { + "id": "ffbd3a4f-3eb2-43b0-988d-ea69c696fd6b", + "image_path": "images/36.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.church\nC.beach\nD.airport", + "answer": "D" + }, + { + "id": "be49976b-e06a-4ee5-a622-94b98061cb0e", + "image_path": "images/37.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.beach\nC.industrial\nD.dense_residential", + "answer": "A" + }, + { + "id": "0d66b5ca-9dcb-49db-9ad8-864165a97884", + "image_path": "images/38.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.medium_residential\nC.airport\nD.pond", + "answer": "C" + }, + { + "id": "23c6d24f-7096-4681-8bdf-ea950c2977ff", + "image_path": "images/39.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.airport\nC.roundabout\nD.forest", + "answer": "B" + }, + { + "id": "45fcee78-bf7e-422d-9ac7-bc2ec7fbaf8a", + "image_path": "images/40.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.river\nC.bridge\nD.commercial", + "answer": "A" + }, + { + "id": "e30172f1-78cc-42ac-83c8-8c04659fc048", + "image_path": "images/41.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.airport\nC.church\nD.beach", + "answer": "B" + }, + { + "id": "d83281e3-a310-4578-b47d-ba44895be643", + "image_path": "images/42.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.airport\nC.medium_residential\nD.industrial", + "answer": "B" + }, + { + "id": "32435117-573e-4e6a-8fe9-ffc8508e71fe", + "image_path": "images/43.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.river\nC.airport\nD.staduim", + "answer": "C" + }, + { + "id": "b9435ca6-5c42-4818-8ad0-67cb1b014f67", + "image_path": "images/44.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.baseball_filed\nC.church\nD.airport", + "answer": "D" + }, + { + "id": "397dc175-ed76-4831-b3a5-a3c4dbfa326a", + "image_path": "images/45.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.airport\nC.dense_residential\nD.sparse_residential", + "answer": "B" + }, + { + "id": "eb1d2111-6e24-4175-846a-719b400126de", + "image_path": "images/46.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.desert\nC.church\nD.bridge", + "answer": "A" + }, + { + "id": "6b762512-79eb-4139-83ae-1f5804fb610e", + "image_path": "images/47.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.airport\nC.forest\nD.school", + "answer": "B" + }, + { + "id": "a7bee2cb-90eb-4e0e-ae85-17fb74125a11", + "image_path": "images/48.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.medium_residential\nC.forest\nD.airport", + "answer": "D" + }, + { + "id": "d097b536-584c-4471-906d-abc6ba986dd6", + "image_path": "images/49.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.farmland\nC.commercial\nD.parking", + "answer": "A" + }, + { + "id": "b1453250-1f77-4ea3-b532-295a021c26cc", + "image_path": "images/50.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.baseball_filed\nC.bridge\nD.airport", + "answer": "D" + }, + { + "id": "7ee1b0f4-207c-4b0c-a2b0-976f7739f45f", + "image_path": "images/51.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.sparse_residential\nC.beach\nD.staduim", + "answer": "A" + }, + { + "id": "075fb7d7-10a8-4208-bb9a-dc9f3f5bee43", + "image_path": "images/52.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.airport\nC.pond\nD.church", + "answer": "B" + }, + { + "id": "1321aa16-bfba-4499-afab-9e087efa131d", + "image_path": "images/53.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.desert\nC.baseball_filed\nD.airport", + "answer": "D" + }, + { + "id": "a9a256ea-909b-4f19-bbab-c94194f13b5a", + "image_path": "images/54.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.beach\nC.industrial\nD.airport", + "answer": "D" + }, + { + "id": "1971d969-3c3a-4af8-8b9a-6a184f0d5f57", + "image_path": "images/55.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.airport\nC.desert\nD.parking", + "answer": "B" + }, + { + "id": "22c7833d-cbac-49bb-b76b-923aba6cda0e", + "image_path": "images/56.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.church\nC.roundabout\nD.baseball_filed", + "answer": "A" + }, + { + "id": "a1c59b19-832d-4a86-8ad0-58805f4bf576", + "image_path": "images/57.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.beach\nC.airport\nD.river", + "answer": "C" + }, + { + "id": "4ce954cd-1c58-4ae0-9d69-f7f6557ae336", + "image_path": "images/58.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.bridge\nC.airport\nD.industrial", + "answer": "C" + }, + { + "id": "3faa323c-3599-444a-8a6c-a9517860805b", + "image_path": "images/59.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.church\nC.forest\nD.airport", + "answer": "D" + }, + { + "id": "c688ced8-cdb5-45c8-a3a9-efff64ed3003", + "image_path": "images/60.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.church\nC.airport\nD.staduim", + "answer": "C" + }, + { + "id": "7794731e-88fa-464b-b3f6-58d79c8534fb", + "image_path": "images/61.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.desert\nC.airport\nD.storage_tanks", + "answer": "C" + }, + { + "id": "1ca29fcf-4886-467d-adaf-03ca24561dfc", + "image_path": "images/62.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.staduim\nC.beach\nD.storage_tanks", + "answer": "A" + }, + { + "id": "0cc3f394-6e26-4cc1-bd00-4f305914a90c", + "image_path": "images/63.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.parking\nC.church\nD.staduim", + "answer": "A" + }, + { + "id": "99ce9902-d191-4e23-9961-f58d0e090347", + "image_path": "images/64.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.beach\nC.airport\nD.dense_residential", + "answer": "C" + }, + { + "id": "28207a88-4071-4452-81c9-e524e2a2d4e5", + "image_path": "images/65.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.bridge\nC.roundabout\nD.dense_residential", + "answer": "A" + }, + { + "id": "6b115391-7b69-4e0a-8060-d83830cb1096", + "image_path": "images/66.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.river\nC.sparse_residential\nD.airport", + "answer": "D" + }, + { + "id": "67907a3d-047e-479e-912a-e13628dd7b73", + "image_path": "images/67.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.parking\nC.commercial\nD.dense_residential", + "answer": "A" + }, + { + "id": "04cdf820-7a12-423d-9377-107eac3d332b", + "image_path": "images/68.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.pond\nC.commercial\nD.farmland", + "answer": "A" + }, + { + "id": "af516448-3bf1-4f1a-9f5c-3b4784b0cd4b", + "image_path": "images/69.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.river\nC.church\nD.airport", + "answer": "D" + }, + { + "id": "ea2dac28-bac3-4e58-96dd-0bb8c6a52ef0", + "image_path": "images/70.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.beach\nC.medium_residential\nD.staduim", + "answer": "A" + }, + { + "id": "7d70945b-d0a7-409b-9c33-f3217e1ac560", + "image_path": "images/71.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.bridge\nC.staduim\nD.airport", + "answer": "D" + }, + { + "id": "ebcb36b6-af43-43ba-bb0d-ae904fb58d17", + "image_path": "images/72.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.beach\nC.pond\nD.medium_residential", + "answer": "A" + }, + { + "id": "8f33e5a7-57b5-4cdd-8f21-586cf35ff07d", + "image_path": "images/73.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.airport\nC.parking\nD.commercial", + "answer": "B" + }, + { + "id": "81957380-8615-4388-b7c4-e0d858bc79b4", + "image_path": "images/74.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.sparse_residential\nC.desert\nD.parking", + "answer": "A" + }, + { + "id": "738b0170-6ae5-4eb7-b0c4-e0303c4591d4", + "image_path": "images/75.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.airport\nC.church\nD.river", + "answer": "B" + }, + { + "id": "943e51ee-07d7-4036-8c68-4bbcdb6cea84", + "image_path": "images/76.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.desert\nC.church\nD.airport", + "answer": "D" + }, + { + "id": "3561322e-768d-4400-aff2-7ac76588120f", + "image_path": "images/77.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.church\nC.farmland\nD.airport", + "answer": "D" + }, + { + "id": "9f13d99a-8135-486d-8b37-62a7f2bd5ccb", + "image_path": "images/78.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.airport\nC.farmland\nD.roundabout", + "answer": "B" + }, + { + "id": "10670fd4-40ad-4871-93cd-8bfbd06c6828", + "image_path": "images/79.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.airport\nC.storage_tanks\nD.desert", + "answer": "B" + }, + { + "id": "76a501a3-b4a6-48fc-8e49-986ff7ebba79", + "image_path": "images/80.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.pond\nC.airport\nD.baseball_filed", + "answer": "C" + }, + { + "id": "e916642c-6637-4104-94de-bb43f8b66147", + "image_path": "images/81.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.industrial\nC.forest\nD.dense_residential", + "answer": "A" + }, + { + "id": "de48b815-a0d8-4e66-88f3-c70a85fa86ee", + "image_path": "images/82.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.river\nC.baseball_filed\nD.church", + "answer": "A" + }, + { + "id": "2300e7ad-7d1d-437f-91fc-11441e87852f", + "image_path": "images/83.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.airport\nC.commercial\nD.dense_residential", + "answer": "B" + }, + { + "id": "0be1a77a-0362-40ae-a65f-193eba753fec", + "image_path": "images/84.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.airport\nC.forest\nD.beach", + "answer": "B" + }, + { + "id": "bff7e0d8-2d39-4986-9c75-023b2a495108", + "image_path": "images/85.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.airport\nC.staduim\nD.baseball_filed", + "answer": "B" + }, + { + "id": "bac89950-ae79-4800-b11b-2c176167ce72", + "image_path": "images/86.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.bridge\nC.pond\nD.desert", + "answer": "A" + }, + { + "id": "d2ba2a25-b275-4584-999e-cb4853dea2bd", + "image_path": "images/87.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.farmland\nC.beach\nD.airport", + "answer": "D" + }, + { + "id": "b9568f6d-0898-49e4-851d-d2560905ce49", + "image_path": "images/88.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.airport\nC.beach\nD.forest", + "answer": "B" + }, + { + "id": "485e5a80-2dc0-4b86-8df3-6709135ec557", + "image_path": "images/89.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.bridge\nC.airport\nD.pond", + "answer": "C" + }, + { + "id": "bd56a111-1111-4d05-946c-d8f04b45bd6e", + "image_path": "images/90.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.staduim\nC.commercial\nD.airport", + "answer": "D" + }, + { + "id": "559dc3ad-78fd-4592-b51d-d65202632ba0", + "image_path": "images/91.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.industrial\nC.desert\nD.medium_residential", + "answer": "A" + }, + { + "id": "c751b58e-37df-43a9-8f25-2ddad3fa9080", + "image_path": "images/92.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.airport\nC.medium_residential\nD.school", + "answer": "B" + }, + { + "id": "e86dc2a9-77a2-4658-9c53-682e12fd024c", + "image_path": "images/93.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.river\nC.beach\nD.parking", + "answer": "A" + }, + { + "id": "c8e39b41-6c82-43c3-93d8-bb9a5a363892", + "image_path": "images/94.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.airport\nC.baseball_filed\nD.church", + "answer": "B" + }, + { + "id": "4dfc1000-79cc-415f-87c4-321fc93ef271", + "image_path": "images/95.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.school\nC.farmland\nD.baseball_filed", + "answer": "A" + }, + { + "id": "b025e73b-7ff9-4d3a-88aa-082643acd253", + "image_path": "images/96.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.medium_residential\nC.airport\nD.roundabout", + "answer": "C" + }, + { + "id": "dbc5fead-5dc1-445e-907f-d086c5ed3de7", + "image_path": "images/97.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.storage_tanks\nC.river\nD.airport", + "answer": "D" + }, + { + "id": "b3160ce1-db60-4bca-a309-3eda648a35f3", + "image_path": "images/98.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.medium_residential\nC.airport\nD.storage_tanks", + "answer": "C" + }, + { + "id": "fa6755db-d4bc-40f5-a257-91f9aac9db54", + "image_path": "images/99.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.commercial\nC.pond\nD.airport", + "answer": "D" + }, + { + "id": "5d471856-4981-4d67-a744-689bb7953cec", + "image_path": "images/100.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.airport\nC.commercial\nD.forest", + "answer": "B" + }, + { + "id": "bed5225b-219e-454c-b803-3721f75faac1", + "image_path": "images/101.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.storage_tanks\nC.beach\nD.airport", + "answer": "D" + }, + { + "id": "e07f47a7-5ef8-446f-ad7b-c7729db73379", + "image_path": "images/102.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.airport\nC.bridge\nD.commercial", + "answer": "B" + }, + { + "id": "76e08058-8ca3-4485-858e-3337b1a64e75", + "image_path": "images/103.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.airport\nC.medium_residential\nD.staduim", + "answer": "B" + }, + { + "id": "d1f6c339-e2d8-4f02-b532-9d958d8ca172", + "image_path": "images/104.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.airport\nC.commercial\nD.beach", + "answer": "B" + }, + { + "id": "d97291dd-052c-4abf-96fb-8c081c6d14b6", + "image_path": "images/105.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.school\nC.dense_residential\nD.river", + "answer": "A" + }, + { + "id": "07e07573-a8d7-4bfb-8c6e-9506ae6d13ce", + "image_path": "images/106.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.airport\nC.roundabout\nD.desert", + "answer": "B" + }, + { + "id": "68abd411-992c-4b47-97d0-4e9ba74e736a", + "image_path": "images/107.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.baseball_filed\nC.airport\nD.pond", + "answer": "C" + }, + { + "id": "35891209-f6b9-4641-b413-c2c59b609028", + "image_path": "images/108.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.pond\nC.baseball_filed\nD.medium_residential", + "answer": "A" + }, + { + "id": "f4f7ea61-80d8-4e4b-9a9c-19feb82f78fa", + "image_path": "images/109.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.parking\nC.sparse_residential\nD.school", + "answer": "A" + }, + { + "id": "745a91ff-eb61-4619-a407-95fadb04d8c1", + "image_path": "images/110.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.roundabout\nC.storage_tanks\nD.baseball_filed", + "answer": "A" + }, + { + "id": "99ad355f-ce49-4dd6-b5a4-462c7eccd4ec", + "image_path": "images/111.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.storage_tanks\nC.beach\nD.school", + "answer": "A" + }, + { + "id": "7b60f438-0313-4e93-80e1-281c7b72ba80", + "image_path": "images/112.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.airport\nC.storage_tanks\nD.river", + "answer": "B" + }, + { + "id": "6b6d1961-bf43-4224-9abc-461a07d976ea", + "image_path": "images/113.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.beach\nC.commercial\nD.storage_tanks", + "answer": "A" + }, + { + "id": "ca73cc2c-74a2-4618-8327-d2a49965d34b", + "image_path": "images/114.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.staduim\nC.airport\nD.dense_residential", + "answer": "C" + }, + { + "id": "b0aa1b12-932f-4c42-b473-a1a7c8440cce", + "image_path": "images/115.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.river\nC.farmland\nD.industrial", + "answer": "A" + }, + { + "id": "f233a5d5-cca7-4c27-abff-035978abb004", + "image_path": "images/116.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.beach\nC.airport\nD.baseball_filed", + "answer": "C" + }, + { + "id": "1156e574-6452-429d-9bbf-9cd6af44cb70", + "image_path": "images/117.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.desert\nC.bridge\nD.airport", + "answer": "D" + }, + { + "id": "6a072534-0dbf-4e50-a835-027f4dedf108", + "image_path": "images/118.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.sparse_residential\nC.airport\nD.commercial", + "answer": "C" + }, + { + "id": "6aca834f-bb86-4d43-a932-a33b5d3cbf1c", + "image_path": "images/119.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.industrial\nC.airport\nD.sparse_residential", + "answer": "C" + }, + { + "id": "d62bc972-b534-4836-a98e-97900de45384", + "image_path": "images/120.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.parking\nC.airport\nD.storage_tanks", + "answer": "C" + }, + { + "id": "eb18e50f-ca79-49a6-a331-1335bcb8c0f5", + "image_path": "images/121.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.sparse_residential\nC.airport\nD.baseball_filed", + "answer": "C" + }, + { + "id": "dabb6917-fcf1-43e6-9c83-db9281a9b236", + "image_path": "images/122.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.airport\nC.pond\nD.school", + "answer": "B" + }, + { + "id": "f440fb3d-6587-49ad-bfdc-a181ec9b5e5d", + "image_path": "images/123.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.sparse_residential\nC.farmland\nD.airport", + "answer": "D" + }, + { + "id": "2e468757-60d1-4fce-812a-a6c1102eaf1b", + "image_path": "images/124.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.forest\nC.airport\nD.river", + "answer": "C" + }, + { + "id": "c2d0ada1-3cf5-415f-8759-ae4636f39214", + "image_path": "images/125.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.airport\nC.pond\nD.river", + "answer": "B" + }, + { + "id": "906d24e3-0375-4b4a-aa30-2a2d1a9982d3", + "image_path": "images/126.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.pond\nC.school\nD.airport", + "answer": "D" + }, + { + "id": "bc652c41-db3c-46d0-8d0d-b17b4756131e", + "image_path": "images/127.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.baseball_field\nC.church\nD.roundabout", + "answer": "B" + }, + { + "id": "07d3717b-dbf6-4053-a8b8-6acf21bc203e", + "image_path": "images/128.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.beach\nC.baseball_field\nD.roundabout", + "answer": "C" + }, + { + "id": "7030cb02-c3b0-4596-a97b-f29ffa96a8a1", + "image_path": "images/129.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.farmland\nC.storage_tanks\nD.baseball_field", + "answer": "D" + }, + { + "id": "7e407448-129f-4d96-9d31-f83e97da56c5", + "image_path": "images/130.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.baseball_field\nC.staduim\nD.river", + "answer": "B" + }, + { + "id": "e4940f77-863d-48f3-94f0-1f7b55d546af", + "image_path": "images/131.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.forest\nC.baseball_field\nD.staduim", + "answer": "C" + }, + { + "id": "0c3bd419-7b83-4e2b-bcc4-d2080006cc14", + "image_path": "images/132.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.church\nC.baseball_field\nD.baseball_filed", + "answer": "C" + }, + { + "id": "25d5b314-78b5-4eb6-b807-fc8f3d3723ac", + "image_path": "images/133.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.river\nC.baseball_field\nD.parking", + "answer": "C" + }, + { + "id": "4c77f57d-7689-4403-954c-7b1fca8424ac", + "image_path": "images/134.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_field\nB.staduim\nC.church\nD.desert", + "answer": "A" + }, + { + "id": "a356c0a6-e5f8-4850-a004-145b04f2fecb", + "image_path": "images/135.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.forest\nC.baseball_field\nD.pond", + "answer": "C" + }, + { + "id": "12548d8f-511f-4f10-b225-2f97ac975ad3", + "image_path": "images/136.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.baseball_field\nC.pond\nD.forest", + "answer": "B" + }, + { + "id": "e43ebe3a-0c38-47a3-bdc0-d9c6c5714b62", + "image_path": "images/137.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.sparse_residential\nC.baseball_filed\nD.baseball_field", + "answer": "D" + }, + { + "id": "6a0d0fe4-b301-4b66-ba97-5d78b8681953", + "image_path": "images/138.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_field\nB.farmland\nC.river\nD.medium_residential", + "answer": "A" + }, + { + "id": "dbf6a0e7-486e-4448-8717-c2d4e7cb2b22", + "image_path": "images/139.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_field\nB.roundabout\nC.industrial\nD.school", + "answer": "A" + }, + { + "id": "9a94b867-ef57-422f-ad71-cce55c355696", + "image_path": "images/140.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.farmland\nC.baseball_field\nD.dense_residential", + "answer": "C" + }, + { + "id": "ddf9c343-e3d7-42b7-9c8d-a0351e33a35a", + "image_path": "images/141.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.baseball_field\nC.storage_tanks\nD.commercial", + "answer": "B" + }, + { + "id": "6e313b60-992d-4186-b3ab-d9c2165d14bb", + "image_path": "images/142.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.beach\nC.baseball_field\nD.dense_residential", + "answer": "C" + }, + { + "id": "cdc05321-2fe3-4281-b7a4-a0492a63fe10", + "image_path": "images/143.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.farmland\nC.industrial\nD.baseball_field", + "answer": "D" + }, + { + "id": "0066afd6-e5ff-4a75-bbc9-24be15309fc5", + "image_path": "images/144.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.baseball_field\nC.beach\nD.pond", + "answer": "B" + }, + { + "id": "e539eb08-e9e7-49df-918e-a5b737849d75", + "image_path": "images/145.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_field\nB.pond\nC.dense_residential\nD.bridge", + "answer": "A" + }, + { + "id": "e3ae36b7-c1e0-44ba-994b-2dff98a03715", + "image_path": "images/146.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.dense_residential\nC.farmland\nD.baseball_field", + "answer": "D" + }, + { + "id": "ebd67894-6ef7-47d6-b0c4-d2922261ca92", + "image_path": "images/147.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.commercial\nC.baseball_field\nD.airport", + "answer": "C" + }, + { + "id": "6e4ad494-3dfc-476a-8539-9cd26fb100b9", + "image_path": "images/148.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.bridge\nC.baseball_field\nD.parking", + "answer": "C" + }, + { + "id": "ce493b8a-d42f-49f2-ae23-59de16936ebd", + "image_path": "images/149.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.roundabout\nC.baseball_field\nD.church", + "answer": "C" + }, + { + "id": "fba317a7-1af8-4dac-908f-e6b63a28f51a", + "image_path": "images/150.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.baseball_field\nC.beach\nD.storage_tanks", + "answer": "B" + }, + { + "id": "c62e2bf3-f3f7-44cb-923e-929a459789a7", + "image_path": "images/151.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.church\nC.parking\nD.baseball_field", + "answer": "D" + }, + { + "id": "6b4c30af-55f6-4f86-9441-0c71053553d6", + "image_path": "images/152.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.dense_residential\nC.parking\nD.beach", + "answer": "D" + }, + { + "id": "17a118dd-137f-4dd9-b2ea-a4ff44b86437", + "image_path": "images/153.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.church\nC.river\nD.sparse_residential", + "answer": "A" + }, + { + "id": "22e3442f-e0d8-4cca-92a3-da2220254d33", + "image_path": "images/154.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.pond\nC.beach\nD.industrial", + "answer": "C" + }, + { + "id": "a681a357-9ea0-42ca-9caa-6d3ee6c48755", + "image_path": "images/155.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.forest\nC.beach\nD.medium_residential", + "answer": "C" + }, + { + "id": "a773104d-7d20-4b3a-a487-0acba8af2b91", + "image_path": "images/156.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.industrial\nC.parking\nD.beach", + "answer": "D" + }, + { + "id": "ac6b4f4f-3c10-45f8-b604-bfeea4d7ae83", + "image_path": "images/157.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.baseball_filed\nC.storage_tanks\nD.beach", + "answer": "D" + }, + { + "id": "3bdb99dd-b37e-42a6-8cba-e48dcb1502c7", + "image_path": "images/158.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.beach\nC.medium_residential\nD.school", + "answer": "B" + }, + { + "id": "7ae0e105-ddd5-48de-b376-f5f8d5576424", + "image_path": "images/159.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.beach\nC.dense_residential\nD.medium_residential", + "answer": "B" + }, + { + "id": "85d077c4-52ea-4037-96a5-dba52fd2f4eb", + "image_path": "images/160.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.beach\nC.farmland\nD.forest", + "answer": "B" + }, + { + "id": "7ed147d3-a43d-46b0-b522-f004e151a3c7", + "image_path": "images/161.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.beach\nC.commercial\nD.baseball_filed", + "answer": "B" + }, + { + "id": "0d842ee3-06f6-42da-8f8f-97970c93dfd0", + "image_path": "images/162.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.baseball_filed\nC.commercial\nD.beach", + "answer": "D" + }, + { + "id": "bb822673-ee45-470d-b370-f86c1ba5f54c", + "image_path": "images/163.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.airport\nC.beach\nD.staduim", + "answer": "C" + }, + { + "id": "d166650f-264e-4e22-95c8-cb1005e2f106", + "image_path": "images/164.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.beach\nC.medium_residential\nD.desert", + "answer": "B" + }, + { + "id": "39660f34-92f8-42c2-9506-fa5751bbc1d6", + "image_path": "images/165.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.parking\nC.beach\nD.desert", + "answer": "C" + }, + { + "id": "c55adc53-99b4-4970-9115-0a3b920a460d", + "image_path": "images/166.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.school\nC.staduim\nD.beach", + "answer": "D" + }, + { + "id": "9939b328-7648-412f-92fe-f7ce702df1a0", + "image_path": "images/167.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.medium_residential\nC.storage_tanks\nD.staduim", + "answer": "A" + }, + { + "id": "6a1615b1-2afb-4e0a-b3cc-a53339c848ec", + "image_path": "images/168.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.storage_tanks\nC.pond\nD.beach", + "answer": "D" + }, + { + "id": "ed7328de-f248-420c-ac60-eff694562277", + "image_path": "images/169.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.school\nC.beach\nD.desert", + "answer": "C" + }, + { + "id": "cf41440f-ed97-4ddf-a8b7-bb9febbd3d4f", + "image_path": "images/170.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.commercial\nC.pond\nD.baseball_filed", + "answer": "A" + }, + { + "id": "ba9bbc37-6801-40ab-bb7b-6a71a3eb907e", + "image_path": "images/171.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.commercial\nC.farmland\nD.roundabout", + "answer": "A" + }, + { + "id": "0eb67676-ce18-4a7d-876b-6988ae167713", + "image_path": "images/172.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.pond\nC.farmland\nD.baseball_filed", + "answer": "A" + }, + { + "id": "3df452fe-e183-46d4-b467-a8cd379a65ee", + "image_path": "images/173.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.beach\nC.parking\nD.airport", + "answer": "B" + }, + { + "id": "ce86dac7-a9f3-42ec-a95f-e455b21a86bd", + "image_path": "images/174.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.beach\nC.dense_residential\nD.baseball_filed", + "answer": "B" + }, + { + "id": "d0be8cde-2736-4b84-983c-df0ce7ff28e8", + "image_path": "images/175.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.bridge\nC.parking\nD.airport", + "answer": "A" + }, + { + "id": "95d121ea-2330-427b-aae0-90d682871cd9", + "image_path": "images/176.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.beach\nC.baseball_filed\nD.roundabout", + "answer": "B" + }, + { + "id": "6f62ea29-1994-4157-bdbd-9b4c62af3b64", + "image_path": "images/177.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.school\nC.parking\nD.beach", + "answer": "D" + }, + { + "id": "e7858a63-a065-4deb-b9bc-f7a4f403ab9d", + "image_path": "images/178.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.dense_residential\nC.beach\nD.school", + "answer": "C" + }, + { + "id": "65e2ea6a-541a-45ac-97b7-3eb245714b5c", + "image_path": "images/179.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.church\nC.beach\nD.staduim", + "answer": "C" + }, + { + "id": "96fb78dc-79d8-4908-a4ff-01f83f669b60", + "image_path": "images/180.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.staduim\nC.roundabout\nD.sparse_residential", + "answer": "A" + }, + { + "id": "e4fd5953-baf5-4af6-89b0-1721c7645a90", + "image_path": "images/181.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.parking\nC.dense_residential\nD.industrial", + "answer": "A" + }, + { + "id": "798d7260-a0ec-4a21-a294-2396955efa76", + "image_path": "images/182.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.beach\nC.parking\nD.bridge", + "answer": "B" + }, + { + "id": "4781e09a-f092-4e7c-9c9e-057a145987cd", + "image_path": "images/183.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.beach\nC.school\nD.medium_residential", + "answer": "B" + }, + { + "id": "1cdf48e0-fdf0-42e6-89ae-35c7aeabd326", + "image_path": "images/184.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.school\nC.roundabout\nD.beach", + "answer": "D" + }, + { + "id": "60efbcc4-f332-4cd5-ac82-e2db5511d4db", + "image_path": "images/185.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.sparse_residential\nC.beach\nD.staduim", + "answer": "C" + }, + { + "id": "3cdf8bc8-f09c-4a05-93c5-874ce1e68beb", + "image_path": "images/186.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.school\nC.beach\nD.baseball_filed", + "answer": "C" + }, + { + "id": "8ae5d3ee-16ac-48d5-ac48-61bf3884892c", + "image_path": "images/187.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.desert\nC.industrial\nD.sparse_residential", + "answer": "A" + }, + { + "id": "61494a00-28a5-470a-a30f-c26501c656d9", + "image_path": "images/188.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.bridge\nC.beach\nD.school", + "answer": "C" + }, + { + "id": "1f535e8e-da23-4073-a586-a32fa52e8ee4", + "image_path": "images/189.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.desert\nC.storage_tanks\nD.dense_residential", + "answer": "A" + }, + { + "id": "88812b10-d08a-4488-a41f-426307cdc525", + "image_path": "images/190.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.sparse_residential\nC.beach\nD.airport", + "answer": "C" + }, + { + "id": "40c0151e-8fd8-4b00-afb4-7e353baf0484", + "image_path": "images/191.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.river\nC.roundabout\nD.beach", + "answer": "D" + }, + { + "id": "6ea12830-a178-456a-b62b-a1398551aacc", + "image_path": "images/192.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.medium_residential\nC.beach\nD.baseball_filed", + "answer": "C" + }, + { + "id": "614a2104-c5f5-4513-966b-c20adbfd619a", + "image_path": "images/193.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.school\nC.farmland\nD.airport", + "answer": "A" + }, + { + "id": "2af1c691-59ee-49ac-a54d-477c352be625", + "image_path": "images/194.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.medium_residential\nC.beach\nD.church", + "answer": "C" + }, + { + "id": "e6922f59-68cd-4f57-a811-f4ca4c6c8474", + "image_path": "images/195.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.desert\nC.pond\nD.beach", + "answer": "D" + }, + { + "id": "18201860-6457-4787-a1a4-331a9d1482f0", + "image_path": "images/196.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.bridge\nC.school\nD.church", + "answer": "A" + }, + { + "id": "d1e0525d-5ff3-4a3e-9675-6cbf98985bd8", + "image_path": "images/197.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.desert\nC.pond\nD.bridge", + "answer": "A" + }, + { + "id": "d3d7f8aa-ed08-4c92-8d28-1e3b883f11cc", + "image_path": "images/198.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.church\nC.beach\nD.sparse_residential", + "answer": "C" + }, + { + "id": "77d2206c-6b5d-4078-a9b6-4074c03cc10f", + "image_path": "images/199.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.desert\nC.beach\nD.storage_tanks", + "answer": "C" + }, + { + "id": "ced5b786-1200-445a-a631-2ce3b89ef820", + "image_path": "images/200.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.medium_residential\nC.church\nD.roundabout", + "answer": "A" + }, + { + "id": "0494520e-2a13-43b2-acd6-a3b03b9e84f1", + "image_path": "images/201.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.farmland\nC.river\nD.dense_residential", + "answer": "A" + }, + { + "id": "62db36ed-b08b-4688-8729-51f18a8610c0", + "image_path": "images/202.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.beach\nC.desert\nD.school", + "answer": "B" + }, + { + "id": "dd989ac3-e592-4fdf-a7df-9fedb2badad0", + "image_path": "images/203.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.sparse_residential\nC.pond\nD.desert", + "answer": "A" + }, + { + "id": "51881c9c-5eb1-46db-9856-5edab9e66bb2", + "image_path": "images/204.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.roundabout\nC.beach\nD.pond", + "answer": "C" + }, + { + "id": "6c5cbcd4-8310-4955-b9fc-b5d3157bae09", + "image_path": "images/205.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.parking\nC.pond\nD.forest", + "answer": "A" + }, + { + "id": "e7c680c8-2996-4236-8661-085aaf15bbd7", + "image_path": "images/206.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.desert\nC.beach\nD.baseball_filed", + "answer": "C" + }, + { + "id": "b21ad87a-e3ac-4972-9c15-2d53f9b94665", + "image_path": "images/207.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.industrial\nC.beach\nD.forest", + "answer": "C" + }, + { + "id": "32557411-ce7c-466a-8616-7cf1c7029ea8", + "image_path": "images/208.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.school\nC.dense_residential\nD.bridge", + "answer": "A" + }, + { + "id": "5e86e36d-f71a-4972-a540-59313a5d84c3", + "image_path": "images/209.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.beach\nC.industrial\nD.school", + "answer": "B" + }, + { + "id": "e56cd760-93da-4fc7-8bd0-5cd6fa44b7ed", + "image_path": "images/210.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.baseball_filed\nC.forest\nD.beach", + "answer": "D" + }, + { + "id": "e11f0148-0525-4c8c-9a8b-c7271467587c", + "image_path": "images/211.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.roundabout\nC.dense_residential\nD.baseball_filed", + "answer": "A" + }, + { + "id": "b061cb13-bb92-44dd-ae02-5f3876d90e49", + "image_path": "images/212.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.storage_tanks\nC.industrial\nD.river", + "answer": "A" + }, + { + "id": "ec0d51bb-297f-4332-ae76-f96b671fb5d0", + "image_path": "images/213.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.farmland\nC.roundabout\nD.school", + "answer": "A" + }, + { + "id": "4c6134b0-7da9-44aa-b4cf-34c39bdee22c", + "image_path": "images/214.png", + "question": "Looking at the image provided, which category does it match?\nA.staduim\nB.beach\nC.baseball_filed\nD.river", + "answer": "B" + }, + { + "id": "9f03171b-02e6-45d2-91a6-37d79b9b8608", + "image_path": "images/215.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.parking\nC.beach\nD.dense_residential", + "answer": "C" + }, + { + "id": "4dc9a4d8-dfe5-4f50-bc2d-6209bea0dd9f", + "image_path": "images/216.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.beach\nC.dense_residential\nD.industrial", + "answer": "B" + }, + { + "id": "684aedd0-2170-491b-9bf7-883ebc90f974", + "image_path": "images/217.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.forest\nC.beach\nD.pond", + "answer": "C" + }, + { + "id": "f57845fb-7566-42a2-944a-a61f6d4add3d", + "image_path": "images/218.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.dense_residential\nC.beach\nD.storage_tanks", + "answer": "C" + }, + { + "id": "021b226c-b4bd-49e4-a9f2-91969bf2113d", + "image_path": "images/219.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.beach\nC.commercial\nD.pond", + "answer": "B" + }, + { + "id": "5b7a6f83-590f-48d2-be1e-3c46bf51ba13", + "image_path": "images/220.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.sparse_residential\nC.beach\nD.river", + "answer": "C" + }, + { + "id": "05adbefa-7c6f-4a83-8b8e-479249b16ed0", + "image_path": "images/221.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.storage_tanks\nC.dense_residential\nD.river", + "answer": "A" + }, + { + "id": "447c6303-af99-4544-a67c-c1fc54ef0f87", + "image_path": "images/222.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.beach\nC.farmland\nD.staduim", + "answer": "B" + }, + { + "id": "c669b20e-2191-421c-949c-c9dca96c4b4d", + "image_path": "images/223.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.beach\nC.church\nD.river", + "answer": "B" + }, + { + "id": "46576b8d-00bc-495c-aa69-a3a3efa97e25", + "image_path": "images/224.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.staduim\nC.roundabout\nD.beach", + "answer": "D" + }, + { + "id": "7d23921f-8e90-43b2-bcef-d3ca307c75c9", + "image_path": "images/225.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.river\nC.school\nD.pond", + "answer": "A" + }, + { + "id": "90cce082-1655-4345-b9b7-9a7791493404", + "image_path": "images/226.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.commercial\nC.airport\nD.industrial", + "answer": "A" + }, + { + "id": "73172bec-bccc-44e1-bd06-35545de53d17", + "image_path": "images/227.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.farmland\nC.bridge\nD.desert", + "answer": "A" + }, + { + "id": "8fd29886-e774-4786-99eb-83654a8a6294", + "image_path": "images/228.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.medium_residential\nC.bridge\nD.dense_residential", + "answer": "C" + }, + { + "id": "261e0aeb-e348-4c0e-a90a-abf85dabe030", + "image_path": "images/229.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.bridge\nC.roundabout\nD.desert", + "answer": "B" + }, + { + "id": "03662912-117e-4f72-9d05-a179b7ca2220", + "image_path": "images/230.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.industrial\nC.beach\nD.commercial", + "answer": "A" + }, + { + "id": "c78f17ea-0c61-4626-a300-529bbe17e6cb", + "image_path": "images/231.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.bridge\nC.commercial\nD.pond", + "answer": "B" + }, + { + "id": "5430471f-8d12-4c3f-9cae-b56f2a122806", + "image_path": "images/232.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.storage_tanks\nC.sparse_residential\nD.bridge", + "answer": "D" + }, + { + "id": "4478020c-9794-459a-a51e-75d8fd27d6fc", + "image_path": "images/233.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.bridge\nC.farmland\nD.storage_tanks", + "answer": "B" + }, + { + "id": "68d31226-66b4-4da0-be34-318a1f518e94", + "image_path": "images/234.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.bridge\nC.airport\nD.parking", + "answer": "B" + }, + { + "id": "69711cf9-68cb-4605-bd0c-f9a281d8b654", + "image_path": "images/235.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.staduim\nC.bridge\nD.dense_residential", + "answer": "C" + }, + { + "id": "5764f7ec-2d06-46b3-b900-859f69841e22", + "image_path": "images/236.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.desert\nC.bridge\nD.forest", + "answer": "C" + }, + { + "id": "19aec690-a690-42cf-8563-40999dc5cf88", + "image_path": "images/237.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.river\nC.bridge\nD.airport", + "answer": "C" + }, + { + "id": "5463f113-3949-4878-a32b-935982fab513", + "image_path": "images/238.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.airport\nC.bridge\nD.desert", + "answer": "C" + }, + { + "id": "3007ae20-401e-4652-bb51-74057e630557", + "image_path": "images/239.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.staduim\nC.roundabout\nD.river", + "answer": "A" + }, + { + "id": "c82b043a-dfcb-4a36-9f98-2fe95470e459", + "image_path": "images/240.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.bridge\nC.beach\nD.industrial", + "answer": "B" + }, + { + "id": "fe75b7d2-dfbe-4658-97bd-2f3465906072", + "image_path": "images/241.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.forest\nC.airport\nD.sparse_residential", + "answer": "A" + }, + { + "id": "c99f1af5-f96b-4b37-8058-9718ef2fd959", + "image_path": "images/242.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.bridge\nC.airport\nD.parking", + "answer": "B" + }, + { + "id": "0389237b-d6b4-4b03-9a66-369e67fd5d57", + "image_path": "images/243.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.airport\nC.bridge\nD.pond", + "answer": "C" + }, + { + "id": "0daf1e22-b611-45d0-b8d1-aff60f9a00b2", + "image_path": "images/244.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.bridge\nC.airport\nD.parking", + "answer": "B" + }, + { + "id": "be294bc1-5a3b-4685-8512-1de9c2cf0eda", + "image_path": "images/245.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.baseball_filed\nC.bridge\nD.sparse_residential", + "answer": "C" + }, + { + "id": "4155698e-7e49-4268-b016-b177d4309bda", + "image_path": "images/246.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.storage_tanks\nC.bridge\nD.roundabout", + "answer": "C" + }, + { + "id": "171c4d05-b0fe-4333-80af-88e3d818d33e", + "image_path": "images/247.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.commercial\nC.river\nD.forest", + "answer": "A" + }, + { + "id": "1594a5c4-2cd0-48f8-95f0-3313784eb344", + "image_path": "images/248.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.bridge\nC.desert\nD.airport", + "answer": "B" + }, + { + "id": "dc3abfaf-783c-4632-a2b7-8fa8a2c0ce7a", + "image_path": "images/249.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.beach\nC.river\nD.bridge", + "answer": "D" + }, + { + "id": "0ce3b1ae-dead-4a53-858d-04252af8a22c", + "image_path": "images/250.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.school\nC.medium_residential\nD.bridge", + "answer": "D" + }, + { + "id": "5f5584ba-d0f6-45fd-b2e9-f52a92b8afdf", + "image_path": "images/251.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.church\nC.commercial\nD.bridge", + "answer": "D" + }, + { + "id": "dba2c7a3-b320-45ad-9c1d-5efab423d18e", + "image_path": "images/252.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.bridge\nC.parking\nD.baseball_filed", + "answer": "B" + }, + { + "id": "fc1e98c2-a392-4a00-b7e8-04dd1955ec0b", + "image_path": "images/253.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.church\nC.industrial\nD.staduim", + "answer": "A" + }, + { + "id": "26880595-435c-418f-895f-026750b7c078", + "image_path": "images/254.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.medium_residential\nC.bridge\nD.beach", + "answer": "C" + }, + { + "id": "a1205018-cb33-4427-885f-f0039dd248db", + "image_path": "images/255.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.staduim\nC.storage_tanks\nD.parking", + "answer": "A" + }, + { + "id": "9826df40-ccfc-40b8-9674-7ba7d40cb1eb", + "image_path": "images/256.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.river\nC.medium_residential\nD.bridge", + "answer": "D" + }, + { + "id": "442b329e-e199-409f-8780-a4cfefd1cb37", + "image_path": "images/257.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.dense_residential\nC.bridge\nD.pond", + "answer": "C" + }, + { + "id": "3deb8bb9-cd85-4a21-bb0a-409b4516ce38", + "image_path": "images/258.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.parking\nC.storage_tanks\nD.school", + "answer": "A" + }, + { + "id": "3f2798fc-fc59-4b49-9c75-8718562541b1", + "image_path": "images/259.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.bridge\nC.sparse_residential\nD.medium_residential", + "answer": "B" + }, + { + "id": "8e080daa-995c-43e6-b0f7-a32ca72c88ca", + "image_path": "images/260.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.bridge\nC.staduim\nD.airport", + "answer": "B" + }, + { + "id": "7dbf3b73-b955-4b77-af55-d6af252922b1", + "image_path": "images/261.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.school\nC.bridge\nD.roundabout", + "answer": "C" + }, + { + "id": "a578d3a4-b6fb-422e-aa74-6f07da1282de", + "image_path": "images/262.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.beach\nC.bridge\nD.roundabout", + "answer": "C" + }, + { + "id": "1f8b95de-0aeb-4d9f-8687-3866e60733e8", + "image_path": "images/263.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.forest\nC.bridge\nD.river", + "answer": "C" + }, + { + "id": "019e3d2e-b907-49f4-b453-5aa8ab9259c7", + "image_path": "images/264.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.farmland\nC.commercial\nD.desert", + "answer": "A" + }, + { + "id": "8ccdef70-573d-4bd2-8f93-6a82afa0a14f", + "image_path": "images/265.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.bridge\nC.commercial\nD.pond", + "answer": "B" + }, + { + "id": "f27de888-97e9-419b-8f62-2c60d41fc52a", + "image_path": "images/266.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.desert\nC.bridge\nD.commercial", + "answer": "C" + }, + { + "id": "abbd1bef-d40b-493e-b9ea-4ebee22e6048", + "image_path": "images/267.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.baseball_filed\nC.church\nD.bridge", + "answer": "D" + }, + { + "id": "fe5c7585-eb14-4f6a-a156-b0e6e74b9d4c", + "image_path": "images/268.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.medium_residential\nC.dense_residential\nD.industrial", + "answer": "A" + }, + { + "id": "2aef66cd-bf97-49c5-beb7-1c5e4da2fb7d", + "image_path": "images/269.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.desert\nC.bridge\nD.dense_residential", + "answer": "C" + }, + { + "id": "57f40ca6-7121-4303-ad0d-5aa4eb520b0d", + "image_path": "images/270.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.river\nC.airport\nD.forest", + "answer": "A" + }, + { + "id": "56af8a0e-60f9-40cf-8cb1-3133e8af4e61", + "image_path": "images/271.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.bridge\nC.airport\nD.roundabout", + "answer": "B" + }, + { + "id": "06519fb6-14d2-42a6-8d64-2fc662e600ee", + "image_path": "images/272.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.dense_residential\nC.parking\nD.commercial", + "answer": "A" + }, + { + "id": "0eaf0f91-754b-44e6-a4bb-1616fd6a9429", + "image_path": "images/273.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.farmland\nC.bridge\nD.beach", + "answer": "C" + }, + { + "id": "b1a8bc95-b784-481c-8a0a-954540f13f37", + "image_path": "images/274.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.beach\nC.parking\nD.bridge", + "answer": "D" + }, + { + "id": "886f706a-8b13-40e6-b30e-93bb4cde175a", + "image_path": "images/275.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.pond\nC.airport\nD.bridge", + "answer": "D" + }, + { + "id": "b0b22917-1987-4848-90bb-506c2356d5d9", + "image_path": "images/276.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.bridge\nC.industrial\nD.forest", + "answer": "B" + }, + { + "id": "4e279d1b-025a-40c6-b72e-28ad11c832f6", + "image_path": "images/277.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.airport\nC.bridge\nD.pond", + "answer": "C" + }, + { + "id": "f40ada73-aafd-43ed-b1dc-29339ac2eee8", + "image_path": "images/278.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.church\nC.medium_residential\nD.forest", + "answer": "A" + }, + { + "id": "b3d5eaf4-82d4-4b3a-acb0-591de4a9bfd4", + "image_path": "images/279.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.commercial\nC.bridge\nD.airport", + "answer": "C" + }, + { + "id": "4f4b21ed-c4cd-4ede-944d-00f4723da202", + "image_path": "images/280.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.beach\nC.bridge\nD.baseball_filed", + "answer": "C" + }, + { + "id": "b524fd68-8796-49c8-9839-7c072d47eeac", + "image_path": "images/281.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.desert\nC.dense_residential\nD.bridge", + "answer": "D" + }, + { + "id": "0b6019e5-fd4f-40af-813e-27b96cf4221f", + "image_path": "images/282.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.bridge\nC.commercial\nD.church", + "answer": "B" + }, + { + "id": "13b1763a-e92e-487f-973f-a9ba4c8de4cc", + "image_path": "images/283.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.commercial\nC.baseball_filed\nD.storage_tanks", + "answer": "A" + }, + { + "id": "8123b047-0764-4fc6-b506-d9d9ce8bc93d", + "image_path": "images/284.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.beach\nC.storage_tanks\nD.school", + "answer": "A" + }, + { + "id": "368d3bf0-f638-4ec1-9b98-13ba650f35de", + "image_path": "images/285.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.farmland\nC.church\nD.bridge", + "answer": "D" + }, + { + "id": "029cab2c-76fa-4af7-a965-ef8649fbe528", + "image_path": "images/286.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.church\nC.bridge\nD.sparse_residential", + "answer": "C" + }, + { + "id": "e9523261-a737-4b06-9bd0-67b8b2436fd0", + "image_path": "images/287.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.bridge\nC.roundabout\nD.river", + "answer": "B" + }, + { + "id": "3e7e6c0e-4de7-4e00-bb29-6ae1f16631e7", + "image_path": "images/288.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.roundabout\nC.parking\nD.baseball_filed", + "answer": "A" + }, + { + "id": "07a7849b-4354-40e8-99e7-72b492d13143", + "image_path": "images/289.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.river\nC.sparse_residential\nD.airport", + "answer": "A" + }, + { + "id": "bc7e4da3-6279-4970-a3b4-ecd522a114b0", + "image_path": "images/290.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.roundabout\nC.parking\nD.commercial", + "answer": "A" + }, + { + "id": "d4b16f5e-092c-4ea0-aebc-e7d78acdeead", + "image_path": "images/291.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.church\nC.bridge\nD.beach", + "answer": "C" + }, + { + "id": "e9574ab1-ae0e-4edc-88a6-cca21205c28f", + "image_path": "images/292.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.commercial\nC.bridge\nD.beach", + "answer": "C" + }, + { + "id": "5b1ce9de-c6d3-48a2-9d93-f7e53698df85", + "image_path": "images/293.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.sparse_residential\nC.bridge\nD.beach", + "answer": "C" + }, + { + "id": "9e709368-3346-416f-a2b8-b8b182fce3ef", + "image_path": "images/294.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.beach\nC.bridge\nD.church", + "answer": "C" + }, + { + "id": "a6cc69ec-7206-4952-8818-0fa9e99d5d61", + "image_path": "images/295.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.staduim\nC.bridge\nD.parking", + "answer": "C" + }, + { + "id": "abe36281-f8da-434d-b160-e6af3003adfb", + "image_path": "images/296.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.farmland\nC.bridge\nD.industrial", + "answer": "C" + }, + { + "id": "8ad10b8a-8915-4946-8443-2f71d627be28", + "image_path": "images/297.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.sparse_residential\nC.bridge\nD.pond", + "answer": "C" + }, + { + "id": "8fc6d979-a0c2-4d53-8bee-da1c27d42bae", + "image_path": "images/298.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.bridge\nC.roundabout\nD.medium_residential", + "answer": "B" + }, + { + "id": "ee29657b-9c8a-444c-9384-c296ed4d7618", + "image_path": "images/299.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.storage_tanks\nC.bridge\nD.baseball_filed", + "answer": "C" + }, + { + "id": "fa7f5f4d-4b3e-4e79-96ec-1144b6ba9dce", + "image_path": "images/300.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.pond\nC.river\nD.bridge", + "answer": "D" + }, + { + "id": "db34a1a6-4fd4-4672-8fe4-6f314b024d2f", + "image_path": "images/301.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.farmland\nC.bridge\nD.river", + "answer": "C" + }, + { + "id": "7bf55f16-993b-4e69-af9b-6273c87ca3b2", + "image_path": "images/302.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.medium_residential\nC.pond\nD.bridge", + "answer": "D" + }, + { + "id": "ea970ae1-079a-48db-875b-a7bf57bb4d1b", + "image_path": "images/303.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.sparse_residential\nC.pond\nD.bridge", + "answer": "D" + }, + { + "id": "dd70a150-f8a0-4cf8-8203-c1d4a31b878c", + "image_path": "images/304.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.bridge\nC.industrial\nD.staduim", + "answer": "B" + }, + { + "id": "560e6216-11c1-4c7c-9427-9c28ceae116d", + "image_path": "images/305.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.bridge\nC.airport\nD.river", + "answer": "B" + }, + { + "id": "82ccba3e-69a6-44e3-9199-40af0e19192e", + "image_path": "images/306.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.beach\nC.bridge\nD.church", + "answer": "C" + }, + { + "id": "4320ac9f-fc2d-445c-81bc-c12b5f3233ef", + "image_path": "images/307.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.desert\nC.river\nD.airport", + "answer": "A" + }, + { + "id": "406411cd-5b33-4c25-a998-fdb01c5e1ef1", + "image_path": "images/308.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.bridge\nC.forest\nD.sparse_residential", + "answer": "B" + }, + { + "id": "7844bcd3-b63d-48a4-964c-7dbe83da3cbe", + "image_path": "images/309.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.bridge\nC.baseball_filed\nD.commercial", + "answer": "B" + }, + { + "id": "dee2e679-bc1d-4240-a04a-96da5a82e929", + "image_path": "images/310.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.airport\nC.bridge\nD.school", + "answer": "C" + }, + { + "id": "dee99d7f-b7b1-4e25-88a8-89028113134c", + "image_path": "images/311.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.forest\nC.river\nD.farmland", + "answer": "A" + }, + { + "id": "7ac75955-2055-46d8-ac9a-61610d69b4e5", + "image_path": "images/312.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.church\nC.bridge\nD.school", + "answer": "C" + }, + { + "id": "4abd6958-dfab-4423-89c3-261e3899b1fe", + "image_path": "images/313.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.commercial\nC.bridge\nD.school", + "answer": "C" + }, + { + "id": "f3bfdaa1-22f4-4efe-9115-7874cd44d3de", + "image_path": "images/314.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.sparse_residential\nC.roundabout\nD.industrial", + "answer": "A" + }, + { + "id": "5a63fadf-e8fb-49c8-82c5-19708de09423", + "image_path": "images/315.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.commercial\nC.industrial\nD.river", + "answer": "A" + }, + { + "id": "79c17291-0de6-458f-bf64-e748a362e46c", + "image_path": "images/316.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.baseball_filed\nC.beach\nD.parking", + "answer": "A" + }, + { + "id": "4610dd7d-b468-4ebc-aa36-8571917cc16a", + "image_path": "images/317.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.airport\nC.bridge\nD.staduim", + "answer": "C" + }, + { + "id": "11cc9991-631a-4ffc-b24e-27856e4bb854", + "image_path": "images/318.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.storage_tanks\nC.beach\nD.farmland", + "answer": "A" + }, + { + "id": "27935b61-80ea-48eb-980e-2224f9e08eda", + "image_path": "images/319.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.sparse_residential\nC.bridge\nD.beach", + "answer": "C" + }, + { + "id": "216a61b8-ff1d-4bcb-9670-8a2822c334b5", + "image_path": "images/320.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.bridge\nC.dense_residential\nD.school", + "answer": "B" + }, + { + "id": "9208b817-e82d-4ee5-9ff4-f7f7e2e20966", + "image_path": "images/321.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.dense_residential\nC.bridge\nD.medium_residential", + "answer": "C" + }, + { + "id": "4657c8e0-08fc-4a80-b7e5-9e217a6ed33c", + "image_path": "images/322.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.roundabout\nC.bridge\nD.staduim", + "answer": "C" + }, + { + "id": "b68fc9d2-ef5f-4f4c-812f-dc729cb3269e", + "image_path": "images/323.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.commercial\nC.baseball_filed\nD.bridge", + "answer": "D" + }, + { + "id": "2b51ec9a-4a71-49c3-8848-f06ae04b93af", + "image_path": "images/324.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.parking\nC.river\nD.sparse_residential", + "answer": "A" + }, + { + "id": "44684194-04ca-468f-a112-7ae6138a417c", + "image_path": "images/325.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.airport\nC.church\nD.medium_residential", + "answer": "A" + }, + { + "id": "8543cf53-e822-4ea2-80ed-779b7ada57d2", + "image_path": "images/326.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.bridge\nC.staduim\nD.church", + "answer": "B" + }, + { + "id": "74a716e0-7f87-4495-baf7-e41e9ccd0c14", + "image_path": "images/327.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.pond\nC.river\nD.bridge", + "answer": "D" + }, + { + "id": "713b4d3b-9fa2-484d-926c-dec06ae4901f", + "image_path": "images/328.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.airport\nC.church\nD.industrial", + "answer": "C" + }, + { + "id": "e41429f0-422f-4085-8844-523464f71543", + "image_path": "images/329.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.farmland\nC.church\nD.desert", + "answer": "C" + }, + { + "id": "7e99d968-cb78-4cc2-892f-c6acb52c44ca", + "image_path": "images/330.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.baseball_filed\nC.church\nD.industrial", + "answer": "C" + }, + { + "id": "c683c517-dbf7-43f3-abb2-09b1ba0bfe66", + "image_path": "images/331.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.industrial\nC.church\nD.commercial", + "answer": "C" + }, + { + "id": "46d31bd8-af69-4845-b4fd-bd1d00f64e49", + "image_path": "images/332.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.church\nC.dense_residential\nD.commercial", + "answer": "B" + }, + { + "id": "b975879f-8833-42ed-9935-8643256c6fb5", + "image_path": "images/333.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.desert\nC.church\nD.parking", + "answer": "C" + }, + { + "id": "21648831-6e1a-4dcd-a143-675753c10d35", + "image_path": "images/334.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.sparse_residential\nC.desert\nD.church", + "answer": "D" + }, + { + "id": "3aad113e-6023-4eca-b2f6-81d640312400", + "image_path": "images/335.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.desert\nC.pond\nD.roundabout", + "answer": "A" + }, + { + "id": "652f49b2-9777-4d72-8fd9-9ff8fc762e49", + "image_path": "images/336.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.baseball_filed\nC.school\nD.church", + "answer": "D" + }, + { + "id": "8cfc33a5-289d-473d-9597-8463bb2cb5ae", + "image_path": "images/337.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.desert\nC.industrial\nD.church", + "answer": "D" + }, + { + "id": "ad413be9-b56d-465f-952c-5135d8431619", + "image_path": "images/338.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.parking\nC.commercial\nD.river", + "answer": "A" + }, + { + "id": "549216a6-0b91-4efb-a85b-bf09be234702", + "image_path": "images/339.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.church\nC.pond\nD.airport", + "answer": "B" + }, + { + "id": "1dfc50ee-87e1-4e12-acf6-853d3a19d620", + "image_path": "images/340.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.church\nC.industrial\nD.roundabout", + "answer": "B" + }, + { + "id": "70023669-464d-4dca-9eb6-90516999b852", + "image_path": "images/341.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.church\nC.commercial\nD.airport", + "answer": "B" + }, + { + "id": "28d8cc13-2445-4f70-876c-637d5a72e464", + "image_path": "images/342.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.church\nC.staduim\nD.sparse_residential", + "answer": "B" + }, + { + "id": "857d93a9-8bb3-489d-acfb-7822d657b425", + "image_path": "images/343.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.dense_residential\nC.desert\nD.church", + "answer": "D" + }, + { + "id": "c2bc3b95-e822-48a8-a5e0-fd7a242b4d88", + "image_path": "images/344.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.church\nC.beach\nD.baseball_filed", + "answer": "B" + }, + { + "id": "1de409ea-716d-45c3-8185-0a052d6c91e1", + "image_path": "images/345.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.church\nC.river\nD.commercial", + "answer": "B" + }, + { + "id": "af7a1f10-9fd1-4678-a5ee-0ac013de1cb1", + "image_path": "images/346.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.parking\nC.commercial\nD.church", + "answer": "D" + }, + { + "id": "25fab865-aedf-4944-b85c-bc4b53ba14ed", + "image_path": "images/347.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.industrial\nC.medium_residential\nD.church", + "answer": "D" + }, + { + "id": "8457d360-ccb0-49a3-aaf6-4dd890491e11", + "image_path": "images/348.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.desert\nC.forest\nD.church", + "answer": "D" + }, + { + "id": "5572c5bf-42cc-4fa0-9a40-67fb3f221070", + "image_path": "images/349.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.baseball_filed\nC.pond\nD.church", + "answer": "D" + }, + { + "id": "a1a4c06d-6f22-44fe-9044-38a26cea7496", + "image_path": "images/350.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.parking\nC.medium_residential\nD.church", + "answer": "D" + }, + { + "id": "4001a9fa-6372-4f45-aa48-953374120058", + "image_path": "images/351.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.bridge\nC.commercial\nD.roundabout", + "answer": "C" + }, + { + "id": "119931f1-5256-4602-b0a8-3e501f46f6a7", + "image_path": "images/352.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.pond\nC.desert\nD.commercial", + "answer": "D" + }, + { + "id": "a79f3c4e-fcc5-40bd-852c-0ba513f69039", + "image_path": "images/353.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.industrial\nC.commercial\nD.bridge", + "answer": "C" + }, + { + "id": "1acae241-39a3-4119-b865-2aaaa99986af", + "image_path": "images/354.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.church\nC.commercial\nD.forest", + "answer": "C" + }, + { + "id": "5d7f0490-4cf3-4235-b31a-d8178fa10729", + "image_path": "images/355.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.roundabout\nC.commercial\nD.church", + "answer": "C" + }, + { + "id": "88251251-d428-4e31-8d6b-b551edf0d56a", + "image_path": "images/356.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.desert\nC.commercial\nD.medium_residential", + "answer": "C" + }, + { + "id": "9790ad9b-73b7-480c-831a-3d3bb0299cdf", + "image_path": "images/357.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.sparse_residential\nC.commercial\nD.desert", + "answer": "C" + }, + { + "id": "dc5c1349-939f-400e-a52b-94220445b28d", + "image_path": "images/358.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.church\nC.roundabout\nD.commercial", + "answer": "D" + }, + { + "id": "96502397-68fd-46e2-9680-37b1c04377d8", + "image_path": "images/359.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.roundabout\nC.parking\nD.river", + "answer": "A" + }, + { + "id": "9d99986f-13bc-461e-b851-f0a0726eb168", + "image_path": "images/360.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.forest\nC.sparse_residential\nD.commercial", + "answer": "D" + }, + { + "id": "611c8af6-1c67-4826-85a2-3dedb3926648", + "image_path": "images/361.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.commercial\nC.staduim\nD.desert", + "answer": "B" + }, + { + "id": "30420b38-a2ec-4f35-bad1-05d84043a24e", + "image_path": "images/362.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.sparse_residential\nC.desert\nD.airport", + "answer": "A" + }, + { + "id": "bf024643-9f5b-4026-956a-7497ed694de9", + "image_path": "images/363.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.beach\nC.commercial\nD.church", + "answer": "C" + }, + { + "id": "f7899af6-91e0-4ce9-8377-8d9239196c79", + "image_path": "images/364.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.church\nC.farmland\nD.commercial", + "answer": "D" + }, + { + "id": "deee5c07-473d-40fd-b714-044839b80e44", + "image_path": "images/365.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.pond\nC.commercial\nD.medium_residential", + "answer": "C" + }, + { + "id": "6f6c7d98-c43d-4c82-8747-3914e87d21cf", + "image_path": "images/366.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.baseball_filed\nC.farmland\nD.commercial", + "answer": "D" + }, + { + "id": "26481b38-eeeb-480e-93c7-a13bfb86c594", + "image_path": "images/367.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.medium_residential\nC.roundabout\nD.commercial", + "answer": "D" + }, + { + "id": "36c56936-fa2d-48a0-8165-570cfbac0bb7", + "image_path": "images/368.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.forest\nC.river\nD.commercial", + "answer": "D" + }, + { + "id": "fc3c4120-4f1c-4546-8e7d-5b6c4cdbc6d7", + "image_path": "images/369.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.farmland\nC.school\nD.commercial", + "answer": "D" + }, + { + "id": "1108617d-5f3b-4ab2-9e37-e012621e97e9", + "image_path": "images/370.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.commercial\nC.desert\nD.dense_residential", + "answer": "B" + }, + { + "id": "f552d8a0-cc10-4897-b3c7-6324c463d6e1", + "image_path": "images/371.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.commercial\nC.school\nD.dense_residential", + "answer": "B" + }, + { + "id": "79259860-8bf2-44e4-b121-00d7f1dda75c", + "image_path": "images/372.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.desert\nC.medium_residential\nD.industrial", + "answer": "A" + }, + { + "id": "5f88f131-0a67-43f5-9441-7d6b6c9fa182", + "image_path": "images/373.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.pond\nC.forest\nD.commercial", + "answer": "D" + }, + { + "id": "eda8b49c-0886-4bdb-8b22-b8c1d2bb42d2", + "image_path": "images/374.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.sparse_residential\nC.beach\nD.commercial", + "answer": "D" + }, + { + "id": "af7eb9ca-3c4b-4021-a657-d2df23e81a29", + "image_path": "images/375.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.baseball_filed\nC.commercial\nD.beach", + "answer": "C" + }, + { + "id": "ce0baf3b-d7f3-44dd-b4fd-da017002ecfe", + "image_path": "images/376.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.staduim\nC.commercial\nD.river", + "answer": "C" + }, + { + "id": "de90a4ac-fe1a-4f2d-b640-e11ecc72c50a", + "image_path": "images/377.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.sparse_residential\nC.pond\nD.school", + "answer": "A" + }, + { + "id": "0b8d16d7-7e8c-4d64-b0d9-b497d85d542c", + "image_path": "images/378.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.storage_tanks\nC.commercial\nD.medium_residential", + "answer": "C" + }, + { + "id": "a29df2e3-01ec-488d-9203-fad280f7f7c9", + "image_path": "images/379.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.desert\nC.bridge\nD.commercial", + "answer": "D" + }, + { + "id": "83fb76fb-328f-4e05-b0ca-82f28da5d9e8", + "image_path": "images/380.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.forest\nC.parking\nD.commercial", + "answer": "D" + }, + { + "id": "c31b39be-eeae-426a-870e-5957699ed909", + "image_path": "images/381.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.bridge\nC.pond\nD.commercial", + "answer": "D" + }, + { + "id": "30fe078d-ef78-44ea-b9e9-e6fba2840eca", + "image_path": "images/382.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.staduim\nC.commercial\nD.desert", + "answer": "C" + }, + { + "id": "c947284a-06a0-4613-be8e-77b7e0cd57c7", + "image_path": "images/383.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.roundabout\nC.sparse_residential\nD.parking", + "answer": "A" + }, + { + "id": "5cc63bfb-d4ab-4b51-9aee-3ded9392e426", + "image_path": "images/384.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.commercial\nC.church\nD.medium_residential", + "answer": "B" + }, + { + "id": "e15c59c7-512b-4b2c-9c6e-88a8d32ef535", + "image_path": "images/385.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.school\nC.commercial\nD.roundabout", + "answer": "C" + }, + { + "id": "90811fc8-89bf-43e4-86cf-1d0ba23b031e", + "image_path": "images/386.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.farmland\nC.commercial\nD.desert", + "answer": "C" + }, + { + "id": "65b39f4d-04c5-45d2-b865-16897f0a8f67", + "image_path": "images/387.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.commercial\nC.sparse_residential\nD.farmland", + "answer": "B" + }, + { + "id": "919408c7-d9f6-476c-be43-b01651311fd4", + "image_path": "images/388.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.farmland\nC.beach\nD.commercial", + "answer": "D" + }, + { + "id": "ef843f44-275a-479a-bb4f-027978607f50", + "image_path": "images/389.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.commercial\nC.storage_tanks\nD.school", + "answer": "B" + }, + { + "id": "9880fac9-b946-4ff6-9cf4-b22e586b8997", + "image_path": "images/390.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.forest\nC.commercial\nD.parking", + "answer": "C" + }, + { + "id": "488e23bf-a903-4327-877b-bced03a92778", + "image_path": "images/391.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.commercial\nC.pond\nD.medium_residential", + "answer": "B" + }, + { + "id": "c9ff0ff3-d42a-48e6-8722-68eeb4716ee9", + "image_path": "images/392.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.commercial\nC.staduim\nD.storage_tanks", + "answer": "B" + }, + { + "id": "cad13748-da46-496f-9908-ff5b4cd2b61e", + "image_path": "images/393.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.church\nC.commercial\nD.beach", + "answer": "C" + }, + { + "id": "b81dee3f-a287-4e84-9f7c-09c540eefe1f", + "image_path": "images/394.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.commercial\nC.beach\nD.baseball_filed", + "answer": "B" + }, + { + "id": "6ee9005f-3e52-4e73-9f34-30c63d9d0280", + "image_path": "images/395.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.staduim\nC.bridge\nD.commercial", + "answer": "D" + }, + { + "id": "1878b124-6200-4409-982b-7bc0dd59b33c", + "image_path": "images/396.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.forest\nC.medium_residential\nD.commercial", + "answer": "D" + }, + { + "id": "345b1602-5417-4d67-92a4-b4a5b3612bcd", + "image_path": "images/397.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.desert\nC.dense_residential\nD.sparse_residential", + "answer": "C" + }, + { + "id": "8b511c83-7bfe-4abc-b8ec-153c3ea6efa0", + "image_path": "images/398.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.sparse_residential\nC.parking\nD.dense_residential", + "answer": "D" + }, + { + "id": "e768b175-f783-4b7e-9d57-1ff7dadab525", + "image_path": "images/399.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.school\nC.dense_residential\nD.pond", + "answer": "C" + }, + { + "id": "02c93163-65a6-413e-89da-3c587fbdc8a4", + "image_path": "images/400.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.dense_residential\nC.school\nD.pond", + "answer": "B" + }, + { + "id": "6857cc53-7168-4d2b-98b9-c58ccabebdc2", + "image_path": "images/401.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.desert\nC.dense_residential\nD.airport", + "answer": "C" + }, + { + "id": "f57edf8b-2a57-439c-8db8-27b5239736ae", + "image_path": "images/402.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.river\nC.forest\nD.dense_residential", + "answer": "D" + }, + { + "id": "b2dc4d82-ee7c-43ec-8657-95dfe81441fd", + "image_path": "images/403.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.pond\nC.church\nD.dense_residential", + "answer": "D" + }, + { + "id": "66822781-bfb0-4f90-bb55-e6ddace2d351", + "image_path": "images/404.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.airport\nC.storage_tanks\nD.dense_residential", + "answer": "D" + }, + { + "id": "76726611-9830-4489-ad07-6a7b33c3923a", + "image_path": "images/405.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.dense_residential\nC.medium_residential\nD.commercial", + "answer": "B" + }, + { + "id": "9e601ae9-818d-47dc-9605-5eaede59babe", + "image_path": "images/406.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.dense_residential\nC.desert\nD.sparse_residential", + "answer": "B" + }, + { + "id": "62f1b517-bb14-4443-bd24-8420c23fd335", + "image_path": "images/407.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.roundabout\nC.storage_tanks\nD.bridge", + "answer": "A" + }, + { + "id": "7c850fbe-9169-4b26-b418-365c1db3988e", + "image_path": "images/408.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.staduim\nC.industrial\nD.dense_residential", + "answer": "D" + }, + { + "id": "721bf639-4306-4043-bfa3-76ec4dc55f46", + "image_path": "images/409.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.beach\nC.storage_tanks\nD.dense_residential", + "answer": "D" + }, + { + "id": "e52033a9-1fe7-4301-93c5-a289307dde43", + "image_path": "images/410.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.forest\nC.baseball_filed\nD.dense_residential", + "answer": "D" + }, + { + "id": "306af60f-1b7b-419a-94c6-08acabf575d9", + "image_path": "images/411.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.dense_residential\nC.roundabout\nD.sparse_residential", + "answer": "B" + }, + { + "id": "f8e7f79e-cbb6-4205-b120-267b0afa870e", + "image_path": "images/412.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.dense_residential\nC.airport\nD.farmland", + "answer": "B" + }, + { + "id": "4bf6352e-78cc-4921-b3f1-d10914c0477e", + "image_path": "images/413.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.roundabout\nC.dense_residential\nD.storage_tanks", + "answer": "C" + }, + { + "id": "e1bee77a-d95e-49b5-8d73-34c4c5024d4f", + "image_path": "images/414.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.parking\nC.forest\nD.dense_residential", + "answer": "D" + }, + { + "id": "dbe9a106-68b2-45f4-bc31-cd63f336a0b7", + "image_path": "images/415.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.roundabout\nC.river\nD.medium_residential", + "answer": "A" + }, + { + "id": "4b1c41e4-ae3c-4524-bd55-5e33d785e650", + "image_path": "images/416.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.dense_residential\nC.beach\nD.forest", + "answer": "B" + }, + { + "id": "e3bbc99d-b1fa-4548-93d0-bbf74bd6d7f9", + "image_path": "images/417.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.beach\nC.dense_residential\nD.pond", + "answer": "C" + }, + { + "id": "dccfd2bc-2251-419d-8c06-9babcfea8357", + "image_path": "images/418.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.school\nC.dense_residential\nD.storage_tanks", + "answer": "C" + }, + { + "id": "769194d7-bfc2-4728-a709-df355c751595", + "image_path": "images/419.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.river\nC.parking\nD.dense_residential", + "answer": "D" + }, + { + "id": "ff681c58-b874-4b0b-aeed-8cdc868e832d", + "image_path": "images/420.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.roundabout\nC.medium_residential\nD.dense_residential", + "answer": "D" + }, + { + "id": "e5073f41-3fbc-416c-8474-008a4c2078bb", + "image_path": "images/421.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.storage_tanks\nC.roundabout\nD.baseball_filed", + "answer": "A" + }, + { + "id": "24dce596-19b8-4516-9d14-d85ab7496190", + "image_path": "images/422.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.dense_residential\nC.commercial\nD.beach", + "answer": "B" + }, + { + "id": "6d4bf3bb-1f3a-4379-a4fa-fee07416af38", + "image_path": "images/423.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.staduim\nC.beach\nD.pond", + "answer": "A" + }, + { + "id": "e757885d-edc2-4b76-9407-599dc3b9425f", + "image_path": "images/424.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.pond\nC.bridge\nD.dense_residential", + "answer": "D" + }, + { + "id": "c72e8b5f-ccb9-41bb-8682-44c214a179b6", + "image_path": "images/425.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.staduim\nC.medium_residential\nD.school", + "answer": "A" + }, + { + "id": "1aa2df07-0f84-46b8-bdf1-b5f549982c51", + "image_path": "images/426.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.river\nC.medium_residential\nD.forest", + "answer": "A" + }, + { + "id": "82b342d1-95b5-4572-9b14-290198fd770e", + "image_path": "images/427.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.bridge\nC.dense_residential\nD.staduim", + "answer": "C" + }, + { + "id": "629816c2-6275-4696-a4af-0885dd9cdc97", + "image_path": "images/428.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.roundabout\nC.dense_residential\nD.medium_residential", + "answer": "C" + }, + { + "id": "ad256005-d20f-4371-8963-4f188863fc82", + "image_path": "images/429.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.forest\nC.dense_residential\nD.school", + "answer": "C" + }, + { + "id": "48488761-dd06-43de-ae77-bec86c3a652e", + "image_path": "images/430.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.storage_tanks\nC.parking\nD.industrial", + "answer": "A" + }, + { + "id": "bdbc9468-ef9c-4b3c-b8f4-18513b2f8983", + "image_path": "images/431.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.industrial\nC.desert\nD.beach", + "answer": "A" + }, + { + "id": "0b12eaef-b8ee-4643-9010-5af3eb584a9e", + "image_path": "images/432.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.school\nC.river\nD.beach", + "answer": "A" + }, + { + "id": "fbcfe4ac-45d5-4d4d-962d-4c37b8430fd5", + "image_path": "images/433.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.farmland\nC.sparse_residential\nD.dense_residential", + "answer": "D" + }, + { + "id": "9f6058bb-4c98-4110-bea3-2371854ac807", + "image_path": "images/434.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.forest\nC.commercial\nD.farmland", + "answer": "A" + }, + { + "id": "78ad37c9-482b-47d0-b2f7-83b42d8a1290", + "image_path": "images/435.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.roundabout\nC.pond\nD.commercial", + "answer": "A" + }, + { + "id": "9c07899f-8045-45df-97ac-cf15765432f4", + "image_path": "images/436.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.forest\nC.medium_residential\nD.bridge", + "answer": "A" + }, + { + "id": "15311674-5325-400c-ad7e-3877c7d1409b", + "image_path": "images/437.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.dense_residential\nC.baseball_filed\nD.industrial", + "answer": "B" + }, + { + "id": "dfc1ac86-0e61-4c70-b58c-22cb27b0eff3", + "image_path": "images/438.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.dense_residential\nC.roundabout\nD.river", + "answer": "B" + }, + { + "id": "34d5998e-2cc3-48bd-b52e-3501449e17ec", + "image_path": "images/439.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.dense_residential\nC.medium_residential\nD.school", + "answer": "B" + }, + { + "id": "d0eac7ff-212c-4765-a031-db82bd6555b9", + "image_path": "images/440.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.forest\nC.river\nD.dense_residential", + "answer": "D" + }, + { + "id": "c83de230-ec13-4eb5-a911-16b2bf651e1d", + "image_path": "images/441.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.parking\nC.roundabout\nD.river", + "answer": "A" + }, + { + "id": "8b75c819-83dd-4103-9c57-684dd3b01e85", + "image_path": "images/442.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.church\nC.baseball_filed\nD.dense_residential", + "answer": "D" + }, + { + "id": "cdf3818e-1edb-4c55-b2bc-30f2a38d5d5a", + "image_path": "images/443.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.forest\nC.roundabout\nD.dense_residential", + "answer": "D" + }, + { + "id": "90d00c75-4a9c-4b3c-918c-dd4be6a1923d", + "image_path": "images/444.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.baseball_filed\nC.beach\nD.staduim", + "answer": "A" + }, + { + "id": "fc3b158f-6476-4dad-8324-274244893d0a", + "image_path": "images/445.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.parking\nC.school\nD.dense_residential", + "answer": "D" + }, + { + "id": "6302aadd-aea9-4992-a2a0-81cb6a1d13a3", + "image_path": "images/446.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.staduim\nC.roundabout\nD.desert", + "answer": "A" + }, + { + "id": "4638f8dd-6b79-4db2-8d49-bbaa6ae2e9dd", + "image_path": "images/447.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.beach\nC.farmland\nD.roundabout", + "answer": "A" + }, + { + "id": "7894e274-f6ab-4ad8-bda3-8a499c5bcbf8", + "image_path": "images/448.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.industrial\nC.school\nD.dense_residential", + "answer": "D" + }, + { + "id": "5a08f211-918a-4edc-bbd4-073303f2dd88", + "image_path": "images/449.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.farmland\nC.dense_residential\nD.pond", + "answer": "C" + }, + { + "id": "1d42ca68-bf97-430e-87ca-39ecaee2e374", + "image_path": "images/450.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.dense_residential\nC.school\nD.baseball_filed", + "answer": "B" + }, + { + "id": "bc6fcedb-1dfa-4fe6-8d02-8b32ce1d3838", + "image_path": "images/451.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.beach\nC.school\nD.industrial", + "answer": "A" + }, + { + "id": "a35812ad-2277-4494-be44-e5f1c02d1ec6", + "image_path": "images/452.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.parking\nC.dense_residential\nD.pond", + "answer": "C" + }, + { + "id": "15d1db9f-d2bc-4ed9-844d-b962b72621c2", + "image_path": "images/453.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.desert\nC.airport\nD.church", + "answer": "A" + }, + { + "id": "c1754cec-d6b2-469e-a406-547bdfef98a6", + "image_path": "images/454.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.river\nC.desert\nD.dense_residential", + "answer": "D" + }, + { + "id": "9099605e-bf62-467b-b4e0-84113b88ce0d", + "image_path": "images/455.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.industrial\nC.pond\nD.storage_tanks", + "answer": "A" + }, + { + "id": "16c71a18-c653-44f0-897c-82666e02017b", + "image_path": "images/456.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.dense_residential\nC.storage_tanks\nD.baseball_filed", + "answer": "B" + }, + { + "id": "2a9e5cbf-59c2-4229-91fd-59b0e77ebaba", + "image_path": "images/457.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.parking\nC.bridge\nD.dense_residential", + "answer": "D" + }, + { + "id": "9078f05b-3d43-41b3-ae89-65c02bee76de", + "image_path": "images/458.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.dense_residential\nC.desert\nD.pond", + "answer": "B" + }, + { + "id": "75880898-da5e-4c37-9712-ca8c68114214", + "image_path": "images/459.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.river\nC.sparse_residential\nD.dense_residential", + "answer": "D" + }, + { + "id": "ce5c7ab3-49fd-4d72-afd9-a36da50918d2", + "image_path": "images/460.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.baseball_filed\nC.church\nD.airport", + "answer": "A" + }, + { + "id": "32dd008a-72ac-4361-bc26-04512636aa09", + "image_path": "images/461.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.commercial\nC.baseball_filed\nD.airport", + "answer": "A" + }, + { + "id": "3dbf969a-8a61-496b-9729-5c032e722d77", + "image_path": "images/462.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.forest\nC.dense_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "0214c704-c691-4bce-8679-52830a3c4650", + "image_path": "images/463.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.dense_residential\nC.airport\nD.pond", + "answer": "B" + }, + { + "id": "821c47e5-b790-4641-b0fd-bbecf16aae27", + "image_path": "images/464.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.baseball_filed\nC.dense_residential\nD.staduim", + "answer": "C" + }, + { + "id": "382f2690-2c42-4632-b5e3-f5b413881fcf", + "image_path": "images/465.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.dense_residential\nC.medium_residential\nD.bridge", + "answer": "B" + }, + { + "id": "f8ef2813-2849-4285-abf5-77d2058c6b64", + "image_path": "images/466.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.baseball_filed\nC.commercial\nD.farmland", + "answer": "A" + }, + { + "id": "f70537a8-ea41-4815-8d76-b45689164e22", + "image_path": "images/467.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.dense_residential\nC.airport\nD.school", + "answer": "B" + }, + { + "id": "d599e583-8b69-4426-80b8-6bf75b96f7f6", + "image_path": "images/468.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.bridge\nC.dense_residential\nD.river", + "answer": "C" + }, + { + "id": "8cfde4fe-30e9-43b6-b159-9cffc69f9630", + "image_path": "images/469.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.river\nC.church\nD.dense_residential", + "answer": "D" + }, + { + "id": "124e2cc8-c805-4ab6-9422-7fa1ef593c7d", + "image_path": "images/470.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.farmland\nC.roundabout\nD.dense_residential", + "answer": "D" + }, + { + "id": "025b45f4-e243-4421-910e-ed9c8cc9b460", + "image_path": "images/471.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.farmland\nC.beach\nD.staduim", + "answer": "A" + }, + { + "id": "49f7b81d-367e-4d29-8bc7-368ba09ecb3e", + "image_path": "images/472.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.farmland\nC.dense_residential\nD.bridge", + "answer": "C" + }, + { + "id": "566ecdb8-629d-4caf-8d99-9dc30d95f966", + "image_path": "images/473.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.dense_residential\nC.beach\nD.bridge", + "answer": "B" + }, + { + "id": "5ce0f2dc-f6d2-4af2-9d5c-3d118d4b6740", + "image_path": "images/474.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.dense_residential\nC.river\nD.medium_residential", + "answer": "B" + }, + { + "id": "7663e8c5-d510-4a54-84f1-7cac4d438d0c", + "image_path": "images/475.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.dense_residential\nC.medium_residential\nD.sparse_residential", + "answer": "B" + }, + { + "id": "eac86b58-a40b-46fa-947c-a117c57265bb", + "image_path": "images/476.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.baseball_filed\nC.pond\nD.dense_residential", + "answer": "D" + }, + { + "id": "4ad90a96-c54e-4c86-a65f-44e1cdccb47b", + "image_path": "images/477.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.pond\nC.dense_residential\nD.beach", + "answer": "C" + }, + { + "id": "acf3a4dc-c12a-40ba-89af-5d518faa7e14", + "image_path": "images/478.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.staduim\nC.dense_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "ac06f4ee-e01a-4370-abea-091f00e87fe7", + "image_path": "images/479.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.dense_residential\nC.farmland\nD.commercial", + "answer": "B" + }, + { + "id": "9b2223ed-bede-4ca9-b3b3-47b54fea9b8c", + "image_path": "images/480.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.roundabout\nC.staduim\nD.dense_residential", + "answer": "D" + }, + { + "id": "8e799f6a-09fa-4fc8-bbfe-01ff67f524b6", + "image_path": "images/481.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.storage_tanks\nC.forest\nD.dense_residential", + "answer": "D" + }, + { + "id": "eac25163-a3b2-42a6-8d5f-ed0774b894fe", + "image_path": "images/482.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.dense_residential\nC.medium_residential\nD.church", + "answer": "B" + }, + { + "id": "fccb43a7-98da-4343-8216-b7211625e76c", + "image_path": "images/483.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.pond\nC.storage_tanks\nD.dense_residential", + "answer": "D" + }, + { + "id": "cdeb3420-f139-4cbb-94f6-0e86f6c67007", + "image_path": "images/484.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.industrial\nC.dense_residential\nD.school", + "answer": "C" + }, + { + "id": "1ed7d340-a437-456a-a248-773bb8e9bb4f", + "image_path": "images/485.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.dense_residential\nC.roundabout\nD.staduim", + "answer": "B" + }, + { + "id": "aa8282e9-830d-4cdb-b814-f39771647378", + "image_path": "images/486.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.school\nC.staduim\nD.dense_residential", + "answer": "D" + }, + { + "id": "cfa57287-e759-4f94-94a2-00c5a3734e83", + "image_path": "images/487.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.dense_residential\nC.airport\nD.staduim", + "answer": "B" + }, + { + "id": "26bf5523-bf80-403b-8e14-250510cbb986", + "image_path": "images/488.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.dense_residential\nC.church\nD.river", + "answer": "B" + }, + { + "id": "b7e5ebc4-619a-42ed-a9f3-47cbeec5a8f1", + "image_path": "images/489.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.pond\nC.desert\nD.dense_residential", + "answer": "D" + }, + { + "id": "70322cb9-c191-4232-ab8b-dd617c706d68", + "image_path": "images/490.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.medium_residential\nC.industrial\nD.dense_residential", + "answer": "D" + }, + { + "id": "58a85aab-f262-4499-83cf-9c94a7450242", + "image_path": "images/491.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.airport\nC.sparse_residential\nD.staduim", + "answer": "A" + }, + { + "id": "64f31079-7952-4cf0-a786-1d94e8f19590", + "image_path": "images/492.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.dense_residential\nC.desert\nD.industrial", + "answer": "B" + }, + { + "id": "b53ed0db-5579-4f65-b296-cef546d17cc0", + "image_path": "images/493.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.desert\nC.storage_tanks\nD.church", + "answer": "A" + }, + { + "id": "b21bbecb-faf1-4303-9230-53b1c4c0d097", + "image_path": "images/494.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.school\nC.roundabout\nD.dense_residential", + "answer": "D" + }, + { + "id": "46b05866-2697-4fe2-8dee-048b0d072669", + "image_path": "images/495.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.farmland\nC.river\nD.school", + "answer": "A" + }, + { + "id": "8db264f8-74bb-41b0-a269-f2bc17c7cf92", + "image_path": "images/496.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.parking\nC.dense_residential\nD.school", + "answer": "C" + }, + { + "id": "1fbba433-0967-45ce-83bb-233f16d52d52", + "image_path": "images/497.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.church\nC.bridge\nD.dense_residential", + "answer": "D" + }, + { + "id": "158754e3-53c9-4cff-9133-785c77dfe4b4", + "image_path": "images/498.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.river\nC.farmland\nD.roundabout", + "answer": "A" + }, + { + "id": "062f831c-3f38-4ba5-adca-23057bb00669", + "image_path": "images/499.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.staduim\nC.desert\nD.dense_residential", + "answer": "D" + }, + { + "id": "c37bef43-0120-4bb8-ba21-7b3f8f95112e", + "image_path": "images/500.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.dense_residential\nC.bridge\nD.baseball_filed", + "answer": "B" + }, + { + "id": "b7c9a348-3dc5-4718-ad19-3bbb58446e15", + "image_path": "images/501.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.church\nC.dense_residential\nD.farmland", + "answer": "C" + }, + { + "id": "5bb0d124-0fe4-46d8-8003-d1444c22f124", + "image_path": "images/502.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.farmland\nC.dense_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "a3bfbb5c-e6e1-4432-8cd5-18ede1f3d534", + "image_path": "images/503.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.farmland\nC.bridge\nD.dense_residential", + "answer": "D" + }, + { + "id": "c6d040ff-70f1-456c-8c5d-a91fb12c6e1f", + "image_path": "images/504.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.pond\nC.parking\nD.dense_residential", + "answer": "D" + }, + { + "id": "384853cd-c1d0-469c-98b7-fbe498de3b9a", + "image_path": "images/505.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.medium_residential\nC.farmland\nD.dense_residential", + "answer": "D" + }, + { + "id": "728f9f6f-e944-46f3-b2d0-58a13526e072", + "image_path": "images/506.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.desert\nC.dense_residential\nD.baseball_filed", + "answer": "C" + }, + { + "id": "a54b7cf8-9705-45d1-8fa7-6b32f18cf011", + "image_path": "images/507.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.dense_residential\nC.baseball_filed\nD.commercial", + "answer": "B" + }, + { + "id": "94902513-49cd-4964-ac76-401ff9bcb9ac", + "image_path": "images/508.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.desert\nC.beach\nD.dense_residential", + "answer": "D" + }, + { + "id": "91cc93ee-0c45-49a1-b27a-11c59b357fc3", + "image_path": "images/509.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.school\nC.commercial\nD.roundabout", + "answer": "A" + }, + { + "id": "066ef1e0-39fb-4cc7-96a5-0ba3d7cd9c4b", + "image_path": "images/510.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.staduim\nC.roundabout\nD.dense_residential", + "answer": "D" + }, + { + "id": "18f3f8aa-2dca-448c-919e-f840d9cea4ec", + "image_path": "images/511.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.school\nC.industrial\nD.farmland", + "answer": "A" + }, + { + "id": "52a4bb9d-3bfe-458a-94c4-0814e1b166b4", + "image_path": "images/512.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.river\nC.airport\nD.baseball_filed", + "answer": "A" + }, + { + "id": "5a42d9e4-7e6e-43dd-a9e1-ff7639bfda29", + "image_path": "images/513.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.staduim\nC.river\nD.airport", + "answer": "A" + }, + { + "id": "5c6192c4-3874-4771-83c3-fbda2725c1cc", + "image_path": "images/514.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.pond\nC.dense_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "011695db-e441-4686-aa99-938faf0ca5aa", + "image_path": "images/515.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.desert\nC.parking\nD.river", + "answer": "A" + }, + { + "id": "f9d0a2ce-4a7a-4215-8fb9-c2b5ee22b047", + "image_path": "images/516.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.dense_residential\nC.baseball_filed\nD.staduim", + "answer": "B" + }, + { + "id": "77e28d37-295a-47e4-8ca0-4687a7f9c9f8", + "image_path": "images/517.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.dense_residential\nC.river\nD.staduim", + "answer": "B" + }, + { + "id": "7afea4f0-89ad-48d5-b4b4-d9ba737530a5", + "image_path": "images/518.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.dense_residential\nC.pond\nD.desert", + "answer": "B" + }, + { + "id": "e09e430e-6d73-4aff-baa1-b58b59239c08", + "image_path": "images/519.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.dense_residential\nC.desert\nD.river", + "answer": "B" + }, + { + "id": "34ca8dd7-13bb-4cc6-ae6d-55d2c64ac8d3", + "image_path": "images/520.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.farmland\nC.industrial\nD.dense_residential", + "answer": "D" + }, + { + "id": "f8429f07-2395-444a-a11a-2caf6045f747", + "image_path": "images/521.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.dense_residential\nC.school\nD.sparse_residential", + "answer": "B" + }, + { + "id": "8cea857b-fe04-47d1-bc08-5dfbd7712149", + "image_path": "images/522.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.dense_residential\nC.bridge\nD.desert", + "answer": "B" + }, + { + "id": "f68c741b-e008-460c-9050-e48d6eb2bf34", + "image_path": "images/523.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.river\nC.airport\nD.staduim", + "answer": "A" + }, + { + "id": "7fcba90d-7d92-4f38-a5b6-c2c727641f20", + "image_path": "images/524.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.sparse_residential\nC.medium_residential\nD.airport", + "answer": "A" + }, + { + "id": "a04059d9-cd5a-4fe8-83cd-49727f25fde7", + "image_path": "images/525.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.dense_residential\nC.pond\nD.forest", + "answer": "B" + }, + { + "id": "2a361ff0-c83a-401f-aa24-ac16d6d5cfb1", + "image_path": "images/526.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.staduim\nC.dense_residential\nD.medium_residential", + "answer": "C" + }, + { + "id": "e64e6abd-b592-48f1-91f0-710320064db2", + "image_path": "images/527.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.farmland\nC.desert\nD.bridge", + "answer": "A" + }, + { + "id": "961eced9-f36d-4f9f-a125-996cd4607878", + "image_path": "images/528.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.roundabout\nC.school\nD.medium_residential", + "answer": "A" + }, + { + "id": "9e33def5-3fe2-4dfa-8877-fee20491ff0a", + "image_path": "images/529.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.parking\nC.staduim\nD.sparse_residential", + "answer": "A" + }, + { + "id": "98395d68-cb20-4d76-a552-f3ed638ea148", + "image_path": "images/530.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.church\nC.medium_residential\nD.desert", + "answer": "A" + }, + { + "id": "2b7050c9-6f8e-4e66-8cfc-b20b551e2884", + "image_path": "images/531.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.bridge\nC.dense_residential\nD.pond", + "answer": "C" + }, + { + "id": "b340edc4-d9ef-4cb6-a393-f55305e5fe5b", + "image_path": "images/532.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.school\nC.dense_residential\nD.industrial", + "answer": "C" + }, + { + "id": "be3eca85-d7c5-4d10-9356-bec0351f0f84", + "image_path": "images/533.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.baseball_filed\nC.sparse_residential\nD.commercial", + "answer": "A" + }, + { + "id": "254186fa-ce43-4a0f-a1b5-de76e743d7af", + "image_path": "images/534.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.dense_residential\nC.beach\nD.pond", + "answer": "B" + }, + { + "id": "d877c1d2-e9ed-424e-bb41-25638225fc0b", + "image_path": "images/535.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.roundabout\nC.commercial\nD.dense_residential", + "answer": "D" + }, + { + "id": "42cdc856-dcbc-445f-9799-1b6291d9c97d", + "image_path": "images/536.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.commercial\nC.dense_residential\nD.airport", + "answer": "C" + }, + { + "id": "f3dacbd3-d5de-4d45-b820-be673626cd02", + "image_path": "images/537.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.dense_residential\nC.roundabout\nD.farmland", + "answer": "B" + }, + { + "id": "cf345afa-7826-4c5f-b2a8-c8e9b8753f1b", + "image_path": "images/538.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.parking\nC.bridge\nD.airport", + "answer": "A" + }, + { + "id": "d1fa6e61-4438-4371-b989-8ccadeb92404", + "image_path": "images/539.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.storage_tanks\nC.dense_residential\nD.sparse_residential", + "answer": "C" + }, + { + "id": "e46aa605-b48b-4ac7-8cee-856e0cc637b9", + "image_path": "images/540.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.dense_residential\nC.school\nD.staduim", + "answer": "B" + }, + { + "id": "12675c3e-17b9-4bc7-bf60-9bb2a8f177d7", + "image_path": "images/541.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.sparse_residential\nC.beach\nD.dense_residential", + "answer": "D" + }, + { + "id": "29e03180-7754-48a6-b58b-48eabdb034f8", + "image_path": "images/542.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.industrial\nC.river\nD.baseball_filed", + "answer": "A" + }, + { + "id": "1e974021-52d6-49a6-9ec3-bbc96e49285c", + "image_path": "images/543.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.dense_residential\nC.storage_tanks\nD.bridge", + "answer": "B" + }, + { + "id": "b6458362-643e-4c0e-bdfb-c33db3f24818", + "image_path": "images/544.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.industrial\nC.forest\nD.desert", + "answer": "A" + }, + { + "id": "dd9a6844-834d-4021-9c62-faeca88730ad", + "image_path": "images/545.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.river\nC.sparse_residential\nD.parking", + "answer": "A" + }, + { + "id": "bc38cd32-6579-4bac-a797-a971862bdac2", + "image_path": "images/546.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.dense_residential\nC.medium_residential\nD.storage_tanks", + "answer": "B" + }, + { + "id": "6958c6cc-8c79-4968-9089-26311eee073b", + "image_path": "images/547.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.staduim\nC.bridge\nD.dense_residential", + "answer": "D" + }, + { + "id": "76924b08-f1ae-4800-90c7-46d79b64a96e", + "image_path": "images/548.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.storage_tanks\nC.parking\nD.desert", + "answer": "A" + }, + { + "id": "73a189c4-3e6c-4d56-905e-31bd76a0ad85", + "image_path": "images/549.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.storage_tanks\nC.pond\nD.dense_residential", + "answer": "D" + }, + { + "id": "0c7ed857-cc7d-4643-90f4-7cb30759c1a5", + "image_path": "images/550.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.roundabout\nC.medium_residential\nD.pond", + "answer": "A" + }, + { + "id": "9ceddd59-a387-4e7a-8be3-c6435ec52879", + "image_path": "images/551.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.industrial\nC.sparse_residential\nD.river", + "answer": "A" + }, + { + "id": "0aa8c864-4acb-4588-8c3b-75304b4bf91a", + "image_path": "images/552.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.industrial\nC.pond\nD.dense_residential", + "answer": "D" + }, + { + "id": "3028ce09-f7c8-4f87-9d3c-617b040aafd2", + "image_path": "images/553.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.dense_residential\nC.beach\nD.pond", + "answer": "B" + }, + { + "id": "adf4fd8a-d953-4bc2-a192-c28e2d6db286", + "image_path": "images/554.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.sparse_residential\nC.church\nD.dense_residential", + "answer": "D" + }, + { + "id": "6962b601-bc24-4fc5-91cc-14d2f00ae331", + "image_path": "images/555.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.church\nC.dense_residential\nD.industrial", + "answer": "C" + }, + { + "id": "97319116-41d1-4316-8d30-e810b239438d", + "image_path": "images/556.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.pond\nC.dense_residential\nD.storage_tanks", + "answer": "C" + }, + { + "id": "9c1758b5-3e54-4454-85da-3d4e098624d1", + "image_path": "images/557.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.commercial\nC.medium_residential\nD.airport", + "answer": "A" + }, + { + "id": "09c4795f-fcbe-48ee-9cb9-7624e60e57cc", + "image_path": "images/558.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.farmland\nC.roundabout\nD.desert", + "answer": "D" + }, + { + "id": "4fbbc93d-3d40-4074-8b98-cf8972b40189", + "image_path": "images/559.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.baseball_filed\nC.river\nD.roundabout", + "answer": "A" + }, + { + "id": "37296c96-ae61-4a7a-9bf3-a2708de692ef", + "image_path": "images/560.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.parking\nC.beach\nD.pond", + "answer": "A" + }, + { + "id": "7b28a7cc-55bb-493b-9d4f-71baeda16207", + "image_path": "images/561.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.desert\nC.medium_residential\nD.commercial", + "answer": "B" + }, + { + "id": "b2e4cfed-ea91-4229-af9d-c097ca3de7ba", + "image_path": "images/562.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.airport\nC.sparse_residential\nD.desert", + "answer": "D" + }, + { + "id": "b303c8ff-9f59-4bca-940d-0a3264927766", + "image_path": "images/563.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.bridge\nC.pond\nD.desert", + "answer": "D" + }, + { + "id": "04340e62-bcc6-4f02-b170-1142fe84693a", + "image_path": "images/564.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.desert\nC.industrial\nD.forest", + "answer": "B" + }, + { + "id": "4216b3b8-1117-4430-9b19-43ea7e8f96cd", + "image_path": "images/565.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.pond\nC.bridge\nD.desert", + "answer": "D" + }, + { + "id": "32f23ac0-3ac4-4176-a7d0-e1a3ea82b3b7", + "image_path": "images/566.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.airport\nC.industrial\nD.desert", + "answer": "D" + }, + { + "id": "c3bf84ad-5eb0-478f-bc2b-90426f72e2d6", + "image_path": "images/567.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.desert\nC.staduim\nD.school", + "answer": "B" + }, + { + "id": "1e7f7684-ea29-406f-bfe1-08d9cbd46bba", + "image_path": "images/568.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.desert\nC.commercial\nD.medium_residential", + "answer": "B" + }, + { + "id": "7eff7121-bf88-4d7e-a738-6e133ec98518", + "image_path": "images/569.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.dense_residential\nC.desert\nD.parking", + "answer": "C" + }, + { + "id": "a3602b6f-b6b8-442f-87db-7bd6e0cba134", + "image_path": "images/570.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.industrial\nC.staduim\nD.beach", + "answer": "A" + }, + { + "id": "754940e3-e94b-4b70-bf7a-11c0e8c697c8", + "image_path": "images/571.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.medium_residential\nC.sparse_residential\nD.desert", + "answer": "D" + }, + { + "id": "71e3d837-0397-41a6-bbed-1a9debded14f", + "image_path": "images/572.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.commercial\nC.dense_residential\nD.roundabout", + "answer": "A" + }, + { + "id": "d34bbcf1-80eb-41fe-9334-b28cac254c59", + "image_path": "images/573.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.school\nC.commercial\nD.desert", + "answer": "D" + }, + { + "id": "f9f7fce2-c120-4b25-b636-d95760b718c3", + "image_path": "images/574.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.baseball_filed\nC.pond\nD.desert", + "answer": "D" + }, + { + "id": "44036857-5e16-4af9-b190-f958b831d370", + "image_path": "images/575.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.commercial\nC.school\nD.desert", + "answer": "D" + }, + { + "id": "cb6a8de4-742b-4e2e-91e0-ada6ba96141a", + "image_path": "images/576.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.parking\nC.forest\nD.desert", + "answer": "D" + }, + { + "id": "e1a29b3f-752a-40f0-b3b0-30febf2a34af", + "image_path": "images/577.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.church\nC.commercial\nD.beach", + "answer": "A" + }, + { + "id": "af467916-2caf-4327-bda2-194ec2360bf6", + "image_path": "images/578.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.forest\nC.airport\nD.baseball_filed", + "answer": "A" + }, + { + "id": "31ddb9a1-dcd6-40d7-9d88-e88037fba6f9", + "image_path": "images/579.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.desert\nC.industrial\nD.school", + "answer": "B" + }, + { + "id": "02a03859-5757-4a31-ae40-2dbb4e4c7695", + "image_path": "images/580.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.industrial\nC.river\nD.desert", + "answer": "D" + }, + { + "id": "b4aa4e1a-790a-4cde-a543-32ffeafc01f1", + "image_path": "images/581.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.airport\nC.desert\nD.bridge", + "answer": "C" + }, + { + "id": "a047fac7-1b74-4e5d-8a2f-e700d7a7c526", + "image_path": "images/582.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.parking\nC.industrial\nD.desert", + "answer": "D" + }, + { + "id": "a80751fd-7c4f-4f79-b6bb-05737d8ae2c2", + "image_path": "images/583.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.airport\nC.commercial\nD.desert", + "answer": "D" + }, + { + "id": "bdeceaaa-2296-455e-94e6-8baec10f3d81", + "image_path": "images/584.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.sparse_residential\nC.bridge\nD.church", + "answer": "A" + }, + { + "id": "e4e391f3-c895-40d8-9374-8c4f91f24249", + "image_path": "images/585.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.forest\nC.desert\nD.dense_residential", + "answer": "C" + }, + { + "id": "56d76712-a872-416f-a605-3a40c3e2f655", + "image_path": "images/586.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.medium_residential\nC.desert\nD.farmland", + "answer": "C" + }, + { + "id": "0207091f-2e64-4b89-b48a-b8550c7627f0", + "image_path": "images/587.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.desert\nC.pond\nD.parking", + "answer": "B" + }, + { + "id": "9d1abc2c-a7c9-4b36-aa15-f87b8cd8a575", + "image_path": "images/588.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.desert\nC.forest\nD.pond", + "answer": "B" + }, + { + "id": "f3d138b7-86de-44f7-8059-7b29d0640cf5", + "image_path": "images/589.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.baseball_filed\nC.sparse_residential\nD.industrial", + "answer": "A" + }, + { + "id": "e5003b08-2af1-4d42-a90a-d7b9a167a681", + "image_path": "images/590.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.roundabout\nC.farmland\nD.desert", + "answer": "D" + }, + { + "id": "96d257ba-50a3-487d-9468-97b09c2e3302", + "image_path": "images/591.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.pond\nC.staduim\nD.desert", + "answer": "D" + }, + { + "id": "57e666c0-3df3-4032-8c44-4f04e2a01cd5", + "image_path": "images/592.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.farmland\nC.desert\nD.river", + "answer": "C" + }, + { + "id": "579dc8a7-5582-4a8f-b513-601bc63fb2aa", + "image_path": "images/593.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.parking\nC.industrial\nD.desert", + "answer": "D" + }, + { + "id": "3cd29acc-d5d5-4bc3-8df1-405f3846659f", + "image_path": "images/594.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.dense_residential\nC.school\nD.roundabout", + "answer": "A" + }, + { + "id": "b833c255-020c-4cec-9233-59197007210b", + "image_path": "images/595.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.bridge\nC.river\nD.desert", + "answer": "D" + }, + { + "id": "4b5130d1-7e59-420f-aa11-0d0cf6a785da", + "image_path": "images/596.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.desert\nC.roundabout\nD.airport", + "answer": "B" + }, + { + "id": "a75d32ed-90e8-4ac4-aabc-ab32b2234b1d", + "image_path": "images/597.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.desert\nC.forest\nD.industrial", + "answer": "B" + }, + { + "id": "be52bbf2-0e17-44aa-9245-59e27962a531", + "image_path": "images/598.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.sparse_residential\nC.medium_residential\nD.forest", + "answer": "A" + }, + { + "id": "19ed8b48-e9bb-49e5-865b-e7be29895b7d", + "image_path": "images/599.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.farmland\nC.storage_tanks\nD.desert", + "answer": "D" + }, + { + "id": "180fa5e0-991a-4ba1-a4bd-7169e757ba09", + "image_path": "images/600.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.baseball_filed\nC.desert\nD.parking", + "answer": "C" + }, + { + "id": "2087b202-9071-4b46-8c1d-0778035b8b62", + "image_path": "images/601.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.roundabout\nC.industrial\nD.staduim", + "answer": "A" + }, + { + "id": "48de21ba-6fa8-417e-9549-1ef2bbbaf4fb", + "image_path": "images/602.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.airport\nC.storage_tanks\nD.desert", + "answer": "D" + }, + { + "id": "187a1952-fb0f-4796-a5a9-511604f1c8ba", + "image_path": "images/603.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.river\nC.farmland\nD.desert", + "answer": "D" + }, + { + "id": "86391685-0ad0-42b9-bc51-9dfd0623f9ba", + "image_path": "images/604.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.school\nC.commercial\nD.church", + "answer": "A" + }, + { + "id": "c7946f51-db72-4c2c-ae82-6d9e07e37bad", + "image_path": "images/605.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.desert\nC.beach\nD.sparse_residential", + "answer": "B" + }, + { + "id": "418e3689-7b5b-44bf-8e0a-0a37040ef560", + "image_path": "images/606.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.baseball_filed\nC.beach\nD.desert", + "answer": "D" + }, + { + "id": "04dcc82c-0c67-4a4e-a984-9a78e02f0d01", + "image_path": "images/607.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.roundabout\nC.commercial\nD.desert", + "answer": "D" + }, + { + "id": "1063706e-d5ee-4bcb-b9f0-b23a2ab8bc9a", + "image_path": "images/608.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.airport\nC.commercial\nD.desert", + "answer": "D" + }, + { + "id": "6b7e432d-67c0-40a1-b3e0-8cc536b80997", + "image_path": "images/609.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.storage_tanks\nC.industrial\nD.dense_residential", + "answer": "A" + }, + { + "id": "c777e63a-79ee-4327-8bfe-c3491a1742da", + "image_path": "images/610.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.pond\nC.desert\nD.parking", + "answer": "C" + }, + { + "id": "031e8795-7cb8-4029-8174-d9d0ce4f5364", + "image_path": "images/611.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.river\nC.roundabout\nD.airport", + "answer": "A" + }, + { + "id": "35fe2040-0192-4dd3-9eed-8522114616d8", + "image_path": "images/612.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.desert\nC.forest\nD.beach", + "answer": "B" + }, + { + "id": "80d2eefb-38b1-40a3-acbb-af73bfe7d1c0", + "image_path": "images/613.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.school\nC.desert\nD.industrial", + "answer": "C" + }, + { + "id": "8b636e02-c683-4a2f-ac3b-a481f09d240e", + "image_path": "images/614.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.desert\nC.sparse_residential\nD.baseball_filed", + "answer": "B" + }, + { + "id": "fba926ca-6874-439f-a158-bdf9fd0a5811", + "image_path": "images/615.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.church\nC.medium_residential\nD.desert", + "answer": "D" + }, + { + "id": "ce6b7f17-c58f-4f49-b4af-bcda937b07d2", + "image_path": "images/616.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.pond\nC.forest\nD.airport", + "answer": "A" + }, + { + "id": "7ec087a3-12d1-4ef1-a620-9f6581d06fda", + "image_path": "images/617.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.beach\nC.roundabout\nD.pond", + "answer": "A" + }, + { + "id": "5a7f5766-ffc7-47bf-902f-ad79795028c7", + "image_path": "images/618.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.desert\nC.river\nD.farmland", + "answer": "B" + }, + { + "id": "84a86317-383d-4ca4-9edb-e03743dba5d9", + "image_path": "images/619.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.farmland\nC.desert\nD.storage_tanks", + "answer": "C" + }, + { + "id": "00f02ae8-dbe0-4652-941f-d156a25082ca", + "image_path": "images/620.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.desert\nC.dense_residential\nD.commercial", + "answer": "B" + }, + { + "id": "1a81921a-4294-4f48-9d3b-31d12212b99b", + "image_path": "images/621.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.parking\nC.desert\nD.roundabout", + "answer": "C" + }, + { + "id": "dff9aad4-e213-4000-9b25-f598dafd8273", + "image_path": "images/622.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.beach\nC.storage_tanks\nD.desert", + "answer": "D" + }, + { + "id": "e0b42a5d-c84f-4dcb-a88d-539bb814bf83", + "image_path": "images/623.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.staduim\nC.desert\nD.commercial", + "answer": "C" + }, + { + "id": "e42433b9-af51-4285-877a-73892773b5d0", + "image_path": "images/624.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.storage_tanks\nC.parking\nD.desert", + "answer": "D" + }, + { + "id": "5b5b54f4-36b4-40ae-809f-9a1d7655364b", + "image_path": "images/625.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.pond\nC.desert\nD.medium_residential", + "answer": "C" + }, + { + "id": "416e2056-ff51-4a54-9fbf-722879238ec2", + "image_path": "images/626.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.desert\nC.industrial\nD.pond", + "answer": "B" + }, + { + "id": "c36eb809-5562-433f-a0ce-32de365b99f7", + "image_path": "images/627.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.staduim\nC.farmland\nD.bridge", + "answer": "A" + }, + { + "id": "fe00f9c3-09a3-4a83-8ad5-0100d40c5ba6", + "image_path": "images/628.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.desert\nC.storage_tanks\nD.industrial", + "answer": "B" + }, + { + "id": "66e711fe-d770-4765-910e-891fce6e8d92", + "image_path": "images/629.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.desert\nC.beach\nD.roundabout", + "answer": "B" + }, + { + "id": "1f0faaa9-6b54-4cd6-a3ff-b42bee3c0f21", + "image_path": "images/630.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.parking\nC.pond\nD.desert", + "answer": "D" + }, + { + "id": "911b85c6-49a5-460b-b9c2-118b2043ef34", + "image_path": "images/631.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.storage_tanks\nC.bridge\nD.desert", + "answer": "D" + }, + { + "id": "d57bb3ca-85c6-449d-abb2-632c4e63e0d0", + "image_path": "images/632.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.desert\nC.bridge\nD.sparse_residential", + "answer": "B" + }, + { + "id": "96453869-b1ad-4735-991c-9e157ac7001f", + "image_path": "images/633.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.desert\nC.church\nD.forest", + "answer": "B" + }, + { + "id": "73e30e58-9c1c-43c3-a1d6-d2054c10fd26", + "image_path": "images/634.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.bridge\nC.storage_tanks\nD.desert", + "answer": "D" + }, + { + "id": "f8d489f2-1bea-4beb-b16f-ec2dee1b18fe", + "image_path": "images/635.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.pond\nC.forest\nD.desert", + "answer": "D" + }, + { + "id": "6dfd0d88-184b-4662-8366-c48f4ec17309", + "image_path": "images/636.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.storage_tanks\nC.desert\nD.river", + "answer": "C" + }, + { + "id": "48273574-fab8-4c52-9a56-3ed7fc140aa7", + "image_path": "images/637.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.staduim\nC.desert\nD.commercial", + "answer": "C" + }, + { + "id": "867fa0df-5484-44dc-885e-3a5ec43879ca", + "image_path": "images/638.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.sparse_residential\nC.desert\nD.staduim", + "answer": "C" + }, + { + "id": "6df66cbe-8670-4183-af2c-88278d063258", + "image_path": "images/639.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.desert\nC.pond\nD.roundabout", + "answer": "B" + }, + { + "id": "43b29e97-46fd-4ee2-bd29-cfaa71d09134", + "image_path": "images/640.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.sparse_residential\nC.storage_tanks\nD.airport", + "answer": "A" + }, + { + "id": "3093da34-22a8-427f-9aac-6a0d8ede865c", + "image_path": "images/641.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.pond\nC.desert\nD.storage_tanks", + "answer": "C" + }, + { + "id": "5dfacb5f-23b6-4315-86d2-c225b632ba17", + "image_path": "images/642.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.school\nC.storage_tanks\nD.roundabout", + "answer": "A" + }, + { + "id": "5ccfce8c-f476-44d8-94a9-d48929adb641", + "image_path": "images/643.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.forest\nC.parking\nD.desert", + "answer": "D" + }, + { + "id": "1085c780-d5ee-4a01-82bc-703a15170b5a", + "image_path": "images/644.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.storage_tanks\nC.parking\nD.medium_residential", + "answer": "A" + }, + { + "id": "d2ab4c49-563a-4519-88c6-9a0e527a1aa1", + "image_path": "images/645.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.roundabout\nC.industrial\nD.bridge", + "answer": "A" + }, + { + "id": "0725a1f8-3f82-496f-919d-eeb99e224b1f", + "image_path": "images/646.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.desert\nC.school\nD.storage_tanks", + "answer": "B" + }, + { + "id": "5d29167b-649b-4934-9f17-4511247ab388", + "image_path": "images/647.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.desert\nC.medium_residential\nD.beach", + "answer": "B" + }, + { + "id": "3ed46ed5-921e-44f7-b656-de3dedc0408d", + "image_path": "images/648.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.church\nC.desert\nD.staduim", + "answer": "C" + }, + { + "id": "e27d0909-c371-49ab-b2e9-2b22158d681d", + "image_path": "images/649.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.bridge\nC.beach\nD.desert", + "answer": "D" + }, + { + "id": "792aed3b-5ace-4e71-bf67-52c596e1071d", + "image_path": "images/650.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.desert\nC.bridge\nD.storage_tanks", + "answer": "B" + }, + { + "id": "66d246f4-70b2-4dc4-80d4-8685347942e0", + "image_path": "images/651.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.river\nC.medium_residential\nD.church", + "answer": "A" + }, + { + "id": "819db7aa-5b93-48cb-acfb-a98d01cf1724", + "image_path": "images/652.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.river\nC.staduim\nD.farmland", + "answer": "A" + }, + { + "id": "306b3990-7ead-4b78-ad87-ce46995d0d66", + "image_path": "images/653.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.staduim\nC.dense_residential\nD.parking", + "answer": "A" + }, + { + "id": "b36aeed2-1483-41c8-a826-db44e09116d6", + "image_path": "images/654.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.sparse_residential\nC.staduim\nD.river", + "answer": "A" + }, + { + "id": "8c9eac97-6613-4289-b529-43c763cb8e05", + "image_path": "images/655.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.pond\nC.forest\nD.desert", + "answer": "D" + }, + { + "id": "49059b1b-1863-4d36-82ef-d2af928734dc", + "image_path": "images/656.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.river\nC.airport\nD.bridge", + "answer": "A" + }, + { + "id": "5ce89671-691a-4a26-82fa-d712d3f4972b", + "image_path": "images/657.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.farmland\nC.desert\nD.forest", + "answer": "C" + }, + { + "id": "b88fab18-0397-4b64-8e12-1fa0f4c3ecd8", + "image_path": "images/658.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.bridge\nC.staduim\nD.desert", + "answer": "D" + }, + { + "id": "8de4f08f-d2c9-4dff-83c3-c1fbec6780f5", + "image_path": "images/659.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.commercial\nC.forest\nD.industrial", + "answer": "A" + }, + { + "id": "552f65e7-a24a-49d8-a326-e51ff7a2cb61", + "image_path": "images/660.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.desert\nC.medium_residential\nD.beach", + "answer": "B" + }, + { + "id": "e14eec67-3385-40c1-b098-4adae0f91e30", + "image_path": "images/661.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.desert\nC.storage_tanks\nD.river", + "answer": "B" + }, + { + "id": "be0d6cfb-0214-4fd3-b4e3-e5016c29e8fc", + "image_path": "images/662.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.staduim\nC.farmland\nD.desert", + "answer": "D" + }, + { + "id": "5b027b3b-e10b-43b3-82ad-fa3f24a7826a", + "image_path": "images/663.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.church\nC.staduim\nD.airport", + "answer": "A" + }, + { + "id": "9a4154d3-e7bd-435b-8a61-aefe7afc6aca", + "image_path": "images/664.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.forest\nC.desert\nD.beach", + "answer": "C" + }, + { + "id": "f598039e-1924-4dbd-8a90-16baaf779199", + "image_path": "images/665.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.storage_tanks\nC.roundabout\nD.desert", + "answer": "D" + }, + { + "id": "42755ad9-140f-4258-8ef1-ba05a831d636", + "image_path": "images/666.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.forest\nC.desert\nD.dense_residential", + "answer": "C" + }, + { + "id": "bba26858-099b-4fed-afca-2d5223dccdc3", + "image_path": "images/667.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.school\nC.desert\nD.river", + "answer": "C" + }, + { + "id": "95a67cdb-8fb7-4a97-b7ed-3b867e617d6e", + "image_path": "images/668.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.pond\nC.bridge\nD.sparse_residential", + "answer": "A" + }, + { + "id": "adaae874-c1bb-42ca-94d1-9802fcb154e6", + "image_path": "images/669.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.industrial\nC.forest\nD.commercial", + "answer": "A" + }, + { + "id": "6f48ece2-ad56-4e43-a6eb-936615a6814d", + "image_path": "images/670.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.school\nC.commercial\nD.bridge", + "answer": "A" + }, + { + "id": "4db0a72c-d655-4b5a-9f42-245c56fee5e9", + "image_path": "images/671.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.airport\nC.industrial\nD.desert", + "answer": "D" + }, + { + "id": "54774e45-8252-4abc-9d0e-e1ad32aa156b", + "image_path": "images/672.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.sparse_residential\nC.staduim\nD.desert", + "answer": "D" + }, + { + "id": "e1d3f4f0-e428-4b53-9c03-55341f1465ea", + "image_path": "images/673.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.desert\nC.industrial\nD.forest", + "answer": "B" + }, + { + "id": "ad2f3d96-a413-4e0e-b701-2b21cdaeb79a", + "image_path": "images/674.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.desert\nC.airport\nD.dense_residential", + "answer": "B" + }, + { + "id": "630fe525-ed18-4c71-af7e-d43174ef6577", + "image_path": "images/675.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.desert\nC.staduim\nD.commercial", + "answer": "B" + }, + { + "id": "7912e921-e9d1-4555-8954-428f8e054d53", + "image_path": "images/676.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.desert\nC.river\nD.sparse_residential", + "answer": "B" + }, + { + "id": "4159159c-11e4-4faa-9bd2-ab848876d549", + "image_path": "images/677.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.farmland\nC.river\nD.desert", + "answer": "D" + }, + { + "id": "b68cbee8-d3a7-43f6-9a9e-e81b4f20760f", + "image_path": "images/678.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.bridge\nC.baseball_filed\nD.desert", + "answer": "D" + }, + { + "id": "3a327baf-6976-4b0e-88d1-48f76254a276", + "image_path": "images/679.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.commercial\nC.sparse_residential\nD.school", + "answer": "A" + }, + { + "id": "5c59445a-16fa-41dc-9d6f-e84ede9763e3", + "image_path": "images/680.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.baseball_filed\nC.desert\nD.forest", + "answer": "C" + }, + { + "id": "a3a8d02a-9e30-4e4a-b5b4-3f5885d3da04", + "image_path": "images/681.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.medium_residential\nC.parking\nD.desert", + "answer": "D" + }, + { + "id": "60af3268-fe32-4195-8970-8be030402be7", + "image_path": "images/682.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.desert\nC.medium_residential\nD.commercial", + "answer": "B" + }, + { + "id": "d5195bb5-1722-4c07-b80e-83e52ceff04e", + "image_path": "images/683.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.airport\nC.staduim\nD.pond", + "answer": "A" + }, + { + "id": "031bb22e-2236-4bbe-a4a5-a4dd65ac6e44", + "image_path": "images/684.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.industrial\nC.forest\nD.desert", + "answer": "D" + }, + { + "id": "2fa95e07-f32b-4700-9e87-31ce0d5f4964", + "image_path": "images/685.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.beach\nC.church\nD.desert", + "answer": "D" + }, + { + "id": "b0f993a3-fb1a-46f3-b1a2-0058dd0966ac", + "image_path": "images/686.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.desert\nC.baseball_filed\nD.roundabout", + "answer": "B" + }, + { + "id": "0226cea5-7595-422d-a118-d5579a9ef4b9", + "image_path": "images/687.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.river\nC.desert\nD.baseball_filed", + "answer": "C" + }, + { + "id": "cabe2ed9-f6ab-4211-b209-f5bed67a35da", + "image_path": "images/688.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.desert\nC.industrial\nD.river", + "answer": "B" + }, + { + "id": "e71431d7-e43a-44e7-b389-d4734d899289", + "image_path": "images/689.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.commercial\nC.desert\nD.sparse_residential", + "answer": "C" + }, + { + "id": "3f45ddbc-04ed-45df-ae30-9c725474e1a0", + "image_path": "images/690.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.parking\nC.storage_tanks\nD.beach", + "answer": "A" + }, + { + "id": "ea3ca0bf-84a9-4bca-b569-0c08689acdfb", + "image_path": "images/691.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.bridge\nC.desert\nD.pond", + "answer": "C" + }, + { + "id": "bf267404-ad54-4c62-8b47-986f881dcc77", + "image_path": "images/692.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.desert\nC.staduim\nD.commercial", + "answer": "B" + }, + { + "id": "d2d5ce8f-3ef3-4085-bf50-99dbdb5a2fd2", + "image_path": "images/693.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.dense_residential\nC.desert\nD.roundabout", + "answer": "C" + }, + { + "id": "cb5f1af4-da90-41db-9099-b427e3feed46", + "image_path": "images/694.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.bridge\nC.desert\nD.airport", + "answer": "C" + }, + { + "id": "116dc04d-6a35-4ab7-9f91-7574526b7de1", + "image_path": "images/695.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.parking\nC.beach\nD.desert", + "answer": "D" + }, + { + "id": "0aab2b09-8c0f-4358-baf8-4e6e0b6a4c7a", + "image_path": "images/696.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.desert\nC.storage_tanks\nD.airport", + "answer": "B" + }, + { + "id": "708333a0-3de1-4acc-a97e-b99433c085a4", + "image_path": "images/697.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.farmland\nC.industrial\nD.storage_tanks", + "answer": "A" + }, + { + "id": "d51d0c2c-615b-4b0a-956a-1818d864e303", + "image_path": "images/698.png", + "question": "Looking at the image provided, which category does it match?\nA.staduim\nB.bridge\nC.roundabout\nD.desert", + "answer": "D" + }, + { + "id": "8221b638-fea1-4079-96c5-ab4c8885583c", + "image_path": "images/699.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.river\nC.desert\nD.church", + "answer": "C" + }, + { + "id": "663d20ae-4022-4e34-9c63-69c0e8c955f3", + "image_path": "images/700.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.medium_residential\nC.desert\nD.church", + "answer": "C" + }, + { + "id": "cf7cf980-3b11-4119-b5c6-69ce00283028", + "image_path": "images/701.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.roundabout\nC.airport\nD.desert", + "answer": "D" + }, + { + "id": "476f3379-32bf-4629-b1ab-044928f3f798", + "image_path": "images/702.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.desert\nC.pond\nD.industrial", + "answer": "B" + }, + { + "id": "5d5d8785-3493-4d05-adae-793ab374fbf2", + "image_path": "images/703.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.parking\nC.pond\nD.commercial", + "answer": "A" + }, + { + "id": "fd2bd107-179c-438d-878a-e91d25b1fa41", + "image_path": "images/704.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.school\nC.desert\nD.farmland", + "answer": "C" + }, + { + "id": "ec53e660-a065-475f-acfa-e316a160e7f6", + "image_path": "images/705.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.industrial\nC.desert\nD.bridge", + "answer": "C" + }, + { + "id": "6409dd78-a409-4ebb-aa05-4ed458fbe916", + "image_path": "images/706.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.industrial\nC.desert\nD.roundabout", + "answer": "C" + }, + { + "id": "894bc529-083e-4462-8a42-3848ef951b71", + "image_path": "images/707.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.commercial\nC.desert\nD.airport", + "answer": "C" + }, + { + "id": "9c0c1277-8321-4db4-b6ca-0227c836a46b", + "image_path": "images/708.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.dense_residential\nC.bridge\nD.roundabout", + "answer": "A" + }, + { + "id": "62f6a93c-205b-4746-9b07-8f872ab9bd65", + "image_path": "images/709.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.desert\nC.airport\nD.beach", + "answer": "B" + }, + { + "id": "53d6d1c3-c53a-45b4-b5e8-01f277e28cf8", + "image_path": "images/710.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.pond\nC.storage_tanks\nD.desert", + "answer": "D" + }, + { + "id": "3d1ba828-4f84-4f70-afd2-9c66e420f9da", + "image_path": "images/711.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.desert\nC.pond\nD.beach", + "answer": "B" + }, + { + "id": "6ca852cf-7cc9-4d50-b7f7-bdbc8a9d283a", + "image_path": "images/712.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.desert\nC.dense_residential\nD.forest", + "answer": "B" + }, + { + "id": "6f3cdcc4-0dbd-4ca7-a396-c42aed8e6eff", + "image_path": "images/713.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.desert\nC.industrial\nD.school", + "answer": "B" + }, + { + "id": "2a564c0b-8f81-4807-8a18-4be90539f95a", + "image_path": "images/714.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.airport\nC.roundabout\nD.school", + "answer": "A" + }, + { + "id": "63ca6eb0-31e3-4a98-b3d1-816308df400a", + "image_path": "images/715.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.river\nC.farmland\nD.forest", + "answer": "C" + }, + { + "id": "0cc4d7a7-24f5-43e8-90cf-33df274ff1f5", + "image_path": "images/716.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.beach\nC.church\nD.river", + "answer": "A" + }, + { + "id": "09690e1a-8e55-4079-9f2a-f2f254b7f6fb", + "image_path": "images/717.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.beach\nC.roundabout\nD.school", + "answer": "A" + }, + { + "id": "f5af7cb5-8ca9-4bec-b25c-069d9bca8c80", + "image_path": "images/718.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.baseball_filed\nC.farmland\nD.airport", + "answer": "C" + }, + { + "id": "2accd552-af41-4703-a395-c1e3ce1c1731", + "image_path": "images/719.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.church\nC.river\nD.sparse_residential", + "answer": "A" + }, + { + "id": "b28c023d-18fe-4192-b1e1-102462c51399", + "image_path": "images/720.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.roundabout\nC.sparse_residential\nD.forest", + "answer": "A" + }, + { + "id": "afab45fc-2730-4776-a561-fcfede556c05", + "image_path": "images/721.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.storage_tanks\nC.commercial\nD.sparse_residential", + "answer": "A" + }, + { + "id": "5900a923-8170-4a71-a77b-00d3bc385aa7", + "image_path": "images/722.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.sparse_residential\nC.parking\nD.church", + "answer": "A" + }, + { + "id": "80f041ff-8e93-482c-9a25-eaf3b29b1932", + "image_path": "images/723.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.river\nC.farmland\nD.sparse_residential", + "answer": "C" + }, + { + "id": "a86ac397-7093-414f-ad66-cce2e3aab58e", + "image_path": "images/724.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.bridge\nC.commercial\nD.farmland", + "answer": "D" + }, + { + "id": "c6a5bf95-1c1a-43a0-8dda-b96a950cfb8a", + "image_path": "images/725.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.parking\nC.farmland\nD.dense_residential", + "answer": "C" + }, + { + "id": "6aeefada-6a36-462d-8f1e-6b43b95fca15", + "image_path": "images/726.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.forest\nC.beach\nD.dense_residential", + "answer": "A" + }, + { + "id": "ce6ed75b-b084-4793-95e4-382fdcad1cad", + "image_path": "images/727.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.pond\nC.farmland\nD.river", + "answer": "C" + }, + { + "id": "c20550f4-41f0-4e95-a5bb-31e26b7a21d0", + "image_path": "images/728.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.storage_tanks\nC.commercial\nD.forest", + "answer": "A" + }, + { + "id": "fee29596-6171-42b1-87de-fb6d2f780381", + "image_path": "images/729.png", + "question": "Looking at the image provided, which category does it match?\nA.staduim\nB.farmland\nC.desert\nD.baseball_filed", + "answer": "B" + }, + { + "id": "089a8e5e-bc8b-4713-9744-e7b5d4e0e7e1", + "image_path": "images/730.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.staduim\nC.church\nD.commercial", + "answer": "A" + }, + { + "id": "22694d91-ff15-4b6a-a777-f9548850cdb2", + "image_path": "images/731.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.farmland\nC.school\nD.dense_residential", + "answer": "B" + }, + { + "id": "b58bce72-05c1-434a-a183-8440dde2ad9e", + "image_path": "images/732.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.desert\nC.school\nD.church", + "answer": "A" + }, + { + "id": "d1f8669e-f7eb-4dc0-b6ba-63b6c3db5fba", + "image_path": "images/733.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.farmland\nC.staduim\nD.dense_residential", + "answer": "B" + }, + { + "id": "c7f7e6c8-75da-4dcf-851c-8dabac3dc04e", + "image_path": "images/734.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.sparse_residential\nC.beach\nD.farmland", + "answer": "D" + }, + { + "id": "54061e24-e797-4f06-8518-6ccf70de99fc", + "image_path": "images/735.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.farmland\nC.dense_residential\nD.baseball_filed", + "answer": "B" + }, + { + "id": "601852ea-faa5-49db-835f-493ad531e5bb", + "image_path": "images/736.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.dense_residential\nC.beach\nD.farmland", + "answer": "D" + }, + { + "id": "c1e76519-94fa-4a60-894a-67a880015dc0", + "image_path": "images/737.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.bridge\nC.farmland\nD.beach", + "answer": "C" + }, + { + "id": "94de1cae-7490-41fc-8efe-6515d942865d", + "image_path": "images/738.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.staduim\nC.roundabout\nD.beach", + "answer": "A" + }, + { + "id": "3f6785a6-be08-4a13-bf7e-78108f384f04", + "image_path": "images/739.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.roundabout\nC.desert\nD.farmland", + "answer": "D" + }, + { + "id": "04171c43-10c4-4e73-a489-5337826831e7", + "image_path": "images/740.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.dense_residential\nC.farmland\nD.school", + "answer": "C" + }, + { + "id": "5a17dade-f35d-4ed0-bc64-2c788dffd6f9", + "image_path": "images/741.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.staduim\nC.pond\nD.church", + "answer": "A" + }, + { + "id": "8f6d4bab-1e53-4bb6-878c-876b66fbac6f", + "image_path": "images/742.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.airport\nC.church\nD.staduim", + "answer": "A" + }, + { + "id": "c3ed9451-9855-4f52-9d4a-267213782908", + "image_path": "images/743.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.staduim\nC.desert\nD.farmland", + "answer": "D" + }, + { + "id": "3737c4e1-809a-4e94-a2a9-77eea3c07103", + "image_path": "images/744.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.farmland\nC.bridge\nD.pond", + "answer": "B" + }, + { + "id": "eaaf858e-cf90-44a5-b9b6-45c8e865a205", + "image_path": "images/745.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.farmland\nC.river\nD.school", + "answer": "B" + }, + { + "id": "81d8a3b3-7813-47c4-97e0-7bad3a11000e", + "image_path": "images/746.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.parking\nC.forest\nD.dense_residential", + "answer": "A" + }, + { + "id": "2e42ef1b-c031-4dcb-b49f-45df91786b03", + "image_path": "images/747.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.pond\nC.farmland\nD.bridge", + "answer": "C" + }, + { + "id": "3e0557f0-971b-4662-aec1-8bb964a26dab", + "image_path": "images/748.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.desert\nC.airport\nD.farmland", + "answer": "D" + }, + { + "id": "eff8572a-671d-4153-bf11-0070a71dec11", + "image_path": "images/749.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.storage_tanks\nC.farmland\nD.industrial", + "answer": "C" + }, + { + "id": "d4114cc0-57d3-4ab6-af18-8b55fcf2b7dd", + "image_path": "images/750.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.river\nC.medium_residential\nD.sparse_residential", + "answer": "A" + }, + { + "id": "2bdc16df-bcee-46ac-954a-0d431fb67049", + "image_path": "images/751.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.sparse_residential\nC.farmland\nD.beach", + "answer": "C" + }, + { + "id": "f3dbf732-3373-4784-b4df-80eaee46ad55", + "image_path": "images/752.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.forest\nC.commercial\nD.farmland", + "answer": "D" + }, + { + "id": "3e7e22c1-2af5-4faa-8789-f142f0ffb556", + "image_path": "images/753.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.school\nC.farmland\nD.medium_residential", + "answer": "C" + }, + { + "id": "ee680b7e-8d04-41dd-9d65-dc105c36d4e4", + "image_path": "images/754.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.river\nC.storage_tanks\nD.baseball_filed", + "answer": "A" + }, + { + "id": "f36af9b0-ca9f-4df6-8ecc-534609ec4da9", + "image_path": "images/755.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.roundabout\nC.staduim\nD.dense_residential", + "answer": "A" + }, + { + "id": "ee1f2620-2469-4038-932d-1b29d6b9c6a8", + "image_path": "images/756.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.airport\nC.farmland\nD.medium_residential", + "answer": "C" + }, + { + "id": "7c748c33-7c0b-46c4-9a82-a3c2e717d525", + "image_path": "images/757.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.school\nC.dense_residential\nD.pond", + "answer": "A" + }, + { + "id": "113483d1-c933-47aa-9b9f-90df304b246f", + "image_path": "images/758.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.river\nC.farmland\nD.church", + "answer": "C" + }, + { + "id": "dc353d42-c35e-4cbb-8845-6bd7f644f5be", + "image_path": "images/759.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.farmland\nC.commercial\nD.river", + "answer": "B" + }, + { + "id": "3b2d4129-3ff6-4b76-823c-eb40015e921c", + "image_path": "images/760.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.dense_residential\nC.farmland\nD.airport", + "answer": "C" + }, + { + "id": "b1e5e71a-ad98-4f7a-9cab-416e85cc8f3c", + "image_path": "images/761.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.desert\nC.farmland\nD.storage_tanks", + "answer": "C" + }, + { + "id": "39c74cdf-07bb-40c8-83f4-6dbadfffe927", + "image_path": "images/762.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.sparse_residential\nC.beach\nD.farmland", + "answer": "D" + }, + { + "id": "56d5f941-b835-4772-bfc4-9331825e19b5", + "image_path": "images/763.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.pond\nC.bridge\nD.school", + "answer": "A" + }, + { + "id": "a1b87c46-e683-4ec6-99c9-342317c99c11", + "image_path": "images/764.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.roundabout\nC.farmland\nD.church", + "answer": "C" + }, + { + "id": "5cc93584-a169-408e-b2c7-1e8a2245095e", + "image_path": "images/765.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.medium_residential\nC.airport\nD.commercial", + "answer": "A" + }, + { + "id": "8aacc0ce-51d7-4cef-a599-997bfecd0221", + "image_path": "images/766.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.beach\nC.airport\nD.farmland", + "answer": "D" + }, + { + "id": "b20be155-f298-4a55-b7e9-830d9c96bfd4", + "image_path": "images/767.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.desert\nC.farmland\nD.medium_residential", + "answer": "C" + }, + { + "id": "aad2acd9-f384-4c4a-ac1b-0f59aa7672de", + "image_path": "images/768.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.beach\nC.storage_tanks\nD.forest", + "answer": "A" + }, + { + "id": "08ed9b5a-6599-40fb-bf77-a5a95fc7ec45", + "image_path": "images/769.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.forest\nC.staduim\nD.dense_residential", + "answer": "A" + }, + { + "id": "d803ca32-c7b6-4f82-8679-b3fc31b72d03", + "image_path": "images/770.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.forest\nC.sparse_residential\nD.farmland", + "answer": "D" + }, + { + "id": "db074cb1-bf74-4822-9560-dc6d941b0685", + "image_path": "images/771.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.forest\nC.farmland\nD.dense_residential", + "answer": "C" + }, + { + "id": "1f218f31-6a68-4d7b-b475-c39bf4a73a67", + "image_path": "images/772.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.river\nC.baseball_filed\nD.farmland", + "answer": "D" + }, + { + "id": "3d86da47-8555-47ea-b02c-073a89aa1c2b", + "image_path": "images/773.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.airport\nC.roundabout\nD.farmland", + "answer": "D" + }, + { + "id": "0b6066a7-d8d4-4334-93e3-d0b42e0792ce", + "image_path": "images/774.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.farmland\nC.dense_residential\nD.church", + "answer": "B" + }, + { + "id": "5c7b9d1d-cf82-4914-940e-938e863c3a47", + "image_path": "images/775.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.dense_residential\nC.roundabout\nD.farmland", + "answer": "D" + }, + { + "id": "97ecf9f6-493f-4d8d-afdd-167dae76a6af", + "image_path": "images/776.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.sparse_residential\nC.bridge\nD.beach", + "answer": "A" + }, + { + "id": "f95a337b-ef69-48a7-8129-1981ff416cb6", + "image_path": "images/777.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.river\nC.medium_residential\nD.storage_tanks", + "answer": "A" + }, + { + "id": "97067c12-41e4-4eb4-b13b-e38937b4c9f0", + "image_path": "images/778.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.desert\nC.baseball_filed\nD.farmland", + "answer": "D" + }, + { + "id": "6bf8e12f-7390-4d15-8e4c-3bb622e41eb0", + "image_path": "images/779.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.pond\nC.farmland\nD.staduim", + "answer": "C" + }, + { + "id": "2e551408-0354-42bf-9fe0-f82cdb91f7ca", + "image_path": "images/780.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.industrial\nC.farmland\nD.desert", + "answer": "C" + }, + { + "id": "f7adc597-110a-41fd-be63-e7389016437a", + "image_path": "images/781.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.forest\nC.farmland\nD.parking", + "answer": "C" + }, + { + "id": "618af9d9-28ff-47c9-935f-2ddd51ad2ee7", + "image_path": "images/782.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.airport\nC.farmland\nD.beach", + "answer": "C" + }, + { + "id": "c3072457-920a-419f-859c-e7c4350516a8", + "image_path": "images/783.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.school\nC.roundabout\nD.beach", + "answer": "A" + }, + { + "id": "bf477731-2a0c-4eec-8ee8-1e0bd17de34b", + "image_path": "images/784.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.church\nC.farmland\nD.beach", + "answer": "C" + }, + { + "id": "3ab300d0-30a5-4c25-87f6-2756a32fb56c", + "image_path": "images/785.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.farmland\nC.airport\nD.parking", + "answer": "B" + }, + { + "id": "d56b28da-69fe-4fb7-8a69-c60eec76ee52", + "image_path": "images/786.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.industrial\nC.commercial\nD.medium_residential", + "answer": "A" + }, + { + "id": "45988dd1-08b6-419e-8754-a67037c23c20", + "image_path": "images/787.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.sparse_residential\nC.industrial\nD.farmland", + "answer": "D" + }, + { + "id": "2b90609a-e703-4d6b-ad35-08459a91bb22", + "image_path": "images/788.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.farmland\nC.baseball_filed\nD.beach", + "answer": "B" + }, + { + "id": "fb0a86e9-837f-4c22-96d0-f2bb59af63ad", + "image_path": "images/789.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.bridge\nC.farmland\nD.industrial", + "answer": "C" + }, + { + "id": "aaa3ebc4-8167-4d8b-a95e-581bbd612c11", + "image_path": "images/790.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.airport\nC.forest\nD.farmland", + "answer": "D" + }, + { + "id": "fac8d519-808d-47bd-b1c0-a7f74c9884e2", + "image_path": "images/791.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.staduim\nC.sparse_residential\nD.parking", + "answer": "A" + }, + { + "id": "d517a6c2-fea7-4fbc-8fae-a694da755168", + "image_path": "images/792.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.desert\nC.pond\nD.bridge", + "answer": "A" + }, + { + "id": "7baf2b4a-f783-4102-8bc5-2e3d172f2e74", + "image_path": "images/793.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.medium_residential\nC.staduim\nD.sparse_residential", + "answer": "A" + }, + { + "id": "c0d3919f-3756-4f52-ab15-1c7b4f22b99f", + "image_path": "images/794.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.roundabout\nC.industrial\nD.commercial", + "answer": "A" + }, + { + "id": "a00c58ac-4095-47ca-a068-4a45493cc2c9", + "image_path": "images/795.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.forest\nC.parking\nD.staduim", + "answer": "A" + }, + { + "id": "1aa1dd6a-89e1-40d3-bd18-0b7eca474f2b", + "image_path": "images/796.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.river\nC.staduim\nD.desert", + "answer": "A" + }, + { + "id": "42c98354-aaa1-490f-8494-af6c98d35ad1", + "image_path": "images/797.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.forest\nC.farmland\nD.desert", + "answer": "C" + }, + { + "id": "1f406a69-6918-4c66-a4e2-d7f802619249", + "image_path": "images/798.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.pond\nC.farmland\nD.industrial", + "answer": "C" + }, + { + "id": "2d911a17-166d-436f-94a9-b2bcb63bf77c", + "image_path": "images/799.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.industrial\nC.airport\nD.forest", + "answer": "A" + }, + { + "id": "67c17666-64c9-4a22-80c6-a38601e69b82", + "image_path": "images/800.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.farmland\nC.storage_tanks\nD.forest", + "answer": "B" + }, + { + "id": "81fd1368-9bce-4574-b4e8-bbe91f9933a6", + "image_path": "images/801.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.parking\nC.farmland\nD.industrial", + "answer": "C" + }, + { + "id": "94cd83c7-e33e-4c72-8aaa-06dee7d2cd7a", + "image_path": "images/802.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.beach\nC.medium_residential\nD.bridge", + "answer": "A" + }, + { + "id": "1dd923cd-2eb9-4068-99bb-f5eb36fa28bb", + "image_path": "images/803.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.storage_tanks\nC.school\nD.farmland", + "answer": "D" + }, + { + "id": "3c773708-72a1-4b47-b42e-749d1335deb1", + "image_path": "images/804.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.dense_residential\nC.beach\nD.farmland", + "answer": "D" + }, + { + "id": "2a6bd280-d0be-4d8b-8bcf-4a2004bcb936", + "image_path": "images/805.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.sparse_residential\nC.pond\nD.baseball_filed", + "answer": "A" + }, + { + "id": "c49a0744-44bf-44f3-bb86-c12e7a7c943e", + "image_path": "images/806.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.desert\nC.medium_residential\nD.farmland", + "answer": "D" + }, + { + "id": "f18923ae-aebd-4d68-bab3-fa8a695d92d4", + "image_path": "images/807.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.roundabout\nC.beach\nD.farmland", + "answer": "D" + }, + { + "id": "420dee3d-1782-4bcd-a295-f26eab8578dc", + "image_path": "images/808.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.commercial\nC.pond\nD.farmland", + "answer": "D" + }, + { + "id": "5c9f78b9-7447-4977-817f-40151b0a734b", + "image_path": "images/809.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.farmland\nC.bridge\nD.medium_residential", + "answer": "B" + }, + { + "id": "b249024d-d63b-4659-9e2d-d1598f5a291d", + "image_path": "images/810.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.beach\nC.school\nD.parking", + "answer": "A" + }, + { + "id": "e65db286-43e3-4260-b59e-4ad815ab0f3b", + "image_path": "images/811.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.school\nC.industrial\nD.pond", + "answer": "A" + }, + { + "id": "300fb550-6638-46d0-ada6-0b805652dea6", + "image_path": "images/812.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.parking\nC.industrial\nD.school", + "answer": "A" + }, + { + "id": "5df3798b-eda7-4dbe-aad9-444faa9f5677", + "image_path": "images/813.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.pond\nC.school\nD.farmland", + "answer": "D" + }, + { + "id": "474f4fdb-7d81-46b5-a24d-d7cfe6789d90", + "image_path": "images/814.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.pond\nC.medium_residential\nD.farmland", + "answer": "D" + }, + { + "id": "aa4622d9-361f-4c60-b52c-1d6fd73718c8", + "image_path": "images/815.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.roundabout\nC.airport\nD.desert", + "answer": "A" + }, + { + "id": "42a38893-4a11-414c-91b2-37d4059706a8", + "image_path": "images/816.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.pond\nC.commercial\nD.industrial", + "answer": "A" + }, + { + "id": "3b63ea67-1fe8-45a3-b6d4-630ea4f2ab95", + "image_path": "images/817.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.industrial\nC.sparse_residential\nD.farmland", + "answer": "D" + }, + { + "id": "a03c2696-cc8e-4c56-9ffd-8f9826b8f96c", + "image_path": "images/818.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.medium_residential\nC.staduim\nD.farmland", + "answer": "D" + }, + { + "id": "b2429751-3283-42a6-bbc7-03109de4ebeb", + "image_path": "images/819.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.parking\nC.river\nD.industrial", + "answer": "A" + }, + { + "id": "0bda4a61-a623-4153-acdb-d0d89f46ef2a", + "image_path": "images/820.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.school\nC.forest\nD.beach", + "answer": "A" + }, + { + "id": "48a3dd2e-adf3-4ce6-9b94-8607b0c94529", + "image_path": "images/821.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.river\nC.beach\nD.farmland", + "answer": "D" + }, + { + "id": "b4ef44a3-7676-41a3-947d-08eda40f30db", + "image_path": "images/822.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.parking\nC.forest\nD.farmland", + "answer": "D" + }, + { + "id": "c107950e-5f31-425a-a936-f73a305823bd", + "image_path": "images/823.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.storage_tanks\nC.commercial\nD.farmland", + "answer": "D" + }, + { + "id": "d4a220bf-bc44-41c4-bb32-1029c7b90a48", + "image_path": "images/824.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.roundabout\nC.farmland\nD.staduim", + "answer": "C" + }, + { + "id": "ba750c73-53d8-4ece-8b7c-e3af8751e6a8", + "image_path": "images/825.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.baseball_filed\nC.sparse_residential\nD.farmland", + "answer": "D" + }, + { + "id": "ba67cb67-df04-406a-9394-c929c5fa9982", + "image_path": "images/826.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.industrial\nC.airport\nD.farmland", + "answer": "D" + }, + { + "id": "2fd3cd05-3f1b-4545-ac57-89ae9ce6c0a7", + "image_path": "images/827.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.staduim\nC.forest\nD.bridge", + "answer": "A" + }, + { + "id": "3ae79bae-d36d-4ba2-8f85-0b3dd5be606c", + "image_path": "images/828.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.school\nC.desert\nD.farmland", + "answer": "D" + }, + { + "id": "d1e5b606-c63c-4ab6-8602-204fb1906810", + "image_path": "images/829.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.bridge\nC.commercial\nD.beach", + "answer": "A" + }, + { + "id": "aba86f93-5dec-450b-b41a-8d20d23389f1", + "image_path": "images/830.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.church\nC.roundabout\nD.farmland", + "answer": "D" + }, + { + "id": "eea527d8-e4a3-4aae-94a3-65852793f0ba", + "image_path": "images/831.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.staduim\nC.farmland\nD.school", + "answer": "C" + }, + { + "id": "511ca091-dc18-45b5-aaa2-335b2a455528", + "image_path": "images/832.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.storage_tanks\nC.school\nD.farmland", + "answer": "D" + }, + { + "id": "11496c28-d1a4-4c09-bcee-f3bf2b31a415", + "image_path": "images/833.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.parking\nC.airport\nD.farmland", + "answer": "D" + }, + { + "id": "3cbed15f-eaca-4206-baca-e18e3b70b69a", + "image_path": "images/834.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.beach\nC.farmland\nD.airport", + "answer": "C" + }, + { + "id": "58ab60ef-122f-413f-b90b-2b9fdb31b696", + "image_path": "images/835.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.staduim\nC.farmland\nD.medium_residential", + "answer": "C" + }, + { + "id": "ee817308-b90e-4fa0-b36f-92d527fa4b80", + "image_path": "images/836.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.industrial\nC.sparse_residential\nD.roundabout", + "answer": "A" + }, + { + "id": "9adeea78-466a-42e6-94b2-c5b33f782670", + "image_path": "images/837.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.river\nC.farmland\nD.staduim", + "answer": "C" + }, + { + "id": "a5e0d99c-0bb8-4791-8bc1-674e58a2637b", + "image_path": "images/838.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.farmland\nC.parking\nD.bridge", + "answer": "B" + }, + { + "id": "cf96436c-02c6-48c0-a9fb-f39a7d1c1fcc", + "image_path": "images/839.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.forest\nC.farmland\nD.commercial", + "answer": "C" + }, + { + "id": "74e48386-1429-4194-b5da-11130cd02bac", + "image_path": "images/840.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.sparse_residential\nC.medium_residential\nD.beach", + "answer": "A" + }, + { + "id": "ce974f53-52df-4f5f-b66f-3b745164fbce", + "image_path": "images/841.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.storage_tanks\nC.bridge\nD.farmland", + "answer": "D" + }, + { + "id": "a499ec05-c17c-4983-a0a5-a451ef31d340", + "image_path": "images/842.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.commercial\nC.farmland\nD.school", + "answer": "C" + }, + { + "id": "b8ac58f4-200a-419d-a75f-c33e80719296", + "image_path": "images/843.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.farmland\nC.commercial\nD.staduim", + "answer": "B" + }, + { + "id": "719ca7f9-402c-4a77-b84e-c6d670712b27", + "image_path": "images/844.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.parking\nC.beach\nD.farmland", + "answer": "D" + }, + { + "id": "26ef5b54-9e51-4c0f-8c0e-02039445032f", + "image_path": "images/845.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.sparse_residential\nC.storage_tanks\nD.baseball_filed", + "answer": "A" + }, + { + "id": "65651053-7d8d-4fc9-9326-e244b0caf664", + "image_path": "images/846.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.parking\nC.farmland\nD.river", + "answer": "C" + }, + { + "id": "2c6674d3-e651-4ec0-a4e7-2fc8744c6f88", + "image_path": "images/847.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.farmland\nC.church\nD.roundabout", + "answer": "B" + }, + { + "id": "25a7c446-d829-4014-ad04-378bd465d605", + "image_path": "images/848.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.school\nC.industrial\nD.farmland", + "answer": "D" + }, + { + "id": "7bd7646e-ad0b-4033-a6c7-bcadf88282fd", + "image_path": "images/849.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.sparse_residential\nC.farmland\nD.forest", + "answer": "C" + }, + { + "id": "6ac7de7b-cf86-47a9-b182-c84b2359ca26", + "image_path": "images/850.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.forest\nC.roundabout\nD.medium_residential", + "answer": "A" + }, + { + "id": "75afbc65-20da-4aa3-9d21-4e7cf80fb70e", + "image_path": "images/851.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.farmland\nC.roundabout\nD.commercial", + "answer": "B" + }, + { + "id": "61bc65c9-f6e0-4d0e-a4e7-9aafc94514b4", + "image_path": "images/852.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.bridge\nC.farmland\nD.baseball_filed", + "answer": "C" + }, + { + "id": "71d579e2-8c8b-4d21-bacc-ac74e8a26cc8", + "image_path": "images/853.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.dense_residential\nC.farmland\nD.parking", + "answer": "C" + }, + { + "id": "7ffc0cac-85dd-4ae9-a861-23a8c2caab29", + "image_path": "images/854.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.sparse_residential\nC.farmland\nD.industrial", + "answer": "C" + }, + { + "id": "74f170cd-6439-44d6-97fd-ae51b895f482", + "image_path": "images/855.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.farmland\nC.staduim\nD.industrial", + "answer": "B" + }, + { + "id": "54cfc8e6-04d4-414a-929e-b0c72cfbf098", + "image_path": "images/856.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.storage_tanks\nC.pond\nD.industrial", + "answer": "A" + }, + { + "id": "0a49ee05-4bae-4247-9400-6521c81ed1c8", + "image_path": "images/857.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.forest\nC.roundabout\nD.bridge", + "answer": "A" + }, + { + "id": "58dc716c-dede-45f8-9e57-57e9c6853f3f", + "image_path": "images/858.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.desert\nC.dense_residential\nD.farmland", + "answer": "D" + }, + { + "id": "15753014-3794-4e7a-9167-4849f47dfb45", + "image_path": "images/859.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.church\nC.farmland\nD.forest", + "answer": "C" + }, + { + "id": "a52e3a9a-b0e4-45e6-aa81-0a11195bbd76", + "image_path": "images/860.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.medium_residential\nC.farmland\nD.pond", + "answer": "C" + }, + { + "id": "661bf0b0-f405-492f-8d0f-4a646bb713a8", + "image_path": "images/861.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.storage_tanks\nC.river\nD.farmland", + "answer": "D" + }, + { + "id": "f9f2d131-4ed3-47d8-88e8-1a41aa4295b6", + "image_path": "images/862.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.baseball_filed\nC.farmland\nD.medium_residential", + "answer": "C" + }, + { + "id": "c60f2c20-7e01-4788-8643-63666135971f", + "image_path": "images/863.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.farmland\nC.church\nD.bridge", + "answer": "B" + }, + { + "id": "0d03ae13-a6a3-4d66-8c6f-3ffdfaa74774", + "image_path": "images/864.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.medium_residential\nC.school\nD.staduim", + "answer": "A" + }, + { + "id": "d7df8f46-c9a6-47b6-a3f0-528447fa5f3e", + "image_path": "images/865.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.school\nC.farmland\nD.baseball_filed", + "answer": "C" + }, + { + "id": "e5d9a201-a72d-4481-90b8-3247c9735798", + "image_path": "images/866.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.forest\nC.river\nD.farmland", + "answer": "D" + }, + { + "id": "d66e888c-de93-46f4-8714-3ed44913de14", + "image_path": "images/867.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.airport\nC.pond\nD.school", + "answer": "A" + }, + { + "id": "02ce616d-a92f-419f-99ee-459f69dec8a5", + "image_path": "images/868.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.river\nC.parking\nD.farmland", + "answer": "D" + }, + { + "id": "8fbb8b78-1462-4633-b351-cabce99bbf14", + "image_path": "images/869.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.pond\nC.forest\nD.farmland", + "answer": "D" + }, + { + "id": "3ae2291b-d135-4701-b389-95f6e40d12e1", + "image_path": "images/870.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.farmland\nC.beach\nD.sparse_residential", + "answer": "B" + }, + { + "id": "58a44229-3288-44d4-9c5d-681b3e2a8b45", + "image_path": "images/871.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.desert\nC.commercial\nD.school", + "answer": "A" + }, + { + "id": "e074aa10-5c55-4991-9bfa-b5d3b1605a29", + "image_path": "images/872.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.industrial\nC.river\nD.desert", + "answer": "A" + }, + { + "id": "f5ed4811-2575-4e95-b061-b32d4f6c39ee", + "image_path": "images/873.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.medium_residential\nC.farmland\nD.bridge", + "answer": "C" + }, + { + "id": "d4e72676-3c00-4482-aa16-24688da57f12", + "image_path": "images/874.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.dense_residential\nC.school\nD.parking", + "answer": "A" + }, + { + "id": "dc1e96de-928b-4981-bbf5-de48935dc2d4", + "image_path": "images/875.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.medium_residential\nC.bridge\nD.farmland", + "answer": "D" + }, + { + "id": "72af885a-f65a-4006-b988-f7a1495280ae", + "image_path": "images/876.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.bridge\nC.farmland\nD.medium_residential", + "answer": "C" + }, + { + "id": "1c3efa75-25bb-4764-b8a6-c472c4f08faf", + "image_path": "images/877.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.storage_tanks\nC.farmland\nD.industrial", + "answer": "C" + }, + { + "id": "411327b8-f11c-42fe-afdb-e17a6b0ce79b", + "image_path": "images/878.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.commercial\nC.farmland\nD.church", + "answer": "C" + }, + { + "id": "55c46e14-11ab-4d40-a46c-cab93f4b7801", + "image_path": "images/879.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.church\nC.commercial\nD.farmland", + "answer": "D" + }, + { + "id": "14ee78cb-e994-4cc9-98e0-6a7d5649d2b5", + "image_path": "images/880.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.storage_tanks\nC.church\nD.beach", + "answer": "A" + }, + { + "id": "c86a71db-94d2-4286-a3ef-b80299b16884", + "image_path": "images/881.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.dense_residential\nC.parking\nD.farmland", + "answer": "D" + }, + { + "id": "1bd06985-fae1-4135-8353-d3bb40e62c08", + "image_path": "images/882.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.farmland\nC.industrial\nD.commercial", + "answer": "B" + }, + { + "id": "5c31f6e8-d0ed-4538-ae34-f2e95b58f176", + "image_path": "images/883.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.airport\nC.farmland\nD.sparse_residential", + "answer": "C" + }, + { + "id": "bc0c7195-9c1c-4736-b9de-960e2e7aaca4", + "image_path": "images/884.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.river\nC.farmland\nD.parking", + "answer": "C" + }, + { + "id": "3e685ffa-27d4-4ba4-9b35-8437ad4cd88d", + "image_path": "images/885.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.bridge\nC.commercial\nD.river", + "answer": "A" + }, + { + "id": "3274fcfe-2720-4efa-8a89-fc083e76d5cf", + "image_path": "images/886.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.storage_tanks\nC.staduim\nD.forest", + "answer": "D" + }, + { + "id": "b390de88-6dec-4210-994b-f991879fdf09", + "image_path": "images/887.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.farmland\nC.parking\nD.forest", + "answer": "D" + }, + { + "id": "8c335f31-c9ec-4e90-9350-140a8dbd14f8", + "image_path": "images/888.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.storage_tanks\nC.church\nD.forest", + "answer": "D" + }, + { + "id": "bb0cea5c-b46c-469e-9ee2-24c097a29a40", + "image_path": "images/889.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.forest\nC.roundabout\nD.sparse_residential", + "answer": "B" + }, + { + "id": "cef11b7d-e873-41a8-84d6-a01be392294a", + "image_path": "images/890.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.pond\nC.staduim\nD.baseball_filed", + "answer": "A" + }, + { + "id": "5be46c5e-1bbe-4d7d-8ebd-31031e6d670e", + "image_path": "images/891.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.bridge\nC.forest\nD.dense_residential", + "answer": "C" + }, + { + "id": "a4703753-adc3-41fa-9060-039dfa7a64e0", + "image_path": "images/892.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.industrial\nC.forest\nD.church", + "answer": "C" + }, + { + "id": "ff0b4efc-3ad6-4218-8678-82a40af0d6b5", + "image_path": "images/893.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.farmland\nC.roundabout\nD.school", + "answer": "A" + }, + { + "id": "801be20b-432a-4b61-9f73-0e80fdeee4ea", + "image_path": "images/894.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.parking\nC.storage_tanks\nD.school", + "answer": "A" + }, + { + "id": "e2a6f0d3-df5a-4249-a22a-ed164a768fd4", + "image_path": "images/895.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.baseball_filed\nC.dense_residential\nD.school", + "answer": "A" + }, + { + "id": "eda3cd02-14c6-4808-bd2d-d2ee0cd94c93", + "image_path": "images/896.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.baseball_filed\nC.medium_residential\nD.forest", + "answer": "D" + }, + { + "id": "c1971522-b2ce-489c-8afe-d01ef04cbaa0", + "image_path": "images/897.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.industrial\nC.forest\nD.storage_tanks", + "answer": "C" + }, + { + "id": "8730f565-8c7d-4b5c-86e7-e82ce8dbc0fd", + "image_path": "images/898.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.forest\nC.industrial\nD.school", + "answer": "B" + }, + { + "id": "709576e5-a461-4527-9ff8-cc24a0dfb3e5", + "image_path": "images/899.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.forest\nC.sparse_residential\nD.bridge", + "answer": "B" + }, + { + "id": "006ba523-eb02-41f5-88d2-33aba18e5a31", + "image_path": "images/900.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.parking\nC.dense_residential\nD.church", + "answer": "A" + }, + { + "id": "8c08b1ce-ed96-47e9-902b-764c25c63bbd", + "image_path": "images/901.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.commercial\nC.forest\nD.storage_tanks", + "answer": "C" + }, + { + "id": "0782c612-e6e0-4315-8509-0eba7c00e390", + "image_path": "images/902.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.river\nC.forest\nD.airport", + "answer": "C" + }, + { + "id": "bc4d54af-46a3-430a-bfee-b97547c8cf7f", + "image_path": "images/903.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.church\nC.airport\nD.forest", + "answer": "D" + }, + { + "id": "504b9b55-bdde-450f-ab87-70c0d1dcbc90", + "image_path": "images/904.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.dense_residential\nC.parking\nD.forest", + "answer": "D" + }, + { + "id": "226ccb45-107c-4ebe-9084-bb678ea3594b", + "image_path": "images/905.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.staduim\nC.industrial\nD.airport", + "answer": "A" + }, + { + "id": "431b4efd-2f3f-45c0-be1b-24655c904281", + "image_path": "images/906.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.parking\nC.beach\nD.forest", + "answer": "D" + }, + { + "id": "92af3378-6ed7-4ed1-8480-41b7e3f9d3a1", + "image_path": "images/907.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.pond\nC.roundabout\nD.forest", + "answer": "D" + }, + { + "id": "3c7d3306-5f14-4903-8e87-e3e73eca065b", + "image_path": "images/908.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.farmland\nC.baseball_filed\nD.school", + "answer": "A" + }, + { + "id": "bff3e887-223c-4dca-b2a3-b7cddfb65c81", + "image_path": "images/909.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.beach\nC.staduim\nD.forest", + "answer": "D" + }, + { + "id": "aaaf508a-7471-4a37-be90-47a4ac117e07", + "image_path": "images/910.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.beach\nC.desert\nD.baseball_filed", + "answer": "A" + }, + { + "id": "a5be6df4-c0e1-4d56-9871-3b63dc379d3e", + "image_path": "images/911.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.airport\nC.staduim\nD.dense_residential", + "answer": "A" + }, + { + "id": "9aedf7d1-a041-4b9c-b249-252e334d433c", + "image_path": "images/912.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.pond\nC.storage_tanks\nD.forest", + "answer": "D" + }, + { + "id": "92563923-1263-411d-9d5f-4b704c045504", + "image_path": "images/913.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.river\nC.forest\nD.school", + "answer": "C" + }, + { + "id": "4eb3e86b-0634-42bf-a8f3-dc1bb8a7bbd9", + "image_path": "images/914.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.forest\nC.sparse_residential\nD.staduim", + "answer": "B" + }, + { + "id": "4a3bf6d2-8036-4166-a537-1062c0d8df88", + "image_path": "images/915.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.forest\nC.farmland\nD.bridge", + "answer": "B" + }, + { + "id": "5ef5f18e-e728-49f2-83fe-a55181dffb04", + "image_path": "images/916.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.airport\nC.storage_tanks\nD.forest", + "answer": "D" + }, + { + "id": "b5c1dbc5-db5f-493e-a058-38be265043b1", + "image_path": "images/917.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.farmland\nC.desert\nD.school", + "answer": "A" + }, + { + "id": "1492e782-b8a8-46eb-ae7b-6f8094ad840d", + "image_path": "images/918.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.forest\nC.baseball_filed\nD.staduim", + "answer": "B" + }, + { + "id": "43f736c4-e8b2-45c7-8789-b9d2ee9071aa", + "image_path": "images/919.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.river\nC.farmland\nD.forest", + "answer": "D" + }, + { + "id": "f1af6eaf-84f9-4a85-92c1-a9545c3e47fa", + "image_path": "images/920.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.river\nC.dense_residential\nD.beach", + "answer": "A" + }, + { + "id": "8d208fcd-c2bd-478a-9f48-2a4c1e9b0697", + "image_path": "images/921.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.forest\nC.pond\nD.storage_tanks", + "answer": "B" + }, + { + "id": "f7d3a035-4c67-4e9a-a2ab-caaafdcf6b3b", + "image_path": "images/922.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.forest\nC.desert\nD.sparse_residential", + "answer": "B" + }, + { + "id": "959c9832-0b79-4085-aca0-096732c83878", + "image_path": "images/923.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.storage_tanks\nC.desert\nD.forest", + "answer": "D" + }, + { + "id": "757763db-e81f-4400-b736-335e8b73025e", + "image_path": "images/924.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.bridge\nC.commercial\nD.medium_residential", + "answer": "A" + }, + { + "id": "b076f70b-8ae4-4967-a469-201189e1e095", + "image_path": "images/925.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.beach\nC.forest\nD.farmland", + "answer": "C" + }, + { + "id": "c67ce08f-b179-459d-9601-447bbc60cc49", + "image_path": "images/926.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.forest\nC.river\nD.storage_tanks", + "answer": "B" + }, + { + "id": "4f06ae1b-e483-4910-bdc7-3b82303d8b68", + "image_path": "images/927.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.beach\nC.forest\nD.river", + "answer": "C" + }, + { + "id": "96ac4ee6-b1ce-4200-be06-4a25f1e62c70", + "image_path": "images/928.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.industrial\nC.bridge\nD.desert", + "answer": "A" + }, + { + "id": "8ffb8d04-fa70-4028-80db-b8d85956f211", + "image_path": "images/929.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.storage_tanks\nC.beach\nD.bridge", + "answer": "A" + }, + { + "id": "ed58c141-0e70-4b3a-8742-2a6cffac03f3", + "image_path": "images/930.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.forest\nC.dense_residential\nD.school", + "answer": "B" + }, + { + "id": "f843c9d8-8a4d-44da-be2b-56d6d259a563", + "image_path": "images/931.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.forest\nC.sparse_residential\nD.parking", + "answer": "B" + }, + { + "id": "a99e4b5a-f3c5-4038-895e-6a15ed72577c", + "image_path": "images/932.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.church\nC.forest\nD.staduim", + "answer": "C" + }, + { + "id": "ffb8e6f3-5fba-4f17-be00-b0d9cce9c383", + "image_path": "images/933.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.forest\nC.airport\nD.farmland", + "answer": "B" + }, + { + "id": "aadff4d0-29b4-4d5c-a080-d292cc504217", + "image_path": "images/934.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.church\nC.medium_residential\nD.baseball_filed", + "answer": "A" + }, + { + "id": "f3e3eca8-1bc1-4ecd-bdf5-05f337165a46", + "image_path": "images/935.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.commercial\nC.staduim\nD.pond", + "answer": "A" + }, + { + "id": "cd267043-f97e-4a27-9887-f9c052b0dcf1", + "image_path": "images/936.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.school\nC.medium_residential\nD.forest", + "answer": "D" + }, + { + "id": "806bc181-2d5c-4ddc-ade0-6dafca8ce569", + "image_path": "images/937.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.industrial\nC.forest\nD.staduim", + "answer": "C" + }, + { + "id": "2f7e7283-19fe-4ae5-9c33-73c5e0248903", + "image_path": "images/938.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.farmland\nC.commercial\nD.forest", + "answer": "D" + }, + { + "id": "1942d743-cdd2-48e6-98c8-97b917a6dfeb", + "image_path": "images/939.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.roundabout\nC.pond\nD.river", + "answer": "A" + }, + { + "id": "c73129c0-5ecd-42e9-b890-fb4774f91595", + "image_path": "images/940.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.storage_tanks\nC.commercial\nD.staduim", + "answer": "A" + }, + { + "id": "dde4feab-df3f-4a6d-8761-7956c741c2b7", + "image_path": "images/941.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.staduim\nC.roundabout\nD.pond", + "answer": "A" + }, + { + "id": "2050f4a0-cb84-4b19-b381-3c5c3b6bac71", + "image_path": "images/942.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.roundabout\nC.forest\nD.medium_residential", + "answer": "C" + }, + { + "id": "06944abc-06e1-492a-94e1-0a42979a7891", + "image_path": "images/943.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.forest\nC.airport\nD.farmland", + "answer": "B" + }, + { + "id": "55f62aa9-1cbd-4050-8938-8e73f727334d", + "image_path": "images/944.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.dense_residential\nC.school\nD.forest", + "answer": "D" + }, + { + "id": "ca871ca1-b976-44e0-8ee9-11970a31a314", + "image_path": "images/945.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.bridge\nC.commercial\nD.forest", + "answer": "D" + }, + { + "id": "05a0d9aa-6220-4ad9-a566-c74984c1dd23", + "image_path": "images/946.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.desert\nC.sparse_residential\nD.forest", + "answer": "D" + }, + { + "id": "9252e71e-84bc-4c42-ab21-acc6a04729f4", + "image_path": "images/947.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.forest\nC.school\nD.beach", + "answer": "B" + }, + { + "id": "461a677f-4713-44e9-bba7-b05836519d52", + "image_path": "images/948.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.forest\nC.river\nD.parking", + "answer": "B" + }, + { + "id": "ee7a0648-e7fa-48fd-b3a5-aecb03c3e978", + "image_path": "images/949.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.school\nC.bridge\nD.airport", + "answer": "A" + }, + { + "id": "8ed79bf4-1f4d-40d4-9120-2ea14bad5274", + "image_path": "images/950.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.school\nC.forest\nD.parking", + "answer": "C" + }, + { + "id": "f3a48260-4a2b-45c5-a1d9-2ba4f4a1268b", + "image_path": "images/951.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.church\nC.commercial\nD.river", + "answer": "A" + }, + { + "id": "e13ce24c-cb1c-412e-8dc9-5af946929c4e", + "image_path": "images/952.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.industrial\nC.forest\nD.bridge", + "answer": "C" + }, + { + "id": "05375e64-58f6-4033-bfb6-dde52b5e1388", + "image_path": "images/953.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.forest\nC.beach\nD.industrial", + "answer": "B" + }, + { + "id": "6e41e20c-139b-4659-b1ab-8980b76f299d", + "image_path": "images/954.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.pond\nC.medium_residential\nD.farmland", + "answer": "A" + }, + { + "id": "00499535-d894-4a29-a08b-e9622352bab3", + "image_path": "images/955.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.beach\nC.storage_tanks\nD.roundabout", + "answer": "A" + }, + { + "id": "e4c4069e-1cbf-483d-a469-9633b420ffe2", + "image_path": "images/956.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.baseball_filed\nC.forest\nD.airport", + "answer": "C" + }, + { + "id": "5bb68db8-eb1c-4057-9ba3-37458f30472f", + "image_path": "images/957.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.forest\nC.desert\nD.storage_tanks", + "answer": "B" + }, + { + "id": "e33c46af-d9cc-4c7b-9a9c-3094a7c10b81", + "image_path": "images/958.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.forest\nC.dense_residential\nD.medium_residential", + "answer": "B" + }, + { + "id": "36ed2537-9122-4bd1-814d-bd496d177b46", + "image_path": "images/959.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.dense_residential\nC.farmland\nD.forest", + "answer": "D" + }, + { + "id": "8f27af34-0919-4c91-8fe4-cbb562aafd95", + "image_path": "images/960.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.forest\nC.farmland\nD.storage_tanks", + "answer": "B" + }, + { + "id": "cb4b0db3-49b1-4bf9-9922-b351a7a3773a", + "image_path": "images/961.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.farmland\nC.forest\nD.pond", + "answer": "C" + }, + { + "id": "776da032-b866-450d-8679-a35a0e095fb9", + "image_path": "images/962.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.forest\nC.school\nD.river", + "answer": "B" + }, + { + "id": "7ea82602-72bc-4941-b9d2-31cd456cbff0", + "image_path": "images/963.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.baseball_filed\nC.farmland\nD.airport", + "answer": "A" + }, + { + "id": "6b58ee20-00f9-428b-9d5b-d7ad250be77a", + "image_path": "images/964.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.parking\nC.river\nD.forest", + "answer": "D" + }, + { + "id": "be5de5f7-c6b0-4031-8547-a608f78f48e1", + "image_path": "images/965.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.forest\nC.baseball_filed\nD.church", + "answer": "B" + }, + { + "id": "a77a16cc-99a9-44b0-9721-12b17a3953ab", + "image_path": "images/966.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.parking\nC.bridge\nD.sparse_residential", + "answer": "A" + }, + { + "id": "6cde54be-f107-463c-86a0-31528c0d51aa", + "image_path": "images/967.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.forest\nC.commercial\nD.church", + "answer": "B" + }, + { + "id": "cdcdffb7-2965-4b03-8828-6379d6c8ab3b", + "image_path": "images/968.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.parking\nC.desert\nD.forest", + "answer": "D" + }, + { + "id": "c36158b0-5841-44d4-bf44-8d33f4d651f5", + "image_path": "images/969.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.church\nC.dense_residential\nD.forest", + "answer": "D" + }, + { + "id": "46397d33-f664-427b-bd0b-32ea02d681ff", + "image_path": "images/970.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.forest\nC.sparse_residential\nD.beach", + "answer": "B" + }, + { + "id": "529353ff-2f38-4907-938d-37f0eb335b90", + "image_path": "images/971.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.farmland\nC.roundabout\nD.baseball_filed", + "answer": "A" + }, + { + "id": "3f4f64ea-9b8e-4aaf-8ffd-aba602b10f57", + "image_path": "images/972.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.storage_tanks\nC.forest\nD.staduim", + "answer": "C" + }, + { + "id": "d08a3343-e575-4d57-8f73-2166454a1fb1", + "image_path": "images/973.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.storage_tanks\nC.sparse_residential\nD.forest", + "answer": "D" + }, + { + "id": "7cce3f72-6647-4b50-bbfc-8d0b684771be", + "image_path": "images/974.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.beach\nC.industrial\nD.roundabout", + "answer": "A" + }, + { + "id": "76706ab7-f994-49c4-87ae-a77bf5ae0da3", + "image_path": "images/975.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.desert\nC.forest\nD.pond", + "answer": "C" + }, + { + "id": "003e5c05-f0a1-44b9-b4bc-585c0eaa4b58", + "image_path": "images/976.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.pond\nC.baseball_filed\nD.forest", + "answer": "D" + }, + { + "id": "d1f46e1b-0094-4c9f-b73c-c62322c45a9c", + "image_path": "images/977.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.forest\nC.industrial\nD.airport", + "answer": "B" + }, + { + "id": "9f820922-11ea-4d35-b2f1-e9a5f85ac450", + "image_path": "images/978.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.forest\nC.roundabout\nD.bridge", + "answer": "B" + }, + { + "id": "38619e25-a768-4736-9862-dc11765d9370", + "image_path": "images/979.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.forest\nC.desert\nD.airport", + "answer": "B" + }, + { + "id": "c32096a0-68ea-4638-80c8-93969fc8ea2c", + "image_path": "images/980.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.staduim\nC.dense_residential\nD.forest", + "answer": "D" + }, + { + "id": "f6b621a4-a0ae-4560-b40b-3439fc362215", + "image_path": "images/981.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.roundabout\nC.medium_residential\nD.forest", + "answer": "D" + }, + { + "id": "4d4a4556-1625-49c0-8082-38b45a3e6e73", + "image_path": "images/982.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.industrial\nC.forest\nD.school", + "answer": "C" + }, + { + "id": "727b5662-518d-43fd-a87d-81dda2a9aac8", + "image_path": "images/983.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.forest\nC.school\nD.pond", + "answer": "B" + }, + { + "id": "8048c385-db84-4b62-81d6-d0934178b75c", + "image_path": "images/984.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.church\nC.forest\nD.school", + "answer": "C" + }, + { + "id": "afd94d0e-1a6f-46b7-8889-936b50d3c43d", + "image_path": "images/985.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.church\nC.sparse_residential\nD.medium_residential", + "answer": "A" + }, + { + "id": "bd8f41df-8363-4d44-81bd-a49b2eac95cb", + "image_path": "images/986.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.commercial\nC.school\nD.forest", + "answer": "D" + }, + { + "id": "428bb829-c936-4016-a800-4b554a965c6c", + "image_path": "images/987.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.forest\nC.desert\nD.industrial", + "answer": "B" + }, + { + "id": "04c8cfd8-734f-4946-a851-a20389a16249", + "image_path": "images/988.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.forest\nC.river\nD.medium_residential", + "answer": "B" + }, + { + "id": "c82720d2-129d-4527-8685-8998ff12a1f5", + "image_path": "images/989.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.staduim\nC.beach\nD.forest", + "answer": "D" + }, + { + "id": "ab88c4c1-eb4b-4d56-aee8-c119b3860626", + "image_path": "images/990.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.forest\nC.medium_residential\nD.sparse_residential", + "answer": "B" + }, + { + "id": "97fdd19a-ab64-4490-a9c2-8debc8e8c1a9", + "image_path": "images/991.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.storage_tanks\nC.industrial\nD.forest", + "answer": "D" + }, + { + "id": "4bfd508e-7b43-428b-a236-cd9dfdec6926", + "image_path": "images/992.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.dense_residential\nC.forest\nD.beach", + "answer": "C" + }, + { + "id": "6e7b47ba-b496-461e-b723-538c110a2262", + "image_path": "images/993.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.staduim\nC.school\nD.forest", + "answer": "D" + }, + { + "id": "371f215e-9425-406c-b2b0-4823a349f7f8", + "image_path": "images/994.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.forest\nC.sparse_residential\nD.storage_tanks", + "answer": "B" + }, + { + "id": "75c244f4-a4cd-48a6-a0b3-e8fb1881c638", + "image_path": "images/995.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.forest\nC.river\nD.storage_tanks", + "answer": "B" + }, + { + "id": "4c444fac-9b3c-4d2a-8c81-227c22fbe03c", + "image_path": "images/996.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.desert\nC.medium_residential\nD.storage_tanks", + "answer": "A" + }, + { + "id": "b3ff6359-7c12-4a10-8307-31cebf2ebc3c", + "image_path": "images/997.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.medium_residential\nC.pond\nD.forest", + "answer": "D" + }, + { + "id": "766665be-81d8-4f81-a830-d9a4f501668d", + "image_path": "images/998.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.forest\nC.church\nD.medium_residential", + "answer": "B" + }, + { + "id": "d2c1a2e6-dbdb-42ff-90ec-ace33b163b11", + "image_path": "images/999.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.desert\nC.beach\nD.forest", + "answer": "D" + }, + { + "id": "a1af7648-5449-4d65-8ecb-8e4534045e40", + "image_path": "images/1000.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.commercial\nC.dense_residential\nD.forest", + "answer": "D" + }, + { + "id": "c2b0390c-ddf2-421a-8edd-ebc97e5e6ee8", + "image_path": "images/1001.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.church\nC.forest\nD.beach", + "answer": "C" + }, + { + "id": "51402ccb-ab7e-417f-a451-4a45a72678f7", + "image_path": "images/1002.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.airport\nC.forest\nD.bridge", + "answer": "C" + }, + { + "id": "197f332d-7a66-4c83-b802-92248ec6646f", + "image_path": "images/1003.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.beach\nC.airport\nD.baseball_filed", + "answer": "A" + }, + { + "id": "e97e4d1d-53a6-4e78-ab67-13fc7220b850", + "image_path": "images/1004.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.forest\nC.beach\nD.medium_residential", + "answer": "B" + }, + { + "id": "5cf2b6ef-5b80-4586-9919-cc6aa70bd57f", + "image_path": "images/1005.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.farmland\nC.airport\nD.storage_tanks", + "answer": "A" + }, + { + "id": "37632e14-7dc1-4377-b44e-99c2796a9106", + "image_path": "images/1006.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.farmland\nC.industrial\nD.forest", + "answer": "D" + }, + { + "id": "741936eb-65bf-470d-9b46-eb0df1b15d05", + "image_path": "images/1007.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.forest\nC.pond\nD.commercial", + "answer": "B" + }, + { + "id": "2cc0069d-7511-49b5-958a-e58649d46a23", + "image_path": "images/1008.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.forest\nC.church\nD.baseball_filed", + "answer": "B" + }, + { + "id": "97b9f603-9c1f-410d-9f38-2e9272254276", + "image_path": "images/1009.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.farmland\nC.forest\nD.parking", + "answer": "C" + }, + { + "id": "e68f308a-b193-4261-9c86-8012673ac48a", + "image_path": "images/1010.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.school\nC.river\nD.forest", + "answer": "D" + }, + { + "id": "804e6168-bb16-4272-ab0d-4294255064ff", + "image_path": "images/1011.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.baseball_filed\nC.forest\nD.school", + "answer": "C" + }, + { + "id": "6664ccff-2efa-4b6e-b732-fe334fc33267", + "image_path": "images/1012.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.pond\nC.baseball_filed\nD.medium_residential", + "answer": "A" + }, + { + "id": "97a7a4c5-2563-4899-b560-907ac864e62b", + "image_path": "images/1013.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.staduim\nC.church\nD.forest", + "answer": "D" + }, + { + "id": "2efeb360-e48c-4009-b1d4-ed062f460f7e", + "image_path": "images/1014.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.dense_residential\nC.church\nD.medium_residential", + "answer": "A" + }, + { + "id": "d1a8a710-161c-4dd2-b8e7-c3f5bfa05309", + "image_path": "images/1015.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.forest\nC.airport\nD.staduim", + "answer": "B" + }, + { + "id": "3c0ad65c-bf46-4b31-91f1-8b84ce5f4109", + "image_path": "images/1016.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.forest\nC.storage_tanks\nD.school", + "answer": "B" + }, + { + "id": "d159ac13-16df-48ee-b3a4-5d46bbeaf8bf", + "image_path": "images/1017.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.roundabout\nC.baseball_filed\nD.forest", + "answer": "D" + }, + { + "id": "cf16ac65-6bca-4af8-ab80-901e9b8dadd1", + "image_path": "images/1018.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.forest\nC.river\nD.pond", + "answer": "B" + }, + { + "id": "ca42f0cb-271c-47f6-8006-c857e1603cec", + "image_path": "images/1019.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.storage_tanks\nC.forest\nD.baseball_filed", + "answer": "C" + }, + { + "id": "681f9f49-77f9-4de6-bbcb-a67486055320", + "image_path": "images/1020.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.bridge\nC.forest\nD.baseball_filed", + "answer": "C" + }, + { + "id": "e39b574e-2b40-4e78-8634-1df435ddeb8a", + "image_path": "images/1021.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.school\nC.forest\nD.sparse_residential", + "answer": "C" + }, + { + "id": "049bda43-ad5f-438e-ad86-1f861f000b5d", + "image_path": "images/1022.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.dense_residential\nC.staduim\nD.river", + "answer": "A" + }, + { + "id": "d1801215-db7e-43cb-9a76-829fa1e80c8c", + "image_path": "images/1023.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.forest\nC.medium_residential\nD.sparse_residential", + "answer": "B" + }, + { + "id": "3b1a4964-6ae3-4390-b45b-583a50255d48", + "image_path": "images/1024.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.beach\nC.forest\nD.roundabout", + "answer": "C" + }, + { + "id": "331ce258-e142-4b99-a507-0b1d7eb379ae", + "image_path": "images/1025.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.forest\nC.sparse_residential\nD.parking", + "answer": "B" + }, + { + "id": "ae0891b7-d048-41c6-bd01-8db727e8b074", + "image_path": "images/1026.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.industrial\nC.forest\nD.farmland", + "answer": "C" + }, + { + "id": "c14a5ecf-635f-4b92-8995-d4e9431be598", + "image_path": "images/1027.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.forest\nC.river\nD.airport", + "answer": "B" + }, + { + "id": "e4b485a3-0a17-49c6-8d86-37407e46879f", + "image_path": "images/1028.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.bridge\nC.forest\nD.beach", + "answer": "C" + }, + { + "id": "ff529bf7-0b2f-419d-93fd-cf9736134aee", + "image_path": "images/1029.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.forest\nC.dense_residential\nD.school", + "answer": "B" + }, + { + "id": "5efa7770-3e8f-4b16-886d-4cac87ab8b11", + "image_path": "images/1030.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.industrial\nC.farmland\nD.forest", + "answer": "D" + }, + { + "id": "04c01f93-8323-4518-a82b-1439f697adea", + "image_path": "images/1031.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.bridge\nC.forest\nD.staduim", + "answer": "C" + }, + { + "id": "75dfef39-a1f3-4c34-9518-a0cee164148d", + "image_path": "images/1032.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.sparse_residential\nC.desert\nD.beach", + "answer": "A" + }, + { + "id": "4d851000-6734-4432-9a02-8da2b922e567", + "image_path": "images/1033.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.staduim\nC.industrial\nD.forest", + "answer": "D" + }, + { + "id": "01a4733f-8be3-4e23-8262-773bce4077aa", + "image_path": "images/1034.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.medium_residential\nC.forest\nD.pond", + "answer": "C" + }, + { + "id": "57b7f323-fe79-4911-9227-43193598276b", + "image_path": "images/1035.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.medium_residential\nC.forest\nD.bridge", + "answer": "C" + }, + { + "id": "5aef408f-0211-44a7-9e55-36e5613967c6", + "image_path": "images/1036.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.storage_tanks\nC.forest\nD.river", + "answer": "C" + }, + { + "id": "77ddfa64-5756-49d0-914d-93b1afb42001", + "image_path": "images/1037.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.bridge\nC.forest\nD.sparse_residential", + "answer": "C" + }, + { + "id": "7bc2e7b3-6251-4804-8688-48f6860f5228", + "image_path": "images/1038.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.industrial\nC.forest\nD.river", + "answer": "C" + }, + { + "id": "eaef0d51-0497-4e15-b7b5-f8a92249075d", + "image_path": "images/1039.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.industrial\nC.forest\nD.sparse_residential", + "answer": "C" + }, + { + "id": "f156295a-2e99-495c-9c90-ca70f8043654", + "image_path": "images/1040.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.forest\nC.beach\nD.baseball_filed", + "answer": "B" + }, + { + "id": "6bf447d9-66a3-44ea-a98f-dc92eed53da2", + "image_path": "images/1041.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.parking\nC.medium_residential\nD.beach", + "answer": "A" + }, + { + "id": "4474a6f5-4cca-43a9-8a0f-d72119514b09", + "image_path": "images/1042.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.forest\nC.desert\nD.parking", + "answer": "B" + }, + { + "id": "407e2efb-1f4d-4fe8-9558-763a05842b3f", + "image_path": "images/1043.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.baseball_filed\nC.forest\nD.airport", + "answer": "C" + }, + { + "id": "61aa4462-4fec-4531-b0ed-ece29d1dd9ba", + "image_path": "images/1044.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.farmland\nC.commercial\nD.beach", + "answer": "A" + }, + { + "id": "35fc2a65-b89e-4c24-a521-78f2bfb39c6e", + "image_path": "images/1045.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.school\nC.industrial\nD.desert", + "answer": "A" + }, + { + "id": "de5b33e0-807d-4a5d-b75c-9c9a6f5393d5", + "image_path": "images/1046.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.school\nC.forest\nD.church", + "answer": "C" + }, + { + "id": "e5f50474-5cc8-4d5a-9404-89b86be7f62f", + "image_path": "images/1047.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.church\nC.roundabout\nD.forest", + "answer": "D" + }, + { + "id": "1e1ddd61-4d0f-45d7-a974-e97390cf2025", + "image_path": "images/1048.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.sparse_residential\nC.staduim\nD.forest", + "answer": "D" + }, + { + "id": "583552c9-dc88-4836-82f4-b2d713110368", + "image_path": "images/1049.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.staduim\nC.forest\nD.beach", + "answer": "C" + }, + { + "id": "61a10193-2c4f-4378-843b-f1728a17dd1f", + "image_path": "images/1050.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.industrial\nC.forest\nD.beach", + "answer": "C" + }, + { + "id": "22cb7e5b-c47d-4649-975a-b9db4e268245", + "image_path": "images/1051.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.forest\nC.roundabout\nD.industrial", + "answer": "B" + }, + { + "id": "38c21b89-7ccf-4fc7-be5f-ff446b496ac4", + "image_path": "images/1052.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.beach\nC.sparse_residential\nD.forest", + "answer": "D" + }, + { + "id": "feac1963-00b0-42fc-9669-b10593662c15", + "image_path": "images/1053.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.baseball_filed\nC.forest\nD.church", + "answer": "C" + }, + { + "id": "64dc0fb1-8457-4bbf-9339-a1a131104dae", + "image_path": "images/1054.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.pond\nC.commercial\nD.forest", + "answer": "D" + }, + { + "id": "9c91906e-dbb4-4248-98c4-b50a659df530", + "image_path": "images/1055.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.farmland\nC.school\nD.bridge", + "answer": "A" + }, + { + "id": "403c3cb8-05d0-4070-8946-c3b3bcd48c59", + "image_path": "images/1056.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.farmland\nC.staduim\nD.airport", + "answer": "A" + }, + { + "id": "751d8167-c2c5-483c-b0d1-1998f83682a4", + "image_path": "images/1057.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.commercial\nC.parking\nD.roundabout", + "answer": "A" + }, + { + "id": "0c103c01-6389-43ae-b235-830059365f1f", + "image_path": "images/1058.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.forest\nC.medium_residential\nD.bridge", + "answer": "B" + }, + { + "id": "6aac1563-a373-48ab-b8a0-17822c6a5c34", + "image_path": "images/1059.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.forest\nC.airport\nD.school", + "answer": "B" + }, + { + "id": "35fe1b1c-8ecf-43d2-9de4-6a29d54928ee", + "image_path": "images/1060.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.forest\nC.medium_residential\nD.bridge", + "answer": "B" + }, + { + "id": "c62439a8-8c13-41ef-8b36-047dce8b36cb", + "image_path": "images/1061.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.parking\nC.staduim\nD.forest", + "answer": "D" + }, + { + "id": "ec592c49-0ee2-4841-9616-9fb3eeda773a", + "image_path": "images/1062.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.forest\nC.baseball_filed\nD.beach", + "answer": "B" + }, + { + "id": "224f2ec1-35b3-4f06-b19b-806e7e84f69e", + "image_path": "images/1063.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.church\nC.beach\nD.bridge", + "answer": "A" + }, + { + "id": "1340ec3a-7c1f-409f-9246-05a292963c83", + "image_path": "images/1064.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.pond\nC.industrial\nD.forest", + "answer": "C" + }, + { + "id": "042ab0e3-4449-41cc-a559-a31d962a8119", + "image_path": "images/1065.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.industrial\nC.school\nD.sparse_residential", + "answer": "B" + }, + { + "id": "2d4caeb0-52df-486c-b4c6-29c50e392045", + "image_path": "images/1066.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.industrial\nC.staduim\nD.baseball_filed", + "answer": "B" + }, + { + "id": "7e87c8c8-dffa-44a2-b634-7995778c9fb3", + "image_path": "images/1067.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.desert\nC.industrial\nD.farmland", + "answer": "C" + }, + { + "id": "043f06aa-e739-457b-a374-28ceda609bf0", + "image_path": "images/1068.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.baseball_filed\nC.school\nD.industrial", + "answer": "D" + }, + { + "id": "abb9237c-3dbb-4fa3-bed5-3d88d6df6f28", + "image_path": "images/1069.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.sparse_residential\nC.industrial\nD.medium_residential", + "answer": "C" + }, + { + "id": "3231145b-6a34-48b5-8606-9141b106d02c", + "image_path": "images/1070.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.industrial\nC.desert\nD.farmland", + "answer": "B" + }, + { + "id": "846a085a-2ca7-4683-a2f4-1e109082801f", + "image_path": "images/1071.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.sparse_residential\nC.industrial\nD.parking", + "answer": "C" + }, + { + "id": "703ab27e-e9f3-4f32-86db-9d70b1d8e44a", + "image_path": "images/1072.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.baseball_filed\nC.pond\nD.bridge", + "answer": "A" + }, + { + "id": "f67ab0d8-e71a-4bc6-b209-bea6ee35e68b", + "image_path": "images/1073.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.industrial\nC.baseball_filed\nD.forest", + "answer": "B" + }, + { + "id": "e83d1237-c492-4c43-ad63-0fa567763c83", + "image_path": "images/1074.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.desert\nC.forest\nD.industrial", + "answer": "D" + }, + { + "id": "05017c7e-ba84-4b4f-bfaf-2b4e320fbe75", + "image_path": "images/1075.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.industrial\nC.dense_residential\nD.staduim", + "answer": "B" + }, + { + "id": "8db0a85f-f8cd-4b78-9c96-3f6e9a424b15", + "image_path": "images/1076.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.dense_residential\nC.farmland\nD.industrial", + "answer": "D" + }, + { + "id": "12810a9e-d6a8-4511-be0f-ea8f77074b87", + "image_path": "images/1077.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.industrial\nC.desert\nD.dense_residential", + "answer": "B" + }, + { + "id": "8b687ce6-f923-4bac-ad89-e1d8832039e5", + "image_path": "images/1078.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.pond\nC.industrial\nD.bridge", + "answer": "C" + }, + { + "id": "9d85d425-2e2d-4f07-a7c3-19ead492a3d9", + "image_path": "images/1079.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.church\nC.staduim\nD.parking", + "answer": "A" + }, + { + "id": "38de8183-6d50-434a-b6d8-964d03b9d35f", + "image_path": "images/1080.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.school\nC.storage_tanks\nD.industrial", + "answer": "D" + }, + { + "id": "1fcdee0d-ce6b-457d-86e0-841be155aac9", + "image_path": "images/1081.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.commercial\nC.church\nD.bridge", + "answer": "A" + }, + { + "id": "1d79a9b5-b448-42ff-9196-ad9b2a7144d4", + "image_path": "images/1082.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.parking\nC.airport\nD.farmland", + "answer": "A" + }, + { + "id": "95c70145-c9e6-4f56-807d-9d2ee74c18be", + "image_path": "images/1083.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.industrial\nC.farmland\nD.roundabout", + "answer": "B" + }, + { + "id": "f35f7859-5686-4d1e-9af7-277ef737e89d", + "image_path": "images/1084.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.bridge\nC.sparse_residential\nD.industrial", + "answer": "D" + }, + { + "id": "a52f9a14-0974-470e-89c0-1846a7b0d238", + "image_path": "images/1085.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.forest\nC.church\nD.pond", + "answer": "A" + }, + { + "id": "882cf8bf-4ee1-45d4-bd31-41451f5a8985", + "image_path": "images/1086.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.industrial\nC.farmland\nD.parking", + "answer": "B" + }, + { + "id": "e542138b-b82c-48fa-a4b4-0b8385b8b30b", + "image_path": "images/1087.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.forest\nC.river\nD.industrial", + "answer": "D" + }, + { + "id": "06f68ffe-37e0-4fb0-be31-d9c41bd8718f", + "image_path": "images/1088.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.pond\nC.airport\nD.industrial", + "answer": "D" + }, + { + "id": "64ef6d44-d903-4777-96e0-167661ac58bf", + "image_path": "images/1089.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.farmland\nC.commercial\nD.forest", + "answer": "A" + }, + { + "id": "515aeaf6-996e-46a0-b55a-5936a3d07ac6", + "image_path": "images/1090.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.storage_tanks\nC.farmland\nD.industrial", + "answer": "D" + }, + { + "id": "c3e972ac-4362-40b1-8a81-59ce868fd8c1", + "image_path": "images/1091.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.river\nC.roundabout\nD.desert", + "answer": "A" + }, + { + "id": "55325efa-b98b-45c6-84f8-f4ee7a39bf07", + "image_path": "images/1092.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.staduim\nC.industrial\nD.river", + "answer": "C" + }, + { + "id": "12ea1c7b-8ab0-4dae-a37f-341a06c8bd95", + "image_path": "images/1093.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.staduim\nC.airport\nD.industrial", + "answer": "D" + }, + { + "id": "726c7288-b931-43d9-99f5-c72d377d170a", + "image_path": "images/1094.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.pond\nC.river\nD.industrial", + "answer": "D" + }, + { + "id": "4b7b5b12-18cb-410e-93f3-df415a14bfd4", + "image_path": "images/1095.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.church\nC.pond\nD.commercial", + "answer": "A" + }, + { + "id": "326eaebb-7440-4ac1-a79b-1d759ad77c46", + "image_path": "images/1096.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.industrial\nC.dense_residential\nD.sparse_residential", + "answer": "B" + }, + { + "id": "e379dedc-b5a7-4ddc-abc5-54be18715dcb", + "image_path": "images/1097.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.industrial\nC.parking\nD.school", + "answer": "B" + }, + { + "id": "51a00c3a-0c8f-475a-be7b-7c1d74972fe5", + "image_path": "images/1098.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.industrial\nC.commercial\nD.church", + "answer": "B" + }, + { + "id": "aa1862d8-d2e8-43cb-85f9-82086c9ac984", + "image_path": "images/1099.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.parking\nC.industrial\nD.farmland", + "answer": "C" + }, + { + "id": "42e23988-1ab3-4131-bcea-36b83efa12d4", + "image_path": "images/1100.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.industrial\nC.beach\nD.bridge", + "answer": "B" + }, + { + "id": "313259c7-bd31-49c6-a4d5-fae432f36367", + "image_path": "images/1101.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.industrial\nC.storage_tanks\nD.medium_residential", + "answer": "B" + }, + { + "id": "8ef8d169-abb3-405f-8b2d-1642c93a8d54", + "image_path": "images/1102.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.industrial\nC.school\nD.sparse_residential", + "answer": "B" + }, + { + "id": "8fe61cf8-3ea4-453a-bcbb-2e8fed89f70b", + "image_path": "images/1103.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.storage_tanks\nC.industrial\nD.school", + "answer": "C" + }, + { + "id": "02a6ec0c-8cd2-4f45-b69d-33710a913356", + "image_path": "images/1104.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.industrial\nC.roundabout\nD.dense_residential", + "answer": "B" + }, + { + "id": "cca64cc5-3f42-4100-900b-715f242e401a", + "image_path": "images/1105.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.staduim\nC.baseball_filed\nD.commercial", + "answer": "A" + }, + { + "id": "203ffe91-78e3-4a6a-96dd-8d8b3656681c", + "image_path": "images/1106.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.industrial\nC.medium_residential\nD.commercial", + "answer": "B" + }, + { + "id": "ab624999-33ea-48b1-803c-50ed6df3be86", + "image_path": "images/1107.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.industrial\nC.desert\nD.farmland", + "answer": "B" + }, + { + "id": "0232e0a7-ce8d-4ea6-b36a-c660ce39cec0", + "image_path": "images/1108.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.industrial\nC.baseball_filed\nD.airport", + "answer": "B" + }, + { + "id": "e2086cf3-22f9-40ee-bcd2-879d650ff009", + "image_path": "images/1109.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.industrial\nC.baseball_filed\nD.storage_tanks", + "answer": "B" + }, + { + "id": "a0041c03-0579-4934-85ad-9cf3a0453d37", + "image_path": "images/1110.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.industrial\nC.airport\nD.beach", + "answer": "B" + }, + { + "id": "2310a3dc-4c21-4d82-8ae9-a90dc7abd6ef", + "image_path": "images/1111.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.medium_residential\nC.industrial\nD.storage_tanks", + "answer": "C" + }, + { + "id": "9372163d-c9e2-4fde-b05c-5782dbce7199", + "image_path": "images/1112.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.sparse_residential\nC.storage_tanks\nD.industrial", + "answer": "D" + }, + { + "id": "9540bf63-02a6-48fa-8024-b6d43f96c4a2", + "image_path": "images/1113.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.bridge\nC.school\nD.farmland", + "answer": "A" + }, + { + "id": "272f2dd9-b37a-47c8-93c6-ee53a5cd2ae9", + "image_path": "images/1114.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.school\nC.baseball_filed\nD.industrial", + "answer": "D" + }, + { + "id": "8f7da143-9c99-4b15-aa28-9c45a0605e85", + "image_path": "images/1115.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.parking\nC.industrial\nD.desert", + "answer": "C" + }, + { + "id": "75ad497e-da13-4c01-a71e-9ecd85568245", + "image_path": "images/1116.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.industrial\nC.forest\nD.storage_tanks", + "answer": "B" + }, + { + "id": "6e203939-3b61-4603-bc9f-9e21508e768a", + "image_path": "images/1117.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.desert\nC.dense_residential\nD.industrial", + "answer": "D" + }, + { + "id": "4faa1c72-fe21-4a0e-8801-d0ec1494bbb7", + "image_path": "images/1118.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.commercial\nC.parking\nD.industrial", + "answer": "D" + }, + { + "id": "7428d79c-1124-4c0c-b515-cc34054c4f1f", + "image_path": "images/1119.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.industrial\nC.desert\nD.pond", + "answer": "B" + }, + { + "id": "10e2ce39-49ae-460c-8810-1d958b613bad", + "image_path": "images/1120.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.school\nC.staduim\nD.industrial", + "answer": "D" + }, + { + "id": "e460952b-87ae-44cc-86b0-c7fe53640069", + "image_path": "images/1121.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.beach\nC.river\nD.sparse_residential", + "answer": "A" + }, + { + "id": "d466e3e0-a380-47c2-8a8d-94d273856f07", + "image_path": "images/1122.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.airport\nC.industrial\nD.bridge", + "answer": "C" + }, + { + "id": "90666581-187c-41c7-b506-2e245a59125a", + "image_path": "images/1123.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.parking\nC.sparse_residential\nD.industrial", + "answer": "D" + }, + { + "id": "9801d9fd-b837-40f7-b46e-ee3c7b8da3fc", + "image_path": "images/1124.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.river\nC.industrial\nD.airport", + "answer": "C" + }, + { + "id": "3ade03ae-b35c-40e5-aec9-e6e90741abb5", + "image_path": "images/1125.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.school\nC.storage_tanks\nD.industrial", + "answer": "D" + }, + { + "id": "41859ecf-97b9-4870-9710-93d4882c37b3", + "image_path": "images/1126.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.industrial\nC.medium_residential\nD.staduim", + "answer": "B" + }, + { + "id": "eac3f8b6-b664-4502-84d8-806e8de2a8a7", + "image_path": "images/1127.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.industrial\nC.commercial\nD.parking", + "answer": "B" + }, + { + "id": "97c112ea-b310-4014-bbaf-1078c1fcdcd2", + "image_path": "images/1128.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.pond\nC.school\nD.desert", + "answer": "A" + }, + { + "id": "25fd59a2-ff42-4499-be09-a26f0bbf0943", + "image_path": "images/1129.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.church\nC.industrial\nD.school", + "answer": "C" + }, + { + "id": "237f4974-51fe-4982-b5a8-699ec78f8d13", + "image_path": "images/1130.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.roundabout\nC.medium_residential\nD.forest", + "answer": "A" + }, + { + "id": "55654da4-04ad-4803-86af-b88746bfa7ab", + "image_path": "images/1131.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.industrial\nC.parking\nD.pond", + "answer": "B" + }, + { + "id": "6da2c371-9895-4f01-81d4-180f06d20e82", + "image_path": "images/1132.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.storage_tanks\nC.industrial\nD.dense_residential", + "answer": "C" + }, + { + "id": "92cd2f85-1fe0-45a9-8719-225524350c3f", + "image_path": "images/1133.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.pond\nC.church\nD.industrial", + "answer": "D" + }, + { + "id": "e8e02b5d-f428-47cb-9d42-dc7c4d8b290e", + "image_path": "images/1134.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.storage_tanks\nC.industrial\nD.church", + "answer": "C" + }, + { + "id": "e12212c6-53f8-4b18-8c8c-5e8bd10a12c4", + "image_path": "images/1135.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.dense_residential\nC.bridge\nD.industrial", + "answer": "D" + }, + { + "id": "79495abb-0224-43d2-86d1-68b953fa055d", + "image_path": "images/1136.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.forest\nC.industrial\nD.roundabout", + "answer": "C" + }, + { + "id": "222505bb-22f2-4ea0-a392-5be0322b8400", + "image_path": "images/1137.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.roundabout\nC.industrial\nD.pond", + "answer": "C" + }, + { + "id": "24bef64e-7a2a-4d53-8d2f-f0dd97f60b9a", + "image_path": "images/1138.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.beach\nC.industrial\nD.river", + "answer": "C" + }, + { + "id": "14229256-7f21-46cb-9147-bd1889e0ccc9", + "image_path": "images/1139.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.bridge\nC.forest\nD.roundabout", + "answer": "A" + }, + { + "id": "d63d1678-64da-488a-9002-9ce7c425da7c", + "image_path": "images/1140.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.industrial\nC.dense_residential\nD.farmland", + "answer": "B" + }, + { + "id": "4a68efaa-6cc5-48e6-846e-00f4b424ed92", + "image_path": "images/1141.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.industrial\nC.farmland\nD.parking", + "answer": "B" + }, + { + "id": "0c120ca4-dd4e-4ac7-a34b-b68442899a33", + "image_path": "images/1142.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.roundabout\nC.desert\nD.industrial", + "answer": "D" + }, + { + "id": "6f7bfe5a-fd13-4d83-b06e-b67a2fab0032", + "image_path": "images/1143.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.commercial\nC.industrial\nD.staduim", + "answer": "C" + }, + { + "id": "1707dac7-647e-43b8-bfb0-d07faf0ef7ce", + "image_path": "images/1144.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.industrial\nC.pond\nD.church", + "answer": "B" + }, + { + "id": "e9596b9b-c0a9-48a4-9030-f937f8b84889", + "image_path": "images/1145.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.industrial\nC.dense_residential\nD.commercial", + "answer": "B" + }, + { + "id": "e6d4a548-2679-45f2-a213-ad1309bac383", + "image_path": "images/1146.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.beach\nC.industrial\nD.sparse_residential", + "answer": "C" + }, + { + "id": "886a06d6-810a-4f27-a3be-f83c2a8eb41d", + "image_path": "images/1147.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.industrial\nC.sparse_residential\nD.school", + "answer": "B" + }, + { + "id": "8f408c1c-b4d2-4069-ad4f-8fac88024550", + "image_path": "images/1148.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.river\nC.industrial\nD.farmland", + "answer": "C" + }, + { + "id": "d28079ed-f042-47f7-8ddf-ebbe7399f44a", + "image_path": "images/1149.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.roundabout\nC.industrial\nD.river", + "answer": "C" + }, + { + "id": "001443db-9015-4b10-9d0e-ef93b2b60bb1", + "image_path": "images/1150.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.forest\nC.pond\nD.parking", + "answer": "A" + }, + { + "id": "ec6e484e-c9d5-4ac1-aa0b-1453feee8e52", + "image_path": "images/1151.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.roundabout\nC.beach\nD.parking", + "answer": "A" + }, + { + "id": "ba7966ba-65c8-4614-b55c-3629ad80be01", + "image_path": "images/1152.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.roundabout\nC.baseball_filed\nD.school", + "answer": "A" + }, + { + "id": "f6894fb6-113f-41e1-81c9-5d63289cf0ad", + "image_path": "images/1153.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.industrial\nC.beach\nD.bridge", + "answer": "B" + }, + { + "id": "1bba8cc0-c52c-45ef-9e18-67f8abc23c93", + "image_path": "images/1154.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.forest\nC.industrial\nD.sparse_residential", + "answer": "C" + }, + { + "id": "9df18bef-13cd-4dc2-854e-46dce6a3c617", + "image_path": "images/1155.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.school\nC.commercial\nD.industrial", + "answer": "D" + }, + { + "id": "615697d6-41bd-43ba-bbf5-605d4666f4b3", + "image_path": "images/1156.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.farmland\nC.desert\nD.industrial", + "answer": "D" + }, + { + "id": "807dc999-24a5-43e6-92ad-63528a0b1d6e", + "image_path": "images/1157.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.pond\nC.sparse_residential\nD.industrial", + "answer": "D" + }, + { + "id": "8e842b2b-8a37-4373-af82-c90ff7a971f7", + "image_path": "images/1158.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.medium_residential\nC.industrial\nD.airport", + "answer": "C" + }, + { + "id": "be831821-6547-46db-b7f8-8bb97ca1b0ef", + "image_path": "images/1159.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.church\nC.parking\nD.commercial", + "answer": "A" + }, + { + "id": "899bcf01-2f6e-45dd-a805-9201584f91d8", + "image_path": "images/1160.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.beach\nC.industrial\nD.commercial", + "answer": "C" + }, + { + "id": "9b8d6d40-b218-410b-9c15-6ab1fd29bd2d", + "image_path": "images/1161.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.bridge\nC.pond\nD.industrial", + "answer": "D" + }, + { + "id": "0d1cdab6-098b-43d1-842a-c6c48c687e38", + "image_path": "images/1162.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.beach\nC.industrial\nD.farmland", + "answer": "C" + }, + { + "id": "2407f8c1-b474-4298-8a35-4d47d2a9b0ee", + "image_path": "images/1163.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.storage_tanks\nC.commercial\nD.bridge", + "answer": "A" + }, + { + "id": "46bb98c2-f55d-46aa-9c69-ad7fd3a47fef", + "image_path": "images/1164.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.beach\nC.sparse_residential\nD.industrial", + "answer": "D" + }, + { + "id": "db078eb5-3291-48a3-b54b-60921d4a7310", + "image_path": "images/1165.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.bridge\nC.forest\nD.industrial", + "answer": "D" + }, + { + "id": "8132def6-596b-4f9d-b5fb-098c162e954f", + "image_path": "images/1166.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.medium_residential\nC.pond\nD.river", + "answer": "A" + }, + { + "id": "26c5bb1d-565c-410c-ae77-87a2b3dd1b5a", + "image_path": "images/1167.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.commercial\nC.industrial\nD.dense_residential", + "answer": "C" + }, + { + "id": "af945875-f884-4060-ad8a-adbe5aef5900", + "image_path": "images/1168.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.medium_residential\nC.baseball_filed\nD.pond", + "answer": "A" + }, + { + "id": "68d83b1f-2d28-46a9-8c96-700c2f4344f4", + "image_path": "images/1169.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.parking\nC.commercial\nD.industrial", + "answer": "D" + }, + { + "id": "564b5cc8-9bf3-4cb6-8927-513dc50fe7b5", + "image_path": "images/1170.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.industrial\nC.beach\nD.school", + "answer": "B" + }, + { + "id": "93493f69-e6c8-4aba-b12a-14f085ce0409", + "image_path": "images/1171.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.storage_tanks\nC.commercial\nD.roundabout", + "answer": "A" + }, + { + "id": "07eec950-9345-4b4d-a8a5-24dad7a268cf", + "image_path": "images/1172.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.industrial\nC.river\nD.commercial", + "answer": "B" + }, + { + "id": "b2b75e92-35f1-4798-bbc7-de95e6d654b4", + "image_path": "images/1173.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.beach\nC.parking\nD.storage_tanks", + "answer": "A" + }, + { + "id": "3083e152-d091-42a6-a7f2-79a0648f7332", + "image_path": "images/1174.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.industrial\nC.dense_residential\nD.forest", + "answer": "B" + }, + { + "id": "e23b600d-2242-4569-a490-a9e7cabdaa62", + "image_path": "images/1175.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.roundabout\nC.industrial\nD.medium_residential", + "answer": "C" + }, + { + "id": "e4aa8d50-b86e-41ab-b9c7-619d37e16365", + "image_path": "images/1176.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.school\nC.industrial\nD.staduim", + "answer": "C" + }, + { + "id": "0d7d7e52-16ef-40ff-8bcd-d915f433035a", + "image_path": "images/1177.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.school\nC.sparse_residential\nD.industrial", + "answer": "D" + }, + { + "id": "2b9e2bbb-6b94-4576-956b-935be2a72cf6", + "image_path": "images/1178.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.school\nC.baseball_filed\nD.industrial", + "answer": "D" + }, + { + "id": "131efeef-3de3-42f4-94e0-cd67193f11ad", + "image_path": "images/1179.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.industrial\nC.river\nD.desert", + "answer": "B" + }, + { + "id": "0640abfa-7f01-4b3b-a468-981bc7f62b4f", + "image_path": "images/1180.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.beach\nC.industrial\nD.storage_tanks", + "answer": "C" + }, + { + "id": "2654d0c3-edb1-4283-ae17-1c4783f25d6f", + "image_path": "images/1181.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.airport\nC.sparse_residential\nD.forest", + "answer": "A" + }, + { + "id": "b3d45fdd-1d14-4b40-882a-e2d8bd209a45", + "image_path": "images/1182.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.industrial\nC.forest\nD.sparse_residential", + "answer": "B" + }, + { + "id": "707afb2f-78a0-4fea-82b8-6bd2e9c8e56d", + "image_path": "images/1183.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.desert\nC.industrial\nD.pond", + "answer": "C" + }, + { + "id": "0db23d04-1c5f-4b1c-b469-24b850d78f9b", + "image_path": "images/1184.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.medium_residential\nC.staduim\nD.industrial", + "answer": "D" + }, + { + "id": "ce89b3cb-7668-41eb-982b-3ba8d4a8be86", + "image_path": "images/1185.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.baseball_filed\nC.industrial\nD.sparse_residential", + "answer": "C" + }, + { + "id": "3e726f39-dbfb-4bdf-8b2f-af1b8e566e25", + "image_path": "images/1186.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.roundabout\nC.industrial\nD.dense_residential", + "answer": "C" + }, + { + "id": "1989c8b4-2500-49c8-887a-e25f665f1cf2", + "image_path": "images/1187.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.church\nC.industrial\nD.forest", + "answer": "C" + }, + { + "id": "7326c410-c4ed-4bc0-9d7b-79fa761c5211", + "image_path": "images/1188.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.farmland\nC.forest\nD.medium_residential", + "answer": "A" + }, + { + "id": "a966d6da-5292-427b-b0c5-784496c6dc08", + "image_path": "images/1189.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.industrial\nC.river\nD.forest", + "answer": "B" + }, + { + "id": "9426324b-176d-4ebf-ba55-86690db551a2", + "image_path": "images/1190.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.industrial\nC.sparse_residential\nD.dense_residential", + "answer": "B" + }, + { + "id": "e7e29bbe-40e0-4a23-b3e6-33053bb4dae0", + "image_path": "images/1191.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.sparse_residential\nC.parking\nD.industrial", + "answer": "D" + }, + { + "id": "6211bd32-9536-456d-8582-453e4c786e87", + "image_path": "images/1192.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.river\nC.pond\nD.industrial", + "answer": "D" + }, + { + "id": "2adfdb5b-4881-42b5-a53d-8bbc39f353a7", + "image_path": "images/1193.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.staduim\nC.industrial\nD.forest", + "answer": "C" + }, + { + "id": "fbc02b7c-67e8-4a02-9b8c-f9c479a7ae5d", + "image_path": "images/1194.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.airport\nC.parking\nD.school", + "answer": "A" + }, + { + "id": "ab1e0f52-dd6b-42af-ad66-78a88c6fb5b2", + "image_path": "images/1195.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.farmland\nC.baseball_filed\nD.parking", + "answer": "A" + }, + { + "id": "094867dd-2435-4bd5-b6e1-8ce71de4fa0a", + "image_path": "images/1196.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.farmland\nC.industrial\nD.parking", + "answer": "C" + }, + { + "id": "46186981-e0d5-4982-98dd-b5e18c1c1586", + "image_path": "images/1197.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.pond\nC.industrial\nD.baseball_filed", + "answer": "C" + }, + { + "id": "473481da-9395-4985-b7f2-f4831e920a5a", + "image_path": "images/1198.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.farmland\nC.river\nD.commercial", + "answer": "A" + }, + { + "id": "be9df858-1220-4b4f-8412-a87f0c9dc5c5", + "image_path": "images/1199.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.beach\nC.industrial\nD.sparse_residential", + "answer": "C" + }, + { + "id": "9561cd69-c94b-4275-8a18-cae35a8e699b", + "image_path": "images/1200.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.industrial\nC.baseball_filed\nD.sparse_residential", + "answer": "B" + }, + { + "id": "aa666fde-3560-42e0-9005-683cc797a214", + "image_path": "images/1201.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.parking\nC.farmland\nD.commercial", + "answer": "A" + }, + { + "id": "0261c702-cf46-4884-a2b7-04b549c1339b", + "image_path": "images/1202.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.farmland\nC.airport\nD.industrial", + "answer": "D" + }, + { + "id": "a544492f-6b92-423a-8adc-3f52540f61e6", + "image_path": "images/1203.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.commercial\nC.roundabout\nD.desert", + "answer": "A" + }, + { + "id": "450556be-1ea9-48b1-a65a-4a09802b4d82", + "image_path": "images/1204.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.industrial\nC.forest\nD.storage_tanks", + "answer": "B" + }, + { + "id": "c5de5bf1-67b7-44e6-9fff-42408aae137a", + "image_path": "images/1205.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.industrial\nC.beach\nD.baseball_filed", + "answer": "B" + }, + { + "id": "bac54e50-1a8c-4c1d-b25c-0ef02373a284", + "image_path": "images/1206.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.forest\nC.industrial\nD.sparse_residential", + "answer": "C" + }, + { + "id": "2cf85912-5d0f-4e59-be84-64ddbb26bae5", + "image_path": "images/1207.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.parking\nC.desert\nD.river", + "answer": "A" + }, + { + "id": "8dda7117-ab93-467d-9b85-eca44fa79c2e", + "image_path": "images/1208.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.beach\nC.commercial\nD.airport", + "answer": "A" + }, + { + "id": "705be333-c9f8-4faf-b93d-0418d7d4d0b1", + "image_path": "images/1209.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.parking\nC.industrial\nD.pond", + "answer": "C" + }, + { + "id": "a684670e-bb5f-4603-aaf1-93fd2a1231fb", + "image_path": "images/1210.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.sparse_residential\nC.industrial\nD.church", + "answer": "C" + }, + { + "id": "198b99af-b4dd-4d37-8e91-89f0e2667844", + "image_path": "images/1211.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.airport\nC.staduim\nD.industrial", + "answer": "D" + }, + { + "id": "769c9243-639a-4ae6-94c2-a52596f57d61", + "image_path": "images/1212.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.church\nC.roundabout\nD.industrial", + "answer": "D" + }, + { + "id": "b496d78e-7e50-419c-8954-c0f5fa79d100", + "image_path": "images/1213.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.farmland\nC.industrial\nD.parking", + "answer": "C" + }, + { + "id": "894a4568-9b4d-4c51-a2ff-8f179e983871", + "image_path": "images/1214.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.beach\nC.industrial\nD.commercial", + "answer": "C" + }, + { + "id": "69c191a6-8d29-41ba-b073-ac23976fee11", + "image_path": "images/1215.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.baseball_filed\nC.industrial\nD.roundabout", + "answer": "C" + }, + { + "id": "57c2ca29-8016-43ce-91c7-f344f9879d8a", + "image_path": "images/1216.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.forest\nC.industrial\nD.church", + "answer": "C" + }, + { + "id": "5928737d-6499-4ac7-b40b-6ccded3377e4", + "image_path": "images/1217.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.medium_residential\nC.desert\nD.pond", + "answer": "A" + }, + { + "id": "01b24ffe-d1ab-48c4-810e-d1bb2b601588", + "image_path": "images/1218.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.airport\nC.church\nD.river", + "answer": "A" + }, + { + "id": "eac0fbf1-9ffd-46d5-a7c1-d0c272517243", + "image_path": "images/1219.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.beach\nC.baseball_filed\nD.industrial", + "answer": "D" + }, + { + "id": "2f574e88-d227-4a2c-babc-732af9df33a5", + "image_path": "images/1220.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.forest\nC.church\nD.industrial", + "answer": "D" + }, + { + "id": "862ffd07-a691-4394-8f04-f75e0592ae43", + "image_path": "images/1221.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.industrial\nC.river\nD.forest", + "answer": "B" + }, + { + "id": "7dbce0c5-1bf8-4663-a968-2506fdc58167", + "image_path": "images/1222.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.church\nC.dense_residential\nD.pond", + "answer": "A" + }, + { + "id": "ff75636d-8151-441c-a2ad-35c9a862ef88", + "image_path": "images/1223.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.forest\nC.desert\nD.industrial", + "answer": "D" + }, + { + "id": "71c7a6ee-c153-4130-8f3a-a3eac186b90f", + "image_path": "images/1224.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.desert\nC.beach\nD.parking", + "answer": "A" + }, + { + "id": "2f898eaf-158f-437b-b581-8cba161a5cdb", + "image_path": "images/1225.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.staduim\nC.industrial\nD.river", + "answer": "C" + }, + { + "id": "ed94bb84-277d-4274-8161-e74573d4c4f9", + "image_path": "images/1226.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.baseball_filed\nC.school\nD.industrial", + "answer": "D" + }, + { + "id": "d1f3cbad-be52-494b-a192-7281d911ec6b", + "image_path": "images/1227.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.airport\nC.farmland\nD.commercial", + "answer": "A" + }, + { + "id": "a51d28bc-9a60-4786-b660-fa12b78980c5", + "image_path": "images/1228.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.pond\nC.roundabout\nD.parking", + "answer": "A" + }, + { + "id": "307f3bde-3ffd-4e6e-a423-dc069f3816bb", + "image_path": "images/1229.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.pond\nC.industrial\nD.bridge", + "answer": "C" + }, + { + "id": "2000d93e-28f0-43f2-91ef-e3a2e2541e46", + "image_path": "images/1230.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.staduim\nC.farmland\nD.industrial", + "answer": "D" + }, + { + "id": "a6f61b6f-ae15-4f76-a57b-781117b3c134", + "image_path": "images/1231.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.industrial\nC.airport\nD.staduim", + "answer": "B" + }, + { + "id": "19c62298-e131-4129-bbf3-b28121da9be0", + "image_path": "images/1232.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.staduim\nC.baseball_filed\nD.beach", + "answer": "A" + }, + { + "id": "fd9e97ef-dee9-4eac-a011-656f13ec572a", + "image_path": "images/1233.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.industrial\nC.dense_residential\nD.staduim", + "answer": "B" + }, + { + "id": "2ae8c9cf-a381-4e0f-ae38-643906d0e278", + "image_path": "images/1234.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.river\nC.storage_tanks\nD.industrial", + "answer": "D" + }, + { + "id": "3bb1575a-46d6-4e18-be6b-9f275c2c3d9d", + "image_path": "images/1235.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.commercial\nC.farmland\nD.beach", + "answer": "A" + }, + { + "id": "4140ae61-f6ae-4be1-b246-dc5e2858a3c7", + "image_path": "images/1236.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.desert\nC.industrial\nD.baseball_filed", + "answer": "C" + }, + { + "id": "8f301a87-3b42-4762-91d6-5b74830b125e", + "image_path": "images/1237.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.roundabout\nC.industrial\nD.forest", + "answer": "C" + }, + { + "id": "009c3b33-b69e-4c22-b8bc-da860d269ad6", + "image_path": "images/1238.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.baseball_filed\nC.roundabout\nD.industrial", + "answer": "D" + }, + { + "id": "67afeae7-86d6-4cd7-aa16-ebd9f291935c", + "image_path": "images/1239.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.beach\nC.baseball_filed\nD.storage_tanks", + "answer": "A" + }, + { + "id": "7395b610-1608-4c46-9deb-4538cd34c49e", + "image_path": "images/1240.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.sparse_residential\nC.farmland\nD.medium_residential", + "answer": "A" + }, + { + "id": "f7ccb470-a009-44ae-96e4-1a0733db2ed1", + "image_path": "images/1241.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.industrial\nC.bridge\nD.beach", + "answer": "B" + }, + { + "id": "c8913167-d8f4-49c0-9954-a47cbe87b815", + "image_path": "images/1242.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.airport\nC.beach\nD.river", + "answer": "A" + }, + { + "id": "0c336345-866b-46ef-8c8b-0f087c7d1a89", + "image_path": "images/1243.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.parking\nC.sparse_residential\nD.industrial", + "answer": "D" + }, + { + "id": "ddbe8454-79cb-4e9b-a409-0d640cfc4d90", + "image_path": "images/1244.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.beach\nC.industrial\nD.farmland", + "answer": "C" + }, + { + "id": "46347ea2-6faa-4908-b652-4c65811a7b8b", + "image_path": "images/1245.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.dense_residential\nC.storage_tanks\nD.industrial", + "answer": "D" + }, + { + "id": "bd2de1d8-5bc1-46f5-b9e5-25699ae04206", + "image_path": "images/1246.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.industrial\nC.farmland\nD.dense_residential", + "answer": "B" + }, + { + "id": "37c7321b-0fee-4e06-8d58-92301321cc60", + "image_path": "images/1247.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.industrial\nC.commercial\nD.dense_residential", + "answer": "B" + }, + { + "id": "234c68d8-7b70-44cb-af1a-7c01835a5b16", + "image_path": "images/1248.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.pond\nC.medium_residential\nD.staduim", + "answer": "C" + }, + { + "id": "7ac0037f-f6e6-4c50-a867-ed558b9199ac", + "image_path": "images/1249.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.medium_residential\nC.commercial\nD.parking", + "answer": "B" + }, + { + "id": "e813750f-6f5d-4eb9-bd2f-816162dc8992", + "image_path": "images/1250.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.medium_residential\nC.sparse_residential\nD.school", + "answer": "B" + }, + { + "id": "5ef022c9-d2df-40c6-9616-52780f09bd0b", + "image_path": "images/1251.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.airport\nC.medium_residential\nD.storage_tanks", + "answer": "C" + }, + { + "id": "0b45e0b5-0db5-4f21-aeb8-37b619faa76b", + "image_path": "images/1252.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.industrial\nC.medium_residential\nD.staduim", + "answer": "C" + }, + { + "id": "38104bf6-5abd-4d4a-a77d-4daa6f35eb59", + "image_path": "images/1253.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.pond\nC.medium_residential\nD.river", + "answer": "C" + }, + { + "id": "a3d96d6b-d776-488e-af59-e82fdb278d09", + "image_path": "images/1254.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.airport\nC.commercial\nD.medium_residential", + "answer": "D" + }, + { + "id": "431f0e63-9db2-4272-b488-1d559a84cccc", + "image_path": "images/1255.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.commercial\nC.medium_residential\nD.bridge", + "answer": "C" + }, + { + "id": "6b61dc65-7ed0-40a2-b914-f283843ebac8", + "image_path": "images/1256.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.beach\nC.medium_residential\nD.commercial", + "answer": "C" + }, + { + "id": "e1d4337c-3d81-403d-93a7-55e4584f4e60", + "image_path": "images/1257.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.pond\nC.medium_residential\nD.church", + "answer": "C" + }, + { + "id": "5145a6a4-5794-49fc-a15f-551234b262da", + "image_path": "images/1258.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.pond\nC.school\nD.medium_residential", + "answer": "D" + }, + { + "id": "d3bd9183-58f6-4a34-ab38-309ca5105f82", + "image_path": "images/1259.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.medium_residential\nC.sparse_residential\nD.parking", + "answer": "B" + }, + { + "id": "c707a525-3d06-440a-852c-cf48e94ffe17", + "image_path": "images/1260.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.river\nC.school\nD.medium_residential", + "answer": "D" + }, + { + "id": "5d25af3c-c2e9-43a8-9151-4334f329b25e", + "image_path": "images/1261.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.commercial\nC.industrial\nD.medium_residential", + "answer": "D" + }, + { + "id": "df06c4ff-3bde-4b7b-87be-045945a56dfe", + "image_path": "images/1262.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.medium_residential\nC.industrial\nD.forest", + "answer": "B" + }, + { + "id": "378d41ed-3a09-4906-8163-56b23efc2377", + "image_path": "images/1263.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.medium_residential\nC.school\nD.storage_tanks", + "answer": "B" + }, + { + "id": "43121737-f466-4103-a11f-078d365efe11", + "image_path": "images/1264.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.parking\nC.airport\nD.medium_residential", + "answer": "D" + }, + { + "id": "d109724f-2203-40e9-a8b1-b961ef5064a4", + "image_path": "images/1265.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.river\nC.industrial\nD.bridge", + "answer": "A" + }, + { + "id": "17d77ea2-0e7d-40ce-a1c0-884642e7b3b6", + "image_path": "images/1266.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.medium_residential\nC.forest\nD.storage_tanks", + "answer": "B" + }, + { + "id": "8edbc222-bd1a-4c64-b9fe-c92892785770", + "image_path": "images/1267.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.farmland\nC.storage_tanks\nD.river", + "answer": "A" + }, + { + "id": "a2aa8282-9e2b-437e-bcd8-27bc6259c9df", + "image_path": "images/1268.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.pond\nC.medium_residential\nD.dense_residential", + "answer": "C" + }, + { + "id": "e1cbebc6-d06c-4444-ac44-77bbfbd32892", + "image_path": "images/1269.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.staduim\nC.baseball_filed\nD.medium_residential", + "answer": "D" + }, + { + "id": "4eaad8f2-2fd8-450f-baa7-5ea4237d72d5", + "image_path": "images/1270.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.beach\nC.sparse_residential\nD.medium_residential", + "answer": "D" + }, + { + "id": "b72b6b8e-971b-474a-b463-a949f320f408", + "image_path": "images/1271.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.industrial\nC.staduim\nD.medium_residential", + "answer": "D" + }, + { + "id": "0ebe565e-2c5e-48ef-9276-a190cdec6ab9", + "image_path": "images/1272.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.school\nC.medium_residential\nD.forest", + "answer": "C" + }, + { + "id": "8f1e28a3-a0ff-4fc2-96b0-a4054ff1e8f6", + "image_path": "images/1273.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.farmland\nC.sparse_residential\nD.medium_residential", + "answer": "D" + }, + { + "id": "f61da167-e825-4e8b-ae0c-ef7a6a4db75b", + "image_path": "images/1274.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.church\nC.dense_residential\nD.river", + "answer": "A" + }, + { + "id": "82fcbec0-d8fc-490e-acfd-ed7432bdee30", + "image_path": "images/1275.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.desert\nC.parking\nD.storage_tanks", + "answer": "A" + }, + { + "id": "d9feaed9-e02f-4c40-8134-904eba40dc5c", + "image_path": "images/1276.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.school\nC.beach\nD.parking", + "answer": "A" + }, + { + "id": "27c467cb-8447-4569-94ec-889576be2f20", + "image_path": "images/1277.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.industrial\nC.school\nD.dense_residential", + "answer": "A" + }, + { + "id": "c3254e9a-d393-4d18-a13a-c2e7912ffb7a", + "image_path": "images/1278.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.storage_tanks\nC.medium_residential\nD.desert", + "answer": "C" + }, + { + "id": "dc2b6eb1-fe3a-4e4f-9667-484020947a94", + "image_path": "images/1279.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.medium_residential\nC.farmland\nD.river", + "answer": "B" + }, + { + "id": "6ebcb199-4a77-4795-a2ea-24c60e5be675", + "image_path": "images/1280.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.beach\nC.medium_residential\nD.farmland", + "answer": "C" + }, + { + "id": "defff0a0-c7fe-4a86-a79d-99a0dd8254f6", + "image_path": "images/1281.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.commercial\nC.medium_residential\nD.pond", + "answer": "C" + }, + { + "id": "0117629c-247c-44a7-85ea-faf65ddbb44c", + "image_path": "images/1282.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.medium_residential\nC.staduim\nD.bridge", + "answer": "B" + }, + { + "id": "5d142a33-1fb9-4077-8dde-696e1f6155d8", + "image_path": "images/1283.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.dense_residential\nC.bridge\nD.medium_residential", + "answer": "D" + }, + { + "id": "cf35ccc9-9310-4c8f-a204-ef3434eef567", + "image_path": "images/1284.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.forest\nC.medium_residential\nD.industrial", + "answer": "C" + }, + { + "id": "9ac4a57d-8a1b-4279-b2dc-56d418a64d3f", + "image_path": "images/1285.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.sparse_residential\nC.dense_residential\nD.church", + "answer": "A" + }, + { + "id": "395b3f67-d4c4-4286-984f-bc77980d1eb6", + "image_path": "images/1286.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.sparse_residential\nC.medium_residential\nD.bridge", + "answer": "C" + }, + { + "id": "f5bf7053-067f-48cc-817d-047515905040", + "image_path": "images/1287.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.school\nC.baseball_filed\nD.river", + "answer": "A" + }, + { + "id": "5ae452e6-9afb-4116-811d-855967c9252c", + "image_path": "images/1288.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.medium_residential\nC.airport\nD.church", + "answer": "B" + }, + { + "id": "9d373147-22f3-4e49-a764-3bd9ab713d85", + "image_path": "images/1289.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.medium_residential\nC.school\nD.baseball_filed", + "answer": "B" + }, + { + "id": "340943fb-dbd7-447d-bd60-5af250b7d690", + "image_path": "images/1290.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.baseball_filed\nC.beach\nD.medium_residential", + "answer": "D" + }, + { + "id": "249c6299-be6f-414c-a245-e45a77210290", + "image_path": "images/1291.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.medium_residential\nC.bridge\nD.pond", + "answer": "B" + }, + { + "id": "9d1eb0d0-bb58-42a8-ac21-ed5a35015050", + "image_path": "images/1292.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.storage_tanks\nC.commercial\nD.medium_residential", + "answer": "D" + }, + { + "id": "c59f7f06-bddc-449b-b509-26f5adeb7950", + "image_path": "images/1293.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.parking\nC.commercial\nD.medium_residential", + "answer": "D" + }, + { + "id": "c45d5a80-4c86-4c4e-baba-368eb11a1da5", + "image_path": "images/1294.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.parking\nC.medium_residential\nD.baseball_filed", + "answer": "C" + }, + { + "id": "450129b3-a9a3-4d0d-a3c4-fabac3a45489", + "image_path": "images/1295.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.medium_residential\nC.industrial\nD.sparse_residential", + "answer": "B" + }, + { + "id": "d1274624-898d-4fab-ac05-34d864894e02", + "image_path": "images/1296.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.medium_residential\nC.pond\nD.staduim", + "answer": "B" + }, + { + "id": "bef84612-97f3-43c0-b3cd-77f1f9ca0026", + "image_path": "images/1297.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.dense_residential\nC.medium_residential\nD.sparse_residential", + "answer": "C" + }, + { + "id": "f8a89e1e-da5b-4a99-abc2-6c4d316aaf8e", + "image_path": "images/1298.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.parking\nC.school\nD.farmland", + "answer": "A" + }, + { + "id": "2c5c64af-3e46-48ac-bbe1-a58e2aec2801", + "image_path": "images/1299.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.school\nC.medium_residential\nD.staduim", + "answer": "C" + }, + { + "id": "c52e2c62-1830-4e59-b439-574d789c67ae", + "image_path": "images/1300.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.industrial\nC.medium_residential\nD.desert", + "answer": "C" + }, + { + "id": "08c2d351-ea6c-4c23-9057-723a0181b732", + "image_path": "images/1301.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.medium_residential\nC.industrial\nD.airport", + "answer": "B" + }, + { + "id": "c77520c9-2142-4f8f-a6de-dc208309dc8e", + "image_path": "images/1302.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.medium_residential\nC.bridge\nD.sparse_residential", + "answer": "B" + }, + { + "id": "11913c21-320f-4a0e-91fa-0e59124e087c", + "image_path": "images/1303.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.medium_residential\nC.bridge\nD.school", + "answer": "B" + }, + { + "id": "56e3fc54-fe40-48ea-b6f8-c44dd9b03e4c", + "image_path": "images/1304.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.farmland\nC.airport\nD.staduim", + "answer": "A" + }, + { + "id": "a99c7858-c13f-49c1-b5f1-be86422ff118", + "image_path": "images/1305.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.medium_residential\nC.river\nD.forest", + "answer": "B" + }, + { + "id": "14e68579-7f9f-4ce6-a9ed-85576357d4ae", + "image_path": "images/1306.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.industrial\nC.school\nD.church", + "answer": "A" + }, + { + "id": "f775827e-fdc0-4f60-8b10-979ed81bd343", + "image_path": "images/1307.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.roundabout\nC.sparse_residential\nD.baseball_filed", + "answer": "A" + }, + { + "id": "8036e1ae-a1bf-44ec-8581-ab3eb4325f4c", + "image_path": "images/1308.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.medium_residential\nC.staduim\nD.desert", + "answer": "B" + }, + { + "id": "0debf63c-6cb8-4e54-b76f-64e251c9ed2c", + "image_path": "images/1309.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.storage_tanks\nC.church\nD.medium_residential", + "answer": "D" + }, + { + "id": "5d2b11f1-9787-43b8-8439-282b3cd46e09", + "image_path": "images/1310.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.medium_residential\nC.parking\nD.staduim", + "answer": "B" + }, + { + "id": "111e85d9-0aa0-4890-a5f3-12990544141b", + "image_path": "images/1311.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.forest\nC.school\nD.river", + "answer": "A" + }, + { + "id": "8bcc76e4-cbe2-46cb-819b-73556923cf4f", + "image_path": "images/1312.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.church\nC.medium_residential\nD.farmland", + "answer": "C" + }, + { + "id": "68a40c8d-2d67-456c-b554-257a0d7ad3d1", + "image_path": "images/1313.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.sparse_residential\nC.medium_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "6449a90d-7093-4051-af40-d4f7278d8cf3", + "image_path": "images/1314.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.medium_residential\nC.dense_residential\nD.pond", + "answer": "B" + }, + { + "id": "c411c8c5-5fe5-4a95-a51e-e309c60a4d48", + "image_path": "images/1315.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.river\nC.medium_residential\nD.baseball_filed", + "answer": "C" + }, + { + "id": "b04e3b9d-b43a-4ea6-9b84-ec468b2c840e", + "image_path": "images/1316.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.baseball_filed\nC.pond\nD.dense_residential", + "answer": "A" + }, + { + "id": "3a2a4cd0-f28d-4676-af32-5db47b3cefe0", + "image_path": "images/1317.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.medium_residential\nC.dense_residential\nD.school", + "answer": "B" + }, + { + "id": "4d28a15d-4d6d-4dda-af7a-77ab88126b27", + "image_path": "images/1318.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.parking\nC.school\nD.medium_residential", + "answer": "D" + }, + { + "id": "e6c70685-2309-4e6e-a136-57c6697d5b3c", + "image_path": "images/1319.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.medium_residential\nC.roundabout\nD.beach", + "answer": "B" + }, + { + "id": "936f2923-c442-4432-8935-6a2effae5d2f", + "image_path": "images/1320.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.baseball_filed\nC.desert\nD.roundabout", + "answer": "A" + }, + { + "id": "df685004-0332-40b3-9c8a-1d829231f751", + "image_path": "images/1321.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.pond\nC.river\nD.medium_residential", + "answer": "D" + }, + { + "id": "90e5446e-cec3-4974-9eab-8781a3b44996", + "image_path": "images/1322.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.storage_tanks\nC.baseball_filed\nD.church", + "answer": "A" + }, + { + "id": "9e223680-43d2-45b5-81ae-0a426f758766", + "image_path": "images/1323.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.river\nC.industrial\nD.medium_residential", + "answer": "D" + }, + { + "id": "d6c28e19-fc2b-4c01-b159-0bb30828a992", + "image_path": "images/1324.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.medium_residential\nC.commercial\nD.dense_residential", + "answer": "B" + }, + { + "id": "9a16b304-8ca9-44dc-b14f-26c926d5ea6e", + "image_path": "images/1325.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.medium_residential\nC.forest\nD.airport", + "answer": "B" + }, + { + "id": "cecc30e6-cac7-4d21-9977-74ed3bf9fd8e", + "image_path": "images/1326.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.medium_residential\nC.parking\nD.baseball_filed", + "answer": "B" + }, + { + "id": "e01caaca-5316-4c95-b052-d073450d7238", + "image_path": "images/1327.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.medium_residential\nC.storage_tanks\nD.staduim", + "answer": "B" + }, + { + "id": "a1d07d9f-d282-4995-b6b8-4cec97e3c3bf", + "image_path": "images/1328.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.sparse_residential\nC.bridge\nD.medium_residential", + "answer": "D" + }, + { + "id": "a21b0235-090e-4d95-a0fc-abcabab389fd", + "image_path": "images/1329.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.baseball_filed\nC.farmland\nD.medium_residential", + "answer": "D" + }, + { + "id": "359bbb6a-5599-4806-8f21-475cc0e24985", + "image_path": "images/1330.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.medium_residential\nC.church\nD.commercial", + "answer": "B" + }, + { + "id": "3e5bd1f5-a30c-4b41-8533-28c6f26b119e", + "image_path": "images/1331.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.pond\nC.industrial\nD.medium_residential", + "answer": "D" + }, + { + "id": "1937d255-84ef-4bc4-b65e-fc2a626b479b", + "image_path": "images/1332.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.medium_residential\nC.bridge\nD.sparse_residential", + "answer": "B" + }, + { + "id": "c6faba52-2c3f-4938-8bfc-ff353c4a1a88", + "image_path": "images/1333.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.industrial\nC.medium_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "e5f7d7c8-ae58-40ab-b6b4-fe5217ed6932", + "image_path": "images/1334.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.bridge\nC.storage_tanks\nD.medium_residential", + "answer": "D" + }, + { + "id": "fedea2e7-9fa0-46f3-9cbe-cc62a6fc0ed3", + "image_path": "images/1335.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.farmland\nC.airport\nD.staduim", + "answer": "A" + }, + { + "id": "c053445a-627a-466e-b6c9-9f21fe428006", + "image_path": "images/1336.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.airport\nC.desert\nD.bridge", + "answer": "A" + }, + { + "id": "8bb2524f-09ca-4196-b205-f6de3e2d4cc6", + "image_path": "images/1337.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.medium_residential\nC.staduim\nD.sparse_residential", + "answer": "B" + }, + { + "id": "4fdb246e-aca9-4cfa-9927-a498f2c38596", + "image_path": "images/1338.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.bridge\nC.commercial\nD.medium_residential", + "answer": "D" + }, + { + "id": "d02e4ae9-8677-45c8-95a3-38b7cd6c2f88", + "image_path": "images/1339.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.medium_residential\nC.staduim\nD.school", + "answer": "B" + }, + { + "id": "9e18850a-c3af-45ab-9493-bb4733316481", + "image_path": "images/1340.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.school\nC.airport\nD.baseball_filed", + "answer": "A" + }, + { + "id": "18ea5ccd-efd7-4732-a966-05ff4736999a", + "image_path": "images/1341.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.church\nC.medium_residential\nD.beach", + "answer": "C" + }, + { + "id": "36994aef-abc8-4ec7-b27d-f5e6ea449f0f", + "image_path": "images/1342.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.dense_residential\nC.storage_tanks\nD.bridge", + "answer": "A" + }, + { + "id": "89a11ecc-8ad9-42a7-9283-4459194411a6", + "image_path": "images/1343.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.parking\nC.farmland\nD.medium_residential", + "answer": "D" + }, + { + "id": "f96f9bb6-9065-4cf2-90be-2c43dc2ac577", + "image_path": "images/1344.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.medium_residential\nC.roundabout\nD.pond", + "answer": "B" + }, + { + "id": "3d015520-d072-43f2-ba23-813874825305", + "image_path": "images/1345.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.medium_residential\nC.sparse_residential\nD.desert", + "answer": "B" + }, + { + "id": "5c376653-65c0-44d6-a9a3-78680660ed3a", + "image_path": "images/1346.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.dense_residential\nC.pond\nD.desert", + "answer": "A" + }, + { + "id": "f5e91b8a-cc1d-4dba-aca1-928237eacff1", + "image_path": "images/1347.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.medium_residential\nC.sparse_residential\nD.forest", + "answer": "B" + }, + { + "id": "ef957dca-3ba1-4dac-ac58-9170cb2d46f7", + "image_path": "images/1348.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.school\nC.medium_residential\nD.staduim", + "answer": "C" + }, + { + "id": "66226af7-844b-47d8-9fdb-a89c34f83c15", + "image_path": "images/1349.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.forest\nC.bridge\nD.medium_residential", + "answer": "D" + }, + { + "id": "b21a8624-35a5-4675-8ead-f4643472ef43", + "image_path": "images/1350.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.airport\nC.storage_tanks\nD.medium_residential", + "answer": "D" + }, + { + "id": "441e35c7-4b8f-415b-97e6-131a31565506", + "image_path": "images/1351.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.church\nC.medium_residential\nD.river", + "answer": "C" + }, + { + "id": "18356006-3203-4f6a-b458-e11f9463e5f3", + "image_path": "images/1352.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.school\nC.baseball_filed\nD.industrial", + "answer": "A" + }, + { + "id": "c052c79d-2216-4a90-a7c3-897937593b13", + "image_path": "images/1353.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.industrial\nC.roundabout\nD.forest", + "answer": "A" + }, + { + "id": "b59b472f-c350-48df-8db5-52f21bbe6075", + "image_path": "images/1354.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.river\nC.airport\nD.farmland", + "answer": "A" + }, + { + "id": "402ca025-3e69-448f-a470-b530f5194ea4", + "image_path": "images/1355.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.industrial\nC.parking\nD.medium_residential", + "answer": "D" + }, + { + "id": "138305f5-6807-4f42-bfb6-49645e2c5a61", + "image_path": "images/1356.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.commercial\nC.baseball_filed\nD.parking", + "answer": "A" + }, + { + "id": "13d4481a-9bba-4699-b062-ba345fa71873", + "image_path": "images/1357.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.dense_residential\nC.commercial\nD.medium_residential", + "answer": "D" + }, + { + "id": "2aefdb37-518c-46ab-a7a7-bc0dcb1dfd4a", + "image_path": "images/1358.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.school\nC.commercial\nD.medium_residential", + "answer": "D" + }, + { + "id": "2e64f015-c47a-45ef-95ca-10afd906b04d", + "image_path": "images/1359.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.roundabout\nC.industrial\nD.school", + "answer": "A" + }, + { + "id": "983ffb55-b607-4501-a0ed-188ba1c7d1f7", + "image_path": "images/1360.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.medium_residential\nC.commercial\nD.dense_residential", + "answer": "B" + }, + { + "id": "39b51a5b-96af-4fcf-97b7-955315a8acad", + "image_path": "images/1361.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.medium_residential\nC.pond\nD.sparse_residential", + "answer": "B" + }, + { + "id": "ce12fb32-eb5c-4164-8f13-1cfa9e62c224", + "image_path": "images/1362.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.staduim\nC.roundabout\nD.forest", + "answer": "A" + }, + { + "id": "56252c88-ec69-4613-93c3-0e387511c9f1", + "image_path": "images/1363.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.medium_residential\nC.staduim\nD.industrial", + "answer": "B" + }, + { + "id": "a979e3d3-7276-4d99-a5e6-ef445b3395b8", + "image_path": "images/1364.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.bridge\nC.parking\nD.desert", + "answer": "C" + }, + { + "id": "1a4ace7b-0238-40a1-a04c-edb72ab7e2a2", + "image_path": "images/1365.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.parking\nC.pond\nD.school", + "answer": "B" + }, + { + "id": "b7ff0c1d-0089-4ef2-9b94-877cb1f75dce", + "image_path": "images/1366.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.commercial\nC.parking\nD.school", + "answer": "C" + }, + { + "id": "c2d26690-d4e1-4a4c-8bc5-e7fed03d6b4f", + "image_path": "images/1367.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.farmland\nC.pond\nD.staduim", + "answer": "A" + }, + { + "id": "b6b5fd4b-59d8-4b36-9953-65f4d499bc26", + "image_path": "images/1368.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.beach\nC.river\nD.school", + "answer": "A" + }, + { + "id": "7650f60a-7e5f-4cb9-b364-fd5b06257824", + "image_path": "images/1369.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.baseball_filed\nC.parking\nD.pond", + "answer": "C" + }, + { + "id": "43a5db7b-d72d-481e-8f54-3d83be87cf13", + "image_path": "images/1370.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.storage_tanks\nC.airport\nD.parking", + "answer": "D" + }, + { + "id": "3ab410ea-8342-4a20-8d99-a5f19765fe91", + "image_path": "images/1371.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.beach\nC.sparse_residential\nD.parking", + "answer": "D" + }, + { + "id": "b3af4777-fc9f-4be9-9046-e59d0a1a347f", + "image_path": "images/1372.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.roundabout\nC.desert\nD.farmland", + "answer": "A" + }, + { + "id": "c0a5ba9f-f8ca-43ce-a2fd-a8215a6c8640", + "image_path": "images/1373.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.desert\nC.parking\nD.forest", + "answer": "C" + }, + { + "id": "a5bd14c6-5717-48e0-9173-f28e364a9e7d", + "image_path": "images/1374.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.medium_residential\nC.sparse_residential\nD.parking", + "answer": "D" + }, + { + "id": "626175f2-d238-4431-9bec-a3787e01a6e7", + "image_path": "images/1375.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.parking\nC.farmland\nD.river", + "answer": "B" + }, + { + "id": "60f5f6e9-3d51-49d9-ab15-93492b0b1a21", + "image_path": "images/1376.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.parking\nC.medium_residential\nD.school", + "answer": "B" + }, + { + "id": "d5b5e9d5-8367-4f57-a714-0b6df90be035", + "image_path": "images/1377.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.baseball_filed\nC.parking\nD.forest", + "answer": "C" + }, + { + "id": "ca6d955b-0137-4fbc-b4ca-48209909b5b8", + "image_path": "images/1378.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.parking\nC.sparse_residential\nD.staduim", + "answer": "B" + }, + { + "id": "4b4964cf-d597-4daa-9b33-a5b0e6576e04", + "image_path": "images/1379.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.beach\nC.parking\nD.river", + "answer": "C" + }, + { + "id": "a22ca754-ac8e-4e23-80db-52fbaacde581", + "image_path": "images/1380.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.storage_tanks\nC.parking\nD.roundabout", + "answer": "C" + }, + { + "id": "7cc3e975-2f6e-474b-9660-29402a46fc4e", + "image_path": "images/1381.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.sparse_residential\nC.staduim\nD.parking", + "answer": "D" + }, + { + "id": "f6de1cd9-b618-43e4-8ac8-4f43fa86abf3", + "image_path": "images/1382.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.industrial\nC.church\nD.staduim", + "answer": "A" + }, + { + "id": "64ae3c12-740d-478a-95aa-f222d770886e", + "image_path": "images/1383.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.staduim\nC.church\nD.beach", + "answer": "A" + }, + { + "id": "8dec248f-52d6-4bf1-a3ae-17b5dd893bf4", + "image_path": "images/1384.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.sparse_residential\nC.river\nD.parking", + "answer": "D" + }, + { + "id": "c0f7c590-aeda-4ed7-88e6-f0fe042c5fe4", + "image_path": "images/1385.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.parking\nC.sparse_residential\nD.commercial", + "answer": "B" + }, + { + "id": "814db428-fbbf-4912-9add-8d9e4bae9d19", + "image_path": "images/1386.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.sparse_residential\nC.forest\nD.river", + "answer": "A" + }, + { + "id": "f01e302a-9b5e-4058-aab6-5a1ae589bc91", + "image_path": "images/1387.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.bridge\nC.roundabout\nD.beach", + "answer": "A" + }, + { + "id": "4e4a6511-a281-4a5a-9e9d-2aa589dac0ff", + "image_path": "images/1388.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.bridge\nC.storage_tanks\nD.beach", + "answer": "A" + }, + { + "id": "1a0395a5-d172-4323-9ec8-ee13699e5e49", + "image_path": "images/1389.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.roundabout\nC.parking\nD.river", + "answer": "C" + }, + { + "id": "eab014dd-1a9d-4809-91ed-729ff7ae9490", + "image_path": "images/1390.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.storage_tanks\nC.staduim\nD.desert", + "answer": "A" + }, + { + "id": "69fc5bc0-c618-4ef0-95ec-69a811fecb20", + "image_path": "images/1391.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.parking\nC.baseball_filed\nD.staduim", + "answer": "B" + }, + { + "id": "cb3be451-cedf-442f-b436-1eb07cfcfb3e", + "image_path": "images/1392.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.staduim\nC.medium_residential\nD.parking", + "answer": "D" + }, + { + "id": "9a95b844-2349-4c77-a92e-11cb4cdaa3d3", + "image_path": "images/1393.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.sparse_residential\nC.parking\nD.farmland", + "answer": "C" + }, + { + "id": "8b449537-5f94-4883-8fc1-c06a71b4eb99", + "image_path": "images/1394.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.baseball_filed\nC.parking\nD.sparse_residential", + "answer": "C" + }, + { + "id": "421548ff-2718-4fb8-a28a-b1e32a9820f1", + "image_path": "images/1395.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.industrial\nC.parking\nD.dense_residential", + "answer": "C" + }, + { + "id": "ea0c9cb8-b98c-41ae-8597-a85fb7e2890e", + "image_path": "images/1396.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.parking\nC.airport\nD.storage_tanks", + "answer": "B" + }, + { + "id": "d944eebc-51d7-456f-8587-5b9b2693355a", + "image_path": "images/1397.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.parking\nC.industrial\nD.sparse_residential", + "answer": "B" + }, + { + "id": "86a844a9-904c-49a4-beb8-998ada065373", + "image_path": "images/1398.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.baseball_filed\nC.parking\nD.farmland", + "answer": "C" + }, + { + "id": "4ed7e3af-6a37-42f1-8e26-2b096df966c4", + "image_path": "images/1399.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.farmland\nC.sparse_residential\nD.parking", + "answer": "D" + }, + { + "id": "3a04cf1d-9591-4e2b-a44c-2c0fb560dbf6", + "image_path": "images/1400.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.forest\nC.beach\nD.parking", + "answer": "D" + }, + { + "id": "24fb3b48-ca63-4715-8825-4120eccfb574", + "image_path": "images/1401.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.parking\nC.medium_residential\nD.river", + "answer": "B" + }, + { + "id": "ba666112-80c5-4fcc-bb9f-22e8f7152c79", + "image_path": "images/1402.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.parking\nC.pond\nD.farmland", + "answer": "B" + }, + { + "id": "298eae32-6c9f-4e89-9de4-b741037e3c46", + "image_path": "images/1403.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.sparse_residential\nC.parking\nD.staduim", + "answer": "C" + }, + { + "id": "68d30269-09c4-43ac-8453-adbbf9f16de4", + "image_path": "images/1404.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.airport\nC.sparse_residential\nD.parking", + "answer": "D" + }, + { + "id": "2fc2bf34-31e7-4619-895a-8dbd833eed80", + "image_path": "images/1405.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.parking\nC.river\nD.bridge", + "answer": "B" + }, + { + "id": "f864b01b-bab1-4864-bc2c-64cd4e9197b4", + "image_path": "images/1406.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.parking\nC.desert\nD.forest", + "answer": "B" + }, + { + "id": "de84c327-9fbe-4950-a466-4a3d4cba49cb", + "image_path": "images/1407.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.storage_tanks\nC.beach\nD.parking", + "answer": "D" + }, + { + "id": "2592e000-5051-4ebc-a896-72f12ffbf8f3", + "image_path": "images/1408.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.school\nC.beach\nD.staduim", + "answer": "A" + }, + { + "id": "d737c7d2-d26a-4ee6-acb1-a95e5f805aa8", + "image_path": "images/1409.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.forest\nC.staduim\nD.dense_residential", + "answer": "A" + }, + { + "id": "d75c105f-c940-4b0a-ad60-0ad6cc3a0641", + "image_path": "images/1410.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.school\nC.staduim\nD.bridge", + "answer": "A" + }, + { + "id": "3942a00f-0bf9-4ff2-93ec-7b7b871a8ce6", + "image_path": "images/1411.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.storage_tanks\nC.forest\nD.parking", + "answer": "D" + }, + { + "id": "217ed878-1bf0-4183-bd2c-f7862e884948", + "image_path": "images/1412.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.industrial\nC.parking\nD.medium_residential", + "answer": "C" + }, + { + "id": "684908e6-fab0-459d-8c17-51fcf8edcbe8", + "image_path": "images/1413.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.industrial\nC.parking\nD.sparse_residential", + "answer": "C" + }, + { + "id": "8dc9e888-1412-41c5-9b39-013d33731619", + "image_path": "images/1414.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.medium_residential\nC.parking\nD.forest", + "answer": "C" + }, + { + "id": "4741e018-2757-4bd0-8b68-8c49d485a0c3", + "image_path": "images/1415.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.airport\nC.parking\nD.storage_tanks", + "answer": "C" + }, + { + "id": "90dbb025-2167-43db-85dd-a8d2fe54be92", + "image_path": "images/1416.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.bridge\nC.dense_residential\nD.parking", + "answer": "D" + }, + { + "id": "4324c561-a1ef-434f-bfac-b8127cb4e69a", + "image_path": "images/1417.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.parking\nC.sparse_residential\nD.commercial", + "answer": "B" + }, + { + "id": "6ad855e5-ee6b-4976-9e51-aeef2d2b8c17", + "image_path": "images/1418.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.farmland\nC.dense_residential\nD.desert", + "answer": "A" + }, + { + "id": "67bd81a0-4a72-48db-ac97-a8b6b3247bf6", + "image_path": "images/1419.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.staduim\nC.airport\nD.storage_tanks", + "answer": "A" + }, + { + "id": "7c727bc7-8591-4b65-bff2-e7fd6a3a3312", + "image_path": "images/1420.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.sparse_residential\nC.roundabout\nD.parking", + "answer": "D" + }, + { + "id": "ceb29678-b02c-412d-b3a7-6dc5b7544b8f", + "image_path": "images/1421.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.bridge\nC.parking\nD.airport", + "answer": "C" + }, + { + "id": "9c2e6c37-2e99-4f9d-9762-e2f3bdd40a05", + "image_path": "images/1422.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.sparse_residential\nC.school\nD.parking", + "answer": "D" + }, + { + "id": "e8b5e15e-d2d0-44ea-87a4-b86a121a2547", + "image_path": "images/1423.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.medium_residential\nC.airport\nD.parking", + "answer": "D" + }, + { + "id": "b354a0a0-3a67-4a7e-a2cc-a65d95c9b220", + "image_path": "images/1424.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.parking\nC.forest\nD.industrial", + "answer": "B" + }, + { + "id": "0c0ba944-8072-45da-a69d-001121a1019e", + "image_path": "images/1425.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.farmland\nC.commercial\nD.roundabout", + "answer": "A" + }, + { + "id": "c4c99473-4105-4971-85b4-f89147e3e761", + "image_path": "images/1426.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.staduim\nC.parking\nD.bridge", + "answer": "C" + }, + { + "id": "804ee316-a706-4d7e-a6c6-17391cf16297", + "image_path": "images/1427.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.parking\nC.roundabout\nD.commercial", + "answer": "B" + }, + { + "id": "b0439f4d-57dc-4501-bd87-a8c6e18ac0a4", + "image_path": "images/1428.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.parking\nC.medium_residential\nD.church", + "answer": "B" + }, + { + "id": "31aa476f-f3f0-4f88-8cd4-8d0e130f8380", + "image_path": "images/1429.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.parking\nC.desert\nD.staduim", + "answer": "B" + }, + { + "id": "f2c4f9e8-bb36-4c8b-8c84-b8213890fc6c", + "image_path": "images/1430.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.bridge\nC.parking\nD.sparse_residential", + "answer": "C" + }, + { + "id": "78e1240f-acee-4d52-ab4e-7eb99be3829d", + "image_path": "images/1431.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.church\nC.parking\nD.farmland", + "answer": "C" + }, + { + "id": "1bee4463-9639-46b9-99df-464bd3918b64", + "image_path": "images/1432.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.beach\nC.baseball_filed\nD.parking", + "answer": "D" + }, + { + "id": "12fad8a0-fd3d-4510-9de6-153320796fb0", + "image_path": "images/1433.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.dense_residential\nC.parking\nD.medium_residential", + "answer": "C" + }, + { + "id": "29ec34c3-2fe7-42e5-893d-9455cedda0c3", + "image_path": "images/1434.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.bridge\nC.sparse_residential\nD.medium_residential", + "answer": "A" + }, + { + "id": "fb99b222-2b98-489b-92b3-21792570e998", + "image_path": "images/1435.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.parking\nC.commercial\nD.farmland", + "answer": "B" + }, + { + "id": "1711b2b6-e743-440f-a6fc-005aef8ef731", + "image_path": "images/1436.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.forest\nC.parking\nD.bridge", + "answer": "C" + }, + { + "id": "c780e21c-8e21-41e5-91da-4fd067beb00b", + "image_path": "images/1437.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.sparse_residential\nC.beach\nD.parking", + "answer": "D" + }, + { + "id": "42ec363d-843e-48b8-a6f1-ec8fd84b6fd1", + "image_path": "images/1438.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.sparse_residential\nC.dense_residential\nD.parking", + "answer": "D" + }, + { + "id": "5bd50662-c8ec-4b7b-825b-0c005501dcc3", + "image_path": "images/1439.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.medium_residential\nC.staduim\nD.sparse_residential", + "answer": "A" + }, + { + "id": "5f0a2e53-1f09-4d68-a124-6be4dc0f3745", + "image_path": "images/1440.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.pond\nC.river\nD.parking", + "answer": "D" + }, + { + "id": "4d6940dc-3c89-46ed-86e0-2eff1ae92209", + "image_path": "images/1441.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.parking\nC.sparse_residential\nD.church", + "answer": "B" + }, + { + "id": "36e97f4a-ba1d-4edb-8335-f3d6957fd5fd", + "image_path": "images/1442.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.river\nC.parking\nD.dense_residential", + "answer": "C" + }, + { + "id": "0b12ef8d-0254-4ad1-869b-4fba681fbb11", + "image_path": "images/1443.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.bridge\nC.commercial\nD.parking", + "answer": "D" + }, + { + "id": "83fec1e7-4f11-4216-b907-de4a6edf7a3c", + "image_path": "images/1444.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.beach\nC.parking\nD.storage_tanks", + "answer": "C" + }, + { + "id": "333f439a-aa8e-47eb-abe2-6c1d0af0bb12", + "image_path": "images/1445.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.church\nC.parking\nD.staduim", + "answer": "C" + }, + { + "id": "005be50e-be87-4a95-bc64-6aeb634e1295", + "image_path": "images/1446.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.roundabout\nC.beach\nD.parking", + "answer": "D" + }, + { + "id": "33c66d71-851c-4c92-bcd0-d4fc15b6ce6f", + "image_path": "images/1447.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.industrial\nC.parking\nD.forest", + "answer": "C" + }, + { + "id": "7d055e3f-027f-4aeb-9f18-0e991073a2b5", + "image_path": "images/1448.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.baseball_filed\nC.airport\nD.church", + "answer": "A" + }, + { + "id": "d32723db-6e13-426b-b100-73d7efb5d303", + "image_path": "images/1449.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.storage_tanks\nC.bridge\nD.river", + "answer": "A" + }, + { + "id": "bc21111d-b802-4691-82b3-1bfeab6ad723", + "image_path": "images/1450.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.parking\nC.forest\nD.dense_residential", + "answer": "B" + }, + { + "id": "a308a7f3-4d5e-4351-81ed-5c52525969ad", + "image_path": "images/1451.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.staduim\nC.beach\nD.storage_tanks", + "answer": "A" + }, + { + "id": "ae9766c4-a2dc-469f-9063-698e328bc505", + "image_path": "images/1452.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.baseball_filed\nC.parking\nD.medium_residential", + "answer": "C" + }, + { + "id": "a97a98a6-dc2a-4a57-ae2e-6a7f8960ebb8", + "image_path": "images/1453.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.church\nC.parking\nD.industrial", + "answer": "C" + }, + { + "id": "97ceb4ff-b6c4-4d4d-9e63-e5692ebca181", + "image_path": "images/1454.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.storage_tanks\nC.river\nD.parking", + "answer": "D" + }, + { + "id": "537c85f4-23cd-458d-9d08-f666a6c8016d", + "image_path": "images/1455.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.parking\nC.forest\nD.school", + "answer": "B" + }, + { + "id": "3645b1d0-4bd9-4d95-9eb3-6d14cc6a19f8", + "image_path": "images/1456.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.staduim\nC.parking\nD.dense_residential", + "answer": "C" + }, + { + "id": "f1e286e0-adef-402d-b27e-d17820618a57", + "image_path": "images/1457.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.parking\nC.industrial\nD.storage_tanks", + "answer": "B" + }, + { + "id": "9a8827e4-1236-4dec-88b5-c988825c1695", + "image_path": "images/1458.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.parking\nC.baseball_filed\nD.beach", + "answer": "B" + }, + { + "id": "43a3827d-78ad-4255-9241-d5704438e769", + "image_path": "images/1459.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.farmland\nC.medium_residential\nD.parking", + "answer": "D" + }, + { + "id": "0d2e2d90-ca6d-4286-a75e-bf1f68a1d4de", + "image_path": "images/1460.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.commercial\nC.parking\nD.roundabout", + "answer": "C" + }, + { + "id": "c4c5e65f-462c-4421-81d1-5e809a0cb9f2", + "image_path": "images/1461.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.commercial\nC.roundabout\nD.parking", + "answer": "D" + }, + { + "id": "bc310c5a-104c-4a3e-b441-8341bd7bf4c3", + "image_path": "images/1462.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.baseball_filed\nC.farmland\nD.parking", + "answer": "D" + }, + { + "id": "14858d1c-4d23-43cc-a496-e3aec6ab8414", + "image_path": "images/1463.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.airport\nC.school\nD.bridge", + "answer": "A" + }, + { + "id": "ff5adb79-3074-4adf-ba92-2029a842d9de", + "image_path": "images/1464.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.pond\nC.roundabout\nD.commercial", + "answer": "B" + }, + { + "id": "c04fb177-a162-43b7-9e9f-21fe9cae055a", + "image_path": "images/1465.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.desert\nC.pond\nD.medium_residential", + "answer": "C" + }, + { + "id": "1b648c8f-6c7f-49b6-adf1-96cd06678bbf", + "image_path": "images/1466.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.parking\nC.farmland\nD.sparse_residential", + "answer": "A" + }, + { + "id": "2e315a0e-96d6-4d95-a879-65823644c07d", + "image_path": "images/1467.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.sparse_residential\nC.dense_residential\nD.roundabout", + "answer": "A" + }, + { + "id": "3de210fa-6fc0-48b0-affc-5bb22293b097", + "image_path": "images/1468.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.airport\nC.roundabout\nD.church", + "answer": "A" + }, + { + "id": "63f33602-b279-4e93-8fc4-3a95ea1bc45e", + "image_path": "images/1469.png", + "question": "Given the image, which category is most appropriate for it?\nA.forest\nB.baseball_filed\nC.pond\nD.industrial", + "answer": "C" + }, + { + "id": "3de5fa65-bf9c-4f7e-b76f-536722e9a572", + "image_path": "images/1470.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.commercial\nC.pond\nD.farmland", + "answer": "C" + }, + { + "id": "fc58d164-cb30-4e5b-a2a9-0dda0c27ff15", + "image_path": "images/1471.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.pond\nC.medium_residential\nD.commercial", + "answer": "B" + }, + { + "id": "980cf71d-bb2f-4161-b422-37e5bbe8d23a", + "image_path": "images/1472.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.parking\nC.pond\nD.desert", + "answer": "C" + }, + { + "id": "56abb837-5904-4d95-ab74-e7f9bd14ae88", + "image_path": "images/1473.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.pond\nC.parking\nD.forest", + "answer": "B" + }, + { + "id": "d5510b41-c66e-426c-a4bf-019018578a56", + "image_path": "images/1474.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.roundabout\nC.pond\nD.forest", + "answer": "C" + }, + { + "id": "86b4837a-2a84-4013-9f31-87cbc7115272", + "image_path": "images/1475.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.sparse_residential\nC.church\nD.bridge", + "answer": "A" + }, + { + "id": "394878aa-5d70-4c1f-a926-aae26143bb8e", + "image_path": "images/1476.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.beach\nC.river\nD.airport", + "answer": "A" + }, + { + "id": "c621e29e-0962-4822-a70f-098771eacde2", + "image_path": "images/1477.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.roundabout\nC.pond\nD.beach", + "answer": "C" + }, + { + "id": "54d02dc1-459f-487e-9ceb-dfe85181e25f", + "image_path": "images/1478.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.storage_tanks\nC.sparse_residential\nD.pond", + "answer": "D" + }, + { + "id": "043aa1ea-37f6-49c1-831a-fe95b6b51d8c", + "image_path": "images/1479.png", + "question": "Looking at the image provided, which category does it match?\nA.parking\nB.airport\nC.roundabout\nD.pond", + "answer": "D" + }, + { + "id": "475d01ec-4714-4643-82ec-7d0d841bd384", + "image_path": "images/1480.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.pond\nC.beach\nD.staduim", + "answer": "B" + }, + { + "id": "ef512f1e-1475-4af0-a2d4-b16c0af71658", + "image_path": "images/1481.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.pond\nC.parking\nD.airport", + "answer": "B" + }, + { + "id": "7f355bb7-442a-4706-aa29-7ac5e480309a", + "image_path": "images/1482.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.industrial\nC.desert\nD.pond", + "answer": "D" + }, + { + "id": "76c64f82-49c8-4b59-a52e-54784cb2416f", + "image_path": "images/1483.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.school\nC.beach\nD.pond", + "answer": "D" + }, + { + "id": "dfe314a4-34b9-4840-98c0-5a2d276c119a", + "image_path": "images/1484.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.pond\nC.beach\nD.storage_tanks", + "answer": "B" + }, + { + "id": "1e070d63-30ef-4714-b8f1-b5e3b64f7d72", + "image_path": "images/1485.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.airport\nC.staduim\nD.pond", + "answer": "D" + }, + { + "id": "f1285d5f-0b68-4a11-b053-e8c7e0faf2f3", + "image_path": "images/1486.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.pond\nC.dense_residential\nD.farmland", + "answer": "B" + }, + { + "id": "c8a87d67-db85-4781-8dff-a241946c5328", + "image_path": "images/1487.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.sparse_residential\nC.pond\nD.beach", + "answer": "C" + }, + { + "id": "50ac975c-c502-4b85-9916-f499eadb6d03", + "image_path": "images/1488.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.pond\nC.commercial\nD.river", + "answer": "B" + }, + { + "id": "02bf2352-dbbf-4795-962e-8e99886cdb42", + "image_path": "images/1489.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.industrial\nC.school\nD.sparse_residential", + "answer": "A" + }, + { + "id": "c64bd81f-33a4-4015-84f1-db5af22f5a22", + "image_path": "images/1490.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.baseball_filed\nC.staduim\nD.pond", + "answer": "D" + }, + { + "id": "73e27af1-2ccc-42e4-98b5-f1061d774fd5", + "image_path": "images/1491.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.pond\nC.industrial\nD.school", + "answer": "B" + }, + { + "id": "dc6b9ef8-b4ad-478d-a514-aca02219b828", + "image_path": "images/1492.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.pond\nC.roundabout\nD.baseball_filed", + "answer": "B" + }, + { + "id": "f80e571d-1ddd-41f3-bcf7-836f3989a27b", + "image_path": "images/1493.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.pond\nC.industrial\nD.church", + "answer": "B" + }, + { + "id": "604c0f36-a1a1-446d-802f-ecc4fdc19314", + "image_path": "images/1494.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.pond\nC.baseball_filed\nD.beach", + "answer": "B" + }, + { + "id": "f5a79418-298b-42f3-a96b-d759ce083ad0", + "image_path": "images/1495.png", + "question": "Looking at the image provided, which category does it match?\nA.church\nB.pond\nC.school\nD.storage_tanks", + "answer": "B" + }, + { + "id": "bb8b6631-d7ba-4c3a-8c99-5aa22219aaa6", + "image_path": "images/1496.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.storage_tanks\nC.pond\nD.dense_residential", + "answer": "C" + }, + { + "id": "8cbc1680-49c8-4f77-895b-ae885b0c4f65", + "image_path": "images/1497.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.school\nC.river\nD.pond", + "answer": "D" + }, + { + "id": "51211950-f8c4-43b2-9058-59b952f59b95", + "image_path": "images/1498.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.medium_residential\nC.roundabout\nD.pond", + "answer": "D" + }, + { + "id": "b19819be-8ae6-4db6-8978-11cba87d48ff", + "image_path": "images/1499.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.farmland\nC.baseball_filed\nD.desert", + "answer": "A" + }, + { + "id": "34d73e60-f98a-435b-bff7-ec5f777afff2", + "image_path": "images/1500.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.medium_residential\nC.dense_residential\nD.pond", + "answer": "D" + }, + { + "id": "702713d4-1c20-4ee1-9508-0cb84121d3c6", + "image_path": "images/1501.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.storage_tanks\nC.river\nD.pond", + "answer": "D" + }, + { + "id": "9aa24095-7fdf-46a0-a54e-43fb2a3f6fe2", + "image_path": "images/1502.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.staduim\nC.school\nD.bridge", + "answer": "A" + }, + { + "id": "5ac244da-a2fd-4d9b-87a3-3ae719227024", + "image_path": "images/1503.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.bridge\nC.church\nD.river", + "answer": "A" + }, + { + "id": "2a4e2c1d-8818-45a6-afc1-461f3f49e34c", + "image_path": "images/1504.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.pond\nC.dense_residential\nD.sparse_residential", + "answer": "B" + }, + { + "id": "35473e51-daa0-4755-a959-aee4c5ec8383", + "image_path": "images/1505.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.industrial\nC.river\nD.pond", + "answer": "D" + }, + { + "id": "dd93ebfa-0bb8-46e5-b8d6-98992062521d", + "image_path": "images/1506.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.pond\nC.baseball_filed\nD.river", + "answer": "B" + }, + { + "id": "42984cc2-94c6-4418-8362-9a9bcdd1d2a8", + "image_path": "images/1507.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.pond\nC.staduim\nD.industrial", + "answer": "B" + }, + { + "id": "118d6a9d-faf3-48a5-a360-b1e84e90b5be", + "image_path": "images/1508.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.storage_tanks\nC.pond\nD.river", + "answer": "C" + }, + { + "id": "b15da986-316c-4ee2-aacf-fda417bb1df9", + "image_path": "images/1509.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.farmland\nC.church\nD.pond", + "answer": "D" + }, + { + "id": "b436e41a-a072-4a1e-87de-ef5d79c1aa7e", + "image_path": "images/1510.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.pond\nC.farmland\nD.baseball_filed", + "answer": "B" + }, + { + "id": "ee32dd89-2ddf-43ba-ae27-4a20b9619343", + "image_path": "images/1511.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.pond\nC.school\nD.bridge", + "answer": "B" + }, + { + "id": "f2e817da-8726-464f-b202-e7cbdeb957f1", + "image_path": "images/1512.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.roundabout\nC.pond\nD.river", + "answer": "C" + }, + { + "id": "e89b1f08-3022-4414-853d-18da067b2429", + "image_path": "images/1513.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.medium_residential\nC.pond\nD.forest", + "answer": "C" + }, + { + "id": "767a428a-530f-4759-a247-c100f4dee8b8", + "image_path": "images/1514.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.storage_tanks\nC.dense_residential\nD.pond", + "answer": "D" + }, + { + "id": "6fb07c0e-ebc7-4265-926d-739c6ba7cfe2", + "image_path": "images/1515.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.staduim\nC.airport\nD.church", + "answer": "A" + }, + { + "id": "171fee48-6bbd-413d-b201-0e541ebd64b7", + "image_path": "images/1516.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.desert\nC.pond\nD.commercial", + "answer": "C" + }, + { + "id": "53de82a8-79ab-4065-a4f0-75e4ac9293f8", + "image_path": "images/1517.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.forest\nC.medium_residential\nD.baseball_filed", + "answer": "A" + }, + { + "id": "2ef0b140-3400-4542-b0a6-9aa914f7bded", + "image_path": "images/1518.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.pond\nC.roundabout\nD.storage_tanks", + "answer": "B" + }, + { + "id": "b81e01d7-240b-4eb8-a993-75c7a9c02122", + "image_path": "images/1519.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.church\nC.pond\nD.commercial", + "answer": "C" + }, + { + "id": "beabab8e-3a06-4533-b44a-dc27963ef12f", + "image_path": "images/1520.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.baseball_filed\nC.church\nD.dense_residential", + "answer": "A" + }, + { + "id": "7aa8c753-3e00-4f36-a801-4c3cdded3c46", + "image_path": "images/1521.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.staduim\nC.parking\nD.school", + "answer": "A" + }, + { + "id": "dfff88d5-a010-4d80-8a56-91b37eaf5a9c", + "image_path": "images/1522.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.pond\nC.commercial\nD.storage_tanks", + "answer": "B" + }, + { + "id": "8c310cbf-0a0c-45f6-ac7d-525a57f45b88", + "image_path": "images/1523.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.pond\nC.sparse_residential\nD.church", + "answer": "B" + }, + { + "id": "8b590691-58e5-4b6e-a419-7c1fc49604a2", + "image_path": "images/1524.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.pond\nC.medium_residential\nD.sparse_residential", + "answer": "B" + }, + { + "id": "6ec19683-d61a-4244-8385-c934d9c10a4a", + "image_path": "images/1525.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.pond\nC.baseball_filed\nD.desert", + "answer": "B" + }, + { + "id": "b1c37d64-437e-4aef-a4f5-7901b487afc7", + "image_path": "images/1526.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.parking\nC.baseball_filed\nD.pond", + "answer": "D" + }, + { + "id": "33908c4c-b617-44d2-94da-31fab1f52f9b", + "image_path": "images/1527.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.pond\nC.bridge\nD.staduim", + "answer": "B" + }, + { + "id": "631a1178-8192-4502-a27d-8fa9599cced2", + "image_path": "images/1528.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.pond\nC.baseball_filed\nD.church", + "answer": "B" + }, + { + "id": "55b1060a-0d6f-48cf-b80b-61ef2c99f84e", + "image_path": "images/1529.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.storage_tanks\nC.forest\nD.pond", + "answer": "D" + }, + { + "id": "d09a56ad-e395-4ef0-81ee-3688b3eecd56", + "image_path": "images/1530.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.bridge\nC.parking\nD.pond", + "answer": "D" + }, + { + "id": "64f36197-def5-47c2-be56-409e34c51c2d", + "image_path": "images/1531.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.storage_tanks\nC.roundabout\nD.airport", + "answer": "A" + }, + { + "id": "55732532-11ce-44fe-b082-86960bdd55d2", + "image_path": "images/1532.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.pond\nC.baseball_filed\nD.beach", + "answer": "B" + }, + { + "id": "60cb0ac2-f1d4-4c08-a681-9773224c9f23", + "image_path": "images/1533.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.school\nC.pond\nD.dense_residential", + "answer": "C" + }, + { + "id": "f8e82ac4-a94a-43aa-8065-ab28a8069cb0", + "image_path": "images/1534.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.airport\nC.church\nD.farmland", + "answer": "A" + }, + { + "id": "a478c8a7-5c41-4dd5-80fe-5099c3ca14b3", + "image_path": "images/1535.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.pond\nC.roundabout\nD.forest", + "answer": "B" + }, + { + "id": "cb77e56c-1592-4be5-b40e-44a8618eb60a", + "image_path": "images/1536.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.pond\nC.storage_tanks\nD.staduim", + "answer": "B" + }, + { + "id": "0bba206d-c464-44c4-80c0-e1335e4562f3", + "image_path": "images/1537.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.staduim\nC.pond\nD.forest", + "answer": "C" + }, + { + "id": "f8a6d36d-c10c-44de-a8d1-0459ad8f3626", + "image_path": "images/1538.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.pond\nC.commercial\nD.school", + "answer": "B" + }, + { + "id": "17600f18-f2b3-4844-b0b1-5c0eb9c02283", + "image_path": "images/1539.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.roundabout\nC.pond\nD.desert", + "answer": "C" + }, + { + "id": "f7ff6062-a405-40d7-bcb1-ef87a65ee5a2", + "image_path": "images/1540.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.pond\nC.beach\nD.desert", + "answer": "B" + }, + { + "id": "24c5cfb0-98c9-49ad-8365-86d749545920", + "image_path": "images/1541.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.sparse_residential\nC.parking\nD.river", + "answer": "A" + }, + { + "id": "0eeb0dee-a684-4b79-9ccf-7e207f8fae98", + "image_path": "images/1542.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.pond\nC.commercial\nD.river", + "answer": "B" + }, + { + "id": "40e29710-5b7e-4c44-85ae-6bd759e18393", + "image_path": "images/1543.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.parking\nC.river\nD.beach", + "answer": "A" + }, + { + "id": "ea060bae-5eb6-4766-8f10-b078a8305ad2", + "image_path": "images/1544.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.pond\nC.baseball_filed\nD.church", + "answer": "B" + }, + { + "id": "4b20c3c6-bfa0-4066-afa5-161528e3f518", + "image_path": "images/1545.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.bridge\nC.storage_tanks\nD.medium_residential", + "answer": "A" + }, + { + "id": "46e2fe22-4a14-49df-b988-ef7ad0f7f418", + "image_path": "images/1546.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.dense_residential\nC.pond\nD.desert", + "answer": "C" + }, + { + "id": "acaffe9b-6044-407e-bcc1-57dfc4b2971e", + "image_path": "images/1547.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.desert\nC.commercial\nD.farmland", + "answer": "A" + }, + { + "id": "27c33423-21e1-4cef-9018-f36a5dd99e66", + "image_path": "images/1548.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.parking\nC.church\nD.pond", + "answer": "D" + }, + { + "id": "3f964e38-af76-4e11-a146-80a78798b909", + "image_path": "images/1549.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.parking\nC.airport\nD.pond", + "answer": "D" + }, + { + "id": "1e2df02c-d0a9-4cad-b5a5-522ecb01a3d9", + "image_path": "images/1550.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.church\nC.storage_tanks\nD.river", + "answer": "D" + }, + { + "id": "4e666506-62a4-41d4-b65e-b243442099ee", + "image_path": "images/1551.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.river\nC.bridge\nD.baseball_filed", + "answer": "B" + }, + { + "id": "fafde8f3-ca23-4e69-95be-6282710d6ad5", + "image_path": "images/1552.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.church\nC.medium_residential\nD.roundabout", + "answer": "A" + }, + { + "id": "2f2561de-4ebb-49c1-8a2a-7cc9a920fc4b", + "image_path": "images/1553.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.church\nC.river\nD.baseball_filed", + "answer": "C" + }, + { + "id": "efd4cbff-632d-4113-b8d2-76da126b1ebd", + "image_path": "images/1554.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.river\nC.pond\nD.commercial", + "answer": "B" + }, + { + "id": "1caa6392-abbe-45ca-968b-0d957f4c949f", + "image_path": "images/1555.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.river\nC.bridge\nD.sparse_residential", + "answer": "B" + }, + { + "id": "62552e68-bd2c-4992-a8b5-8b2aa6fbeba2", + "image_path": "images/1556.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.sparse_residential\nC.river\nD.parking", + "answer": "C" + }, + { + "id": "3a639424-02c8-402a-8ffd-a7c59d963263", + "image_path": "images/1557.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.sparse_residential\nC.airport\nD.pond", + "answer": "A" + }, + { + "id": "416c51f5-cc94-4d75-afbe-c6ef92e93781", + "image_path": "images/1558.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.river\nC.staduim\nD.dense_residential", + "answer": "B" + }, + { + "id": "dee09191-93b3-4748-9cbd-55039d23b071", + "image_path": "images/1559.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.airport\nC.river\nD.bridge", + "answer": "C" + }, + { + "id": "37c6d4ca-8521-4ec3-ad29-e25406c2e940", + "image_path": "images/1560.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.storage_tanks\nC.dense_residential\nD.bridge", + "answer": "A" + }, + { + "id": "2f07b64e-7a5a-4bf2-a654-8445e3bdea76", + "image_path": "images/1561.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.bridge\nC.medium_residential\nD.river", + "answer": "D" + }, + { + "id": "0b702064-83e6-46bd-a166-bc80cde7f244", + "image_path": "images/1562.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.pond\nC.river\nD.forest", + "answer": "C" + }, + { + "id": "165108b2-bf36-4fe2-bed1-bfb2fbaf000c", + "image_path": "images/1563.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.farmland\nC.river\nD.staduim", + "answer": "C" + }, + { + "id": "498dbdd4-5d2a-4630-960a-7d9675c7d358", + "image_path": "images/1564.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.parking\nC.pond\nD.medium_residential", + "answer": "A" + }, + { + "id": "428dae65-5c4f-494b-bbb9-e303c362b455", + "image_path": "images/1565.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.river\nC.storage_tanks\nD.dense_residential", + "answer": "B" + }, + { + "id": "62c94fa8-5c05-4700-8429-86e617beb87f", + "image_path": "images/1566.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.storage_tanks\nC.pond\nD.medium_residential", + "answer": "A" + }, + { + "id": "a6d7a103-bd31-4383-8dc1-e76adad652dd", + "image_path": "images/1567.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.medium_residential\nC.parking\nD.baseball_filed", + "answer": "A" + }, + { + "id": "4a805eba-60a5-4e45-abb6-42edb3c5f937", + "image_path": "images/1568.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.forest\nC.dense_residential\nD.baseball_filed", + "answer": "A" + }, + { + "id": "4e276789-6d8a-45ae-b1b7-a6c7cb7198fa", + "image_path": "images/1569.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.baseball_filed\nC.river\nD.church", + "answer": "C" + }, + { + "id": "a73bf0f1-5956-4de9-8e3f-df9ac98f212f", + "image_path": "images/1570.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.river\nC.industrial\nD.dense_residential", + "answer": "B" + }, + { + "id": "8bf743ec-a5e9-4612-b9fc-654f7629e8a4", + "image_path": "images/1571.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.dense_residential\nC.river\nD.roundabout", + "answer": "C" + }, + { + "id": "8c2dd166-2545-4b44-bc15-32e9cee83550", + "image_path": "images/1572.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.pond\nC.church\nD.bridge", + "answer": "A" + }, + { + "id": "a392027e-a08e-480e-a46e-01c7e35ac7ae", + "image_path": "images/1573.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.bridge\nC.beach\nD.forest", + "answer": "A" + }, + { + "id": "2f848d17-25ee-410a-8f1f-e3d56fa5d6e9", + "image_path": "images/1574.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.bridge\nC.forest\nD.river", + "answer": "D" + }, + { + "id": "745949e1-04e2-42a2-a0c7-8badab9ca1e9", + "image_path": "images/1575.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.dense_residential\nC.baseball_filed\nD.farmland", + "answer": "A" + }, + { + "id": "658ee86d-1542-47db-85aa-b3f502bec62a", + "image_path": "images/1576.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.river\nC.beach\nD.airport", + "answer": "B" + }, + { + "id": "85a83053-9766-448e-a0d3-23a927965902", + "image_path": "images/1577.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.pond\nC.farmland\nD.river", + "answer": "D" + }, + { + "id": "cde6a404-05cf-4643-ac55-d21be1755f6a", + "image_path": "images/1578.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.pond\nC.medium_residential\nD.river", + "answer": "D" + }, + { + "id": "b9a87c7e-6112-4aae-a04f-2fb6eaf6ef5e", + "image_path": "images/1579.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.church\nC.roundabout\nD.river", + "answer": "D" + }, + { + "id": "9a985957-9220-45e1-84cf-fb22f76857be", + "image_path": "images/1580.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.farmland\nC.school\nD.river", + "answer": "D" + }, + { + "id": "9dcf93a6-defd-4532-80b7-059549b45515", + "image_path": "images/1581.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.commercial\nC.river\nD.pond", + "answer": "C" + }, + { + "id": "aa28a4a6-0e87-4c08-9e7f-9538a754f301", + "image_path": "images/1582.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.parking\nC.sparse_residential\nD.river", + "answer": "D" + }, + { + "id": "9b772756-6191-420c-b898-f2b636e85b72", + "image_path": "images/1583.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.dense_residential\nC.river\nD.desert", + "answer": "C" + }, + { + "id": "466e2cb3-276c-4a59-9d12-e9946e47e8de", + "image_path": "images/1584.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.farmland\nC.roundabout\nD.beach", + "answer": "A" + }, + { + "id": "b7e72062-e049-4696-aec5-f27bc19b94c4", + "image_path": "images/1585.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.river\nC.storage_tanks\nD.school", + "answer": "B" + }, + { + "id": "aaabd96f-1ce6-4fd1-8b18-52351158009f", + "image_path": "images/1586.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.river\nC.beach\nD.medium_residential", + "answer": "B" + }, + { + "id": "9aa08188-c101-4c40-9823-91fc12ef5c4b", + "image_path": "images/1587.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.river\nC.industrial\nD.forest", + "answer": "B" + }, + { + "id": "1b0566e3-0ffa-4ece-a2f4-bf4a31fffc76", + "image_path": "images/1588.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.staduim\nC.forest\nD.roundabout", + "answer": "A" + }, + { + "id": "5305773f-d809-48e1-8aa9-59f18821e38d", + "image_path": "images/1589.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.parking\nC.staduim\nD.river", + "answer": "D" + }, + { + "id": "1fb2337e-bbf3-4ad1-bf0f-db49ea1aa466", + "image_path": "images/1590.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.river\nC.forest\nD.sparse_residential", + "answer": "B" + }, + { + "id": "033a3dcd-f381-42e4-b183-cef63fa7eefe", + "image_path": "images/1591.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.river\nC.commercial\nD.beach", + "answer": "B" + }, + { + "id": "487ffc0c-126f-4051-86f0-e9e90878b2c9", + "image_path": "images/1592.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.farmland\nC.desert\nD.river", + "answer": "D" + }, + { + "id": "9c70c4cb-8d92-4d29-9f51-5792d95ea198", + "image_path": "images/1593.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.river\nC.dense_residential\nD.forest", + "answer": "B" + }, + { + "id": "f0d10d2f-5543-4ad4-ab68-e2adea2a0617", + "image_path": "images/1594.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.commercial\nC.staduim\nD.beach", + "answer": "A" + }, + { + "id": "7ce66b32-cb35-4a47-b4ad-61435fb6921e", + "image_path": "images/1595.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.river\nC.beach\nD.baseball_filed", + "answer": "B" + }, + { + "id": "e833cef4-012d-4051-8b7c-89e037fbb5ac", + "image_path": "images/1596.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.river\nC.parking\nD.baseball_filed", + "answer": "B" + }, + { + "id": "9d1cfb16-ee88-42b8-bc06-9ae5d9f21934", + "image_path": "images/1597.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.river\nC.airport\nD.forest", + "answer": "B" + }, + { + "id": "bcfbe900-69f7-4f84-9b7d-6869c75af278", + "image_path": "images/1598.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.sparse_residential\nC.river\nD.staduim", + "answer": "C" + }, + { + "id": "0498663a-c389-4da1-a093-8ecae46829f3", + "image_path": "images/1599.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.beach\nC.industrial\nD.forest", + "answer": "A" + }, + { + "id": "b2dd8d79-4cab-402b-8024-ee25178d7c5c", + "image_path": "images/1600.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.river\nC.dense_residential\nD.storage_tanks", + "answer": "B" + }, + { + "id": "699a3c74-7493-4b4a-bf01-f2b85693178d", + "image_path": "images/1601.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.forest\nC.river\nD.pond", + "answer": "C" + }, + { + "id": "0805a3f2-ff59-470d-b430-8dd26fe348a9", + "image_path": "images/1602.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.storage_tanks\nC.forest\nD.river", + "answer": "D" + }, + { + "id": "5c116f2b-3382-43e0-9eed-2989f361c72a", + "image_path": "images/1603.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.forest\nC.river\nD.staduim", + "answer": "C" + }, + { + "id": "efbee5f2-c18c-4f70-ae41-5577f7577ae6", + "image_path": "images/1604.png", + "question": "Based on the provided image, which category does it belong to?\nA.church\nB.medium_residential\nC.river\nD.desert", + "answer": "C" + }, + { + "id": "04cdfa52-0a27-4942-9c7e-5ce325e654f6", + "image_path": "images/1605.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.river\nC.school\nD.church", + "answer": "B" + }, + { + "id": "1c1b8723-fb51-4937-8365-3ad22cdeb551", + "image_path": "images/1606.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.river\nC.parking\nD.roundabout", + "answer": "B" + }, + { + "id": "a4bc16a9-c242-42a4-9fb2-af0cae147108", + "image_path": "images/1607.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.desert\nC.school\nD.river", + "answer": "D" + }, + { + "id": "f7275b63-2527-44ef-8050-408a37278b9d", + "image_path": "images/1608.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.baseball_filed\nC.river\nD.commercial", + "answer": "C" + }, + { + "id": "76d78f56-2864-460a-bf54-bd2043b5ac5b", + "image_path": "images/1609.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.school\nC.parking\nD.beach", + "answer": "A" + }, + { + "id": "a5a82452-d27f-43d6-b209-b3c017cd5958", + "image_path": "images/1610.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.forest\nC.storage_tanks\nD.roundabout", + "answer": "A" + }, + { + "id": "5bb33354-3d5d-4cef-ac5d-6a50cde20bbb", + "image_path": "images/1611.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.river\nC.pond\nD.farmland", + "answer": "B" + }, + { + "id": "3b3c6f58-b7c9-4d93-8de7-5bbc0be904c9", + "image_path": "images/1612.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.commercial\nC.river\nD.industrial", + "answer": "C" + }, + { + "id": "d2407685-087f-4296-865b-e2e628419b25", + "image_path": "images/1613.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.sparse_residential\nC.river\nD.airport", + "answer": "C" + }, + { + "id": "5e7201a3-4c9c-4304-bd1c-e54daa2b4a6d", + "image_path": "images/1614.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.river\nC.beach\nD.baseball_filed", + "answer": "B" + }, + { + "id": "12d7561a-df1f-403b-b0b9-2902d6dffe8f", + "image_path": "images/1615.png", + "question": "From the image shown, which category does it best fit into?\nA.river\nB.industrial\nC.dense_residential\nD.bridge", + "answer": "A" + }, + { + "id": "1ff13d29-8e74-4913-8dad-fe47338ed288", + "image_path": "images/1616.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.river\nC.forest\nD.parking", + "answer": "B" + }, + { + "id": "99c317c5-7070-480f-a493-492f799e1db0", + "image_path": "images/1617.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.staduim\nC.farmland\nD.school", + "answer": "A" + }, + { + "id": "af0e3a4b-c744-4eae-aee3-53a5f13be6fc", + "image_path": "images/1618.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.pond\nC.industrial\nD.airport", + "answer": "A" + }, + { + "id": "d15b58de-7905-4134-bc9b-f16d0d16b4f0", + "image_path": "images/1619.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.staduim\nC.airport\nD.river", + "answer": "D" + }, + { + "id": "9a2ca462-26da-4d50-a947-bfe37deebdc9", + "image_path": "images/1620.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.river\nC.parking\nD.school", + "answer": "B" + }, + { + "id": "f49c365d-91b9-4712-b757-a5f05353a62d", + "image_path": "images/1621.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.storage_tanks\nC.farmland\nD.river", + "answer": "D" + }, + { + "id": "61dd3418-c43e-42ef-a21f-c3c846f3c908", + "image_path": "images/1622.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.bridge\nC.forest\nD.farmland", + "answer": "A" + }, + { + "id": "c89b9734-6a0e-4e07-9760-166f7316ddee", + "image_path": "images/1623.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.industrial\nC.commercial\nD.sparse_residential", + "answer": "A" + }, + { + "id": "f872d651-5d84-40f8-88ae-7e48d17ba469", + "image_path": "images/1624.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.industrial\nC.sparse_residential\nD.roundabout", + "answer": "D" + }, + { + "id": "389e736d-236d-42ae-9dfd-170e919468dc", + "image_path": "images/1625.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.storage_tanks\nC.bridge\nD.commercial", + "answer": "A" + }, + { + "id": "23b62909-9832-4546-b395-b22dc8a56840", + "image_path": "images/1626.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.medium_residential\nC.staduim\nD.desert", + "answer": "A" + }, + { + "id": "7761b973-83f3-43b7-ba96-395a49c11c7e", + "image_path": "images/1627.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.forest\nC.medium_residential\nD.roundabout", + "answer": "D" + }, + { + "id": "667b8e39-c2ea-4872-b691-a24020304dfa", + "image_path": "images/1628.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.baseball_filed\nC.forest\nD.bridge", + "answer": "A" + }, + { + "id": "7281a859-d513-413c-97fb-61c96c8d1cad", + "image_path": "images/1629.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.industrial\nC.roundabout\nD.baseball_filed", + "answer": "C" + }, + { + "id": "29905306-1184-4338-bbc5-2c289a518d78", + "image_path": "images/1630.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.roundabout\nC.church\nD.sparse_residential", + "answer": "B" + }, + { + "id": "1171e4b0-6a82-494d-85d5-10370d935096", + "image_path": "images/1631.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.desert\nC.beach\nD.roundabout", + "answer": "D" + }, + { + "id": "e3dd29a1-f361-4bd4-b471-fa2232ea0acf", + "image_path": "images/1632.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.roundabout\nC.storage_tanks\nD.pond", + "answer": "B" + }, + { + "id": "4fcf4ea2-f5cb-49af-99b3-89c5653b74ae", + "image_path": "images/1633.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.medium_residential\nC.parking\nD.roundabout", + "answer": "D" + }, + { + "id": "21879691-bd38-41a0-bd21-dc2cee1796e5", + "image_path": "images/1634.png", + "question": "Based on the provided image, which category does it belong to?\nA.medium_residential\nB.baseball_filed\nC.sparse_residential\nD.roundabout", + "answer": "D" + }, + { + "id": "e84de3b3-797d-4f74-ab41-fccbb16200d9", + "image_path": "images/1635.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.baseball_filed\nC.roundabout\nD.commercial", + "answer": "C" + }, + { + "id": "62f9faf7-a032-4986-a857-f62940bc44cf", + "image_path": "images/1636.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.roundabout\nC.beach\nD.staduim", + "answer": "B" + }, + { + "id": "d63d0a3a-6f87-4909-8873-74351249bf2c", + "image_path": "images/1637.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.storage_tanks\nC.roundabout\nD.dense_residential", + "answer": "C" + }, + { + "id": "51c3924d-4da4-40b8-bd40-d0034ef49901", + "image_path": "images/1638.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.industrial\nC.river\nD.pond", + "answer": "A" + }, + { + "id": "7def7d8a-65af-40de-b4ad-178594b81c56", + "image_path": "images/1639.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.roundabout\nC.industrial\nD.river", + "answer": "B" + }, + { + "id": "41a9ac84-6f12-4e41-abbe-3d21c4db4554", + "image_path": "images/1640.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.industrial\nC.parking\nD.medium_residential", + "answer": "A" + }, + { + "id": "0ab1a88a-0ce4-4f9c-949b-8872bdc029a5", + "image_path": "images/1641.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.desert\nC.roundabout\nD.sparse_residential", + "answer": "C" + }, + { + "id": "d6f26078-79c9-4e99-b4d6-5b13e2f8e0f3", + "image_path": "images/1642.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.dense_residential\nC.roundabout\nD.baseball_filed", + "answer": "C" + }, + { + "id": "406d86f1-ed43-45c3-a6df-f3c6e59fe318", + "image_path": "images/1643.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.dense_residential\nC.river\nD.roundabout", + "answer": "D" + }, + { + "id": "7ee2aef2-44fa-4e95-b20a-8dd1caec3fcd", + "image_path": "images/1644.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.sparse_residential\nC.commercial\nD.roundabout", + "answer": "D" + }, + { + "id": "cbc3dea0-b94a-43d8-a8f2-66c45dd41abb", + "image_path": "images/1645.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.church\nC.school\nD.bridge", + "answer": "A" + }, + { + "id": "fdba50bb-a290-417f-9bfd-8b69d84fdf32", + "image_path": "images/1646.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.roundabout\nC.airport\nD.desert", + "answer": "B" + }, + { + "id": "1aa65d7e-268f-4875-ac01-5930672b7e0d", + "image_path": "images/1647.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.roundabout\nC.staduim\nD.parking", + "answer": "B" + }, + { + "id": "1a1814ba-a92d-471d-8da0-89bf2fe9f810", + "image_path": "images/1648.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.roundabout\nC.church\nD.forest", + "answer": "B" + }, + { + "id": "83059abf-ea34-4274-9efc-9551544e15ef", + "image_path": "images/1649.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.school\nC.commercial\nD.industrial", + "answer": "B" + }, + { + "id": "f27819ce-05ea-4d31-a908-e4278df6a5e0", + "image_path": "images/1650.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.desert\nC.parking\nD.pond", + "answer": "A" + }, + { + "id": "80773356-c84d-4fde-be10-09251b6f7046", + "image_path": "images/1651.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.river\nC.industrial\nD.beach", + "answer": "A" + }, + { + "id": "d5eef90a-644b-46d2-93b7-6b183173f304", + "image_path": "images/1652.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.parking\nC.church\nD.school", + "answer": "D" + }, + { + "id": "193558f2-657b-4aa0-9c61-83c3eaaf4e3f", + "image_path": "images/1653.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.school\nC.industrial\nD.roundabout", + "answer": "B" + }, + { + "id": "d92e2109-c5e6-4e10-8fdd-16385ece6555", + "image_path": "images/1654.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.medium_residential\nC.school\nD.river", + "answer": "C" + }, + { + "id": "ac1f7a04-6b70-4e1c-ad6c-97ec907df1f8", + "image_path": "images/1655.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.baseball_filed\nC.medium_residential\nD.storage_tanks", + "answer": "A" + }, + { + "id": "05e7ba83-8907-44da-9353-e2589e26f5e5", + "image_path": "images/1656.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.forest\nC.desert\nD.school", + "answer": "D" + }, + { + "id": "79c43f37-b024-443a-a564-e277612614a1", + "image_path": "images/1657.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.roundabout\nC.baseball_filed\nD.river", + "answer": "A" + }, + { + "id": "af1f86cc-3934-47c5-9d87-d3e7a70e14ff", + "image_path": "images/1658.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.commercial\nC.baseball_filed\nD.storage_tanks", + "answer": "A" + }, + { + "id": "8aeb354a-2eb5-4efa-9007-1f00a8469a1c", + "image_path": "images/1659.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.parking\nC.school\nD.industrial", + "answer": "C" + }, + { + "id": "d1c262ef-c45d-44b9-8988-2ec4edd9e31c", + "image_path": "images/1660.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.industrial\nC.river\nD.school", + "answer": "D" + }, + { + "id": "0d13f509-4389-4850-baf3-e19f8520c7d9", + "image_path": "images/1661.png", + "question": "From the image shown, which category does it best fit into?\nA.airport\nB.pond\nC.desert\nD.school", + "answer": "D" + }, + { + "id": "823abd09-52ae-4dec-8e65-342e4bd3cfdd", + "image_path": "images/1662.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.farmland\nC.school\nD.commercial", + "answer": "C" + }, + { + "id": "79c4d336-e723-4f4e-b9be-33e7c42ec629", + "image_path": "images/1663.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.school\nC.farmland\nD.commercial", + "answer": "B" + }, + { + "id": "4e908002-4b74-4523-bfb1-17d3712122b9", + "image_path": "images/1664.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.parking\nC.school\nD.forest", + "answer": "C" + }, + { + "id": "788348ce-a3e3-4f89-be5a-d75f3a987b9f", + "image_path": "images/1665.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.sparse_residential\nC.industrial\nD.school", + "answer": "D" + }, + { + "id": "03aec04b-08c9-45c1-a61e-506c357fbf0b", + "image_path": "images/1666.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.school\nC.forest\nD.commercial", + "answer": "B" + }, + { + "id": "30a9d1b8-8304-4acf-8f09-cf00b1ed3908", + "image_path": "images/1667.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.roundabout\nC.church\nD.school", + "answer": "D" + }, + { + "id": "845492c6-c9bc-496e-b222-f26de6b1660b", + "image_path": "images/1668.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.baseball_filed\nC.dense_residential\nD.school", + "answer": "D" + }, + { + "id": "d1c2e40d-bfe6-42b0-9e45-2b3a15872ddb", + "image_path": "images/1669.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.school\nC.storage_tanks\nD.river", + "answer": "B" + }, + { + "id": "a736f603-ae81-42c2-acb5-fa1f5667247a", + "image_path": "images/1670.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.river\nC.beach\nD.school", + "answer": "D" + }, + { + "id": "fa959343-60c2-4d04-b5a5-61cce48cb735", + "image_path": "images/1671.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.farmland\nC.school\nD.forest", + "answer": "C" + }, + { + "id": "7c78178c-9436-4948-9012-091f57ea7773", + "image_path": "images/1672.png", + "question": "Looking at the image provided, which category does it match?\nA.bridge\nB.farmland\nC.baseball_filed\nD.school", + "answer": "D" + }, + { + "id": "02e78e44-cf53-4c7a-af19-ad3fc71435a9", + "image_path": "images/1673.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.storage_tanks\nC.church\nD.school", + "answer": "D" + }, + { + "id": "8d42f5c6-47b7-4ebc-a60d-86f0c7073628", + "image_path": "images/1674.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.staduim\nC.medium_residential\nD.school", + "answer": "D" + }, + { + "id": "cb61c355-448f-4edf-8ae4-6d655111a0fb", + "image_path": "images/1675.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.roundabout\nC.commercial\nD.school", + "answer": "D" + }, + { + "id": "717d79e2-37c5-435c-842c-838eff541476", + "image_path": "images/1676.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.beach\nC.airport\nD.school", + "answer": "D" + }, + { + "id": "51654da9-e435-43e8-9044-8888bffaf46f", + "image_path": "images/1677.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.school\nC.bridge\nD.farmland", + "answer": "B" + }, + { + "id": "e8818531-0ff9-41b8-b9bc-8052a6d25b0f", + "image_path": "images/1678.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.desert\nC.beach\nD.roundabout", + "answer": "A" + }, + { + "id": "c9b16fcc-f756-4419-ba55-1b770d6022fc", + "image_path": "images/1679.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.medium_residential\nC.pond\nD.school", + "answer": "D" + }, + { + "id": "84fa50a0-c6f7-4954-b065-bf7df653fd7e", + "image_path": "images/1680.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.river\nC.pond\nD.desert", + "answer": "A" + }, + { + "id": "a3f8740e-9d80-4dc9-b39a-e20cf9411bf3", + "image_path": "images/1681.png", + "question": "Given the image, which category is most appropriate for it?\nA.airport\nB.industrial\nC.school\nD.forest", + "answer": "C" + }, + { + "id": "742f0e37-168a-49e7-bb50-725c39100731", + "image_path": "images/1682.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.staduim\nC.school\nD.parking", + "answer": "C" + }, + { + "id": "6c3ca607-12a5-46aa-9737-86bca95902ae", + "image_path": "images/1683.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.parking\nC.school\nD.beach", + "answer": "C" + }, + { + "id": "2df624db-4315-4272-8244-12b4ec3b3894", + "image_path": "images/1684.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.airport\nC.commercial\nD.baseball_filed", + "answer": "A" + }, + { + "id": "ffa07642-7a0c-459b-a9dd-cd3c86cf9826", + "image_path": "images/1685.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.parking\nC.school\nD.dense_residential", + "answer": "C" + }, + { + "id": "976ab74f-63a9-4fba-b1f9-2e02d5f7e638", + "image_path": "images/1686.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.pond\nC.storage_tanks\nD.church", + "answer": "A" + }, + { + "id": "7eb31934-8ad1-462a-b379-6cf23e667e30", + "image_path": "images/1687.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.school\nC.desert\nD.forest", + "answer": "B" + }, + { + "id": "68a65af7-e2e5-46dc-9ff6-f02e536ed984", + "image_path": "images/1688.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.school\nC.baseball_filed\nD.industrial", + "answer": "B" + }, + { + "id": "1b873c60-41ea-4082-8159-b0d84111576b", + "image_path": "images/1689.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.school\nC.commercial\nD.baseball_filed", + "answer": "B" + }, + { + "id": "9ee978a3-a0a6-40ac-aa5b-4820f2615356", + "image_path": "images/1690.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.commercial\nC.industrial\nD.staduim", + "answer": "A" + }, + { + "id": "b0f5fb1d-c481-4874-bb3e-bbf6304d2e0f", + "image_path": "images/1691.png", + "question": "From the image shown, which category does it best fit into?\nA.parking\nB.storage_tanks\nC.sparse_residential\nD.school", + "answer": "D" + }, + { + "id": "6bacce13-c5e8-40ff-ac55-759d5f2069a1", + "image_path": "images/1692.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.beach\nC.school\nD.bridge", + "answer": "C" + }, + { + "id": "f1f91fa1-50ce-4e53-9e48-160192cbd8e2", + "image_path": "images/1693.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.farmland\nC.pond\nD.desert", + "answer": "A" + }, + { + "id": "254b2d31-7fdc-43b1-9091-d60fffef0e66", + "image_path": "images/1694.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.staduim\nC.school\nD.forest", + "answer": "C" + }, + { + "id": "cb14ba69-3d7e-4fe0-9b85-89578f714961", + "image_path": "images/1695.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.school\nC.desert\nD.baseball_filed", + "answer": "B" + }, + { + "id": "a78f5127-6a9b-40fb-a111-c7bf7653c2c0", + "image_path": "images/1696.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.commercial\nC.church\nD.forest", + "answer": "A" + }, + { + "id": "e7b52264-c20d-4942-90b0-f1e6e1e8cdf7", + "image_path": "images/1697.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.farmland\nC.school\nD.beach", + "answer": "C" + }, + { + "id": "9d512fc2-57e4-43e6-a753-ce226db7b0f7", + "image_path": "images/1698.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.beach\nC.bridge\nD.storage_tanks", + "answer": "A" + }, + { + "id": "c342b3f1-aff8-4327-9f96-e479a1dc87ac", + "image_path": "images/1699.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.desert\nC.school\nD.roundabout", + "answer": "C" + }, + { + "id": "6076b8fc-1d86-44c6-bde8-746f5426d376", + "image_path": "images/1700.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.school\nC.airport\nD.beach", + "answer": "B" + }, + { + "id": "7a5fb35c-34ae-4677-ac55-2021a74d84cc", + "image_path": "images/1701.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.pond\nC.school\nD.baseball_filed", + "answer": "C" + }, + { + "id": "a229af8d-b440-4911-94de-223398027ad7", + "image_path": "images/1702.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.church\nC.school\nD.desert", + "answer": "C" + }, + { + "id": "855f1a76-b163-4c8d-8ca8-b5fd1dd3ceeb", + "image_path": "images/1703.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.pond\nC.staduim\nD.river", + "answer": "A" + }, + { + "id": "1f5c19a7-603b-4d7c-98f2-5e94e2ced722", + "image_path": "images/1704.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.beach\nC.forest\nD.roundabout", + "answer": "A" + }, + { + "id": "2e0e84d5-632b-477b-a967-33d14ab00376", + "image_path": "images/1705.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.airport\nC.school\nD.parking", + "answer": "C" + }, + { + "id": "7bcb442f-23b3-4590-898c-5d6456246a1a", + "image_path": "images/1706.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.beach\nC.forest\nD.pond", + "answer": "A" + }, + { + "id": "08ec4561-87db-4edf-8821-643d47c9719d", + "image_path": "images/1707.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.roundabout\nC.farmland\nD.industrial", + "answer": "A" + }, + { + "id": "4074380c-bebc-432d-b0c0-3ed72a88f162", + "image_path": "images/1708.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.school\nC.commercial\nD.dense_residential", + "answer": "B" + }, + { + "id": "813379d3-d722-429a-b064-b8bb8efc1ccf", + "image_path": "images/1709.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.school\nC.pond\nD.beach", + "answer": "B" + }, + { + "id": "58ebf1ad-72ae-4987-acfb-50c7be9e7ca8", + "image_path": "images/1710.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.industrial\nC.bridge\nD.airport", + "answer": "A" + }, + { + "id": "c18c2975-10bd-4c39-befb-7f2c0a3ac428", + "image_path": "images/1711.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.desert\nC.church\nD.storage_tanks", + "answer": "A" + }, + { + "id": "6ceab27b-134b-422d-a3af-79d6697a6bd3", + "image_path": "images/1712.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.commercial\nC.church\nD.school", + "answer": "D" + }, + { + "id": "4ec5966b-5547-4676-9d21-abed4050dc43", + "image_path": "images/1713.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.desert\nC.staduim\nD.roundabout", + "answer": "A" + }, + { + "id": "27c33aec-3ba7-4c00-aad5-3463ac2ce0fc", + "image_path": "images/1714.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.church\nC.airport\nD.farmland", + "answer": "A" + }, + { + "id": "fbba24b4-9832-429d-9758-6aef96397a6a", + "image_path": "images/1715.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.medium_residential\nC.school\nD.baseball_filed", + "answer": "C" + }, + { + "id": "865266d1-9fba-4ed6-9f4c-e99a398218f7", + "image_path": "images/1716.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.parking\nC.medium_residential\nD.staduim", + "answer": "A" + }, + { + "id": "a0f84875-6708-41c3-8d20-7bad0c52de06", + "image_path": "images/1717.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.staduim\nC.school\nD.river", + "answer": "C" + }, + { + "id": "44fd98a8-00a2-4bf5-b24e-a4fd019e970b", + "image_path": "images/1718.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.staduim\nC.farmland\nD.parking", + "answer": "A" + }, + { + "id": "2142c805-e091-48b0-9152-a084db85791d", + "image_path": "images/1719.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.school\nC.desert\nD.parking", + "answer": "B" + }, + { + "id": "8bd15309-54a5-44bd-a09e-1d87a434c86a", + "image_path": "images/1720.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.medium_residential\nC.storage_tanks\nD.school", + "answer": "D" + }, + { + "id": "98f8e98c-3f3d-4a74-ae37-7e75352c5c0a", + "image_path": "images/1721.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.desert\nC.storage_tanks\nD.airport", + "answer": "A" + }, + { + "id": "c5755024-bd21-4fd6-b296-15b744b9dfd4", + "image_path": "images/1722.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.roundabout\nC.airport\nD.church", + "answer": "A" + }, + { + "id": "d8505d3a-2da1-468b-bd52-4c0073270ad5", + "image_path": "images/1723.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.industrial\nC.medium_residential\nD.sparse_residential", + "answer": "A" + }, + { + "id": "df8666da-72cf-4dd9-8e90-8c5a412133b4", + "image_path": "images/1724.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.desert\nC.bridge\nD.beach", + "answer": "A" + }, + { + "id": "c57f1529-1b67-466e-b796-a735278c6222", + "image_path": "images/1725.png", + "question": "From the image shown, which category does it best fit into?\nA.farmland\nB.industrial\nC.sparse_residential\nD.school", + "answer": "D" + }, + { + "id": "4a758d92-eda7-414b-a457-db65192a1577", + "image_path": "images/1726.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.parking\nC.farmland\nD.airport", + "answer": "A" + }, + { + "id": "1538865d-280f-47b5-a43b-bdb9cd72e34b", + "image_path": "images/1727.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.commercial\nC.parking\nD.school", + "answer": "D" + }, + { + "id": "2e180b8d-1f25-461e-9e55-145d70c5580d", + "image_path": "images/1728.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.bridge\nC.sparse_residential\nD.parking", + "answer": "A" + }, + { + "id": "1dbfbb72-cbbd-4aff-9f21-082bac8e9e54", + "image_path": "images/1729.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.beach\nC.school\nD.medium_residential", + "answer": "C" + }, + { + "id": "30fe27b6-8605-463f-bb2f-45ab29311efc", + "image_path": "images/1730.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.school\nC.medium_residential\nD.pond", + "answer": "B" + }, + { + "id": "5ec5e65b-aa3c-45b4-be5e-765cc45f3cf3", + "image_path": "images/1731.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.school\nC.storage_tanks\nD.airport", + "answer": "B" + }, + { + "id": "04585b39-bcca-4df5-b2c7-87c2e669fb99", + "image_path": "images/1732.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.parking\nC.industrial\nD.school", + "answer": "D" + }, + { + "id": "d61e52eb-aa8c-456f-97dd-01bc89161b55", + "image_path": "images/1733.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.bridge\nC.dense_residential\nD.staduim", + "answer": "A" + }, + { + "id": "d2536c12-a0ee-4ffd-a3e5-7a1a4cbdcd40", + "image_path": "images/1734.png", + "question": "Looking at the image provided, which category does it match?\nA.school\nB.pond\nC.medium_residential\nD.forest", + "answer": "A" + }, + { + "id": "67c1070d-916a-4809-bd0a-b0dd988465ab", + "image_path": "images/1735.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.baseball_filed\nC.school\nD.church", + "answer": "C" + }, + { + "id": "1a5a7247-02a3-4306-bd70-6f1f11f3ae87", + "image_path": "images/1736.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.school\nC.roundabout\nD.commercial", + "answer": "B" + }, + { + "id": "ca3e3f88-a2ab-448a-a75b-f8bd49a34b34", + "image_path": "images/1737.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.river\nC.bridge\nD.school", + "answer": "D" + }, + { + "id": "cec81f9d-4315-4d71-af5e-64ca9fca25c2", + "image_path": "images/1738.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.school\nC.airport\nD.river", + "answer": "B" + }, + { + "id": "79e042f8-2a52-4a09-88b7-ffd3bcf544f2", + "image_path": "images/1739.png", + "question": "Based on the provided image, which category does it belong to?\nA.school\nB.commercial\nC.roundabout\nD.beach", + "answer": "A" + }, + { + "id": "e16dbecc-1946-45d8-81d5-d148a33f0703", + "image_path": "images/1740.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.farmland\nC.school\nD.beach", + "answer": "C" + }, + { + "id": "8c7ec3fd-a5af-4da3-b641-d01ed6d4f7fa", + "image_path": "images/1741.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.storage_tanks\nC.school\nD.roundabout", + "answer": "C" + }, + { + "id": "ac943bba-a995-42c1-a3e5-cff3c8f0d8e0", + "image_path": "images/1742.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.medium_residential\nC.farmland\nD.airport", + "answer": "A" + }, + { + "id": "a730e361-4a72-4ea4-a0b8-739262f33449", + "image_path": "images/1743.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.school\nC.parking\nD.sparse_residential", + "answer": "B" + }, + { + "id": "4c03b5cd-15b9-4989-8d44-99426605999c", + "image_path": "images/1744.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.commercial\nC.sparse_residential\nD.parking", + "answer": "C" + }, + { + "id": "92dbaf6f-3fba-43c0-9cb2-bcbaaee46fe5", + "image_path": "images/1745.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.forest\nC.parking\nD.farmland", + "answer": "A" + }, + { + "id": "414e8d60-c638-4c05-ac0b-6c4a461f246c", + "image_path": "images/1746.png", + "question": "Based on the provided image, which category does it belong to?\nA.river\nB.storage_tanks\nC.parking\nD.sparse_residential", + "answer": "D" + }, + { + "id": "1d4a7adc-5767-4be7-bf28-aeb6337c2a0b", + "image_path": "images/1747.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.forest\nC.storage_tanks\nD.sparse_residential", + "answer": "D" + }, + { + "id": "28e4ae10-5fa6-489e-bd12-f52bc97120bd", + "image_path": "images/1748.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.dense_residential\nC.pond\nD.sparse_residential", + "answer": "D" + }, + { + "id": "b4d9356f-d728-4f8f-886b-a6de3d8ffda8", + "image_path": "images/1749.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.forest\nC.sparse_residential\nD.church", + "answer": "C" + }, + { + "id": "47394d6c-31b6-4f0c-8ce5-577447a5cedb", + "image_path": "images/1750.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.church\nB.baseball_filed\nC.industrial\nD.sparse_residential", + "answer": "D" + }, + { + "id": "b572e531-ad36-4b11-a45a-725f72f2244f", + "image_path": "images/1751.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.forest\nC.river\nD.sparse_residential", + "answer": "D" + }, + { + "id": "448392e4-b9cc-40cd-9f43-c181ea4fe629", + "image_path": "images/1752.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.beach\nC.commercial\nD.roundabout", + "answer": "A" + }, + { + "id": "28a2f4c7-430c-49f3-9086-a65ac509807e", + "image_path": "images/1753.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.staduim\nC.airport\nD.forest", + "answer": "A" + }, + { + "id": "730900d3-f60a-42a8-94ff-19a4cb1e38de", + "image_path": "images/1754.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.bridge\nC.commercial\nD.sparse_residential", + "answer": "D" + }, + { + "id": "f8ffae26-b5ef-4ebb-8f78-d2aabeac82d4", + "image_path": "images/1755.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.sparse_residential\nC.desert\nD.school", + "answer": "B" + }, + { + "id": "f99ed2d0-2342-41ad-9887-9f7d8bb2997e", + "image_path": "images/1756.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.beach\nC.sparse_residential\nD.industrial", + "answer": "C" + }, + { + "id": "b4fe2246-7835-415c-abf7-a57bae9db816", + "image_path": "images/1757.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.pond\nB.sparse_residential\nC.medium_residential\nD.industrial", + "answer": "B" + }, + { + "id": "75602f25-51ee-4eac-8a91-308a63039bc9", + "image_path": "images/1758.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.airport\nC.sparse_residential\nD.river", + "answer": "C" + }, + { + "id": "10e75c0d-f1b2-425f-9485-347cb613f1af", + "image_path": "images/1759.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.farmland\nC.sparse_residential\nD.school", + "answer": "C" + }, + { + "id": "73f0a7f3-feac-4769-9d2e-55f18a95b8bd", + "image_path": "images/1760.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.desert\nC.beach\nD.river", + "answer": "A" + }, + { + "id": "5afdd848-fcb7-46f8-85bd-df47a0659452", + "image_path": "images/1761.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.dense_residential\nC.commercial\nD.parking", + "answer": "A" + }, + { + "id": "a9aa9f67-9ac4-4ae5-8837-94ea9ec1d939", + "image_path": "images/1762.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.sparse_residential\nC.storage_tanks\nD.church", + "answer": "B" + }, + { + "id": "b76e6ed5-8b72-4bad-8204-a6ee80b68a3b", + "image_path": "images/1763.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.river\nC.roundabout\nD.sparse_residential", + "answer": "D" + }, + { + "id": "14ae5fc4-3190-4b51-bc41-462d9de784df", + "image_path": "images/1764.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.sparse_residential\nC.farmland\nD.storage_tanks", + "answer": "B" + }, + { + "id": "57281c46-9a3e-4f1b-b4be-4f5489b80b56", + "image_path": "images/1765.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.river\nC.dense_residential\nD.sparse_residential", + "answer": "D" + }, + { + "id": "46e89d2e-699f-4a82-beac-2d4e388e250e", + "image_path": "images/1766.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.beach\nC.desert\nD.sparse_residential", + "answer": "D" + }, + { + "id": "ce858208-ee47-4724-ad82-9f07bac2cb26", + "image_path": "images/1767.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.storage_tanks\nC.sparse_residential\nD.desert", + "answer": "C" + }, + { + "id": "2815c9ce-84a9-494b-a164-0ff69a05dfa8", + "image_path": "images/1768.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.school\nC.church\nD.sparse_residential", + "answer": "D" + }, + { + "id": "3ace2a6d-3a90-45f3-b775-6c66d4ceebae", + "image_path": "images/1769.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.desert\nC.church\nD.school", + "answer": "A" + }, + { + "id": "c0d38abd-1843-44fc-9476-9e3362eccc41", + "image_path": "images/1770.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.farmland\nC.sparse_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "c74a623c-d9fa-4c0c-904e-5f2023d8084e", + "image_path": "images/1771.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.sparse_residential\nC.forest\nD.river", + "answer": "B" + }, + { + "id": "8b3369a9-489c-415a-96af-e7bc28fb4039", + "image_path": "images/1772.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.sparse_residential\nC.storage_tanks\nD.parking", + "answer": "B" + }, + { + "id": "76d54f50-7ae6-484a-9dcd-cec10f972f2d", + "image_path": "images/1773.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.dense_residential\nC.industrial\nD.sparse_residential", + "answer": "D" + }, + { + "id": "e0b7ace4-17a7-4ff5-9186-d195b3ed6521", + "image_path": "images/1774.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.dense_residential\nC.school\nD.farmland", + "answer": "A" + }, + { + "id": "67ec171e-5b04-46bd-b7a9-a16f2c601813", + "image_path": "images/1775.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.church\nC.industrial\nD.staduim", + "answer": "A" + }, + { + "id": "9b1608d6-d43d-44e5-910c-c82dc3ccdaba", + "image_path": "images/1776.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.beach\nC.commercial\nD.desert", + "answer": "A" + }, + { + "id": "a69c7104-6e7c-4c0d-becf-a7df14096150", + "image_path": "images/1777.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.pond\nC.bridge\nD.river", + "answer": "A" + }, + { + "id": "1000e59f-9c3d-4cbe-a136-d7a7041cb167", + "image_path": "images/1778.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.commercial\nC.bridge\nD.airport", + "answer": "A" + }, + { + "id": "00ec8230-bc06-4e95-a739-30c22427bcde", + "image_path": "images/1779.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.farmland\nC.baseball_filed\nD.sparse_residential", + "answer": "D" + }, + { + "id": "cfb92c7f-e063-4b5b-b415-2884cd5c009c", + "image_path": "images/1780.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.storage_tanks\nC.sparse_residential\nD.school", + "answer": "C" + }, + { + "id": "506d1c33-973b-4991-92f9-2e9cb7860f5b", + "image_path": "images/1781.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.beach\nC.airport\nD.baseball_filed", + "answer": "A" + }, + { + "id": "da138224-0c71-432a-83be-e4d611c528f3", + "image_path": "images/1782.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.bridge\nC.baseball_filed\nD.staduim", + "answer": "A" + }, + { + "id": "855b5d77-4cb8-4c73-8f3f-3a935008715c", + "image_path": "images/1783.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.sparse_residential\nC.dense_residential\nD.staduim", + "answer": "B" + }, + { + "id": "6281e44f-2d91-4b05-b049-194fd0fbe06d", + "image_path": "images/1784.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.pond\nC.desert\nD.sparse_residential", + "answer": "D" + }, + { + "id": "22c6f826-c53f-4362-a4f2-063f977d80b9", + "image_path": "images/1785.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.medium_residential\nC.sparse_residential\nD.roundabout", + "answer": "C" + }, + { + "id": "d2b8daa9-0da4-4579-862c-2e12a73b3f38", + "image_path": "images/1786.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.beach\nC.sparse_residential\nD.staduim", + "answer": "C" + }, + { + "id": "8d766ee8-a1f9-4464-9168-db97a12d2d4f", + "image_path": "images/1787.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.baseball_filed\nC.bridge\nD.commercial", + "answer": "A" + }, + { + "id": "0e390fe1-9b94-49b4-b8e2-b1f7bb4318d1", + "image_path": "images/1788.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.sparse_residential\nC.desert\nD.farmland", + "answer": "B" + }, + { + "id": "7dd37e38-331e-4ea5-9630-7205a8e70cd6", + "image_path": "images/1789.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.desert\nC.bridge\nD.roundabout", + "answer": "A" + }, + { + "id": "f54d2c77-47ed-44ff-9e6c-33f273e62fbb", + "image_path": "images/1790.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.storage_tanks\nC.sparse_residential\nD.bridge", + "answer": "C" + }, + { + "id": "3dd35619-3f97-432d-8a78-0a06924fed4b", + "image_path": "images/1791.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.bridge\nC.dense_residential\nD.forest", + "answer": "A" + }, + { + "id": "62536ede-5754-4ef2-ac57-d90b4624bfbc", + "image_path": "images/1792.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.church\nC.dense_residential\nD.desert", + "answer": "A" + }, + { + "id": "c9eff97b-e234-4b4a-824f-d61250afb7fa", + "image_path": "images/1793.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.sparse_residential\nC.storage_tanks\nD.bridge", + "answer": "B" + }, + { + "id": "3fc1d4e5-2650-49a2-8feb-47e0b193b509", + "image_path": "images/1794.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.roundabout\nC.baseball_filed\nD.sparse_residential", + "answer": "D" + }, + { + "id": "512a55ac-9188-4f88-85fd-795768e6459e", + "image_path": "images/1795.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.sparse_residential\nB.industrial\nC.river\nD.commercial", + "answer": "A" + }, + { + "id": "d846c597-baea-48c6-99b2-54e00ef977da", + "image_path": "images/1796.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.desert\nC.staduim\nD.sparse_residential", + "answer": "D" + }, + { + "id": "d6adc9f2-63fc-49bd-8512-37fc78df9b42", + "image_path": "images/1797.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.medium_residential\nC.farmland\nD.commercial", + "answer": "A" + }, + { + "id": "d672fc42-81cb-481d-ad41-e7ac3ab53ff9", + "image_path": "images/1798.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.sparse_residential\nC.farmland\nD.river", + "answer": "B" + }, + { + "id": "49b68017-3482-4e8c-b71d-c9a77ac9d160", + "image_path": "images/1799.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.beach\nC.desert\nD.sparse_residential", + "answer": "D" + }, + { + "id": "efd64bac-5bd6-40a8-b9c8-ea9265145c2f", + "image_path": "images/1800.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.staduim\nC.sparse_residential\nD.bridge", + "answer": "C" + }, + { + "id": "5c5e6e7e-4fe4-4d9f-9e2a-bb6674b90e69", + "image_path": "images/1801.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.sparse_residential\nC.dense_residential\nD.baseball_filed", + "answer": "B" + }, + { + "id": "a2312107-c865-4610-bb64-f6fcf121e85c", + "image_path": "images/1802.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.desert\nC.river\nD.sparse_residential", + "answer": "D" + }, + { + "id": "1b861e58-1d75-461b-af2f-df0d1c69665e", + "image_path": "images/1803.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.sparse_residential\nC.school\nD.desert", + "answer": "B" + }, + { + "id": "1bab7609-2e14-412f-bc6d-d7ec560672ff", + "image_path": "images/1804.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.river\nB.desert\nC.sparse_residential\nD.dense_residential", + "answer": "C" + }, + { + "id": "1c99f387-a14d-4c95-bfc5-f2054db5cf6e", + "image_path": "images/1805.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.beach\nC.staduim\nD.sparse_residential", + "answer": "D" + }, + { + "id": "65545b6e-b4ee-474d-b3ba-64cd8d4253fd", + "image_path": "images/1806.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.sparse_residential\nC.bridge\nD.medium_residential", + "answer": "B" + }, + { + "id": "21713b30-d2af-455d-9c3c-3b53ccee7447", + "image_path": "images/1807.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.commercial\nC.baseball_filed\nD.desert", + "answer": "A" + }, + { + "id": "79844eec-cf7d-4003-b0c1-b05113827828", + "image_path": "images/1808.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.farmland\nB.sparse_residential\nC.church\nD.beach", + "answer": "B" + }, + { + "id": "5aff4025-1bbe-4fc1-9770-36043142cb67", + "image_path": "images/1809.png", + "question": "From the image shown, which category does it best fit into?\nA.sparse_residential\nB.airport\nC.baseball_filed\nD.medium_residential", + "answer": "A" + }, + { + "id": "5554447c-8992-40ad-a215-d7f7ef2e995d", + "image_path": "images/1810.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.stadium\nB.medium_residential\nC.sparse_residential\nD.industrial", + "answer": "A" + }, + { + "id": "2b61706c-5040-4c9d-8fdc-65f4b857d9dd", + "image_path": "images/1811.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.stadium\nC.river\nD.storage_tanks", + "answer": "B" + }, + { + "id": "ac6e468c-7136-4eae-9d3c-19f62c68b2d0", + "image_path": "images/1812.png", + "question": "From the image shown, which category does it best fit into?\nA.stadium\nB.church\nC.desert\nD.sparse_residential", + "answer": "A" + }, + { + "id": "5e62453c-742c-4b79-932e-29e238c3f244", + "image_path": "images/1813.png", + "question": "From the image shown, which category does it best fit into?\nA.stadium\nB.airport\nC.baseball_filed\nD.forest", + "answer": "A" + }, + { + "id": "d3135c3c-9a63-4474-be87-398c2286a0b3", + "image_path": "images/1814.png", + "question": "Given the image, which category is most appropriate for it?\nA.stadium\nB.industrial\nC.medium_residential\nD.dense_residential", + "answer": "A" + }, + { + "id": "05e2a6d5-9dba-4a53-8a72-4f4151d664de", + "image_path": "images/1815.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.airport\nC.pond\nD.stadium", + "answer": "D" + }, + { + "id": "a3f3a08b-74b2-477e-8393-a4bc42de1c92", + "image_path": "images/1816.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.commercial\nC.dense_residential\nD.stadium", + "answer": "D" + }, + { + "id": "f19eedf7-771b-4d5d-a26d-12920f2a2d2b", + "image_path": "images/1817.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.stadium\nC.commercial\nD.sparse_residential", + "answer": "B" + }, + { + "id": "86703817-20be-4772-a43a-a44ceb67b74e", + "image_path": "images/1818.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.stadium\nC.bridge\nD.airport", + "answer": "B" + }, + { + "id": "15b53358-07b8-4718-a046-9cd937835962", + "image_path": "images/1819.png", + "question": "Based on the provided image, which category does it belong to?\nA.stadium\nB.roundabout\nC.staduim\nD.industrial", + "answer": "A" + }, + { + "id": "5d3ee3bc-6b00-4872-b698-dce93e4111cb", + "image_path": "images/1820.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.stadium\nC.school\nD.dense_residential", + "answer": "B" + }, + { + "id": "fc8415e7-6fe8-4585-a435-1b7f667d80c3", + "image_path": "images/1821.png", + "question": "Looking at the image provided, which category does it match?\nA.stadium\nB.storage_tanks\nC.bridge\nD.pond", + "answer": "A" + }, + { + "id": "8e1c1f0c-3566-4811-8db6-5c0905dc5bbd", + "image_path": "images/1822.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.roundabout\nC.school\nD.stadium", + "answer": "D" + }, + { + "id": "6b0b78b6-f8bf-456f-a220-2b0837e6ff84", + "image_path": "images/1823.png", + "question": "Given the image, which category is most appropriate for it?\nA.parking\nB.pond\nC.stadium\nD.staduim", + "answer": "C" + }, + { + "id": "40d9ada8-96ac-4df4-9407-50b7bcc19580", + "image_path": "images/1824.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.sparse_residential\nC.staduim\nD.stadium", + "answer": "D" + }, + { + "id": "56d4b994-4c1e-4842-9a4d-a444effb989a", + "image_path": "images/1825.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.church\nC.staduim\nD.stadium", + "answer": "D" + }, + { + "id": "22d5916f-7d6c-4f67-be0b-d9a8646e028d", + "image_path": "images/1826.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.stadium\nC.roundabout\nD.school", + "answer": "B" + }, + { + "id": "6d291bab-5814-4a1c-9784-1de7552314de", + "image_path": "images/1827.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.roundabout\nC.stadium\nD.industrial", + "answer": "C" + }, + { + "id": "1d937237-91d7-42ff-b2e9-74f4ed32f90f", + "image_path": "images/1828.png", + "question": "Given the image, which category is most appropriate for it?\nA.bridge\nB.river\nC.school\nD.stadium", + "answer": "D" + }, + { + "id": "e33066fa-56e5-4681-ba8b-115fca11413f", + "image_path": "images/1829.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.bridge\nC.forest\nD.stadium", + "answer": "D" + }, + { + "id": "5bd12b24-20e8-4404-9cca-49ab35047ed3", + "image_path": "images/1830.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.stadium\nC.airport\nD.river", + "answer": "B" + }, + { + "id": "3768846f-6006-4ed7-93e8-4159df9e1f25", + "image_path": "images/1831.png", + "question": "Given the image, which category is most appropriate for it?\nA.farmland\nB.forest\nC.stadium\nD.desert", + "answer": "C" + }, + { + "id": "081bd84c-4f05-460f-b7df-0299ae9d9674", + "image_path": "images/1832.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.stadium\nC.dense_residential\nD.staduim", + "answer": "B" + }, + { + "id": "28e24044-c94b-47a8-a407-ba7d130722f0", + "image_path": "images/1833.png", + "question": "Given the image, which category is most appropriate for it?\nA.stadium\nB.storage_tanks\nC.sparse_residential\nD.staduim", + "answer": "A" + }, + { + "id": "897d1cd7-aa94-4342-a964-ef3e275dd386", + "image_path": "images/1834.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.forest\nB.roundabout\nC.airport\nD.stadium", + "answer": "D" + }, + { + "id": "a9f84fa6-e111-4359-b2de-4595c97721ba", + "image_path": "images/1835.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.stadium\nC.medium_residential\nD.bridge", + "answer": "B" + }, + { + "id": "324410ec-cb9c-4166-8ae4-84d25f0784e2", + "image_path": "images/1836.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.baseball_filed\nC.stadium\nD.storage_tanks", + "answer": "C" + }, + { + "id": "57e4555c-35c6-465c-ac4a-b855d43fb475", + "image_path": "images/1837.png", + "question": "Based on the provided image, which category does it belong to?\nA.sparse_residential\nB.medium_residential\nC.bridge\nD.stadium", + "answer": "D" + }, + { + "id": "f6a45577-092a-4aa8-8018-229ce4355312", + "image_path": "images/1838.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.baseball_filed\nC.stadium\nD.storage_tanks", + "answer": "C" + }, + { + "id": "5f862aaa-4e5c-4ffa-92c8-03df9a91b707", + "image_path": "images/1839.png", + "question": "Looking at the image provided, which category does it match?\nA.stadium\nB.dense_residential\nC.sparse_residential\nD.baseball_filed", + "answer": "A" + }, + { + "id": "6d935231-d600-42eb-8688-ca8c702e9e1b", + "image_path": "images/1840.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.stadium\nC.bridge\nD.staduim", + "answer": "B" + }, + { + "id": "ec0872f1-5fa5-41af-b390-c49ec4445846", + "image_path": "images/1841.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.beach\nC.industrial\nD.stadium", + "answer": "D" + }, + { + "id": "7dec561e-77a6-42ac-947b-ed9095160a1c", + "image_path": "images/1842.png", + "question": "Based on the provided image, which category does it belong to?\nA.stadium\nB.dense_residential\nC.airport\nD.pond", + "answer": "A" + }, + { + "id": "130d6642-855b-4efd-8444-6253336eecad", + "image_path": "images/1843.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.beach\nC.forest\nD.stadium", + "answer": "D" + }, + { + "id": "02ab42ae-628a-4d0b-88eb-4cb26be1d6e3", + "image_path": "images/1844.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.roundabout\nC.stadium\nD.river", + "answer": "C" + }, + { + "id": "5f7a25c2-1e45-47dd-9c18-c679ae4ff086", + "image_path": "images/1845.png", + "question": "Based on the provided image, which category does it belong to?\nA.stadium\nB.river\nC.bridge\nD.church", + "answer": "A" + }, + { + "id": "cc4e5442-bfcf-4c68-9edc-6d13a5747729", + "image_path": "images/1846.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.parking\nC.commercial\nD.stadium", + "answer": "D" + }, + { + "id": "8c5b97fa-23e6-4e5b-8318-5c377671cf90", + "image_path": "images/1847.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.medium_residential\nC.stadium\nD.forest", + "answer": "C" + }, + { + "id": "6276d22f-5aad-4d58-b173-96a257320719", + "image_path": "images/1848.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.stadium\nB.forest\nC.parking\nD.school", + "answer": "A" + }, + { + "id": "384fcfed-066d-4956-ace5-9f650d65bb83", + "image_path": "images/1849.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.industrial\nC.stadium\nD.church", + "answer": "C" + }, + { + "id": "785cd3c9-4480-4b31-b6c8-678e020b0576", + "image_path": "images/1850.png", + "question": "Given the image, which category is most appropriate for it?\nA.stadium\nB.medium_residential\nC.desert\nD.staduim", + "answer": "A" + }, + { + "id": "b9f4a362-80fb-4c9c-a2a0-b0d7973e6160", + "image_path": "images/1851.png", + "question": "Looking at the image provided, which category does it match?\nA.stadium\nB.baseball_filed\nC.farmland\nD.parking", + "answer": "A" + }, + { + "id": "8cf212a2-44fc-4a46-8484-8afbb774756b", + "image_path": "images/1852.png", + "question": "From the image shown, which category does it best fit into?\nA.stadium\nB.storage_tanks\nC.desert\nD.baseball_filed", + "answer": "A" + }, + { + "id": "a32f9b2c-464f-4249-81c0-6826f1969b31", + "image_path": "images/1853.png", + "question": "Given the image, which category is most appropriate for it?\nA.stadium\nB.medium_residential\nC.parking\nD.dense_residential", + "answer": "A" + }, + { + "id": "287de87e-4a20-4195-8824-c7c2d738a87e", + "image_path": "images/1854.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.stadium\nC.parking\nD.river", + "answer": "B" + }, + { + "id": "ff77a6db-19ad-4bbf-bc74-a37f23280ac4", + "image_path": "images/1855.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.forest\nC.roundabout\nD.stadium", + "answer": "D" + }, + { + "id": "a7054423-545a-41ea-9fb6-913f71e79f6c", + "image_path": "images/1856.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.forest\nC.pond\nD.stadium", + "answer": "D" + }, + { + "id": "5bd9aef4-12e7-4382-bddf-40e19e89bb5a", + "image_path": "images/1857.png", + "question": "Based on the provided image, which category does it belong to?\nA.dense_residential\nB.school\nC.storage_tanks\nD.roundabout", + "answer": "C" + }, + { + "id": "7889a232-7c45-4864-9d78-90899abc86da", + "image_path": "images/1858.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.storage_tanks\nC.staduim\nD.bridge", + "answer": "B" + }, + { + "id": "1fc07c4d-de2a-48bb-88e9-6948ae09b892", + "image_path": "images/1859.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.dense_residential\nB.storage_tanks\nC.baseball_filed\nD.airport", + "answer": "B" + }, + { + "id": "f5510434-c7d6-4809-b048-d8be77340eac", + "image_path": "images/1860.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.roundabout\nC.staduim\nD.church", + "answer": "A" + }, + { + "id": "120c9935-aa72-4727-b151-1eef0230ae47", + "image_path": "images/1861.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.medium_residential\nC.pond\nD.storage_tanks", + "answer": "D" + }, + { + "id": "abccee28-fa7f-41a1-bc2b-cbb3cb4bc6b6", + "image_path": "images/1862.png", + "question": "Looking at the image provided, which category does it match?\nA.farmland\nB.industrial\nC.baseball_filed\nD.storage_tanks", + "answer": "D" + }, + { + "id": "e6fbd9be-6019-46e2-bf01-fbb49c569fce", + "image_path": "images/1863.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.beach\nB.storage_tanks\nC.church\nD.industrial", + "answer": "B" + }, + { + "id": "90535f2b-947c-4131-95ff-8a82e826ce5c", + "image_path": "images/1864.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.desert\nC.medium_residential\nD.forest", + "answer": "A" + }, + { + "id": "f4caebd0-9bde-481f-8fea-0f84d1daa96d", + "image_path": "images/1865.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.church\nC.storage_tanks\nD.medium_residential", + "answer": "C" + }, + { + "id": "e4c3ba62-729a-43ff-86f6-c12ac7ebdd3e", + "image_path": "images/1866.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.storage_tanks\nC.commercial\nD.parking", + "answer": "B" + }, + { + "id": "b8a1373f-cd45-4203-9a08-7cf449ea6248", + "image_path": "images/1867.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.desert\nC.storage_tanks\nD.farmland", + "answer": "C" + }, + { + "id": "f1e23131-2b04-4d75-8a1c-1be87e63d546", + "image_path": "images/1868.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.staduim\nC.farmland\nD.storage_tanks", + "answer": "D" + }, + { + "id": "98efa954-5cfb-41cd-99c8-7d2becd88b0c", + "image_path": "images/1869.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.dense_residential\nC.storage_tanks\nD.staduim", + "answer": "C" + }, + { + "id": "c385dac2-2cf8-4888-b7b7-cd72817af172", + "image_path": "images/1870.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.storage_tanks\nC.beach\nD.airport", + "answer": "B" + }, + { + "id": "ca18bbaf-abcc-4168-897e-f43dded50f64", + "image_path": "images/1871.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.bridge\nB.storage_tanks\nC.roundabout\nD.baseball_filed", + "answer": "B" + }, + { + "id": "fcab8f18-fa12-45c4-84cb-07a6cb40af8f", + "image_path": "images/1872.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.roundabout\nC.pond\nD.dense_residential", + "answer": "A" + }, + { + "id": "a63b3b92-72eb-4c2f-825a-d570b3992e5b", + "image_path": "images/1873.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.storage_tanks\nC.staduim\nD.beach", + "answer": "B" + }, + { + "id": "c21d0b2f-95aa-49ea-93f5-21e4a6428e7d", + "image_path": "images/1874.png", + "question": "Looking at the image provided, which category does it match?\nA.commercial\nB.airport\nC.storage_tanks\nD.dense_residential", + "answer": "C" + }, + { + "id": "cab11fb4-7fc0-44af-bde2-bbdd7be860b4", + "image_path": "images/1875.png", + "question": "Given the image, which category is most appropriate for it?\nA.dense_residential\nB.medium_residential\nC.baseball_filed\nD.storage_tanks", + "answer": "D" + }, + { + "id": "a06323d2-5e0c-4aa8-9cf7-dcddf0f44f04", + "image_path": "images/1876.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.farmland\nC.storage_tanks\nD.commercial", + "answer": "C" + }, + { + "id": "df43a576-acfe-49ab-8d87-288d2fc17326", + "image_path": "images/1877.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.staduim\nC.river\nD.pond", + "answer": "A" + }, + { + "id": "b538c7e5-f464-4862-b40d-5615e9000170", + "image_path": "images/1878.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.pond\nC.industrial\nD.forest", + "answer": "A" + }, + { + "id": "e9153f86-5550-4611-a1f7-08bb1e41d753", + "image_path": "images/1879.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.commercial\nC.storage_tanks\nD.dense_residential", + "answer": "C" + }, + { + "id": "381acc88-d060-4946-9a03-6b17ec2aafd1", + "image_path": "images/1880.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.dense_residential\nC.commercial\nD.storage_tanks", + "answer": "D" + }, + { + "id": "2625f9f3-0e8b-4dae-9de9-4b36cb77b554", + "image_path": "images/1881.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.school\nC.church\nD.storage_tanks", + "answer": "D" + }, + { + "id": "b47c93de-8885-42cd-bc16-dd26980b9b96", + "image_path": "images/1882.png", + "question": "From the image shown, which category does it best fit into?\nA.forest\nB.dense_residential\nC.desert\nD.storage_tanks", + "answer": "D" + }, + { + "id": "6bc8a94c-8ccb-483a-9336-9e3b3eb6b828", + "image_path": "images/1883.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.baseball_filed\nC.farmland\nD.roundabout", + "answer": "A" + }, + { + "id": "1d84b2f1-23f9-4219-af8b-86a36233b8c2", + "image_path": "images/1884.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.beach\nC.farmland\nD.medium_residential", + "answer": "A" + }, + { + "id": "f6a77c9a-c5cf-4c4e-87fe-5ebf6f7ed42d", + "image_path": "images/1885.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.storage_tanks\nC.airport\nD.pond", + "answer": "B" + }, + { + "id": "f57bfe24-81d2-4b0f-8b60-fa6fcc1c27db", + "image_path": "images/1886.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.storage_tanks\nC.school\nD.staduim", + "answer": "B" + }, + { + "id": "6dd63977-a6c5-49d3-8d57-b022d951aa66", + "image_path": "images/1887.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.storage_tanks\nC.parking\nD.airport", + "answer": "B" + }, + { + "id": "07a72da5-1539-4b5f-b97b-39c439c58469", + "image_path": "images/1888.png", + "question": "From the image shown, which category does it best fit into?\nA.desert\nB.roundabout\nC.sparse_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "7beafb24-6572-4978-84d1-a9ef95c0eac8", + "image_path": "images/1889.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.river\nC.farmland\nD.pond", + "answer": "A" + }, + { + "id": "bc2d60eb-fe28-4bc5-8b9d-0e462e3d0739", + "image_path": "images/1890.png", + "question": "Given the image, which category is most appropriate for it?\nA.river\nB.roundabout\nC.sparse_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "06768572-5323-4c8f-bdc4-f2b7e7e71821", + "image_path": "images/1891.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.commercial\nC.storage_tanks\nD.forest", + "answer": "C" + }, + { + "id": "8843d6f6-25e2-47e5-9150-491564774c6a", + "image_path": "images/1892.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.parking\nB.storage_tanks\nC.commercial\nD.medium_residential", + "answer": "B" + }, + { + "id": "e143924a-09d3-45cf-bd98-2293ef2de806", + "image_path": "images/1893.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.desert\nB.farmland\nC.storage_tanks\nD.baseball_filed", + "answer": "C" + }, + { + "id": "ed12eba4-37ae-4e7b-9d85-5b29ae7e9e29", + "image_path": "images/1894.png", + "question": "Based on the provided image, which category does it belong to?\nA.staduim\nB.sparse_residential\nC.bridge\nD.storage_tanks", + "answer": "D" + }, + { + "id": "766fa7fe-f099-4dbe-889d-c7771a9f5449", + "image_path": "images/1895.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.staduim\nB.desert\nC.storage_tanks\nD.river", + "answer": "C" + }, + { + "id": "487fec13-2e23-4472-8b13-b309c857bb4b", + "image_path": "images/1896.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.commercial\nC.river\nD.storage_tanks", + "answer": "D" + }, + { + "id": "b58cce9c-0b2a-4ba0-8e32-f6ee312a3426", + "image_path": "images/1897.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.storage_tanks\nC.parking\nD.beach", + "answer": "B" + }, + { + "id": "3bc41a61-b676-431c-bc39-bc34df2150b0", + "image_path": "images/1898.png", + "question": "Given the image, which category is most appropriate for it?\nA.staduim\nB.industrial\nC.storage_tanks\nD.baseball_filed", + "answer": "C" + }, + { + "id": "4f5ea4cf-37c8-4010-a99a-b61da151bdeb", + "image_path": "images/1899.png", + "question": "From the image shown, which category does it best fit into?\nA.industrial\nB.school\nC.commercial\nD.storage_tanks", + "answer": "D" + }, + { + "id": "330da4b0-513e-4c4e-8262-e3b2be074a94", + "image_path": "images/1900.png", + "question": "Based on the provided image, which category does it belong to?\nA.industrial\nB.dense_residential\nC.airport\nD.storage_tanks", + "answer": "D" + }, + { + "id": "2518ec23-fc69-4455-afd0-1c28d067f352", + "image_path": "images/1901.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.pond\nC.forest\nD.storage_tanks", + "answer": "D" + }, + { + "id": "8bcbc3e8-eca0-4896-97e5-c3ac7c270d52", + "image_path": "images/1902.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.storage_tanks\nC.church\nD.river", + "answer": "B" + }, + { + "id": "fc127d10-9587-4ba1-9df5-4ff1757cfac7", + "image_path": "images/1903.png", + "question": "Based on the provided image, which category does it belong to?\nA.desert\nB.storage_tanks\nC.parking\nD.church", + "answer": "B" + }, + { + "id": "111ba652-aa25-4a33-b02a-870db2ddb113", + "image_path": "images/1904.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.baseball_filed\nB.desert\nC.airport\nD.storage_tanks", + "answer": "D" + }, + { + "id": "ce48f80f-2f1b-4069-a201-6d9482316c96", + "image_path": "images/1905.png", + "question": "From the image shown, which category does it best fit into?\nA.beach\nB.industrial\nC.farmland\nD.storage_tanks", + "answer": "D" + }, + { + "id": "b0a44414-f01e-4a1f-8633-b24d7036fe6f", + "image_path": "images/1906.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.baseball_filed\nC.storage_tanks\nD.desert", + "answer": "C" + }, + { + "id": "ea54df53-14d5-4a01-9645-913d98a1a22c", + "image_path": "images/1907.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.storage_tanks\nC.forest\nD.bridge", + "answer": "B" + }, + { + "id": "c8f4ffc1-1169-4921-93b0-a57de60ca6b9", + "image_path": "images/1908.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.storage_tanks\nC.beach\nD.staduim", + "answer": "B" + }, + { + "id": "cd1282f7-fabe-4b52-91ff-3bcf43198a3a", + "image_path": "images/1909.png", + "question": "From the image shown, which category does it best fit into?\nA.dense_residential\nB.commercial\nC.river\nD.storage_tanks", + "answer": "D" + }, + { + "id": "a9275ffa-e119-42ea-8da0-e0aa33a3ea1c", + "image_path": "images/1910.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.desert\nC.staduim\nD.airport", + "answer": "A" + }, + { + "id": "797b4256-9188-4526-ab06-d9074f966534", + "image_path": "images/1911.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.farmland\nC.parking\nD.storage_tanks", + "answer": "D" + }, + { + "id": "f1c0751f-687e-4b85-bbbc-21cef105cf3e", + "image_path": "images/1912.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.sparse_residential\nC.desert\nD.storage_tanks", + "answer": "D" + }, + { + "id": "1196451b-130f-4208-995e-be90267f0524", + "image_path": "images/1913.png", + "question": "Based on the provided image, which category does it belong to?\nA.commercial\nB.church\nC.storage_tanks\nD.airport", + "answer": "C" + }, + { + "id": "acc74c3c-d6d4-4edf-ae7d-d84644760547", + "image_path": "images/1914.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.school\nC.forest\nD.dense_residential", + "answer": "A" + }, + { + "id": "5c9fd70c-84f6-40c4-8f0b-2458a69be34b", + "image_path": "images/1915.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.beach\nC.storage_tanks\nD.medium_residential", + "answer": "C" + }, + { + "id": "e7c9cea5-068d-4edb-9e72-23f504177c27", + "image_path": "images/1916.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.farmland\nC.pond\nD.medium_residential", + "answer": "A" + }, + { + "id": "8375c5fa-5e0f-4361-ab7f-9e999b86d0c6", + "image_path": "images/1917.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.sparse_residential\nC.airport\nD.storage_tanks", + "answer": "D" + }, + { + "id": "c67bbe20-c038-4593-a920-76a661376518", + "image_path": "images/1918.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.parking\nC.dense_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "64bd4ba1-1faf-4cbf-a8ae-f8c732ab23a5", + "image_path": "images/1919.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.sparse_residential\nC.desert\nD.farmland", + "answer": "A" + }, + { + "id": "2cf36cef-694d-47d0-b882-98f2f0514856", + "image_path": "images/1920.png", + "question": "Based on the provided image, which category does it belong to?\nA.airport\nB.storage_tanks\nC.staduim\nD.church", + "answer": "B" + }, + { + "id": "9f293e4b-5102-46e1-8b9e-8d89090da5b4", + "image_path": "images/1921.png", + "question": "Based on the provided image, which category does it belong to?\nA.roundabout\nB.parking\nC.storage_tanks\nD.industrial", + "answer": "C" + }, + { + "id": "d0a7b12d-107e-4504-9477-8aab1842b58e", + "image_path": "images/1922.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.sparse_residential\nC.desert\nD.dense_residential", + "answer": "A" + }, + { + "id": "f9abe136-a997-4c22-8cf6-423b4d4be876", + "image_path": "images/1923.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.parking\nC.storage_tanks\nD.commercial", + "answer": "C" + }, + { + "id": "7a233a9f-6eac-497f-80af-9ee9d2a04004", + "image_path": "images/1924.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.bridge\nC.church\nD.river", + "answer": "A" + }, + { + "id": "441a6aff-d29a-4271-94a1-3a3427fd0295", + "image_path": "images/1925.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.storage_tanks\nC.parking\nD.desert", + "answer": "B" + }, + { + "id": "c173c529-f560-4cc1-bc40-f7d9c4f69393", + "image_path": "images/1926.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.parking\nC.storage_tanks\nD.medium_residential", + "answer": "C" + }, + { + "id": "06267b58-48d2-4c6c-82b1-45ed4cecbaf1", + "image_path": "images/1927.png", + "question": "From the image shown, which category does it best fit into?\nA.baseball_filed\nB.roundabout\nC.industrial\nD.storage_tanks", + "answer": "D" + }, + { + "id": "f5eef1de-73bf-4b69-80f8-6f9ca3dc2907", + "image_path": "images/1928.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.pond\nC.medium_residential\nD.staduim", + "answer": "A" + }, + { + "id": "f0a4f498-c8e4-4ba6-97d6-3227fb5624c2", + "image_path": "images/1929.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.farmland\nC.storage_tanks\nD.commercial", + "answer": "C" + }, + { + "id": "da92d0ab-8771-471b-80b9-03e46477354b", + "image_path": "images/1930.png", + "question": "Based on the provided image, which category does it belong to?\nA.forest\nB.beach\nC.farmland\nD.storage_tanks", + "answer": "D" + }, + { + "id": "31c63b59-ece9-4edf-a268-5951b4ba0c8b", + "image_path": "images/1931.png", + "question": "Given the image, which category is most appropriate for it?\nA.school\nB.pond\nC.desert\nD.storage_tanks", + "answer": "D" + }, + { + "id": "97c607dc-0804-42dd-8ba3-73173c1a8fb9", + "image_path": "images/1932.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.airport\nB.storage_tanks\nC.forest\nD.beach", + "answer": "B" + }, + { + "id": "e5072868-728d-4767-afde-5d135b340201", + "image_path": "images/1933.png", + "question": "Looking at the image provided, which category does it match?\nA.baseball_filed\nB.storage_tanks\nC.dense_residential\nD.school", + "answer": "B" + }, + { + "id": "d9f9d77b-3752-4b15-a302-82b254e31973", + "image_path": "images/1934.png", + "question": "Looking at the image provided, which category does it match?\nA.industrial\nB.bridge\nC.storage_tanks\nD.airport", + "answer": "C" + }, + { + "id": "7c97f432-0347-4fc2-8934-f1c7acdb8c12", + "image_path": "images/1935.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.desert\nC.roundabout\nD.sparse_residential", + "answer": "A" + }, + { + "id": "a2abfb2a-2fcc-409b-a020-5db9e0dfc9f5", + "image_path": "images/1936.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.bridge\nC.river\nD.commercial", + "answer": "A" + }, + { + "id": "96c1b9d9-e0d7-4b11-9741-64f4c7800664", + "image_path": "images/1937.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.sparse_residential\nC.forest\nD.baseball_filed", + "answer": "A" + }, + { + "id": "d98ceae9-6b4c-4414-a6a8-4fa58764df88", + "image_path": "images/1938.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.storage_tanks\nC.medium_residential\nD.church", + "answer": "B" + }, + { + "id": "083bcf6a-222a-4d0a-89ba-3e14879121d7", + "image_path": "images/1939.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.dense_residential\nC.airport\nD.baseball_filed", + "answer": "A" + }, + { + "id": "fe15abac-3567-44a5-b2ca-858b2185f8e9", + "image_path": "images/1940.png", + "question": "Given the image, which category is most appropriate for it?\nA.church\nB.forest\nC.storage_tanks\nD.desert", + "answer": "C" + }, + { + "id": "0a3fb370-f2a1-4d1d-bcec-7e90a1d90d64", + "image_path": "images/1941.png", + "question": "Looking at the image provided, which category does it match?\nA.roundabout\nB.storage_tanks\nC.church\nD.airport", + "answer": "B" + }, + { + "id": "b6ac70e4-0239-475f-a2ff-54272ba8e4ff", + "image_path": "images/1942.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.baseball_filed\nC.sparse_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "04441e53-0f77-44ea-87f2-434761d0c955", + "image_path": "images/1943.png", + "question": "Looking at the image provided, which category does it match?\nA.river\nB.industrial\nC.commercial\nD.storage_tanks", + "answer": "D" + }, + { + "id": "b392dcf1-d0f0-4740-87d7-4d823b158239", + "image_path": "images/1944.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.parking\nC.industrial\nD.airport", + "answer": "A" + }, + { + "id": "d5399074-ca52-484b-9dac-60a81c904358", + "image_path": "images/1945.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.medium_residential\nC.airport\nD.church", + "answer": "A" + }, + { + "id": "7e0e3549-5020-4769-898f-8328e8e6301f", + "image_path": "images/1946.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.baseball_filed\nC.farmland\nD.industrial", + "answer": "A" + }, + { + "id": "5df557f3-f7e6-4f24-8c2e-90a9545d25a1", + "image_path": "images/1947.png", + "question": "Given the image, which category is most appropriate for it?\nA.commercial\nB.bridge\nC.storage_tanks\nD.roundabout", + "answer": "C" + }, + { + "id": "aef627fd-44d8-4a2e-8c12-47f0281880d9", + "image_path": "images/1948.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.school\nC.desert\nD.commercial", + "answer": "A" + }, + { + "id": "68e63c09-15d5-4e25-81d7-4aa8c8be86d5", + "image_path": "images/1949.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.staduim\nC.storage_tanks\nD.industrial", + "answer": "C" + }, + { + "id": "5bf11d5b-539c-4a4f-9d6f-7dbd403b12a7", + "image_path": "images/1950.png", + "question": "Looking at the image provided, which category does it match?\nA.beach\nB.medium_residential\nC.storage_tanks\nD.roundabout", + "answer": "C" + }, + { + "id": "b3d22108-886d-4b40-b691-26df3b7d40dd", + "image_path": "images/1951.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.storage_tanks\nC.forest\nD.beach", + "answer": "B" + }, + { + "id": "d7c7fc6f-bceb-4ffc-8f22-cbf9606b013e", + "image_path": "images/1952.png", + "question": "From the image shown, which category does it best fit into?\nA.pond\nB.commercial\nC.beach\nD.storage_tanks", + "answer": "D" + }, + { + "id": "99124470-f33f-4901-ba1a-2c304ee082e9", + "image_path": "images/1953.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.school\nB.desert\nC.storage_tanks\nD.industrial", + "answer": "C" + }, + { + "id": "ade81403-fe32-45b2-9c87-d95e646e9085", + "image_path": "images/1954.png", + "question": "Given the image, which category is most appropriate for it?\nA.pond\nB.storage_tanks\nC.forest\nD.airport", + "answer": "B" + }, + { + "id": "18ef96e2-8f0d-403c-ae47-a8ae4f9c51e2", + "image_path": "images/1955.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.river\nC.dense_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "523fc1c6-4147-4460-a4b9-f9aa2da81107", + "image_path": "images/1956.png", + "question": "Looking at the image provided, which category does it match?\nA.pond\nB.forest\nC.storage_tanks\nD.roundabout", + "answer": "C" + }, + { + "id": "7d117361-5a7c-49a5-9556-7d38f6cd2f6d", + "image_path": "images/1957.png", + "question": "Looking at the image provided, which category does it match?\nA.dense_residential\nB.staduim\nC.storage_tanks\nD.parking", + "answer": "C" + }, + { + "id": "d0044cc5-00c6-4df9-9590-54239d398a58", + "image_path": "images/1958.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.commercial\nC.storage_tanks\nD.staduim", + "answer": "C" + }, + { + "id": "b9adcfa5-4e3a-4293-8a87-e1a3aa41b597", + "image_path": "images/1959.png", + "question": "From the image shown, which category does it best fit into?\nA.medium_residential\nB.storage_tanks\nC.commercial\nD.baseball_filed", + "answer": "B" + }, + { + "id": "e4e57cf3-225d-496e-864d-1b92baec1b90", + "image_path": "images/1960.png", + "question": "Looking at the image provided, which category does it match?\nA.medium_residential\nB.forest\nC.storage_tanks\nD.staduim", + "answer": "C" + }, + { + "id": "4ef78ec2-db29-4d75-96d4-8f9a0bfed772", + "image_path": "images/1961.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.beach\nC.sparse_residential\nD.school", + "answer": "A" + }, + { + "id": "bd698904-c6d3-42a7-aa71-967ff1aa3cf5", + "image_path": "images/1962.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.medium_residential\nC.parking\nD.airport", + "answer": "A" + }, + { + "id": "8e81f58b-4379-4a48-86ad-82ce0d16a724", + "image_path": "images/1963.png", + "question": "From the image shown, which category does it best fit into?\nA.commercial\nB.church\nC.storage_tanks\nD.airport", + "answer": "C" + }, + { + "id": "1c84df1b-9de0-4ef6-a722-004b6c5e1493", + "image_path": "images/1964.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.airport\nC.commercial\nD.farmland", + "answer": "A" + }, + { + "id": "35fcaef4-daa8-4a54-9012-2d704da967f5", + "image_path": "images/1965.png", + "question": "From the image shown, which category does it best fit into?\nA.school\nB.storage_tanks\nC.forest\nD.sparse_residential", + "answer": "B" + }, + { + "id": "4235ce7c-9329-481b-994d-d0974a2ac054", + "image_path": "images/1966.png", + "question": "Given the image, which category is most appropriate for it?\nA.desert\nB.bridge\nC.storage_tanks\nD.airport", + "answer": "C" + }, + { + "id": "7e93aa86-d842-43e4-bfdf-201ddc283b41", + "image_path": "images/1967.png", + "question": "Given the image, which category is most appropriate for it?\nA.storage_tanks\nB.bridge\nC.church\nD.farmland", + "answer": "A" + }, + { + "id": "e2c6e62e-13a5-4185-9855-b8f10f364daa", + "image_path": "images/1968.png", + "question": "Given the image, which category is most appropriate for it?\nA.roundabout\nB.church\nC.storage_tanks\nD.pond", + "answer": "C" + }, + { + "id": "6c75f5b8-c2c9-4f13-9dae-068e15ebca53", + "image_path": "images/1969.png", + "question": "Based on the provided image, which category does it belong to?\nA.parking\nB.pond\nC.storage_tanks\nD.sparse_residential", + "answer": "C" + }, + { + "id": "c7058c71-d648-4beb-865c-e9b10b97cb06", + "image_path": "images/1970.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.river\nC.storage_tanks\nD.roundabout", + "answer": "C" + }, + { + "id": "d55f3f84-6519-44f9-af8c-8594013a08c6", + "image_path": "images/1971.png", + "question": "Looking at the image provided, which category does it match?\nA.forest\nB.dense_residential\nC.baseball_filed\nD.storage_tanks", + "answer": "D" + }, + { + "id": "1dd137b7-dcf1-438c-8b42-9bf036a0abe5", + "image_path": "images/1972.png", + "question": "Based on the provided image, which category does it belong to?\nA.storage_tanks\nB.desert\nC.roundabout\nD.staduim", + "answer": "A" + }, + { + "id": "7c7e2976-f1d9-49fe-bb6b-b1e70068d874", + "image_path": "images/1973.png", + "question": "Given the image, which category is most appropriate for it?\nA.medium_residential\nB.parking\nC.beach\nD.storage_tanks", + "answer": "D" + }, + { + "id": "2f1ed8e4-e35a-4cca-96d8-b2396ac56f16", + "image_path": "images/1974.png", + "question": "Looking at the image provided, which category does it match?\nA.airport\nB.farmland\nC.beach\nD.storage_tanks", + "answer": "D" + }, + { + "id": "c557c224-6aca-4340-bc8c-e9c6e6ea5c89", + "image_path": "images/1975.png", + "question": "Based on the provided image, which category does it belong to?\nA.beach\nB.forest\nC.staduim\nD.storage_tanks", + "answer": "D" + }, + { + "id": "03f14355-99b0-4123-a216-0a15069de066", + "image_path": "images/1976.png", + "question": "Based on the provided image, which category does it belong to?\nA.farmland\nB.pond\nC.dense_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "a6eeecf4-bf42-427d-b7ff-1b9bdd192937", + "image_path": "images/1977.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.commercial\nB.storage_tanks\nC.medium_residential\nD.pond", + "answer": "B" + }, + { + "id": "0e4d45a1-5ae2-4a21-b824-07b798538d00", + "image_path": "images/1978.png", + "question": "From the image shown, which category does it best fit into?\nA.staduim\nB.parking\nC.sparse_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "3f9869eb-e9d4-4bce-bf0b-20924464ca6e", + "image_path": "images/1979.png", + "question": "Given the image, which category is most appropriate for it?\nA.beach\nB.medium_residential\nC.storage_tanks\nD.farmland", + "answer": "C" + }, + { + "id": "239f6a89-9af7-4653-8a99-7f459ca32e32", + "image_path": "images/1980.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.desert\nC.storage_tanks\nD.river", + "answer": "C" + }, + { + "id": "586a15ec-750d-4f54-8b69-da89e1d60333", + "image_path": "images/1981.png", + "question": "Given the image, which category is most appropriate for it?\nA.sparse_residential\nB.church\nC.parking\nD.storage_tanks", + "answer": "D" + }, + { + "id": "45721287-a6b8-4c52-90c1-38901157e387", + "image_path": "images/1982.png", + "question": "Based on the provided image, which category does it belong to?\nA.baseball_filed\nB.staduim\nC.storage_tanks\nD.river", + "answer": "C" + }, + { + "id": "c89e7c4e-e376-4ffe-a153-ea51c5832ceb", + "image_path": "images/1983.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.airport\nC.storage_tanks\nD.school", + "answer": "C" + }, + { + "id": "2c9e1ff5-3aa9-42ef-8d2c-7252038a4451", + "image_path": "images/1984.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.medium_residential\nC.forest\nD.staduim", + "answer": "A" + }, + { + "id": "d3e4b0c1-9dd1-41b9-a94f-417e944946d6", + "image_path": "images/1985.png", + "question": "Given the image, which category is most appropriate for it?\nA.baseball_filed\nB.bridge\nC.storage_tanks\nD.farmland", + "answer": "C" + }, + { + "id": "502b06c8-4a69-4f9d-b126-f71e70bd7ed7", + "image_path": "images/1986.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.medium_residential\nB.airport\nC.storage_tanks\nD.church", + "answer": "C" + }, + { + "id": "6599ebcc-9244-4dac-92c1-04ee5e448158", + "image_path": "images/1987.png", + "question": "Looking at the image provided, which category does it match?\nA.desert\nB.parking\nC.dense_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "5ee1fa1c-5302-4370-86f5-7516c5dd3377", + "image_path": "images/1988.png", + "question": "Based on the provided image, which category does it belong to?\nA.bridge\nB.storage_tanks\nC.desert\nD.beach", + "answer": "B" + }, + { + "id": "2bdf5505-14ad-4c3f-876a-0ea143ab2e81", + "image_path": "images/1989.png", + "question": "From the image shown, which category does it best fit into?\nA.roundabout\nB.bridge\nC.storage_tanks\nD.airport", + "answer": "C" + }, + { + "id": "8fc3ad71-d337-4750-bd00-b4c9f40a4215", + "image_path": "images/1990.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.storage_tanks\nB.dense_residential\nC.river\nD.forest", + "answer": "A" + }, + { + "id": "7b0d3260-9e4a-4546-965e-7cf7d0f9a098", + "image_path": "images/1991.png", + "question": "Given the image, which category is most appropriate for it?\nA.industrial\nB.farmland\nC.storage_tanks\nD.pond", + "answer": "C" + }, + { + "id": "8b1118a3-56b5-411f-9ac3-18bf54673639", + "image_path": "images/1992.png", + "question": "Looking at the image provided, which category does it match?\nA.storage_tanks\nB.parking\nC.beach\nD.industrial", + "answer": "A" + }, + { + "id": "d8a7c77d-2bc6-4fe3-bd24-c056530e99e7", + "image_path": "images/1993.png", + "question": "Based on the provided image, which category does it belong to?\nA.pond\nB.baseball_filed\nC.storage_tanks\nD.roundabout", + "answer": "C" + }, + { + "id": "b9d2a620-5bf8-4b4f-98b1-11165e3c29b6", + "image_path": "images/1994.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.roundabout\nB.storage_tanks\nC.river\nD.church", + "answer": "B" + }, + { + "id": "20c99426-c938-4f54-9bd2-6c4c9c65e44b", + "image_path": "images/1995.png", + "question": "From the image shown, which category does it best fit into?\nA.storage_tanks\nB.river\nC.forest\nD.medium_residential", + "answer": "A" + }, + { + "id": "91a0437b-435c-4125-ab49-5c10226f13a1", + "image_path": "images/1996.png", + "question": "From the image shown, which category does it best fit into?\nA.church\nB.forest\nC.bridge\nD.storage_tanks", + "answer": "D" + }, + { + "id": "78b9166d-5572-439c-8072-f3ae9b0ded5f", + "image_path": "images/1997.png", + "question": "From the image shown, which category does it best fit into?\nA.bridge\nB.baseball_filed\nC.storage_tanks\nD.sparse_residential", + "answer": "C" + }, + { + "id": "5af27a50-bba2-47ce-ac21-71722abcbebc", + "image_path": "images/1998.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.staduim\nC.dense_residential\nD.storage_tanks", + "answer": "D" + }, + { + "id": "93543930-59e3-4c76-949d-7bde80e5df68", + "image_path": "images/1999.png", + "question": "Considering the image you've been given, which category would it fall under?\nA.industrial\nB.school\nC.storage_tanks\nD.desert", + "answer": "C" + }, + { + "id": "913bab45-fd24-4354-9fab-799e995d60c6", + "image_path": "images/2000.png", + "question": "Looking at the image provided, which category does it match?\nA.sparse_residential\nB.school\nC.storage_tanks\nD.airport", + "answer": "C" + } +] \ No newline at end of file diff --git a/perception/single_instance_identification/attribute_recognition/attribute_recognition.json b/perception/single_instance_identification/attribute_recognition/attribute_recognition.json new file mode 100644 index 0000000000000000000000000000000000000000..fcebff633bac1323e395b5cba9e3b20839f6907a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/attribute_recognition.json @@ -0,0 +1,3002 @@ +[ + { + "id": "03f93676-0f99-4bc1-b547-16b99bc89b7b", + "image_path": "images/1.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.blue\nB.white\nC.green\nD.pink", + "answer": "B" + }, + { + "id": "fbd62dfe-04fe-470f-9713-b61b440ef5a8", + "image_path": "images/2.png", + "question": "Identify the color of the vehicle in the right of the image.\nA.blue\nB.red\nC.green\nD.yellow", + "answer": "A" + }, + { + "id": "88001147-b058-404e-9401-e3bb8cf4cc58", + "image_path": "images/3.png", + "question": "What color is the vehicle in the bottom of this image?\nA.blue\nB.red\nC.green\nD.brown", + "answer": "A" + }, + { + "id": "487b2a54-633d-44c0-95aa-bf586b8b9b9b", + "image_path": "images/4.png", + "question": "What color is the vehicle located at the top of this image?\nA.red\nB.pink\nC.orange\nD.white", + "answer": "D" + }, + { + "id": "a0194983-2279-4c15-be22-56746eadd7dd", + "image_path": "images/5.png", + "question": "What color is the vehicle located at the center of this image?\nA.purple\nB.white\nC.blue\nD.red", + "answer": "B" + }, + { + "id": "e39100f1-9cd8-4725-b793-d95ba90a2efa", + "image_path": "images/6.png", + "question": "Can you identify the color of the vehicle in the right of this image?\nA.green\nB.yellow\nC.red\nD.brown", + "answer": "C" + }, + { + "id": "f800c5c3-ea3a-4c61-9840-f3a1b83d79dd", + "image_path": "images/7.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.blue\nB.red\nC.orange\nD.brown", + "answer": "B" + }, + { + "id": "dd6d3b41-b1dd-480b-a230-c9a12c255cdd", + "image_path": "images/8.png", + "question": "What color is the vehicle in the right of this image?\nA.orange\nB.silver\nC.pink\nD.blue", + "answer": "B" + }, + { + "id": "77c1c6e3-dea3-4154-bcab-bab9d65d723c", + "image_path": "images/9.png", + "question": "What color is the vehicle located at the bottom left of this image?\nA.red\nB.purple\nC.white\nD.pink", + "answer": "C" + }, + { + "id": "78804122-58c8-400d-bb26-fea1b552e178", + "image_path": "images/10.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.pink\nB.green\nC.black\nD.blue", + "answer": "C" + }, + { + "id": "7de9d747-f5a3-4b8b-8158-f477e23a51dd", + "image_path": "images/11.png", + "question": "Identify the color of the vehicle in the right of the image.\nA.orange\nB.blue\nC.red\nD.white", + "answer": "D" + }, + { + "id": "e7c26415-6725-4dfc-b689-626f62470dc0", + "image_path": "images/12.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.black\nB.green\nC.pink\nD.yellow", + "answer": "A" + }, + { + "id": "a11a25ee-50d3-4d6e-9039-c6756ad1d786", + "image_path": "images/13.png", + "question": "What is the color of the vehicle positioned at the right of this image?\nA.blue\nB.red\nC.green\nD.brown", + "answer": "A" + }, + { + "id": "537ad914-4a79-4db2-aa9f-7b8f4a454d84", + "image_path": "images/14.png", + "question": "What color is the vehicle located at the top left of this image?\nA.orange\nB.yellow\nC.white\nD.red", + "answer": "C" + }, + { + "id": "91a85cf3-b523-414e-89dc-15e1ccbc62a0", + "image_path": "images/15.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.blue\nB.black\nC.pink\nD.red", + "answer": "B" + }, + { + "id": "3475e4cc-441a-4a25-a90f-4b0eaa8f4e93", + "image_path": "images/16.png", + "question": "What color is the vehicle in the center of this image?\nA.red\nB.black\nC.blue\nD.yellow", + "answer": "B" + }, + { + "id": "b5ee8295-693d-4af5-b203-05ecc7cf12d9", + "image_path": "images/17.png", + "question": "What color is the vehicle located at the top of this image?\nA.orange\nB.pink\nC.brown\nD.white", + "answer": "D" + }, + { + "id": "3edd0fa1-0050-4c94-92f6-aa326e9e25cd", + "image_path": "images/18.png", + "question": "Identify the color of the vehicle in the bottom right of the image.\nA.green\nB.red\nC.brown\nD.yellow", + "answer": "B" + }, + { + "id": "7040a78c-aa1c-4aa4-b510-ac4c19ec0578", + "image_path": "images/19.png", + "question": "What is the color of the vehicle positioned at the bottom right of this image?\nA.purple\nB.white\nC.red\nD.orange", + "answer": "B" + }, + { + "id": "6890196b-e770-4d44-bf67-dcec05548a3e", + "image_path": "images/20.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.blue\nB.red\nC.white\nD.brown", + "answer": "C" + }, + { + "id": "fcc8d4b5-7975-42ac-9ed2-cdb42005102e", + "image_path": "images/21.png", + "question": "What is the color of the vehicle positioned at the right of this image?\nA.red\nB.blue\nC.purple\nD.white", + "answer": "D" + }, + { + "id": "fccc43f5-14f5-4c56-b8a8-2ef2b22cc371", + "image_path": "images/22.png", + "question": "What is the color of the vehicle positioned at the bottom of this image?\nA.white\nB.brown\nC.blue\nD.purple", + "answer": "A" + }, + { + "id": "e1f858b9-67d0-4980-a123-2ea0f4d27030", + "image_path": "images/23.png", + "question": "What color is the vehicle in the top of this image?\nA.yellow\nB.blue\nC.pink\nD.silver", + "answer": "D" + }, + { + "id": "4373186c-2a43-4976-bbd0-2d6516b8ce83", + "image_path": "images/24.png", + "question": "Can you identify the color of the vehicle in the right of this image?\nA.red\nB.blue\nC.yellow\nD.pink", + "answer": "A" + }, + { + "id": "25d412f0-6f5e-459f-b561-b2d8ccc4deea", + "image_path": "images/25.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.pink\nB.white\nC.purple\nD.red", + "answer": "B" + }, + { + "id": "e3fa9457-3f70-4e32-b306-c0e90da3552d", + "image_path": "images/26.png", + "question": "What color is the vehicle in the left of this image?\nA.white\nB.purple\nC.red\nD.yellow", + "answer": "A" + }, + { + "id": "e601bb93-0332-425c-8096-61d311942d48", + "image_path": "images/27.png", + "question": "What color is the vehicle in the left of this image?\nA.sliver\nB.brown\nC.blue\nD.red", + "answer": "A" + }, + { + "id": "3f3957bc-32b6-4355-a154-8fee0dbf0971", + "image_path": "images/28.png", + "question": "Identify the color of the vehicle in the bottom right of the image.\nA.purple\nB.green\nC.white\nD.blue", + "answer": "C" + }, + { + "id": "5b4438e6-2a1f-4e73-97bb-e0be8aac982a", + "image_path": "images/29.png", + "question": "What is the color of the vehicle positioned at the bottom of this image?\nA.purple\nB.white\nC.green\nD.red", + "answer": "B" + }, + { + "id": "f8d43541-fc0b-4705-8d11-e64eb93b2e5e", + "image_path": "images/30.png", + "question": "What color is the vehicle located at the center of this image?\nA.green\nB.yellow\nC.purple\nD.red", + "answer": "D" + }, + { + "id": "176e1f32-0edb-42a9-8a6d-c0791e94e129", + "image_path": "images/31.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.purple\nB.white\nC.orange\nD.pink", + "answer": "B" + }, + { + "id": "6a3d45a8-61f8-462e-bd41-cb2e760b4765", + "image_path": "images/32.png", + "question": "What color is the vehicle in the bottom of this image?\nA.red\nB.black\nC.brown\nD.green", + "answer": "B" + }, + { + "id": "900fb7a3-4eae-4a71-b122-5808839da4df", + "image_path": "images/33.png", + "question": "What color is the vehicle located at the bottom right of this image?\nA.blue\nB.yellow\nC.pink\nD.brown", + "answer": "A" + }, + { + "id": "b5659af1-aab5-4bbd-a31c-fc95d1e592b9", + "image_path": "images/34.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.brown\nB.black\nC.green\nD.blue", + "answer": "B" + }, + { + "id": "dae906a1-5fb2-4995-98b2-836aa0fe898e", + "image_path": "images/35.png", + "question": "What is the color of the vehicle positioned at the bottom left of this image?\nA.yellow\nB.pink\nC.orange\nD.white", + "answer": "D" + }, + { + "id": "04664e9d-0b64-4b71-b258-e525d21a14b0", + "image_path": "images/36.png", + "question": "Identify the color of the vehicle in the top right of the image.\nA.green\nB.orange\nC.brown\nD.silver", + "answer": "D" + }, + { + "id": "1439213c-532b-4322-ab94-4e15eae889ba", + "image_path": "images/37.png", + "question": "What color is the vehicle in the right of this image?\nA.green\nB.white\nC.pink\nD.orange", + "answer": "B" + }, + { + "id": "ca05e50b-bf4d-4ae0-b82c-12bcb93d9e8d", + "image_path": "images/38.png", + "question": "What is the color of the vehicle positioned at the bottom left of this image?\nA.red\nB.silver\nC.pink\nD.brown", + "answer": "B" + }, + { + "id": "17f9437a-2d76-42bd-aa00-a5e857914a1d", + "image_path": "images/39.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.orange\nB.white\nC.blue\nD.pink", + "answer": "B" + }, + { + "id": "c06738b9-b529-4480-9e51-246bd8d0f701", + "image_path": "images/40.png", + "question": "What color is the vehicle in the top right of this image?\nA.purple\nB.green\nC.orange\nD.black", + "answer": "D" + }, + { + "id": "802523b1-dff1-44a7-87f1-6495f215cf65", + "image_path": "images/41.png", + "question": "Identify the color of the vehicle in the bottom left of the image.\nA.orange\nB.white\nC.yellow\nD.brown", + "answer": "B" + }, + { + "id": "4aca7f2e-8194-44f1-92a1-a7c6b48a9ca4", + "image_path": "images/42.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.pink\nB.blue\nC.green\nD.brown", + "answer": "B" + }, + { + "id": "63b9a49d-8ce9-4aaa-992b-7c04fe560e22", + "image_path": "images/43.png", + "question": "Identify the color of the vehicle in the bottom of the image.\nA.green\nB.brown\nC.white\nD.red", + "answer": "C" + }, + { + "id": "773cbc2f-b1b5-4a7e-a163-68fa67ace5af", + "image_path": "images/44.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.orange\nB.green\nC.black\nD.brown", + "answer": "C" + }, + { + "id": "90db578b-21f1-4ecd-b84e-cc95595b4c0c", + "image_path": "images/45.png", + "question": "What color is the vehicle in the top left of this image?\nA.blue\nB.yellow\nC.orange\nD.white", + "answer": "D" + }, + { + "id": "2de58376-c2be-4347-8ce1-70f3ea102174", + "image_path": "images/46.png", + "question": "Can you identify the color of the vehicle in the bottom of this image?\nA.green\nB.white\nC.brown\nD.red", + "answer": "B" + }, + { + "id": "a89ed8b7-d74d-4bdc-a1a6-d32643dd1b64", + "image_path": "images/47.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.yellow\nB.pink\nC.black\nD.blue", + "answer": "C" + }, + { + "id": "c8f8ed6c-3ee6-41ec-99c5-d0f43331c376", + "image_path": "images/48.png", + "question": "What color is the vehicle located at the top left of this image?\nA.blue\nB.purple\nC.black\nD.yellow", + "answer": "C" + }, + { + "id": "7e7cf40d-0b38-4ff4-9c92-69a8eed9eebd", + "image_path": "images/49.png", + "question": "What color is the vehicle in the center of this image?\nA.pink\nB.brown\nC.green\nD.silver", + "answer": "D" + }, + { + "id": "b135b8d0-924a-4b51-9552-1afbb0ba1b9d", + "image_path": "images/50.png", + "question": "What color is the vehicle in the top of this image?\nA.blue\nB.green\nC.brown\nD.pink", + "answer": "A" + }, + { + "id": "d59d9ec5-3761-4b55-a5a0-fdbf3f08ef2c", + "image_path": "images/51.png", + "question": "What color is the vehicle located at the bottom of this image?\nA.white\nB.green\nC.purple\nD.pink", + "answer": "A" + }, + { + "id": "4cc38e50-c634-4da3-b761-38474ee54dfc", + "image_path": "images/52.png", + "question": "What is the color of the vehicle positioned at the right of this image?\nA.red\nB.white\nC.green\nD.pink", + "answer": "B" + }, + { + "id": "e13e563b-7c39-4514-9126-831f20b705c7", + "image_path": "images/53.png", + "question": "What color is the vehicle in the right of this image?\nA.blue\nB.orange\nC.silver\nD.green", + "answer": "C" + }, + { + "id": "08540503-477a-4386-b352-53f7e1318719", + "image_path": "images/54.png", + "question": "What color is the vehicle located at the center of this image?\nA.orange\nB.blue\nC.pink\nD.yellow", + "answer": "B" + }, + { + "id": "b8e340e8-5051-4894-b158-0f9b0968101c", + "image_path": "images/55.png", + "question": "What is the color of the vehicle positioned at the bottom of this image?\nA.pink\nB.yellow\nC.green\nD.white", + "answer": "D" + }, + { + "id": "b514855e-e33d-46ea-970e-1998cfc73c3f", + "image_path": "images/56.png", + "question": "What color is the vehicle located at the top right of this image?\nA.blue\nB.red\nC.brown\nD.pink", + "answer": "A" + }, + { + "id": "31821405-6280-4ac1-a1d2-10ab71697917", + "image_path": "images/57.png", + "question": "Identify the color of the vehicle in the top right of the image.\nA.brown\nB.yellow\nC.white\nD.green", + "answer": "C" + }, + { + "id": "5afcf0fc-a335-4417-a45c-db6326540aab", + "image_path": "images/58.png", + "question": "What color is the vehicle located at the bottom of this image?\nA.purple\nB.silver\nC.brown\nD.yellow", + "answer": "B" + }, + { + "id": "ff17b431-9a51-4ab3-b4ef-28bc35289c58", + "image_path": "images/59.png", + "question": "What color is the vehicle located at the center of this image?\nA.orange\nB.pink\nC.silver\nD.red", + "answer": "C" + }, + { + "id": "0ecb573e-9b70-4f2c-ae98-b21bfdb7efd8", + "image_path": "images/60.png", + "question": "What is the color of the vehicle positioned at the bottom left of this image?\nA.black\nB.red\nC.blue\nD.purple", + "answer": "A" + }, + { + "id": "0705184d-9296-4cde-aa76-498d78fc46b2", + "image_path": "images/61.png", + "question": "What is the color of the vehicle positioned at the top left of this image?\nA.black\nB.blue\nC.purple\nD.red", + "answer": "A" + }, + { + "id": "39e75111-8b4e-48aa-993d-81e2b5e75ed6", + "image_path": "images/62.png", + "question": "What color is the vehicle in the bottom of this image?\nA.pink\nB.yellow\nC.orange\nD.white", + "answer": "D" + }, + { + "id": "117bf96b-52d6-4612-9585-d8736240e768", + "image_path": "images/63.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.silver\nB.green\nC.pink\nD.blue", + "answer": "A" + }, + { + "id": "8f9f5690-3a2c-4d96-8c79-90b8a805303e", + "image_path": "images/64.png", + "question": "Can you identify the color of the vehicle in the top right of this image?\nA.red\nB.pink\nC.white\nD.purple", + "answer": "C" + }, + { + "id": "0a5e2870-027e-463c-8560-8a13592c5f37", + "image_path": "images/65.png", + "question": "What color is the vehicle located at the center of this image?\nA.red\nB.silver\nC.yellow\nD.blue", + "answer": "B" + }, + { + "id": "1cb608ec-1d3a-4b39-8a1d-89c8e5090100", + "image_path": "images/66.png", + "question": "What color is the vehicle in the top right of this image?\nA.orange\nB.pink\nC.white\nD.blue", + "answer": "C" + }, + { + "id": "32bb7a14-99e9-442d-8fbe-9fd3a953a107", + "image_path": "images/67.png", + "question": "Identify the color of the vehicle in the top left of the image.\nA.red\nB.yellow\nC.silver\nD.green", + "answer": "C" + }, + { + "id": "afc3376d-a4d6-4635-a5a5-0e0906df2140", + "image_path": "images/68.png", + "question": "What color is the vehicle in the center of this image?\nA.pink\nB.yellow\nC.brown\nD.black", + "answer": "D" + }, + { + "id": "c0ca7e37-4722-4d8e-a387-f46a3b700837", + "image_path": "images/69.png", + "question": "What is the color of the vehicle positioned at the top left of this image?\nA.pink\nB.black\nC.green\nD.purple", + "answer": "B" + }, + { + "id": "fff2abc2-40ea-4105-b9de-c6a4eb42e09f", + "image_path": "images/70.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.brown\nB.red\nC.green\nD.silver", + "answer": "D" + }, + { + "id": "e801db4f-425c-42dd-96e0-edcfb240d35d", + "image_path": "images/71.png", + "question": "Can you identify the color of the vehicle in the top of this image?\nA.orange\nB.blue\nC.silver\nD.green", + "answer": "C" + }, + { + "id": "c1afc18f-cdcf-486b-9959-787f61564e52", + "image_path": "images/72.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.purple\nB.white\nC.red\nD.blue", + "answer": "B" + }, + { + "id": "0885af85-74f3-45a0-9ca7-9ee015f39303", + "image_path": "images/73.png", + "question": "What color is the vehicle located at the center of this image?\nA.white\nB.blue\nC.pink\nD.red", + "answer": "A" + }, + { + "id": "42c9c2c2-7830-409a-996b-85522138d73f", + "image_path": "images/74.png", + "question": "What is the color of the vehicle positioned at the top of this image?\nA.blue\nB.purple\nC.brown\nD.white", + "answer": "D" + }, + { + "id": "77c61792-a294-4809-a8f8-c72fd03eb2de", + "image_path": "images/75.png", + "question": "What color is the vehicle in the right of this image?\nA.brown\nB.white\nC.purple\nD.red", + "answer": "B" + }, + { + "id": "ee6b6a5a-d99c-46f9-9bfc-a927b57808c9", + "image_path": "images/76.png", + "question": "What color is the vehicle in the bottom left of this image?\nA.blue\nB.pink\nC.purple\nD.white", + "answer": "D" + }, + { + "id": "28673545-3332-4379-afa3-11bb528af2bb", + "image_path": "images/77.png", + "question": "What color is the vehicle located at the center of this image?\nA.pink\nB.orange\nC.black\nD.blue", + "answer": "C" + }, + { + "id": "d3d51981-7a1a-4b84-941b-fb68f7a07da8", + "image_path": "images/78.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.pink\nB.blue\nC.red\nD.yellow", + "answer": "C" + }, + { + "id": "ac1ea743-b048-4daa-a37c-1012838a134a", + "image_path": "images/79.png", + "question": "What color is the vehicle located at the bottom of this image?\nA.brown\nB.blue\nC.orange\nD.purple", + "answer": "B" + }, + { + "id": "4ce0a26d-84eb-4e6a-a1bf-b33600c900be", + "image_path": "images/80.png", + "question": "What is the color of the vehicle positioned at the right of this image?\nA.red\nB.silver\nC.brown\nD.pink", + "answer": "B" + }, + { + "id": "0a6ff15b-5ecb-40aa-b963-5a65feae2f7d", + "image_path": "images/81.png", + "question": "Identify the color of the vehicle in the right of the image.\nA.black\nB.red\nC.purple\nD.blue", + "answer": "A" + }, + { + "id": "d132677c-62d4-4cf7-84fd-aea99dc8971c", + "image_path": "images/82.png", + "question": "Identify the color of the vehicle in the bottom of the image.\nA.orange\nB.red\nC.purple\nD.pink", + "answer": "B" + }, + { + "id": "63795fbb-1177-4dd3-8a33-844632da23ae", + "image_path": "images/83.png", + "question": "What color is the vehicle located at the bottom left of this image?\nA.pink\nB.brown\nC.green\nD.white", + "answer": "D" + }, + { + "id": "23755c72-04bb-40ff-969a-67b083647951", + "image_path": "images/84.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.yellow\nB.white\nC.green\nD.purple", + "answer": "B" + }, + { + "id": "406fa853-ea9d-406d-a61e-e09a8885222c", + "image_path": "images/85.png", + "question": "What color is the vehicle in the left of this image?\nA.white\nB.red\nC.purple\nD.green", + "answer": "A" + }, + { + "id": "9ed4636f-fd0c-4826-9804-f83a00242cfa", + "image_path": "images/86.png", + "question": "What color is the vehicle in the center of this image?\nA.black\nB.purple\nC.brown\nD.orange", + "answer": "A" + }, + { + "id": "4479488c-eaf2-4409-8582-2afba2821413", + "image_path": "images/87.png", + "question": "What is the color of the vehicle positioned at the left of this image?\nA.pink\nB.green\nC.purple\nD.red", + "answer": "D" + }, + { + "id": "dc8a2b46-99d1-4820-ac84-2f436055bc6b", + "image_path": "images/88.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.pink\nB.green\nC.black\nD.orange", + "answer": "C" + }, + { + "id": "f21b97a7-c7f2-4dfa-b0df-624f4a893419", + "image_path": "images/89.png", + "question": "What color is the vehicle in the left of this image?\nA.green\nB.pink\nC.orange\nD.silver", + "answer": "D" + }, + { + "id": "fcfb5082-f345-4746-bd4d-4860ebb2bc95", + "image_path": "images/90.png", + "question": "What color is the vehicle in the center of this image?\nA.green\nB.orange\nC.brown\nD.black", + "answer": "D" + }, + { + "id": "96504911-5787-4267-8c48-2db98995d743", + "image_path": "images/91.png", + "question": "Can you identify the color of the vehicle in the left of this image?\nA.brown\nB.purple\nC.pink\nD.white", + "answer": "D" + }, + { + "id": "8790c63e-7c43-45f2-9e74-df015846a7df", + "image_path": "images/92.png", + "question": "What is the color of the vehicle positioned at the top of this image?\nA.orange\nB.yellow\nC.pink\nD.black", + "answer": "D" + }, + { + "id": "9ab1993f-636a-4b1d-8bcc-ab11c8343de8", + "image_path": "images/93.png", + "question": "What color is the vehicle located at the right of this image?\nA.red\nB.purple\nC.brown\nD.white", + "answer": "D" + }, + { + "id": "2ecfa476-d0a8-45a3-8fff-28f2036ebd29", + "image_path": "images/94.png", + "question": "Identify the color of the vehicle in the bottom left of the image.\nA.white\nB.orange\nC.purple\nD.blue", + "answer": "A" + }, + { + "id": "4e1bc381-2273-4288-8332-98a535531641", + "image_path": "images/95.png", + "question": "What color is the vehicle in the bottom of this image?\nA.yellow\nB.purple\nC.white\nD.pink", + "answer": "C" + }, + { + "id": "a4348295-73da-475c-8730-d23f15043ac7", + "image_path": "images/96.png", + "question": "What is the color of the vehicle positioned at the right of this image?\nA.white\nB.orange\nC.pink\nD.brown", + "answer": "A" + }, + { + "id": "dfe836e0-00b6-4c2b-ac78-24f9fa514d8b", + "image_path": "images/97.png", + "question": "Identify the color of the vehicle in the top right of the image.\nA.green\nB.orange\nC.black\nD.red", + "answer": "C" + }, + { + "id": "359dbd6f-155a-4ca5-a8b9-f6845e685c02", + "image_path": "images/98.png", + "question": "What color is the vehicle located at the left of this image?\nA.yellow\nB.purple\nC.green\nD.blue", + "answer": "D" + }, + { + "id": "9d06b59b-40c0-4648-afa5-edd051b65552", + "image_path": "images/99.png", + "question": "Can you identify the color of the vehicle in the bottom of this image?\nA.red\nB.black\nC.orange\nD.blue", + "answer": "B" + }, + { + "id": "37d8b700-3334-46e0-aca6-e2d43d0ab7cb", + "image_path": "images/100.png", + "question": "What color is the vehicle in the right of this image?\nA.pink\nB.red\nC.white\nD.purple", + "answer": "C" + }, + { + "id": "427cdfbc-25af-4a0b-9e4e-fe5f322f229d", + "image_path": "images/101.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.silver\nB.red\nC.orange\nD.purple", + "answer": "A" + }, + { + "id": "2969004f-2d7b-4371-811f-62f538b6d350", + "image_path": "images/102.png", + "question": "What color is the vehicle located at the bottom of this image?\nA.pink\nB.green\nC.red\nD.black", + "answer": "D" + }, + { + "id": "b8c99e80-03b8-4005-8cac-cdf85a30723d", + "image_path": "images/103.png", + "question": "Identify the color of the vehicle in the top left of the image.\nA.brown\nB.purple\nC.white\nD.red", + "answer": "C" + }, + { + "id": "6177a725-2131-4b44-935d-2ec12c238bc6", + "image_path": "images/104.png", + "question": "What color is the vehicle located at the right of this image?\nA.orange\nB.silver\nC.yellow\nD.red", + "answer": "B" + }, + { + "id": "e0b3b710-49ee-4a0c-8a50-9b4d11744097", + "image_path": "images/105.png", + "question": "Identify the color of the vehicle in the left of the image.\nA.red\nB.green\nC.yellow\nD.black", + "answer": "D" + }, + { + "id": "eb7ae5c1-31dd-4ee1-b348-f4943b8b3f19", + "image_path": "images/106.png", + "question": "Identify the color of the vehicle in the top right of the image.\nA.white\nB.yellow\nC.red\nD.orange", + "answer": "A" + }, + { + "id": "afccf01c-9a2a-4c3a-8e5d-b593399323a5", + "image_path": "images/107.png", + "question": "What color is the vehicle in the bottom of this image?\nA.purple\nB.silver\nC.pink\nD.blue", + "answer": "B" + }, + { + "id": "65face0a-5fc8-495f-aa5b-aa1cc54f3089", + "image_path": "images/108.png", + "question": "What color is the vehicle in the top left of this image?\nA.red\nB.pink\nC.silver\nD.green", + "answer": "C" + }, + { + "id": "94b6f773-1368-475f-810d-32893724825d", + "image_path": "images/109.png", + "question": "What color is the vehicle in the left of this image?\nA.silver\nB.blue\nC.orange\nD.red", + "answer": "A" + }, + { + "id": "8ab41588-0997-4bc3-b4e8-69e7beca5ebf", + "image_path": "images/110.png", + "question": "Identify the color of the vehicle in the top right of the image.\nA.brown\nB.blue\nC.white\nD.pink", + "answer": "C" + }, + { + "id": "8276a859-3334-4b8b-82d0-717e87c469e4", + "image_path": "images/111.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.purple\nB.green\nC.white\nD.pink", + "answer": "C" + }, + { + "id": "fead5656-74ea-47b5-9e94-b324c90f4112", + "image_path": "images/112.png", + "question": "What is the color of the vehicle positioned at the left of this image?\nA.green\nB.purple\nC.black\nD.blue", + "answer": "C" + }, + { + "id": "31f951f5-9f99-4a0a-8e7f-ec79719c8c45", + "image_path": "images/113.png", + "question": "Can you identify the color of the vehicle in the left of this image?\nA.red\nB.yellow\nC.green\nD.purple", + "answer": "B" + }, + { + "id": "4bdbad7f-4f1a-464d-b3dd-862331680663", + "image_path": "images/114.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.pink\nB.white\nC.yellow\nD.green", + "answer": "B" + }, + { + "id": "c9cc58bc-8951-46f0-ad65-8df5ea47a500", + "image_path": "images/115.png", + "question": "Identify the color of the vehicle in the left of the image.\nA.red\nB.purple\nC.yellow\nD.orange", + "answer": "A" + }, + { + "id": "d35bd77c-ce64-4da2-9c77-14d353725fe1", + "image_path": "images/116.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.orange\nB.red\nC.blue\nD.black", + "answer": "D" + }, + { + "id": "5dcbe82b-a3fb-4617-a04e-a0685a116cbb", + "image_path": "images/117.png", + "question": "What color is the vehicle in the bottom left of this image?\nA.orange\nB.pink\nC.white\nD.brown", + "answer": "C" + }, + { + "id": "f0f0a4cb-fbba-4b6b-ab31-ee7d6caafa8d", + "image_path": "images/118.png", + "question": "What color is the vehicle located at the top right of this image?\nA.purple\nB.red\nC.brown\nD.white", + "answer": "D" + }, + { + "id": "e2a4c31d-916c-4aeb-bea8-ad5181974cb0", + "image_path": "images/119.png", + "question": "Identify the color of the vehicle in the right of the image.\nA.white\nB.green\nC.yellow\nD.purple", + "answer": "A" + }, + { + "id": "beed95f4-a0f7-4d17-b010-38bb2fa1380e", + "image_path": "images/120.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.brown\nB.orange\nC.red\nD.black", + "answer": "D" + }, + { + "id": "ded31e32-69ed-4b8c-95a3-72b0d2a117b8", + "image_path": "images/121.png", + "question": "Can you identify the color of the vehicle in the top of this image?\nA.yellow\nB.brown\nC.white\nD.red", + "answer": "C" + }, + { + "id": "5536250c-62fd-4b68-923d-23b55ecb41ee", + "image_path": "images/122.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.orange\nB.brown\nC.blue\nD.red", + "answer": "C" + }, + { + "id": "aab94024-ac6e-406a-b27b-bbe9d130cb64", + "image_path": "images/123.png", + "question": "Identify the color of the vehicle in the left of the image.\nA.green\nB.purple\nC.white\nD.blue", + "answer": "C" + }, + { + "id": "b24fe20c-490e-41a8-a60e-50fc5c15be71", + "image_path": "images/124.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.brown\nB.purple\nC.green\nD.white", + "answer": "D" + }, + { + "id": "c4e72c65-d564-43ba-92ee-3554d0e8de03", + "image_path": "images/125.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.blue\nB.white\nC.red\nD.brown", + "answer": "B" + }, + { + "id": "525a89fb-e3a9-4982-89bf-ea7bb3fe38ab", + "image_path": "images/126.png", + "question": "What is the color of the vehicle positioned at the left of this image?\nA.red\nB.pink\nC.silver\nD.green", + "answer": "C" + }, + { + "id": "ac1e2a98-47a0-4d7e-a466-4cc5f4373b07", + "image_path": "images/127.png", + "question": "What color is the vehicle located at the top right of this image?\nA.purple\nB.blue\nC.pink\nD.red", + "answer": "B" + }, + { + "id": "379e0ea1-eed4-4dbb-96d3-bda5de3da8f2", + "image_path": "images/128.png", + "question": "What color is the vehicle located at the bottom left of this image?\nA.pink\nB.black\nC.brown\nD.orange", + "answer": "B" + }, + { + "id": "6090a24a-8ff9-4b92-800c-152a0ba5340b", + "image_path": "images/129.png", + "question": "Identify the color of the vehicle in the right of the image.\nA.pink\nB.orange\nC.white\nD.blue", + "answer": "C" + }, + { + "id": "61b5c277-6c88-4f2c-9ce7-a77af6a295fa", + "image_path": "images/130.png", + "question": "What color is the vehicle in the bottom of this image?\nA.yellow\nB.red\nC.green\nD.white", + "answer": "D" + }, + { + "id": "80b82c4d-642f-4089-a999-85f4db3e7463", + "image_path": "images/131.png", + "question": "What color is the vehicle located at the top of this image?\nA.silver\nB.red\nC.green\nD.brown", + "answer": "A" + }, + { + "id": "5cfa5ca2-d124-4a5c-9ebd-117345762c05", + "image_path": "images/132.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.blue\nB.yellow\nC.white\nD.brown", + "answer": "C" + }, + { + "id": "50c63d2d-4758-419a-9995-2a750bee44c1", + "image_path": "images/133.png", + "question": "What color is the vehicle located at the top of this image?\nA.blue\nB.silver\nC.yellow\nD.purple", + "answer": "B" + }, + { + "id": "4290b328-24de-4a5b-984c-ce9885a40dd6", + "image_path": "images/134.png", + "question": "What is the color of the vehicle positioned at the left of this image?\nA.green\nB.black\nC.red\nD.blue", + "answer": "B" + }, + { + "id": "e03c5f3f-eaac-426c-a712-096ee17600ad", + "image_path": "images/135.png", + "question": "What color is the vehicle in the bottom of this image?\nA.black\nB.green\nC.yellow\nD.brown", + "answer": "A" + }, + { + "id": "1f28753f-9946-4a1d-9caf-7ed4e3dacde9", + "image_path": "images/136.png", + "question": "Can you identify the color of the vehicle in the top left of this image?\nA.blue\nB.green\nC.red\nD.black", + "answer": "D" + }, + { + "id": "6d393619-d9ec-4a83-a893-dc8c7280f3b3", + "image_path": "images/137.png", + "question": "Identify the color of the vehicle in the right of the image.\nA.green\nB.silver\nC.blue\nD.red", + "answer": "B" + }, + { + "id": "134aaeb8-f73d-4a3c-b36c-bfda8bf6f4e1", + "image_path": "images/138.png", + "question": "What color is the vehicle in the left of this image?\nA.green\nB.blue\nC.purple\nD.pink", + "answer": "B" + }, + { + "id": "778d0a3e-a254-430a-83a9-c304e0e30fc2", + "image_path": "images/139.png", + "question": "What color is the vehicle in the right of this image?\nA.orange\nB.purple\nC.brown\nD.blue", + "answer": "D" + }, + { + "id": "daead63f-923c-4dac-8834-e6551b7d985f", + "image_path": "images/140.png", + "question": "What color is the vehicle located at the bottom left of this image?\nA.brown\nB.green\nC.white\nD.red", + "answer": "C" + }, + { + "id": "b67d18b8-963e-426c-82b7-d4b9ef021e49", + "image_path": "images/141.png", + "question": "What color is the vehicle located at the bottom right of this image?\nA.green\nB.red\nC.white\nD.yellow", + "answer": "C" + }, + { + "id": "c2952291-e487-409c-a25b-b81efa874aba", + "image_path": "images/142.png", + "question": "What color is the vehicle located at the top left of this image?\nA.pink\nB.purple\nC.brown\nD.blue", + "answer": "D" + }, + { + "id": "813636da-8da9-4549-8a42-ef89fcd6221c", + "image_path": "images/143.png", + "question": "What color is the vehicle in the right of this image?\nA.yellow\nB.pink\nC.green\nD.red", + "answer": "D" + }, + { + "id": "55f4984b-7197-4893-863a-9999c6e0a399", + "image_path": "images/144.png", + "question": "Identify the color of the vehicle in the bottom of the image.\nA.pink\nB.orange\nC.blue\nD.red", + "answer": "C" + }, + { + "id": "b3fdb69b-9b5e-490e-964c-22b646621405", + "image_path": "images/145.png", + "question": "Identify the orientation of the vehicle in the center of the image.\nA.top to bottom\nB.bottom right to top left\nC.right to left\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "9854b5e1-1537-4467-92d5-a103651a07da", + "image_path": "images/146.png", + "question": "What is the orientation of the vehicle in the right of this image?\nA.left to right\nB.right to left\nC.bottom left to top right\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "8eedb53b-a0bd-4682-ab00-151109f51f9a", + "image_path": "images/147.png", + "question": "Identify the orientation of the vehicle in the bottom of the image.\nA.bottom right to top left\nB.left to right\nC.top left to bottom right\nD.top to bottom", + "answer": "A" + }, + { + "id": "96dbba56-48ec-458e-9091-ae141c18adda", + "image_path": "images/148.png", + "question": "Identify the orientation of the vehicle in the top of the image.\nA.top to bottom\nB.top left to bottom right\nC.bottom right to top left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "45bf61c0-3a2c-4ebc-9a36-d8e25975d685", + "image_path": "images/149.png", + "question": "What is the orientation of the vehicle in the center of this image?\nA.right to left\nB.top right to bottom left\nC.left to right\nD.top to bottom", + "answer": "C" + }, + { + "id": "bddd8754-5919-4c9a-82ea-abcabf9b086c", + "image_path": "images/150.png", + "question": "Can you describe the orientation of the vehicle in the right of this image?\nA.bottom to top\nB.top left to bottom right\nC.left to right\nD.top to bottom", + "answer": "A" + }, + { + "id": "5d39dd08-80e1-4b45-b188-aadb48d75e41", + "image_path": "images/151.png", + "question": "Identify the orientation of the red vehicle in the image.\nA.right to left\nB.bottom left to top right\nC.top right to bottom left\nD.bottom to top", + "answer": "B" + }, + { + "id": "684fc677-746e-4e2e-8582-f43330ea320c", + "image_path": "images/152.png", + "question": "What orientation is the silver vehicle facing in this image?\nA.right to left\nB.bottom left to top right\nC.left to right\nD.bottom right to top left", + "answer": "B" + }, + { + "id": "bef1337b-3225-40d7-863b-3dfe3f4fe9ef", + "image_path": "images/153.png", + "question": "Can you describe the orientation of the vehicle in the bottom left of this image?\nA.bottom to top\nB.top to bottom\nC.left to right\nD.bottom right to top left", + "answer": "A" + }, + { + "id": "667f04dd-d9e3-4243-bd7b-77dabffcb32c", + "image_path": "images/154.png", + "question": "What orientation is the vehicle facing in the top of this image?\nA.bottom right to top left\nB.bottom left to top right\nC.top to bottom\nD.bottom to top", + "answer": "A" + }, + { + "id": "5686ff28-64a5-490c-8919-33b4a1bdb661", + "image_path": "images/155.png", + "question": "What is the orientation of the white vehicle in this image?\nA.bottom right to top left\nB.top to bottom\nC.top left to bottom right\nD.bottom to top", + "answer": "C" + }, + { + "id": "6166733d-b8fb-41c9-a337-03d8ec1d2063", + "image_path": "images/156.png", + "question": "Can you describe the orientation of the black vehicle in the center of this image?\nA.bottom to top\nB.top left to bottom right\nC.left to right\nD.top to bottom", + "answer": "B" + }, + { + "id": "ebfba7e8-684b-4d2b-be4b-f3afd13dcd2f", + "image_path": "images/157.png", + "question": "Identify the orientation of the vehicle in the right of the image.\nA.top to bottom\nB.bottom right to top left\nC.top right to bottom left\nD.left to right", + "answer": "B" + }, + { + "id": "64de7ae2-286a-42a5-8a42-7f6c8dc725a0", + "image_path": "images/158.png", + "question": "How is the vehicle in the top left of this image oriented?\nA.bottom left to top right\nB.right to left\nC.top to bottom\nD.left to right", + "answer": "A" + }, + { + "id": "d856c0a2-f1b0-4eba-aa1d-241da99516c2", + "image_path": "images/159.png", + "question": "How is the vehicle in the top of this image oriented?\nA.top left to bottom right\nB.bottom to top\nC.top to bottom\nD.right to left", + "answer": "A" + }, + { + "id": "b46836b1-c42e-4cde-8f90-15cc58471bc4", + "image_path": "images/160.png", + "question": "Can you describe the orientation of the vehicle in the center of this image?\nA.top to bottom\nB.top right to bottom left\nC.top left to bottom right\nD.bottom to top", + "answer": "C" + }, + { + "id": "b262785e-829a-434a-8185-ab794258e599", + "image_path": "images/161.png", + "question": "How is the white vehicle in this image oriented?\nA.left to right\nB.bottom left to top right\nC.top right to bottom left\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "1e29fa0c-ee4d-4f88-bd01-82bda915c29c", + "image_path": "images/162.png", + "question": "What orientation is the red vehicle facing in this image?\nA.top right to bottom left\nB.top left to bottom right\nC.bottom to top\nD.top to bottom", + "answer": "B" + }, + { + "id": "b106e998-47cc-4ab3-b2cb-8815796d52fc", + "image_path": "images/163.png", + "question": "Can you describe the orientation of the vehicle in the bottom right of this image?\nA.bottom right to top left\nB.top right to bottom left\nC.bottom to top\nD.top to bottom", + "answer": "A" + }, + { + "id": "1e3ed554-2902-479c-945e-835b1625cd32", + "image_path": "images/164.png", + "question": "Identify the orientation of the vehicle in the center of the image.\nA.bottom right to top left\nB.top to bottom\nC.left to right\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "62a805d6-be20-4a40-bd98-3d9165be02c7", + "image_path": "images/165.png", + "question": "Identify the orientation of the vehicle in the right of the image.\nA.bottom right to top left\nB.left to right\nC.top right to bottom left\nD.bottom to top", + "answer": "C" + }, + { + "id": "b3ac004d-a4e2-41eb-a677-bf94797802e0", + "image_path": "images/166.png", + "question": "Can you describe the orientation of the vehicle in the bottom of this image?\nA.bottom right to top left\nB.right to left\nC.top to bottom\nD.left to right", + "answer": "A" + }, + { + "id": "66d7a80e-60d7-463c-a694-19297a20f68a", + "image_path": "images/167.png", + "question": "Identify the orientation of the vehicle in the top of the image.\nA.bottom right to top left\nB.bottom to top\nC.top to bottom\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "9e8d6860-2a1f-4df6-8f57-c02b923ce2e0", + "image_path": "images/168.png", + "question": "How is the vehicle in the right of this image oriented?\nA.bottom to top\nB.bottom right to top left\nC.top right to bottom left\nD.top to bottom", + "answer": "D" + }, + { + "id": "de315784-39b9-4a63-89f6-75b326e8bed0", + "image_path": "images/169.png", + "question": "Can you describe the orientation of the vehicle in the center of this image?\nA.top left to bottom right\nB.top right to bottom left\nC.bottom right to top left\nD.top to bottom", + "answer": "A" + }, + { + "id": "7d4f8503-87e8-4ba4-addf-5581dbd8eb5b", + "image_path": "images/170.png", + "question": "Can you describe the orientation of the vehicle in the left of this image?\nA.right to left\nB.bottom to top\nC.top left to bottom right\nD.top to bottom", + "answer": "C" + }, + { + "id": "18ab5625-f032-47f9-825e-ca0b6052b57b", + "image_path": "images/171.png", + "question": "Can you describe the orientation of the vehicle in the left of this image?\nA.top left to bottom right\nB.top to bottom\nC.bottom left to top right\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "71ae2f3b-c94f-4a4a-a659-a159b5d42768", + "image_path": "images/172.png", + "question": "How is the vehicle in the bottom right of this image oriented?\nA.top left to bottom right\nB.bottom to top\nC.bottom left to top right\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "f20b961f-05e0-45d6-b48a-aff602bc7980", + "image_path": "images/173.png", + "question": "How is the white vehicle in this image oriented?\nA.top right to bottom left\nB.top to bottom\nC.bottom to top\nD.left to right", + "answer": "A" + }, + { + "id": "499e7cce-50f3-43ea-82d4-f89d6a1594a7", + "image_path": "images/174.png", + "question": "How is the red vehicle in this image oriented?\nA.left to right\nB.top left to bottom right\nC.bottom left to top right\nD.bottom right to top left", + "answer": "C" + }, + { + "id": "ca3c7f70-dda5-42fa-8c4b-48fc038540d6", + "image_path": "images/175.png", + "question": "What orientation is the black vehicle facing in this image?\nA.left to right\nB.top to bottom\nC.bottom to top\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "f682634a-af42-4e57-a053-a55dda03337c", + "image_path": "images/176.png", + "question": "How is the white vehicle in this image oriented?\nA.bottom to top\nB.bottom left to top right\nC.top left to bottom right\nD.top to bottom", + "answer": "D" + }, + { + "id": "bc794442-3e4e-4d5c-95d1-0d67e7463f11", + "image_path": "images/177.png", + "question": "What is the orientation of the vehicle in the bottom right of this image?\nA.bottom left to top right\nB.bottom right to top left\nC.top left to bottom right\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "a6c07891-2318-4a2d-9ded-33cb429ec092", + "image_path": "images/178.png", + "question": "How is the vehicle in the center of this image oriented?\nA.top left to bottom right\nB.top right to bottom left\nC.top to bottom\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "6e6cd976-5081-4b1e-a4ba-7ce389181724", + "image_path": "images/179.png", + "question": "What orientation is the vehicle facing in the bottom left of this image?\nA.top left to bottom right\nB.right to left\nC.top to bottom\nD.bottom to top", + "answer": "A" + }, + { + "id": "7fd60618-f9eb-4499-ab8a-d1c0e0759210", + "image_path": "images/180.png", + "question": "How is the vehicle in the top right of this image oriented?\nA.top left to bottom right\nB.bottom to top\nC.right to left\nD.left to right", + "answer": "C" + }, + { + "id": "1fe633fa-3fad-44d2-bcc6-3d1c09549288", + "image_path": "images/181.png", + "question": "What orientation is the vehicle facing in the right of this image?\nA.bottom to top\nB.bottom left to top right\nC.top to bottom\nD.top right to bottom left", + "answer": "C" + }, + { + "id": "65657e9e-cfa7-4d2a-87e9-b44201580ba7", + "image_path": "images/182.png", + "question": "What is the orientation of the vehicle in the bottom left of this image?\nA.left to right\nB.bottom left to top right\nC.top to bottom\nD.bottom to top", + "answer": "A" + }, + { + "id": "8d0e7587-d466-4756-9acb-5c0f316c662e", + "image_path": "images/183.png", + "question": "Can you describe the orientation of the white vehicle in this image?\nA.top to bottom\nB.bottom to top\nC.top left to bottom right\nD.right to left", + "answer": "A" + }, + { + "id": "c41a2c8e-659e-47cd-8cba-a3cf5d670eda", + "image_path": "images/184.png", + "question": "Identify the orientation of the black vehicle in the image.\nA.right to left\nB.top right to bottom left\nC.bottom to top\nD.top to bottom", + "answer": "C" + }, + { + "id": "a7617552-51c3-43bd-a253-75870a12eb50", + "image_path": "images/185.png", + "question": "Identify the orientation of the vehicle in the bottom left of the image.\nA.bottom right to top left\nB.top to bottom\nC.left to right\nD.bottom to top", + "answer": "B" + }, + { + "id": "0b504a2f-5d9a-41f4-8054-54493037a1d5", + "image_path": "images/186.png", + "question": "What orientation is the vehicle facing in the top of this image?\nA.top left to bottom right\nB.right to left\nC.bottom to top\nD.top to bottom", + "answer": "C" + }, + { + "id": "ed955c80-d19e-42f8-b49b-10b39944682d", + "image_path": "images/187.png", + "question": "What is the orientation of the white vehicle in this image?\nA.bottom right to top left\nB.bottom to top\nC.top to bottom\nD.right to left", + "answer": "A" + }, + { + "id": "42590922-e9b7-4671-b97d-f551a5f5cb6b", + "image_path": "images/188.png", + "question": "Identify the orientation of the black vehicle in the image.\nA.top left to bottom right\nB.top right to bottom left\nC.bottom to top\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "7de148b3-ca55-4980-ac43-7f5e7515c286", + "image_path": "images/189.png", + "question": "What orientation is the vehicle facing in the top left of this image?\nA.top to bottom\nB.bottom to top\nC.bottom right to top left\nD.top right to bottom left", + "answer": "C" + }, + { + "id": "82c1023d-113b-4916-917e-542df4399ee5", + "image_path": "images/190.png", + "question": "Can you describe the orientation of the vehicle in the bottom of this image?\nA.top right to bottom left\nB.right to left\nC.top to bottom\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "a239bb7d-d998-47f1-bb63-b052d8013bd4", + "image_path": "images/191.png", + "question": "What orientation is the vehicle facing in the center of this image?\nA.bottom to top\nB.bottom right to top left\nC.top to bottom\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "3cba927b-b948-4722-996b-cdd0f0d8cb65", + "image_path": "images/192.png", + "question": "What orientation is the vehicle facing in the top left of this image?\nA.top to bottom\nB.top left to bottom right\nC.bottom to top\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "17a7d0ee-33df-4eed-a883-188e7495839f", + "image_path": "images/193.png", + "question": "What is the orientation of the silver vehicle in this image?\nA.bottom to top\nB.bottom right to top left\nC.left to right\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "3140e934-e204-4d6a-8456-61ddd2f689ea", + "image_path": "images/194.png", + "question": "How is the vehicle in the top of this image oriented?\nA.right to left\nB.top right to bottom left\nC.bottom right to top left\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "835579b6-b455-4681-8271-af40183743ec", + "image_path": "images/195.png", + "question": "What is the orientation of the vehicle in the bottom of this image?\nA.bottom to top\nB.bottom right to top left\nC.top to bottom\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "5766a3f8-c77a-452d-899c-819eec679930", + "image_path": "images/196.png", + "question": "What orientation is the vehicle facing in the right of this image?\nA.bottom left to top right\nB.bottom right to top left\nC.top left to bottom right\nD.left to right", + "answer": "A" + }, + { + "id": "1bba5417-800c-4948-9b96-77a99446bdd5", + "image_path": "images/197.png", + "question": "What orientation is the vehicle facing in the right of this image?\nA.top to bottom\nB.bottom to top\nC.left to right\nD.bottom right to top left", + "answer": "C" + }, + { + "id": "332992cd-7a92-49b6-ba44-f1c580bd4624", + "image_path": "images/198.png", + "question": "What orientation is the vehicle facing in the center of this image?\nA.bottom right to top left\nB.right to left\nC.top to bottom\nD.left to right", + "answer": "C" + }, + { + "id": "38b7a967-c794-4ffe-9703-c3a2d1438a8e", + "image_path": "images/199.png", + "question": "Identify the orientation of the vehicle in the bottom of the image.\nA.bottom right to top left\nB.top to bottom\nC.left to right\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "7c6112e9-f957-45c7-830d-4f629e752a42", + "image_path": "images/200.png", + "question": "What is the orientation of the vehicle in the top right of this image?\nA.left to right\nB.bottom right to top left\nC.top to bottom\nD.right to left", + "answer": "A" + }, + { + "id": "af0a3590-434f-4af4-af5c-52e4677583b6", + "image_path": "images/201.png", + "question": "What orientation is the vehicle facing in the top right of this image?\nA.bottom to top\nB.right to left\nC.top to bottom\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "3d437313-07a0-4e44-8263-09163224984e", + "image_path": "images/202.png", + "question": "What is the orientation of the vehicle in the bottom of this image?\nA.top right to bottom left\nB.top to bottom\nC.bottom right to top left\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "e1ab0deb-0681-4ec4-a5b0-a1ff119ce700", + "image_path": "images/203.png", + "question": "How is the vehicle in the center of this image oriented?\nA.bottom left to top right\nB.top right to bottom left\nC.right to left\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "98f2cb32-8c3a-435c-a5bd-d53fe2266eaf", + "image_path": "images/204.png", + "question": "Identify the orientation of the vehicle in the bottom left of the image.\nA.right to left\nB.top to bottom\nC.bottom to top\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "01b31d0e-74e0-44b8-899d-e95467900738", + "image_path": "images/205.png", + "question": "Can you describe the orientation of the vehicle in the top left of this image?\nA.bottom right to top left\nB.bottom to top\nC.bottom left to top right\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "58b325ca-2a20-43f2-8dd8-c8ed2ca2d668", + "image_path": "images/206.png", + "question": "Identify the orientation of the vehicle in the bottom of the image.\nA.top to bottom\nB.bottom to top\nC.bottom right to top left\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "215adba6-233d-4d53-883b-c929009ec9ed", + "image_path": "images/207.png", + "question": "What is the orientation of the vehicle in the center of this image?\nA.top left to bottom right\nB.top to bottom\nC.bottom left to top right\nD.right to left", + "answer": "C" + }, + { + "id": "8e1cda0c-f7c7-4969-812a-ffbf6e867758", + "image_path": "images/208.png", + "question": "Can you describe the orientation of the vehicle in the top right of this image?\nA.left to right\nB.top left to bottom right\nC.top right to bottom left\nD.bottom to top", + "answer": "B" + }, + { + "id": "0598020b-d727-4c11-8d29-ebfcbf0c6b12", + "image_path": "images/209.png", + "question": "What is the orientation of the vehicle in the center of this image?\nA.bottom to top\nB.top left to bottom right\nC.right to left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "a973fc28-144e-4392-aab5-f44778d556f7", + "image_path": "images/210.png", + "question": "Identify the orientation of the vehicle in the top right of the image.\nA.top left to bottom right\nB.bottom to top\nC.top right to bottom left\nD.top to bottom", + "answer": "C" + }, + { + "id": "43cac1cb-88af-462c-8d73-1aa992b003ca", + "image_path": "images/211.png", + "question": "What orientation is the vehicle facing in the top left of this image?\nA.bottom left to top right\nB.top left to bottom right\nC.right to left\nD.bottom to top", + "answer": "A" + }, + { + "id": "b6b0a126-6154-4964-b6c8-885da4268485", + "image_path": "images/212.png", + "question": "How is the vehicle in the center of this image oriented?\nA.left to right\nB.top right to bottom left\nC.right to left\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "be8f949a-d273-4e5c-8f0a-3808d1c72b0b", + "image_path": "images/213.png", + "question": "What orientation is the vehicle facing in the top left of this image?\nA.right to left\nB.top left to bottom right\nC.bottom to top\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "70003576-9695-40f6-8ebd-3741c9766993", + "image_path": "images/214.png", + "question": "What orientation is the vehicle facing in the center of this image?\nA.left to right\nB.top to bottom\nC.right to left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "4492d7d4-d265-4ee2-8428-efdfb4cf9182", + "image_path": "images/215.png", + "question": "How is the vehicle in the top of this image oriented?\nA.right to left\nB.left to right\nC.bottom left to top right\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "399d33bd-4459-4d2c-9d7a-d57441e712b6", + "image_path": "images/216.png", + "question": "What is the orientation of the vehicle in the center of this image?\nA.bottom left to top right\nB.top right to bottom left\nC.left to right\nD.right to left", + "answer": "A" + }, + { + "id": "728cb2bd-be5e-489c-92fa-4d0b0e9be339", + "image_path": "images/217.png", + "question": "What orientation is the vehicle facing in the center of this image?\nA.bottom left to top right\nB.top right to bottom left\nC.top left to bottom right\nD.right to left", + "answer": "D" + }, + { + "id": "81323bd3-5d92-4a33-9015-880528819d9f", + "image_path": "images/218.png", + "question": "Can you describe the orientation of the vehicle in the top of this image?\nA.right to left\nB.bottom to top\nC.top to bottom\nD.left to right", + "answer": "C" + }, + { + "id": "797523b2-2625-4617-a134-8d250bb59d58", + "image_path": "images/219.png", + "question": "Identify the orientation of the vehicle in the right of the image.\nA.top to bottom\nB.bottom left to top right\nC.bottom right to top left\nD.bottom to top", + "answer": "A" + }, + { + "id": "8c481a4a-7765-43dd-a914-4e2813cda49a", + "image_path": "images/220.png", + "question": "What is the orientation of the vehicle in the bottom left of this image?\nA.bottom left to top right\nB.bottom to top\nC.top to bottom\nD.top right to bottom left", + "answer": "C" + }, + { + "id": "a24ce928-a3a5-4fdc-b720-a0af1b01c1eb", + "image_path": "images/221.png", + "question": "Can you describe the orientation of the black vehicle in this image?\nA.left to right\nB.top left to bottom right\nC.bottom right to top left\nD.right to left", + "answer": "A" + }, + { + "id": "33a6c7ab-155a-4c49-8e0f-4ac1fba38c88", + "image_path": "images/222.png", + "question": "Can you describe the orientation of the red vehicle in this image?\nA.left to right\nB.top to bottom\nC.bottom right to top left\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "d38b5847-ed70-4d88-a95a-20ecd7d2638a", + "image_path": "images/223.png", + "question": "What is the orientation of the vehicle in the bottom of this image?\nA.left to right\nB.bottom right to top left\nC.top left tp bottom right\nD.top to bottom", + "answer": "C" + }, + { + "id": "e49fc90a-d53a-4f90-977c-3fea27166553", + "image_path": "images/224.png", + "question": "How is the vehicle in the right of this image oriented?\nA.bottom right to top left\nB.left to right\nC.top to bottom\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "9503b39f-25aa-4fb2-991c-d4e96a7c1031", + "image_path": "images/225.png", + "question": "Can you describe the orientation of the black vehicle in this image?\nA.top left to bottom right\nB.bottom right to top left\nC.top to bottom\nD.bottom left to top right", + "answer": "B" + }, + { + "id": "2f921f82-cb36-4040-9436-cb688ced7da4", + "image_path": "images/226.png", + "question": "What is the orientation of the red vehicle in this image?\nA.bottom to top\nB.top to bottom\nC.right to left\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "d7a4c2c6-e2dd-444f-9fa2-494477d85741", + "image_path": "images/227.png", + "question": "Can you describe the orientation of the vehicle in the bottom left of this image?\nA.bottom left to top right\nB.top to bottom\nC.bottom right to top left\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "54feea43-5284-4e82-8e42-290b3c714571", + "image_path": "images/228.png", + "question": "What orientation is the vehicle facing in the center of this image?\nA.top right to bottom left\nB.bottom to top\nC.bottom right to top left\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "ac2e4102-36d5-4472-bc27-12de168aab05", + "image_path": "images/229.png", + "question": "What is the orientation of the white vehicle in this image?\nA.top right to bottom left\nB.right to left\nC.top to bottom\nD.bottom right to top left", + "answer": "B" + }, + { + "id": "764188c7-702d-47dc-b481-686feb47f52e", + "image_path": "images/230.png", + "question": "Identify the orientation of the black vehicle in the image.\nA.bottom left to top right\nB.bottom to top\nC.bottom right to top left\nD.top to bottom", + "answer": "D" + }, + { + "id": "436f8b25-cb4e-40ec-bdb3-17acc24ab220", + "image_path": "images/231.png", + "question": "What is the orientation of the red vehicle in this image?\nA.top right to bottom left\nB.bottom left to top right\nC.bottom to top\nD.top to bottom", + "answer": "D" + }, + { + "id": "b5e7adf8-abc3-4488-8bb8-dbe52b5b13af", + "image_path": "images/232.png", + "question": "How is the black vehicle in the center of this image oriented?\nA.top to bottom\nB.left to right\nC.bottom left to top right\nD.right to left", + "answer": "B" + }, + { + "id": "0446be73-951f-4fa0-92a4-978c62c0e085", + "image_path": "images/233.png", + "question": "Can you describe the orientation of the vehicle in the left of this image?\nA.top right to bottom left\nB.bottom left to top right\nC.top to bottom\nD.bottom to top", + "answer": "B" + }, + { + "id": "247de07e-b8e0-4e5d-90d5-ba862fc6b335", + "image_path": "images/234.png", + "question": "What orientation is the vehicle facing in the center of this image?\nA.top right to bottom left\nB.top to bottom\nC.bottom right to top left\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "d269430d-45d4-49ee-b894-5afd87300382", + "image_path": "images/235.png", + "question": "How is the vehicle in the left of this image oriented?\nA.right to left\nB.bottom left to top right\nC.top right to bottom left\nD.top to bottom", + "answer": "C" + }, + { + "id": "c0664697-e2bd-4d59-998a-10b5bf6cd6d9", + "image_path": "images/236.png", + "question": "Can you describe the orientation of the vehicle in the top of this image?\nA.left to right\nB.bottom left to top right\nC.bottom right to top left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "6143f793-8542-4698-932f-19909b758c96", + "image_path": "images/237.png", + "question": "Identify the orientation of the vehicle in the right of the image.\nA.right to left\nB.top left to bottom right\nC.left to right\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "4b4f965a-82a7-4ff3-abdb-11f8a0a5ac73", + "image_path": "images/238.png", + "question": "Identify the orientation of the vehicle in the bottom left of the image.\nA.bottom to top\nB.top to bottom\nC.bottom right to top left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "c1506fe1-8556-40fb-a0d8-f4a868c33b59", + "image_path": "images/239.png", + "question": "What is the orientation of the vehicle in the bottom of this image?\nA.bottom left to top right\nB.top right to bottom left\nC.top left to bottom right\nD.top to bottom", + "answer": "A" + }, + { + "id": "53832f5e-e48d-4b3b-890a-6ad4acacc0f0", + "image_path": "images/240.png", + "question": "What is the orientation of the vehicle in the right of this image?\nA.bottom right to top left\nB.top to bottom\nC.left to right\nD.right to left", + "answer": "A" + }, + { + "id": "3d79d532-f3d0-4c28-a8ae-756055829e96", + "image_path": "images/241.png", + "question": "How is the vehicle in the top right of this image oriented?\nA.bottom to top\nB.bottom right to top left\nC.top right to bottom left\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "1e835d87-00be-40cb-8db0-b68f5d23c4fd", + "image_path": "images/242.png", + "question": "How is the vehicle in the left of this image oriented?\nA.top left to bottom right\nB.top to bottom\nC.left to right\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "7204a8cc-128a-4c74-b18f-239f2acf926c", + "image_path": "images/243.png", + "question": "Identify the orientation of the vehicle in the bottom of the image.\nA.bottom right to top left\nB.top to bottom\nC.bottom left to top right\nD.bottom to top", + "answer": "C" + }, + { + "id": "52753908-62c8-4dc4-a20d-b70d2c96274d", + "image_path": "images/244.png", + "question": "What orientation is the vehicle facing in the right of this image?\nA.top left to bottom right\nB.right to left\nC.bottom left to top right\nD.bottom right to top left", + "answer": "C" + }, + { + "id": "76e68f64-6177-4220-a78d-f3a5984a708e", + "image_path": "images/245.png", + "question": "What is the orientation of the vehicle in the center of this image?\nA.top left to bottom right\nB.bottom right to top left\nC.left to right\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "eb15f13a-e8f0-41b2-903b-3f240f48602a", + "image_path": "images/246.png", + "question": "How is the vehicle in the bottom of this image oriented?\nA.bottom left to top right\nB.top to bottom\nC.left to right\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "149b5b5f-cb9a-4377-9c8a-86d6fa8ccdc6", + "image_path": "images/247.png", + "question": "What orientation is the vehicle facing in the top left of this image?\nA.bottom right to top left\nB.right to left\nC.top to bottom\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "f6800488-4c9c-4a92-91ee-2b02a4ab0a8b", + "image_path": "images/248.png", + "question": "What orientation is the vehicle facing in the right of this image?\nA.left to right\nB.right to left\nC.top to bottom\nD.bottom to top", + "answer": "A" + }, + { + "id": "99a99749-9118-48a1-9272-1717bfaae99b", + "image_path": "images/249.png", + "question": "Identify the orientation of the vehicle in the left of the image.\nA.left to right\nB.top left to bottom right\nC.top to bottom\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "a6c5cfbc-701f-4cc7-8828-261370dda305", + "image_path": "images/250.png", + "question": "What is the orientation of the vehicle in the top right of this image?\nA.top to bottom\nB.left to right\nC.top right to bottom left\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "d410b78a-3db0-4209-b871-4b1c712d6d17", + "image_path": "images/251.png", + "question": "What orientation is the vehicle facing in the bottom of this image?\nA.bottom to top\nB.left to right\nC.top to bottom\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "334d335f-149c-4a71-93b0-e543e47a5d89", + "image_path": "images/252.png", + "question": "What is the orientation of the vehicle in the top left of this image?\nA.bottom to top\nB.top left to bottom right\nC.bottom right to top left\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "6b900926-5f25-4b71-8346-45cf07498f22", + "image_path": "images/253.png", + "question": "What orientation is the vehicle facing in the left of this image?\nA.top to bottom\nB.left to right\nC.bottom left to top right\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "fa361bd7-bfe2-49db-aecb-eb29daca5da7", + "image_path": "images/254.png", + "question": "What orientation is the vehicle facing in the top right of this image?\nA.top left to bottom right\nB.top right to bottom left\nC.left to right\nD.top to bottom", + "answer": "A" + }, + { + "id": "1ab17dc2-4098-4cb6-83d7-d5aed8663c48", + "image_path": "images/255.png", + "question": "What is the orientation of the white vehicle in this image?\nA.left to right\nB.bottom left to top right\nC.top right to bottom left\nD.right to left", + "answer": "C" + }, + { + "id": "7bd25cf1-046f-4689-9162-4fdf493e8902", + "image_path": "images/256.png", + "question": "Can you describe the orientation of the black vehicle in this image?\nA.bottom left to top right\nB.bottom right to top left\nC.top right to bottom left\nD.top to bottom", + "answer": "C" + }, + { + "id": "acc04b15-1a0c-47ea-8050-a5ea916fe421", + "image_path": "images/257.png", + "question": "What orientation is the yellow vehicle facing in this image?\nA.bottom right to top left\nB.left to right\nC.top left to bottom right\nD.bottom to top", + "answer": "C" + }, + { + "id": "e5e9659e-f4ab-4b9c-992a-9f915d7e43e8", + "image_path": "images/258.png", + "question": "How is the white vehicle in this image oriented?\nA.left to right\nB.bottom right to top left\nC.bottom left to top right\nD.top to bottom", + "answer": "B" + }, + { + "id": "3ce50b48-977a-4315-8563-8990174c062e", + "image_path": "images/259.png", + "question": "Can you describe the orientation of the vehicle in the left of this image?\nA.bottom left to top right\nB.left to right\nC.bottom to top\nD.top to bottom", + "answer": "A" + }, + { + "id": "5b0f19c8-abfc-4aed-b10c-eed8993bba44", + "image_path": "images/260.png", + "question": "How is the vehicle in the top of this image oriented?\nA.right to left\nB.top left to bottom right\nC.top to bottom\nD.bottom to top", + "answer": "B" + }, + { + "id": "3c81f206-2607-4c49-aff1-d857114b0209", + "image_path": "images/261.png", + "question": "Can you describe the orientation of the vehicle in the bottom left of this image?\nA.top to bottom\nB.right to left\nC.left to right\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "99bbdd05-d230-4de0-9380-04816e4bf35e", + "image_path": "images/262.png", + "question": "What is the orientation of the vehicle in the top right of this image?\nA.right to left\nB.top to bottom\nC.bottom right to top left\nD.bottom to top", + "answer": "C" + }, + { + "id": "440dcd91-65dc-42c8-a45c-632d8340ba17", + "image_path": "images/263.png", + "question": "Can you describe the orientation of the white vehicle in this image?\nA.bottom left to top right\nB.top right to bottom left\nC.right to left\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "4d252cb0-c417-4960-8e85-db09d5f47433", + "image_path": "images/264.png", + "question": "What is the orientation of the black vehicle in this image?\nA.bottom left to top right\nB.top left to bottom right\nC.top to bottom\nD.right to left", + "answer": "A" + }, + { + "id": "4ecd406c-31aa-47c3-af5f-141d40eb1538", + "image_path": "images/265.png", + "question": "What orientation is the vehicle facing in the top of this image?\nA.top to bottom\nB.top left to bottom right\nC.bottom to top\nD.bottom left to top right", + "answer": "B" + }, + { + "id": "aa234fc3-66c2-4d8b-b39d-019f479907c2", + "image_path": "images/266.png", + "question": "How is the vehicle in the center of this image oriented?\nA.top left to bottom right\nB.top to bottom\nC.bottom left to top right\nD.bottom right to top left", + "answer": "A" + }, + { + "id": "e7a7366f-6c65-4cde-a579-eb3a692c0943", + "image_path": "images/267.png", + "question": "Identify the orientation of the vehicle in the left of the image.\nA.top to bottom\nB.bottom right to top left\nC.top right to bottom left\nD.left to right", + "answer": "B" + }, + { + "id": "3879774e-abae-4fa4-9e64-3b351725c8f2", + "image_path": "images/268.png", + "question": "Can you describe the orientation of the vehicle in the top of this image?\nA.top right to bottom left\nB.top left to bottom right\nC.left to right\nD.bottom right to top left", + "answer": "A" + }, + { + "id": "fa9c182f-7df7-4734-a2ad-d156c83ee12e", + "image_path": "images/269.png", + "question": "Can you describe the orientation of the vehicle in the top of this image?\nA.left to right\nB.bottom to top\nC.bottom left to top right\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "e28725ef-0f7c-40f1-bcbb-5fdcb00e6497", + "image_path": "images/270.png", + "question": "What is the orientation of the vehicle in the left of this image?\nA.bottom right to top left\nB.bottom left to top right\nC.top right to bottom left\nD.right to left", + "answer": "B" + }, + { + "id": "fd022cd4-a0b2-41bf-873d-64adba89197a", + "image_path": "images/271.png", + "question": "How is the vehicle in the top right of this image oriented?\nA.bottom right to top left\nB.left to right\nC.bottom left to top right\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "6d56df9a-405d-4b2e-ad6a-c30839d57c0d", + "image_path": "images/272.png", + "question": "Identify the orientation of the vehicle in the bottom left of the image.\nA.top right to bottom left\nB.bottom left to top right\nC.left to right\nD.top to bottom", + "answer": "B" + }, + { + "id": "da15cb8e-0c1b-46d4-848f-098d418c4ce9", + "image_path": "images/273.png", + "question": "What orientation is the vehicle facing in the right of this image?\nA.bottom to top\nB.top right to bottom left\nC.top to bottom\nD.right to left", + "answer": "B" + }, + { + "id": "8e366c9c-76e2-4b75-b2e2-d7ad86f8ac87", + "image_path": "images/274.png", + "question": "Can you describe the orientation of the vehicle in the bottom of this image?\nA.bottom left to top right\nB.right to left\nC.top to bottom\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "891bbd1c-6697-4526-9ee7-0da4a9c95ceb", + "image_path": "images/275.png", + "question": "Identify the orientation of the black vehicle in the image.\nA.left to right\nB.top left to bottom right\nC.bottom right to top left\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "a28db959-4dc9-4893-a94f-325708634634", + "image_path": "images/276.png", + "question": "What is the orientation of the white vehicle in this image?\nA.right to left\nB.top right to bottom left\nC.bottom left to top right\nD.top to bottom", + "answer": "B" + }, + { + "id": "896cdf22-fb5d-4295-b56a-d89b8f728c03", + "image_path": "images/277.png", + "question": "What is the orientation of the vehicle in the top of this image?\nA.bottom right to top left\nB.top right to bottom left\nC.bottom to top\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "49608673-e926-470c-9ef7-57548240bd02", + "image_path": "images/278.png", + "question": "How is the vehicle in the left of this image oriented?\nA.top right to bottom left\nB.top to bottom\nC.bottom left to top right\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "e4add928-84ea-49fb-9ce9-ca3e314bb327", + "image_path": "images/279.png", + "question": "What orientation is the vehicle facing in the bottom of this image?\nA.top to bottom\nB.right to left\nC.bottom to top\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "9b6713fd-f670-4f18-b173-418d2072c92f", + "image_path": "images/280.png", + "question": "What is the orientation of the vehicle in the top left of this image?\nA.bottom left to top right\nB.bottom right to top left\nC.right to left\nD.top to bottom", + "answer": "A" + }, + { + "id": "deae32e6-2525-4a6c-a5db-62aeb9b0b386", + "image_path": "images/281.png", + "question": "How is the vehicle in the right of this image oriented?\nA.bottom left to top right\nB.bottom to top\nC.top right to bottom left\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "88cf72d0-1e26-421c-bef9-fc6b31e7e6e5", + "image_path": "images/282.png", + "question": "Identify the orientation of the vehicle in the left of the image.\nA.bottom left to top right\nB.top right to bottom left\nC.top to bottom\nD.left to right", + "answer": "B" + }, + { + "id": "c7873714-4386-4695-aea8-49616cb99975", + "image_path": "images/283.png", + "question": "What is the orientation of the vehicle in the right of this image?\nA.bottom left to top right\nB.bottom to top\nC.left to right\nD.bottom right to top left", + "answer": "A" + }, + { + "id": "ebdb6546-8966-49c9-939e-f994da223161", + "image_path": "images/284.png", + "question": "How is the vehicle in the bottom left of this image oriented?\nA.top right to bottom left\nB.top to bottom\nC.bottom left to top right\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "367bf925-91c7-4a3b-b9e1-8cfb00b263e4", + "image_path": "images/285.png", + "question": "Can you describe the orientation of the vehicle in the bottom right of this image?\nA.top left to bottom right\nB.bottom right to top left\nC.left to right\nD.right to left", + "answer": "C" + }, + { + "id": "107eeaa1-fd99-4017-9fac-ed08f9355352", + "image_path": "images/286.png", + "question": "Can you describe the orientation of the vehicle in the top left of this image?\nA.top left to bottom right\nB.top right to bottom left\nC.left to right\nD.top to bottom", + "answer": "B" + }, + { + "id": "12b2e5b8-80a4-4668-8dd7-1a88ad4310f8", + "image_path": "images/287.png", + "question": "Can you describe the orientation of the red vehicle in this image?\nA.top right to bottom left\nB.bottom left to top right\nC.right to left\nD.bottom to top", + "answer": "A" + }, + { + "id": "2593af09-421a-4d86-94f3-5a59e2b3af2f", + "image_path": "images/288.png", + "question": "What is the orientation of the blue vehicle in this image?\nA.top to bottom\nB.top right to bottom left\nC.left to right\nD.bottom left to top right", + "answer": "B" + }, + { + "id": "b1b883db-ab5e-4510-8b5d-2bff683fb0ff", + "image_path": "images/289.png", + "question": "What is the color of the vehicle positioned at the top of this image?\nA.blue\nB.silver\nC.green\nD.pink", + "answer": "B" + }, + { + "id": "4cde50b5-e75b-41cd-bf53-ab5168ed6da0", + "image_path": "images/290.png", + "question": "Identify the color of the vehicle in the top left of the image.\nA.silver\nB.red\nC.green\nD.yellow", + "answer": "A" + }, + { + "id": "bdf444fe-82e1-47bd-a0bb-40c9dbf5d593", + "image_path": "images/291.png", + "question": "What color is the vehicle in the left of this image?\nA.blue\nB.red\nC.green\nD.brown", + "answer": "B" + }, + { + "id": "98598783-aa38-4961-893b-59dbb74e8fc3", + "image_path": "images/292.png", + "question": "What color is the vehicle located at the bottom right of this image?\nA.red\nB.pink\nC.orange\nD.black", + "answer": "D" + }, + { + "id": "a7044693-33eb-48e4-9fc0-db181433264c", + "image_path": "images/293.png", + "question": "What color is the vehicle located at the center of this image?\nA.purple\nB.white\nC.blue\nD.red", + "answer": "B" + }, + { + "id": "dd0ca274-f7fe-4f97-9af7-b200c1388320", + "image_path": "images/294.png", + "question": "Can you identify the color of the vehicle in the bottom left of this image?\nA.green\nB.yellow\nC.black\nD.brown", + "answer": "C" + }, + { + "id": "5c211094-4a9f-4d74-a3fe-0baee01d527d", + "image_path": "images/295.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.blue\nB.silver\nC.orange\nD.brown", + "answer": "B" + }, + { + "id": "979f866c-bb0c-4048-a758-ac5034475373", + "image_path": "images/296.png", + "question": "What color is the vehicle in the top left of this image?\nA.orange\nB.green\nC.pink\nD.blue", + "answer": "B" + }, + { + "id": "64f523b9-a174-4908-92ca-8379080676f7", + "image_path": "images/297.png", + "question": "What color is the vehicle located at the left of this image?\nA.red\nB.purple\nC.silver\nD.pink", + "answer": "C" + }, + { + "id": "415cca02-c748-4065-b658-e6a7aacb4cc6", + "image_path": "images/298.png", + "question": "Identify the color of the vehicle in the left of the image.\nA.pink\nB.green\nC.white\nD.blue", + "answer": "C" + }, + { + "id": "a1267b35-f068-4754-8571-54a061e7b56e", + "image_path": "images/299.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.orange\nB.blue\nC.red\nD.white", + "answer": "B" + }, + { + "id": "6f3c02c7-0f17-4b3b-9e1a-0e53b3edfed0", + "image_path": "images/300.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.red\nB.green\nC.pink\nD.yellow", + "answer": "A" + }, + { + "id": "982588f8-f8c7-4b88-aea8-dc3e2541fa8a", + "image_path": "images/301.png", + "question": "What is the color of the vehicle positioned at the right of this image?\nA.black\nB.red\nC.green\nD.brown", + "answer": "A" + }, + { + "id": "456dbf10-8ae1-4569-a035-796740711f70", + "image_path": "images/302.png", + "question": "What color is the vehicle located at the top right of this image?\nA.orange\nB.yellow\nC.white\nD.red", + "answer": "C" + }, + { + "id": "60e228d2-a43d-488d-be9b-e7c6cbbcb3c9", + "image_path": "images/303.png", + "question": "Identify the color of the vehicle in the bottom left of the image.\nA.blue\nB.sliver\nC.pink\nD.red", + "answer": "A" + }, + { + "id": "de288c9f-9d8f-47ca-9451-7725656c7552", + "image_path": "images/304.png", + "question": "What color is the vehicle in the right of this image?\nA.red\nB.white\nC.blue\nD.yellow", + "answer": "B" + }, + { + "id": "440f94b0-7a82-4000-94e5-c71eaab5214b", + "image_path": "images/305.png", + "question": "What color is the vehicle located at the top left of this image?\nA.orange\nB.pink\nC.brown\nD.black", + "answer": "D" + }, + { + "id": "09009ff7-174a-4cff-9d62-4027c03deeb9", + "image_path": "images/306.png", + "question": "Identify the color of the vehicle in the bottom left of the image.\nA.green\nB.silver\nC.brown\nD.yellow", + "answer": "B" + }, + { + "id": "c8ce498c-4da5-46b0-ab79-a952cf1bfe8f", + "image_path": "images/307.png", + "question": "What is the color of the vehicle positioned at the bottom left of this image?\nA.purple\nB.white\nC.red\nD.orange", + "answer": "B" + }, + { + "id": "30ac361d-f679-42da-870b-24998a4b59f4", + "image_path": "images/308.png", + "question": "What is the color of the vehicle positioned at the top left of this image?\nA.blue\nB.red\nC.white\nD.brown", + "answer": "C" + }, + { + "id": "ca8e18d0-2648-465e-807e-d35cadd027bc", + "image_path": "images/309.png", + "question": "What is the color of the vehicle positioned at the bottom right of this image?\nA.red\nB.blue\nC.purple\nD.black", + "answer": "D" + }, + { + "id": "c121282a-8bca-49eb-87ae-ed9e157c49f9", + "image_path": "images/310.png", + "question": "What is the color of the vehicle positioned at the right of this image?\nA.white\nB.brown\nC.blue\nD.purple", + "answer": "A" + }, + { + "id": "4b031966-b731-46b8-8edc-ccca128e9ce4", + "image_path": "images/311.png", + "question": "What color is the vehicle in the left of this image?\nA.yellow\nB.blue\nC.pink\nD.white", + "answer": "D" + }, + { + "id": "1f4215a6-7714-40fe-92ef-32c508cd7ee8", + "image_path": "images/312.png", + "question": "Can you identify the color of the vehicle in the center of this image?\nA.silver\nB.blue\nC.yellow\nD.pink", + "answer": "A" + }, + { + "id": "8a1c9191-8afa-4cff-ad7d-7b92221395d2", + "image_path": "images/313.png", + "question": "Can you identify the color of the vehicle in the left of this image?\nA.pink\nB.white\nC.purple\nD.red", + "answer": "D" + }, + { + "id": "aa06678a-7986-404a-8a22-8646bfd65ec7", + "image_path": "images/314.png", + "question": "What color is the vehicle in the bottom right of this image?\nA.black\nB.purple\nC.red\nD.yellow", + "answer": "A" + }, + { + "id": "bfd947ba-cac0-4da3-9830-f22bfda5fbb9", + "image_path": "images/315.png", + "question": "What color is the vehicle in the top of this image?\nA.white\nB.brown\nC.blue\nD.red", + "answer": "A" + }, + { + "id": "4a405670-e10c-4751-8a27-a64617da99e5", + "image_path": "images/316.png", + "question": "Identify the color of the vehicle in the top of the image.\nA.purple\nB.green\nC.white\nD.blue", + "answer": "D" + }, + { + "id": "82dad568-aab5-4afa-8c8c-8f14ca2fdfd1", + "image_path": "images/317.png", + "question": "What is the color of the vehicle positioned at the top left of this image?\nA.purple\nB.white\nC.green\nD.red", + "answer": "B" + }, + { + "id": "ae5fd354-1cd5-4fcb-834e-fecc4cfb5112", + "image_path": "images/318.png", + "question": "What color is the vehicle located at the right of this image?\nA.green\nB.yellow\nC.purple\nD.white", + "answer": "D" + }, + { + "id": "aea6d45c-14c8-4d20-84ba-440f84c70201", + "image_path": "images/319.png", + "question": "Can you identify the color of the vehicle in the top left of this image?\nA.purple\nB.white\nC.orange\nD.pink", + "answer": "B" + }, + { + "id": "aa5f4f1a-1893-40bc-9456-2abd093bb11b", + "image_path": "images/320.png", + "question": "What color is the vehicle in the bottom right of this image?\nA.red\nB.black\nC.brown\nD.green", + "answer": "B" + }, + { + "id": "cf5a19c0-ed7a-49e9-a73d-00936efc75f7", + "image_path": "images/321.png", + "question": "What color is the vehicle located at the top of this image?\nA.black\nB.yellow\nC.pink\nD.brown", + "answer": "A" + }, + { + "id": "d443f13a-6a9a-4306-aa61-af4ad5fbfc83", + "image_path": "images/322.png", + "question": "What is the color of the vehicle positioned at the bottom right of this image?\nA.brown\nB.white\nC.green\nD.blue", + "answer": "B" + }, + { + "id": "8133da11-f6a3-4940-9116-4f6ceb79713c", + "image_path": "images/323.png", + "question": "What is the color of the vehicle positioned at the bottom of this image?\nA.yellow\nB.pink\nC.orange\nD.silver", + "answer": "D" + }, + { + "id": "2a5fa1e4-deee-4a67-9019-83ea82acb75e", + "image_path": "images/324.png", + "question": "Identify the color of the vehicle in the bottom of the image.\nA.green\nB.orange\nC.brown\nD.silver", + "answer": "D" + }, + { + "id": "c8cc72ed-26fd-4d72-be4e-e50e581fdb28", + "image_path": "images/325.png", + "question": "What color is the vehicle in the top right of this image?\nA.green\nB.blue\nC.pink\nD.orange", + "answer": "B" + }, + { + "id": "15c35e07-2b3e-46f4-a1b6-c8d411b6c41d", + "image_path": "images/326.png", + "question": "What is the color of the vehicle positioned at the left of this image?\nA.red\nB.silver\nC.pink\nD.brown", + "answer": "B" + }, + { + "id": "dc0f00de-f3f2-4d7b-a061-e50c92098eb9", + "image_path": "images/327.png", + "question": "What is the color of the vehicle positioned at the bottom right of this image?\nA.orange\nB.silver\nC.blue\nD.pink", + "answer": "B" + }, + { + "id": "601a3e94-5bbd-452e-b68a-f67b77a90670", + "image_path": "images/328.png", + "question": "What color is the vehicle in the right of this image?\nA.purple\nB.green\nC.orange\nD.white", + "answer": "D" + }, + { + "id": "e092344c-44e0-48ab-ba87-f4985bb39419", + "image_path": "images/329.png", + "question": "Identify the color of the vehicle in the bottom right of the image.\nA.orange\nB.white\nC.yellow\nD.brown", + "answer": "B" + }, + { + "id": "6454f7bc-b405-4e92-b3ec-651f7967fce7", + "image_path": "images/330.png", + "question": "Identify the color of the vehicle in the top left of the image.\nA.pink\nB.red\nC.green\nD.brown", + "answer": "B" + }, + { + "id": "3aaa1b80-45f8-4f4b-9ff5-306dfbd62929", + "image_path": "images/331.png", + "question": "Identify the color of the vehicle in the bottom right of the image.\nA.green\nB.brown\nC.white\nD.red", + "answer": "C" + }, + { + "id": "3e9933a7-7c68-4d29-8a68-9cfd8d4d8748", + "image_path": "images/332.png", + "question": "Can you identify the color of the vehicle in the bottom right of this image?\nA.orange\nB.green\nC.silver\nD.brown", + "answer": "C" + }, + { + "id": "4567dbf9-94f5-4fb2-bdb8-96eca65a9071", + "image_path": "images/333.png", + "question": "What color is the vehicle in the left of this image?\nA.blue\nB.yellow\nC.orange\nD.white", + "answer": "D" + }, + { + "id": "3a93f25b-7eb4-4f52-957d-198a79738ef8", + "image_path": "images/334.png", + "question": "Can you identify the color of the vehicle in the bottom left of this image?\nA.green\nB.black\nC.brown\nD.red", + "answer": "B" + }, + { + "id": "669fde49-aaf1-413a-a487-c8406dc5f410", + "image_path": "images/335.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.yellow\nB.pink\nC.silver\nD.blue", + "answer": "C" + }, + { + "id": "05ce97af-2d39-437d-a13e-e387bc6f78de", + "image_path": "images/336.png", + "question": "What color is the vehicle located at the center of this image?\nA.blue\nB.purple\nC.white\nD.yellow", + "answer": "C" + }, + { + "id": "a3b8be31-b220-4b66-b5a2-9e13ca2e3d12", + "image_path": "images/337.png", + "question": "What color is the vehicle in the top right of this image?\nA.pink\nB.brown\nC.green\nD.white", + "answer": "D" + }, + { + "id": "d82585f9-7798-413e-9fbd-46ffb0736078", + "image_path": "images/338.png", + "question": "What color is the vehicle in the center of this image?\nA.blue\nB.green\nC.brown\nD.pink", + "answer": "A" + }, + { + "id": "44628cd7-0d93-4c37-bfea-3be1b6321644", + "image_path": "images/339.png", + "question": "What color is the vehicle located at the right of this image?\nA.white\nB.green\nC.purple\nD.pink", + "answer": "A" + }, + { + "id": "0798d948-ffdd-4746-a76a-3bb9779dc8b5", + "image_path": "images/340.png", + "question": "What is the color of the vehicle positioned at the bottom right of this image?\nA.red\nB.white\nC.green\nD.pink", + "answer": "B" + }, + { + "id": "46ce6458-6e19-4e71-90fe-2eeb37a2f9b1", + "image_path": "images/341.png", + "question": "What color is the vehicle in the bottom right of this image?\nA.blue\nB.orange\nC.silver\nD.green", + "answer": "A" + }, + { + "id": "ac3180e8-2dec-4752-a8d3-32bc87c78c25", + "image_path": "images/342.png", + "question": "What color is the vehicle located at the bottom right of this image?\nA.orange\nB.red\nC.pink\nD.yellow", + "answer": "B" + }, + { + "id": "c5608412-bd96-48f5-af4f-fc2aed709ef0", + "image_path": "images/343.png", + "question": "What is the color of the vehicle positioned at the bottom right of this image?\nA.pink\nB.yellow\nC.green\nD.silver", + "answer": "D" + }, + { + "id": "ae19dc6e-537d-4026-b563-bacffc663e1d", + "image_path": "images/344.png", + "question": "What color is the vehicle located at the top right of this image?\nA.black\nB.red\nC.brown\nD.pink", + "answer": "A" + }, + { + "id": "fa8ff26f-986e-49db-aa0d-b8a72025182f", + "image_path": "images/345.png", + "question": "Identify the color of the vehicle in the bottom of the image.\nA.brown\nB.yellow\nC.white\nD.green", + "answer": "B" + }, + { + "id": "3d14aa82-6ee7-4f9a-9c90-1651c602f53d", + "image_path": "images/346.png", + "question": "What color is the vehicle located at the left of this image?\nA.purple\nB.blue\nC.brown\nD.yellow", + "answer": "B" + }, + { + "id": "9dc66a10-cd2a-4805-b475-df2e685cf1dd", + "image_path": "images/347.png", + "question": "What color is the vehicle located at the bottom of this image?\nA.orange\nB.pink\nC.silver\nD.red", + "answer": "C" + }, + { + "id": "dcfda060-263d-4237-86af-7713002d2967", + "image_path": "images/348.png", + "question": "What is the color of the vehicle positioned at the top right of this image?\nA.white\nB.red\nC.blue\nD.purple", + "answer": "A" + }, + { + "id": "9e49cd36-f5a8-444c-8177-ba9f06673829", + "image_path": "images/349.png", + "question": "What is the color of the vehicle positioned at the bottom left of this image?\nA.white\nB.blue\nC.purple\nD.red", + "answer": "A" + }, + { + "id": "0785c6ac-80ea-497a-abfb-833e15c4db35", + "image_path": "images/350.png", + "question": "What color is the vehicle in the top right of this image?\nA.pink\nB.yellow\nC.orange\nD.white", + "answer": "D" + }, + { + "id": "16a564ee-c1e0-432b-974f-8f6829430ebe", + "image_path": "images/351.png", + "question": "Identify the color of the vehicle in the left of the image.\nA.white\nB.green\nC.pink\nD.blue", + "answer": "A" + }, + { + "id": "f00218ce-5f96-487f-8d99-ba70ad293fc4", + "image_path": "images/352.png", + "question": "Can you identify the color of the vehicle in the bottom of this image?\nA.red\nB.pink\nC.black\nD.purple", + "answer": "C" + }, + { + "id": "91b45581-c2d0-44a8-b70e-acb27a207fcb", + "image_path": "images/353.png", + "question": "What color is the vehicle located at the top of this image?\nA.red\nB.silver\nC.yellow\nD.blue", + "answer": "C" + }, + { + "id": "b71643c6-d77b-469b-9a6a-3702804921a4", + "image_path": "images/354.png", + "question": "What color is the vehicle in the bottom of this image?\nA.orange\nB.pink\nC.black\nD.blue", + "answer": "C" + }, + { + "id": "5fc179ef-6492-4d2b-9b07-deef53c0a7e6", + "image_path": "images/355.png", + "question": "Identify the color of the vehicle in the center of the image.\nA.red\nB.yellow\nC.black\nD.green", + "answer": "C" + }, + { + "id": "9b60b18b-1310-4ce5-8058-eb70ce137fea", + "image_path": "images/356.png", + "question": "What color is the vehicle in the right of this image?\nA.pink\nB.yellow\nC.brown\nD.white", + "answer": "D" + }, + { + "id": "82312608-4104-438e-87bd-db2279c281c5", + "image_path": "images/357.png", + "question": "What is the color of the vehicle positioned at the bottom left of this image?\nA.pink\nB.blue\nC.green\nD.purple", + "answer": "B" + }, + { + "id": "ed6262b7-5585-4818-ade9-f3d54d460099", + "image_path": "images/358.png", + "question": "Can you identify the color of the vehicle in the top left of this image?\nA.brown\nB.red\nC.green\nD.black", + "answer": "D" + }, + { + "id": "4e223268-1e11-428d-929a-ef315823a4df", + "image_path": "images/359.png", + "question": "Can you identify the color of the vehicle in the bottom left of this image?\nA.orange\nB.blue\nC.black\nD.green", + "answer": "C" + }, + { + "id": "9909bf3c-2f34-4049-ac7f-5c9a6a9337c1", + "image_path": "images/360.png", + "question": "Can you identify the color of the vehicle in the top right of this image?\nA.purple\nB.yellow\nC.red\nD.blue", + "answer": "B" + }, + { + "id": "1c9978f9-28ab-4b88-a8ea-41be6070c554", + "image_path": "images/361.png", + "question": "What color is the vehicle located at the bottom of this image?\nA.silver\nB.blue\nC.pink\nD.red", + "answer": "A" + }, + { + "id": "15ceb503-c2c9-4271-b145-19c85b079676", + "image_path": "images/362.png", + "question": "What is the color of the vehicle positioned at the center of this image?\nA.blue\nB.purple\nC.brown\nD.white", + "answer": "D" + }, + { + "id": "a53424c0-af95-493d-87b5-cfcfd5522cc8", + "image_path": "images/363.png", + "question": "What color is the vehicle in the top left of this image?\nA.brown\nB.black\nC.purple\nD.red", + "answer": "B" + }, + { + "id": "56729295-2452-4ad5-8904-ff750f524684", + "image_path": "images/364.png", + "question": "What color is the vehicle in the center of this image?\nA.blue\nB.pink\nC.purple\nD.white", + "answer": "D" + }, + { + "id": "397d3d7b-49c1-47c2-9ea7-3bcf4c8e2609", + "image_path": "images/365.png", + "question": "What color is the vehicle located at the top left of this image?\nA.pink\nB.orange\nC.black\nD.blue", + "answer": "C" + }, + { + "id": "75af488a-910f-4c34-a0c2-1f91a9ad32f7", + "image_path": "images/366.png", + "question": "Identify the color of the vehicle in the bottom right of the image.\nA.pink\nB.blue\nC.white\nD.yellow", + "answer": "C" + }, + { + "id": "a3297e0f-4716-4c72-8fca-199a22d922d8", + "image_path": "images/367.png", + "question": "Identify the orientation of the vehicle in the top left of the image.\nA.top to bottom\nB.bottom right to top left\nC.right to left\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "41a49d2a-5486-46f1-ab48-b0a8d79f9cdf", + "image_path": "images/368.png", + "question": "What is the orientation of the red vehicle in the center of this image?\nA.left to right\nB.right to left\nC.bottom left to top right\nD.top right to bottom left", + "answer": "C" + }, + { + "id": "5a399324-045e-4ca7-a256-a100bdf9726c", + "image_path": "images/369.png", + "question": "Identify the orientation of the white vehicle in the bottom of the image.\nA.top to bottom\nB.top left to bottom right\nC.bottom right to top left\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "8f0f5543-2b3c-4d71-85f3-ac8eda6874f4", + "image_path": "images/370.png", + "question": "What is the orientation of the green vehicle in the top of this image?\nA.right to left\nB.top right to bottom left\nC.left to right\nD.top to bottom", + "answer": "B" + }, + { + "id": "7e5b30a6-7f02-47cc-898e-908f058aec72", + "image_path": "images/371.png", + "question": "Identify the orientation of the white vehicle in the image.\nA.right to left\nB.bottom left to top right\nC.top right to bottom left\nD.bottom to top", + "answer": "D" + }, + { + "id": "4d6f384a-0e3d-4136-b09d-47ccc844a9a2", + "image_path": "images/372.png", + "question": "Can you describe the orientation of the black vehicle in the bottom left of this image?\nA.bottom to top\nB.top to bottom\nC.left to right\nD.bottom right to top left", + "answer": "B" + }, + { + "id": "177df2a4-c079-4f33-bd4f-a3d622f0751a", + "image_path": "images/373.png", + "question": "What is the orientation of the green vehicle in this image?\nA.bottom right to top left\nB.top to bottom\nC.top left to bottom right\nD.bottom to top", + "answer": "C" + }, + { + "id": "2321e669-4ccb-4402-8512-5e1ef275b3e7", + "image_path": "images/374.png", + "question": "Can you describe the orientation of the blue vehicle in this image?\nA.bottom to top\nB.top left to bottom right\nC.left to right\nD.top to bottom", + "answer": "A" + }, + { + "id": "19a44f78-0677-4cdf-913b-d0acc912bded", + "image_path": "images/375.png", + "question": "Identify the orientation of the white vehicle in the left of the image.\nA.top to bottom\nB.bottom to top\nC.top right to bottom left\nD.left to right", + "answer": "B" + }, + { + "id": "c5067c32-126f-4c43-91f9-977e292bd71c", + "image_path": "images/376.png", + "question": "How is the red vehicle in the center of this image oriented?\nA.left to right\nB.bottom to top\nC.top to bottom\nD.right to left", + "answer": "A" + }, + { + "id": "0f0b239f-9e2b-4351-94f3-93e7c885bf1b", + "image_path": "images/377.png", + "question": "Can you describe the orientation of the white vehicle in this image?\nA.top to bottom\nB.top right to bottom left\nC.top left to bottom right\nD.bottom to top", + "answer": "D" + }, + { + "id": "ed223c69-0c6c-43ad-a545-5c18bae248b1", + "image_path": "images/378.png", + "question": "What orientation is the black vehicle facing in this image?\nA.top right to bottom left\nB.top left to bottom right\nC.bottom to top\nD.left to right", + "answer": "A" + }, + { + "id": "f75e52bb-d268-412f-96a9-8075335e0226", + "image_path": "images/379.png", + "question": "Identify the orientation of the white vehicle in the image.\nA.bottom right to top left\nB.top to bottom\nC.left to right\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "e6daf4ee-2bc8-4e60-a3f4-6ea8b5fff18e", + "image_path": "images/380.png", + "question": "Can you describe the orientation of the blue vehicle in the bottom left of this image?\nA.bottom right to top left\nB.right to left\nC.top to bottom\nD.left to right", + "answer": "A" + }, + { + "id": "abe5d801-d614-44f2-b80f-decb5746d1d2", + "image_path": "images/381.png", + "question": "Identify the orientation of the red vehicle in the right of the image.\nA.bottom right to top left\nB.left to right\nC.top right to bottom left\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "99947b64-9619-4d0e-b349-d2b78be64841", + "image_path": "images/382.png", + "question": "How is the vehicle in the bottom left of this image oriented?\nA.bottom to top\nB.right to left\nC.top right to bottom left\nD.top to bottom", + "answer": "B" + }, + { + "id": "3e43a7e7-08f3-4a71-8d50-c65d79294294", + "image_path": "images/383.png", + "question": "Can you describe the orientation of the white vehicle in the bottom left of this image?\nA.left to right\nB.top right to bottom left\nC.bottom right to top left\nD.top to bottom", + "answer": "A" + }, + { + "id": "520ed565-341e-4afb-9d25-39a8325ca362", + "image_path": "images/384.png", + "question": "Can you describe the orientation of the blue vehicle in the right of this image?\nA.top left to bottom right\nB.top to bottom\nC.bottom left to top right\nD.bottom right to top left", + "answer": "B" + }, + { + "id": "7bdd2db6-0ce2-43c8-81f2-89ba3388423d", + "image_path": "images/385.png", + "question": "How is the silver vehicle in this image oriented?\nA.top right to bottom left\nB.top to bottom\nC.bottom to top\nD.left to right", + "answer": "C" + }, + { + "id": "8fb5c1d2-a886-473e-9b15-eff29ba8026b", + "image_path": "images/386.png", + "question": "How is the silver vehicle in the bottom right of this image oriented?\nA.left to right\nB.top left to bottom right\nC.bottom to top\nD.bottom right to top left", + "answer": "C" + }, + { + "id": "a4c3ff89-ce51-4a04-a228-bd030756cf51", + "image_path": "images/387.png", + "question": "What orientation is the black vehicle facing in this image?\nA.right to left\nB.top to bottom\nC.bottom to top\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "adc6a36c-1c3e-4025-930c-de5aebe328cc", + "image_path": "images/388.png", + "question": "How is the white vehicle in this image oriented?\nA.bottom to top\nB.bottom left to top right\nC.top left to bottom right\nD.right to left", + "answer": "D" + }, + { + "id": "e85fde75-83f3-4699-b57f-0b6630b0b59b", + "image_path": "images/389.png", + "question": "What is the orientation of the red vehicle in the left of this image?\nA.left to right\nB.bottom right to top left\nC.top left to bottom right\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "88bacb54-370f-446e-bdc9-e6a6b8944bc3", + "image_path": "images/390.png", + "question": "How is the white vehicle in the left of this image oriented?\nA.top left to bottom right\nB.top right to bottom left\nC.top to bottom\nD.right to left", + "answer": "D" + }, + { + "id": "a49be8c5-0b08-413a-98e2-f7228b148352", + "image_path": "images/391.png", + "question": "What orientation is the vehicle facing in the left of this image?\nA.left to right\nB.right to left\nC.top to bottom\nD.bottom to top", + "answer": "A" + }, + { + "id": "b030819f-3c0a-49b7-a9ba-26d10f10ec9a", + "image_path": "images/392.png", + "question": "How is the blue vehicle in the bottom right of this image oriented?\nA.top left to bottom right\nB.bottom left to top right\nC.right to left\nD.left to right", + "answer": "B" + }, + { + "id": "a2602bbd-11eb-472c-b11f-6eea60a44bea", + "image_path": "images/393.png", + "question": "What orientation is the silver vehicle facing in this image?\nA.bottom to top\nB.bottom left to top right\nC.top to bottom\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "fe527a1f-ef46-47bc-97f6-dba2879759db", + "image_path": "images/394.png", + "question": "What is the orientation of the blue vehicle in the top of this image?\nA.left to right\nB.bottom left to top right\nC.top to bottom\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "19a62928-3d47-4125-886e-cd3635a588ab", + "image_path": "images/395.png", + "question": "Can you describe the orientation of the black vehicle in this image?\nA.bottom right to top left\nB.bottom to top\nC.top left to bottom right\nD.right to left", + "answer": "A" + }, + { + "id": "f59d7b0e-708f-4f69-a764-1c9b68d3b5e0", + "image_path": "images/396.png", + "question": "Identify the orientation of the blue vehicle in the image.\nA.right to left\nB.top right to bottom left\nC.left to right\nD.top to bottom", + "answer": "C" + }, + { + "id": "d42b9068-2644-483f-a88a-63104604189d", + "image_path": "images/397.png", + "question": "Identify the orientation of the white vehicle in the image.\nA.bottom right to top left\nB.top to bottom\nC.left to right\nD.bottom to top", + "answer": "C" + }, + { + "id": "8e083dd8-fa64-4366-9530-ecf929384c6f", + "image_path": "images/398.png", + "question": "What orientation is the red vehicle facing in the top left of this image?\nA.top left to bottom right\nB.right to left\nC.bottom to top\nD.top to bottom", + "answer": "C" + }, + { + "id": "3022cfc3-7680-4632-b105-8996f3e6f697", + "image_path": "images/399.png", + "question": "What is the orientation of the red vehicle in this image?\nA.bottom right to top left\nB.bottom to top\nC.top to bottom\nD.right to left", + "answer": "B" + }, + { + "id": "5e8f9b86-8743-4670-9b2c-4c772451104c", + "image_path": "images/400.png", + "question": "Identify the orientation of the black vehicle in the image.\nA.top left to bottom right\nB.top right to bottom left\nC.bottom to top\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "0f660a03-fb3e-4cfd-8c89-b7f3304c6a6b", + "image_path": "images/401.png", + "question": "What orientation is the blue vehicle facing in this image?\nA.left to right\nB.bottom to top\nC.bottom right to top left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "bf2799ce-cea6-4723-8c49-58337cbc5fd4", + "image_path": "images/402.png", + "question": "Can you describe the orientation of the white vehicle in the top of this image?\nA.top right to bottom left\nB.right to left\nC.top to bottom\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "0ca7c621-7e8e-43de-aa26-412725b2b7db", + "image_path": "images/403.png", + "question": "What orientation is the blue vehicle facing in the top of this image?\nA.bottom to top\nB.bottom right to top left\nC.top to bottom\nD.left to right", + "answer": "D" + }, + { + "id": "8a9116c6-9259-42c7-b600-3bc427906b7b", + "image_path": "images/404.png", + "question": "What orientation is the blue vehicle facing in the bottom left of this image?\nA.top to bottom\nB.top left to bottom right\nC.bottom to top\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "dc223723-f953-41b4-be8c-e25e35a10008", + "image_path": "images/405.png", + "question": "What is the orientation of the black vehicle in this image?\nA.bottom to top\nB.bottom right to top left\nC.left to right\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "58ed0fc9-8e17-4ca4-8856-b093ee510b25", + "image_path": "images/406.png", + "question": "How is the white vehicle in the top left of this image oriented?\nA.right to left\nB.top right to bottom left\nC.bottom right to top left\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "928c0a00-d34f-4d6c-ba89-f7fab20792e1", + "image_path": "images/407.png", + "question": "What is the orientation of the white vehicle in the right of this image?\nA.bottom to top\nB.bottom right to top left\nC.top to bottom\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "a6426b55-261a-486e-8336-1efc44ad49a7", + "image_path": "images/408.png", + "question": "What orientation is the white vehicle facing in this image?\nA.bottom left to top right\nB.bottom right to top left\nC.top left to bottom right\nD.left to right", + "answer": "C" + }, + { + "id": "be09c094-5c15-44b1-a6ee-2157ff461132", + "image_path": "images/409.png", + "question": "What orientation is the blue vehicle facing in the top of this image?\nA.top right to bottom left\nB.bottom to top\nC.left to right\nD.bottom right to top left", + "answer": "A" + }, + { + "id": "d20bab50-b865-42eb-abce-2b9a7b28c023", + "image_path": "images/410.png", + "question": "What orientation is the red vehicle facing in the bottom right of this image?\nA.bottom right to top left\nB.right to left\nC.top to bottom\nD.left to right", + "answer": "A" + }, + { + "id": "ceb35d13-6886-4244-a538-a378776f3726", + "image_path": "images/411.png", + "question": "Identify the orientation of the black vehicle in the bottom right of the image.\nA.bottom right to top left\nB.top to bottom\nC.left to right\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "91a3186d-e8e9-441f-9ddd-8c8c7912e301", + "image_path": "images/412.png", + "question": "What is the orientation of the white vehicle in the top left of this image?\nA.top left to bottom right\nB.bottom right to top left\nC.top to bottom\nD.right to left", + "answer": "A" + }, + { + "id": "b4bfa90b-320a-4e40-ba2f-ba7bd5cb3b78", + "image_path": "images/413.png", + "question": "What orientation is the black vehicle facing in the bottom right of this image?\nA.bottom to top\nB.right to left\nC.top right to bottom left\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "4182a1f3-7886-4cbc-aad0-043bce80be16", + "image_path": "images/414.png", + "question": "What is the orientation of the blue vehicle in the bottom of this image?\nA.top right to bottom left\nB.top to bottom\nC.bottom right to top left\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "f8bd1772-6b48-47c6-8b66-c749c945d497", + "image_path": "images/415.png", + "question": "How is the silver vehicle in the bottom of this image oriented?\nA.bottom left to top right\nB.top right to bottom left\nC.right to left\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "3963537c-981a-4b7c-bf71-9228b2badf80", + "image_path": "images/416.png", + "question": "Identify the orientation of the blue vehicle in the image.\nA.right to left\nB.top left to bottom right\nC.bottom to top\nD.bottom right to top left", + "answer": "B" + }, + { + "id": "efddc685-34a9-4dc7-b8c2-066df3937b88", + "image_path": "images/417.png", + "question": "Can you describe the orientation of the yellow vehicle in this image?\nA.bottom right to top left\nB.bottom to top\nC.bottom left to top right\nD.top right to bottom left", + "answer": "C" + }, + { + "id": "e4c2f411-1052-4bb8-a1bc-456bbfa85d89", + "image_path": "images/418.png", + "question": "Identify the orientation of the white vehicle in the top of the image.\nA.top to bottom\nB.bottom to top\nC.bottom right to top left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "dc966849-f9cd-4cd0-8d13-ffd7e0c590a2", + "image_path": "images/419.png", + "question": "What is the orientation of the blue vehicle in the top right of this image?\nA.top left to bottom right\nB.top to bottom\nC.bottom left to top right\nD.right to left", + "answer": "C" + }, + { + "id": "d02a80de-941b-464d-addf-e879eddbccc7", + "image_path": "images/420.png", + "question": "Can you describe the orientation of the vehicle in the left of this image?\nA.left to right\nB.top left to bottom right\nC.top right to bottom left\nD.bottom to top", + "answer": "B" + }, + { + "id": "2e5a4c90-2c53-43e6-94ef-a73d0b09fc8d", + "image_path": "images/421.png", + "question": "What is the orientation of the black vehicle in the top right of this image?\nA.bottom to top\nB.top left to bottom right\nC.right to left\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "a3daeb59-f9bd-4268-bb92-d4f6d81b013a", + "image_path": "images/422.png", + "question": "Identify the orientation of the yellow vehicle in the image.\nA.top left to bottom right\nB.bottom to top\nC.left to right\nD.top to bottom", + "answer": "C" + }, + { + "id": "7ecc0c81-9c19-491b-8f1e-4dd160510174", + "image_path": "images/423.png", + "question": "What orientation is the red vehicle facing in this image?\nA.bottom left to top right\nB.top left to bottom right\nC.right to left\nD.bottom to top", + "answer": "A" + }, + { + "id": "4e808d86-7f2a-4d11-8358-af71ba2ae7c8", + "image_path": "images/424.png", + "question": "How is the blue vehicle in this image oriented?\nA.left to right\nB.bottom left to top right\nC.right to left\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "5a2e3cc9-d96d-4c39-a3ab-c5e4d253ccd6", + "image_path": "images/425.png", + "question": "What orientation is the white vehicle facing in the right of this image?\nA.right to left\nB.top left to bottom right\nC.bottom to top\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "5994a94e-7320-4ab6-abff-0e885dfc6702", + "image_path": "images/426.png", + "question": "What orientation is the red vehicle facing in this image?\nA.bottom left to top right\nB.top to bottom\nC.right to left\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "585a8be3-f455-4186-be35-7ab8acc1d3bb", + "image_path": "images/427.png", + "question": "How is the vehicle in the bottom of this image oriented?\nA.bottom right to top left\nB.left to right\nC.bottom left to top right\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "829a8c19-a29f-41a9-8ce4-1f0a8e4db116", + "image_path": "images/428.png", + "question": "What is the orientation of the orange vehicle in the center of this image?\nA.bottom left to top right\nB.top right to bottom left\nC.top left to bottom right\nD.right to left", + "answer": "A" + }, + { + "id": "e3002e65-c909-4ab0-b783-8c81d0d5c591", + "image_path": "images/429.png", + "question": "What orientation is the black vehicle facing in this image?\nA.bottom left to top right\nB.top right to bottom left\nC.top left to bottom right\nD.right to left", + "answer": "B" + }, + { + "id": "4afe92e9-686c-4b1a-8db3-2b2893859218", + "image_path": "images/430.png", + "question": "Can you describe the orientation of the black vehicle in the top left of this image?\nA.right to left\nB.bottom to top\nC.top to bottom\nD.left to right", + "answer": "D" + }, + { + "id": "4fe738fb-19dc-4aeb-9811-1a8351690773", + "image_path": "images/431.png", + "question": "Identify the orientation of the blue vehicle in the bottom left of the image.\nA.top left to bottom right\nB.bottom left to top right\nC.bottom right to top left\nD.bottom to top", + "answer": "A" + }, + { + "id": "3a8bf5df-7701-41e0-87ec-d3f61a7c5e63", + "image_path": "images/432.png", + "question": "What is the orientation of the red vehicle in this image?\nA.bottom left to top right\nB.bottom right to top left\nC.top to bottom\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "256392f4-c968-4020-9f92-54c271a9783b", + "image_path": "images/433.png", + "question": "Can you describe the orientation of the black vehicle in this image?\nA.left to right\nB.top left to bottom right\nC.bottom to top\nD.right to left", + "answer": "C" + }, + { + "id": "06beac2c-cf20-4c68-b7da-7a6ed050ab2a", + "image_path": "images/434.png", + "question": "Can you describe the orientation of the red vehicle in this image?\nA.left to right\nB.top to bottom\nC.bottom to top\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "2d6049e0-fe35-401b-9aaf-0508f3fcdd8f", + "image_path": "images/435.png", + "question": "What is the orientation of the yollow vehicle in this image?\nA.left to right\nB.bottom right to top left\nC.bottom left to top right\nD.top to bottom", + "answer": "C" + }, + { + "id": "aa6a4634-eda8-49f3-a2e5-c0466eda2706", + "image_path": "images/436.png", + "question": "How is the white vehicle in this image oriented?\nA.bottom right to top left\nB.left to right\nC.top to bottom\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "9d0a96be-94f5-47d2-8790-afd8a221f6da", + "image_path": "images/437.png", + "question": "Can you describe the orientation of the blue vehicle in this image?\nA.top left to bottom right\nB.bottom right to top left\nC.top to bottom\nD.bottom left to top right", + "answer": "B" + }, + { + "id": "8b6287ed-7c75-419e-b7ab-d0c2bac659ee", + "image_path": "images/438.png", + "question": "What is the orientation of the white vehicle in this image?\nA.bottom right to top left\nB.top to bottom\nC.right to left\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "47a41ab1-a054-4b5f-b1ff-b7c99c4a596c", + "image_path": "images/439.png", + "question": "Can you describe the orientation of the blue vehicle in the top right of this image?\nA.bottom left to top right\nB.top to bottom\nC.bottom right to top left\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "6d742e88-a8a7-4a31-b6be-bdb7c28e923c", + "image_path": "images/440.png", + "question": "What orientation is the white vehicle facing in this image?\nA.top right to bottom left\nB.bottom to top\nC.bottom right to top left\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "71eda915-eace-4176-843c-104c48d4d6e7", + "image_path": "images/441.png", + "question": "What is the orientation of the blue vehicle in this image?\nA.top right to bottom left\nB.right to left\nC.top to bottom\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "3044e36f-4709-42f0-9262-7d558be8e1a0", + "image_path": "images/442.png", + "question": "Identify the orientation of the blue vehicle in the image.\nA.bottom left to top right\nB.bottom to top\nC.bottom right to top left\nD.top to bottom", + "answer": "C" + }, + { + "id": "b5e9ca45-7ea5-4fe7-b180-ecd36b5875ef", + "image_path": "images/443.png", + "question": "What is the orientation of the white vehicle in this image?\nA.top right to bottom left\nB.bottom left to top right\nC.bottom to top\nD.top to bottom", + "answer": "A" + }, + { + "id": "984d34b9-8dce-47a7-ba7e-2fa674d50ca4", + "image_path": "images/444.png", + "question": "How is the white vehicle in this image oriented?\nA.top right to bottom left\nB.left to right\nC.bottom left to top right\nD.right to left", + "answer": "A" + }, + { + "id": "502ac296-bc66-4d08-9663-abfdc2be0f8b", + "image_path": "images/445.png", + "question": "Can you describe the orientation of the black vehicle in the center of this image?\nA.top right to bottom left\nB.bottom left to top right\nC.top to bottom\nD.bottom to top", + "answer": "B" + }, + { + "id": "b18c62d4-0eb6-4d57-9f91-d89d89785529", + "image_path": "images/446.png", + "question": "What orientation is the black vehicle facing in this image?\nA.top left to bottom right\nB.top to bottom\nC.bottom right to top left\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "0fe99796-4327-4018-828a-d20c99e59556", + "image_path": "images/447.png", + "question": "How is the black vehicle in the right of this image oriented?\nA.right to left\nB.bottom left to top right\nC.top right to bottom left\nD.top to bottom", + "answer": "A" + }, + { + "id": "d6591a6a-d35b-4889-82d1-edfbd5f87777", + "image_path": "images/448.png", + "question": "Can you describe the orientation of the black vehicle in this image?\nA.left to right\nB.bottom left to top right\nC.bottom right to top left\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "2069076a-135a-4106-9b30-e478b43e8704", + "image_path": "images/449.png", + "question": "Identify the orientation of the red vehicle in the image.\nA.right to left\nB.top to bottom\nC.left to right\nD.top right to bottom left", + "answer": "B" + }, + { + "id": "e54f9e8a-c0d3-4767-bab3-e5b7b1542938", + "image_path": "images/450.png", + "question": "Identify the orientation of the red vehicle in the image.\nA.bottom to top\nB.top to bottom\nC.bottom right to top left\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "caa88403-d8a8-4b6c-824f-dce037f852b1", + "image_path": "images/451.png", + "question": "What is the orientation of the green vehicle in the top of this image?\nA.bottom left to top right\nB.right to left\nC.top left to bottom right\nD.top to bottom", + "answer": "B" + }, + { + "id": "682d8b9c-7016-4b73-a38c-34dbe6509abb", + "image_path": "images/452.png", + "question": "What is the orientation of the vehicle in the left of this image?\nA.bottom left to top right\nB.top to bottom\nC.left to right\nD.right to left", + "answer": "A" + }, + { + "id": "c6511ed6-b157-411e-b987-6129c6242286", + "image_path": "images/453.png", + "question": "How is the red vehicle in the top of this image oriented?\nA.bottom to top\nB.bottom right to top left\nC.top right to bottom left\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "a4656d8b-c7a0-4502-92ae-5d157ee57906", + "image_path": "images/454.png", + "question": "How is the blue vehicle in this image oriented?\nA.top left to bottom right\nB.top to bottom\nC.left to right\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "5ab3477a-165c-47be-b158-b0621f8271ef", + "image_path": "images/455.png", + "question": "Identify the orientation of the yellow vehicle in the image.\nA.bottom right to top left\nB.top left to bottom right\nC.bottom left to top right\nD.bottom to top", + "answer": "B" + }, + { + "id": "8ca6b7d9-c720-4559-a6a1-29455d211366", + "image_path": "images/456.png", + "question": "What orientation is the white vehicle facing in the bottom of this image?\nA.top left to bottom right\nB.right to left\nC.bottom left to top right\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "5fef0439-c4f1-401d-b1ef-bd9a9b95d5d8", + "image_path": "images/457.png", + "question": "What is the orientation of the red vehicle in the bottom of this image?\nA.top left to bottom right\nB.bottom right to top left\nC.left to right\nD.bottom left to top right", + "answer": "A" + }, + { + "id": "25d3e9ab-a2f9-4857-ade2-26864640be52", + "image_path": "images/458.png", + "question": "How is the red vehicle in this image oriented?\nA.top left to bottom right\nB.top to bottom\nC.left to right\nD.top right to bottom left", + "answer": "A" + }, + { + "id": "de1b92c1-4174-47a7-91c9-056177af0bb5", + "image_path": "images/459.png", + "question": "What orientation is the white vehicle facing in this image?\nA.bottom right to top left\nB.right to left\nC.top to bottom\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "84f1a744-daa7-492e-85ca-bf41dd6e6699", + "image_path": "images/460.png", + "question": "What orientation is the blue vehicle facing in this image?\nA.left to right\nB.right to left\nC.top to bottom\nD.bottom to top", + "answer": "B" + }, + { + "id": "6c683ff9-cffe-43a9-bdf3-d0c652fc3b2a", + "image_path": "images/461.png", + "question": "Identify the orientation of the blue vehicle in the left of the image.\nA.left to right\nB.top left to bottom right\nC.top to bottom\nD.right to left", + "answer": "D" + }, + { + "id": "b45c11ea-44ed-4567-a3a1-138b500f6342", + "image_path": "images/462.png", + "question": "What is the orientation of the red vehicle in the top left of this image?\nA.top to bottom\nB.left to right\nC.top right to bottom left\nD.bottom left to top right", + "answer": "D" + }, + { + "id": "249de7ce-40a2-432c-bbca-b41dd695fbd7", + "image_path": "images/463.png", + "question": "What orientation is the black vehicle facing in this image?\nA.bottom left to top right\nB.left to right\nC.top to bottom\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "99aa05d7-040f-40d7-8572-22bdcdd39324", + "image_path": "images/464.png", + "question": "What is the orientation of the red vehicle in this image?\nA.bottom to top\nB.top left to bottom right\nC.bottom right to top left\nD.top right to bottom left", + "answer": "C" + }, + { + "id": "4a5b39b9-2581-4f0c-9b20-ba103ab282fe", + "image_path": "images/465.png", + "question": "What orientation is the yellow vehicle facing in this image?\nA.top to bottom\nB.left to right\nC.bottom left to top right\nD.top right to bottom left", + "answer": "D" + }, + { + "id": "2c0ee671-be39-44d3-b7a6-38b942d32c1f", + "image_path": "images/466.png", + "question": "What orientation is the black vehicle facing in this image?\nA.bottom left to top right\nB.top right to bottom left\nC.left to right\nD.top to bottom", + "answer": "A" + }, + { + "id": "d4bfd379-edc2-4c67-b844-6ec97352fd24", + "image_path": "images/467.png", + "question": "What is the orientation of the white vehicle in this image?\nA.left to right\nB.bottom left to top right\nC.top right to bottom left\nD.right to left", + "answer": "B" + }, + { + "id": "c98a7e6a-4aaa-4566-a6d8-8ba8d9e1b578", + "image_path": "images/468.png", + "question": "Can you describe the orientation of the silver vehicle in this image?\nA.bottom left to top right\nB.bottom right to top left\nC.top right to bottom left\nD.top to bottom", + "answer": "C" + }, + { + "id": "99675499-b2a9-4390-b0be-86c6769bafe9", + "image_path": "images/469.png", + "question": "What orientation is the blue vehicle facing in this image?\nA.bottom right to top left\nB.left to right\nC.top left to bottom right\nD.bottom to top", + "answer": "A" + }, + { + "id": "bf608a25-a08b-4156-ad11-7933eb930a35", + "image_path": "images/470.png", + "question": "How is the white vehicle in this image oriented?\nA.left to right\nB.bottom right to top left\nC.bottom left to top right\nD.top to bottom", + "answer": "C" + }, + { + "id": "ce93071f-c0ed-4f90-9583-de17ce1024ce", + "image_path": "images/471.png", + "question": "Can you describe the orientation of the white vehicle in this image?\nA.bottom left to top right\nB.left to right\nC.right to left\nD.top to bottom", + "answer": "A" + }, + { + "id": "d11ab43d-21e8-4cac-924d-e49cd327120c", + "image_path": "images/472.png", + "question": "How is the white vehicle in this image oriented?\nA.right to left\nB.top left to bottom right\nC.top to bottom\nD.bottom to top", + "answer": "B" + }, + { + "id": "df774441-b0f2-427b-920f-67066ff06097", + "image_path": "images/473.png", + "question": "Can you describe the orientation of the yellow vehicle in this image?\nA.top to bottom\nB.right to left\nC.top left to bottom right\nD.bottom left to top right", + "answer": "C" + }, + { + "id": "8b4751a2-0dcc-4382-b3b1-56efa67b7f4f", + "image_path": "images/474.png", + "question": "What is the orientation of the white vehicle in this image?\nA.right to left\nB.top to bottom\nC.top left to bottom right\nD.bottom to top", + "answer": "C" + }, + { + "id": "2b04a847-1a15-4129-9229-065e087d816e", + "image_path": "images/475.png", + "question": "Can you describe the orientation of the white vehicle in this image?\nA.bottom left to top right\nB.top right to bottom left\nC.right to left\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "3a6f9c49-e286-48c5-b093-02fdf9a48d4f", + "image_path": "images/476.png", + "question": "What is the orientation of the black vehicle in this image?\nA.bottom right to top left\nB.top left to bottom right\nC.top to bottom\nD.right to left", + "answer": "A" + }, + { + "id": "d47f441d-6836-49e0-ae71-ea6f4f4d726d", + "image_path": "images/477.png", + "question": "What orientation is the silver vehicle facing in this image?\nA.top to bottom\nB.top left to bottom right\nC.bottom to top\nD.bottom left to top right", + "answer": "B" + }, + { + "id": "f28c63c7-d470-488d-aa54-6ac992ab7a59", + "image_path": "images/478.png", + "question": "How is the white vehicle in this image oriented?\nA.top left to bottom right\nB.top to bottom\nC.bottom left to top right\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "bca92a7a-91c8-4d19-a140-ec5fe92bf78e", + "image_path": "images/479.png", + "question": "Identify the orientation of the blue vehicle in the image.\nA.top to bottom\nB.top left to bottom right\nC.top right to bottom left\nD.left to right", + "answer": "B" + }, + { + "id": "6a06845c-1e6c-484e-b7b0-bd849259a38d", + "image_path": "images/480.png", + "question": "Can you describe the orientation of the red vehicle in this image?\nA.top right to bottom left\nB.top left to bottom right\nC.left to right\nD.bottom right to top left", + "answer": "A" + }, + { + "id": "6ade3241-a30c-4f33-bfa4-e39456270c1e", + "image_path": "images/481.png", + "question": "Can you describe the orientation of the black vehicle in this image?\nA.left to right\nB.bottom to top\nC.bottom right to top left\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "5714a8d9-778f-484b-a874-a2d7e9c7a003", + "image_path": "images/482.png", + "question": "What is the orientation of the blue vehicle in this image?\nA.bottom right to top left\nB.bottom left to top right\nC.top right to bottom left\nD.right to left", + "answer": "A" + }, + { + "id": "db908af3-ebef-469d-82d3-18198d97c371", + "image_path": "images/483.png", + "question": "How is the white vehicle in this image oriented?\nA.bottom right to top left\nB.left to right\nC.bottom left to top right\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "dc0e8112-b132-4524-90f6-4284997aab16", + "image_path": "images/484.png", + "question": "Identify the orientation of the red vehicle in the top left of the image.\nA.top right to bottom left\nB.bottom left to top right\nC.left to right\nD.top to bottom", + "answer": "B" + }, + { + "id": "601ca3c4-d651-40ee-98a9-79c36b3fa965", + "image_path": "images/485.png", + "question": "What orientation is the purple vehicle facing in the bottom left of this image?\nA.bottom to top\nB.top right to bottom left\nC.top to bottom\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "e5e59cc9-a0ce-4511-aa39-950758977411", + "image_path": "images/486.png", + "question": "Can you describe the orientation of the blue vehicle in this image?\nA.bottom left to top right\nB.right to left\nC.top to bottom\nD.top left to bottom right", + "answer": "C" + }, + { + "id": "78baa5b2-6f9f-4606-bd3b-71e384f8cf8a", + "image_path": "images/487.png", + "question": "Identify the orientation of the red vehicle in the image.\nA.left to right\nB.top right to bottom left\nC.bottom right to top left\nD.bottom left to top right", + "answer": "B" + }, + { + "id": "c95bf43c-cbfe-47db-90cf-a4ef323a4fc6", + "image_path": "images/488.png", + "question": "What is the orientation of the blue vehicle in this image?\nA.right to left\nB.bottom right to top left\nC.bottom left to top right\nD.top to bottom", + "answer": "B" + }, + { + "id": "962f6390-9f6a-44ae-9dce-277aa0a3a46e", + "image_path": "images/489.png", + "question": "What is the orientation of the black vehicle in this image?\nA.bottom right to top left\nB.bottom left to top right\nC.bottom to top\nD.top left to bottom right", + "answer": "B" + }, + { + "id": "13163040-283d-4d27-8557-c22c233b710e", + "image_path": "images/490.png", + "question": "How is the red vehicle in this image oriented?\nA.top right to bottom left\nB.top to bottom\nC.bottom left to top right\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "8d6a9a82-9feb-4cc6-b836-c0cbb135d484", + "image_path": "images/491.png", + "question": "What orientation is the white vehicle facing in the top left of this image?\nA.top to bottom\nB.right to left\nC.bottom to top\nD.top left to bottom right", + "answer": "D" + }, + { + "id": "154fbc99-b73b-438e-8669-93ec5406e461", + "image_path": "images/492.png", + "question": "What is the orientation of the red vehicle in the top of this image?\nA.bottom left to top right\nB.bottom right to top left\nC.right to left\nD.top to bottom", + "answer": "A" + }, + { + "id": "d85a344d-9769-44a0-bbe6-7ba7d11fcf02", + "image_path": "images/493.png", + "question": "How is the black vehicle in this image oriented?\nA.bottom left to top right\nB.left to right\nC.top right to bottom left\nD.bottom right to top left", + "answer": "D" + }, + { + "id": "493e5c96-6ac8-4e03-8829-e06778f1a758", + "image_path": "images/494.png", + "question": "Identify the orientation of the red vehicle in the image.\nA.top left to bottom right\nB.top right to bottom left\nC.top to bottom\nD.left to right", + "answer": "A" + }, + { + "id": "39ae7b85-39c0-43ea-b1db-c55df7b03391", + "image_path": "images/495.png", + "question": "What is the orientation of the blue vehicle in the left of this image?\nA.bottom left to top right\nB.bottom to top\nC.top left to bottom right\nD.bottom right to top left", + "answer": "C" + }, + { + "id": "0843ab8e-415d-4712-a6bb-4a3dc4414a08", + "image_path": "images/496.png", + "question": "How is the blue vehicle in the top right of this image oriented?\nA.top right to bottom left\nB.top to bottom\nC.bottom left to top right\nD.top left to bottom right", + "answer": "A" + }, + { + "id": "bcdb4005-a715-4f25-8bce-7699c0b752d7", + "image_path": "images/497.png", + "question": "Can you describe the orientation of the red vehicle in this image?\nA.top right to bottom left\nB.bottom right to top left\nC.left to right\nD.right to left", + "answer": "A" + }, + { + "id": "ecb4d2d6-8ffb-4218-932b-ff041b29abc5", + "image_path": "images/498.png", + "question": "Can you describe the orientation of the orange vehicle in this image?\nA.top left to bottom right\nB.top right to bottom left\nC.left to right\nD.top to bottom", + "answer": "B" + }, + { + "id": "9959fcb7-6c04-44c4-9368-197df2304d31", + "image_path": "images/499.png", + "question": "Can you describe the orientation of the white vehicle in this image?\nA.top to bottom\nB.bottom left to top right\nC.right to left\nD.bottom to top", + "answer": "A" + }, + { + "id": "4f926f93-638c-469f-9589-19e76561eead", + "image_path": "images/500.png", + "question": "What is the orientation of the red vehicle in this image?\nA.top left to bottom right\nB.top right to bottom left\nC.left to right\nD.bottom left to top right", + "answer": "B" + } +] \ No newline at end of file diff --git a/perception/single_instance_identification/attribute_recognition/images/1.png b/perception/single_instance_identification/attribute_recognition/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..036e16601bbf427403099ddcc8d724c08e380673 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c301bc200f256a89f31d6160ed83ecbcbc32f46574c63cfcf6d185e68ca3cc9e +size 835522 diff --git a/perception/single_instance_identification/attribute_recognition/images/10.png b/perception/single_instance_identification/attribute_recognition/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..1c02d71808cff4f1ef44aa1d2627657afe758f47 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a42e74a4102a161178b7706d652dd7d75d3af39d85132f668c38d09b8c8ce7 +size 786425 diff --git a/perception/single_instance_identification/attribute_recognition/images/100.png b/perception/single_instance_identification/attribute_recognition/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..dad58e44f311c6cc329e7c39031186eda90985ed --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6fe780a3036e953981be7f70538c750560a6605c43b428a3c143f6c62131af +size 920913 diff --git a/perception/single_instance_identification/attribute_recognition/images/101.png b/perception/single_instance_identification/attribute_recognition/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..d45053e9ed3268d1508206d85567bdda0ebae74b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2fd0081720c9339c69f484fe2a9f9c63cb2d4e993b8cd2cfc10da97fe111a +size 858141 diff --git a/perception/single_instance_identification/attribute_recognition/images/102.png b/perception/single_instance_identification/attribute_recognition/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..d45053e9ed3268d1508206d85567bdda0ebae74b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2fd0081720c9339c69f484fe2a9f9c63cb2d4e993b8cd2cfc10da97fe111a +size 858141 diff --git a/perception/single_instance_identification/attribute_recognition/images/103.png b/perception/single_instance_identification/attribute_recognition/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..79db34005dc392d144480f439c7fb859ee2af0fd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f766248eded63bc127b0e493f875ebac69f680def6828f49827d43d1cb1aa +size 891696 diff --git a/perception/single_instance_identification/attribute_recognition/images/104.png b/perception/single_instance_identification/attribute_recognition/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..79db34005dc392d144480f439c7fb859ee2af0fd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f766248eded63bc127b0e493f875ebac69f680def6828f49827d43d1cb1aa +size 891696 diff --git a/perception/single_instance_identification/attribute_recognition/images/105.png b/perception/single_instance_identification/attribute_recognition/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..2eff8b6c8ad92fd258257ab107d377efa7cb4e7e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49052619fe05a03d228a62666d4ba4570b204398cc46a3fbad8938e620069bd7 +size 900073 diff --git a/perception/single_instance_identification/attribute_recognition/images/106.png b/perception/single_instance_identification/attribute_recognition/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..2eff8b6c8ad92fd258257ab107d377efa7cb4e7e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49052619fe05a03d228a62666d4ba4570b204398cc46a3fbad8938e620069bd7 +size 900073 diff --git a/perception/single_instance_identification/attribute_recognition/images/107.png b/perception/single_instance_identification/attribute_recognition/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..65151e2beefce078d4f2e4bcc52cc2a74fb1ef3d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf1a2706ff47bf6df8b89a5936b76cdd52e585d589a5fbac9df6b829f29830 +size 771542 diff --git a/perception/single_instance_identification/attribute_recognition/images/108.png b/perception/single_instance_identification/attribute_recognition/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..65151e2beefce078d4f2e4bcc52cc2a74fb1ef3d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf1a2706ff47bf6df8b89a5936b76cdd52e585d589a5fbac9df6b829f29830 +size 771542 diff --git a/perception/single_instance_identification/attribute_recognition/images/109.png b/perception/single_instance_identification/attribute_recognition/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb2bb55dd1f066d841aa697edaefb43f31fe259 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91aa38cb41415d77908d12a8930c10b3cd1a530101cb881dbe9df537ecb764 +size 895266 diff --git a/perception/single_instance_identification/attribute_recognition/images/11.png b/perception/single_instance_identification/attribute_recognition/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..116d70333b67eb65a4a3f2d4f4a2dc82fe1731e8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c778b958ca06179393fa86c8e635e50a624be6f63032862de7aa18d524c81 +size 855215 diff --git a/perception/single_instance_identification/attribute_recognition/images/110.png b/perception/single_instance_identification/attribute_recognition/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb2bb55dd1f066d841aa697edaefb43f31fe259 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91aa38cb41415d77908d12a8930c10b3cd1a530101cb881dbe9df537ecb764 +size 895266 diff --git a/perception/single_instance_identification/attribute_recognition/images/111.png b/perception/single_instance_identification/attribute_recognition/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..37749404a9460c985e2bfaf1576436cd4f960eaf --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89313522a8a10bd64b81c48d6e6bb611f649caab4f3e7eb309c8602b620d06 +size 836507 diff --git a/perception/single_instance_identification/attribute_recognition/images/112.png b/perception/single_instance_identification/attribute_recognition/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..37749404a9460c985e2bfaf1576436cd4f960eaf --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89313522a8a10bd64b81c48d6e6bb611f649caab4f3e7eb309c8602b620d06 +size 836507 diff --git a/perception/single_instance_identification/attribute_recognition/images/113.png b/perception/single_instance_identification/attribute_recognition/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..0e18fbfb5f05dc6ae21424ad78513dd3ba33760a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e017f25d61f3fc9fa9450fef83367a73620a310e7952db12456e393fc37a02 +size 815376 diff --git a/perception/single_instance_identification/attribute_recognition/images/114.png b/perception/single_instance_identification/attribute_recognition/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..0e18fbfb5f05dc6ae21424ad78513dd3ba33760a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e017f25d61f3fc9fa9450fef83367a73620a310e7952db12456e393fc37a02 +size 815376 diff --git a/perception/single_instance_identification/attribute_recognition/images/115.png b/perception/single_instance_identification/attribute_recognition/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..557a2e671fe28f9853f1b3eb57b6c78e67aefb7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f256be5a2a36e3924abc3d91f99b884add70ae99de0de98cc86b6e76289eff +size 854034 diff --git a/perception/single_instance_identification/attribute_recognition/images/116.png b/perception/single_instance_identification/attribute_recognition/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..557a2e671fe28f9853f1b3eb57b6c78e67aefb7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f256be5a2a36e3924abc3d91f99b884add70ae99de0de98cc86b6e76289eff +size 854034 diff --git a/perception/single_instance_identification/attribute_recognition/images/117.png b/perception/single_instance_identification/attribute_recognition/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..e66f16945c32342a18ada8e5d7c5fbed63814091 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553c39f474158b875beb5fd1539bc199f0c724e635cff3e044417756f9a109f2 +size 806462 diff --git a/perception/single_instance_identification/attribute_recognition/images/118.png b/perception/single_instance_identification/attribute_recognition/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..e66f16945c32342a18ada8e5d7c5fbed63814091 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553c39f474158b875beb5fd1539bc199f0c724e635cff3e044417756f9a109f2 +size 806462 diff --git a/perception/single_instance_identification/attribute_recognition/images/119.png b/perception/single_instance_identification/attribute_recognition/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..6c007ecec405c49c5ed68a72150b9cc71630d194 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9b1bb88deadef71631a40b5b4048480c52002fe12de35e4f9298308a79d18 +size 879657 diff --git a/perception/single_instance_identification/attribute_recognition/images/12.png b/perception/single_instance_identification/attribute_recognition/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..116d70333b67eb65a4a3f2d4f4a2dc82fe1731e8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c778b958ca06179393fa86c8e635e50a624be6f63032862de7aa18d524c81 +size 855215 diff --git a/perception/single_instance_identification/attribute_recognition/images/120.png b/perception/single_instance_identification/attribute_recognition/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..6c007ecec405c49c5ed68a72150b9cc71630d194 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9b1bb88deadef71631a40b5b4048480c52002fe12de35e4f9298308a79d18 +size 879657 diff --git a/perception/single_instance_identification/attribute_recognition/images/121.png b/perception/single_instance_identification/attribute_recognition/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbb0ce96fd0f0ab8bdd8c11b33069099a1ca70e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c97a35f718135fb98578e4e30ef62855086b687f96ec61055da47a49a6d802 +size 953908 diff --git a/perception/single_instance_identification/attribute_recognition/images/122.png b/perception/single_instance_identification/attribute_recognition/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbb0ce96fd0f0ab8bdd8c11b33069099a1ca70e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c97a35f718135fb98578e4e30ef62855086b687f96ec61055da47a49a6d802 +size 953908 diff --git a/perception/single_instance_identification/attribute_recognition/images/123.png b/perception/single_instance_identification/attribute_recognition/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf949475fe9a811cc762f852035af9a7fa25def --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49c5b459c63198dce1fe69ebc198a06891785049605da524094bf73a8cc6dbd +size 885985 diff --git a/perception/single_instance_identification/attribute_recognition/images/124.png b/perception/single_instance_identification/attribute_recognition/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf949475fe9a811cc762f852035af9a7fa25def --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49c5b459c63198dce1fe69ebc198a06891785049605da524094bf73a8cc6dbd +size 885985 diff --git a/perception/single_instance_identification/attribute_recognition/images/125.png b/perception/single_instance_identification/attribute_recognition/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3d0d8a189c2d10e90afd888fcb0ef4027a4de9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba755762e0f34568814a4470f04fa17382014b83dff1e34146b931c0138d56e +size 883735 diff --git a/perception/single_instance_identification/attribute_recognition/images/126.png b/perception/single_instance_identification/attribute_recognition/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3d0d8a189c2d10e90afd888fcb0ef4027a4de9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba755762e0f34568814a4470f04fa17382014b83dff1e34146b931c0138d56e +size 883735 diff --git a/perception/single_instance_identification/attribute_recognition/images/127.png b/perception/single_instance_identification/attribute_recognition/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab0e9454497e0e13225c6197a2aaae0d1f6c381 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ea1ae2c9427c0d77aac8d71bb10a150bf544f3a65b5650c6fc4b0205a91cf +size 806431 diff --git a/perception/single_instance_identification/attribute_recognition/images/128.png b/perception/single_instance_identification/attribute_recognition/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab0e9454497e0e13225c6197a2aaae0d1f6c381 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ea1ae2c9427c0d77aac8d71bb10a150bf544f3a65b5650c6fc4b0205a91cf +size 806431 diff --git a/perception/single_instance_identification/attribute_recognition/images/129.png b/perception/single_instance_identification/attribute_recognition/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..1f828f54d0ad5ed711e6dc07b1b6a47434464578 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa85813763354752fc287317a0dc2513878c03cbb9b394a507bff1a7c5b62650 +size 868527 diff --git a/perception/single_instance_identification/attribute_recognition/images/13.png b/perception/single_instance_identification/attribute_recognition/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa913507970d0f914ca2d574448a071d17f7c92 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c6909fc96001a22d9d592265854a117ef0d18b30fe3f57e0736756a1901cb +size 704595 diff --git a/perception/single_instance_identification/attribute_recognition/images/130.png b/perception/single_instance_identification/attribute_recognition/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..1f828f54d0ad5ed711e6dc07b1b6a47434464578 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa85813763354752fc287317a0dc2513878c03cbb9b394a507bff1a7c5b62650 +size 868527 diff --git a/perception/single_instance_identification/attribute_recognition/images/131.png b/perception/single_instance_identification/attribute_recognition/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..0f29379ab09a10ec175efcdbf5c3d802a671d795 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1998850c9b14d6dd3a07b473731083d860cd829c2094c71ea57ff49b346d14b1 +size 881779 diff --git a/perception/single_instance_identification/attribute_recognition/images/132.png b/perception/single_instance_identification/attribute_recognition/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..0f29379ab09a10ec175efcdbf5c3d802a671d795 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1998850c9b14d6dd3a07b473731083d860cd829c2094c71ea57ff49b346d14b1 +size 881779 diff --git a/perception/single_instance_identification/attribute_recognition/images/133.png b/perception/single_instance_identification/attribute_recognition/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..bc11d39724c5ab6fc0ac368461e91ab55cee7a1c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5b6b0bcced374b8ef5dc0fd742e46b1a728722e20fd4a1749642aebca372a +size 855376 diff --git a/perception/single_instance_identification/attribute_recognition/images/134.png b/perception/single_instance_identification/attribute_recognition/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..bc11d39724c5ab6fc0ac368461e91ab55cee7a1c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5b6b0bcced374b8ef5dc0fd742e46b1a728722e20fd4a1749642aebca372a +size 855376 diff --git a/perception/single_instance_identification/attribute_recognition/images/135.png b/perception/single_instance_identification/attribute_recognition/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..87217bb500b229677692b0928635b519899c991f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311710d7568ba2bb0b43018c0434b71f500467ddafd156b1d7dec62796572b5e +size 827020 diff --git a/perception/single_instance_identification/attribute_recognition/images/136.png b/perception/single_instance_identification/attribute_recognition/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..87217bb500b229677692b0928635b519899c991f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311710d7568ba2bb0b43018c0434b71f500467ddafd156b1d7dec62796572b5e +size 827020 diff --git a/perception/single_instance_identification/attribute_recognition/images/137.png b/perception/single_instance_identification/attribute_recognition/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..d419247b75bd23d0dcdfa9b799305f51223f3d82 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d684e372e69d69d2e25d7f3c925acfbc5f74b42fb1bc71e620009dfe8db9e5 +size 857551 diff --git a/perception/single_instance_identification/attribute_recognition/images/138.png b/perception/single_instance_identification/attribute_recognition/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..d419247b75bd23d0dcdfa9b799305f51223f3d82 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d684e372e69d69d2e25d7f3c925acfbc5f74b42fb1bc71e620009dfe8db9e5 +size 857551 diff --git a/perception/single_instance_identification/attribute_recognition/images/139.png b/perception/single_instance_identification/attribute_recognition/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..2da7addb7c1978814439ef9fb4965299692ed51e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc29c92fbb4149d6c675ab31c0d6ea3a1fcd7800b60ea8a9969923026a71224 +size 889726 diff --git a/perception/single_instance_identification/attribute_recognition/images/14.png b/perception/single_instance_identification/attribute_recognition/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa913507970d0f914ca2d574448a071d17f7c92 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c6909fc96001a22d9d592265854a117ef0d18b30fe3f57e0736756a1901cb +size 704595 diff --git a/perception/single_instance_identification/attribute_recognition/images/140.png b/perception/single_instance_identification/attribute_recognition/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..2da7addb7c1978814439ef9fb4965299692ed51e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc29c92fbb4149d6c675ab31c0d6ea3a1fcd7800b60ea8a9969923026a71224 +size 889726 diff --git a/perception/single_instance_identification/attribute_recognition/images/141.png b/perception/single_instance_identification/attribute_recognition/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..1b37e23a59cc4fbeb38d0819cb32b10d16dd37c9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc3aeb23535422d813c8c2b058a2f98ef927d7cfbef3685078a2007e494de5 +size 850172 diff --git a/perception/single_instance_identification/attribute_recognition/images/142.png b/perception/single_instance_identification/attribute_recognition/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..1b37e23a59cc4fbeb38d0819cb32b10d16dd37c9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc3aeb23535422d813c8c2b058a2f98ef927d7cfbef3685078a2007e494de5 +size 850172 diff --git a/perception/single_instance_identification/attribute_recognition/images/143.png b/perception/single_instance_identification/attribute_recognition/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..2da67d11ce0dfdfbc627052527739f009b17ecd3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4889efe31713ae9d211371cba8bbb77811b6e4b813aa67ca211c41386e04112 +size 966869 diff --git a/perception/single_instance_identification/attribute_recognition/images/144.png b/perception/single_instance_identification/attribute_recognition/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..2da67d11ce0dfdfbc627052527739f009b17ecd3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4889efe31713ae9d211371cba8bbb77811b6e4b813aa67ca211c41386e04112 +size 966869 diff --git a/perception/single_instance_identification/attribute_recognition/images/145.png b/perception/single_instance_identification/attribute_recognition/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..036e16601bbf427403099ddcc8d724c08e380673 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c301bc200f256a89f31d6160ed83ecbcbc32f46574c63cfcf6d185e68ca3cc9e +size 835522 diff --git a/perception/single_instance_identification/attribute_recognition/images/146.png b/perception/single_instance_identification/attribute_recognition/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..036e16601bbf427403099ddcc8d724c08e380673 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c301bc200f256a89f31d6160ed83ecbcbc32f46574c63cfcf6d185e68ca3cc9e +size 835522 diff --git a/perception/single_instance_identification/attribute_recognition/images/147.png b/perception/single_instance_identification/attribute_recognition/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..71b42ec19491360cfa3498b50b63277a0b8478cd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537519bd2035762c4111c8b82bae9b3aa051f2fbed965c6a19e3623a6f2f0e0b +size 874327 diff --git a/perception/single_instance_identification/attribute_recognition/images/148.png b/perception/single_instance_identification/attribute_recognition/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..71b42ec19491360cfa3498b50b63277a0b8478cd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537519bd2035762c4111c8b82bae9b3aa051f2fbed965c6a19e3623a6f2f0e0b +size 874327 diff --git a/perception/single_instance_identification/attribute_recognition/images/149.png b/perception/single_instance_identification/attribute_recognition/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea39a87a7ae3ddf5ba890c2f71bdf51b99f8d83 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78902d738ed0e04ed1f451b7387134155ffff28bd05aebb524ae779b2e5b3d7 +size 725072 diff --git a/perception/single_instance_identification/attribute_recognition/images/15.png b/perception/single_instance_identification/attribute_recognition/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..83ca781a9e8b7d51e796510123769fbd7c041d39 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97aaf86d163e4215f1ce69a4863cbf383532ce52f9763cba8754e8b630e09c8 +size 848905 diff --git a/perception/single_instance_identification/attribute_recognition/images/150.png b/perception/single_instance_identification/attribute_recognition/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea39a87a7ae3ddf5ba890c2f71bdf51b99f8d83 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78902d738ed0e04ed1f451b7387134155ffff28bd05aebb524ae779b2e5b3d7 +size 725072 diff --git a/perception/single_instance_identification/attribute_recognition/images/151.png b/perception/single_instance_identification/attribute_recognition/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..a8da005b69b76999b0a7d3ece47837fdf9152e2b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b8f485f97938cb2ef08c681e6679f189cf5c1d79bf34cf37ef9e35fa78c182 +size 810786 diff --git a/perception/single_instance_identification/attribute_recognition/images/152.png b/perception/single_instance_identification/attribute_recognition/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..a8da005b69b76999b0a7d3ece47837fdf9152e2b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b8f485f97938cb2ef08c681e6679f189cf5c1d79bf34cf37ef9e35fa78c182 +size 810786 diff --git a/perception/single_instance_identification/attribute_recognition/images/153.png b/perception/single_instance_identification/attribute_recognition/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..1c02d71808cff4f1ef44aa1d2627657afe758f47 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a42e74a4102a161178b7706d652dd7d75d3af39d85132f668c38d09b8c8ce7 +size 786425 diff --git a/perception/single_instance_identification/attribute_recognition/images/154.png b/perception/single_instance_identification/attribute_recognition/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..1c02d71808cff4f1ef44aa1d2627657afe758f47 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a42e74a4102a161178b7706d652dd7d75d3af39d85132f668c38d09b8c8ce7 +size 786425 diff --git a/perception/single_instance_identification/attribute_recognition/images/155.png b/perception/single_instance_identification/attribute_recognition/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..116d70333b67eb65a4a3f2d4f4a2dc82fe1731e8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c778b958ca06179393fa86c8e635e50a624be6f63032862de7aa18d524c81 +size 855215 diff --git a/perception/single_instance_identification/attribute_recognition/images/156.png b/perception/single_instance_identification/attribute_recognition/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..116d70333b67eb65a4a3f2d4f4a2dc82fe1731e8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c778b958ca06179393fa86c8e635e50a624be6f63032862de7aa18d524c81 +size 855215 diff --git a/perception/single_instance_identification/attribute_recognition/images/157.png b/perception/single_instance_identification/attribute_recognition/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa913507970d0f914ca2d574448a071d17f7c92 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c6909fc96001a22d9d592265854a117ef0d18b30fe3f57e0736756a1901cb +size 704595 diff --git a/perception/single_instance_identification/attribute_recognition/images/158.png b/perception/single_instance_identification/attribute_recognition/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa913507970d0f914ca2d574448a071d17f7c92 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c6909fc96001a22d9d592265854a117ef0d18b30fe3f57e0736756a1901cb +size 704595 diff --git a/perception/single_instance_identification/attribute_recognition/images/159.png b/perception/single_instance_identification/attribute_recognition/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..83ca781a9e8b7d51e796510123769fbd7c041d39 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97aaf86d163e4215f1ce69a4863cbf383532ce52f9763cba8754e8b630e09c8 +size 848905 diff --git a/perception/single_instance_identification/attribute_recognition/images/16.png b/perception/single_instance_identification/attribute_recognition/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..83ca781a9e8b7d51e796510123769fbd7c041d39 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97aaf86d163e4215f1ce69a4863cbf383532ce52f9763cba8754e8b630e09c8 +size 848905 diff --git a/perception/single_instance_identification/attribute_recognition/images/160.png b/perception/single_instance_identification/attribute_recognition/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..83ca781a9e8b7d51e796510123769fbd7c041d39 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97aaf86d163e4215f1ce69a4863cbf383532ce52f9763cba8754e8b630e09c8 +size 848905 diff --git a/perception/single_instance_identification/attribute_recognition/images/161.png b/perception/single_instance_identification/attribute_recognition/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ee4e3ec2d314f9226fc71acaaf242b5fc3fd5d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df66b74db396dde02cf8ee8710c4da8beaf40f6282e8c987e4e607611f0f225a +size 895324 diff --git a/perception/single_instance_identification/attribute_recognition/images/162.png b/perception/single_instance_identification/attribute_recognition/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ee4e3ec2d314f9226fc71acaaf242b5fc3fd5d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df66b74db396dde02cf8ee8710c4da8beaf40f6282e8c987e4e607611f0f225a +size 895324 diff --git a/perception/single_instance_identification/attribute_recognition/images/163.png b/perception/single_instance_identification/attribute_recognition/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..d70b178512ead833bb8a3a753ab441592e19355e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1d8a683e518759855187c0d490e65b62b367b4e3a3cd0798e769be46a5469b +size 826701 diff --git a/perception/single_instance_identification/attribute_recognition/images/164.png b/perception/single_instance_identification/attribute_recognition/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..d70b178512ead833bb8a3a753ab441592e19355e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1d8a683e518759855187c0d490e65b62b367b4e3a3cd0798e769be46a5469b +size 826701 diff --git a/perception/single_instance_identification/attribute_recognition/images/165.png b/perception/single_instance_identification/attribute_recognition/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ce76235b0b1ff259073e1ddb699685b11d6b9f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8ab50e7333dce837e7f151f833b97fd5a23581932bc8b1810326ee4a4ad73 +size 854199 diff --git a/perception/single_instance_identification/attribute_recognition/images/166.png b/perception/single_instance_identification/attribute_recognition/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ce76235b0b1ff259073e1ddb699685b11d6b9f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8ab50e7333dce837e7f151f833b97fd5a23581932bc8b1810326ee4a4ad73 +size 854199 diff --git a/perception/single_instance_identification/attribute_recognition/images/167.png b/perception/single_instance_identification/attribute_recognition/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..f79c766963aeea8812aa74f2f5b1b5f8703e22b7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e950ac98ac1ab1fa4f15bca68ebb2a89f258e7ae6f5cb80da92048086fd66145 +size 766324 diff --git a/perception/single_instance_identification/attribute_recognition/images/168.png b/perception/single_instance_identification/attribute_recognition/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..f79c766963aeea8812aa74f2f5b1b5f8703e22b7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e950ac98ac1ab1fa4f15bca68ebb2a89f258e7ae6f5cb80da92048086fd66145 +size 766324 diff --git a/perception/single_instance_identification/attribute_recognition/images/169.png b/perception/single_instance_identification/attribute_recognition/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..88bcabf1182bfa1101bcb267ee416d1547103d8f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b81c8b1d39ec409ad4ba5105bdd49be49c901a012ebf75fd4ee21d4a70756aa +size 787801 diff --git a/perception/single_instance_identification/attribute_recognition/images/17.png b/perception/single_instance_identification/attribute_recognition/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ee4e3ec2d314f9226fc71acaaf242b5fc3fd5d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df66b74db396dde02cf8ee8710c4da8beaf40f6282e8c987e4e607611f0f225a +size 895324 diff --git a/perception/single_instance_identification/attribute_recognition/images/170.png b/perception/single_instance_identification/attribute_recognition/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..88bcabf1182bfa1101bcb267ee416d1547103d8f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b81c8b1d39ec409ad4ba5105bdd49be49c901a012ebf75fd4ee21d4a70756aa +size 787801 diff --git a/perception/single_instance_identification/attribute_recognition/images/171.png b/perception/single_instance_identification/attribute_recognition/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..92c84ae52201955c5c036756874d4c2eea9fd9b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a630747f3011b226a6b857ed07ef6a796140d3c234a1846c9606477ac635f86 +size 849109 diff --git a/perception/single_instance_identification/attribute_recognition/images/172.png b/perception/single_instance_identification/attribute_recognition/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..92c84ae52201955c5c036756874d4c2eea9fd9b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a630747f3011b226a6b857ed07ef6a796140d3c234a1846c9606477ac635f86 +size 849109 diff --git a/perception/single_instance_identification/attribute_recognition/images/173.png b/perception/single_instance_identification/attribute_recognition/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9783e95e3a2005292166cebe388da9278af0b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8db23652277b4ecd405730334c527b55d75bd12854f2b14fe787109d1c83cf6 +size 833511 diff --git a/perception/single_instance_identification/attribute_recognition/images/174.png b/perception/single_instance_identification/attribute_recognition/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9783e95e3a2005292166cebe388da9278af0b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8db23652277b4ecd405730334c527b55d75bd12854f2b14fe787109d1c83cf6 +size 833511 diff --git a/perception/single_instance_identification/attribute_recognition/images/175.png b/perception/single_instance_identification/attribute_recognition/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..0273028e89fd3b14d90791f22df993a382f5436e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3035fa4424894505902cb9d86058f3bb4f52b5f07bf5ad584498d34b84e4a0a3 +size 835114 diff --git a/perception/single_instance_identification/attribute_recognition/images/176.png b/perception/single_instance_identification/attribute_recognition/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..0273028e89fd3b14d90791f22df993a382f5436e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3035fa4424894505902cb9d86058f3bb4f52b5f07bf5ad584498d34b84e4a0a3 +size 835114 diff --git a/perception/single_instance_identification/attribute_recognition/images/177.png b/perception/single_instance_identification/attribute_recognition/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..3823b185cedfbadcdf0eb23053d31a77139c57a6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bdada9c879b3a5dcb4c88971e28e8b32e168736d1c0e646c04ebcdce64221 +size 804838 diff --git a/perception/single_instance_identification/attribute_recognition/images/178.png b/perception/single_instance_identification/attribute_recognition/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..3823b185cedfbadcdf0eb23053d31a77139c57a6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bdada9c879b3a5dcb4c88971e28e8b32e168736d1c0e646c04ebcdce64221 +size 804838 diff --git a/perception/single_instance_identification/attribute_recognition/images/179.png b/perception/single_instance_identification/attribute_recognition/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..d131a109ab9cd5f1df9d43d3676088bd9cd1b931 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36195ae39434cfbe570313076b1e18d247b18eda5972e6693f9b8676b82a9752 +size 853953 diff --git a/perception/single_instance_identification/attribute_recognition/images/18.png b/perception/single_instance_identification/attribute_recognition/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ee4e3ec2d314f9226fc71acaaf242b5fc3fd5d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df66b74db396dde02cf8ee8710c4da8beaf40f6282e8c987e4e607611f0f225a +size 895324 diff --git a/perception/single_instance_identification/attribute_recognition/images/180.png b/perception/single_instance_identification/attribute_recognition/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..d131a109ab9cd5f1df9d43d3676088bd9cd1b931 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36195ae39434cfbe570313076b1e18d247b18eda5972e6693f9b8676b82a9752 +size 853953 diff --git a/perception/single_instance_identification/attribute_recognition/images/181.png b/perception/single_instance_identification/attribute_recognition/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..6f034f5d09728f47157f3dfc9e369b132bc6b382 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37769816fc6db78b8dd9ebf99ab30b2939322579655cd3971f0e47a8ba9124 +size 867515 diff --git a/perception/single_instance_identification/attribute_recognition/images/182.png b/perception/single_instance_identification/attribute_recognition/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..6f034f5d09728f47157f3dfc9e369b132bc6b382 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37769816fc6db78b8dd9ebf99ab30b2939322579655cd3971f0e47a8ba9124 +size 867515 diff --git a/perception/single_instance_identification/attribute_recognition/images/183.png b/perception/single_instance_identification/attribute_recognition/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..263001f460f316c1b6860bbd91ad375e525c499f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f62d2042566605b2e907813c54eb6c6b96d673b0a0b64dbe88851feffb8a0c +size 902768 diff --git a/perception/single_instance_identification/attribute_recognition/images/184.png b/perception/single_instance_identification/attribute_recognition/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..263001f460f316c1b6860bbd91ad375e525c499f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f62d2042566605b2e907813c54eb6c6b96d673b0a0b64dbe88851feffb8a0c +size 902768 diff --git a/perception/single_instance_identification/attribute_recognition/images/185.png b/perception/single_instance_identification/attribute_recognition/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..df683e44061a9b4a92d85194c0a0f106033d01fb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc271f64ac2875b2843568cab0f2435ddc338f3147be3d39a90385b382e933 +size 827748 diff --git a/perception/single_instance_identification/attribute_recognition/images/186.png b/perception/single_instance_identification/attribute_recognition/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..df683e44061a9b4a92d85194c0a0f106033d01fb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc271f64ac2875b2843568cab0f2435ddc338f3147be3d39a90385b382e933 +size 827748 diff --git a/perception/single_instance_identification/attribute_recognition/images/187.png b/perception/single_instance_identification/attribute_recognition/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..aa712c46a325431f3077249a78ea847ef6bf8c3c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ae385c58751200a48701b679a4d7ad4ebad2e04bd902676d3b3233a3328d24 +size 746864 diff --git a/perception/single_instance_identification/attribute_recognition/images/188.png b/perception/single_instance_identification/attribute_recognition/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..aa712c46a325431f3077249a78ea847ef6bf8c3c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ae385c58751200a48701b679a4d7ad4ebad2e04bd902676d3b3233a3328d24 +size 746864 diff --git a/perception/single_instance_identification/attribute_recognition/images/189.png b/perception/single_instance_identification/attribute_recognition/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..bfccec07643893a85aa60c164520e97d53ab1da8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6354da07e9aca18acedc84fc36a68929ea3d67ba13290b9777bd7cf9ec332b +size 821102 diff --git a/perception/single_instance_identification/attribute_recognition/images/19.png b/perception/single_instance_identification/attribute_recognition/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..d70b178512ead833bb8a3a753ab441592e19355e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1d8a683e518759855187c0d490e65b62b367b4e3a3cd0798e769be46a5469b +size 826701 diff --git a/perception/single_instance_identification/attribute_recognition/images/190.png b/perception/single_instance_identification/attribute_recognition/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..bfccec07643893a85aa60c164520e97d53ab1da8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6354da07e9aca18acedc84fc36a68929ea3d67ba13290b9777bd7cf9ec332b +size 821102 diff --git a/perception/single_instance_identification/attribute_recognition/images/191.png b/perception/single_instance_identification/attribute_recognition/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4385ddaca8ced933611b0b4162cd049ea33e41 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d300d6f8e787ea980a53473df2427dcb84f4a0ea5e47ede53949b1b6f5fd5 +size 816856 diff --git a/perception/single_instance_identification/attribute_recognition/images/192.png b/perception/single_instance_identification/attribute_recognition/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4385ddaca8ced933611b0b4162cd049ea33e41 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d300d6f8e787ea980a53473df2427dcb84f4a0ea5e47ede53949b1b6f5fd5 +size 816856 diff --git a/perception/single_instance_identification/attribute_recognition/images/193.png b/perception/single_instance_identification/attribute_recognition/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..3c60b276a1e559c39e0c6fe79e8c8345b3f468d8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b988d820adbe83660f15640c094c8a3a6df060bcdc74336927d264e06a3507 +size 864776 diff --git a/perception/single_instance_identification/attribute_recognition/images/194.png b/perception/single_instance_identification/attribute_recognition/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..3c60b276a1e559c39e0c6fe79e8c8345b3f468d8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b988d820adbe83660f15640c094c8a3a6df060bcdc74336927d264e06a3507 +size 864776 diff --git a/perception/single_instance_identification/attribute_recognition/images/195.png b/perception/single_instance_identification/attribute_recognition/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e90c6688ab391e97778c7f529d95ccaef1251f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc626306e8ffb95411f14865a7d947656019142efb00e00a7365b5124de65456 +size 850865 diff --git a/perception/single_instance_identification/attribute_recognition/images/196.png b/perception/single_instance_identification/attribute_recognition/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e90c6688ab391e97778c7f529d95ccaef1251f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc626306e8ffb95411f14865a7d947656019142efb00e00a7365b5124de65456 +size 850865 diff --git a/perception/single_instance_identification/attribute_recognition/images/197.png b/perception/single_instance_identification/attribute_recognition/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2d035b270017cf523718270af09e8b5aa66ce5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db33822d99ad5f82fc8d5e06339bd2e5288d7a27fd3c4b2baa183416cf99f8 +size 813803 diff --git a/perception/single_instance_identification/attribute_recognition/images/198.png b/perception/single_instance_identification/attribute_recognition/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2d035b270017cf523718270af09e8b5aa66ce5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db33822d99ad5f82fc8d5e06339bd2e5288d7a27fd3c4b2baa183416cf99f8 +size 813803 diff --git a/perception/single_instance_identification/attribute_recognition/images/199.png b/perception/single_instance_identification/attribute_recognition/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..9d367b06ed9d5a2231edb7c4ef6fc51ff04f0356 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb6ab68acb9d90a054a43a3bd246e50e840585be7885a881f9e479dd0df0c7 +size 834255 diff --git a/perception/single_instance_identification/attribute_recognition/images/2.png b/perception/single_instance_identification/attribute_recognition/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..036e16601bbf427403099ddcc8d724c08e380673 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c301bc200f256a89f31d6160ed83ecbcbc32f46574c63cfcf6d185e68ca3cc9e +size 835522 diff --git a/perception/single_instance_identification/attribute_recognition/images/20.png b/perception/single_instance_identification/attribute_recognition/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..d70b178512ead833bb8a3a753ab441592e19355e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1d8a683e518759855187c0d490e65b62b367b4e3a3cd0798e769be46a5469b +size 826701 diff --git a/perception/single_instance_identification/attribute_recognition/images/200.png b/perception/single_instance_identification/attribute_recognition/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..9d367b06ed9d5a2231edb7c4ef6fc51ff04f0356 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb6ab68acb9d90a054a43a3bd246e50e840585be7885a881f9e479dd0df0c7 +size 834255 diff --git a/perception/single_instance_identification/attribute_recognition/images/201.png b/perception/single_instance_identification/attribute_recognition/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..d505ee9ffbb809bcade34f79280f5de417934803 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32833f1f8a8dc6b8897ad296e06e93ccdccbe73311783ab7f83af54af191b5ea +size 854168 diff --git a/perception/single_instance_identification/attribute_recognition/images/202.png b/perception/single_instance_identification/attribute_recognition/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..d505ee9ffbb809bcade34f79280f5de417934803 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32833f1f8a8dc6b8897ad296e06e93ccdccbe73311783ab7f83af54af191b5ea +size 854168 diff --git a/perception/single_instance_identification/attribute_recognition/images/203.png b/perception/single_instance_identification/attribute_recognition/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..42721da8226304611d33904791a22c5c346e1a0a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56edbe3eabd1f11d12b2badf077cafb19ed08cd4ef57c2d3ddfc7a8b61ab7b +size 887152 diff --git a/perception/single_instance_identification/attribute_recognition/images/204.png b/perception/single_instance_identification/attribute_recognition/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..42721da8226304611d33904791a22c5c346e1a0a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56edbe3eabd1f11d12b2badf077cafb19ed08cd4ef57c2d3ddfc7a8b61ab7b +size 887152 diff --git a/perception/single_instance_identification/attribute_recognition/images/205.png b/perception/single_instance_identification/attribute_recognition/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..10ff6e79e9dd01cdbd2c156a02cc4a5212be1cf3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e98fc9e56099045afe5e573e8a354236c77479617b8a19bbc124f38dea5606 +size 813839 diff --git a/perception/single_instance_identification/attribute_recognition/images/206.png b/perception/single_instance_identification/attribute_recognition/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..10ff6e79e9dd01cdbd2c156a02cc4a5212be1cf3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e98fc9e56099045afe5e573e8a354236c77479617b8a19bbc124f38dea5606 +size 813839 diff --git a/perception/single_instance_identification/attribute_recognition/images/207.png b/perception/single_instance_identification/attribute_recognition/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..52902985c42e856d8723b913f5fe3b9ec3f18b1f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e889b70e559c6d95591ea1000f062dc87b919339704b59bfdc1b778896f69f +size 888875 diff --git a/perception/single_instance_identification/attribute_recognition/images/208.png b/perception/single_instance_identification/attribute_recognition/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..52902985c42e856d8723b913f5fe3b9ec3f18b1f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e889b70e559c6d95591ea1000f062dc87b919339704b59bfdc1b778896f69f +size 888875 diff --git a/perception/single_instance_identification/attribute_recognition/images/209.png b/perception/single_instance_identification/attribute_recognition/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..796e90f6538e6a3bf2e9496fa170649d1492da7b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f4d3800dad6249df4846d85883d33a9839e02a5930ea75e348f481419d7d4 +size 907451 diff --git a/perception/single_instance_identification/attribute_recognition/images/21.png b/perception/single_instance_identification/attribute_recognition/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ce76235b0b1ff259073e1ddb699685b11d6b9f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8ab50e7333dce837e7f151f833b97fd5a23581932bc8b1810326ee4a4ad73 +size 854199 diff --git a/perception/single_instance_identification/attribute_recognition/images/210.png b/perception/single_instance_identification/attribute_recognition/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..796e90f6538e6a3bf2e9496fa170649d1492da7b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f4d3800dad6249df4846d85883d33a9839e02a5930ea75e348f481419d7d4 +size 907451 diff --git a/perception/single_instance_identification/attribute_recognition/images/211.png b/perception/single_instance_identification/attribute_recognition/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74e89bdc73b38861867fa83b71947746dae421 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26e202540575c036bbcc4e5f2477e6930ffca3e0adbaf67cc9e5f651dd15cb +size 908542 diff --git a/perception/single_instance_identification/attribute_recognition/images/212.png b/perception/single_instance_identification/attribute_recognition/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74e89bdc73b38861867fa83b71947746dae421 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26e202540575c036bbcc4e5f2477e6930ffca3e0adbaf67cc9e5f651dd15cb +size 908542 diff --git a/perception/single_instance_identification/attribute_recognition/images/213.png b/perception/single_instance_identification/attribute_recognition/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1c6ccb15045a39f30e2782ee96558db449cfa9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9d62e48b2f8e799146d7e62c2280e8b9091ef9d2cc47ec22fef0edd591c12 +size 838192 diff --git a/perception/single_instance_identification/attribute_recognition/images/214.png b/perception/single_instance_identification/attribute_recognition/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1c6ccb15045a39f30e2782ee96558db449cfa9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9d62e48b2f8e799146d7e62c2280e8b9091ef9d2cc47ec22fef0edd591c12 +size 838192 diff --git a/perception/single_instance_identification/attribute_recognition/images/215.png b/perception/single_instance_identification/attribute_recognition/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6c20952759a90321a90b9616d6a0df2da83222 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08c01f0f81767445636f3281e77be450001c5c79d713f37c0e392960fb91696 +size 812703 diff --git a/perception/single_instance_identification/attribute_recognition/images/216.png b/perception/single_instance_identification/attribute_recognition/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6c20952759a90321a90b9616d6a0df2da83222 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08c01f0f81767445636f3281e77be450001c5c79d713f37c0e392960fb91696 +size 812703 diff --git a/perception/single_instance_identification/attribute_recognition/images/217.png b/perception/single_instance_identification/attribute_recognition/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb832e5f653a91b207accb5cbb3aee37f455fc5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183d8467dacd0e8152a64383c539d6f06dd20dd6d20a62a8512bc367b9176f8 +size 734853 diff --git a/perception/single_instance_identification/attribute_recognition/images/218.png b/perception/single_instance_identification/attribute_recognition/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb832e5f653a91b207accb5cbb3aee37f455fc5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183d8467dacd0e8152a64383c539d6f06dd20dd6d20a62a8512bc367b9176f8 +size 734853 diff --git a/perception/single_instance_identification/attribute_recognition/images/219.png b/perception/single_instance_identification/attribute_recognition/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..303c42566273cfa3582726ac71f661a30601b0c5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d577c87698b732a7cf67623f7a0413bc44e35688c56639ca8ca5b9493d5833d +size 710095 diff --git a/perception/single_instance_identification/attribute_recognition/images/22.png b/perception/single_instance_identification/attribute_recognition/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ce76235b0b1ff259073e1ddb699685b11d6b9f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8ab50e7333dce837e7f151f833b97fd5a23581932bc8b1810326ee4a4ad73 +size 854199 diff --git a/perception/single_instance_identification/attribute_recognition/images/220.png b/perception/single_instance_identification/attribute_recognition/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..303c42566273cfa3582726ac71f661a30601b0c5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d577c87698b732a7cf67623f7a0413bc44e35688c56639ca8ca5b9493d5833d +size 710095 diff --git a/perception/single_instance_identification/attribute_recognition/images/221.png b/perception/single_instance_identification/attribute_recognition/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..51608bac4c685712b427ae001fa73110e965cde3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba188a425593a64883f188320caaaa051d8cda01f4a323260bf8a2601c3bbe +size 719001 diff --git a/perception/single_instance_identification/attribute_recognition/images/222.png b/perception/single_instance_identification/attribute_recognition/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..51608bac4c685712b427ae001fa73110e965cde3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba188a425593a64883f188320caaaa051d8cda01f4a323260bf8a2601c3bbe +size 719001 diff --git a/perception/single_instance_identification/attribute_recognition/images/223.png b/perception/single_instance_identification/attribute_recognition/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..6a097d00ef4ef7cf82ffe18f13edd6d6d3f9f855 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630d3edaef290721beb10853158f57910e488acd014bf725446a58aa2d83417 +size 697938 diff --git a/perception/single_instance_identification/attribute_recognition/images/224.png b/perception/single_instance_identification/attribute_recognition/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..6a097d00ef4ef7cf82ffe18f13edd6d6d3f9f855 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630d3edaef290721beb10853158f57910e488acd014bf725446a58aa2d83417 +size 697938 diff --git a/perception/single_instance_identification/attribute_recognition/images/225.png b/perception/single_instance_identification/attribute_recognition/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..54c69fc992b2ff61d1ed5d1ec580a25cb563db23 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f76e313a832c7305cae3f247bcfb17852957d21e8e697e1c9068c6c3a04a1a8 +size 842450 diff --git a/perception/single_instance_identification/attribute_recognition/images/226.png b/perception/single_instance_identification/attribute_recognition/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..54c69fc992b2ff61d1ed5d1ec580a25cb563db23 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f76e313a832c7305cae3f247bcfb17852957d21e8e697e1c9068c6c3a04a1a8 +size 842450 diff --git a/perception/single_instance_identification/attribute_recognition/images/227.png b/perception/single_instance_identification/attribute_recognition/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0f05d7c0cc3e7c7d5e98d9434c29c74b934c17 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce73eb403c2d61b5fc38aa0f9d26a65be4eef24c4bce22cc9dd4b53acb3db4 +size 828009 diff --git a/perception/single_instance_identification/attribute_recognition/images/228.png b/perception/single_instance_identification/attribute_recognition/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0f05d7c0cc3e7c7d5e98d9434c29c74b934c17 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce73eb403c2d61b5fc38aa0f9d26a65be4eef24c4bce22cc9dd4b53acb3db4 +size 828009 diff --git a/perception/single_instance_identification/attribute_recognition/images/229.png b/perception/single_instance_identification/attribute_recognition/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..6277c677ccd03e6cc68957af8a2bcc51bb250120 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ddf1ce6c6881fe356a4dc1365370762abf01b74c804887e441094de925ace +size 873803 diff --git a/perception/single_instance_identification/attribute_recognition/images/23.png b/perception/single_instance_identification/attribute_recognition/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..f79c766963aeea8812aa74f2f5b1b5f8703e22b7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e950ac98ac1ab1fa4f15bca68ebb2a89f258e7ae6f5cb80da92048086fd66145 +size 766324 diff --git a/perception/single_instance_identification/attribute_recognition/images/230.png b/perception/single_instance_identification/attribute_recognition/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..6277c677ccd03e6cc68957af8a2bcc51bb250120 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ddf1ce6c6881fe356a4dc1365370762abf01b74c804887e441094de925ace +size 873803 diff --git a/perception/single_instance_identification/attribute_recognition/images/231.png b/perception/single_instance_identification/attribute_recognition/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..3f96644b2e48ac10ab16d36ed7bb41787d7b89a9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de3fdaf5737447d4abf0a76ccd34640f57d6ddb99337bfeb4cbdaeaf39761d3 +size 786486 diff --git a/perception/single_instance_identification/attribute_recognition/images/232.png b/perception/single_instance_identification/attribute_recognition/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..3f96644b2e48ac10ab16d36ed7bb41787d7b89a9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de3fdaf5737447d4abf0a76ccd34640f57d6ddb99337bfeb4cbdaeaf39761d3 +size 786486 diff --git a/perception/single_instance_identification/attribute_recognition/images/233.png b/perception/single_instance_identification/attribute_recognition/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c35e68170eeca4a257dc799e26473e503327b6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8df5e0ff65fab176510a16915bbd0e02d067d2ffadda87944a2aa6e034eb5 +size 961167 diff --git a/perception/single_instance_identification/attribute_recognition/images/234.png b/perception/single_instance_identification/attribute_recognition/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c35e68170eeca4a257dc799e26473e503327b6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8df5e0ff65fab176510a16915bbd0e02d067d2ffadda87944a2aa6e034eb5 +size 961167 diff --git a/perception/single_instance_identification/attribute_recognition/images/235.png b/perception/single_instance_identification/attribute_recognition/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..f2957ef3789ddedddee9be49557fa020d6ae198a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d976751d5be51c33d2bd14e0cc8e347c28bd7c8708f5764366465b96962dbe9 +size 921422 diff --git a/perception/single_instance_identification/attribute_recognition/images/236.png b/perception/single_instance_identification/attribute_recognition/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..f2957ef3789ddedddee9be49557fa020d6ae198a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d976751d5be51c33d2bd14e0cc8e347c28bd7c8708f5764366465b96962dbe9 +size 921422 diff --git a/perception/single_instance_identification/attribute_recognition/images/237.png b/perception/single_instance_identification/attribute_recognition/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..528c2caba452b18eef80a5bfa289da9967a46576 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e498e536df056220008660387a6ac91a70f969c33955cc255d0d1bc9bcf3b0 +size 902123 diff --git a/perception/single_instance_identification/attribute_recognition/images/238.png b/perception/single_instance_identification/attribute_recognition/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..528c2caba452b18eef80a5bfa289da9967a46576 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e498e536df056220008660387a6ac91a70f969c33955cc255d0d1bc9bcf3b0 +size 902123 diff --git a/perception/single_instance_identification/attribute_recognition/images/239.png b/perception/single_instance_identification/attribute_recognition/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..503346764c1a3240dd35c65517a64a0bd16570d6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5662ca021f8c82319d20fa4f8791006b778c4d17c376363cfeef278719d3c +size 848061 diff --git a/perception/single_instance_identification/attribute_recognition/images/24.png b/perception/single_instance_identification/attribute_recognition/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..f79c766963aeea8812aa74f2f5b1b5f8703e22b7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e950ac98ac1ab1fa4f15bca68ebb2a89f258e7ae6f5cb80da92048086fd66145 +size 766324 diff --git a/perception/single_instance_identification/attribute_recognition/images/240.png b/perception/single_instance_identification/attribute_recognition/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..503346764c1a3240dd35c65517a64a0bd16570d6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5662ca021f8c82319d20fa4f8791006b778c4d17c376363cfeef278719d3c +size 848061 diff --git a/perception/single_instance_identification/attribute_recognition/images/241.png b/perception/single_instance_identification/attribute_recognition/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..80b59925a9bfcc5c338b131052886d1847a19363 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a2a425b8ea9ecd921eaa42f6a2d347ffa3ebb67ad246232d168450a843461a +size 908800 diff --git a/perception/single_instance_identification/attribute_recognition/images/242.png b/perception/single_instance_identification/attribute_recognition/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..80b59925a9bfcc5c338b131052886d1847a19363 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a2a425b8ea9ecd921eaa42f6a2d347ffa3ebb67ad246232d168450a843461a +size 908800 diff --git a/perception/single_instance_identification/attribute_recognition/images/243.png b/perception/single_instance_identification/attribute_recognition/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..dad58e44f311c6cc329e7c39031186eda90985ed --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6fe780a3036e953981be7f70538c750560a6605c43b428a3c143f6c62131af +size 920913 diff --git a/perception/single_instance_identification/attribute_recognition/images/244.png b/perception/single_instance_identification/attribute_recognition/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..dad58e44f311c6cc329e7c39031186eda90985ed --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6fe780a3036e953981be7f70538c750560a6605c43b428a3c143f6c62131af +size 920913 diff --git a/perception/single_instance_identification/attribute_recognition/images/245.png b/perception/single_instance_identification/attribute_recognition/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..d45053e9ed3268d1508206d85567bdda0ebae74b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2fd0081720c9339c69f484fe2a9f9c63cb2d4e993b8cd2cfc10da97fe111a +size 858141 diff --git a/perception/single_instance_identification/attribute_recognition/images/246.png b/perception/single_instance_identification/attribute_recognition/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..d45053e9ed3268d1508206d85567bdda0ebae74b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2fd0081720c9339c69f484fe2a9f9c63cb2d4e993b8cd2cfc10da97fe111a +size 858141 diff --git a/perception/single_instance_identification/attribute_recognition/images/247.png b/perception/single_instance_identification/attribute_recognition/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..79db34005dc392d144480f439c7fb859ee2af0fd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f766248eded63bc127b0e493f875ebac69f680def6828f49827d43d1cb1aa +size 891696 diff --git a/perception/single_instance_identification/attribute_recognition/images/248.png b/perception/single_instance_identification/attribute_recognition/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..79db34005dc392d144480f439c7fb859ee2af0fd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f766248eded63bc127b0e493f875ebac69f680def6828f49827d43d1cb1aa +size 891696 diff --git a/perception/single_instance_identification/attribute_recognition/images/249.png b/perception/single_instance_identification/attribute_recognition/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..2eff8b6c8ad92fd258257ab107d377efa7cb4e7e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49052619fe05a03d228a62666d4ba4570b204398cc46a3fbad8938e620069bd7 +size 900073 diff --git a/perception/single_instance_identification/attribute_recognition/images/25.png b/perception/single_instance_identification/attribute_recognition/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..88bcabf1182bfa1101bcb267ee416d1547103d8f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b81c8b1d39ec409ad4ba5105bdd49be49c901a012ebf75fd4ee21d4a70756aa +size 787801 diff --git a/perception/single_instance_identification/attribute_recognition/images/250.png b/perception/single_instance_identification/attribute_recognition/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..2eff8b6c8ad92fd258257ab107d377efa7cb4e7e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49052619fe05a03d228a62666d4ba4570b204398cc46a3fbad8938e620069bd7 +size 900073 diff --git a/perception/single_instance_identification/attribute_recognition/images/251.png b/perception/single_instance_identification/attribute_recognition/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..65151e2beefce078d4f2e4bcc52cc2a74fb1ef3d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf1a2706ff47bf6df8b89a5936b76cdd52e585d589a5fbac9df6b829f29830 +size 771542 diff --git a/perception/single_instance_identification/attribute_recognition/images/252.png b/perception/single_instance_identification/attribute_recognition/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..65151e2beefce078d4f2e4bcc52cc2a74fb1ef3d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf1a2706ff47bf6df8b89a5936b76cdd52e585d589a5fbac9df6b829f29830 +size 771542 diff --git a/perception/single_instance_identification/attribute_recognition/images/253.png b/perception/single_instance_identification/attribute_recognition/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb2bb55dd1f066d841aa697edaefb43f31fe259 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91aa38cb41415d77908d12a8930c10b3cd1a530101cb881dbe9df537ecb764 +size 895266 diff --git a/perception/single_instance_identification/attribute_recognition/images/254.png b/perception/single_instance_identification/attribute_recognition/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb2bb55dd1f066d841aa697edaefb43f31fe259 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a91aa38cb41415d77908d12a8930c10b3cd1a530101cb881dbe9df537ecb764 +size 895266 diff --git a/perception/single_instance_identification/attribute_recognition/images/255.png b/perception/single_instance_identification/attribute_recognition/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..37749404a9460c985e2bfaf1576436cd4f960eaf --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89313522a8a10bd64b81c48d6e6bb611f649caab4f3e7eb309c8602b620d06 +size 836507 diff --git a/perception/single_instance_identification/attribute_recognition/images/256.png b/perception/single_instance_identification/attribute_recognition/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..37749404a9460c985e2bfaf1576436cd4f960eaf --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd89313522a8a10bd64b81c48d6e6bb611f649caab4f3e7eb309c8602b620d06 +size 836507 diff --git a/perception/single_instance_identification/attribute_recognition/images/257.png b/perception/single_instance_identification/attribute_recognition/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..0e18fbfb5f05dc6ae21424ad78513dd3ba33760a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e017f25d61f3fc9fa9450fef83367a73620a310e7952db12456e393fc37a02 +size 815376 diff --git a/perception/single_instance_identification/attribute_recognition/images/258.png b/perception/single_instance_identification/attribute_recognition/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..0e18fbfb5f05dc6ae21424ad78513dd3ba33760a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e017f25d61f3fc9fa9450fef83367a73620a310e7952db12456e393fc37a02 +size 815376 diff --git a/perception/single_instance_identification/attribute_recognition/images/259.png b/perception/single_instance_identification/attribute_recognition/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..557a2e671fe28f9853f1b3eb57b6c78e67aefb7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f256be5a2a36e3924abc3d91f99b884add70ae99de0de98cc86b6e76289eff +size 854034 diff --git a/perception/single_instance_identification/attribute_recognition/images/26.png b/perception/single_instance_identification/attribute_recognition/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..88bcabf1182bfa1101bcb267ee416d1547103d8f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b81c8b1d39ec409ad4ba5105bdd49be49c901a012ebf75fd4ee21d4a70756aa +size 787801 diff --git a/perception/single_instance_identification/attribute_recognition/images/260.png b/perception/single_instance_identification/attribute_recognition/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..557a2e671fe28f9853f1b3eb57b6c78e67aefb7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f256be5a2a36e3924abc3d91f99b884add70ae99de0de98cc86b6e76289eff +size 854034 diff --git a/perception/single_instance_identification/attribute_recognition/images/261.png b/perception/single_instance_identification/attribute_recognition/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..e66f16945c32342a18ada8e5d7c5fbed63814091 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553c39f474158b875beb5fd1539bc199f0c724e635cff3e044417756f9a109f2 +size 806462 diff --git a/perception/single_instance_identification/attribute_recognition/images/262.png b/perception/single_instance_identification/attribute_recognition/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..e66f16945c32342a18ada8e5d7c5fbed63814091 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553c39f474158b875beb5fd1539bc199f0c724e635cff3e044417756f9a109f2 +size 806462 diff --git a/perception/single_instance_identification/attribute_recognition/images/263.png b/perception/single_instance_identification/attribute_recognition/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..6c007ecec405c49c5ed68a72150b9cc71630d194 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9b1bb88deadef71631a40b5b4048480c52002fe12de35e4f9298308a79d18 +size 879657 diff --git a/perception/single_instance_identification/attribute_recognition/images/264.png b/perception/single_instance_identification/attribute_recognition/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..6c007ecec405c49c5ed68a72150b9cc71630d194 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9b1bb88deadef71631a40b5b4048480c52002fe12de35e4f9298308a79d18 +size 879657 diff --git a/perception/single_instance_identification/attribute_recognition/images/265.png b/perception/single_instance_identification/attribute_recognition/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbb0ce96fd0f0ab8bdd8c11b33069099a1ca70e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c97a35f718135fb98578e4e30ef62855086b687f96ec61055da47a49a6d802 +size 953908 diff --git a/perception/single_instance_identification/attribute_recognition/images/266.png b/perception/single_instance_identification/attribute_recognition/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbb0ce96fd0f0ab8bdd8c11b33069099a1ca70e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c97a35f718135fb98578e4e30ef62855086b687f96ec61055da47a49a6d802 +size 953908 diff --git a/perception/single_instance_identification/attribute_recognition/images/267.png b/perception/single_instance_identification/attribute_recognition/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf949475fe9a811cc762f852035af9a7fa25def --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49c5b459c63198dce1fe69ebc198a06891785049605da524094bf73a8cc6dbd +size 885985 diff --git a/perception/single_instance_identification/attribute_recognition/images/268.png b/perception/single_instance_identification/attribute_recognition/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf949475fe9a811cc762f852035af9a7fa25def --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49c5b459c63198dce1fe69ebc198a06891785049605da524094bf73a8cc6dbd +size 885985 diff --git a/perception/single_instance_identification/attribute_recognition/images/269.png b/perception/single_instance_identification/attribute_recognition/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3d0d8a189c2d10e90afd888fcb0ef4027a4de9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba755762e0f34568814a4470f04fa17382014b83dff1e34146b931c0138d56e +size 883735 diff --git a/perception/single_instance_identification/attribute_recognition/images/27.png b/perception/single_instance_identification/attribute_recognition/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..92c84ae52201955c5c036756874d4c2eea9fd9b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a630747f3011b226a6b857ed07ef6a796140d3c234a1846c9606477ac635f86 +size 849109 diff --git a/perception/single_instance_identification/attribute_recognition/images/270.png b/perception/single_instance_identification/attribute_recognition/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3d0d8a189c2d10e90afd888fcb0ef4027a4de9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba755762e0f34568814a4470f04fa17382014b83dff1e34146b931c0138d56e +size 883735 diff --git a/perception/single_instance_identification/attribute_recognition/images/271.png b/perception/single_instance_identification/attribute_recognition/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab0e9454497e0e13225c6197a2aaae0d1f6c381 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ea1ae2c9427c0d77aac8d71bb10a150bf544f3a65b5650c6fc4b0205a91cf +size 806431 diff --git a/perception/single_instance_identification/attribute_recognition/images/272.png b/perception/single_instance_identification/attribute_recognition/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab0e9454497e0e13225c6197a2aaae0d1f6c381 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ea1ae2c9427c0d77aac8d71bb10a150bf544f3a65b5650c6fc4b0205a91cf +size 806431 diff --git a/perception/single_instance_identification/attribute_recognition/images/273.png b/perception/single_instance_identification/attribute_recognition/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..1f828f54d0ad5ed711e6dc07b1b6a47434464578 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa85813763354752fc287317a0dc2513878c03cbb9b394a507bff1a7c5b62650 +size 868527 diff --git a/perception/single_instance_identification/attribute_recognition/images/274.png b/perception/single_instance_identification/attribute_recognition/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..1f828f54d0ad5ed711e6dc07b1b6a47434464578 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa85813763354752fc287317a0dc2513878c03cbb9b394a507bff1a7c5b62650 +size 868527 diff --git a/perception/single_instance_identification/attribute_recognition/images/275.png b/perception/single_instance_identification/attribute_recognition/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..0f29379ab09a10ec175efcdbf5c3d802a671d795 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1998850c9b14d6dd3a07b473731083d860cd829c2094c71ea57ff49b346d14b1 +size 881779 diff --git a/perception/single_instance_identification/attribute_recognition/images/276.png b/perception/single_instance_identification/attribute_recognition/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..0f29379ab09a10ec175efcdbf5c3d802a671d795 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1998850c9b14d6dd3a07b473731083d860cd829c2094c71ea57ff49b346d14b1 +size 881779 diff --git a/perception/single_instance_identification/attribute_recognition/images/277.png b/perception/single_instance_identification/attribute_recognition/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..bc11d39724c5ab6fc0ac368461e91ab55cee7a1c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5b6b0bcced374b8ef5dc0fd742e46b1a728722e20fd4a1749642aebca372a +size 855376 diff --git a/perception/single_instance_identification/attribute_recognition/images/278.png b/perception/single_instance_identification/attribute_recognition/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..bc11d39724c5ab6fc0ac368461e91ab55cee7a1c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5b6b0bcced374b8ef5dc0fd742e46b1a728722e20fd4a1749642aebca372a +size 855376 diff --git a/perception/single_instance_identification/attribute_recognition/images/279.png b/perception/single_instance_identification/attribute_recognition/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..87217bb500b229677692b0928635b519899c991f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311710d7568ba2bb0b43018c0434b71f500467ddafd156b1d7dec62796572b5e +size 827020 diff --git a/perception/single_instance_identification/attribute_recognition/images/28.png b/perception/single_instance_identification/attribute_recognition/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..92c84ae52201955c5c036756874d4c2eea9fd9b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a630747f3011b226a6b857ed07ef6a796140d3c234a1846c9606477ac635f86 +size 849109 diff --git a/perception/single_instance_identification/attribute_recognition/images/280.png b/perception/single_instance_identification/attribute_recognition/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..87217bb500b229677692b0928635b519899c991f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311710d7568ba2bb0b43018c0434b71f500467ddafd156b1d7dec62796572b5e +size 827020 diff --git a/perception/single_instance_identification/attribute_recognition/images/281.png b/perception/single_instance_identification/attribute_recognition/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..d419247b75bd23d0dcdfa9b799305f51223f3d82 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d684e372e69d69d2e25d7f3c925acfbc5f74b42fb1bc71e620009dfe8db9e5 +size 857551 diff --git a/perception/single_instance_identification/attribute_recognition/images/282.png b/perception/single_instance_identification/attribute_recognition/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..d419247b75bd23d0dcdfa9b799305f51223f3d82 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d684e372e69d69d2e25d7f3c925acfbc5f74b42fb1bc71e620009dfe8db9e5 +size 857551 diff --git a/perception/single_instance_identification/attribute_recognition/images/283.png b/perception/single_instance_identification/attribute_recognition/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..2da7addb7c1978814439ef9fb4965299692ed51e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc29c92fbb4149d6c675ab31c0d6ea3a1fcd7800b60ea8a9969923026a71224 +size 889726 diff --git a/perception/single_instance_identification/attribute_recognition/images/284.png b/perception/single_instance_identification/attribute_recognition/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..2da7addb7c1978814439ef9fb4965299692ed51e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc29c92fbb4149d6c675ab31c0d6ea3a1fcd7800b60ea8a9969923026a71224 +size 889726 diff --git a/perception/single_instance_identification/attribute_recognition/images/285.png b/perception/single_instance_identification/attribute_recognition/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..1b37e23a59cc4fbeb38d0819cb32b10d16dd37c9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc3aeb23535422d813c8c2b058a2f98ef927d7cfbef3685078a2007e494de5 +size 850172 diff --git a/perception/single_instance_identification/attribute_recognition/images/286.png b/perception/single_instance_identification/attribute_recognition/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..1b37e23a59cc4fbeb38d0819cb32b10d16dd37c9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc3aeb23535422d813c8c2b058a2f98ef927d7cfbef3685078a2007e494de5 +size 850172 diff --git a/perception/single_instance_identification/attribute_recognition/images/287.png b/perception/single_instance_identification/attribute_recognition/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..2da67d11ce0dfdfbc627052527739f009b17ecd3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4889efe31713ae9d211371cba8bbb77811b6e4b813aa67ca211c41386e04112 +size 966869 diff --git a/perception/single_instance_identification/attribute_recognition/images/288.png b/perception/single_instance_identification/attribute_recognition/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..2da67d11ce0dfdfbc627052527739f009b17ecd3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4889efe31713ae9d211371cba8bbb77811b6e4b813aa67ca211c41386e04112 +size 966869 diff --git a/perception/single_instance_identification/attribute_recognition/images/289.png b/perception/single_instance_identification/attribute_recognition/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..fca6fa4565409bb63895b35270be3eb4ad3cdbce --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25604e43ff2c7ff4c0d7b20b655b223ba97aaf32e55d92d6ddc6e658663f2fc5 +size 822408 diff --git a/perception/single_instance_identification/attribute_recognition/images/29.png b/perception/single_instance_identification/attribute_recognition/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9783e95e3a2005292166cebe388da9278af0b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8db23652277b4ecd405730334c527b55d75bd12854f2b14fe787109d1c83cf6 +size 833511 diff --git a/perception/single_instance_identification/attribute_recognition/images/290.png b/perception/single_instance_identification/attribute_recognition/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..fca6fa4565409bb63895b35270be3eb4ad3cdbce --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25604e43ff2c7ff4c0d7b20b655b223ba97aaf32e55d92d6ddc6e658663f2fc5 +size 822408 diff --git a/perception/single_instance_identification/attribute_recognition/images/291.png b/perception/single_instance_identification/attribute_recognition/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..143323b02f4a2a5970b2e0bdd461df78a7162185 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfe7e66bef772c068b1f1953793b90b8a76293f8dd22f664a352bc37dc70f56 +size 793398 diff --git a/perception/single_instance_identification/attribute_recognition/images/292.png b/perception/single_instance_identification/attribute_recognition/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..061b350647cb4e22b32be9ffed4d52c08259cfb4 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f050650215ebf584554c65ebe9f3479cdcbfc15aa194135b547a6ab6ffb6543 +size 666384 diff --git a/perception/single_instance_identification/attribute_recognition/images/293.png b/perception/single_instance_identification/attribute_recognition/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ef3d44d0f6ebdcfdbc205356c41d72408481dc --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dce8e5841a87acdb8c7e920b8dbf15e0a99cf63ac5e8a96a9bc38bbc634076 +size 754206 diff --git a/perception/single_instance_identification/attribute_recognition/images/294.png b/perception/single_instance_identification/attribute_recognition/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ef3d44d0f6ebdcfdbc205356c41d72408481dc --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dce8e5841a87acdb8c7e920b8dbf15e0a99cf63ac5e8a96a9bc38bbc634076 +size 754206 diff --git a/perception/single_instance_identification/attribute_recognition/images/295.png b/perception/single_instance_identification/attribute_recognition/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..e103dc86d10627cc16fe3d6dbae18c709e36ec7f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff2d3fe1c2627ea906da9a82ff69a0c70ddba37d1a1c8a46f0b6a42b35b1602 +size 661393 diff --git a/perception/single_instance_identification/attribute_recognition/images/296.png b/perception/single_instance_identification/attribute_recognition/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..e103dc86d10627cc16fe3d6dbae18c709e36ec7f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff2d3fe1c2627ea906da9a82ff69a0c70ddba37d1a1c8a46f0b6a42b35b1602 +size 661393 diff --git a/perception/single_instance_identification/attribute_recognition/images/297.png b/perception/single_instance_identification/attribute_recognition/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..9f06adb67a0dbdc3bd5206a58a33a0409a6dd2d3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c162b8be1807d9b9590d853c021b8cdaef63e0a0999b856a92863fc582e1645f +size 650900 diff --git a/perception/single_instance_identification/attribute_recognition/images/298.png b/perception/single_instance_identification/attribute_recognition/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb3105b3bfddd113588a0069b7ccd8f677e7e23 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2602fd11e970fbe77f1a9ac7c3569ef4ff5ead24ba4109a52fdfd796660a740 +size 799201 diff --git a/perception/single_instance_identification/attribute_recognition/images/299.png b/perception/single_instance_identification/attribute_recognition/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb3105b3bfddd113588a0069b7ccd8f677e7e23 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2602fd11e970fbe77f1a9ac7c3569ef4ff5ead24ba4109a52fdfd796660a740 +size 799201 diff --git a/perception/single_instance_identification/attribute_recognition/images/3.png b/perception/single_instance_identification/attribute_recognition/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..71b42ec19491360cfa3498b50b63277a0b8478cd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537519bd2035762c4111c8b82bae9b3aa051f2fbed965c6a19e3623a6f2f0e0b +size 874327 diff --git a/perception/single_instance_identification/attribute_recognition/images/30.png b/perception/single_instance_identification/attribute_recognition/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9783e95e3a2005292166cebe388da9278af0b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8db23652277b4ecd405730334c527b55d75bd12854f2b14fe787109d1c83cf6 +size 833511 diff --git a/perception/single_instance_identification/attribute_recognition/images/300.png b/perception/single_instance_identification/attribute_recognition/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..a24fd91db0260ff9a1fb8b7633052101de6e384c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71269c4f9c93a4e4df0431711535e9f169454d869f0bea4340e7cbc1e6a61c23 +size 820303 diff --git a/perception/single_instance_identification/attribute_recognition/images/301.png b/perception/single_instance_identification/attribute_recognition/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..e87a61991853b30de9393f0991130246a88aa7f0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f31f6391b17d7cfbf136e482a38ac2dce8785d9d1f45b95b1d60a036bf8c5 +size 821905 diff --git a/perception/single_instance_identification/attribute_recognition/images/302.png b/perception/single_instance_identification/attribute_recognition/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..e87a61991853b30de9393f0991130246a88aa7f0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f31f6391b17d7cfbf136e482a38ac2dce8785d9d1f45b95b1d60a036bf8c5 +size 821905 diff --git a/perception/single_instance_identification/attribute_recognition/images/303.png b/perception/single_instance_identification/attribute_recognition/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..74d01fd3e1e65d76a9488bdfca39c097c4ebc3d8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ad07bd81836ecda08e50805380847b1d859dd7d52e4ed98a045dcd4ba9112 +size 786602 diff --git a/perception/single_instance_identification/attribute_recognition/images/304.png b/perception/single_instance_identification/attribute_recognition/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..74d01fd3e1e65d76a9488bdfca39c097c4ebc3d8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ad07bd81836ecda08e50805380847b1d859dd7d52e4ed98a045dcd4ba9112 +size 786602 diff --git a/perception/single_instance_identification/attribute_recognition/images/305.png b/perception/single_instance_identification/attribute_recognition/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..9898abf4758a53220f0b98bc17e4972f7d61ca62 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c504b280c2d199b7e1d02ab1dc5eddbb00c29fd1ac2ab1b02f092571fa1f79a +size 774063 diff --git a/perception/single_instance_identification/attribute_recognition/images/306.png b/perception/single_instance_identification/attribute_recognition/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..9898abf4758a53220f0b98bc17e4972f7d61ca62 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c504b280c2d199b7e1d02ab1dc5eddbb00c29fd1ac2ab1b02f092571fa1f79a +size 774063 diff --git a/perception/single_instance_identification/attribute_recognition/images/307.png b/perception/single_instance_identification/attribute_recognition/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..2c08e6e8766075d4e8bffc7f23598e0e33a2d0ff --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689f18d456fcf6d0e518a4a12b27db48be2a4e42f70106edabe890cbeca0a710 +size 818456 diff --git a/perception/single_instance_identification/attribute_recognition/images/308.png b/perception/single_instance_identification/attribute_recognition/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..2c08e6e8766075d4e8bffc7f23598e0e33a2d0ff --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689f18d456fcf6d0e518a4a12b27db48be2a4e42f70106edabe890cbeca0a710 +size 818456 diff --git a/perception/single_instance_identification/attribute_recognition/images/309.png b/perception/single_instance_identification/attribute_recognition/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5215a792ffe9521ea644fc4e7957969550ebf0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2975eaf595a12f9072bffdadc294260fe27366db72eec6de1e70c23981fea051 +size 836998 diff --git a/perception/single_instance_identification/attribute_recognition/images/31.png b/perception/single_instance_identification/attribute_recognition/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..0273028e89fd3b14d90791f22df993a382f5436e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3035fa4424894505902cb9d86058f3bb4f52b5f07bf5ad584498d34b84e4a0a3 +size 835114 diff --git a/perception/single_instance_identification/attribute_recognition/images/310.png b/perception/single_instance_identification/attribute_recognition/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5215a792ffe9521ea644fc4e7957969550ebf0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2975eaf595a12f9072bffdadc294260fe27366db72eec6de1e70c23981fea051 +size 836998 diff --git a/perception/single_instance_identification/attribute_recognition/images/311.png b/perception/single_instance_identification/attribute_recognition/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..07a394057f076061cda288faaba79d384f9f7d67 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0b176a8656f27fbf30c4a7ca4db5ae13b5a3f4e8947e3f4b6fb065c401970f +size 764053 diff --git a/perception/single_instance_identification/attribute_recognition/images/312.png b/perception/single_instance_identification/attribute_recognition/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..28da967a92eadea685f770912e8d99e561816dce --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf82ec5bcf9cbd4c7a5679ce4c749b3110c2e4f6e1776769735193ad43fc1188 +size 824637 diff --git a/perception/single_instance_identification/attribute_recognition/images/313.png b/perception/single_instance_identification/attribute_recognition/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..15307e61b04e83b01f11f3f323c52f9e9a21ba7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b95016df75acc029c6ddc471b59f3ec78fa98ce0a0f68ccbd7195bffa4bd088 +size 845938 diff --git a/perception/single_instance_identification/attribute_recognition/images/314.png b/perception/single_instance_identification/attribute_recognition/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..15307e61b04e83b01f11f3f323c52f9e9a21ba7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b95016df75acc029c6ddc471b59f3ec78fa98ce0a0f68ccbd7195bffa4bd088 +size 845938 diff --git a/perception/single_instance_identification/attribute_recognition/images/315.png b/perception/single_instance_identification/attribute_recognition/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..6801d0fa31c16fe4ab862d9d3c4f914d06beeb70 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d45ccb78a90cdb78874115c7b219d165fae164f49338cfcec21fd334de089ae +size 836580 diff --git a/perception/single_instance_identification/attribute_recognition/images/316.png b/perception/single_instance_identification/attribute_recognition/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..76c9f311bf5a301873b591327d6a31e766cd3ed2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b9069531a5df3c329f9db0db27a5a326140c09536d092229618ebc0d4435c2 +size 746671 diff --git a/perception/single_instance_identification/attribute_recognition/images/317.png b/perception/single_instance_identification/attribute_recognition/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..91cb58d8619195cd1b6dcf137cc28d0e37fe2656 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55104006c35628ca5f1ca687dc51ffc21d5986357d1c793ba5b3a0e8fc197ae +size 863057 diff --git a/perception/single_instance_identification/attribute_recognition/images/318.png b/perception/single_instance_identification/attribute_recognition/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..91cb58d8619195cd1b6dcf137cc28d0e37fe2656 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55104006c35628ca5f1ca687dc51ffc21d5986357d1c793ba5b3a0e8fc197ae +size 863057 diff --git a/perception/single_instance_identification/attribute_recognition/images/319.png b/perception/single_instance_identification/attribute_recognition/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..b2abac1389e436054c4a83f49efce6fca4d9a13d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a76f041e26b8785813bc954269641819bf39f7169423cb5e147767a1d7b64d +size 855579 diff --git a/perception/single_instance_identification/attribute_recognition/images/32.png b/perception/single_instance_identification/attribute_recognition/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..0273028e89fd3b14d90791f22df993a382f5436e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3035fa4424894505902cb9d86058f3bb4f52b5f07bf5ad584498d34b84e4a0a3 +size 835114 diff --git a/perception/single_instance_identification/attribute_recognition/images/320.png b/perception/single_instance_identification/attribute_recognition/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..b2abac1389e436054c4a83f49efce6fca4d9a13d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a76f041e26b8785813bc954269641819bf39f7169423cb5e147767a1d7b64d +size 855579 diff --git a/perception/single_instance_identification/attribute_recognition/images/321.png b/perception/single_instance_identification/attribute_recognition/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..f893ed27a1f9a4e30cd8d6489ab2fd2563f17a35 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a9480cc13edbfe4fdf1a0cdc7b95b5366ef3208d8a43c27e873ce9bab41b3e +size 801357 diff --git a/perception/single_instance_identification/attribute_recognition/images/322.png b/perception/single_instance_identification/attribute_recognition/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..84155e05f46ac85d274e2f63ac5831bc0cbeebd5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc4d61a92799103f173390ed985c189626ba3eb74026b141293b6ba414fa11e +size 784159 diff --git a/perception/single_instance_identification/attribute_recognition/images/323.png b/perception/single_instance_identification/attribute_recognition/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..38fee6b7c298a3357439a0bc20c2b1d63d33ceb7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2f468985f239c9d90bebdda89d58097996b03ea27a30af7dbc8f7e233fdc77 +size 743695 diff --git a/perception/single_instance_identification/attribute_recognition/images/324.png b/perception/single_instance_identification/attribute_recognition/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..2174aadb96f6048febdaec86fb726102ca4db548 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b725e6f5633901ffce1d52098e8b0cd57d9435318c024205bc43d9a03afc2 +size 840131 diff --git a/perception/single_instance_identification/attribute_recognition/images/325.png b/perception/single_instance_identification/attribute_recognition/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..f11a9f8f60513db8ab0fee214e53f1bd0163f5e5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4305b371ca1d806e52179db31ab25fdf8fb9791c73bbb5b588b9e72bf648d3fe +size 765035 diff --git a/perception/single_instance_identification/attribute_recognition/images/326.png b/perception/single_instance_identification/attribute_recognition/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..f11a9f8f60513db8ab0fee214e53f1bd0163f5e5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4305b371ca1d806e52179db31ab25fdf8fb9791c73bbb5b588b9e72bf648d3fe +size 765035 diff --git a/perception/single_instance_identification/attribute_recognition/images/327.png b/perception/single_instance_identification/attribute_recognition/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..ef36cb42c289cb827185026d66bdfc30075479fc --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4422cc63fa4b60886ecf9e24155d8d500e42b533dd7c883e110c11a363f6ee37 +size 784330 diff --git a/perception/single_instance_identification/attribute_recognition/images/328.png b/perception/single_instance_identification/attribute_recognition/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..a467b668c1ac0125e23e4c2a410d6134dd68382a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0230acf25e349772775a961bac0a4594f899d11abcc0ebcaeae7604f1beef6eb +size 789499 diff --git a/perception/single_instance_identification/attribute_recognition/images/329.png b/perception/single_instance_identification/attribute_recognition/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..a467b668c1ac0125e23e4c2a410d6134dd68382a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0230acf25e349772775a961bac0a4594f899d11abcc0ebcaeae7604f1beef6eb +size 789499 diff --git a/perception/single_instance_identification/attribute_recognition/images/33.png b/perception/single_instance_identification/attribute_recognition/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..3823b185cedfbadcdf0eb23053d31a77139c57a6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bdada9c879b3a5dcb4c88971e28e8b32e168736d1c0e646c04ebcdce64221 +size 804838 diff --git a/perception/single_instance_identification/attribute_recognition/images/330.png b/perception/single_instance_identification/attribute_recognition/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ffd7270e672df021a8b52b51802a2be0bb1ba5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3eb22013c4f1e3fc3919e0b06770847c36d6bd75401877fcf3c2e7425350be +size 843198 diff --git a/perception/single_instance_identification/attribute_recognition/images/331.png b/perception/single_instance_identification/attribute_recognition/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ffd7270e672df021a8b52b51802a2be0bb1ba5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3eb22013c4f1e3fc3919e0b06770847c36d6bd75401877fcf3c2e7425350be +size 843198 diff --git a/perception/single_instance_identification/attribute_recognition/images/332.png b/perception/single_instance_identification/attribute_recognition/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..6eb95dcae36671ccc1086f02e06bbc946c40042c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3110eaac0173e1e1ef66b49eb99357d50b3f356081bb7e8b579a1af43c2c29d +size 733137 diff --git a/perception/single_instance_identification/attribute_recognition/images/333.png b/perception/single_instance_identification/attribute_recognition/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..c8df14b931198b9e09086c5cdb49a0031f29b871 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc38d641024c3b1b08b2adfcfec4d5ec2833c7cce43fa45d0a7d9eceba09c0e +size 845600 diff --git a/perception/single_instance_identification/attribute_recognition/images/334.png b/perception/single_instance_identification/attribute_recognition/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..202109bd88f8d7c0ffa7a283a52453bcddbd0127 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430887bc8be4e83897387b38af7e6a4be1fb4de5fb90e0d9cb2c13996713076a +size 766665 diff --git a/perception/single_instance_identification/attribute_recognition/images/335.png b/perception/single_instance_identification/attribute_recognition/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..153b4f6a948f1c233169a78f1e8f939e7a682025 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8c0a5cb85d1e8199ed49b0fc94a502f780cad0d3ccd9f68553fc7eeda74a6f +size 750693 diff --git a/perception/single_instance_identification/attribute_recognition/images/336.png b/perception/single_instance_identification/attribute_recognition/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..253d020364a0746da84131821254e4ff7c1d6041 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fb0a14559b59eca66df289a667736fd44200a052d8c97042755a7a5a38e628 +size 844397 diff --git a/perception/single_instance_identification/attribute_recognition/images/337.png b/perception/single_instance_identification/attribute_recognition/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..98ec80fb804e45c3e1b66fc08f71cfb5ffb63237 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087a2b5c91d1967ee7697ace1dd1051d233dd8994f168dde2737ae3af234fe71 +size 803690 diff --git a/perception/single_instance_identification/attribute_recognition/images/338.png b/perception/single_instance_identification/attribute_recognition/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..139851d96595722a785ffe05a20d4cb308766edb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccdb5fdb2d1994cc05b2b78c8a3b057da7fc1b8e2d61dfd589960cbbf866caf +size 749854 diff --git a/perception/single_instance_identification/attribute_recognition/images/339.png b/perception/single_instance_identification/attribute_recognition/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e7d680c5bd84b33c131bb460d5d8b5bcf02e28 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aead2276701e630bd99d4e9c3bc6fb6370dcb0ecd3f580baae8f1365591fc088 +size 682472 diff --git a/perception/single_instance_identification/attribute_recognition/images/34.png b/perception/single_instance_identification/attribute_recognition/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..3823b185cedfbadcdf0eb23053d31a77139c57a6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bdada9c879b3a5dcb4c88971e28e8b32e168736d1c0e646c04ebcdce64221 +size 804838 diff --git a/perception/single_instance_identification/attribute_recognition/images/340.png b/perception/single_instance_identification/attribute_recognition/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..11539c2f304a4636a3ebad7e5d040d7773a472ff --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4a53e3811d7bb9699896c2d0f69ff0cdbc5fe003bb815f58151304d841c21a +size 771572 diff --git a/perception/single_instance_identification/attribute_recognition/images/341.png b/perception/single_instance_identification/attribute_recognition/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..7c67572fce8dc9fd78587dabe79a83e8d02d7706 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9350d6589eca9bba48a958297ad89c375cf09faede715ddb3dd9e6e5979841e +size 573344 diff --git a/perception/single_instance_identification/attribute_recognition/images/342.png b/perception/single_instance_identification/attribute_recognition/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..d69404a1bc419c4847682246dad8d353edfdf454 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4318829b09e388d5a9d13854d0a2e52e7753fbb44b16d1e48d9926effc30c6d4 +size 763098 diff --git a/perception/single_instance_identification/attribute_recognition/images/343.png b/perception/single_instance_identification/attribute_recognition/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..601177c486cdb5acc072f2706b55b38c2b5b6b98 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233af7372cc35411a9af17a1225c0bdb5d8466c847c18eae0c4a05268397c090 +size 754316 diff --git a/perception/single_instance_identification/attribute_recognition/images/344.png b/perception/single_instance_identification/attribute_recognition/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..6d02b64ff958846095e5d81c6902304d75498d21 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee3111308047ce89d18f8285b424d41dc9b050707da37a30197b56da5b80871 +size 849375 diff --git a/perception/single_instance_identification/attribute_recognition/images/345.png b/perception/single_instance_identification/attribute_recognition/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..1a54e359c905534906a7648a3311cc368eb52b59 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cbd7b8ef0acf58e1dd59dfe3522f299080975702074d0b3ea42d53986afd12 +size 786413 diff --git a/perception/single_instance_identification/attribute_recognition/images/346.png b/perception/single_instance_identification/attribute_recognition/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..1a54e359c905534906a7648a3311cc368eb52b59 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cbd7b8ef0acf58e1dd59dfe3522f299080975702074d0b3ea42d53986afd12 +size 786413 diff --git a/perception/single_instance_identification/attribute_recognition/images/347.png b/perception/single_instance_identification/attribute_recognition/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..5872bc02d9df4dc10761c61d92ce95c08514b8eb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b285afc04f76d037cfbb5fb149110668e611927525d6a2835916b97bcf9bdf98 +size 798867 diff --git a/perception/single_instance_identification/attribute_recognition/images/348.png b/perception/single_instance_identification/attribute_recognition/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..121b455542c4b70e8985458c0b26ab81207311d3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccfe29593f641da8785fc5402d6aee811598055075dc1625cca063a5521072b +size 800530 diff --git a/perception/single_instance_identification/attribute_recognition/images/349.png b/perception/single_instance_identification/attribute_recognition/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..121b455542c4b70e8985458c0b26ab81207311d3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccfe29593f641da8785fc5402d6aee811598055075dc1625cca063a5521072b +size 800530 diff --git a/perception/single_instance_identification/attribute_recognition/images/35.png b/perception/single_instance_identification/attribute_recognition/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..d131a109ab9cd5f1df9d43d3676088bd9cd1b931 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36195ae39434cfbe570313076b1e18d247b18eda5972e6693f9b8676b82a9752 +size 853953 diff --git a/perception/single_instance_identification/attribute_recognition/images/350.png b/perception/single_instance_identification/attribute_recognition/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..a82f093d77ba3ebfbe734c88ea1cd9c495362bd7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134c6789b4f0839b4b904192ee1165644cc2d0bf77a050fc709be20fdfd0869f +size 796181 diff --git a/perception/single_instance_identification/attribute_recognition/images/351.png b/perception/single_instance_identification/attribute_recognition/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..e207f2bac569886f9f3dd5665db10134028496a0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff4e4f9483a590f9923513b921db084bdd621de791d6d891178f0beeca24cb8 +size 721376 diff --git a/perception/single_instance_identification/attribute_recognition/images/352.png b/perception/single_instance_identification/attribute_recognition/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..b08075ff9ccd0baebdc29a1757401f484816d15b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a00f15bc409d9fcf7dade75a1047e320778ab7894601f84bb0f7aa7b38b64b4 +size 739401 diff --git a/perception/single_instance_identification/attribute_recognition/images/353.png b/perception/single_instance_identification/attribute_recognition/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..f1de377c4e158e02e783ba2075a5e4efdf0be93e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196edf66bb7a1f211415390c6b0ffd1c780fd88dc121f5fc9794a0a5c6f92380 +size 730506 diff --git a/perception/single_instance_identification/attribute_recognition/images/354.png b/perception/single_instance_identification/attribute_recognition/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..f1de377c4e158e02e783ba2075a5e4efdf0be93e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196edf66bb7a1f211415390c6b0ffd1c780fd88dc121f5fc9794a0a5c6f92380 +size 730506 diff --git a/perception/single_instance_identification/attribute_recognition/images/355.png b/perception/single_instance_identification/attribute_recognition/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..984dbb65df241bed38da6ec8a0975c5837ecc0ae --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2938e835a7e54a7c7812c56f45c6b7013c4387db770026209d83da5785e92180 +size 663552 diff --git a/perception/single_instance_identification/attribute_recognition/images/356.png b/perception/single_instance_identification/attribute_recognition/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..984dbb65df241bed38da6ec8a0975c5837ecc0ae --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2938e835a7e54a7c7812c56f45c6b7013c4387db770026209d83da5785e92180 +size 663552 diff --git a/perception/single_instance_identification/attribute_recognition/images/357.png b/perception/single_instance_identification/attribute_recognition/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..efc851fe14ea68963544d6d215204a6c40d8e818 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2998318757f04dfc2d19b9b89bc1a7062d197390482a2fa8d231b845f9000e2b +size 718452 diff --git a/perception/single_instance_identification/attribute_recognition/images/358.png b/perception/single_instance_identification/attribute_recognition/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..efc851fe14ea68963544d6d215204a6c40d8e818 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2998318757f04dfc2d19b9b89bc1a7062d197390482a2fa8d231b845f9000e2b +size 718452 diff --git a/perception/single_instance_identification/attribute_recognition/images/359.png b/perception/single_instance_identification/attribute_recognition/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..ed10ca540956b51e69a0dd02d02157acd72da7cd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9717ec552bfe7c1fc3e79c98a427120bfb290cb816e01d4291f04eb8ea0d4979 +size 807535 diff --git a/perception/single_instance_identification/attribute_recognition/images/36.png b/perception/single_instance_identification/attribute_recognition/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..d131a109ab9cd5f1df9d43d3676088bd9cd1b931 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36195ae39434cfbe570313076b1e18d247b18eda5972e6693f9b8676b82a9752 +size 853953 diff --git a/perception/single_instance_identification/attribute_recognition/images/360.png b/perception/single_instance_identification/attribute_recognition/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..877d194d851127a61c8516a928436e773cb83296 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa880e55bcf69c3ef2847f2f9620670c2f17d832163f7e3b707c85482f881459 +size 746011 diff --git a/perception/single_instance_identification/attribute_recognition/images/361.png b/perception/single_instance_identification/attribute_recognition/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..877d194d851127a61c8516a928436e773cb83296 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa880e55bcf69c3ef2847f2f9620670c2f17d832163f7e3b707c85482f881459 +size 746011 diff --git a/perception/single_instance_identification/attribute_recognition/images/362.png b/perception/single_instance_identification/attribute_recognition/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb87d0755dbbde3203df040f4172be40ae3d6b5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516d6715192bb6ba3448e82734ad0bcbdea430bebd0a15f48f613f233f3cb032 +size 774887 diff --git a/perception/single_instance_identification/attribute_recognition/images/363.png b/perception/single_instance_identification/attribute_recognition/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..291cc52622af6883b9f82a776ce904d4d5ecab1f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08371a4cb4d82e0b1904948f90e9d58376a7340095c03c38fb33271cea8cc011 +size 745808 diff --git a/perception/single_instance_identification/attribute_recognition/images/364.png b/perception/single_instance_identification/attribute_recognition/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..d57808442f1a276775c65b072c4bfa82f3f4aa99 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24963a76b2eb26529a4cfe1788113d6916e953e71c2d4356a1b465b34eb0459 +size 759507 diff --git a/perception/single_instance_identification/attribute_recognition/images/365.png b/perception/single_instance_identification/attribute_recognition/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..2709d03888982beb5abf42d858fa057eac7ed5f2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b2672f95f6cc8d179973555cd8098454b354dd5072ce5b061eaaae5a4570c1 +size 811680 diff --git a/perception/single_instance_identification/attribute_recognition/images/366.png b/perception/single_instance_identification/attribute_recognition/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..ef42c97e67ea5088b381f02c6d643dba45c980e3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e062ed88215d7fe4dec8d79cd802cb058774c680093e325468d260e934f6961b +size 846758 diff --git a/perception/single_instance_identification/attribute_recognition/images/367.png b/perception/single_instance_identification/attribute_recognition/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..fca6fa4565409bb63895b35270be3eb4ad3cdbce --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25604e43ff2c7ff4c0d7b20b655b223ba97aaf32e55d92d6ddc6e658663f2fc5 +size 822408 diff --git a/perception/single_instance_identification/attribute_recognition/images/368.png b/perception/single_instance_identification/attribute_recognition/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..76e742d8f542c9fa585aa4207127eaeee54c551c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46080ab14034a40fbc40e646b85c175c78cb01514df438b17243c40a136fb2e +size 820004 diff --git a/perception/single_instance_identification/attribute_recognition/images/369.png b/perception/single_instance_identification/attribute_recognition/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..143323b02f4a2a5970b2e0bdd461df78a7162185 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfe7e66bef772c068b1f1953793b90b8a76293f8dd22f664a352bc37dc70f56 +size 793398 diff --git a/perception/single_instance_identification/attribute_recognition/images/37.png b/perception/single_instance_identification/attribute_recognition/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..6f034f5d09728f47157f3dfc9e369b132bc6b382 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37769816fc6db78b8dd9ebf99ab30b2939322579655cd3971f0e47a8ba9124 +size 867515 diff --git a/perception/single_instance_identification/attribute_recognition/images/370.png b/perception/single_instance_identification/attribute_recognition/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..2bef7d12a7248276bde7a679d25e7b5540bd68fe --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b70a8644a235d78ef1a68c2a35e74fab96d2810286e9b432e4b0187e651afd +size 858865 diff --git a/perception/single_instance_identification/attribute_recognition/images/371.png b/perception/single_instance_identification/attribute_recognition/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..061b350647cb4e22b32be9ffed4d52c08259cfb4 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f050650215ebf584554c65ebe9f3479cdcbfc15aa194135b547a6ab6ffb6543 +size 666384 diff --git a/perception/single_instance_identification/attribute_recognition/images/372.png b/perception/single_instance_identification/attribute_recognition/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ef3d44d0f6ebdcfdbc205356c41d72408481dc --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dce8e5841a87acdb8c7e920b8dbf15e0a99cf63ac5e8a96a9bc38bbc634076 +size 754206 diff --git a/perception/single_instance_identification/attribute_recognition/images/373.png b/perception/single_instance_identification/attribute_recognition/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..e103dc86d10627cc16fe3d6dbae18c709e36ec7f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff2d3fe1c2627ea906da9a82ff69a0c70ddba37d1a1c8a46f0b6a42b35b1602 +size 661393 diff --git a/perception/single_instance_identification/attribute_recognition/images/374.png b/perception/single_instance_identification/attribute_recognition/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb8290baccf62bbc4e9022019d70842a772f9bf --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e0813185522a697d7bf9e2c8c3a9b25adf80b485de541fceb0be625aecf46a +size 834186 diff --git a/perception/single_instance_identification/attribute_recognition/images/375.png b/perception/single_instance_identification/attribute_recognition/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb3105b3bfddd113588a0069b7ccd8f677e7e23 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2602fd11e970fbe77f1a9ac7c3569ef4ff5ead24ba4109a52fdfd796660a740 +size 799201 diff --git a/perception/single_instance_identification/attribute_recognition/images/376.png b/perception/single_instance_identification/attribute_recognition/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..a24fd91db0260ff9a1fb8b7633052101de6e384c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71269c4f9c93a4e4df0431711535e9f169454d869f0bea4340e7cbc1e6a61c23 +size 820303 diff --git a/perception/single_instance_identification/attribute_recognition/images/377.png b/perception/single_instance_identification/attribute_recognition/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..31917e1414dce6bd050507ff7c14c108d31b5c5a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4309fe89131022a1057db4a81d92d234a901df99d11baabdb76adc0bfc02e60 +size 721572 diff --git a/perception/single_instance_identification/attribute_recognition/images/378.png b/perception/single_instance_identification/attribute_recognition/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..e87a61991853b30de9393f0991130246a88aa7f0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f31f6391b17d7cfbf136e482a38ac2dce8785d9d1f45b95b1d60a036bf8c5 +size 821905 diff --git a/perception/single_instance_identification/attribute_recognition/images/379.png b/perception/single_instance_identification/attribute_recognition/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a8dfc6be08d407b33d278656bb1e4e0a905e8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f8998aa6015d9b44759b72596d2668c08282c29d21a4788d9f9dab64260757 +size 723770 diff --git a/perception/single_instance_identification/attribute_recognition/images/38.png b/perception/single_instance_identification/attribute_recognition/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..6f034f5d09728f47157f3dfc9e369b132bc6b382 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37769816fc6db78b8dd9ebf99ab30b2939322579655cd3971f0e47a8ba9124 +size 867515 diff --git a/perception/single_instance_identification/attribute_recognition/images/380.png b/perception/single_instance_identification/attribute_recognition/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..74d01fd3e1e65d76a9488bdfca39c097c4ebc3d8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ad07bd81836ecda08e50805380847b1d859dd7d52e4ed98a045dcd4ba9112 +size 786602 diff --git a/perception/single_instance_identification/attribute_recognition/images/381.png b/perception/single_instance_identification/attribute_recognition/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..874e0c322ee734b08d77bc1f0e3435798cbb6908 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef3b0a7075e569b928a99c59f19d4488ca3221d8e6b9a92401dd0d80636765d +size 802863 diff --git a/perception/single_instance_identification/attribute_recognition/images/382.png b/perception/single_instance_identification/attribute_recognition/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..9898abf4758a53220f0b98bc17e4972f7d61ca62 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c504b280c2d199b7e1d02ab1dc5eddbb00c29fd1ac2ab1b02f092571fa1f79a +size 774063 diff --git a/perception/single_instance_identification/attribute_recognition/images/383.png b/perception/single_instance_identification/attribute_recognition/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..2c08e6e8766075d4e8bffc7f23598e0e33a2d0ff --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689f18d456fcf6d0e518a4a12b27db48be2a4e42f70106edabe890cbeca0a710 +size 818456 diff --git a/perception/single_instance_identification/attribute_recognition/images/384.png b/perception/single_instance_identification/attribute_recognition/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..38d432c6f64586767b54d2446096f8337d7c5829 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e921654411b4d9737c07af5f10ed8e48617c623d67355032a852569e993bd7 +size 780682 diff --git a/perception/single_instance_identification/attribute_recognition/images/385.png b/perception/single_instance_identification/attribute_recognition/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..a35aa08ef97e88a929f8f37bab16f853ce4bb72a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16966802a03c2a0140480ff09b93f3f8fb0057974b8dc7f06fe8373c56902a2b +size 780405 diff --git a/perception/single_instance_identification/attribute_recognition/images/386.png b/perception/single_instance_identification/attribute_recognition/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff753e3237496acd7a0058572307636f61821ec --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a775177a0573dd5fbb8012da24c4359821202123748ed7d276b5ad61140f9442 +size 754284 diff --git a/perception/single_instance_identification/attribute_recognition/images/387.png b/perception/single_instance_identification/attribute_recognition/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5215a792ffe9521ea644fc4e7957969550ebf0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2975eaf595a12f9072bffdadc294260fe27366db72eec6de1e70c23981fea051 +size 836998 diff --git a/perception/single_instance_identification/attribute_recognition/images/388.png b/perception/single_instance_identification/attribute_recognition/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5215a792ffe9521ea644fc4e7957969550ebf0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2975eaf595a12f9072bffdadc294260fe27366db72eec6de1e70c23981fea051 +size 836998 diff --git a/perception/single_instance_identification/attribute_recognition/images/389.png b/perception/single_instance_identification/attribute_recognition/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..71ec603218ebdc6361909ceac5fcf69e862870fa --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224647734d1f4c7d389a34f337f6a29a69ded24d1ac389c4051bc779fe00cc33 +size 792395 diff --git a/perception/single_instance_identification/attribute_recognition/images/39.png b/perception/single_instance_identification/attribute_recognition/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..263001f460f316c1b6860bbd91ad375e525c499f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f62d2042566605b2e907813c54eb6c6b96d673b0a0b64dbe88851feffb8a0c +size 902768 diff --git a/perception/single_instance_identification/attribute_recognition/images/390.png b/perception/single_instance_identification/attribute_recognition/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..07a394057f076061cda288faaba79d384f9f7d67 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0b176a8656f27fbf30c4a7ca4db5ae13b5a3f4e8947e3f4b6fb065c401970f +size 764053 diff --git a/perception/single_instance_identification/attribute_recognition/images/391.png b/perception/single_instance_identification/attribute_recognition/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc4860d5cdcf97bccbdf4063d20a4cd9ba0ccb0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71afd9e3cb0f6edb4e45d633813f34084a4b375386a3cc9791adef6e208d2ce2 +size 628241 diff --git a/perception/single_instance_identification/attribute_recognition/images/392.png b/perception/single_instance_identification/attribute_recognition/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..4a43dcb0db870367f5c7bda943b0b5e25985f887 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4a07af525162f9753608ab6d7ded09851c2ab84206f5c73b966ea3e21a32bb +size 840072 diff --git a/perception/single_instance_identification/attribute_recognition/images/393.png b/perception/single_instance_identification/attribute_recognition/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..4a43dcb0db870367f5c7bda943b0b5e25985f887 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4a07af525162f9753608ab6d7ded09851c2ab84206f5c73b966ea3e21a32bb +size 840072 diff --git a/perception/single_instance_identification/attribute_recognition/images/394.png b/perception/single_instance_identification/attribute_recognition/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..570d5366b3233dff8765c7abf741a7fbe84e34eb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a68d4d5c00192dcdc4ffed0980c73eee75acc512eec686d7cde1e5425e6dd55 +size 760650 diff --git a/perception/single_instance_identification/attribute_recognition/images/395.png b/perception/single_instance_identification/attribute_recognition/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..570d5366b3233dff8765c7abf741a7fbe84e34eb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a68d4d5c00192dcdc4ffed0980c73eee75acc512eec686d7cde1e5425e6dd55 +size 760650 diff --git a/perception/single_instance_identification/attribute_recognition/images/396.png b/perception/single_instance_identification/attribute_recognition/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..410144580b6a73d17853f4bd7a10da85ef6668b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15c3efa200f6f76de41d7db28d2c9997208300bf65a96e5b3941cbfbe9b8e7 +size 788192 diff --git a/perception/single_instance_identification/attribute_recognition/images/397.png b/perception/single_instance_identification/attribute_recognition/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..410144580b6a73d17853f4bd7a10da85ef6668b2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15c3efa200f6f76de41d7db28d2c9997208300bf65a96e5b3941cbfbe9b8e7 +size 788192 diff --git a/perception/single_instance_identification/attribute_recognition/images/398.png b/perception/single_instance_identification/attribute_recognition/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..28da967a92eadea685f770912e8d99e561816dce --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf82ec5bcf9cbd4c7a5679ce4c749b3110c2e4f6e1776769735193ad43fc1188 +size 824637 diff --git a/perception/single_instance_identification/attribute_recognition/images/399.png b/perception/single_instance_identification/attribute_recognition/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..15307e61b04e83b01f11f3f323c52f9e9a21ba7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b95016df75acc029c6ddc471b59f3ec78fa98ce0a0f68ccbd7195bffa4bd088 +size 845938 diff --git a/perception/single_instance_identification/attribute_recognition/images/4.png b/perception/single_instance_identification/attribute_recognition/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..71b42ec19491360cfa3498b50b63277a0b8478cd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537519bd2035762c4111c8b82bae9b3aa051f2fbed965c6a19e3623a6f2f0e0b +size 874327 diff --git a/perception/single_instance_identification/attribute_recognition/images/40.png b/perception/single_instance_identification/attribute_recognition/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..263001f460f316c1b6860bbd91ad375e525c499f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f62d2042566605b2e907813c54eb6c6b96d673b0a0b64dbe88851feffb8a0c +size 902768 diff --git a/perception/single_instance_identification/attribute_recognition/images/400.png b/perception/single_instance_identification/attribute_recognition/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..15307e61b04e83b01f11f3f323c52f9e9a21ba7c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b95016df75acc029c6ddc471b59f3ec78fa98ce0a0f68ccbd7195bffa4bd088 +size 845938 diff --git a/perception/single_instance_identification/attribute_recognition/images/401.png b/perception/single_instance_identification/attribute_recognition/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..6801d0fa31c16fe4ab862d9d3c4f914d06beeb70 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d45ccb78a90cdb78874115c7b219d165fae164f49338cfcec21fd334de089ae +size 836580 diff --git a/perception/single_instance_identification/attribute_recognition/images/402.png b/perception/single_instance_identification/attribute_recognition/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..6801d0fa31c16fe4ab862d9d3c4f914d06beeb70 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d45ccb78a90cdb78874115c7b219d165fae164f49338cfcec21fd334de089ae +size 836580 diff --git a/perception/single_instance_identification/attribute_recognition/images/403.png b/perception/single_instance_identification/attribute_recognition/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..76c9f311bf5a301873b591327d6a31e766cd3ed2 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b9069531a5df3c329f9db0db27a5a326140c09536d092229618ebc0d4435c2 +size 746671 diff --git a/perception/single_instance_identification/attribute_recognition/images/404.png b/perception/single_instance_identification/attribute_recognition/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1d846b0e7b0f7b9aebaede4a71ce7cb5888db8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98939ddc4ecf9565a31b81e3f93b3001259eecf8a9c4e3fabe0703e954fc3255 +size 842446 diff --git a/perception/single_instance_identification/attribute_recognition/images/405.png b/perception/single_instance_identification/attribute_recognition/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1d846b0e7b0f7b9aebaede4a71ce7cb5888db8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98939ddc4ecf9565a31b81e3f93b3001259eecf8a9c4e3fabe0703e954fc3255 +size 842446 diff --git a/perception/single_instance_identification/attribute_recognition/images/406.png b/perception/single_instance_identification/attribute_recognition/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..91cb58d8619195cd1b6dcf137cc28d0e37fe2656 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55104006c35628ca5f1ca687dc51ffc21d5986357d1c793ba5b3a0e8fc197ae +size 863057 diff --git a/perception/single_instance_identification/attribute_recognition/images/407.png b/perception/single_instance_identification/attribute_recognition/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..91cb58d8619195cd1b6dcf137cc28d0e37fe2656 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55104006c35628ca5f1ca687dc51ffc21d5986357d1c793ba5b3a0e8fc197ae +size 863057 diff --git a/perception/single_instance_identification/attribute_recognition/images/408.png b/perception/single_instance_identification/attribute_recognition/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..c98b19390d09b4c51307f02092287202471b68c4 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0296805715a68a14308d87ba1d87761e782d49b08950a3563559bc8fc98e9af2 +size 850937 diff --git a/perception/single_instance_identification/attribute_recognition/images/409.png b/perception/single_instance_identification/attribute_recognition/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..73aa3825d4029a3e31bd0eed9dbf8ab49741baf5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5a30b5f1c53d70212fac7d65c4f7dcb294fd5b0f8d5a7f2fb4154272a1292d +size 793559 diff --git a/perception/single_instance_identification/attribute_recognition/images/41.png b/perception/single_instance_identification/attribute_recognition/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..df683e44061a9b4a92d85194c0a0f106033d01fb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc271f64ac2875b2843568cab0f2435ddc338f3147be3d39a90385b382e933 +size 827748 diff --git a/perception/single_instance_identification/attribute_recognition/images/410.png b/perception/single_instance_identification/attribute_recognition/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..4499f2989d2611941e89eef486063b2990380e13 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f176a98c9a21c0477ef5ec187b22a778afd81d0e04e061de9000f43c06c5d3f2 +size 828126 diff --git a/perception/single_instance_identification/attribute_recognition/images/411.png b/perception/single_instance_identification/attribute_recognition/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..4499f2989d2611941e89eef486063b2990380e13 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f176a98c9a21c0477ef5ec187b22a778afd81d0e04e061de9000f43c06c5d3f2 +size 828126 diff --git a/perception/single_instance_identification/attribute_recognition/images/412.png b/perception/single_instance_identification/attribute_recognition/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..b2abac1389e436054c4a83f49efce6fca4d9a13d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a76f041e26b8785813bc954269641819bf39f7169423cb5e147767a1d7b64d +size 855579 diff --git a/perception/single_instance_identification/attribute_recognition/images/413.png b/perception/single_instance_identification/attribute_recognition/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..b2abac1389e436054c4a83f49efce6fca4d9a13d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a76f041e26b8785813bc954269641819bf39f7169423cb5e147767a1d7b64d +size 855579 diff --git a/perception/single_instance_identification/attribute_recognition/images/414.png b/perception/single_instance_identification/attribute_recognition/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..91e9331d96b6a71472a128399747ed3aa1902042 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f7dc08ac5e9ba985b8126a26c8fd3980f2e4c8623e63ddccfec8b3bd7926d1 +size 814129 diff --git a/perception/single_instance_identification/attribute_recognition/images/415.png b/perception/single_instance_identification/attribute_recognition/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..91e9331d96b6a71472a128399747ed3aa1902042 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f7dc08ac5e9ba985b8126a26c8fd3980f2e4c8623e63ddccfec8b3bd7926d1 +size 814129 diff --git a/perception/single_instance_identification/attribute_recognition/images/416.png b/perception/single_instance_identification/attribute_recognition/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c6fd6437074367fb35fa86b35bc7ce47988998 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676b3f8ead7427dddd62aa3a5b96eb6d3562e279166744e4b5c19cb0feebaec2 +size 699561 diff --git a/perception/single_instance_identification/attribute_recognition/images/417.png b/perception/single_instance_identification/attribute_recognition/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..6f885da58322c17540a564a99f63ab2bd4069df3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c63cb359cc8588ebfcb3fc24fcdb7c60cf3e9e0a17d46175fa34fd8da95658a +size 933884 diff --git a/perception/single_instance_identification/attribute_recognition/images/418.png b/perception/single_instance_identification/attribute_recognition/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..6f885da58322c17540a564a99f63ab2bd4069df3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c63cb359cc8588ebfcb3fc24fcdb7c60cf3e9e0a17d46175fa34fd8da95658a +size 933884 diff --git a/perception/single_instance_identification/attribute_recognition/images/419.png b/perception/single_instance_identification/attribute_recognition/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..da6ee1639711fdfc006dc6f561ec41e8709b7f71 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dda3a696cb0c87515bbacbe6aca25ca8b27230529d2828262373b523694a8a +size 765649 diff --git a/perception/single_instance_identification/attribute_recognition/images/42.png b/perception/single_instance_identification/attribute_recognition/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..df683e44061a9b4a92d85194c0a0f106033d01fb --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc271f64ac2875b2843568cab0f2435ddc338f3147be3d39a90385b382e933 +size 827748 diff --git a/perception/single_instance_identification/attribute_recognition/images/420.png b/perception/single_instance_identification/attribute_recognition/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..38fee6b7c298a3357439a0bc20c2b1d63d33ceb7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2f468985f239c9d90bebdda89d58097996b03ea27a30af7dbc8f7e233fdc77 +size 743695 diff --git a/perception/single_instance_identification/attribute_recognition/images/421.png b/perception/single_instance_identification/attribute_recognition/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..888860c4fa40887e8a261494e54aba419659b91a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef6bef66f7d89dd4df1f1e795d52186208cbde88bf266772bbce103e527b994 +size 803275 diff --git a/perception/single_instance_identification/attribute_recognition/images/422.png b/perception/single_instance_identification/attribute_recognition/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..33a405429369769d084a7ce9dc521b2d85ef010b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499758204181196a3119b913c731eea64b90d92f3cc6419eb5eef078d5a84127 +size 643142 diff --git a/perception/single_instance_identification/attribute_recognition/images/423.png b/perception/single_instance_identification/attribute_recognition/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..18fc0730dbe4b1c544ac4342e4c58482b5d35830 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f622b40201d06bfe92a065cd55ab400f35b3814f966bf0b47d628c544e2f3526 +size 870209 diff --git a/perception/single_instance_identification/attribute_recognition/images/424.png b/perception/single_instance_identification/attribute_recognition/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..18fc0730dbe4b1c544ac4342e4c58482b5d35830 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f622b40201d06bfe92a065cd55ab400f35b3814f966bf0b47d628c544e2f3526 +size 870209 diff --git a/perception/single_instance_identification/attribute_recognition/images/425.png b/perception/single_instance_identification/attribute_recognition/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..60a91fff8e8a7ab0bb964f030b2813c99a308a84 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a11516ea25aa2e2d5afe7767728bf903dcd906b36d41b345f9d2b280e63267 +size 711847 diff --git a/perception/single_instance_identification/attribute_recognition/images/426.png b/perception/single_instance_identification/attribute_recognition/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..9edfda18c7ae6eb724e4a2ab44f87b5a290c6b51 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bce577f6955678917ad62a8d4ba5979c3f16bf19738d045065b1cf76b39498 +size 774267 diff --git a/perception/single_instance_identification/attribute_recognition/images/427.png b/perception/single_instance_identification/attribute_recognition/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..2174aadb96f6048febdaec86fb726102ca4db548 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b725e6f5633901ffce1d52098e8b0cd57d9435318c024205bc43d9a03afc2 +size 840131 diff --git a/perception/single_instance_identification/attribute_recognition/images/428.png b/perception/single_instance_identification/attribute_recognition/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ba0b2272fa1c3de4e5299e8f9e51b886e40fa8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968ce760fd54e2a64ca44f2c77f82b47a13dd207b046bd374eaed97dc6636855 +size 803896 diff --git a/perception/single_instance_identification/attribute_recognition/images/429.png b/perception/single_instance_identification/attribute_recognition/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc0418ab6f619561b04367c4e1aa633b5b0b12c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8f4c63df02b871f172581245726a01d28f9b3a916423af4e49df5f717f7ee2 +size 844263 diff --git a/perception/single_instance_identification/attribute_recognition/images/43.png b/perception/single_instance_identification/attribute_recognition/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..aa712c46a325431f3077249a78ea847ef6bf8c3c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ae385c58751200a48701b679a4d7ad4ebad2e04bd902676d3b3233a3328d24 +size 746864 diff --git a/perception/single_instance_identification/attribute_recognition/images/430.png b/perception/single_instance_identification/attribute_recognition/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..09778c1317d9cd646b3d21566a01338565512a1d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00be81e90dbfdfbc475aa1cb547a5601fc30541f0981c32eeead154428c7733 +size 773971 diff --git a/perception/single_instance_identification/attribute_recognition/images/431.png b/perception/single_instance_identification/attribute_recognition/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..dea6604505c00ff14050e0e35cd5881695e680cf --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9f3a6fe235f996a27b0cb48f4a1a969bd085bed66c8236be3bcf8eae6f037c +size 725100 diff --git a/perception/single_instance_identification/attribute_recognition/images/432.png b/perception/single_instance_identification/attribute_recognition/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..1560598bdc0be56f4026a44f6e66a23a50f50757 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7520d36f1ff1fee355e050de6f727979c56cdd9c4b6229805b776fb6272e7e19 +size 833459 diff --git a/perception/single_instance_identification/attribute_recognition/images/433.png b/perception/single_instance_identification/attribute_recognition/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..e700c49ebde24f44bb84d439e1c8563299418523 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b34ee9451977e341dde61464a537cf268a0123e45625ac53d34f32c0257c7d +size 809700 diff --git a/perception/single_instance_identification/attribute_recognition/images/434.png b/perception/single_instance_identification/attribute_recognition/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..e700c49ebde24f44bb84d439e1c8563299418523 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b34ee9451977e341dde61464a537cf268a0123e45625ac53d34f32c0257c7d +size 809700 diff --git a/perception/single_instance_identification/attribute_recognition/images/435.png b/perception/single_instance_identification/attribute_recognition/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..d116b1003eb0cd6c90791aec69546b52adcaae00 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea6be2d2cff0b5d1b7de278818897f4cd3b9c3bb1f4d788cc7f35a1fbc9cd9f +size 852364 diff --git a/perception/single_instance_identification/attribute_recognition/images/436.png b/perception/single_instance_identification/attribute_recognition/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..d116b1003eb0cd6c90791aec69546b52adcaae00 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea6be2d2cff0b5d1b7de278818897f4cd3b9c3bb1f4d788cc7f35a1fbc9cd9f +size 852364 diff --git a/perception/single_instance_identification/attribute_recognition/images/437.png b/perception/single_instance_identification/attribute_recognition/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..d3906533a3ee7960b416dfa64e20622b21cde6ae --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fb6bd33661ef835057c4e2780a56f74d4b93e62325f57fb79d466c4c67ab06 +size 765426 diff --git a/perception/single_instance_identification/attribute_recognition/images/438.png b/perception/single_instance_identification/attribute_recognition/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..d3906533a3ee7960b416dfa64e20622b21cde6ae --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fb6bd33661ef835057c4e2780a56f74d4b93e62325f57fb79d466c4c67ab06 +size 765426 diff --git a/perception/single_instance_identification/attribute_recognition/images/439.png b/perception/single_instance_identification/attribute_recognition/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..0ddfac47df938ac8fa90a9030c4d18fc17cc9b40 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95cc77ec28fa2dd62d303d9298b4f367458a7a5c4bff01c7f9dc808332af4a0 +size 834894 diff --git a/perception/single_instance_identification/attribute_recognition/images/44.png b/perception/single_instance_identification/attribute_recognition/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..aa712c46a325431f3077249a78ea847ef6bf8c3c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ae385c58751200a48701b679a4d7ad4ebad2e04bd902676d3b3233a3328d24 +size 746864 diff --git a/perception/single_instance_identification/attribute_recognition/images/440.png b/perception/single_instance_identification/attribute_recognition/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..ac3e919097abf90b71f8460d161952f5c8c6a4e0 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097bd835af0c8fd087403df8eebc7895bbab0279bf0ea253edede9c86a679b17 +size 778778 diff --git a/perception/single_instance_identification/attribute_recognition/images/441.png b/perception/single_instance_identification/attribute_recognition/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..202109bd88f8d7c0ffa7a283a52453bcddbd0127 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430887bc8be4e83897387b38af7e6a4be1fb4de5fb90e0d9cb2c13996713076a +size 766665 diff --git a/perception/single_instance_identification/attribute_recognition/images/442.png b/perception/single_instance_identification/attribute_recognition/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0325e649e05807c6f32e1f795d352dacf48995 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afd3160c05f2f72fe4d2a1e4c7a043f159da6a5593f30b9ce869bc2eb8f58ff +size 827699 diff --git a/perception/single_instance_identification/attribute_recognition/images/443.png b/perception/single_instance_identification/attribute_recognition/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0325e649e05807c6f32e1f795d352dacf48995 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afd3160c05f2f72fe4d2a1e4c7a043f159da6a5593f30b9ce869bc2eb8f58ff +size 827699 diff --git a/perception/single_instance_identification/attribute_recognition/images/444.png b/perception/single_instance_identification/attribute_recognition/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..1651accd41ec5461678f1c0a6a09e192706eba79 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90222c808cbfce930821fd8bee745a87e2d881a6d1823ce101962e9d31ca88af +size 803962 diff --git a/perception/single_instance_identification/attribute_recognition/images/445.png b/perception/single_instance_identification/attribute_recognition/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..8780d1966194ecfc844d540c597f50f14eade191 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39fe97b6075cb042fa3295c32c17ebdb27ef3011b8407cb03156a03a068d25d +size 770865 diff --git a/perception/single_instance_identification/attribute_recognition/images/446.png b/perception/single_instance_identification/attribute_recognition/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..ca85c43d2e02fb1673fae02eb0b1f93e454e9b56 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a79b6183edfa5fdc5d9b4aaa2db01de032578748d416d9f981fe72bf6b7732 +size 775107 diff --git a/perception/single_instance_identification/attribute_recognition/images/447.png b/perception/single_instance_identification/attribute_recognition/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..436c647a1f08703c7a3bafe5709975cfbd22437f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e30bc50fd5c8b82e760c8ce8a6cf4144e7af8155d9d014f11a2a8f7cfed51ba +size 732548 diff --git a/perception/single_instance_identification/attribute_recognition/images/448.png b/perception/single_instance_identification/attribute_recognition/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..dca6c591254fe843533bfeaa688171c063851e80 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad4526dda8a747d3dabf60e35ac2b096c412a23c3da26f6129a7581d3e07214 +size 734522 diff --git a/perception/single_instance_identification/attribute_recognition/images/449.png b/perception/single_instance_identification/attribute_recognition/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..5410246f90f5fd0e427dd6034c3fd157c75f92a6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d27d1583ab5aba74990b104c9fd3e9061670b40c6ca56d01212655d02257e9b +size 671309 diff --git a/perception/single_instance_identification/attribute_recognition/images/45.png b/perception/single_instance_identification/attribute_recognition/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..bfccec07643893a85aa60c164520e97d53ab1da8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6354da07e9aca18acedc84fc36a68929ea3d67ba13290b9777bd7cf9ec332b +size 821102 diff --git a/perception/single_instance_identification/attribute_recognition/images/450.png b/perception/single_instance_identification/attribute_recognition/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..2e580e293fbb1757cb0c456aa5f69018d6635929 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72495e92d583934a36213622e131fd840ad8894ba0847e4463a0d1d5538e9b9e +size 669392 diff --git a/perception/single_instance_identification/attribute_recognition/images/451.png b/perception/single_instance_identification/attribute_recognition/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7ed05ab22522a12c14d6c977851aae3a79d8c1 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395752e36c8370e067ae5db88112a1293e18f13b9b50163083bb068011ddf800 +size 817391 diff --git a/perception/single_instance_identification/attribute_recognition/images/452.png b/perception/single_instance_identification/attribute_recognition/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..ad621ce056e0dab5ead3344d7b7a1d6966be8875 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3034414a437e65df8eb212d0f026cd5d254c182156fa887398d5b399e81ab606 +size 815051 diff --git a/perception/single_instance_identification/attribute_recognition/images/453.png b/perception/single_instance_identification/attribute_recognition/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..16ef8a96c08d455bc7b7237536de941ec71704ad --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7193aaf25536f785bc723807ebe6a301562a99b930f6b305963df9734834ee +size 859463 diff --git a/perception/single_instance_identification/attribute_recognition/images/454.png b/perception/single_instance_identification/attribute_recognition/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e78281f3ef42e8f97352281b1f37184820ea81 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71eb14e24f4057d48409364013c620ce3678bcc06441d24d3b344ccecf9a57ee +size 635185 diff --git a/perception/single_instance_identification/attribute_recognition/images/455.png b/perception/single_instance_identification/attribute_recognition/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..37f53eb744fe891c9bc42975d728cf622cc697b7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe44f4fd6d39104beb3d78241fa2d7165a958908ea8191e2a88a3cd9385c9e60 +size 875907 diff --git a/perception/single_instance_identification/attribute_recognition/images/456.png b/perception/single_instance_identification/attribute_recognition/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2854a6224e3256ecd96b5222bf40066e32f641 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7263a81300ab81f4c2afef6f109ec256be8a392166ec1144cba15a587aeec0 +size 828768 diff --git a/perception/single_instance_identification/attribute_recognition/images/457.png b/perception/single_instance_identification/attribute_recognition/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..abea825d89f3d4e39fd60460a3b01423ebded1fc --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56beefef58f0e749c75b1a17b29c0922326676f1cfd26a9b19b45d70e0929c0b +size 827069 diff --git a/perception/single_instance_identification/attribute_recognition/images/458.png b/perception/single_instance_identification/attribute_recognition/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..f547f4709abe9b9e8e7ab8447dae8b12d5d88562 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bce6617bb863b005d6d6bacd354d9b477827da38853de1821db24956b18215e +size 851941 diff --git a/perception/single_instance_identification/attribute_recognition/images/459.png b/perception/single_instance_identification/attribute_recognition/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2503a11551f1382b068a166ed2f545065aad45 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33237e5742740ee28c795e211897940370cb792e8c989358b97cd3173e1fa1bb +size 697223 diff --git a/perception/single_instance_identification/attribute_recognition/images/46.png b/perception/single_instance_identification/attribute_recognition/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..bfccec07643893a85aa60c164520e97d53ab1da8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6354da07e9aca18acedc84fc36a68929ea3d67ba13290b9777bd7cf9ec332b +size 821102 diff --git a/perception/single_instance_identification/attribute_recognition/images/460.png b/perception/single_instance_identification/attribute_recognition/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec81e37a5a2843544d0076d25fe92e77de00648 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c45632ef32c0232acdd107a4c91fcf4aa5a1811907639a360b38de027c19379 +size 780961 diff --git a/perception/single_instance_identification/attribute_recognition/images/461.png b/perception/single_instance_identification/attribute_recognition/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..d9340cbfa7ab183f9ef93b1352e251a80d46d29e --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275db9bea83c455a38d249677c921d35e39cd6e8fd844a44464416d5b20aca16 +size 712121 diff --git a/perception/single_instance_identification/attribute_recognition/images/462.png b/perception/single_instance_identification/attribute_recognition/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..447b0eaad8f60890413c94835af1191137eb3aff --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871a9ef8eafe28cd03caf31a26654dd08d0325852a75b08f9a0221ecd1f055da +size 816885 diff --git a/perception/single_instance_identification/attribute_recognition/images/463.png b/perception/single_instance_identification/attribute_recognition/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..85baff0db369d315381ed7af9c94095dc67eb303 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ad60d7a57d8f76f37b2b12847bcbbf438d2115cade66602047b2c608a12be6 +size 802753 diff --git a/perception/single_instance_identification/attribute_recognition/images/464.png b/perception/single_instance_identification/attribute_recognition/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..614d9d40b6072f1c90b2a4596d6746cfbeb4003b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7e9304b686f400d7af68af85e7924762222eeba692c7a2935002f8b8c1c64e +size 852401 diff --git a/perception/single_instance_identification/attribute_recognition/images/465.png b/perception/single_instance_identification/attribute_recognition/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..76448620334f67562e4f8404dc0a2f89e362a2d5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07adebab86ed991bc38f65dcb889ef23da001f9cf88452051a7969aa69a5987 +size 828402 diff --git a/perception/single_instance_identification/attribute_recognition/images/466.png b/perception/single_instance_identification/attribute_recognition/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..355ced6294d85cbdaa0cf61ddb60cd858af27ebc --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fba4939a5b2a3b9b34ff49422aeb5bd8e61c4840d85b37823fb621bb64b963 +size 748565 diff --git a/perception/single_instance_identification/attribute_recognition/images/467.png b/perception/single_instance_identification/attribute_recognition/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..fd31b556724287c1b25b3835a2dfc6353c7c9ba6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f13808fb095e8d0b55f895d0e34186c5fbf347ec873f536ce657883bf88d88 +size 829347 diff --git a/perception/single_instance_identification/attribute_recognition/images/468.png b/perception/single_instance_identification/attribute_recognition/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..fd31b556724287c1b25b3835a2dfc6353c7c9ba6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f13808fb095e8d0b55f895d0e34186c5fbf347ec873f536ce657883bf88d88 +size 829347 diff --git a/perception/single_instance_identification/attribute_recognition/images/469.png b/perception/single_instance_identification/attribute_recognition/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..c70aea95eaea7cb22cd85f84adc4cbbc2e5a5195 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa55b5213eed1f7e653a31d7680f781b239201e4fd4fb2636cf8b9ef2b462ab +size 778078 diff --git a/perception/single_instance_identification/attribute_recognition/images/47.png b/perception/single_instance_identification/attribute_recognition/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4385ddaca8ced933611b0b4162cd049ea33e41 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d300d6f8e787ea980a53473df2427dcb84f4a0ea5e47ede53949b1b6f5fd5 +size 816856 diff --git a/perception/single_instance_identification/attribute_recognition/images/470.png b/perception/single_instance_identification/attribute_recognition/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..c70aea95eaea7cb22cd85f84adc4cbbc2e5a5195 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa55b5213eed1f7e653a31d7680f781b239201e4fd4fb2636cf8b9ef2b462ab +size 778078 diff --git a/perception/single_instance_identification/attribute_recognition/images/471.png b/perception/single_instance_identification/attribute_recognition/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..0b424c2053f09bc1d8d75359bdbe2669c256dfaa --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9368130a4f1461112dc2af26a21b38b0daaebdbfb1f25516bca76f0232d7acf9 +size 712537 diff --git a/perception/single_instance_identification/attribute_recognition/images/472.png b/perception/single_instance_identification/attribute_recognition/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..410f1f48b3915d9307a6c40c4584f27a592f2209 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3b64c2f65226dbd2cc93a758829cfdefc8987fed370193ea75f1fb25fc2648 +size 746662 diff --git a/perception/single_instance_identification/attribute_recognition/images/473.png b/perception/single_instance_identification/attribute_recognition/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..94d165e6c224db1e8660d77c7e3d542eab8f9aff --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79c639df6e32b09cfbed4dd835a31558d9a5283dd220801d4e386f71684b800 +size 758822 diff --git a/perception/single_instance_identification/attribute_recognition/images/474.png b/perception/single_instance_identification/attribute_recognition/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..94d165e6c224db1e8660d77c7e3d542eab8f9aff --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79c639df6e32b09cfbed4dd835a31558d9a5283dd220801d4e386f71684b800 +size 758822 diff --git a/perception/single_instance_identification/attribute_recognition/images/475.png b/perception/single_instance_identification/attribute_recognition/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..b13b20ea67055961d9b1db40df00c831115bed67 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17005ca2aee5921a63baf307d0bcd30ccf1078d278b27ee81c720713e1ca838 +size 683619 diff --git a/perception/single_instance_identification/attribute_recognition/images/476.png b/perception/single_instance_identification/attribute_recognition/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..36680d32dc2a1599792a1044fdd3ddc484a69f44 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094a13316a89f06f2635fc730b0d4e9d597b04a739d3c5c21bde2c1a90acd210 +size 797073 diff --git a/perception/single_instance_identification/attribute_recognition/images/477.png b/perception/single_instance_identification/attribute_recognition/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..a3486ec680bba9ba762464844d56fd4605fa699b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69217cb7aed8b8cf61b21880e468d8503065d6039d10df2695d8ffe6e878c5f +size 850804 diff --git a/perception/single_instance_identification/attribute_recognition/images/478.png b/perception/single_instance_identification/attribute_recognition/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3eae284e859e6e565f3bd49de83cd9c60a232b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68c0bc000919ab6e1ae8dd1a1e00753a8e137714554f1b4c535be155ef9ce4d +size 828667 diff --git a/perception/single_instance_identification/attribute_recognition/images/479.png b/perception/single_instance_identification/attribute_recognition/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3eae284e859e6e565f3bd49de83cd9c60a232b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68c0bc000919ab6e1ae8dd1a1e00753a8e137714554f1b4c535be155ef9ce4d +size 828667 diff --git a/perception/single_instance_identification/attribute_recognition/images/48.png b/perception/single_instance_identification/attribute_recognition/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4385ddaca8ced933611b0b4162cd049ea33e41 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d300d6f8e787ea980a53473df2427dcb84f4a0ea5e47ede53949b1b6f5fd5 +size 816856 diff --git a/perception/single_instance_identification/attribute_recognition/images/480.png b/perception/single_instance_identification/attribute_recognition/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..db6aee1cf34f374bcd8bf825505012909bfbf45c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28887e26f1a081f5842db9730a2903609b7f54683907c99f16808ddbfd43c26 +size 786585 diff --git a/perception/single_instance_identification/attribute_recognition/images/481.png b/perception/single_instance_identification/attribute_recognition/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..db6aee1cf34f374bcd8bf825505012909bfbf45c --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28887e26f1a081f5842db9730a2903609b7f54683907c99f16808ddbfd43c26 +size 786585 diff --git a/perception/single_instance_identification/attribute_recognition/images/482.png b/perception/single_instance_identification/attribute_recognition/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3a5e40ffecc2d923d3dda69b5a2b28077e6356 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492e5b1ccd291b64aa947b96466c15406c3ba49aefff36c512c38aeb46c0796a +size 843920 diff --git a/perception/single_instance_identification/attribute_recognition/images/483.png b/perception/single_instance_identification/attribute_recognition/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..717418b0caabb158ea35c5a6518a9372763f15dd --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cf7092b73ab5434bcde55615026245b894518268eda8959c7849f5fa3ca18b +size 771470 diff --git a/perception/single_instance_identification/attribute_recognition/images/484.png b/perception/single_instance_identification/attribute_recognition/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb87d0755dbbde3203df040f4172be40ae3d6b5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516d6715192bb6ba3448e82734ad0bcbdea430bebd0a15f48f613f233f3cb032 +size 774887 diff --git a/perception/single_instance_identification/attribute_recognition/images/485.png b/perception/single_instance_identification/attribute_recognition/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..106c7617089b4d3b9d799f71dbe95de921663b49 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8f34f384b3cef0d210ca3d4b9483b9d82bbdbdf4d6b52db72c3d1d5ba876f8 +size 701941 diff --git a/perception/single_instance_identification/attribute_recognition/images/486.png b/perception/single_instance_identification/attribute_recognition/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2d23f2014499b2d17d58562a8b80e7b48f636 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0198c0ddb124ddf2bc7ee110010f5b0988038692007eba1d3f818baa3e661 +size 663398 diff --git a/perception/single_instance_identification/attribute_recognition/images/487.png b/perception/single_instance_identification/attribute_recognition/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..b419e8e38b6df2a4b34867749df8978ee362dbf7 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40936a6b0d185d3714fc3f21f890a17046b03adb234520f9d827de62ac1065c +size 864078 diff --git a/perception/single_instance_identification/attribute_recognition/images/488.png b/perception/single_instance_identification/attribute_recognition/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..d57808442f1a276775c65b072c4bfa82f3f4aa99 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24963a76b2eb26529a4cfe1788113d6916e953e71c2d4356a1b465b34eb0459 +size 759507 diff --git a/perception/single_instance_identification/attribute_recognition/images/489.png b/perception/single_instance_identification/attribute_recognition/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c3a76fc9917002fd253d25c200819dae2faac9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77afde3b89f755b1250ab1a1e8365cd97ca7539d16a9afb757137abc6c580f7 +size 640960 diff --git a/perception/single_instance_identification/attribute_recognition/images/49.png b/perception/single_instance_identification/attribute_recognition/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..3c60b276a1e559c39e0c6fe79e8c8345b3f468d8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b988d820adbe83660f15640c094c8a3a6df060bcdc74336927d264e06a3507 +size 864776 diff --git a/perception/single_instance_identification/attribute_recognition/images/490.png b/perception/single_instance_identification/attribute_recognition/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..7b200062175e6fd581d76e31ba8bb05347a26e85 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fca0ca86d10a5d1397b6a4c9325339d3550e01553a23bbcfc82b28499b90dca +size 773217 diff --git a/perception/single_instance_identification/attribute_recognition/images/491.png b/perception/single_instance_identification/attribute_recognition/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..3ddda17d3dd3bc3cbc5c9f41f75e45afd8d664b5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372232ef76647f4917788cee9056beffdf7f52787106c5e223f617265663f63b +size 811976 diff --git a/perception/single_instance_identification/attribute_recognition/images/492.png b/perception/single_instance_identification/attribute_recognition/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..1adc16e596a0b7c1378e6e808e0afcf0076f3174 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a950bf1fa06044ae7e63833500462531f1b6e87f0e2a8ede23254bcd6f4215bc +size 833236 diff --git a/perception/single_instance_identification/attribute_recognition/images/493.png b/perception/single_instance_identification/attribute_recognition/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..1adc16e596a0b7c1378e6e808e0afcf0076f3174 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a950bf1fa06044ae7e63833500462531f1b6e87f0e2a8ede23254bcd6f4215bc +size 833236 diff --git a/perception/single_instance_identification/attribute_recognition/images/494.png b/perception/single_instance_identification/attribute_recognition/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..e669681ce56ef3cb4aa94804a42551a67b4e8091 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a0e3a11dabce33f0633488475d3abe1b954027e05932eaef6544b00a703832 +size 822996 diff --git a/perception/single_instance_identification/attribute_recognition/images/495.png b/perception/single_instance_identification/attribute_recognition/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..12b4b2c7589be96afa678c2a348ecc0274228e1b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96909a7ff71259b677b0b89d4fe4a2b8d40986b4453fb804097b6f2c89f87cb +size 807354 diff --git a/perception/single_instance_identification/attribute_recognition/images/496.png b/perception/single_instance_identification/attribute_recognition/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..0d06e8b7ec9e643a2d0f0bb380b06c4e92ace798 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c84898d0603be4b2abf057272483db21a0baf79d19b348da6bc8a5ef8ae1725 +size 771435 diff --git a/perception/single_instance_identification/attribute_recognition/images/497.png b/perception/single_instance_identification/attribute_recognition/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d6f96a8a1db8c5ad93d58b5b5c3fe7deea0760 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77afa2485bf602d770a693c73d0c147b7fd36e5a7c21dc1d80f1c67bb334aa3 +size 789904 diff --git a/perception/single_instance_identification/attribute_recognition/images/498.png b/perception/single_instance_identification/attribute_recognition/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..c95527e17cd39dd783e854fcbea02e1d8786b2f4 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91241dbe5de357fddd5011c74cff6f13c276e51211353c7e68465fc17e43430d +size 900496 diff --git a/perception/single_instance_identification/attribute_recognition/images/499.png b/perception/single_instance_identification/attribute_recognition/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe1342e5293bdc85ba31e85cd442a1372ae3bab --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5a3bc4109a859b8e342259feaa1aeb3509372ec4b5e2140599ce8b8974961a +size 733910 diff --git a/perception/single_instance_identification/attribute_recognition/images/5.png b/perception/single_instance_identification/attribute_recognition/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea39a87a7ae3ddf5ba890c2f71bdf51b99f8d83 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78902d738ed0e04ed1f451b7387134155ffff28bd05aebb524ae779b2e5b3d7 +size 725072 diff --git a/perception/single_instance_identification/attribute_recognition/images/50.png b/perception/single_instance_identification/attribute_recognition/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..3c60b276a1e559c39e0c6fe79e8c8345b3f468d8 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b988d820adbe83660f15640c094c8a3a6df060bcdc74336927d264e06a3507 +size 864776 diff --git a/perception/single_instance_identification/attribute_recognition/images/500.png b/perception/single_instance_identification/attribute_recognition/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..b4c4323aea7f0dfd269412468645c91c5cc7fb7d --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087cefe71342cec3152255532b2489a740ecc0c8e0c628fcd648d0edea85a00a +size 685313 diff --git a/perception/single_instance_identification/attribute_recognition/images/51.png b/perception/single_instance_identification/attribute_recognition/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e90c6688ab391e97778c7f529d95ccaef1251f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc626306e8ffb95411f14865a7d947656019142efb00e00a7365b5124de65456 +size 850865 diff --git a/perception/single_instance_identification/attribute_recognition/images/52.png b/perception/single_instance_identification/attribute_recognition/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e90c6688ab391e97778c7f529d95ccaef1251f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc626306e8ffb95411f14865a7d947656019142efb00e00a7365b5124de65456 +size 850865 diff --git a/perception/single_instance_identification/attribute_recognition/images/53.png b/perception/single_instance_identification/attribute_recognition/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2d035b270017cf523718270af09e8b5aa66ce5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db33822d99ad5f82fc8d5e06339bd2e5288d7a27fd3c4b2baa183416cf99f8 +size 813803 diff --git a/perception/single_instance_identification/attribute_recognition/images/54.png b/perception/single_instance_identification/attribute_recognition/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2d035b270017cf523718270af09e8b5aa66ce5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db33822d99ad5f82fc8d5e06339bd2e5288d7a27fd3c4b2baa183416cf99f8 +size 813803 diff --git a/perception/single_instance_identification/attribute_recognition/images/55.png b/perception/single_instance_identification/attribute_recognition/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..9d367b06ed9d5a2231edb7c4ef6fc51ff04f0356 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb6ab68acb9d90a054a43a3bd246e50e840585be7885a881f9e479dd0df0c7 +size 834255 diff --git a/perception/single_instance_identification/attribute_recognition/images/56.png b/perception/single_instance_identification/attribute_recognition/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..9d367b06ed9d5a2231edb7c4ef6fc51ff04f0356 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb6ab68acb9d90a054a43a3bd246e50e840585be7885a881f9e479dd0df0c7 +size 834255 diff --git a/perception/single_instance_identification/attribute_recognition/images/57.png b/perception/single_instance_identification/attribute_recognition/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..d505ee9ffbb809bcade34f79280f5de417934803 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32833f1f8a8dc6b8897ad296e06e93ccdccbe73311783ab7f83af54af191b5ea +size 854168 diff --git a/perception/single_instance_identification/attribute_recognition/images/58.png b/perception/single_instance_identification/attribute_recognition/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..d505ee9ffbb809bcade34f79280f5de417934803 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32833f1f8a8dc6b8897ad296e06e93ccdccbe73311783ab7f83af54af191b5ea +size 854168 diff --git a/perception/single_instance_identification/attribute_recognition/images/59.png b/perception/single_instance_identification/attribute_recognition/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..42721da8226304611d33904791a22c5c346e1a0a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56edbe3eabd1f11d12b2badf077cafb19ed08cd4ef57c2d3ddfc7a8b61ab7b +size 887152 diff --git a/perception/single_instance_identification/attribute_recognition/images/6.png b/perception/single_instance_identification/attribute_recognition/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea39a87a7ae3ddf5ba890c2f71bdf51b99f8d83 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78902d738ed0e04ed1f451b7387134155ffff28bd05aebb524ae779b2e5b3d7 +size 725072 diff --git a/perception/single_instance_identification/attribute_recognition/images/60.png b/perception/single_instance_identification/attribute_recognition/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..42721da8226304611d33904791a22c5c346e1a0a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56edbe3eabd1f11d12b2badf077cafb19ed08cd4ef57c2d3ddfc7a8b61ab7b +size 887152 diff --git a/perception/single_instance_identification/attribute_recognition/images/61.png b/perception/single_instance_identification/attribute_recognition/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..10ff6e79e9dd01cdbd2c156a02cc4a5212be1cf3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e98fc9e56099045afe5e573e8a354236c77479617b8a19bbc124f38dea5606 +size 813839 diff --git a/perception/single_instance_identification/attribute_recognition/images/62.png b/perception/single_instance_identification/attribute_recognition/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..10ff6e79e9dd01cdbd2c156a02cc4a5212be1cf3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e98fc9e56099045afe5e573e8a354236c77479617b8a19bbc124f38dea5606 +size 813839 diff --git a/perception/single_instance_identification/attribute_recognition/images/63.png b/perception/single_instance_identification/attribute_recognition/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..52902985c42e856d8723b913f5fe3b9ec3f18b1f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e889b70e559c6d95591ea1000f062dc87b919339704b59bfdc1b778896f69f +size 888875 diff --git a/perception/single_instance_identification/attribute_recognition/images/64.png b/perception/single_instance_identification/attribute_recognition/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..52902985c42e856d8723b913f5fe3b9ec3f18b1f --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e889b70e559c6d95591ea1000f062dc87b919339704b59bfdc1b778896f69f +size 888875 diff --git a/perception/single_instance_identification/attribute_recognition/images/65.png b/perception/single_instance_identification/attribute_recognition/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..796e90f6538e6a3bf2e9496fa170649d1492da7b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f4d3800dad6249df4846d85883d33a9839e02a5930ea75e348f481419d7d4 +size 907451 diff --git a/perception/single_instance_identification/attribute_recognition/images/66.png b/perception/single_instance_identification/attribute_recognition/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..796e90f6538e6a3bf2e9496fa170649d1492da7b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f4d3800dad6249df4846d85883d33a9839e02a5930ea75e348f481419d7d4 +size 907451 diff --git a/perception/single_instance_identification/attribute_recognition/images/67.png b/perception/single_instance_identification/attribute_recognition/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74e89bdc73b38861867fa83b71947746dae421 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26e202540575c036bbcc4e5f2477e6930ffca3e0adbaf67cc9e5f651dd15cb +size 908542 diff --git a/perception/single_instance_identification/attribute_recognition/images/68.png b/perception/single_instance_identification/attribute_recognition/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74e89bdc73b38861867fa83b71947746dae421 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26e202540575c036bbcc4e5f2477e6930ffca3e0adbaf67cc9e5f651dd15cb +size 908542 diff --git a/perception/single_instance_identification/attribute_recognition/images/69.png b/perception/single_instance_identification/attribute_recognition/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1c6ccb15045a39f30e2782ee96558db449cfa9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9d62e48b2f8e799146d7e62c2280e8b9091ef9d2cc47ec22fef0edd591c12 +size 838192 diff --git a/perception/single_instance_identification/attribute_recognition/images/7.png b/perception/single_instance_identification/attribute_recognition/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..a8da005b69b76999b0a7d3ece47837fdf9152e2b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b8f485f97938cb2ef08c681e6679f189cf5c1d79bf34cf37ef9e35fa78c182 +size 810786 diff --git a/perception/single_instance_identification/attribute_recognition/images/70.png b/perception/single_instance_identification/attribute_recognition/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1c6ccb15045a39f30e2782ee96558db449cfa9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a9d62e48b2f8e799146d7e62c2280e8b9091ef9d2cc47ec22fef0edd591c12 +size 838192 diff --git a/perception/single_instance_identification/attribute_recognition/images/71.png b/perception/single_instance_identification/attribute_recognition/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6c20952759a90321a90b9616d6a0df2da83222 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08c01f0f81767445636f3281e77be450001c5c79d713f37c0e392960fb91696 +size 812703 diff --git a/perception/single_instance_identification/attribute_recognition/images/72.png b/perception/single_instance_identification/attribute_recognition/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6c20952759a90321a90b9616d6a0df2da83222 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08c01f0f81767445636f3281e77be450001c5c79d713f37c0e392960fb91696 +size 812703 diff --git a/perception/single_instance_identification/attribute_recognition/images/73.png b/perception/single_instance_identification/attribute_recognition/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb832e5f653a91b207accb5cbb3aee37f455fc5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183d8467dacd0e8152a64383c539d6f06dd20dd6d20a62a8512bc367b9176f8 +size 734853 diff --git a/perception/single_instance_identification/attribute_recognition/images/74.png b/perception/single_instance_identification/attribute_recognition/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb832e5f653a91b207accb5cbb3aee37f455fc5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183d8467dacd0e8152a64383c539d6f06dd20dd6d20a62a8512bc367b9176f8 +size 734853 diff --git a/perception/single_instance_identification/attribute_recognition/images/75.png b/perception/single_instance_identification/attribute_recognition/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..303c42566273cfa3582726ac71f661a30601b0c5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d577c87698b732a7cf67623f7a0413bc44e35688c56639ca8ca5b9493d5833d +size 710095 diff --git a/perception/single_instance_identification/attribute_recognition/images/76.png b/perception/single_instance_identification/attribute_recognition/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..303c42566273cfa3582726ac71f661a30601b0c5 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d577c87698b732a7cf67623f7a0413bc44e35688c56639ca8ca5b9493d5833d +size 710095 diff --git a/perception/single_instance_identification/attribute_recognition/images/77.png b/perception/single_instance_identification/attribute_recognition/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..51608bac4c685712b427ae001fa73110e965cde3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba188a425593a64883f188320caaaa051d8cda01f4a323260bf8a2601c3bbe +size 719001 diff --git a/perception/single_instance_identification/attribute_recognition/images/78.png b/perception/single_instance_identification/attribute_recognition/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..51608bac4c685712b427ae001fa73110e965cde3 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba188a425593a64883f188320caaaa051d8cda01f4a323260bf8a2601c3bbe +size 719001 diff --git a/perception/single_instance_identification/attribute_recognition/images/79.png b/perception/single_instance_identification/attribute_recognition/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..6a097d00ef4ef7cf82ffe18f13edd6d6d3f9f855 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630d3edaef290721beb10853158f57910e488acd014bf725446a58aa2d83417 +size 697938 diff --git a/perception/single_instance_identification/attribute_recognition/images/8.png b/perception/single_instance_identification/attribute_recognition/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..a8da005b69b76999b0a7d3ece47837fdf9152e2b --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b8f485f97938cb2ef08c681e6679f189cf5c1d79bf34cf37ef9e35fa78c182 +size 810786 diff --git a/perception/single_instance_identification/attribute_recognition/images/80.png b/perception/single_instance_identification/attribute_recognition/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..6a097d00ef4ef7cf82ffe18f13edd6d6d3f9f855 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630d3edaef290721beb10853158f57910e488acd014bf725446a58aa2d83417 +size 697938 diff --git a/perception/single_instance_identification/attribute_recognition/images/81.png b/perception/single_instance_identification/attribute_recognition/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..54c69fc992b2ff61d1ed5d1ec580a25cb563db23 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f76e313a832c7305cae3f247bcfb17852957d21e8e697e1c9068c6c3a04a1a8 +size 842450 diff --git a/perception/single_instance_identification/attribute_recognition/images/82.png b/perception/single_instance_identification/attribute_recognition/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..54c69fc992b2ff61d1ed5d1ec580a25cb563db23 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f76e313a832c7305cae3f247bcfb17852957d21e8e697e1c9068c6c3a04a1a8 +size 842450 diff --git a/perception/single_instance_identification/attribute_recognition/images/83.png b/perception/single_instance_identification/attribute_recognition/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0f05d7c0cc3e7c7d5e98d9434c29c74b934c17 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce73eb403c2d61b5fc38aa0f9d26a65be4eef24c4bce22cc9dd4b53acb3db4 +size 828009 diff --git a/perception/single_instance_identification/attribute_recognition/images/84.png b/perception/single_instance_identification/attribute_recognition/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0f05d7c0cc3e7c7d5e98d9434c29c74b934c17 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce73eb403c2d61b5fc38aa0f9d26a65be4eef24c4bce22cc9dd4b53acb3db4 +size 828009 diff --git a/perception/single_instance_identification/attribute_recognition/images/85.png b/perception/single_instance_identification/attribute_recognition/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..6277c677ccd03e6cc68957af8a2bcc51bb250120 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ddf1ce6c6881fe356a4dc1365370762abf01b74c804887e441094de925ace +size 873803 diff --git a/perception/single_instance_identification/attribute_recognition/images/86.png b/perception/single_instance_identification/attribute_recognition/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..6277c677ccd03e6cc68957af8a2bcc51bb250120 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ddf1ce6c6881fe356a4dc1365370762abf01b74c804887e441094de925ace +size 873803 diff --git a/perception/single_instance_identification/attribute_recognition/images/87.png b/perception/single_instance_identification/attribute_recognition/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..3f96644b2e48ac10ab16d36ed7bb41787d7b89a9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de3fdaf5737447d4abf0a76ccd34640f57d6ddb99337bfeb4cbdaeaf39761d3 +size 786486 diff --git a/perception/single_instance_identification/attribute_recognition/images/88.png b/perception/single_instance_identification/attribute_recognition/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..3f96644b2e48ac10ab16d36ed7bb41787d7b89a9 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de3fdaf5737447d4abf0a76ccd34640f57d6ddb99337bfeb4cbdaeaf39761d3 +size 786486 diff --git a/perception/single_instance_identification/attribute_recognition/images/89.png b/perception/single_instance_identification/attribute_recognition/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c35e68170eeca4a257dc799e26473e503327b6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8df5e0ff65fab176510a16915bbd0e02d067d2ffadda87944a2aa6e034eb5 +size 961167 diff --git a/perception/single_instance_identification/attribute_recognition/images/9.png b/perception/single_instance_identification/attribute_recognition/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..1c02d71808cff4f1ef44aa1d2627657afe758f47 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a42e74a4102a161178b7706d652dd7d75d3af39d85132f668c38d09b8c8ce7 +size 786425 diff --git a/perception/single_instance_identification/attribute_recognition/images/90.png b/perception/single_instance_identification/attribute_recognition/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c35e68170eeca4a257dc799e26473e503327b6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8df5e0ff65fab176510a16915bbd0e02d067d2ffadda87944a2aa6e034eb5 +size 961167 diff --git a/perception/single_instance_identification/attribute_recognition/images/91.png b/perception/single_instance_identification/attribute_recognition/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..f2957ef3789ddedddee9be49557fa020d6ae198a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d976751d5be51c33d2bd14e0cc8e347c28bd7c8708f5764366465b96962dbe9 +size 921422 diff --git a/perception/single_instance_identification/attribute_recognition/images/92.png b/perception/single_instance_identification/attribute_recognition/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..f2957ef3789ddedddee9be49557fa020d6ae198a --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d976751d5be51c33d2bd14e0cc8e347c28bd7c8708f5764366465b96962dbe9 +size 921422 diff --git a/perception/single_instance_identification/attribute_recognition/images/93.png b/perception/single_instance_identification/attribute_recognition/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..528c2caba452b18eef80a5bfa289da9967a46576 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e498e536df056220008660387a6ac91a70f969c33955cc255d0d1bc9bcf3b0 +size 902123 diff --git a/perception/single_instance_identification/attribute_recognition/images/94.png b/perception/single_instance_identification/attribute_recognition/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..528c2caba452b18eef80a5bfa289da9967a46576 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e498e536df056220008660387a6ac91a70f969c33955cc255d0d1bc9bcf3b0 +size 902123 diff --git a/perception/single_instance_identification/attribute_recognition/images/95.png b/perception/single_instance_identification/attribute_recognition/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..503346764c1a3240dd35c65517a64a0bd16570d6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5662ca021f8c82319d20fa4f8791006b778c4d17c376363cfeef278719d3c +size 848061 diff --git a/perception/single_instance_identification/attribute_recognition/images/96.png b/perception/single_instance_identification/attribute_recognition/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..503346764c1a3240dd35c65517a64a0bd16570d6 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5662ca021f8c82319d20fa4f8791006b778c4d17c376363cfeef278719d3c +size 848061 diff --git a/perception/single_instance_identification/attribute_recognition/images/97.png b/perception/single_instance_identification/attribute_recognition/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..80b59925a9bfcc5c338b131052886d1847a19363 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a2a425b8ea9ecd921eaa42f6a2d347ffa3ebb67ad246232d168450a843461a +size 908800 diff --git a/perception/single_instance_identification/attribute_recognition/images/98.png b/perception/single_instance_identification/attribute_recognition/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..80b59925a9bfcc5c338b131052886d1847a19363 --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a2a425b8ea9ecd921eaa42f6a2d347ffa3ebb67ad246232d168450a843461a +size 908800 diff --git a/perception/single_instance_identification/attribute_recognition/images/99.png b/perception/single_instance_identification/attribute_recognition/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..dad58e44f311c6cc329e7c39031186eda90985ed --- /dev/null +++ b/perception/single_instance_identification/attribute_recognition/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6fe780a3036e953981be7f70538c750560a6605c43b428a3c143f6c62131af +size 920913 diff --git a/perception/single_instance_identification/hallucination_detection/hallucination_detection.json b/perception/single_instance_identification/hallucination_detection/hallucination_detection.json new file mode 100644 index 0000000000000000000000000000000000000000..83e3537de7f4541b76ada3db83e1b4566c3b75c2 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/hallucination_detection.json @@ -0,0 +1,3002 @@ +[ + { + "id": "8cfdcd8b-6f7b-4f18-ad77-64711b0b5bb9", + "image_path": "images/1.png", + "question": "Where is the dam located in this image?\nA.Bottom\nB.The object is not in the picture\nC.Bottom Right\nD.Top", + "answer": "B" + }, + { + "id": "3f5d5905-089a-4fe5-944e-758e36c46d6e", + "image_path": "images/2.png", + "question": "Can you identify the position of the harbor in this image?\nA.Top\nB.Right\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "eb2cc977-dddd-447d-9bed-c32b3b5fbea0", + "image_path": "images/3.png", + "question": "In this image, where is the soccer ball field positioned?\nA.The object is not in the picture\nB.Top Left\nC.Left\nD.Top Right", + "answer": "A" + }, + { + "id": "6f4d46da-90c5-4f01-878e-332ca96630a7", + "image_path": "images/4.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Right\nB.Bottom\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "ffad6e1f-144d-4ea5-8bdf-a07e92fee60f", + "image_path": "images/5.png", + "question": "Where is the baseball diamond located in this image?\nA.Center\nB.The object is not in the picture\nC.Bottom Right\nD.Right", + "answer": "B" + }, + { + "id": "e4322ca7-8975-4ce6-bc87-23508159680e", + "image_path": "images/6.png", + "question": "What is the location of the airplane in this image?\nA.Top\nB.Left\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "2086b6b7-6429-482a-ac82-ed5ee3ff20f0", + "image_path": "images/7.png", + "question": "In this image, where is the bridge positioned?\nA.Right\nB.Top Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "352398cc-42d6-4f22-ace4-55ad733d079c", + "image_path": "images/8.png", + "question": "Where can the roundabout be found in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Right\nD.Center", + "answer": "A" + }, + { + "id": "de7f8d82-2d91-41d2-ae01-891dbaa68dd8", + "image_path": "images/9.png", + "question": "What is the location of the ship in this image?\nA.Top\nB.The object is not in the picture\nC.Bottom\nD.Left", + "answer": "B" + }, + { + "id": "724b6744-ebd2-4df4-9b95-5194827c1c84", + "image_path": "images/10.png", + "question": "Where is the harbor located in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Bottom Left\nD.Center", + "answer": "B" + }, + { + "id": "2fe3f367-3da7-49a0-82a5-4793dec81145", + "image_path": "images/11.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Bottom Right\nB.Left\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "e0006137-d99e-4938-8219-8145f6a2f307", + "image_path": "images/12.png", + "question": "Where can the dam be found in this image?\nA.Bottom Right\nB.Bottom Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "8a6144a0-9dac-482a-8cb6-4f19355519d7", + "image_path": "images/13.png", + "question": "In this image, where is the harbor positioned?\nA.The object is not in the picture\nB.Top Right\nC.Bottom\nD.Bottom Right", + "answer": "A" + }, + { + "id": "e6927e5c-d23d-49ed-b0b4-35ee51a5eb53", + "image_path": "images/14.png", + "question": "Where is the swimming pool located in this image?\nA.Left\nB.The object is not in the picture\nC.Top Left\nD.Right", + "answer": "B" + }, + { + "id": "69983f2e-cfd2-476b-82b1-6ffdaef630c8", + "image_path": "images/15.png", + "question": "Where is the airplane located in this image?\nA.Bottom\nB.The object is not in the picture\nC.Bottom Right\nD.Top Left", + "answer": "B" + }, + { + "id": "75950223-ba5b-4f42-8496-d4795b408fbe", + "image_path": "images/16.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top\nB.Bottom Right\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "5c0ab02e-ad81-4f56-b071-9c77e9c29edb", + "image_path": "images/17.png", + "question": "Can you identify the position of the dam in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "a5e5aefc-ae87-4429-acbe-1b5dcd23fa28", + "image_path": "images/18.png", + "question": "Can you identify the position of the dam in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Bottom\nD.Top Left", + "answer": "A" + }, + { + "id": "66eb0df5-a401-43a1-98bb-565ab4ea7b40", + "image_path": "images/19.png", + "question": "Can you identify the position of the ship in this image?\nA.Top\nB.Top Left\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "565e26a6-7117-4c05-bb49-66132a5d5c5d", + "image_path": "images/20.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Top Left\nB.Bottom Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "fa07cbc2-0cbd-41b4-817e-522c5948b817", + "image_path": "images/21.png", + "question": "Where can the roundabout be found in this image?\nA.Right\nB.Top\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "c960479d-c185-4382-acec-755907fda7e5", + "image_path": "images/22.png", + "question": "Where is the soccer ball field located in this image?\nA.Top Right\nB.The object is not in the picture\nC.Top\nD.Top Left", + "answer": "B" + }, + { + "id": "fae66192-d3f2-4a88-a0ab-483c2c45b8d7", + "image_path": "images/23.png", + "question": "Where is the storage tank located in this image?\nA.The object is not in the picture\nB.Center\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "80d19f1c-d19f-44a4-ab12-aa1b0f834efa", + "image_path": "images/24.png", + "question": "Where can the bridge be found in this image?\nA.The object is not in the picture\nB.Top Right\nC.Top\nD.Right", + "answer": "A" + }, + { + "id": "9b4c6219-cb01-4ae8-bc3c-eccbed18add7", + "image_path": "images/25.png", + "question": "What is the location of the swimming pool in this image?\nA.Bottom Left\nB.Bottom\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "8fff1718-43f4-4f8a-81cd-6d74d86385ce", + "image_path": "images/26.png", + "question": "Where can the dam be found in this image?\nA.Top Left\nB.Bottom Right\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "304bc3a9-15ae-4c6c-bd5c-53cb56bbfdde", + "image_path": "images/27.png", + "question": "In this image, where is the harbor positioned?\nA.Bottom Right\nB.Top Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "8c1240f3-c247-4d7f-b78a-b26218a63f0d", + "image_path": "images/28.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Right\nB.Bottom\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "1c232f87-8b0c-4f89-80c3-8400fcf20c67", + "image_path": "images/29.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Bottom\nB.Center\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "bd98d69e-5f08-482e-9f81-d2de0ee076eb", + "image_path": "images/30.png", + "question": "Can you identify the position of the bridge in this image?\nA.Left\nB.Top\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "05c7872c-02ec-4caf-a5ac-a7d7a8a218ec", + "image_path": "images/31.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.The object is not in the picture\nB.Center\nC.Left\nD.Top Right", + "answer": "A" + }, + { + "id": "d5be7be2-7eb6-4b0a-b3aa-f25076d49228", + "image_path": "images/32.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Top\nB.The object is not in the picture\nC.Top Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "a7b03527-b666-4d45-906e-614aaab09052", + "image_path": "images/33.png", + "question": "Where can the harbor be found in this image?\nA.Top\nB.Bottom Right\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "e4305992-2c29-4251-9170-62e690a33439", + "image_path": "images/34.png", + "question": "Where can the dam be found in this image?\nA.Right\nB.Top\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "d2d0051c-b97c-4be0-8bcf-1c5e37db30d3", + "image_path": "images/35.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom\nB.The object is not in the picture\nC.Bottom Right\nD.Top Right", + "answer": "B" + }, + { + "id": "c9b2e49f-3cb4-4c7b-a4d0-64d507e2b3f6", + "image_path": "images/36.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Left\nB.Bottom\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "763c36bd-92fb-4996-b43c-234243fea8bf", + "image_path": "images/37.png", + "question": "Where is the harbor located in this image?\nA.Top\nB.The object is not in the picture\nC.Top Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "cef2e092-54b1-4b38-830c-7d7dc826e8a4", + "image_path": "images/38.png", + "question": "Where can the airplane be found in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Top Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "735066f6-b36d-4f68-b2f8-d7138d4c196e", + "image_path": "images/39.png", + "question": "Where is the swimming pool located in this image?\nA.Top Left\nB.The object is not in the picture\nC.Top\nD.Bottom Right", + "answer": "B" + }, + { + "id": "38e40813-5ac5-4323-8b14-cb8632fcb626", + "image_path": "images/40.png", + "question": "Where can the bridge be found in this image?\nA.Left\nB.The object is not in the picture\nC.Top\nD.Bottom Left", + "answer": "B" + }, + { + "id": "4e4d1051-4509-4a85-b626-d4e6021a53bc", + "image_path": "images/41.png", + "question": "What is the location of the roundabout in this image?\nA.Center\nB.Bottom Left\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "26f02910-6b08-4d97-b56c-7913eebe1b13", + "image_path": "images/42.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Right\nB.Bottom\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "003a1b0e-2915-41a6-8d43-c957812a543a", + "image_path": "images/43.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom\nB.Right\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "c1562389-2de2-4668-871d-cc17c0d3a0a0", + "image_path": "images/44.png", + "question": "Where is the swimming pool located in this image?\nA.Left\nB.Right\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "b8d6afd7-6f04-46f0-b05a-26855babede0", + "image_path": "images/45.png", + "question": "Where can the ship be found in this image?\nA.Left\nB.Top Right\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "dc083735-fb9b-4aae-a9ae-d2234f3441a8", + "image_path": "images/46.png", + "question": "Where can the swimming pool be found in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Top Right\nD.Top Left", + "answer": "B" + }, + { + "id": "c8dfd16a-9834-4e2c-8e6e-91f5dde94ab1", + "image_path": "images/47.png", + "question": "Where is the swimming pool located in this image?\nA.Right\nB.The object is not in the picture\nC.Bottom Right\nD.Center", + "answer": "B" + }, + { + "id": "d9224c86-5bad-4935-9555-cd7b9ebdf247", + "image_path": "images/48.png", + "question": "Where can the ship be found in this image?\nA.Bottom Left\nB.Top Left\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "75156111-5894-4767-80e9-90dcc3542a14", + "image_path": "images/49.png", + "question": "Where can the ground track field be found in this image?\nA.Center\nB.Left\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "6834d8b8-cfda-48f0-a8ac-b33372920f26", + "image_path": "images/50.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Bottom Right\nB.Center\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "d678464c-13a4-4fac-8fc8-692f255a6062", + "image_path": "images/51.png", + "question": "In this image, where is the bridge positioned?\nA.Top Right\nB.Top\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "a4982210-55b3-4b67-8b12-c746add78db5", + "image_path": "images/52.png", + "question": "Where is the ground track field located in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Center\nD.Top", + "answer": "A" + }, + { + "id": "d262fb02-a4d1-4b10-89a5-faf56df738a9", + "image_path": "images/53.png", + "question": "Can you identify the position of the storage tank in this image?\nA.The object is not in the picture\nB.Bottom\nC.Left\nD.Top", + "answer": "A" + }, + { + "id": "d831a19f-6b3f-4e38-8b5b-7019b2880fb9", + "image_path": "images/54.png", + "question": "In this image, where is the bridge positioned?\nA.The object is not in the picture\nB.Top\nC.Bottom Right\nD.Bottom", + "answer": "A" + }, + { + "id": "6727089d-0a58-4a6b-b253-6118431e209a", + "image_path": "images/55.png", + "question": "What is the location of the harbor in this image?\nA.Top Right\nB.Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "259c0329-6af2-40e8-a301-ef35b10380dd", + "image_path": "images/56.png", + "question": "What is the location of the harbor in this image?\nA.The object is not in the picture\nB.Top Left\nC.Bottom\nD.Center", + "answer": "A" + }, + { + "id": "89d318bd-4a81-4d94-90d8-5859369a8723", + "image_path": "images/57.png", + "question": "What is the location of the swimming pool in this image?\nA.Top\nB.Bottom Right\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "7c359db3-136e-493e-8a20-bd6d3db68037", + "image_path": "images/58.png", + "question": "Can you identify the position of the dam in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "bec23185-dc64-4116-8148-98fc2a8c6530", + "image_path": "images/59.png", + "question": "Where can the ship be found in this image?\nA.Top\nB.Bottom Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "e50ff0a8-017f-4323-a719-f5badc1094cb", + "image_path": "images/60.png", + "question": "What is the location of the swimming pool in this image?\nA.Top\nB.The object is not in the picture\nC.Top Left\nD.Right", + "answer": "B" + }, + { + "id": "682b3f82-c6ab-4702-bbaf-23b8db735d27", + "image_path": "images/61.png", + "question": "What is the location of the storage tank in this image?\nA.The object is not in the picture\nB.Right\nC.Top\nD.Bottom Right", + "answer": "A" + }, + { + "id": "746c3d07-4b49-4c2f-9da3-6803ed04907c", + "image_path": "images/62.png", + "question": "Where can the roundabout be found in this image?\nA.The object is not in the picture\nB.Left\nC.Bottom\nD.Center", + "answer": "A" + }, + { + "id": "c3060ed5-0105-4e8c-baa9-cff96cfe2601", + "image_path": "images/63.png", + "question": "Where is the airplane located in this image?\nA.The object is not in the picture\nB.Right\nC.Top Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "4307d25a-d56f-4c8c-866e-cd2c9396e73a", + "image_path": "images/64.png", + "question": "Can you identify the position of the roundabout in this image?\nA.The object is not in the picture\nB.Top Left\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "9b1273b7-c36d-442f-a2f1-c91d72fdcd2f", + "image_path": "images/65.png", + "question": "Where is the soccer ball field located in this image?\nA.Center\nB.Bottom Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "8291191b-3995-43a0-a20f-ba0e06862f00", + "image_path": "images/66.png", + "question": "What is the location of the soccer ball field in this image?\nA.The object is not in the picture\nB.Top\nC.Bottom Right\nD.Bottom", + "answer": "A" + }, + { + "id": "8ab8f2b5-c6ea-44c4-9253-6b3e7d88fd7f", + "image_path": "images/67.png", + "question": "Where is the roundabout located in this image?\nA.The object is not in the picture\nB.Center\nC.Top Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "b00197d9-1483-44c5-aa83-6d1884f94aa8", + "image_path": "images/68.png", + "question": "Where can the airplane be found in this image?\nA.Top Left\nB.Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "46de412e-656d-45e6-94eb-af916f480e7e", + "image_path": "images/69.png", + "question": "Where is the swimming pool located in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Top Left\nD.Bottom", + "answer": "A" + }, + { + "id": "bbf685b5-79d1-4ce2-9ab3-17cf622fd769", + "image_path": "images/70.png", + "question": "In this image, where is the dam positioned?\nA.Right\nB.Bottom Left\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "815fe00e-cd3f-40c3-a638-e2675c55c618", + "image_path": "images/71.png", + "question": "What is the location of the ship in this image?\nA.Right\nB.The object is not in the picture\nC.Top Left\nD.Bottom", + "answer": "B" + }, + { + "id": "4de6a5b2-d851-4a32-89d4-6a3cd536c207", + "image_path": "images/72.png", + "question": "Can you identify the position of the ship in this image?\nA.Top\nB.Top Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "23aa7ae7-17e8-47d3-90f5-5d16fc9c6fa9", + "image_path": "images/73.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Bottom Left\nB.Center\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "dc9d0351-d027-4588-9ba8-d23a8d7682df", + "image_path": "images/74.png", + "question": "Where can the swimming pool be found in this image?\nA.Top Right\nB.Bottom\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "172ca7a5-9afe-4a07-83f1-eb0530380405", + "image_path": "images/75.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Bottom Left\nB.The object is not in the picture\nC.Right\nD.Bottom", + "answer": "B" + }, + { + "id": "f44f5653-ab82-4bdb-b459-a63c32636f69", + "image_path": "images/76.png", + "question": "In this image, where is the bridge positioned?\nA.Bottom Right\nB.Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "e35108cd-af16-4abc-af4e-ed419cc52684", + "image_path": "images/77.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Top Right\nB.The object is not in the picture\nC.Top\nD.Left", + "answer": "B" + }, + { + "id": "147c2485-d790-46cb-bf9f-697e72a37308", + "image_path": "images/78.png", + "question": "Where is the ground track field located in this image?\nA.Bottom Right\nB.Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "c7e506e0-d823-4dac-a703-921a56b2ac56", + "image_path": "images/79.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Right\nD.Center", + "answer": "A" + }, + { + "id": "64cb4772-eea5-40d5-84fb-dc54959ff65d", + "image_path": "images/80.png", + "question": "Where can the roundabout be found in this image?\nA.Left\nB.The object is not in the picture\nC.Top\nD.Center", + "answer": "B" + }, + { + "id": "b2f2be47-26bc-40ad-91a3-d1bee66574fb", + "image_path": "images/81.png", + "question": "What is the location of the dam in this image?\nA.Right\nB.Bottom Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "535b702f-80d6-4ddc-b5c5-61945c6d0baa", + "image_path": "images/82.png", + "question": "What is the location of the bridge in this image?\nA.Left\nB.Bottom Right\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "35412b3e-d435-4c36-8f83-4dd2857a6878", + "image_path": "images/83.png", + "question": "In this image, where is the bridge positioned?\nA.The object is not in the picture\nB.Top\nC.Right\nD.Top Right", + "answer": "A" + }, + { + "id": "7afedc71-5ead-4789-b6f9-7dab26e6c155", + "image_path": "images/84.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Right\nB.Bottom\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "3cb295e5-26f0-479a-b0fe-afa74deacc6f", + "image_path": "images/85.png", + "question": "Where can the swimming pool be found in this image?\nA.Top Left\nB.The object is not in the picture\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "5cfe02c9-043e-4178-b24a-4b554a913c1d", + "image_path": "images/86.png", + "question": "What is the location of the ship in this image?\nA.Top Left\nB.Bottom Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "951c5fb2-7ae8-454d-a8f8-41d93ec9be8d", + "image_path": "images/87.png", + "question": "Where can the dam be found in this image?\nA.Bottom Right\nB.Left\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "20d90ae0-cd73-455e-9948-28dda6913699", + "image_path": "images/88.png", + "question": "Where is the airplane located in this image?\nA.Top Left\nB.Bottom Right\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "b372ebf1-ae03-4c5f-88c4-e98b41ba0644", + "image_path": "images/89.png", + "question": "Where can the ship be found in this image?\nA.Right\nB.Center\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "e12289de-bedb-4d83-866b-0f11b9030ce6", + "image_path": "images/90.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom\nB.Bottom Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "2e0b360e-e644-45b2-819e-ffed0a463176", + "image_path": "images/91.png", + "question": "Where is the swimming pool located in this image?\nA.Top\nB.The object is not in the picture\nC.Bottom Left\nD.Right", + "answer": "B" + }, + { + "id": "72c7253a-2fd4-4498-8b80-ddb00aa7c6e7", + "image_path": "images/92.png", + "question": "What is the location of the ship in this image?\nA.Bottom\nB.The object is not in the picture\nC.Right\nD.Bottom Left", + "answer": "B" + }, + { + "id": "aa2c0748-c93f-4d90-a338-b30310ad0dc8", + "image_path": "images/93.png", + "question": "Where is the soccer ball field located in this image?\nA.Top\nB.Right\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "b072b17c-f371-4beb-8d5a-59afee022cf3", + "image_path": "images/94.png", + "question": "Where is the dam located in this image?\nA.Center\nB.Top Right\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "41b8b652-a51f-4bc0-abab-0c81d54604c6", + "image_path": "images/95.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Bottom\nB.Top\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "d677d5ca-b2cf-4889-9ec7-8e1a17005794", + "image_path": "images/96.png", + "question": "In this image, where is the airplane positioned?\nA.Top Right\nB.Right\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "10410ab8-71c6-4567-a38d-30e2c725059a", + "image_path": "images/97.png", + "question": "Where is the dam located in this image?\nA.Top Right\nB.Top Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "48ab0733-057f-4875-9376-599bc287905d", + "image_path": "images/98.png", + "question": "In this image, where is the swimming pool positioned?\nA.Center\nB.Bottom Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "effb1922-4806-49d6-b124-111c686f6445", + "image_path": "images/99.png", + "question": "Where can the dam be found in this image?\nA.Center\nB.Bottom\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "6b078112-aa2e-4072-9123-e5a01f32256f", + "image_path": "images/100.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.The object is not in the picture\nB.Left\nC.Bottom\nD.Right", + "answer": "A" + }, + { + "id": "918f0f71-44f6-44fb-8818-eb64565293b6", + "image_path": "images/101.png", + "question": "What is the location of the swimming pool in this image?\nA.Left\nB.The object is not in the picture\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "525bb17a-434c-42fa-b965-4d95a9147408", + "image_path": "images/102.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Bottom\nB.The object is not in the picture\nC.Center\nD.Top", + "answer": "B" + }, + { + "id": "e61d79f6-f66f-4636-8209-18dd8e67a338", + "image_path": "images/103.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom Right\nB.Right\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "5e8db8a5-a2cc-4c2b-afdf-cf6d344440e9", + "image_path": "images/104.png", + "question": "Where can the baseball diamond be found in this image?\nA.Top Left\nB.The object is not in the picture\nC.Left\nD.Top Right", + "answer": "B" + }, + { + "id": "b738e0be-45f4-4f12-aa1e-7df4e6e62c70", + "image_path": "images/105.png", + "question": "In this image, where is the airplane positioned?\nA.Left\nB.Top Right\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "eeb0114a-84ce-4e3f-bd73-921c9afd7faf", + "image_path": "images/106.png", + "question": "Where is the harbor located in this image?\nA.Left\nB.The object is not in the picture\nC.Top\nD.Bottom Left", + "answer": "B" + }, + { + "id": "9715517f-55d5-4ac3-9505-ae1092c72ce7", + "image_path": "images/107.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top Left\nB.Bottom Right\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "29ae2040-9a15-4bb2-907f-f8a271e836a8", + "image_path": "images/108.png", + "question": "In this image, where is the bridge positioned?\nA.Center\nB.Right\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "483c37f5-dba5-48f7-a005-ec2496bbc3f5", + "image_path": "images/109.png", + "question": "Where can the harbor be found in this image?\nA.Top Left\nB.Right\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "d7f6c06b-6d70-485e-bedc-0808133369c2", + "image_path": "images/110.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Top Right\nB.Top\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "9f3a6bf2-a6da-405f-8ca6-5438f5eb8f85", + "image_path": "images/111.png", + "question": "Where is the storage tank located in this image?\nA.Bottom\nB.The object is not in the picture\nC.Bottom Left\nD.Top Left", + "answer": "B" + }, + { + "id": "79f1250d-a270-452a-88a4-a1c1c689d616", + "image_path": "images/112.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Top Right\nD.Right", + "answer": "B" + }, + { + "id": "a7e7cf59-3391-43b9-a098-722cdfc959fd", + "image_path": "images/113.png", + "question": "Where can the swimming pool be found in this image?\nA.Top Left\nB.Top\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "cd2859fb-5d3e-44bd-932b-148c4899fba7", + "image_path": "images/114.png", + "question": "In this image, where is the baseball diamond positioned?\nA.The object is not in the picture\nB.Left\nC.Top Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "f87d76c0-41f6-474f-9aab-d3803d3158e8", + "image_path": "images/115.png", + "question": "Can you identify the position of the harbor in this image?\nA.Bottom Right\nB.Bottom\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "495c503c-a48d-4e69-8911-347657ffc3c5", + "image_path": "images/116.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top Left\nB.Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "7b0e205e-7a3d-4d8b-bd94-5acfcf92f9f9", + "image_path": "images/117.png", + "question": "Where can the soccer ball field be found in this image?\nA.Right\nB.The object is not in the picture\nC.Bottom Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "b7554d19-079d-4411-acef-df9969ecbb1f", + "image_path": "images/118.png", + "question": "Where can the airplane be found in this image?\nA.The object is not in the picture\nB.Bottom\nC.Top Right\nD.Right", + "answer": "A" + }, + { + "id": "75736142-deee-4dbe-a3db-4715e3baa25b", + "image_path": "images/119.png", + "question": "Where is the bridge located in this image?\nA.Left\nB.The object is not in the picture\nC.Bottom\nD.Top Right", + "answer": "B" + }, + { + "id": "3bcbc0e7-a93a-458c-8808-7a0c5fc49b62", + "image_path": "images/120.png", + "question": "What is the location of the airplane in this image?\nA.Top\nB.Right\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "02e4c57a-84c1-4091-b295-5a7bc3635ab9", + "image_path": "images/121.png", + "question": "What is the location of the dam in this image?\nA.The object is not in the picture\nB.Top Left\nC.Bottom Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "bc7ecc74-e1d1-484f-915d-8275ec121b1b", + "image_path": "images/122.png", + "question": "Where is the bridge located in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Top Left\nD.Top", + "answer": "B" + }, + { + "id": "20752040-8016-481e-b720-7e3013f91482", + "image_path": "images/123.png", + "question": "Can you identify the position of the harbor in this image?\nA.Center\nB.The object is not in the picture\nC.Top Left\nD.Top", + "answer": "B" + }, + { + "id": "a82b1b3b-0e38-4757-be28-9a75c8249491", + "image_path": "images/124.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Right\nB.Top\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "88eb0e1f-3073-4ee9-bd01-400c3422df47", + "image_path": "images/125.png", + "question": "In this image, where is the harbor positioned?\nA.Left\nB.Right\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "037ec9d0-6bf5-4ab5-9b0d-c94455722c68", + "image_path": "images/126.png", + "question": "What is the location of the roundabout in this image?\nA.Left\nB.Bottom Right\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "0b043637-3329-4d33-9bce-c1cbcd738f1e", + "image_path": "images/127.png", + "question": "Where can the airplane be found in this image?\nA.The object is not in the picture\nB.Right\nC.Left\nD.Center", + "answer": "A" + }, + { + "id": "96145252-3d51-4a02-aa74-30bff18f2ab9", + "image_path": "images/128.png", + "question": "Where is the harbor located in this image?\nA.Bottom\nB.Bottom Left\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "23d6a4ef-94af-4b4f-a4ab-6a905b075257", + "image_path": "images/129.png", + "question": "Where can the dam be found in this image?\nA.Top Right\nB.Top Left\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "3bcb9a57-0238-4c7c-adb9-2b1818cc12a5", + "image_path": "images/130.png", + "question": "Where can the ship be found in this image?\nA.The object is not in the picture\nB.Bottom\nC.Center\nD.Bottom Left", + "answer": "A" + }, + { + "id": "01caa73e-2ac7-4a1f-8ce0-fd6fd037dcc3", + "image_path": "images/131.png", + "question": "Where is the harbor located in this image?\nA.Top Right\nB.Bottom Right\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "cf1feedd-fa1d-4d0f-a3a9-5141b51876c3", + "image_path": "images/132.png", + "question": "Where is the storage tank located in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "b79bf792-db02-4abc-958b-bc2e68ab1b9e", + "image_path": "images/133.png", + "question": "What is the location of the harbor in this image?\nA.Bottom\nB.Left\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "a883fe4f-b699-4d42-8d71-7bcfefcf68e7", + "image_path": "images/134.png", + "question": "What is the location of the storage tank in this image?\nA.Top Left\nB.The object is not in the picture\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "3fdac54c-6154-47d2-b22b-a60597a445d2", + "image_path": "images/135.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Bottom Right\nD.Left", + "answer": "B" + }, + { + "id": "a0f20372-8fed-49c1-be97-458e3a232186", + "image_path": "images/136.png", + "question": "In this image, where is the swimming pool positioned?\nA.The object is not in the picture\nB.Bottom Left\nC.Top\nD.Bottom", + "answer": "A" + }, + { + "id": "2b0c5d1e-b76c-419b-bbe7-f7e3944563db", + "image_path": "images/137.png", + "question": "What is the location of the soccer ball field in this image?\nA.Top Left\nB.The object is not in the picture\nC.Top\nD.Center", + "answer": "B" + }, + { + "id": "4f67696c-559e-42b9-bdfb-84681e1fa42e", + "image_path": "images/138.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Bottom\nB.Top Right\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "5e815ece-28ab-4c61-98f8-b8b489187f9c", + "image_path": "images/139.png", + "question": "Where can the dam be found in this image?\nA.Bottom\nB.Top Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "8c043b7e-f6bf-4cf3-b6b4-860e88039e93", + "image_path": "images/140.png", + "question": "Where can the airplane be found in this image?\nA.Center\nB.Bottom\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "638b2fad-b702-46b6-8b0e-50c73d0e68d3", + "image_path": "images/141.png", + "question": "What is the location of the ship in this image?\nA.Bottom Right\nB.Top Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "fd70bd1e-4d76-48b0-ab2d-c214f36717cf", + "image_path": "images/142.png", + "question": "Where is the ground track field located in this image?\nA.Left\nB.The object is not in the picture\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "26518946-b646-42e0-81f8-bbebb790b8db", + "image_path": "images/143.png", + "question": "What is the location of the ground track field in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Bottom\nD.Top", + "answer": "B" + }, + { + "id": "918ed8d8-4d49-4327-8831-02f09f53b6f1", + "image_path": "images/144.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom\nB.Bottom Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "d2222f1d-169d-4a5a-8f40-d81c781c4f75", + "image_path": "images/145.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Right\nB.The object is not in the picture\nC.Top Left\nD.Top", + "answer": "B" + }, + { + "id": "dc53bce5-9211-497e-a4ec-3b153aea0883", + "image_path": "images/146.png", + "question": "What is the location of the bridge in this image?\nA.Top\nB.Bottom Right\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "40cd1ea8-d6ac-4726-aa59-bf5d869b94f1", + "image_path": "images/147.png", + "question": "Where is the roundabout located in this image?\nA.Top\nB.The object is not in the picture\nC.Left\nD.Center", + "answer": "B" + }, + { + "id": "e62e0836-4858-4933-94ca-38c319558107", + "image_path": "images/148.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom Left\nB.Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "0687b3d8-16c1-4a74-831f-494ed32a0ec2", + "image_path": "images/149.png", + "question": "Can you identify the position of the roundabout in this image?\nA.The object is not in the picture\nB.Center\nC.Top Left\nD.Top", + "answer": "A" + }, + { + "id": "57f9dd4c-6645-44a8-be17-e6a953564f6b", + "image_path": "images/150.png", + "question": "What is the location of the baseball diamond in this image?\nA.Center\nB.The object is not in the picture\nC.Bottom Right\nD.Right", + "answer": "B" + }, + { + "id": "a47f2a1a-25eb-47d6-829d-b466c7c8618e", + "image_path": "images/151.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Top\nB.Top Left\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "0c21904f-6972-4cd6-823d-8dfa979c80b2", + "image_path": "images/152.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Top Right\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "9f354f35-615c-4b75-b681-9da819f4ab17", + "image_path": "images/153.png", + "question": "In this image, where is the dam positioned?\nA.Top Right\nB.Top Left\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "a2734588-2601-45f7-95b6-19fa453414b1", + "image_path": "images/154.png", + "question": "Where can the ship be found in this image?\nA.The object is not in the picture\nB.Top\nC.Center\nD.Bottom Left", + "answer": "A" + }, + { + "id": "99730ce0-9238-4bd2-acc2-93247265fb06", + "image_path": "images/155.png", + "question": "Where can the swimming pool be found in this image?\nA.The object is not in the picture\nB.Top Right\nC.Top Left\nD.Bottom", + "answer": "A" + }, + { + "id": "40e47d4d-5381-45ab-b208-394e38e540d5", + "image_path": "images/156.png", + "question": "What is the location of the baseball diamond in this image?\nA.Top Right\nB.Bottom Right\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "45c0fb86-025e-4424-b7f3-8e592e537777", + "image_path": "images/157.png", + "question": "Where can the storage tank be found in this image?\nA.Top Right\nB.Bottom\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "67257ba0-a727-49fd-b8af-fcb582c3625d", + "image_path": "images/158.png", + "question": "What is the location of the ship in this image?\nA.The object is not in the picture\nB.Center\nC.Top\nD.Bottom Right", + "answer": "A" + }, + { + "id": "f5c43889-61ca-4245-a90f-30d9c479fb04", + "image_path": "images/159.png", + "question": "Where can the roundabout be found in this image?\nA.Right\nB.Top Right\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "c5d2e9e8-180f-47c1-a22f-2394ddfff4b3", + "image_path": "images/160.png", + "question": "Where is the dam located in this image?\nA.Top Right\nB.The object is not in the picture\nC.Top\nD.Right", + "answer": "B" + }, + { + "id": "7d3a634e-8f42-4f32-9aed-83098f6db75f", + "image_path": "images/161.png", + "question": "Where can the swimming pool be found in this image?\nA.Top Right\nB.The object is not in the picture\nC.Top\nD.Left", + "answer": "B" + }, + { + "id": "51e80c38-298d-426b-b3f9-125c79dee68d", + "image_path": "images/162.png", + "question": "Where is the harbor located in this image?\nA.Right\nB.The object is not in the picture\nC.Bottom Right\nD.Top Right", + "answer": "B" + }, + { + "id": "0fc3ac75-fb8f-4417-bd28-7c07b674bcf3", + "image_path": "images/163.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.The object is not in the picture\nB.Right\nC.Top Right\nD.Bottom", + "answer": "A" + }, + { + "id": "b5fad15e-d585-4275-82d9-93a94a60a6af", + "image_path": "images/164.png", + "question": "Can you identify the position of the storage tank in this image?\nA.The object is not in the picture\nB.Left\nC.Center\nD.Bottom Right", + "answer": "A" + }, + { + "id": "fdc29484-c54b-419f-9021-836d6203e7b2", + "image_path": "images/165.png", + "question": "Where can the roundabout be found in this image?\nA.The object is not in the picture\nB.Top Right\nC.Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "14133d21-82a1-4de2-987b-d76e08174603", + "image_path": "images/166.png", + "question": "What is the location of the ship in this image?\nA.Top Left\nB.Top\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "a6d5ead1-8472-46fe-9421-e0f6a4d60c2e", + "image_path": "images/167.png", + "question": "What is the location of the storage tank in this image?\nA.Right\nB.Bottom\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "b3293072-030f-49fb-a43f-0eaade54888b", + "image_path": "images/168.png", + "question": "What is the location of the ground track field in this image?\nA.The object is not in the picture\nB.Top\nC.Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "74731330-a66e-4e50-814e-de247f63cea3", + "image_path": "images/169.png", + "question": "In this image, where is the storage tank positioned?\nA.Top Right\nB.Center\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "47f68f00-96fb-4327-bd57-02672122dc89", + "image_path": "images/170.png", + "question": "What is the location of the storage tank in this image?\nA.Top Right\nB.The object is not in the picture\nC.Bottom Right\nD.Top Left", + "answer": "B" + }, + { + "id": "4e09a942-3c89-4a63-ad2f-889d537e317b", + "image_path": "images/171.png", + "question": "What is the location of the harbor in this image?\nA.Bottom Left\nB.Bottom Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "02c57153-2fa2-4bb2-a6ea-b0bfa84f052e", + "image_path": "images/172.png", + "question": "Where can the ground track field be found in this image?\nA.The object is not in the picture\nB.Right\nC.Top\nD.Bottom Left", + "answer": "A" + }, + { + "id": "3c6a691a-b09e-4789-b662-14b187591438", + "image_path": "images/173.png", + "question": "Where can the ship be found in this image?\nA.Top Right\nB.Bottom\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "1e9f9171-87b2-4de4-b441-5414e4f384dd", + "image_path": "images/174.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Center\nB.Left\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "41984a35-de36-4b6a-838e-8e073811aa11", + "image_path": "images/175.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Right\nB.The object is not in the picture\nC.Bottom Left\nD.Center", + "answer": "B" + }, + { + "id": "9418cc4d-56af-4f87-9526-e825cf5dcdb5", + "image_path": "images/176.png", + "question": "What is the location of the ground track field in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Right\nD.Top Left", + "answer": "B" + }, + { + "id": "a1549645-ada0-4c9b-a91f-1af147cb1ae9", + "image_path": "images/177.png", + "question": "Where is the bridge located in this image?\nA.The object is not in the picture\nB.Center\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "e3d264b1-dbc4-445d-9fb8-ca9a9f5ed58c", + "image_path": "images/178.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top Right\nB.Bottom Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "31532ebf-d188-4e64-b33c-a30856a3fead", + "image_path": "images/179.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom\nB.Top Left\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "8a7742eb-5ece-4a89-8337-09c823e735ef", + "image_path": "images/180.png", + "question": "Where can the baseball diamond be found in this image?\nA.The object is not in the picture\nB.Center\nC.Top Left\nD.Right", + "answer": "A" + }, + { + "id": "ec08387c-1b2e-4742-9684-7c85628296fe", + "image_path": "images/181.png", + "question": "Can you identify the position of the dam in this image?\nA.The object is not in the picture\nB.Left\nC.Bottom\nD.Right", + "answer": "A" + }, + { + "id": "f0653d7a-5027-415b-858d-bf7f7d8d82e5", + "image_path": "images/182.png", + "question": "Where can the airplane be found in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Bottom Right\nD.Bottom", + "answer": "B" + }, + { + "id": "a53a1098-b0fb-4390-954f-b682190a68a4", + "image_path": "images/183.png", + "question": "In this image, where is the harbor positioned?\nA.Top Left\nB.The object is not in the picture\nC.Left\nD.Top Right", + "answer": "B" + }, + { + "id": "f67f7faa-cf6d-4857-a750-6fa3ca900581", + "image_path": "images/184.png", + "question": "In this image, where is the swimming pool positioned?\nA.Top\nB.The object is not in the picture\nC.Bottom Right\nD.Top Right", + "answer": "B" + }, + { + "id": "669c061a-d797-4fc8-9aae-0fdc8da823e2", + "image_path": "images/185.png", + "question": "Where is the ship located in this image?\nA.Left\nB.Right\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "4d532038-b032-46fe-819c-e3462b78be20", + "image_path": "images/186.png", + "question": "What is the location of the swimming pool in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Right\nD.Left", + "answer": "B" + }, + { + "id": "11dbec3e-3b29-4588-9cda-03bfdf6e62b5", + "image_path": "images/187.png", + "question": "Where is the swimming pool located in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Left\nD.Bottom", + "answer": "A" + }, + { + "id": "e2534680-474a-4c18-9680-84fcdce81117", + "image_path": "images/188.png", + "question": "Where can the bridge be found in this image?\nA.The object is not in the picture\nB.Top Left\nC.Bottom Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "6f62ba1c-30b9-4203-854c-3d7bfea620ef", + "image_path": "images/189.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Bottom\nD.Top", + "answer": "B" + }, + { + "id": "c188dd50-072e-4b5f-898e-ad84f974c62b", + "image_path": "images/190.png", + "question": "Where can the storage tank be found in this image?\nA.Top Right\nB.Top\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "fe80b265-fe42-47bb-9c75-143cd0614214", + "image_path": "images/191.png", + "question": "Where can the bridge be found in this image?\nA.Left\nB.The object is not in the picture\nC.Top\nD.Center", + "answer": "B" + }, + { + "id": "eea5755a-e071-4042-91f5-34307442a5d9", + "image_path": "images/192.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom\nB.Top\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "a0ef92b3-9405-495a-afd2-8c288a3c520b", + "image_path": "images/193.png", + "question": "Can you identify the position of the ship in this image?\nA.Bottom Left\nB.Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "c022b9e2-16b7-4469-a17a-a8e1d5cc48f8", + "image_path": "images/194.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.The object is not in the picture\nB.Bottom\nC.Top\nD.Top Right", + "answer": "A" + }, + { + "id": "159ff063-6d1d-4bd4-ae77-0f04755b5d58", + "image_path": "images/195.png", + "question": "Where can the harbor be found in this image?\nA.Bottom\nB.The object is not in the picture\nC.Top\nD.Top Right", + "answer": "B" + }, + { + "id": "14358784-1374-4239-93e7-46c70a563c2d", + "image_path": "images/196.png", + "question": "Where can the soccer ball field be found in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Left\nD.Right", + "answer": "A" + }, + { + "id": "15465788-ba97-47b7-8d61-1849b417ebb9", + "image_path": "images/197.png", + "question": "Where can the ship be found in this image?\nA.Bottom Left\nB.Top Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "96edc796-e1b3-4fbe-afee-5f839d40dd1e", + "image_path": "images/198.png", + "question": "In this image, where is the harbor positioned?\nA.Left\nB.The object is not in the picture\nC.Top\nD.Top Right", + "answer": "B" + }, + { + "id": "b2766528-c924-4b86-a98a-e314ea62c83c", + "image_path": "images/199.png", + "question": "What is the location of the swimming pool in this image?\nA.Left\nB.The object is not in the picture\nC.Top Left\nD.Right", + "answer": "B" + }, + { + "id": "0fb61272-809f-47bf-a178-e6bb03987734", + "image_path": "images/200.png", + "question": "What is the location of the soccer ball field in this image?\nA.Bottom\nB.Top Right\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "23bc9fee-1b5c-4226-98e9-5f24c046f3f5", + "image_path": "images/201.png", + "question": "Where is the ground track field located in this image?\nA.The object is not in the picture\nB.Left\nC.Bottom Right\nD.Top Right", + "answer": "A" + }, + { + "id": "1a86d98e-0658-4903-a769-24e3c23f2630", + "image_path": "images/202.png", + "question": "Where is the harbor located in this image?\nA.Top Left\nB.Top\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "b77eac2b-b865-43db-bb27-bd02abd7182f", + "image_path": "images/203.png", + "question": "In this image, where is the ship positioned?\nA.Center\nB.The object is not in the picture\nC.Bottom\nD.Left", + "answer": "B" + }, + { + "id": "ca46618f-ad5f-47ae-bbbe-764da53e873c", + "image_path": "images/204.png", + "question": "Where is the dam located in this image?\nA.Top Left\nB.Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "dc347171-e6c1-415c-959d-18d8014185e4", + "image_path": "images/205.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom Right\nB.Top\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "d88e77b7-6501-488b-a5af-9dd2e95a5d82", + "image_path": "images/206.png", + "question": "Where is the ground track field located in this image?\nA.Center\nB.Bottom Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "8ef4d4c2-e379-4f45-89d7-88af6aedc283", + "image_path": "images/207.png", + "question": "What is the location of the baseball diamond in this image?\nA.The object is not in the picture\nB.Left\nC.Bottom\nD.Right", + "answer": "A" + }, + { + "id": "36476457-6ab0-4ead-9862-28acd3cf10ef", + "image_path": "images/208.png", + "question": "Where is the swimming pool located in this image?\nA.Top\nB.The object is not in the picture\nC.Top Right\nD.Left", + "answer": "B" + }, + { + "id": "82eb9568-c88f-4e9f-9b15-d8223732728c", + "image_path": "images/209.png", + "question": "In this image, where is the airplane positioned?\nA.Right\nB.Left\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "1e2533dc-960c-489b-a848-9465a1cfa24e", + "image_path": "images/210.png", + "question": "Can you identify the position of the storage tank in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Bottom\nD.Center", + "answer": "A" + }, + { + "id": "a00df9a5-d67d-42e3-9959-a46168847424", + "image_path": "images/211.png", + "question": "In this image, where is the swimming pool positioned?\nA.Bottom Left\nB.The object is not in the picture\nC.Top Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "6a2aeb06-d369-4c30-8c14-6be2013fe548", + "image_path": "images/212.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "61b31455-b8ce-40b4-9d71-364ead609837", + "image_path": "images/213.png", + "question": "In this image, where is the bridge positioned?\nA.Bottom Left\nB.Bottom Right\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "a06a18b1-2331-4b86-b699-4471fdcaf45a", + "image_path": "images/214.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Right\nB.Bottom Left\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "6b748186-ad31-4c21-bc33-669afdb51687", + "image_path": "images/215.png", + "question": "What is the location of the dam in this image?\nA.Right\nB.Bottom Right\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "5af9b901-8301-450a-b4aa-8d39016c7f52", + "image_path": "images/216.png", + "question": "Where can the airplane be found in this image?\nA.Top Right\nB.The object is not in the picture\nC.Left\nD.Bottom", + "answer": "B" + }, + { + "id": "2efd3267-f0d3-4140-8eef-6905de7546c7", + "image_path": "images/217.png", + "question": "In this image, where is the storage tank positioned?\nA.Top\nB.Top Left\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "86c3d3e8-359a-4a47-889f-81c2f3184a63", + "image_path": "images/218.png", + "question": "What is the location of the dam in this image?\nA.Top Left\nB.Top Right\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "65614e1d-467f-4e5a-b0c3-c699714204c6", + "image_path": "images/219.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Bottom\nB.The object is not in the picture\nC.Top Right\nD.Right", + "answer": "B" + }, + { + "id": "a49bcc81-5162-4578-8974-a45e6bacb51b", + "image_path": "images/220.png", + "question": "Can you identify the position of the harbor in this image?\nA.Bottom Left\nB.Bottom Right\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "96ef2ddc-6842-4ec2-b026-14f24a8be794", + "image_path": "images/221.png", + "question": "What is the location of the storage tank in this image?\nA.Bottom\nB.The object is not in the picture\nC.Top Right\nD.Left", + "answer": "B" + }, + { + "id": "aed59da5-885a-421d-9c39-e0e6364abb44", + "image_path": "images/222.png", + "question": "Can you identify the position of the harbor in this image?\nA.Center\nB.Top\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "60f03f7c-b428-4655-bd7d-fb0d5c8223ce", + "image_path": "images/223.png", + "question": "What is the location of the baseball diamond in this image?\nA.Left\nB.Bottom Right\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "19158e5c-3550-4ddb-b282-d4b309c312de", + "image_path": "images/224.png", + "question": "Where is the harbor located in this image?\nA.Bottom\nB.Bottom Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "baed1b53-897c-42f1-8ab5-5ab1e362b18c", + "image_path": "images/225.png", + "question": "What is the location of the ship in this image?\nA.Bottom Left\nB.Right\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "cec30f74-463a-46bf-870b-6373538c0d08", + "image_path": "images/226.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom\nB.Top Left\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "7d3732d3-a737-466d-bf58-85e8713abb06", + "image_path": "images/227.png", + "question": "What is the location of the airplane in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Left\nD.Top Left", + "answer": "A" + }, + { + "id": "51f2af4c-866e-4328-ba44-d70d7b5b0c57", + "image_path": "images/228.png", + "question": "What is the location of the baseball diamond in this image?\nA.Right\nB.Bottom Left\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "e5fcf9c7-88f2-465e-84ce-957aa9361ac0", + "image_path": "images/229.png", + "question": "Where can the roundabout be found in this image?\nA.Left\nB.Bottom Left\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "a63608b0-94d4-4c9a-8919-ef91d570fb02", + "image_path": "images/230.png", + "question": "Where can the storage tank be found in this image?\nA.The object is not in the picture\nB.Top Right\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "5c93bb8c-c756-481b-b51a-4442db566ece", + "image_path": "images/231.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom Right\nB.Center\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "61ce28d2-b0e7-42ac-ba67-704a0a6641c2", + "image_path": "images/232.png", + "question": "Where can the soccer ball field be found in this image?\nA.Top Right\nB.Bottom\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "0af768ee-8b2f-4c30-8bd6-5113d2d87d58", + "image_path": "images/233.png", + "question": "In this image, where is the bridge positioned?\nA.Top\nB.Bottom Left\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "c255d7c0-b954-45de-92e8-ecf9f7e02cf7", + "image_path": "images/234.png", + "question": "What is the location of the ship in this image?\nA.Center\nB.Bottom Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "4e866ae3-d243-4b15-9f88-7094570b1bb1", + "image_path": "images/235.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Center\nB.The object is not in the picture\nC.Top Right\nD.Bottom Left", + "answer": "B" + }, + { + "id": "8b5ed795-cf63-4f9b-b9c6-5397d45288bd", + "image_path": "images/236.png", + "question": "Where can the storage tank be found in this image?\nA.The object is not in the picture\nB.Bottom\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "3eb1b5ff-c351-4509-9086-8bd68e90413a", + "image_path": "images/237.png", + "question": "Where is the ship located in this image?\nA.Top\nB.The object is not in the picture\nC.Top Left\nD.Top Right", + "answer": "B" + }, + { + "id": "30825180-9c67-4d7c-bc8a-3680fad9efd3", + "image_path": "images/238.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Left\nB.Center\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "d5797751-c5ac-47a9-9638-f6d620b8a897", + "image_path": "images/239.png", + "question": "Where is the airplane located in this image?\nA.The object is not in the picture\nB.Top\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "aa4cf1f8-1f50-4043-ba19-aaff2c9ebdaf", + "image_path": "images/240.png", + "question": "In this image, where is the airplane positioned?\nA.Top\nB.Top Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "27c4ce24-4511-4914-a473-a171a8521082", + "image_path": "images/241.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Bottom Left\nB.Bottom Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "bbe1c912-7aa4-4715-a2de-a2c52d7e4826", + "image_path": "images/242.png", + "question": "In this image, where is the ship positioned?\nA.Bottom Right\nB.Top Right\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "0b1fca7a-7c34-4395-a712-256804b3503b", + "image_path": "images/243.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Bottom Left\nB.Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "3dcba67e-e4b9-4e22-8be7-e777e77b09ea", + "image_path": "images/244.png", + "question": "Where is the storage tank located in this image?\nA.Top Left\nB.Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "b2b0bcd9-3ea0-42ca-ae5a-1c7b4183fbaf", + "image_path": "images/245.png", + "question": "In this image, where is the roundabout positioned?\nA.Left\nB.Bottom Right\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "eeee8ac6-058d-4f0c-a7a0-913c0596b7a1", + "image_path": "images/246.png", + "question": "Where is the airplane located in this image?\nA.Left\nB.Top\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "ab8109ea-0e4e-4d7d-ad30-269082f2eab7", + "image_path": "images/247.png", + "question": "What is the location of the storage tank in this image?\nA.Top\nB.The object is not in the picture\nC.Center\nD.Left", + "answer": "B" + }, + { + "id": "54134dc2-7ea6-4902-936b-91edcb9cdc26", + "image_path": "images/248.png", + "question": "Where can the dam be found in this image?\nA.Top\nB.Top Left\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "db97d272-702d-48c7-be24-195498fc1645", + "image_path": "images/249.png", + "question": "Where is the baseball diamond located in this image?\nA.Bottom Left\nB.Top Right\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "3dac7d8f-e7fe-44d6-8784-ab492443050a", + "image_path": "images/250.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Bottom\nB.Right\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "f1927486-0d34-40f5-b036-9095a9f6b8fb", + "image_path": "images/251.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Center\nB.The object is not in the picture\nC.Left\nD.Right", + "answer": "B" + }, + { + "id": "d21376da-cc80-45bf-ba6d-c67782bb67e8", + "image_path": "images/252.png", + "question": "What is the location of the soccer ball field in this image?\nA.The object is not in the picture\nB.Center\nC.Bottom\nD.Top", + "answer": "A" + }, + { + "id": "9adb7dae-68b2-452a-846f-8b55c3f2b27d", + "image_path": "images/253.png", + "question": "Where can the swimming pool be found in this image?\nA.The object is not in the picture\nB.Top Right\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "363180e2-02fe-453a-aef1-da223baa559b", + "image_path": "images/254.png", + "question": "What is the location of the soccer ball field in this image?\nA.Bottom Left\nB.Bottom Right\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "29c17c9f-6d39-4c74-a41e-f3fa3a3b410a", + "image_path": "images/255.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Right\nB.The object is not in the picture\nC.Top\nD.Bottom Left", + "answer": "B" + }, + { + "id": "bc590e42-5b07-4853-8a8c-215d39ceca19", + "image_path": "images/256.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Bottom Right\nB.Center\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "f995c2fe-70e4-4f59-87f9-3b6f55aee451", + "image_path": "images/257.png", + "question": "Where can the swimming pool be found in this image?\nA.Bottom Left\nB.Center\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "7c24b626-cb6e-4021-a25c-ae5ef9537991", + "image_path": "images/258.png", + "question": "Where is the swimming pool located in this image?\nA.Top Right\nB.Left\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "b7f601c8-c483-4f9a-bb0e-35e83c6a2a5e", + "image_path": "images/259.png", + "question": "Where can the soccer ball field be found in this image?\nA.Top\nB.The object is not in the picture\nC.Bottom Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "5028c3c3-b42f-4f77-85b9-3a9798669108", + "image_path": "images/260.png", + "question": "Where is the soccer ball field located in this image?\nA.The object is not in the picture\nB.Top Left\nC.Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "999c8c3f-a2b8-4b53-b951-d30144dedeab", + "image_path": "images/261.png", + "question": "Where is the bridge located in this image?\nA.Bottom Right\nB.Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "31618ccb-730a-48c5-9b7b-fae913439201", + "image_path": "images/262.png", + "question": "Where is the storage tank located in this image?\nA.Bottom\nB.The object is not in the picture\nC.Bottom Left\nD.Top Right", + "answer": "B" + }, + { + "id": "c640d671-5910-477a-bb53-8506fa0ac047", + "image_path": "images/263.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Right\nB.Bottom Right\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "cd8f7d83-6001-4e44-9dcd-0e8d8b9800dc", + "image_path": "images/264.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.The object is not in the picture\nB.Top Right\nC.Top Left\nD.Left", + "answer": "A" + }, + { + "id": "d75ab8b9-f6ef-434c-a427-be30ba30d417", + "image_path": "images/265.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom\nB.The object is not in the picture\nC.Center\nD.Right", + "answer": "B" + }, + { + "id": "47829fbb-7a98-4517-b31c-2621e86fcbe0", + "image_path": "images/266.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Top Left\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "6c4cb02a-3ba7-42ef-9f55-bf0cb863bce2", + "image_path": "images/267.png", + "question": "Where can the bridge be found in this image?\nA.Bottom Right\nB.Top Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "0cd14a93-d2af-4a6f-9f8f-07baee368ac5", + "image_path": "images/268.png", + "question": "Where can the ground track field be found in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "4d247363-6554-4396-8b39-153ada73ba5c", + "image_path": "images/269.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Top\nB.Bottom Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "cb62a826-7683-46ba-9723-c96eaecbdd36", + "image_path": "images/270.png", + "question": "In this image, where is the storage tank positioned?\nA.Bottom\nB.The object is not in the picture\nC.Center\nD.Left", + "answer": "B" + }, + { + "id": "22240cae-c15b-4c17-858c-53d238a4a67d", + "image_path": "images/271.png", + "question": "Where can the storage tank be found in this image?\nA.The object is not in the picture\nB.Center\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "a34d298a-eaca-4413-979d-9eca62fc27d5", + "image_path": "images/272.png", + "question": "Where is the ship located in this image?\nA.Top Right\nB.Left\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "65c04e84-3b8d-4808-a8f8-c02cfdf88dcf", + "image_path": "images/273.png", + "question": "Can you identify the position of the ship in this image?\nA.Right\nB.Top Left\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "f34e3c04-742d-4c41-afc2-2f227356a603", + "image_path": "images/274.png", + "question": "In this image, where is the dam positioned?\nA.Bottom Right\nB.The object is not in the picture\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "826cc2dc-af56-4ed1-8657-cfb5bb841aa6", + "image_path": "images/275.png", + "question": "In this image, where is the roundabout positioned?\nA.Top\nB.The object is not in the picture\nC.Bottom\nD.Bottom Right", + "answer": "B" + }, + { + "id": "720131f5-f9da-4ce9-9ace-c4b004bd03c5", + "image_path": "images/276.png", + "question": "Where can the ground track field be found in this image?\nA.Top Left\nB.Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "1866b83e-61bf-4abe-abd4-6715ae788811", + "image_path": "images/277.png", + "question": "In this image, where is the storage tank positioned?\nA.Left\nB.Top\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "10ec2213-9db4-4079-9786-ee517cc6770d", + "image_path": "images/278.png", + "question": "In this image, where is the storage tank positioned?\nA.Top\nB.The object is not in the picture\nC.Bottom Right\nD.Left", + "answer": "B" + }, + { + "id": "2b70982b-22de-434f-9553-8c1ad3111dfa", + "image_path": "images/279.png", + "question": "Where is the airplane located in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Right\nD.Top Right", + "answer": "A" + }, + { + "id": "1bb2e5ba-6ec8-4f50-bbbe-75412dbf0424", + "image_path": "images/280.png", + "question": "What is the location of the ship in this image?\nA.Bottom Left\nB.Left\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "72e34356-4e86-4d94-a800-eae2ac6f0913", + "image_path": "images/281.png", + "question": "Where is the roundabout located in this image?\nA.Center\nB.Bottom Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "c609506b-0e2a-4d77-952e-52057e6c296c", + "image_path": "images/282.png", + "question": "Where is the roundabout located in this image?\nA.Top Right\nB.The object is not in the picture\nC.Top Left\nD.Center", + "answer": "B" + }, + { + "id": "f6a82421-959c-4279-8266-2710faedf5c9", + "image_path": "images/283.png", + "question": "In this image, where is the dam positioned?\nA.Right\nB.The object is not in the picture\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "9c37cf91-9946-4d36-931b-2141d86c339b", + "image_path": "images/284.png", + "question": "What is the location of the dam in this image?\nA.Top Left\nB.The object is not in the picture\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "83ccc73e-6aaf-44c0-b302-2ae26b7bb883", + "image_path": "images/285.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Right\nB.Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "a447c50d-f1e9-42ae-9124-97d342dd5e25", + "image_path": "images/286.png", + "question": "In this image, where is the ship positioned?\nA.Top Left\nB.Bottom Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "c6e77b1e-3328-42a0-ae94-88ff918bfa3d", + "image_path": "images/287.png", + "question": "Can you identify the position of the harbor in this image?\nA.The object is not in the picture\nB.Top Left\nC.Bottom Left\nD.Top", + "answer": "A" + }, + { + "id": "99355223-9945-4be6-9ed9-8ff1257a748f", + "image_path": "images/288.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Right\nB.Top\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "04bf65a3-6fcc-4c29-8a45-6286216a441e", + "image_path": "images/289.png", + "question": "In this image, where is the ground track field positioned?\nA.Left\nB.Bottom Left\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "a38898da-1e37-4313-9f5f-f9f89b758667", + "image_path": "images/290.png", + "question": "Where can the harbor be found in this image?\nA.Top\nB.The object is not in the picture\nC.Bottom Right\nD.Right", + "answer": "B" + }, + { + "id": "b590e8d5-2e13-4564-9396-29a69446904f", + "image_path": "images/291.png", + "question": "Where is the baseball diamond located in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Left\nD.Top Right", + "answer": "B" + }, + { + "id": "2ac77033-8f6c-4087-9f55-6dd74fca03c3", + "image_path": "images/292.png", + "question": "In this image, where is the roundabout positioned?\nA.The object is not in the picture\nB.Top Right\nC.Bottom Right\nD.Right", + "answer": "A" + }, + { + "id": "3900573d-b97a-4f18-94cd-95dd591fee6e", + "image_path": "images/293.png", + "question": "What is the location of the swimming pool in this image?\nA.Bottom\nB.Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "c5f237f1-5dcf-452b-b3d5-0a35109d629c", + "image_path": "images/294.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom Right\nB.Top Left\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "29f1bce4-aa00-4449-9473-2927c9d2dadf", + "image_path": "images/295.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Right\nB.The object is not in the picture\nC.Left\nD.Bottom", + "answer": "B" + }, + { + "id": "92618a5b-16a6-40d9-874a-f640277707ea", + "image_path": "images/296.png", + "question": "What is the location of the bridge in this image?\nA.The object is not in the picture\nB.Center\nC.Top Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "f31eb1c6-ea0e-4698-917a-51b7b5ed310e", + "image_path": "images/297.png", + "question": "Where can the dam be found in this image?\nA.Right\nB.Left\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "b376add5-1cfc-4608-a5c0-5e26e1e22f27", + "image_path": "images/298.png", + "question": "In this image, where is the dam positioned?\nA.Bottom\nB.Top Right\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "3db1a4f5-2422-403f-a600-dfa889ac0b3c", + "image_path": "images/299.png", + "question": "What is the location of the soccer ball field in this image?\nA.Top Right\nB.Top Left\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "709f0853-5199-4425-b9e4-c5345414e338", + "image_path": "images/300.png", + "question": "Can you identify the position of the harbor in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Bottom Left\nD.Top", + "answer": "A" + }, + { + "id": "9435cb3e-a533-4ab9-aea6-089f7d2110c3", + "image_path": "images/301.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom\nB.Top Right\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "e01699eb-02de-4342-8899-d87a37baa6b4", + "image_path": "images/302.png", + "question": "Can you identify the position of the storage tank in this image?\nA.The object is not in the picture\nB.Top Right\nC.Top\nD.Bottom", + "answer": "A" + }, + { + "id": "73494f0d-4929-4981-a955-46cc8a19d692", + "image_path": "images/303.png", + "question": "Where is the roundabout located in this image?\nA.Top\nB.Bottom Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "24a86cca-fb48-4070-a1c9-b08922d051bf", + "image_path": "images/304.png", + "question": "Where can the airplane be found in this image?\nA.The object is not in the picture\nB.Top Left\nC.Bottom Right\nD.Bottom", + "answer": "A" + }, + { + "id": "c3db6e36-ccbc-49a6-9edd-e06b17c61ff6", + "image_path": "images/305.png", + "question": "What is the location of the ship in this image?\nA.Bottom Left\nB.Center\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "4bfe021c-b016-4a68-8fa1-5c3799202151", + "image_path": "images/306.png", + "question": "Where is the storage tank located in this image?\nA.Top Left\nB.Bottom Right\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "df09925d-39e6-4c91-9e3a-d347ad0e8572", + "image_path": "images/307.png", + "question": "Where can the soccer ball field be found in this image?\nA.Top\nB.The object is not in the picture\nC.Bottom\nD.Left", + "answer": "B" + }, + { + "id": "d9561750-c060-4e1e-9259-67898873c71e", + "image_path": "images/308.png", + "question": "What is the location of the baseball diamond in this image?\nA.Center\nB.The object is not in the picture\nC.Bottom\nD.Right", + "answer": "B" + }, + { + "id": "3d5617de-ba7c-404d-857b-731ffa4d31b2", + "image_path": "images/309.png", + "question": "What is the location of the harbor in this image?\nA.Bottom Right\nB.Bottom Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "ab2486be-bd25-431c-b093-7fbdee12e142", + "image_path": "images/310.png", + "question": "Can you identify the position of the bridge in this image?\nA.Right\nB.The object is not in the picture\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "e4944fa7-23eb-4c4f-b2a8-c02ad8d8997f", + "image_path": "images/311.png", + "question": "What is the location of the storage tank in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Bottom\nD.Top Left", + "answer": "B" + }, + { + "id": "9d6a8c59-1cb7-434e-8b31-8d358fbe60f8", + "image_path": "images/312.png", + "question": "Where is the ship located in this image?\nA.Bottom Right\nB.Top Left\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "afc44114-581e-42cc-8294-67e251042454", + "image_path": "images/313.png", + "question": "In this image, where is the harbor positioned?\nA.The object is not in the picture\nB.Bottom\nC.Bottom Right\nD.Center", + "answer": "A" + }, + { + "id": "0e4c2bff-88b7-4cad-a49d-9d11881cc583", + "image_path": "images/314.png", + "question": "What is the location of the ship in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Bottom Right\nD.Right", + "answer": "A" + }, + { + "id": "fa7cab0b-ea03-499f-81f7-558bf7b69a89", + "image_path": "images/315.png", + "question": "Where is the soccer ball field located in this image?\nA.Right\nB.Top Right\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "523b61d9-d69a-4fff-a8ec-3ffabe7db28c", + "image_path": "images/316.png", + "question": "In this image, where is the harbor positioned?\nA.Bottom\nB.The object is not in the picture\nC.Top Right\nD.Top Left", + "answer": "B" + }, + { + "id": "3614f65b-0100-4394-b94a-5f61942d80fa", + "image_path": "images/317.png", + "question": "What is the location of the harbor in this image?\nA.Center\nB.The object is not in the picture\nC.Left\nD.Top Left", + "answer": "B" + }, + { + "id": "aebb6eed-1980-4de4-a7d9-97f4c45b5696", + "image_path": "images/318.png", + "question": "Can you identify the position of the bridge in this image?\nA.Top Left\nB.The object is not in the picture\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "5a3a22c9-f68f-46f7-bb79-b7301055b8e0", + "image_path": "images/319.png", + "question": "In this image, where is the roundabout positioned?\nA.Center\nB.Top\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "939bd588-a8dd-44dd-b143-bdf0ba4e6698", + "image_path": "images/320.png", + "question": "Where is the bridge located in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Top Left\nD.Center", + "answer": "A" + }, + { + "id": "693b5751-0808-410f-8155-907c710e696c", + "image_path": "images/321.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom\nB.Right\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "12520f92-d0df-484c-9e91-c10617d2d995", + "image_path": "images/322.png", + "question": "In this image, where is the swimming pool positioned?\nA.Right\nB.The object is not in the picture\nC.Center\nD.Bottom Left", + "answer": "B" + }, + { + "id": "186585c8-46d7-4c90-bb1d-4d3f7618d63a", + "image_path": "images/323.png", + "question": "Where is the airplane located in this image?\nA.Left\nB.Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "249fdeac-a6eb-4b8e-827f-969ecc14bafa", + "image_path": "images/324.png", + "question": "Where is the dam located in this image?\nA.Top\nB.Bottom\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "e4bfba50-1bf9-47a8-a17e-b410b7070020", + "image_path": "images/325.png", + "question": "Where is the baseball diamond located in this image?\nA.Right\nB.Center\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "7aa901a0-3244-4a4f-ba36-63408b0c3abf", + "image_path": "images/326.png", + "question": "Can you identify the position of the ship in this image?\nA.The object is not in the picture\nB.Top Right\nC.Right\nD.Bottom", + "answer": "A" + }, + { + "id": "c95e887f-890c-47d1-a061-ac97763132f9", + "image_path": "images/327.png", + "question": "What is the location of the ship in this image?\nA.Bottom Left\nB.Bottom\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "ee93b43f-c29f-49ba-b6ec-e05594e6200a", + "image_path": "images/328.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Bottom\nB.Top Left\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "82ba5f88-9df4-4d40-a72f-a91b248b105a", + "image_path": "images/329.png", + "question": "Where can the storage tank be found in this image?\nA.Top\nB.Bottom Right\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "b322fb22-d9f7-4809-bd18-0baf3717dbac", + "image_path": "images/330.png", + "question": "Where can the ground track field be found in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Right\nD.Top Left", + "answer": "A" + }, + { + "id": "61c4d41a-ddd0-43bf-bcfa-1c1b94385bdb", + "image_path": "images/331.png", + "question": "Where is the ship located in this image?\nA.Center\nB.Bottom\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "e8935b17-5f4f-4684-a368-e99dd054706a", + "image_path": "images/332.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom Right\nB.The object is not in the picture\nC.Top\nD.Center", + "answer": "B" + }, + { + "id": "7626b21e-1650-4c42-bf0a-5df2da21bc11", + "image_path": "images/333.png", + "question": "What is the location of the baseball diamond in this image?\nA.Bottom\nB.Bottom Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "34e173a9-fcc9-4d19-9e50-d195e2bc7725", + "image_path": "images/334.png", + "question": "What is the location of the swimming pool in this image?\nA.Top\nB.Top Right\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "e322add5-5a75-498d-b107-dfb369bbac43", + "image_path": "images/335.png", + "question": "Where is the dam located in this image?\nA.Top\nB.Center\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "2d4791ce-ba18-4c1f-bd51-93f94f123ac7", + "image_path": "images/336.png", + "question": "Where is the soccer ball field located in this image?\nA.Top\nB.Top Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "47688bc6-219f-4e67-bf89-1b5ed90d08dd", + "image_path": "images/337.png", + "question": "What is the location of the roundabout in this image?\nA.Center\nB.The object is not in the picture\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "0be2db2b-6629-44a6-9401-afbd1d48eb8b", + "image_path": "images/338.png", + "question": "Where can the baseball diamond be found in this image?\nA.The object is not in the picture\nB.Center\nC.Top\nD.Left", + "answer": "A" + }, + { + "id": "fd237b6f-c8c1-4d21-a806-74aff2558406", + "image_path": "images/339.png", + "question": "Where can the roundabout be found in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Center\nD.Top", + "answer": "A" + }, + { + "id": "50955304-8a18-4aef-bc6e-3bc29d6ba28c", + "image_path": "images/340.png", + "question": "In this image, where is the ground track field positioned?\nA.Left\nB.Bottom Right\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "ae0d12d5-9ce7-4197-ab80-a7ce5096d4bb", + "image_path": "images/341.png", + "question": "Where is the airplane located in this image?\nA.Right\nB.Bottom Left\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "31c62574-a497-4023-8ea1-a57c702f2341", + "image_path": "images/342.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Bottom Right\nD.Top Right", + "answer": "B" + }, + { + "id": "fbe502e0-d1c0-46bf-b49e-ff984bad331c", + "image_path": "images/343.png", + "question": "What is the location of the bridge in this image?\nA.Bottom Left\nB.Top Left\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "faf2ffb3-f2bd-415f-886c-fa67af1ba0e4", + "image_path": "images/344.png", + "question": "Where is the soccer ball field located in this image?\nA.Center\nB.Bottom Left\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "4546d155-e37f-4dd6-9403-8e8680b64282", + "image_path": "images/345.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top\nB.Top Left\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "68c421de-0078-457f-a7d4-20afbdb9912c", + "image_path": "images/346.png", + "question": "Can you identify the position of the harbor in this image?\nA.Bottom Right\nB.Center\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "b5ef18ee-656b-459d-8d37-61b30ea2792e", + "image_path": "images/347.png", + "question": "What is the location of the bridge in this image?\nA.Top\nB.Right\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "5dbccf97-7c12-4e0f-a80c-d4e78c4abfa6", + "image_path": "images/348.png", + "question": "Where is the baseball diamond located in this image?\nA.Top Right\nB.Top Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "52f51bdd-c270-4284-b999-ffbb4aa8c9c1", + "image_path": "images/349.png", + "question": "Where is the bridge located in this image?\nA.The object is not in the picture\nB.Bottom\nC.Right\nD.Center", + "answer": "A" + }, + { + "id": "ecc5e135-dc58-407d-9da0-1d9fdc78f83c", + "image_path": "images/350.png", + "question": "Where is the swimming pool located in this image?\nA.Top Right\nB.Bottom\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "b4c66df5-3c96-4716-9178-c21917c8e9fd", + "image_path": "images/351.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Top\nB.Left\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "b9f37727-f04a-4d62-ae83-a79e2cb40ccd", + "image_path": "images/352.png", + "question": "What is the location of the storage tank in this image?\nA.Center\nB.Top\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "82ecdf99-5f4e-4ac4-87ea-7a860ec1c7d2", + "image_path": "images/353.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Top Left\nB.The object is not in the picture\nC.Right\nD.Center", + "answer": "B" + }, + { + "id": "768bba5e-cd15-4f58-9938-bbd8c5b63470", + "image_path": "images/354.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Top Left\nB.The object is not in the picture\nC.Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "fa2b8ff2-6052-4617-96f5-b2df39efca6c", + "image_path": "images/355.png", + "question": "Where can the storage tank be found in this image?\nA.Left\nB.The object is not in the picture\nC.Top\nD.Top Left", + "answer": "B" + }, + { + "id": "713e8611-88eb-4d0b-aa1f-2fbe47080daf", + "image_path": "images/356.png", + "question": "Where is the roundabout located in this image?\nA.Right\nB.Bottom Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "32c63483-8510-4672-83ad-f51ec756764f", + "image_path": "images/357.png", + "question": "Where can the baseball diamond be found in this image?\nA.The object is not in the picture\nB.Center\nC.Top\nD.Top Right", + "answer": "A" + }, + { + "id": "ad62644e-94bd-4935-af6a-88ffef5f9fc1", + "image_path": "images/358.png", + "question": "What is the location of the baseball diamond in this image?\nA.Top Left\nB.Bottom Left\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "05d8b5a9-11e3-454b-86b1-8e37a71c39d3", + "image_path": "images/359.png", + "question": "In this image, where is the ship positioned?\nA.Bottom\nB.Left\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "5fd55c5f-1fcf-4838-8c74-693077aa2bb7", + "image_path": "images/360.png", + "question": "Where is the storage tank located in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "01c7d79f-e8a8-4238-bec5-4e87ac419378", + "image_path": "images/361.png", + "question": "In this image, where is the swimming pool positioned?\nA.The object is not in the picture\nB.Left\nC.Bottom Right\nD.Top Left", + "answer": "A" + }, + { + "id": "9277fc6a-f0e5-4ba3-a803-eb31c4b6d59e", + "image_path": "images/362.png", + "question": "What is the location of the baseball diamond in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Right\nD.Center", + "answer": "A" + }, + { + "id": "81ccbe8c-73c0-41ac-a4f8-057a1fb0c2b5", + "image_path": "images/363.png", + "question": "In this image, where is the harbor positioned?\nA.The object is not in the picture\nB.Top\nC.Top Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "4d882e8a-d7ba-4204-bc09-f56696703d96", + "image_path": "images/364.png", + "question": "Where can the roundabout be found in this image?\nA.Top Right\nB.The object is not in the picture\nC.Top Left\nD.Center", + "answer": "B" + }, + { + "id": "1aaf4dd1-7c21-4c3f-b498-204ab462a47d", + "image_path": "images/365.png", + "question": "Where is the ship located in this image?\nA.Right\nB.Left\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "289bb470-743d-41da-87b8-0f32d0845cbe", + "image_path": "images/366.png", + "question": "Where is the swimming pool located in this image?\nA.Top\nB.Bottom Right\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "d718e3ae-a972-40a6-b22b-4d6ba853d207", + "image_path": "images/367.png", + "question": "Where can the soccer ball field be found in this image?\nA.Left\nB.Top Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "825b365f-c5b5-4e20-bccd-a2d6340b03d5", + "image_path": "images/368.png", + "question": "What is the location of the bridge in this image?\nA.Left\nB.The object is not in the picture\nC.Center\nD.Top", + "answer": "B" + }, + { + "id": "a151aaaa-28fd-4ef6-9ced-239ae9922d5f", + "image_path": "images/369.png", + "question": "What is the location of the bridge in this image?\nA.The object is not in the picture\nB.Center\nC.Bottom Left\nD.Top", + "answer": "A" + }, + { + "id": "8cf7911d-ebac-4085-89d4-734e997c36ef", + "image_path": "images/370.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom\nB.Bottom Right\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "d5bd10ad-9f0b-4ff9-b8ce-e86460fa7238", + "image_path": "images/371.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.The object is not in the picture\nB.Top Left\nC.Left\nD.Top Right", + "answer": "A" + }, + { + "id": "a474fbf3-a1dc-4b07-badc-2182180234d7", + "image_path": "images/372.png", + "question": "In this image, where is the swimming pool positioned?\nA.Bottom Left\nB.The object is not in the picture\nC.Left\nD.Right", + "answer": "B" + }, + { + "id": "a31a9e24-9200-4b26-baa8-36692ef1a949", + "image_path": "images/373.png", + "question": "Where is the ship located in this image?\nA.The object is not in the picture\nB.Bottom\nC.Top Right\nD.Top", + "answer": "A" + }, + { + "id": "afc18a0d-d1de-42b3-aa72-6cb46953adf4", + "image_path": "images/374.png", + "question": "In this image, where is the harbor positioned?\nA.The object is not in the picture\nB.Center\nC.Left\nD.Top Left", + "answer": "A" + }, + { + "id": "1640bbe3-1386-49f3-8aa2-b7be3777298f", + "image_path": "images/375.png", + "question": "Where is the swimming pool located in this image?\nA.Left\nB.Top Left\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "3e97d067-e7fa-4247-a826-f0403baada3a", + "image_path": "images/376.png", + "question": "What is the location of the storage tank in this image?\nA.Bottom\nB.Top\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "830bbb25-1e7c-4248-b1aa-89f31ab59f01", + "image_path": "images/377.png", + "question": "Can you identify the position of the bridge in this image?\nA.The object is not in the picture\nB.Bottom\nC.Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "addac997-70b4-4ae0-8201-9f2f31ec200a", + "image_path": "images/378.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Center\nB.Top Right\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "226f6156-3fe3-49f7-b086-db649e680669", + "image_path": "images/379.png", + "question": "Where can the dam be found in this image?\nA.Top Left\nB.The object is not in the picture\nC.Center\nD.Left", + "answer": "B" + }, + { + "id": "0589517b-e78d-431a-a4e8-91a19d24b223", + "image_path": "images/380.png", + "question": "Where can the ship be found in this image?\nA.Top Left\nB.The object is not in the picture\nC.Bottom\nD.Right", + "answer": "B" + }, + { + "id": "33870070-a8eb-4b59-ae0b-6cf331895c26", + "image_path": "images/381.png", + "question": "Where can the roundabout be found in this image?\nA.Top\nB.Left\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "9d4b9425-8f77-413e-a9e8-efae9c77a91c", + "image_path": "images/382.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.The object is not in the picture\nB.Top Right\nC.Right\nD.Center", + "answer": "A" + }, + { + "id": "2ac44e3f-51f3-473c-8d7c-1ecb75eb7073", + "image_path": "images/383.png", + "question": "What is the location of the ship in this image?\nA.Center\nB.Top Left\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "025056ad-a351-47b1-aadf-403108a2f7cf", + "image_path": "images/384.png", + "question": "What is the location of the ground track field in this image?\nA.Bottom Right\nB.Top Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "73d57881-a41c-42e3-9b27-50ad2bb051f9", + "image_path": "images/385.png", + "question": "Where is the dam located in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "927a13ec-8c09-4e1a-87b7-209647cdf6fa", + "image_path": "images/386.png", + "question": "What is the location of the dam in this image?\nA.Left\nB.Top Right\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "1fc5661d-81ca-4189-9056-0ea605374f2b", + "image_path": "images/387.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Right\nB.The object is not in the picture\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "8437c350-2d99-45e2-a87e-177ba6917315", + "image_path": "images/388.png", + "question": "What is the location of the ground track field in this image?\nA.Center\nB.Right\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "4893cbec-6df8-4dac-a0ac-6354b2259cc1", + "image_path": "images/389.png", + "question": "In this image, where is the dam positioned?\nA.Center\nB.Top Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "ca0cd2e5-07d5-4427-8fb2-299790637a72", + "image_path": "images/390.png", + "question": "What is the location of the bridge in this image?\nA.Top\nB.The object is not in the picture\nC.Left\nD.Center", + "answer": "B" + }, + { + "id": "51b3f408-6dc3-4d45-99e7-8b8812becb78", + "image_path": "images/391.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Right\nB.Bottom Left\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "7e2800a9-9f6d-41b4-8631-9cdd4a6fd984", + "image_path": "images/392.png", + "question": "Can you identify the position of the dam in this image?\nA.Top Right\nB.Left\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "81cf9e0b-4615-48db-a048-d3bcf330b95f", + "image_path": "images/393.png", + "question": "What is the location of the bridge in this image?\nA.Top\nB.Center\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "7d0d2098-f3f3-4f67-93c0-015e1205f2cb", + "image_path": "images/394.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Top Right\nB.Top\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "6ef8685c-f7a8-4222-b69d-073159747cc8", + "image_path": "images/395.png", + "question": "Where is the soccer ball field located in this image?\nA.Top Left\nB.The object is not in the picture\nC.Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "ecad1931-2f64-4a53-b100-6c95163bac3e", + "image_path": "images/396.png", + "question": "In this image, where is the harbor positioned?\nA.The object is not in the picture\nB.Left\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "62a44788-0343-4d06-a22a-d751bbb0797e", + "image_path": "images/397.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Bottom Left\nB.Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "a09571d2-3e2f-42e9-80a6-cfd64e07cde0", + "image_path": "images/398.png", + "question": "Where is the baseball diamond located in this image?\nA.Bottom\nB.Bottom Right\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "cf607531-3aeb-4b0a-b075-b32bb4c3678e", + "image_path": "images/399.png", + "question": "Can you identify the position of the dam in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Top Right\nD.Left", + "answer": "B" + }, + { + "id": "aff30864-7f6b-4144-a12f-efea72073e01", + "image_path": "images/400.png", + "question": "What is the location of the ground track field in this image?\nA.Left\nB.Top Right\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "3178f2da-d66e-4092-874b-e76365f129dc", + "image_path": "images/401.png", + "question": "Where is the ship located in this image?\nA.Center\nB.Top\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "397c1ba9-80c5-4030-9221-0c79c0ec30f9", + "image_path": "images/402.png", + "question": "In this image, where is the dam positioned?\nA.Center\nB.Bottom Left\nC.The object is not in the picture\nD.Bottom Right", + "answer": "C" + }, + { + "id": "1f1188a6-8629-403c-89c6-ee22d528b836", + "image_path": "images/403.png", + "question": "Where can the storage tank be found in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Left\nD.Center", + "answer": "A" + }, + { + "id": "0a7c7df1-c92e-4f97-b2db-e9f347b9f9e6", + "image_path": "images/404.png", + "question": "In this image, where is the ground track field positioned?\nA.Right\nB.Top Left\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "602fa518-c71d-4845-803f-8bfaf0f76b94", + "image_path": "images/405.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Top Left\nB.Left\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "fda1271b-60c1-4bbf-8560-6b659376786a", + "image_path": "images/406.png", + "question": "Where is the storage tank located in this image?\nA.Top Right\nB.Bottom Right\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "590bcd9a-a825-4a02-8835-7412422c7256", + "image_path": "images/407.png", + "question": "What is the location of the soccer ball field in this image?\nA.Bottom Left\nB.Center\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "3cb46524-16c8-42bc-86f3-49c973862501", + "image_path": "images/408.png", + "question": "Where is the airplane located in this image?\nA.Top\nB.Bottom Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "45b6d5b0-db79-445d-8c35-d2d6b70557df", + "image_path": "images/409.png", + "question": "In this image, where is the bridge positioned?\nA.The object is not in the picture\nB.Top Left\nC.Right\nD.Top", + "answer": "A" + }, + { + "id": "987eb773-fdb2-4d63-bd34-811fa6389136", + "image_path": "images/410.png", + "question": "Can you identify the position of the ground track field in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Bottom\nD.Center", + "answer": "A" + }, + { + "id": "dae93a59-0d99-442c-87eb-e05e9a2ffd89", + "image_path": "images/411.png", + "question": "Where is the bridge located in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "10c4f851-b1c6-4813-b3c2-1d6335fb4e88", + "image_path": "images/412.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Bottom Right\nB.Bottom Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "9c1ff4f5-1db4-480c-836e-953d69e4f1db", + "image_path": "images/413.png", + "question": "Where can the baseball diamond be found in this image?\nA.The object is not in the picture\nB.Top Right\nC.Top Left\nD.Top", + "answer": "A" + }, + { + "id": "61e4e523-7d5e-4edf-9a1c-0f764b49a6f0", + "image_path": "images/414.png", + "question": "Where is the baseball diamond located in this image?\nA.Bottom Right\nB.Bottom\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "547cc2b5-afe0-4fa2-baa3-c178140450f5", + "image_path": "images/415.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Top Right\nB.Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "35d786d7-590b-48da-83ec-b5ef62cb81c1", + "image_path": "images/416.png", + "question": "Where is the airplane located in this image?\nA.Left\nB.Bottom\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "2d5bf6b4-47a0-4b6c-8aa3-fa64a0b3c4f1", + "image_path": "images/417.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom Left\nB.Top Left\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "1bab582a-575b-466b-8ff3-69e1b5ceac6b", + "image_path": "images/418.png", + "question": "Where can the storage tank be found in this image?\nA.Top Right\nB.Top Left\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "ba2b57d2-84bb-41a5-ba76-b0fabb26d375", + "image_path": "images/419.png", + "question": "What is the location of the baseball diamond in this image?\nA.Bottom Right\nB.Top Left\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "9ac1574b-b371-49d7-8c78-54deae4ef3f3", + "image_path": "images/420.png", + "question": "Where can the baseball diamond be found in this image?\nA.Bottom Right\nB.Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "cf399dbe-a917-421d-aac2-062abb3cbcf7", + "image_path": "images/421.png", + "question": "Where can the swimming pool be found in this image?\nA.Top Left\nB.The object is not in the picture\nC.Bottom Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "ceb12999-07a0-4668-977b-0e9a6a5c0bd4", + "image_path": "images/422.png", + "question": "Where is the harbor located in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Top Right\nD.Center", + "answer": "B" + }, + { + "id": "f06416bc-b02e-4274-b52e-bc9381bb679a", + "image_path": "images/423.png", + "question": "Can you identify the position of the ship in this image?\nA.Top Right\nB.Center\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "46527be7-16c7-43dc-804b-c49e197bb1db", + "image_path": "images/424.png", + "question": "What is the location of the storage tank in this image?\nA.Top Right\nB.The object is not in the picture\nC.Left\nD.Bottom", + "answer": "B" + }, + { + "id": "33de3df4-a863-40b5-a557-a4fbb569138e", + "image_path": "images/425.png", + "question": "Can you identify the position of the ship in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Bottom\nD.Center", + "answer": "A" + }, + { + "id": "83e4c09e-64ee-43c0-9265-f975d945dea6", + "image_path": "images/426.png", + "question": "Can you identify the position of the ship in this image?\nA.Bottom Left\nB.Top Left\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "b7a118b8-2535-42e5-be61-d00092cdabe8", + "image_path": "images/427.png", + "question": "In this image, where is the storage tank positioned?\nA.Top Left\nB.Top Right\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "5d0579ad-7cba-4abe-b4a5-57c691c74b44", + "image_path": "images/428.png", + "question": "In this image, where is the airplane positioned?\nA.The object is not in the picture\nB.Top Left\nC.Bottom\nD.Top Right", + "answer": "A" + }, + { + "id": "1bc8e29f-f1f4-4f11-91bf-d64da27cd304", + "image_path": "images/429.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Right\nB.Top Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "df1ded56-d093-4668-bb4c-2b87d5e3276e", + "image_path": "images/430.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Left\nD.Bottom", + "answer": "B" + }, + { + "id": "24f479e5-7330-4b31-8766-44ecb319d312", + "image_path": "images/431.png", + "question": "Can you identify the position of the ground track field in this image?\nA.The object is not in the picture\nB.Center\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "499b59d7-47ae-4b80-a6f6-06f376bd0b8e", + "image_path": "images/432.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom Left\nB.Top Right\nC.The object is not in the picture\nD.Left", + "answer": "C" + }, + { + "id": "8ce0b21f-4aeb-472f-90fd-60886bedba4f", + "image_path": "images/433.png", + "question": "Can you identify the position of the ship in this image?\nA.Top Left\nB.The object is not in the picture\nC.Top\nD.Left", + "answer": "B" + }, + { + "id": "ac6dc7e4-b3fc-40f3-bd56-3ea409bd6b28", + "image_path": "images/434.png", + "question": "Where is the storage tank located in this image?\nA.The object is not in the picture\nB.Right\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "d9be2e5e-c8aa-4578-987b-f21ef09549b2", + "image_path": "images/435.png", + "question": "Where can the dam be found in this image?\nA.The object is not in the picture\nB.Top\nC.Top Left\nD.Bottom", + "answer": "A" + }, + { + "id": "a2e5bf1d-e104-4efc-93dd-b24053f2ba4d", + "image_path": "images/436.png", + "question": "Where can the dam be found in this image?\nA.The object is not in the picture\nB.Bottom Left\nC.Top Left\nD.Left", + "answer": "A" + }, + { + "id": "5bd2409c-8178-4c89-af71-af9f9c8a41b3", + "image_path": "images/437.png", + "question": "What is the location of the roundabout in this image?\nA.Top\nB.Center\nC.The object is not in the picture\nD.Top Right", + "answer": "C" + }, + { + "id": "edbddce4-bbf6-4263-b45a-2a8826b35e11", + "image_path": "images/438.png", + "question": "In this image, where is the storage tank positioned?\nA.The object is not in the picture\nB.Left\nC.Top Left\nD.Right", + "answer": "A" + }, + { + "id": "0f40731d-e191-4792-886b-fd58225f12b7", + "image_path": "images/439.png", + "question": "What is the location of the baseball diamond in this image?\nA.Center\nB.Top Left\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "7f877bb2-1089-478b-b1cd-0d7dc6bea26f", + "image_path": "images/440.png", + "question": "In this image, where is the swimming pool positioned?\nA.Top Left\nB.Top Right\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "0bd73802-edbd-4ca2-b9ad-37b33693ab20", + "image_path": "images/441.png", + "question": "Where can the roundabout be found in this image?\nA.The object is not in the picture\nB.Top Right\nC.Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "cef381d2-55c6-49be-a222-0c6e0ae0f3e0", + "image_path": "images/442.png", + "question": "What is the location of the swimming pool in this image?\nA.Top Right\nB.The object is not in the picture\nC.Right\nD.Bottom Left", + "answer": "B" + }, + { + "id": "094f87a4-db09-4a8a-b24f-a6be4d279bbe", + "image_path": "images/443.png", + "question": "Where is the ground track field located in this image?\nA.Bottom Right\nB.Bottom Left\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "125de689-a579-4a3f-80b5-dffa17993955", + "image_path": "images/444.png", + "question": "Where is the bridge located in this image?\nA.Bottom Right\nB.Top Right\nC.Top\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "09e918f9-12ee-4592-8b35-575bd3fca979", + "image_path": "images/445.png", + "question": "In this image, where is the ground track field positioned?\nA.Bottom Right\nB.Bottom Left\nC.Top Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "ac247725-05e1-40d6-9c03-088f11c2a3ed", + "image_path": "images/446.png", + "question": "What is the location of the harbor in this image?\nA.The object is not in the picture\nB.Top\nC.Left\nD.Top Left", + "answer": "A" + }, + { + "id": "2a6f3572-4427-46e5-b19d-6431ae535ecb", + "image_path": "images/447.png", + "question": "Where is the ship located in this image?\nA.Top Left\nB.The object is not in the picture\nC.Bottom\nD.Center", + "answer": "B" + }, + { + "id": "c9ddbdd8-1322-49af-aece-a17b55c882ea", + "image_path": "images/448.png", + "question": "What is the location of the ship in this image?\nA.Bottom Left\nB.Center\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "d9270336-cb9f-4eb2-9e69-3975df672e69", + "image_path": "images/449.png", + "question": "Where is the bridge located in this image?\nA.Top Right\nB.The object is not in the picture\nC.Top Left\nD.Left", + "answer": "B" + }, + { + "id": "6b40ecbd-908d-4bc7-92a0-05517e9a5a18", + "image_path": "images/450.png", + "question": "Where can the harbor be found in this image?\nA.Top Left\nB.Bottom Left\nC.Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "55861f0c-9bd6-4f36-9a4f-18c4bc7409ff", + "image_path": "images/451.png", + "question": "In this image, where is the storage tank positioned?\nA.The object is not in the picture\nB.Bottom\nC.Bottom Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "0c0eab96-9bd1-4084-8a37-aae8e3235ff8", + "image_path": "images/452.png", + "question": "What is the location of the baseball diamond in this image?\nA.Right\nB.Bottom\nC.The object is not in the picture\nD.Center", + "answer": "C" + }, + { + "id": "2a1b9f30-2726-473e-8c5b-599211398d68", + "image_path": "images/453.png", + "question": "Where is the baseball diamond located in this image?\nA.Center\nB.Top\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "b639b0d8-81fa-4fcc-8018-412a277dbcb8", + "image_path": "images/454.png", + "question": "Where can the baseball diamond be found in this image?\nA.Top Left\nB.The object is not in the picture\nC.Left\nD.Center", + "answer": "B" + }, + { + "id": "6dbee90c-b508-467d-9a29-06414490d309", + "image_path": "images/455.png", + "question": "In this image, where is the bridge positioned?\nA.Left\nB.Right\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "7ef3562b-714f-4248-84d0-f47f3e8ede77", + "image_path": "images/456.png", + "question": "What is the location of the roundabout in this image?\nA.The object is not in the picture\nB.Bottom Right\nC.Bottom Left\nD.Top Left", + "answer": "A" + }, + { + "id": "33f2f59a-517f-4335-aa0a-e57b2d0849f0", + "image_path": "images/457.png", + "question": "Where can the airplane be found in this image?\nA.Right\nB.Bottom\nC.Bottom Right\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "804bc546-776f-4866-bd27-2fc8604326fd", + "image_path": "images/458.png", + "question": "In this image, where is the ground track field positioned?\nA.Right\nB.The object is not in the picture\nC.Top Left\nD.Top", + "answer": "B" + }, + { + "id": "a94a37f6-18f0-4373-b77a-cfd42c5643f3", + "image_path": "images/459.png", + "question": "What is the location of the storage tank in this image?\nA.The object is not in the picture\nB.Bottom\nC.Top Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "5aecccc4-6e85-4ba1-9fff-603bcc73b73f", + "image_path": "images/460.png", + "question": "What is the location of the bridge in this image?\nA.Left\nB.Top\nC.The object is not in the picture\nD.Bottom", + "answer": "C" + }, + { + "id": "58cde657-4135-4835-a0bf-84046b6ac148", + "image_path": "images/461.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.The object is not in the picture\nB.Top\nC.Bottom\nD.Top Right", + "answer": "A" + }, + { + "id": "17c60fd2-c901-4295-8980-d3558a75a478", + "image_path": "images/462.png", + "question": "Where can the ground track field be found in this image?\nA.Right\nB.Top Right\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "8513ba32-6e20-4dcd-86ad-815ed9d015dd", + "image_path": "images/463.png", + "question": "What is the location of the soccer ball field in this image?\nA.Top\nB.The object is not in the picture\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "b733489d-1dae-4f0f-b9f7-6a3370c6b777", + "image_path": "images/464.png", + "question": "What is the location of the ship in this image?\nA.The object is not in the picture\nB.Top Left\nC.Center\nD.Bottom Left", + "answer": "A" + }, + { + "id": "26a93f49-4ba8-45fa-8a52-ece0cda63d91", + "image_path": "images/465.png", + "question": "Where can the roundabout be found in this image?\nA.Top Right\nB.Left\nC.Bottom\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "8d4d80e8-8410-4d7c-a6d0-cd13f52a485e", + "image_path": "images/466.png", + "question": "Where can the roundabout be found in this image?\nA.Left\nB.The object is not in the picture\nC.Bottom Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "db310fbf-2ddd-4396-9c4d-ae3292bbcded", + "image_path": "images/467.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Right\nB.Top Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "b16b7a84-b12b-4629-8f91-e157b1b1de0a", + "image_path": "images/468.png", + "question": "What is the location of the ground track field in this image?\nA.Top\nB.The object is not in the picture\nC.Bottom Left\nD.Left", + "answer": "B" + }, + { + "id": "c04b2949-4535-488e-aedf-bc7a295a0851", + "image_path": "images/469.png", + "question": "What is the location of the soccer ball field in this image?\nA.Top\nB.Top Right\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "7287e0ba-74a3-4a6f-b109-46add5870040", + "image_path": "images/470.png", + "question": "What is the location of the airplane in this image?\nA.Right\nB.The object is not in the picture\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "0d9c031d-25b8-4109-9c58-08e6e144fb77", + "image_path": "images/471.png", + "question": "Where is the baseball diamond located in this image?\nA.Bottom Left\nB.Right\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "59054f99-f699-4cd8-bf09-e593e949eb13", + "image_path": "images/472.png", + "question": "Where is the harbor located in this image?\nA.Center\nB.The object is not in the picture\nC.Top\nD.Right", + "answer": "B" + }, + { + "id": "7dc63e4a-89f2-4d99-9732-d97422e2a6df", + "image_path": "images/473.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Top Left\nB.Left\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "14757070-f9c4-4ec7-ac93-0570b3ad6ec4", + "image_path": "images/474.png", + "question": "In this image, where is the ground track field positioned?\nA.Bottom Left\nB.Bottom\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "1c4026d0-507c-4a04-a087-0d27a466dbe4", + "image_path": "images/475.png", + "question": "Where is the ship located in this image?\nA.The object is not in the picture\nB.Center\nC.Right\nD.Top", + "answer": "A" + }, + { + "id": "d497e7a1-7c73-454c-ada3-54d47ef7d07d", + "image_path": "images/476.png", + "question": "What is the location of the ship in this image?\nA.Bottom\nB.Bottom Left\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "6047ae4a-94d0-47ae-8998-eb02beb4347f", + "image_path": "images/477.png", + "question": "In this image, where is the ground track field positioned?\nA.Bottom Right\nB.Bottom\nC.Center\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "85ce1aca-3f60-475b-8f5c-03f47f6d0651", + "image_path": "images/478.png", + "question": "Where can the baseball diamond be found in this image?\nA.Center\nB.The object is not in the picture\nC.Top Right\nD.Left", + "answer": "B" + }, + { + "id": "89f5b50a-d94b-4e2e-94aa-969ffd851878", + "image_path": "images/479.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Bottom\nB.Center\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "09a52b1a-9216-4ffe-b444-8292b3a6fdbe", + "image_path": "images/480.png", + "question": "Where can the airplane be found in this image?\nA.The object is not in the picture\nB.Top Left\nC.Left\nD.Top", + "answer": "A" + }, + { + "id": "1f3eeb68-0d50-4ab6-bbed-b01944fe1b01", + "image_path": "images/481.png", + "question": "Where is the storage tank located in this image?\nA.Bottom\nB.Top\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "5d70f0c1-05cd-4953-9e9f-cea9e6a5bda1", + "image_path": "images/482.png", + "question": "Where is the ship located in this image?\nA.Bottom Left\nB.Top Right\nC.The object is not in the picture\nD.Top", + "answer": "C" + }, + { + "id": "13e26bc8-7b0c-4c0e-9c27-23acce146631", + "image_path": "images/483.png", + "question": "Where can the baseball diamond be found in this image?\nA.The object is not in the picture\nB.Bottom\nC.Top Right\nD.Right", + "answer": "A" + }, + { + "id": "35d923b6-9ca0-4167-9ee3-a2e97c0b81be", + "image_path": "images/484.png", + "question": "What is the location of the dam in this image?\nA.Bottom\nB.The object is not in the picture\nC.Bottom Right\nD.Right", + "answer": "B" + }, + { + "id": "6d5be793-71a1-4ba6-85e1-d180e44f3c4a", + "image_path": "images/485.png", + "question": "Where can the baseball diamond be found in this image?\nA.Right\nB.Left\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "abdf338d-8151-4066-99cf-e5c238ad5009", + "image_path": "images/486.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom Right\nB.The object is not in the picture\nC.Top Right\nD.Center", + "answer": "B" + }, + { + "id": "c63db395-fb89-4f82-83fa-41025f78c24f", + "image_path": "images/487.png", + "question": "Where can the airplane be found in this image?\nA.Bottom Right\nB.Top Left\nC.Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "e6968ca7-7638-4c3b-833f-51e7ccd7336b", + "image_path": "images/488.png", + "question": "Where can the ground track field be found in this image?\nA.Bottom Left\nB.The object is not in the picture\nC.Center\nD.Bottom Right", + "answer": "B" + }, + { + "id": "1b37a3ac-3a24-4211-ae77-ec5a69fcb304", + "image_path": "images/489.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Top\nB.Bottom Left\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "241f7c17-60e2-4b9a-bb65-78ccee316974", + "image_path": "images/490.png", + "question": "Where is the harbor located in this image?\nA.Top\nB.The object is not in the picture\nC.Center\nD.Left", + "answer": "B" + }, + { + "id": "24d8f266-f09c-4dd8-8c90-07163358e916", + "image_path": "images/491.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Top Right\nB.Bottom Right\nC.The object is not in the picture\nD.Right", + "answer": "C" + }, + { + "id": "d1e95e1b-dacc-43fa-a8a9-476d0293e44a", + "image_path": "images/492.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Top\nB.Bottom\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "64b610d3-5697-45e6-a581-272c40db8cc7", + "image_path": "images/493.png", + "question": "What is the location of the baseball diamond in this image?\nA.The object is not in the picture\nB.Center\nC.Bottom Right\nD.Left", + "answer": "A" + }, + { + "id": "af3dc968-acd2-4724-84f9-61a69e7a07cc", + "image_path": "images/494.png", + "question": "Can you identify the position of the swimming pool in this image?\nA.Right\nB.Top\nC.The object is not in the picture\nD.Bottom Left", + "answer": "C" + }, + { + "id": "9a302587-9f57-4403-ada9-61428a2fdd9e", + "image_path": "images/495.png", + "question": "Where is the dam located in this image?\nA.Right\nB.Center\nC.Bottom Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "5332380e-451f-49b2-a7cd-c373cf51022b", + "image_path": "images/496.png", + "question": "What is the location of the airplane in this image?\nA.Top Left\nB.The object is not in the picture\nC.Center\nD.Top", + "answer": "B" + }, + { + "id": "be5398cb-71ab-4245-b82b-50ba178909a3", + "image_path": "images/497.png", + "question": "What is the location of the roundabout in this image?\nA.The object is not in the picture\nB.Top Left\nC.Bottom Left\nD.Center", + "answer": "A" + }, + { + "id": "de25b596-eca8-49b8-b083-e6da7ab03fa4", + "image_path": "images/498.png", + "question": "Where can the dam be found in this image?\nA.Right\nB.Bottom\nC.The object is not in the picture\nD.Top Left", + "answer": "C" + }, + { + "id": "ca04b503-0b6b-417b-a036-871b7864ca5e", + "image_path": "images/499.png", + "question": "In this image, where is the bridge positioned?\nA.Center\nB.Left\nC.Top Left\nD.The object is not in the picture", + "answer": "D" + }, + { + "id": "3720bbf7-f60d-4bb8-b1e2-30c91a6df0ba", + "image_path": "images/500.png", + "question": "Where is the soccer ball field located in this image?\nA.The object is not in the picture\nB.Right\nC.Left\nD.Center", + "answer": "A" + } +] \ No newline at end of file diff --git a/perception/single_instance_identification/hallucination_detection/images/1.png b/perception/single_instance_identification/hallucination_detection/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..9065eb3b066b50d5258be9263162cf6a911f3aaf --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26793f1760b6f1c8307a721987971a791b7aaf08af38406b8711970d1f87c12 +size 783182 diff --git a/perception/single_instance_identification/hallucination_detection/images/10.png b/perception/single_instance_identification/hallucination_detection/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..8f192c0c182b724a665248a6268e5ce8339c16c3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9852671a754e1c78103481ff540c5312d0de30fc1e87b1e4de764a4e23b346 +size 1389776 diff --git a/perception/single_instance_identification/hallucination_detection/images/100.png b/perception/single_instance_identification/hallucination_detection/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb5cfbbebd7f7d9586c0fabd93586c7d0078991 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6c851ba7fb5b77a943d4063217d292c86bcc58384a9513eaeecff1fa24e9a3 +size 803802 diff --git a/perception/single_instance_identification/hallucination_detection/images/101.png b/perception/single_instance_identification/hallucination_detection/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..248e0b7b68e2ee84a4064698d743865e159cc035 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66faee2cc1b065b32b4a5af0b090771acc7d7a0b1a19d707f7d2e190b653e13c +size 1187516 diff --git a/perception/single_instance_identification/hallucination_detection/images/102.png b/perception/single_instance_identification/hallucination_detection/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..c12b15eb27822b0b9383b0849c18c97834ecf45a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13791fbf972bd358d19a9b475c2d72a6295c3d011b0753424dfa42f5643d21c5 +size 930841 diff --git a/perception/single_instance_identification/hallucination_detection/images/103.png b/perception/single_instance_identification/hallucination_detection/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..939eb88d26dd9d342c91011700acabe50ac274b0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b0c32f8b2318586ab64085d0d371081a7c8d404e125199e055c681ca87f90d +size 956744 diff --git a/perception/single_instance_identification/hallucination_detection/images/104.png b/perception/single_instance_identification/hallucination_detection/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa6677d4ca2dd945dfbc77f72ce12214456f6d6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81d1c1f1ade74d99cab891302a5b801a5663e24c42a4710730c997ba4d0bf42 +size 569754 diff --git a/perception/single_instance_identification/hallucination_detection/images/105.png b/perception/single_instance_identification/hallucination_detection/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9c3b47662a0e137ad8a8b39650db5ad7d4fdfe --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7574355aaecf1a3f1f17e6b5608ca8796fa5ebfe3505037ffcda9ad2122c2c +size 1144807 diff --git a/perception/single_instance_identification/hallucination_detection/images/106.png b/perception/single_instance_identification/hallucination_detection/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..e5304583bdc3d0c83d4610e83fa4352bce079762 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a1af3be5988b4afe20e2b775649e09665ab517f83f92e1b1956e8347d78520 +size 706914 diff --git a/perception/single_instance_identification/hallucination_detection/images/107.png b/perception/single_instance_identification/hallucination_detection/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..938b65d1e66cbe247b9236866ff21befa9ae40bf --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6ebb7418879b3d7a4f9b911cb89cad72f4caa2791d56f4b9ec7bdb666be8df +size 620110 diff --git a/perception/single_instance_identification/hallucination_detection/images/108.png b/perception/single_instance_identification/hallucination_detection/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..c4fb25d2493c0b969b942a6940bb38640fbe53e3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d65b86d1101d672e1933b4d232a99660c3203598e6e72c5757cd97bd29a7aeb +size 229050 diff --git a/perception/single_instance_identification/hallucination_detection/images/109.png b/perception/single_instance_identification/hallucination_detection/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..441415705766256a5fb17183a55123d1784cbbaa --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1dec04e5c4e71c329b965166a737e8ddc384065d600880fbed012a9dffe9bd +size 1439269 diff --git a/perception/single_instance_identification/hallucination_detection/images/11.png b/perception/single_instance_identification/hallucination_detection/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..5a120627fb14ac0198ad5f901f48f6502d57c4cd --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e05326c44374bb8cc0f26b6ebcdd86a343721a53217fcda9b3d3c91b28dbd65 +size 282279 diff --git a/perception/single_instance_identification/hallucination_detection/images/110.png b/perception/single_instance_identification/hallucination_detection/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..6522fb345a5dd4bf0cda2a07bba516b4eb1f6da7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627d1d36de17ee591d6926de2f536d7731c164fe3af81ba879d3921ea81174d6 +size 923256 diff --git a/perception/single_instance_identification/hallucination_detection/images/111.png b/perception/single_instance_identification/hallucination_detection/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..fb83bf616e80650fc8c1c5ed75d658184e4685ed --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96a93ffeb1998c671048b580f132bbcf4696d416ee9b1940e6d2b4d62232ab4 +size 1178895 diff --git a/perception/single_instance_identification/hallucination_detection/images/112.png b/perception/single_instance_identification/hallucination_detection/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..3acaa020e73b6c13e43aa9da5a5de701e0eea148 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4a4eece359b2b97ec72fe1c72a6140dbd97d38100573d4b59a92ba53b1b8e0 +size 1378467 diff --git a/perception/single_instance_identification/hallucination_detection/images/113.png b/perception/single_instance_identification/hallucination_detection/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..b80f22dd0b071f9bfb86cf01202321b0cf63641c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055d303f751912f598837352bb66ccf27a3de0e1af878c9219242a3cc0602ec6 +size 709397 diff --git a/perception/single_instance_identification/hallucination_detection/images/114.png b/perception/single_instance_identification/hallucination_detection/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..fda4f9259450f1a701f8cd21592233ede767ea46 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc1dfa3de9a72af40dbe779cb9025134ee5b73ad1bd0c783c06b74bbd9bfbdf +size 1062706 diff --git a/perception/single_instance_identification/hallucination_detection/images/115.png b/perception/single_instance_identification/hallucination_detection/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..bba033cc9615b0a49a0f99d09db6c31b7b436d2a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88edf620b5402addb9c41c0963ab4fd6f3c67296550e46f928574ec4ab4bc70 +size 810603 diff --git a/perception/single_instance_identification/hallucination_detection/images/116.png b/perception/single_instance_identification/hallucination_detection/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..8d28ef09222756136b828f56a6e84df2b1fe73c9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a5807f720f7330c1cb67499ab4e67d5abab7946f7e66814d1a9fd3cc1398bb +size 941745 diff --git a/perception/single_instance_identification/hallucination_detection/images/117.png b/perception/single_instance_identification/hallucination_detection/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..8f950451d06d47e7a69cf281531d1ddbc849d482 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0075da05c4c58976bb2d3f1dc2aa3481d94b19566609fe340f608147fb3cde +size 267834 diff --git a/perception/single_instance_identification/hallucination_detection/images/118.png b/perception/single_instance_identification/hallucination_detection/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd0e3ce228640e5de44453d2620394d4c9ae8e2 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed37ea54f70b3138a17a1991ddd4320554691348b789b65236f217ff11607093 +size 1642652 diff --git a/perception/single_instance_identification/hallucination_detection/images/119.png b/perception/single_instance_identification/hallucination_detection/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..8845e14cbdf19047f319225a82d321878d32e2f0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3d1480e7bb0eb8eb92b1ca36b9d0604abf275ee9f235a18145b1551473d619 +size 879487 diff --git a/perception/single_instance_identification/hallucination_detection/images/12.png b/perception/single_instance_identification/hallucination_detection/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..cc1558c4258eb759dfdf64601b7ed2aa71fa5689 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce249e70794a93938f2da12d7b9d30ef909ec172b69d1e5fb625fb24be7c5ca +size 1337293 diff --git a/perception/single_instance_identification/hallucination_detection/images/120.png b/perception/single_instance_identification/hallucination_detection/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..a832aff4fadbc60bbe393f0e021d58a1511ae901 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5e559e165e0fccde900f65e731db85b98ebcd8d5c412609e797ddc1786a6cc +size 594474 diff --git a/perception/single_instance_identification/hallucination_detection/images/121.png b/perception/single_instance_identification/hallucination_detection/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..ddfb055326b70be6d20eca16a21c4d03c2329a2f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdce246f6017179917c0e0827f4422cae2194b81bc207173ac8c62edd4fb997d +size 592156 diff --git a/perception/single_instance_identification/hallucination_detection/images/122.png b/perception/single_instance_identification/hallucination_detection/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..0ebc37ee1792631e65c46c533aed201ed18903f0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b883a9fc32f4ad85917b28c1e7d6a04d08c0f57940dc53f759bd8174f0bb8b4 +size 1213200 diff --git a/perception/single_instance_identification/hallucination_detection/images/123.png b/perception/single_instance_identification/hallucination_detection/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..db6bf46143dc86f498e940bb6922b5707f961a2b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22909cdd170a9d143e0289318df323157d530bdabe4cc8b59a91e84dd181284 +size 1400817 diff --git a/perception/single_instance_identification/hallucination_detection/images/124.png b/perception/single_instance_identification/hallucination_detection/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed614d994e7bbefa42de67738657a323f8c2e0e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a22c2cdb01da7b0388f6637af791b047d61321e6871953c42e216e97d81b4b2 +size 710659 diff --git a/perception/single_instance_identification/hallucination_detection/images/125.png b/perception/single_instance_identification/hallucination_detection/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..4f64f3cd976e48a756789e9a378c15bf932d87ad --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6627515107dbee99aead58f796a2a9dad31adee0305902e86b47393e6c8f72 +size 787612 diff --git a/perception/single_instance_identification/hallucination_detection/images/126.png b/perception/single_instance_identification/hallucination_detection/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..f99965ef89db5e3a1342d3d9ff992f3b9221d231 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696507de4299608ca686847664f297f3c2b02c59f15fa8528b62e71c860fc723 +size 1455082 diff --git a/perception/single_instance_identification/hallucination_detection/images/127.png b/perception/single_instance_identification/hallucination_detection/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..e9693328986fa3947dab40d76cc409d45062a246 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfcd8a972aee5cb42a44f6abf9f210c4a5cf79eabe5b1719251f8cb16fbe86c +size 1119164 diff --git a/perception/single_instance_identification/hallucination_detection/images/128.png b/perception/single_instance_identification/hallucination_detection/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..873204d719cd7a64b2cc85d1f4b3f59a8280762d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd27427c42fd5183985e74ae06b442835f0e927d54e20991d9d53346ff88d6bb +size 1027378 diff --git a/perception/single_instance_identification/hallucination_detection/images/129.png b/perception/single_instance_identification/hallucination_detection/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..370967691d44d525ad539ea88ebe8bd65cdd1652 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32f24a22a9435a053b1133b81285dfaa432c2083ffc255275f1a68a51b1a8b1 +size 655198 diff --git a/perception/single_instance_identification/hallucination_detection/images/13.png b/perception/single_instance_identification/hallucination_detection/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd8a8fd988c19f2e64116f438fbdfb78648f11f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf91ec3cd71b98ad041362486ae96336ad08caa6991296149fd9aba31fbf520 +size 785739 diff --git a/perception/single_instance_identification/hallucination_detection/images/130.png b/perception/single_instance_identification/hallucination_detection/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..e93e4ae65017b99f7bc1474e134e0e3a3b6212e1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5395e3227f82c7cff520e39f4d373c2772cb3eaa385c3ef554c7f62bd0ce442e +size 721700 diff --git a/perception/single_instance_identification/hallucination_detection/images/131.png b/perception/single_instance_identification/hallucination_detection/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..90b27e16d801a9ecaa1b025a41dc20787e293161 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419e6000fe146effb69c8f92ebbbc93d270c2deaef5759211aa9c1d5084f5f19 +size 886082 diff --git a/perception/single_instance_identification/hallucination_detection/images/132.png b/perception/single_instance_identification/hallucination_detection/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..9c224e27b9ced04ce9b99d53703b62ce7a2ca733 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ba9fcda43b92f09e8a66501660f04aa61c3c6a18650cdb4d10e2388413faa1 +size 886284 diff --git a/perception/single_instance_identification/hallucination_detection/images/133.png b/perception/single_instance_identification/hallucination_detection/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..19518c25fed918fa0d99d5b33e3943a03b094ea7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d758f4dd995f2aa3c8981596184f1ea1b6c4e7444c56f820b06db8fff985f9a +size 991158 diff --git a/perception/single_instance_identification/hallucination_detection/images/134.png b/perception/single_instance_identification/hallucination_detection/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..a93f4920b554ac07f6c946894f7c89c4dda43336 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a1753239a3c104fed2dfcf1873a81e8ad278995894a3f14f4ffb98068ba9b5 +size 1438042 diff --git a/perception/single_instance_identification/hallucination_detection/images/135.png b/perception/single_instance_identification/hallucination_detection/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..81a87badcd7a932adf05b6976afef5f5dff04545 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7ce41072df704b21004c9311913cfbf00c1bab3a43f4e5d525763e193cb254 +size 881252 diff --git a/perception/single_instance_identification/hallucination_detection/images/136.png b/perception/single_instance_identification/hallucination_detection/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccf3630289e7d2431325366deddc0cfd1407374 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f57873d78d058e9090aa0288f843edf3638d4e46031c8fa10d28de6720d4e8 +size 1036336 diff --git a/perception/single_instance_identification/hallucination_detection/images/137.png b/perception/single_instance_identification/hallucination_detection/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..fe8239df82ce9f3bdd0bd0c633fd106c5736c290 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef67c393fccba615a10a6140a67b84678e5e3e42fff7b774cacaeba606226be0 +size 1282683 diff --git a/perception/single_instance_identification/hallucination_detection/images/138.png b/perception/single_instance_identification/hallucination_detection/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..3a85795c6019697bad2f384cb998901b6dec1533 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbfe63f2df43e4193858b40cd3d17d3fd2ecb21b30d356b0a9f08cd85f38656 +size 210004 diff --git a/perception/single_instance_identification/hallucination_detection/images/139.png b/perception/single_instance_identification/hallucination_detection/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6f11dac86b07a3a20c71096e5cba2910999b1b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906ae787bdbfb880271c2ee16b85874e829894cc9039864c2d4d5b52d0103ea2 +size 648718 diff --git a/perception/single_instance_identification/hallucination_detection/images/14.png b/perception/single_instance_identification/hallucination_detection/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..f9dd44031cbf6194ad0390efe4adf201d21564da --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2c790d7102e4d2fcdc18eb62d9fb42621bffbe6bafeb67dcf8d9dfc22b2bf6 +size 913568 diff --git a/perception/single_instance_identification/hallucination_detection/images/140.png b/perception/single_instance_identification/hallucination_detection/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..290855397273b1a5d770dfb3b36557ad1c93e26d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31d235ec04732c4b9a19dc79472c6477129e38a03341acb466cdb3ca888344b +size 1127885 diff --git a/perception/single_instance_identification/hallucination_detection/images/141.png b/perception/single_instance_identification/hallucination_detection/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..8da32b3d7624bdace995920321ae899e47032845 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef590dfbb0da6a4b1f8a47edbfc73fb032109c4659c6aa66a2d5be180871179 +size 1373728 diff --git a/perception/single_instance_identification/hallucination_detection/images/142.png b/perception/single_instance_identification/hallucination_detection/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..a120861e4981301c195b7a24cf46a50b28414951 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db11a8f0929da241b6997161f90b231944bad90386b9863fff668a0985258cc2 +size 808023 diff --git a/perception/single_instance_identification/hallucination_detection/images/143.png b/perception/single_instance_identification/hallucination_detection/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2704ea8df290120e872ebb080ef7c8b11614d9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a89734d1bb3597eea81568df2d9b97202bc6eceba1f539ec63a12ab98f93533 +size 1467553 diff --git a/perception/single_instance_identification/hallucination_detection/images/144.png b/perception/single_instance_identification/hallucination_detection/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..48eeed7516b287b3f6726d5fa381c616ef73e792 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b993795be215cec9cbe0c41d3af674960f6ce59ff638804003784a417ef1b +size 1104596 diff --git a/perception/single_instance_identification/hallucination_detection/images/145.png b/perception/single_instance_identification/hallucination_detection/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..018596d63af10e1c6cd71af6025737c3378fe75a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2dfd3c8129acc773ab5cf488f7507568a22a4b29d186879d0e60d12bc93087 +size 1201031 diff --git a/perception/single_instance_identification/hallucination_detection/images/146.png b/perception/single_instance_identification/hallucination_detection/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..b71cf99617c6031cc6cd4e8e2b81698e737e14ab --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1cbc2ba01ee2fa0459687cb034dfacce417626bb8c9e960c93d8b264e26120 +size 869502 diff --git a/perception/single_instance_identification/hallucination_detection/images/147.png b/perception/single_instance_identification/hallucination_detection/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..415ebe210a91a1182e16e6e73692e080614aa086 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db48750d4dd45b9f226ef35e3675156f860f1d0745f923284207fb16122e1a7d +size 829069 diff --git a/perception/single_instance_identification/hallucination_detection/images/148.png b/perception/single_instance_identification/hallucination_detection/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..ad55ea2d8e0beffd47c1c45229cacf4f373d1f49 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18da9932e33a6f56875deef33b75992d378ffec74eb0a6376e06ca645a53bb86 +size 1306574 diff --git a/perception/single_instance_identification/hallucination_detection/images/149.png b/perception/single_instance_identification/hallucination_detection/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..92e0418e8d00645bc87abe1f065eda3883aa4fc3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0829df067e02b2b8d2170fe6cf0ebada6629f6af4f951c2aefac0ae6e12610b2 +size 692706 diff --git a/perception/single_instance_identification/hallucination_detection/images/15.png b/perception/single_instance_identification/hallucination_detection/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..0065fcb2080d493396c4607c8bf9ef796206fe03 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37229830d679bdcf84b6c6639c914e25f1fae4cc12ff8620f66b01966a65c07 +size 1154353 diff --git a/perception/single_instance_identification/hallucination_detection/images/150.png b/perception/single_instance_identification/hallucination_detection/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..632997db11a0cc105f33de9579907576bd3096c5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837bf7ae6f9ce9305a1abec7097e08e17e979103abcccb78422bcbb2f022a0e2 +size 1274608 diff --git a/perception/single_instance_identification/hallucination_detection/images/151.png b/perception/single_instance_identification/hallucination_detection/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..c6551a1f2780836cd5bac1ac0ada34d4f729aff8 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f7de3b862c40e4472a2e461322a10a42e79cca6b98aeaebcd299bb028c080 +size 942194 diff --git a/perception/single_instance_identification/hallucination_detection/images/152.png b/perception/single_instance_identification/hallucination_detection/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..1187dd3982227e41828f460997c403f79e992e19 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2b0ecac56836bfad566b64253f8299e7de4dfc5cf34a5292552885c16f2f32 +size 548326 diff --git a/perception/single_instance_identification/hallucination_detection/images/153.png b/perception/single_instance_identification/hallucination_detection/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..352f511fd3f64ae10d07ab8db2185538ecdc8bc5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdf664f60a86e9b25c797fc767479f07fc6ecffa5507ab0ae26097d29bce71e +size 1086964 diff --git a/perception/single_instance_identification/hallucination_detection/images/154.png b/perception/single_instance_identification/hallucination_detection/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6540dc7bc2923b058e9e6854d73807dbbfbca8 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08449f6b75aef35ee53b694106b2cac358a63dae3e41c9a15c9169fd1caf8736 +size 1083869 diff --git a/perception/single_instance_identification/hallucination_detection/images/155.png b/perception/single_instance_identification/hallucination_detection/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5164ac2ff9418ad0a33a37e856e0e1d052f6f5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d1d5462ef381a9a16a744470b6bebd3e65184896d0625448e7a0776464775b +size 1448815 diff --git a/perception/single_instance_identification/hallucination_detection/images/156.png b/perception/single_instance_identification/hallucination_detection/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..a98c09fb7de624438f2480d6cae97de03213d878 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd5e32b2db5a0385efacfe1d92fe9ecfda75be100a9dc3240660aa314362c5d +size 794292 diff --git a/perception/single_instance_identification/hallucination_detection/images/157.png b/perception/single_instance_identification/hallucination_detection/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..6b113d3634f3a6fe17fbdecfb2cec0fac44cb012 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8aa243e81c6aebd8808e8466d3fac93fb29f7843af390d32a930cc77fffad0 +size 1399928 diff --git a/perception/single_instance_identification/hallucination_detection/images/158.png b/perception/single_instance_identification/hallucination_detection/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..8acb654a9371fe57273e4517ac4c14a6e1094f3c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a67166b5f5559271f0901a40eff3a4fd5c5acc8782ade032e75ab1a53a2110a +size 591981 diff --git a/perception/single_instance_identification/hallucination_detection/images/159.png b/perception/single_instance_identification/hallucination_detection/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..8f703aa426c037fcdbd1bb348d34aaaf0e8f9a65 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42f7cc7bc5f33ceccf34906b0f24829f10953e06c1e6c1d7e27dd9a8671691d +size 930987 diff --git a/perception/single_instance_identification/hallucination_detection/images/16.png b/perception/single_instance_identification/hallucination_detection/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..caaa4a6a28dccbb2c871a05622ad53ed86457c01 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de03ab97592b0fae21ee173850ca5cf3c1f61c10e0a23c023ad4ece16ecc77c +size 1246933 diff --git a/perception/single_instance_identification/hallucination_detection/images/160.png b/perception/single_instance_identification/hallucination_detection/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..5837a154ecdba26210ec71e1513ace9b521682e9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81032939570ae00eb8f9d626a8f3116e47bb832775d2229ec07ee41d06ccacc0 +size 485453 diff --git a/perception/single_instance_identification/hallucination_detection/images/161.png b/perception/single_instance_identification/hallucination_detection/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1fdb5f1ff5a4d4c4f61ff3402adff6acf2322c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290b45a0089b680ec9765608d19629b624ca3b2d2cade69ea8879b128a7eef8 +size 1158902 diff --git a/perception/single_instance_identification/hallucination_detection/images/162.png b/perception/single_instance_identification/hallucination_detection/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..5c63f8c9b0ad028fde15a6f6801043156a51de27 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a3aa0197c67179744b48f69d146b1084250a71a5bc34ffaed9db52eac03e59 +size 420009 diff --git a/perception/single_instance_identification/hallucination_detection/images/163.png b/perception/single_instance_identification/hallucination_detection/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..167c82ef7d713351cbf955f86d7e532463653816 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfba17ad1ed7c748ed673f6c5f5c533c4ca0c1f716712815f99eae102d0b60a +size 1507694 diff --git a/perception/single_instance_identification/hallucination_detection/images/164.png b/perception/single_instance_identification/hallucination_detection/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..a268046bd438f507022c8952b25bf106bc153e5b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f833c469aa6527231f78e4180df123b1ecfe423ff78e289d2084a42b9650562 +size 1500394 diff --git a/perception/single_instance_identification/hallucination_detection/images/165.png b/perception/single_instance_identification/hallucination_detection/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..44507c430a1eb9b5cbe9fb5ad67eda934b8227c1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d6d1c1ad309b6f14cf3f2d09fc5e2941898b38e815ec1e2f8807ddb66fedee +size 1089391 diff --git a/perception/single_instance_identification/hallucination_detection/images/166.png b/perception/single_instance_identification/hallucination_detection/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..9e675e1f0bc72cf2565f4f0e89364f2f4c55dff3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9079e22dafa1ea79b249678783dafc865bdc5991cf9379a102816726ce1379b +size 731782 diff --git a/perception/single_instance_identification/hallucination_detection/images/167.png b/perception/single_instance_identification/hallucination_detection/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..fe9032385970f70022563baa9454a73710b58500 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973d0b43252effbadc99d336c96613222a412fe7b6ae57bf8860552fcae14056 +size 356602 diff --git a/perception/single_instance_identification/hallucination_detection/images/168.png b/perception/single_instance_identification/hallucination_detection/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..472cade1d394cfafb5e6c38bbccf6920082e0bd0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf136ef0fbcc762c92d34e799e49ecf604f896d8a567692cd2cc9cdfb419456 +size 895238 diff --git a/perception/single_instance_identification/hallucination_detection/images/169.png b/perception/single_instance_identification/hallucination_detection/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..df9b7d1b3df27505480a5a6da8f21bedeaffe598 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c892e026b3032421c856d8045810d210230b7d5e0c7fc5735458e0be5d9b6e +size 568199 diff --git a/perception/single_instance_identification/hallucination_detection/images/17.png b/perception/single_instance_identification/hallucination_detection/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a0f36719ada410dfa5d3e4a02881e02d9d2ebc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac52b085feb2bdfada3bde16b283fb4941acf18371c61d621a98a5278f346fd5 +size 1095574 diff --git a/perception/single_instance_identification/hallucination_detection/images/170.png b/perception/single_instance_identification/hallucination_detection/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..13a092370788996d35c73713eca910ce20d61329 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5367b126f6057d96b9b00738805ebcccf26e247f5b24a42be3d55bad409877b9 +size 1288765 diff --git a/perception/single_instance_identification/hallucination_detection/images/171.png b/perception/single_instance_identification/hallucination_detection/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..2c1eaecfe21c8394e1b39a1e8f8d4aeeebc9e713 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9465f1ead3a26354c9784c35f7a9dffbbfa370b41a22d1b30d3c07e29fc102 +size 1288070 diff --git a/perception/single_instance_identification/hallucination_detection/images/172.png b/perception/single_instance_identification/hallucination_detection/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..5180ff2ef47004c13d24c94b353e77e70f3c9453 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0b2a90ea5ca3c9acee50a1fb3ac8a1dc8f301ab6a79c79ea63e6baf55534d7 +size 1183385 diff --git a/perception/single_instance_identification/hallucination_detection/images/173.png b/perception/single_instance_identification/hallucination_detection/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..cccb237fb8eb6fa1c098af75c423d682b53c455d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83d79755bf1d4da71968521f2d553af263f452b79b6af901e2e8921841f4d0 +size 961264 diff --git a/perception/single_instance_identification/hallucination_detection/images/174.png b/perception/single_instance_identification/hallucination_detection/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..6af5226189ef068c7fbff8bd7747e7a71345d242 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0c5541f6c7d8fa94550a49a59b52b7d5712405ed58c5eaf69e510b34a27b2d +size 1144400 diff --git a/perception/single_instance_identification/hallucination_detection/images/175.png b/perception/single_instance_identification/hallucination_detection/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..fe8a9bda5a2f34cbaeb061e03ebb6f1e3787fe06 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdf7959ef7683306c296468e7b6ee67a9245d133140342fe817245cae72f128 +size 1301868 diff --git a/perception/single_instance_identification/hallucination_detection/images/176.png b/perception/single_instance_identification/hallucination_detection/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..913d67e76f8d87d2d78c59fbc6d91f73eba49fe4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edab796d4b3c7aa8aa2ec9e7bb9cacd8b7342273b3add81226455ee9d5c83186 +size 1218742 diff --git a/perception/single_instance_identification/hallucination_detection/images/177.png b/perception/single_instance_identification/hallucination_detection/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..2baa5b17d601a3a2849dc0c7c02b4ff58deb0dd4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88196a0f2dbdf5f98770bf1fa04d3ca4a01084a4b41139ebb7c869ceabdb69cb +size 447169 diff --git a/perception/single_instance_identification/hallucination_detection/images/178.png b/perception/single_instance_identification/hallucination_detection/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6f0593073f56e4341d8d343cbefee6d4763d2f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25e4c22f44bad816da90db9ca18413daea9a230db0192a5384433ff4053cf38 +size 889194 diff --git a/perception/single_instance_identification/hallucination_detection/images/179.png b/perception/single_instance_identification/hallucination_detection/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..f36e2dc7e7af71a1dc7441a63dbfcbdec3f6180c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d96c3a24ce0412a0b5460f8df45e17ba3852592c76ad2ccd8580b0ff3633a1 +size 1261129 diff --git a/perception/single_instance_identification/hallucination_detection/images/18.png b/perception/single_instance_identification/hallucination_detection/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..245e457b7996f59aa6aa54188e0aef84664326b6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3029323ffc98028d5c3f69e6d56b5dc4e1ba2d7c243b80783378c7e6367ff2 +size 522575 diff --git a/perception/single_instance_identification/hallucination_detection/images/180.png b/perception/single_instance_identification/hallucination_detection/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..91b9a514953771c2a277daf72cb4c8ea5b0c9d86 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f64b277134281c55d553656700e3b6c04a1977749252d452fb86cd050e45e3 +size 445069 diff --git a/perception/single_instance_identification/hallucination_detection/images/181.png b/perception/single_instance_identification/hallucination_detection/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc062000ac5606a67d4d4d3209e8ef5140fb468 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da70b506629a05d13ac4d59f6f54951902dbbd0293c4499c55353b3cba45155 +size 748391 diff --git a/perception/single_instance_identification/hallucination_detection/images/182.png b/perception/single_instance_identification/hallucination_detection/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..e30a2b679654c18edd5eac3f29dd2a02a6769880 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e1deac86d0f4fd0a21f014248fd264e1eba856833efd2418c9abf0eaad6981 +size 153273 diff --git a/perception/single_instance_identification/hallucination_detection/images/183.png b/perception/single_instance_identification/hallucination_detection/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..c8be64454f675dd9780cc6a42f5ec9282ec6b5fa --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4366f44fea761b5b99fc6963a0f09a0234f3cdac2d5067120a00531de269e8f6 +size 803834 diff --git a/perception/single_instance_identification/hallucination_detection/images/184.png b/perception/single_instance_identification/hallucination_detection/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..5f89e429b0acd53ae4f13d43e15a873d78953537 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ca2fe721dff9e0d63275627d942c12317dfd81fcbff21fdf8351720acd9aec +size 1220384 diff --git a/perception/single_instance_identification/hallucination_detection/images/185.png b/perception/single_instance_identification/hallucination_detection/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..7393685292382a2ba0a020a81bdf3347b43d3389 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b620c2040ab5ed263f122e6b1f9a47ced496e056c914b12d2941508bed069a28 +size 1084215 diff --git a/perception/single_instance_identification/hallucination_detection/images/186.png b/perception/single_instance_identification/hallucination_detection/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..9dfb5726ba60f98c0287d02bc7aa293c2213d17e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085408aa54a2083e6566365b5c7c39138bb2712b98bbd1d3cb15ac6cb3202aa2 +size 569817 diff --git a/perception/single_instance_identification/hallucination_detection/images/187.png b/perception/single_instance_identification/hallucination_detection/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..511077d495ce855fbbb3580c4c513eb4a146ad23 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed366027863e0add0d03185c45bbebd6a693f4608a60f8deccc7618762826edf +size 1002802 diff --git a/perception/single_instance_identification/hallucination_detection/images/188.png b/perception/single_instance_identification/hallucination_detection/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..431eb100d209382f17e39b479cdc0413a9bcce79 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398692eaf683aadb757a3319102d778df9ce903750dce558ed4ce648e24e6b58 +size 757890 diff --git a/perception/single_instance_identification/hallucination_detection/images/189.png b/perception/single_instance_identification/hallucination_detection/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f81ed3685a66537a11511b6586fd428a761fac --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3265c9ef73f7adff2b4790752b6e223656e56069d77592c34dd5a1f6f1b0ec50 +size 1237027 diff --git a/perception/single_instance_identification/hallucination_detection/images/19.png b/perception/single_instance_identification/hallucination_detection/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..3381b1bfb972efd1548ca9faed6511bb64414871 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5a9ecdf8b980b2dc2cb1782cf4bd966b382525f9fe1094e1b82e2fc1877950 +size 956347 diff --git a/perception/single_instance_identification/hallucination_detection/images/190.png b/perception/single_instance_identification/hallucination_detection/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..d22f30affad588f2db7bba3a464046fc7613924a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a00e8e9acc9f026ae4a45f012abdfae16cb09222ed8398fe6be6efbee421f2b +size 1448678 diff --git a/perception/single_instance_identification/hallucination_detection/images/191.png b/perception/single_instance_identification/hallucination_detection/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..88331098b712b5c53910a1388a9ccf66b5601ab6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49db9a22bf3901f9462f681269516d6ffd01d9b61813f108f2040ee41a981884 +size 1393844 diff --git a/perception/single_instance_identification/hallucination_detection/images/192.png b/perception/single_instance_identification/hallucination_detection/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c5cc6e2c0843bf7c61c5f960d49b33f76f1975 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27262d5a97becd694e60265c2132356b9ac5a84a0141b7091a4a67f532ca83ec +size 1002952 diff --git a/perception/single_instance_identification/hallucination_detection/images/193.png b/perception/single_instance_identification/hallucination_detection/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ac5579ebd5da3e18d90efccdd1860e77e877ca --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d4101f08087fc0f28574066ecebcd866bcba4ccbf7a38690ac26fc04094ec8 +size 1311377 diff --git a/perception/single_instance_identification/hallucination_detection/images/194.png b/perception/single_instance_identification/hallucination_detection/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..810ac87498f80bd8fe7f9ba044919f805c40330f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e701959bfa15c06ecfe2ba7c26455135fbea608edd0570b072dc4b71758f0aa +size 902201 diff --git a/perception/single_instance_identification/hallucination_detection/images/195.png b/perception/single_instance_identification/hallucination_detection/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..30dee86b198a982158e002fd2713a84e16668d07 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdc54c23ca7dfd03fef48c03d2e6a92c7fdceded4f7abdf5417f9689440e3d3 +size 1271426 diff --git a/perception/single_instance_identification/hallucination_detection/images/196.png b/perception/single_instance_identification/hallucination_detection/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..52245d8b5839ad87cfaf4dc7ac57ca300e95d96a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376b16862378460ba06ba7a431af607508bfd6a9e9d6874955618b8435d50d9c +size 1316403 diff --git a/perception/single_instance_identification/hallucination_detection/images/197.png b/perception/single_instance_identification/hallucination_detection/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..b1812d05f4c35690f1a8858a580d061650457b90 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4a3703d62c0d3daad80a35c2c93e5a2c0bd652b39eb7123206128d9aaa8e3b +size 1401127 diff --git a/perception/single_instance_identification/hallucination_detection/images/198.png b/perception/single_instance_identification/hallucination_detection/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..03032288c83ef1f399d57375bbfdf2a38de57979 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fcfa531e4c815c710767550aae004d91537683b530bf103440687f16ce21df +size 663954 diff --git a/perception/single_instance_identification/hallucination_detection/images/199.png b/perception/single_instance_identification/hallucination_detection/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..b08c7a621f485b2255964c558cf1775341e99ff3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c109658599f3627eb0c5884487f719127a1d3840374cebcb5636a4ad1576f6 +size 796980 diff --git a/perception/single_instance_identification/hallucination_detection/images/2.png b/perception/single_instance_identification/hallucination_detection/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc29d25ad831f760dcc06ef9f48c681ce56e8d9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80df14fe3544b0ce0ddfc66a2aa587e4ca5322b9e6744f5de552bb37220f647d +size 1441285 diff --git a/perception/single_instance_identification/hallucination_detection/images/20.png b/perception/single_instance_identification/hallucination_detection/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..b83d193e5c7f215da7c4449a2f24713b85c13d4a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31bd98b577d4326a03154dc3dc2a146dfbc0e3e28f39c5a04c5c4f980f3bf9d +size 1017741 diff --git a/perception/single_instance_identification/hallucination_detection/images/200.png b/perception/single_instance_identification/hallucination_detection/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..24174e618d47dc2a3985b755612b92634f4c03ab --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83d03b765cfa359e79f38fa1aab2fe96bc79166822b96bf9a02562fa3a2c93 +size 1124864 diff --git a/perception/single_instance_identification/hallucination_detection/images/201.png b/perception/single_instance_identification/hallucination_detection/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..34854dffec7086892f8f51c2a14e7d689a5d2c0e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198aeaa539324548ea4686690dcac2c2c5b43704b25cdfa9efaa14eed4d34b99 +size 1090632 diff --git a/perception/single_instance_identification/hallucination_detection/images/202.png b/perception/single_instance_identification/hallucination_detection/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..78aa3f7c5ab401254e65bc17047bf1cb2687d90f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2b4b2eb9e1fc44e55e4d1595a1d075b3717ee43ead3d442ca36f51db350a4b +size 1057684 diff --git a/perception/single_instance_identification/hallucination_detection/images/203.png b/perception/single_instance_identification/hallucination_detection/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..73c041612aada484d38f1ec2ae4f32e598b0448b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451455716a93d52f3fdbf93f7ec76a7a5a1f8569b89a5175f77eca8c3a2d17f6 +size 1396299 diff --git a/perception/single_instance_identification/hallucination_detection/images/204.png b/perception/single_instance_identification/hallucination_detection/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..b184273aa8da9f4c713cfb7c8830f59b6e9b0cac --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8be670c9401f99fc68fa41c2bc3743c0a3c37f2df964d63a1f5c0ba32dbd950 +size 675425 diff --git a/perception/single_instance_identification/hallucination_detection/images/205.png b/perception/single_instance_identification/hallucination_detection/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..55153f80a3088dc5288e0cdf4e4b4dffd97b3563 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb30aa9dc71539546321a78f4b7801466ce1eb8d223416357643404955ded696 +size 95076 diff --git a/perception/single_instance_identification/hallucination_detection/images/206.png b/perception/single_instance_identification/hallucination_detection/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..7de21e65622b7ac610cac872595d7394116a01d3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd26572a24a4ca056d65313509a302e07f01354de2c3bf8db697ffe3ceb2f82 +size 104787 diff --git a/perception/single_instance_identification/hallucination_detection/images/207.png b/perception/single_instance_identification/hallucination_detection/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..75e6c0fa7498995ad42eb0e8dd707148b24caf20 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07790b112c73f3a869e6ee2d011f475c12a1398777067879cbea645edda7e7ca +size 1226384 diff --git a/perception/single_instance_identification/hallucination_detection/images/208.png b/perception/single_instance_identification/hallucination_detection/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..876f0c490e3d46493accae25b948c2d97f5161cc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3478af3f1f3bcaf2ee2b1e64eb3e806cdc61dd2a8f5c44d45e0077f3cfc60d21 +size 808043 diff --git a/perception/single_instance_identification/hallucination_detection/images/209.png b/perception/single_instance_identification/hallucination_detection/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..b68285dc89942868d8b8ab7044bc9139d0d45e5e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d13627850c35f12a3a9e0a9359635eac198e643abd846bc0dbae56be1f3b3c +size 729800 diff --git a/perception/single_instance_identification/hallucination_detection/images/21.png b/perception/single_instance_identification/hallucination_detection/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..1d74c12d6e143290b782f9ba2a0bbd5816b4c40c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181cc0b2a61f935ae6634ee7cc318efa42ba0ac889ee689df93a36385ad1ef91 +size 714698 diff --git a/perception/single_instance_identification/hallucination_detection/images/210.png b/perception/single_instance_identification/hallucination_detection/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa1d2abe09a1c82ca5fbd753f107d93314b0ab5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0c21c94ee492d731f6ed7a8cdacfe4034dc66cfa8cb44a7f28c7425e9361d0 +size 1320893 diff --git a/perception/single_instance_identification/hallucination_detection/images/211.png b/perception/single_instance_identification/hallucination_detection/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..a1d7e75add9c28e1be352cd371da49a86616d5b3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee09fb51e2620b8499d263754594839f846bc63ab22d821305784d4383809446 +size 364412 diff --git a/perception/single_instance_identification/hallucination_detection/images/212.png b/perception/single_instance_identification/hallucination_detection/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ca23e9fa6db9230b6920345ccba012b2e9b0f5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6120ee1c101afce4612f85a6a1c7f4e97be4c06ec25e7824e1f3bc3152ea1590 +size 1218025 diff --git a/perception/single_instance_identification/hallucination_detection/images/213.png b/perception/single_instance_identification/hallucination_detection/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8dfb473b1c97edfc43595158bc5ebf13ac3c56 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283d06e4107486a498d23b7de4559a7c2977dff9cd37815153028a62b25ce4f5 +size 1388291 diff --git a/perception/single_instance_identification/hallucination_detection/images/214.png b/perception/single_instance_identification/hallucination_detection/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad24dacb638db5a8abc3225b4388caf5d7a5a18 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c389c4ed7516835ca71aa762c155f38fcc4e70aba03af1cdaea47fc305d30ce +size 676282 diff --git a/perception/single_instance_identification/hallucination_detection/images/215.png b/perception/single_instance_identification/hallucination_detection/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5d211d8cfa03811fa4694042c6040fbf8c95c9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30cc08bbcfc2a3607cda04d0566717bcedf200715cf9d5a4de0272a566081a8 +size 739644 diff --git a/perception/single_instance_identification/hallucination_detection/images/216.png b/perception/single_instance_identification/hallucination_detection/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..55d85a2ed535073976f45b874ef67850e3283fb0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b9d5cb431426d3bed470abcceefc3fc84b52295b8b85cbd9fa6fc9cc354128 +size 1344931 diff --git a/perception/single_instance_identification/hallucination_detection/images/217.png b/perception/single_instance_identification/hallucination_detection/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..c61abe3405a7254c62fea3beebf879db36776d0a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e3ec95ba146492994008310fbc25b2a5dd4ba579937a27c64a1066fba2569c +size 1027011 diff --git a/perception/single_instance_identification/hallucination_detection/images/218.png b/perception/single_instance_identification/hallucination_detection/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..599d120dbe3f3877d2a71cdb0a6c479ffd540e2e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db4d2c56c0edbad2ee8ecd39e4bf8d4fdbee8f29fbf783c2310a6824336dedb +size 1491246 diff --git a/perception/single_instance_identification/hallucination_detection/images/219.png b/perception/single_instance_identification/hallucination_detection/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4c7fd0d3a79142ce39ca2c7f53e8324546ec4b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e265483cdf6b0f1b521b3cf18e7151a4c91cd5c1b46a97b3869566d2c5a819 +size 756052 diff --git a/perception/single_instance_identification/hallucination_detection/images/22.png b/perception/single_instance_identification/hallucination_detection/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..76cc0eebef7533a75620fd841c4e98d53602f7c5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b15889965211d59070ea1d53d586d1a522a72406d019a86ce9ffac1838abf8 +size 605643 diff --git a/perception/single_instance_identification/hallucination_detection/images/220.png b/perception/single_instance_identification/hallucination_detection/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..320320a7e890e846541b373ff252d19c711ed17b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b772b8cf6f55b564b2e023a07beeb6a8dc7a65e49514ca43dfce0d67a7dead30 +size 1006654 diff --git a/perception/single_instance_identification/hallucination_detection/images/221.png b/perception/single_instance_identification/hallucination_detection/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..09ebd529e159632676dccb5baa28c386679bc816 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7983a51592e6f563c4265b841b885e7273e31c66b2fb13c4b9ccc753a7d4673 +size 1038672 diff --git a/perception/single_instance_identification/hallucination_detection/images/222.png b/perception/single_instance_identification/hallucination_detection/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..89fef255f5ddd6bd10d9d90e5198e7329649e2fb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fe6d2502952c76207965f619e14090f0177cabd402582a24bd040dfaf87e89 +size 740135 diff --git a/perception/single_instance_identification/hallucination_detection/images/223.png b/perception/single_instance_identification/hallucination_detection/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..dd02bc37c490b80e3dfafb3632780e587b6eadbb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ef29632d8ee04de857b06be417e77b9801b3adbe483dfe40cbe87a12a0b0d8 +size 716801 diff --git a/perception/single_instance_identification/hallucination_detection/images/224.png b/perception/single_instance_identification/hallucination_detection/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..47c001613564b3f5291c282b07178fe64bfaa571 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd25b62e7d5ca503f05c1a9da9a222e3d3abf495dce374ac9785734b4898e707 +size 645783 diff --git a/perception/single_instance_identification/hallucination_detection/images/225.png b/perception/single_instance_identification/hallucination_detection/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..822f97ee0e140e48073b6fb3c0aff3d4e1ab1cc7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0872a4a415db990fd9336de4512ddf00efc1385f85a6d9e207d011ef951365b3 +size 1383589 diff --git a/perception/single_instance_identification/hallucination_detection/images/226.png b/perception/single_instance_identification/hallucination_detection/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..457260fcd9d72e035301367a417cbb44d825f49b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da1cfd01baae82eeb7202ed9fc8f82f0f337c4dfe1c24e3353d7fd003f86e73 +size 1151846 diff --git a/perception/single_instance_identification/hallucination_detection/images/227.png b/perception/single_instance_identification/hallucination_detection/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..c13a75a3c125eeb35ae31287b17c6e748c161d8a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9367771643261bbb80d60b77e66c8189c46aece596647945bbb6d10ddf9a76d2 +size 1054467 diff --git a/perception/single_instance_identification/hallucination_detection/images/228.png b/perception/single_instance_identification/hallucination_detection/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..ceedf663ff927a9ccd0cbe1817eeea98549913ea --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e48ff9cfc585bc2b773874e9b50bd3406571f552b86f9494d685d1b882824c8 +size 946845 diff --git a/perception/single_instance_identification/hallucination_detection/images/229.png b/perception/single_instance_identification/hallucination_detection/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..c6735c67444351a5f732159fc4f86151a0dc2dd7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28eec76e501a62bd852db0fa60e22d155fa130a843c93b67655141a1325b557e +size 1015751 diff --git a/perception/single_instance_identification/hallucination_detection/images/23.png b/perception/single_instance_identification/hallucination_detection/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..1b9a587d3ac2c4d19548b42382b04c4e2cdf8e42 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa268f39f770954ad3392e698e53c3f5ca1307fea4970ae2da61a097a0abd628 +size 1025216 diff --git a/perception/single_instance_identification/hallucination_detection/images/230.png b/perception/single_instance_identification/hallucination_detection/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..36a1bdbd933138dcd4c10fd1fd7e99b5b6945684 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537977cb8c153640671b188a3c15fa55d4940f787b078b4cae52814745cfd733 +size 605108 diff --git a/perception/single_instance_identification/hallucination_detection/images/231.png b/perception/single_instance_identification/hallucination_detection/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8aa0cb192157e3cab0db17bb5a73696df91ff1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c481ca488956067d9485b49fd6d0d736f59bf527a284f9eee238e7a21b9bc17 +size 744884 diff --git a/perception/single_instance_identification/hallucination_detection/images/232.png b/perception/single_instance_identification/hallucination_detection/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c25e1778d86571a24fb4d8b490014d5a2adf90 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8215fe516b40b14832fbf65f476feefe8323f709e64975adf6b8237d50b73e +size 1068019 diff --git a/perception/single_instance_identification/hallucination_detection/images/233.png b/perception/single_instance_identification/hallucination_detection/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..ede7f58d1154e412b18b5d205d7525cdddd5650e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b35370b4fb3c3a451a7ca3be19a588255f1f7d78750168bfd1653426c3b711 +size 563856 diff --git a/perception/single_instance_identification/hallucination_detection/images/234.png b/perception/single_instance_identification/hallucination_detection/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..15844475e14e746c2ab625bbd811d7f13bc9435b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695ed15b27e52134d982cbd38ff63557d5198094a6a6ef8a5a5292f1ece74ee4 +size 654916 diff --git a/perception/single_instance_identification/hallucination_detection/images/235.png b/perception/single_instance_identification/hallucination_detection/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..6a084f3495965839555aa4155fb38067d2a02451 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaafe061eb8f2a8b28bb5d54c5c88242633d75c4bda8b1a1ddfccfbc38f9493c +size 1320074 diff --git a/perception/single_instance_identification/hallucination_detection/images/236.png b/perception/single_instance_identification/hallucination_detection/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..18002dec687c4f319351d6a87d4618d9993ca1bb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea15bcddffa68a87b4a32fe60fda33746684fdc094163383ebd7cad0776da37 +size 1314639 diff --git a/perception/single_instance_identification/hallucination_detection/images/237.png b/perception/single_instance_identification/hallucination_detection/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..e3550852d9077036abbfd1389a6f6a0776238704 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6484a109024eca9f0f448a43ab897ab248c91f75822327d2ca318b6793cded +size 866882 diff --git a/perception/single_instance_identification/hallucination_detection/images/238.png b/perception/single_instance_identification/hallucination_detection/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..063912f33d62fbc14165f66579692a2862be1c09 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0973bfeb5e3e4bb4daddedc30d8a8564ea2117078e883c4a9941714253be27a5 +size 1577473 diff --git a/perception/single_instance_identification/hallucination_detection/images/239.png b/perception/single_instance_identification/hallucination_detection/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..49f5db9603fb6c491b883fa7666bf9493a9413fd --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2fb4935378f61d70a3f6cd77c0c42cc7a90775c1cd57131ce41f0427a50898 +size 931714 diff --git a/perception/single_instance_identification/hallucination_detection/images/24.png b/perception/single_instance_identification/hallucination_detection/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..fc608fe7dd2db35bccd6d57dfa141a32a54fff67 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0683a37956be7b15c56912fe8c1f8e5bfca88125bf7716209d9a8332a246c2da +size 950124 diff --git a/perception/single_instance_identification/hallucination_detection/images/240.png b/perception/single_instance_identification/hallucination_detection/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..52e7a82d217d2e49a6488760b2191833361f57b9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d3f10c38a31b03bc37c1c7c2275523e3240ab13f613dab60a397773844f05c +size 1218096 diff --git a/perception/single_instance_identification/hallucination_detection/images/241.png b/perception/single_instance_identification/hallucination_detection/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..2a53b94e13103a1ceb0435b1926ce11da9761361 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61309c761747a3193e0155dc03c8f312b8d883a77df01aa284a473514feadc08 +size 598352 diff --git a/perception/single_instance_identification/hallucination_detection/images/242.png b/perception/single_instance_identification/hallucination_detection/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..f92d6059d76caf8c50ef82e2dc7bdc577fbfad6e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8a6c74ff9f72bdbe251b5532de388facad2ea45e037711b06d8a08a3a62c4c +size 1016429 diff --git a/perception/single_instance_identification/hallucination_detection/images/243.png b/perception/single_instance_identification/hallucination_detection/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..6d382c4f07ff5f43777b66fd23fcbc50e3e44f9f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28923fb7d4b11cf60e2c209175b91bb8f3ded6cd0a84c9f43df77a2e9cbfc4e6 +size 1408233 diff --git a/perception/single_instance_identification/hallucination_detection/images/244.png b/perception/single_instance_identification/hallucination_detection/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..74c4781ad9493a7ea3b8f41f301eba60518c4fac --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff538b4fa4698ec07e8962f5c3fda3732303186ff3901572d90de8d904811ca4 +size 946537 diff --git a/perception/single_instance_identification/hallucination_detection/images/245.png b/perception/single_instance_identification/hallucination_detection/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..f6731089f1d073616f078d43340cd148d5a791b9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae8b4ca6a7d9a5d71f92c4363e5b116941ce24bc1ac717e4df7fbac6bdd1c0 +size 119080 diff --git a/perception/single_instance_identification/hallucination_detection/images/246.png b/perception/single_instance_identification/hallucination_detection/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..dbedd18e750d22512744a786aa209d2381168eab --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0391854817a492070e53c163a0e17243c9712242f1ad9942c7f837f0eed024ec +size 764511 diff --git a/perception/single_instance_identification/hallucination_detection/images/247.png b/perception/single_instance_identification/hallucination_detection/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..2a2882f47baa24e72b0372991af493c15605ad4e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d09a20395bb01ea8c55f2f6a3871cb3ae7640b5723ccdd9adba57d16bbc7c9 +size 262583 diff --git a/perception/single_instance_identification/hallucination_detection/images/248.png b/perception/single_instance_identification/hallucination_detection/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..24de60d44d8b1ccc1f4579c2b62d05a0ff252090 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818aa69595ec08c38ccbb5802f981444883bee28bec7651930fd719c27023beb +size 1600690 diff --git a/perception/single_instance_identification/hallucination_detection/images/249.png b/perception/single_instance_identification/hallucination_detection/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..924eda7da59a48dba4800293b4fafd4f8f1c92c3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a2b3d0ec36b5fa806ddcf81ed2380fbb06664413abbe0a23f78fafbc095118 +size 855432 diff --git a/perception/single_instance_identification/hallucination_detection/images/25.png b/perception/single_instance_identification/hallucination_detection/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..e97cce094fde1f56d0d42f9785d9e5752bf5a670 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc6e59d13e5d401ec74e5728776fe09c42d41f7d19238650cdc2c3b732429ef +size 1244888 diff --git a/perception/single_instance_identification/hallucination_detection/images/250.png b/perception/single_instance_identification/hallucination_detection/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..45d4b55031195192dee8daf41eaff2e9c7d8f73e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba646ac29ac0d53a59f2771dd492748d038d7426a202345ac64844d279c8f0c +size 784329 diff --git a/perception/single_instance_identification/hallucination_detection/images/251.png b/perception/single_instance_identification/hallucination_detection/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..417a7d22918c7072be7a3b2cc201ec74c4b87b37 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176aa5f518012c5e7aac9d20b88db0c01d6abf7a1756ce613ffd1716a38f69d2 +size 898513 diff --git a/perception/single_instance_identification/hallucination_detection/images/252.png b/perception/single_instance_identification/hallucination_detection/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..85a0045453951385ebd85a7c47b783ab573b0649 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be30ae84e472bc4aa151893bfb3f27dac21e3a1372fb97da58ecf489242fb869 +size 1303626 diff --git a/perception/single_instance_identification/hallucination_detection/images/253.png b/perception/single_instance_identification/hallucination_detection/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe02ff559004fbfabf9a4841b472b0c4db8be4e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a800b6efe0fcae8fff0a53591d715b346502e919667b17e52641570295f49681 +size 797392 diff --git a/perception/single_instance_identification/hallucination_detection/images/254.png b/perception/single_instance_identification/hallucination_detection/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb94992db67e62621135bdbe52b4187cb42d2e2 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b9dfa7e90469db4dd3e75dfdebac52817e626fd5e92250aa70b08e6b92d18b +size 680538 diff --git a/perception/single_instance_identification/hallucination_detection/images/255.png b/perception/single_instance_identification/hallucination_detection/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..1d344b272370cd009016e6145b9d86ed95f98a70 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01ced32b32ca9f4ed2d0874fbc22f22b438bff612d0c6b7306a9c48f25ed8c7 +size 862657 diff --git a/perception/single_instance_identification/hallucination_detection/images/256.png b/perception/single_instance_identification/hallucination_detection/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..1f89f941749cd946e1d0cfd43bdf9c7e65ed564a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519a136da552964695ef72af04ec3628e2fd45faab482a24e4d42936103ef36a +size 551243 diff --git a/perception/single_instance_identification/hallucination_detection/images/257.png b/perception/single_instance_identification/hallucination_detection/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..e49b840e739e73ce730b36ac2fb2999efe10068b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36edac8f7705d6777dbc0a20ace83e0c2873d04622979e008871bc5b4ddfdaa7 +size 1233260 diff --git a/perception/single_instance_identification/hallucination_detection/images/258.png b/perception/single_instance_identification/hallucination_detection/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..54a1e14de498b8d326d71f4c4bf12dc2edd42f55 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599610fd2c865eb22a15bb0d9f3459b28202131a7b126fc67cda5a00425406c9 +size 479596 diff --git a/perception/single_instance_identification/hallucination_detection/images/259.png b/perception/single_instance_identification/hallucination_detection/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..b66b36a4d3848e215fe57239cf005200af3f7e67 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f985ac8368117f43f06677f1cb4570e171767e88e3d7264db58d0e4848749d2 +size 1253208 diff --git a/perception/single_instance_identification/hallucination_detection/images/26.png b/perception/single_instance_identification/hallucination_detection/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..a2563b11e9ddf67f77378ea7ee6aa0b7b12e79f6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073cf7c63faea812e39896cb257b87bf3dfb6cc526874a1a2e2faa5be9c8a905 +size 1466602 diff --git a/perception/single_instance_identification/hallucination_detection/images/260.png b/perception/single_instance_identification/hallucination_detection/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..64aaa217480fc8663daf3e162eed9d977f6deeec --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4820eb810ba521d7666a0b18342627e9186bad96b560c819d211cb5115c2c7d8 +size 123795 diff --git a/perception/single_instance_identification/hallucination_detection/images/261.png b/perception/single_instance_identification/hallucination_detection/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c5146c2add003bde7ed87dc6ad98754a2966d5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0ed1b7504b893ab635471b26936eae5290f9db6fee97835e531f07b36fa22d +size 496958 diff --git a/perception/single_instance_identification/hallucination_detection/images/262.png b/perception/single_instance_identification/hallucination_detection/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..eee2f82085c9484d808ba3f647698b28f98ef10c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33897551c907bfe5916852b00e0e6b5b4abd58c293c5e4ace26d95cf329d0620 +size 1035793 diff --git a/perception/single_instance_identification/hallucination_detection/images/263.png b/perception/single_instance_identification/hallucination_detection/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..df87ffb419be323a244ac575c195d1caa59cd469 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db04d964d19146a09657db443d33a74dcd1d3c69ffccb6a29dce313a83a7c20 +size 92671 diff --git a/perception/single_instance_identification/hallucination_detection/images/264.png b/perception/single_instance_identification/hallucination_detection/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..e9181d2d0a4509cacb36b0771348c9b751628bbd --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0def095f59a13ff705ddfefb3ce61cff2df7074023e791998f87e96a93cdd29 +size 1130323 diff --git a/perception/single_instance_identification/hallucination_detection/images/265.png b/perception/single_instance_identification/hallucination_detection/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..e23c8f7bd572d424601aa65fea5863cf4f81b1fa --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5494a4301df0f66c41a1b67b1e1cbe0df364cebf97a54640b9e4830d25e5e69d +size 1453138 diff --git a/perception/single_instance_identification/hallucination_detection/images/266.png b/perception/single_instance_identification/hallucination_detection/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..b946692b1ec4227b9b0aa9db57d31516360c7e28 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a559914666835a0c9709e3a5809c5ebd21be1883ed5e92d07078cf436a4d2a1 +size 1067232 diff --git a/perception/single_instance_identification/hallucination_detection/images/267.png b/perception/single_instance_identification/hallucination_detection/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..a210a03944363f68be918d975edb1c14aba6322c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f96aa37d312b7b56b2faff7b899be7d00b3fe28dabd90b51cf0e7019cb984e6 +size 783547 diff --git a/perception/single_instance_identification/hallucination_detection/images/268.png b/perception/single_instance_identification/hallucination_detection/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..a7210b42a4057e48c5cd66d1eef3221c826d175f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126cbbe49fe29c87c6c784465cc9d8b6294cf4b2115bdfd967704cb06f821838 +size 100881 diff --git a/perception/single_instance_identification/hallucination_detection/images/269.png b/perception/single_instance_identification/hallucination_detection/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..bc793edfd5b17453a4e53bd9f2b3af4236891a70 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab2b67589c514875b4543b07f0179179a84d46e942c2cffc835ae08a0052057 +size 129431 diff --git a/perception/single_instance_identification/hallucination_detection/images/27.png b/perception/single_instance_identification/hallucination_detection/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..c6cbc413d048129d0fad97da69b86836d178013a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d75d81e4ea5337295a4127f7bb8d123d362e209983a8abd0dc548356a78b887 +size 664198 diff --git a/perception/single_instance_identification/hallucination_detection/images/270.png b/perception/single_instance_identification/hallucination_detection/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..f04ff1f4be484797df7e8d08831b5516d796db22 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f70b68e4fcc388adc8b3b6c20474dc24664034e9c84c252e33fbeb77492d79 +size 1077715 diff --git a/perception/single_instance_identification/hallucination_detection/images/271.png b/perception/single_instance_identification/hallucination_detection/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..989ab8dfe939552be829e7461ec0fd138346cf8a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8695ed7208f7343aefa25de0a2f36d19f530a00e267427b0b712be3eeaae3929 +size 853442 diff --git a/perception/single_instance_identification/hallucination_detection/images/272.png b/perception/single_instance_identification/hallucination_detection/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..86b2c34f6236223a26033e332cc989601690dd85 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3da030f14b408eb83ece15a1baec4d1985940239b3a205ee165a18657cc60b8 +size 1274705 diff --git a/perception/single_instance_identification/hallucination_detection/images/273.png b/perception/single_instance_identification/hallucination_detection/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..30ebdc4365bc766362a5946ee4bbd4779b1ace67 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5b74f9236e8e42b3c4ae2234dc2833f2b5e4846ff980cfa96a582efc012989 +size 955145 diff --git a/perception/single_instance_identification/hallucination_detection/images/274.png b/perception/single_instance_identification/hallucination_detection/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..bca8e82c90991e02bc3ab4f872b60c974a2983f0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9f86fe8144f0f98b954b6f6a2407b2730532bcfc20063ffe2ec759ace500eb +size 631348 diff --git a/perception/single_instance_identification/hallucination_detection/images/275.png b/perception/single_instance_identification/hallucination_detection/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..f345e60d49a4305c2779382f2077df7a3b84ec34 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20f39760d0bb638da9a07ffd46836a2668c48dfd1ed0a499b682d465de86f12 +size 438518 diff --git a/perception/single_instance_identification/hallucination_detection/images/276.png b/perception/single_instance_identification/hallucination_detection/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..08f23b7402f7cc12e4a8667b286adf3e6e88498e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1663939c075285b77567ae46ef935bba3d5147c7790228eaec6e3a8a3f69c15 +size 1031755 diff --git a/perception/single_instance_identification/hallucination_detection/images/277.png b/perception/single_instance_identification/hallucination_detection/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e5642a25dfa65272fe09fd4679c9697808ebc7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f619ce0b0e620e846d37b3484686fb972fde2727cf42676fab0897be36b8161 +size 681870 diff --git a/perception/single_instance_identification/hallucination_detection/images/278.png b/perception/single_instance_identification/hallucination_detection/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..22322e16522f94fcf93df80e71b673795cc71bb7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ff3a9fed5e989dd432d7ddc25b8e82d832c3c4c5a87ac2be1eb4fe0048b139 +size 649066 diff --git a/perception/single_instance_identification/hallucination_detection/images/279.png b/perception/single_instance_identification/hallucination_detection/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a8e01da7f5498f702376bbdae72c02b88fe4c8 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e375978b8324a90513716e95ef503fb8c79a1b5d8a6cb7d218d6ca68e916e8f +size 897869 diff --git a/perception/single_instance_identification/hallucination_detection/images/28.png b/perception/single_instance_identification/hallucination_detection/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..6977941730d8f3945f0074d00cf47d395dc84665 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54b7c2bc94809d9f78a55574410b85be8b29d74f61b9192b64eb9fec91fa85f +size 769619 diff --git a/perception/single_instance_identification/hallucination_detection/images/280.png b/perception/single_instance_identification/hallucination_detection/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..4462235e85a115c372905dbeeb17740267c584f5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6bfce2f4021a601267303fc620585caf88fa2c1891a66254bbb22098174873 +size 1187648 diff --git a/perception/single_instance_identification/hallucination_detection/images/281.png b/perception/single_instance_identification/hallucination_detection/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..8820d6b5d7afe6c9193bbddf8c8f528376416f0d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b198322be00dd13ccb2e20717d61d6cb96f9f5d32fd31e1fb64d6ac68c98f44b +size 885342 diff --git a/perception/single_instance_identification/hallucination_detection/images/282.png b/perception/single_instance_identification/hallucination_detection/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..31bb8f0408620758be7ef48ab1d8cb6111593a93 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7922477309dfe54b6c134f007ecbcc32b7fd8d1a4f0f5b55ea1ba8f1558c5a60 +size 341736 diff --git a/perception/single_instance_identification/hallucination_detection/images/283.png b/perception/single_instance_identification/hallucination_detection/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..a63cd318088cf093b3101226ad851b22be33cba7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1107c95064a7bbdfb86f3d453f7e78b767cd1ce7c60d9a3911a1fd2c92e121ea +size 707125 diff --git a/perception/single_instance_identification/hallucination_detection/images/284.png b/perception/single_instance_identification/hallucination_detection/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..9fae32b4f4f1eb61d22bd9b5e45c0015e233b8cf --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68a202c1365fbeaa323ee0cbc60d2d6ec5b114f7ece66fda381d0cd6af89066 +size 998581 diff --git a/perception/single_instance_identification/hallucination_detection/images/285.png b/perception/single_instance_identification/hallucination_detection/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..09a92db95133d6c616e971f556157a5011f73be6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441869b9a6abb4bf123906f63185dcd1a03da4a1282b9679b0b90d7ca68ee42a +size 110304 diff --git a/perception/single_instance_identification/hallucination_detection/images/286.png b/perception/single_instance_identification/hallucination_detection/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..a0a9a7a6e4fbb3b25b5a9b9ebe77e2579381583f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fa82a17f5bbdb59675b6c7711e0598f541b73f74adeb7254186e7f8ae1085c +size 1035753 diff --git a/perception/single_instance_identification/hallucination_detection/images/287.png b/perception/single_instance_identification/hallucination_detection/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..854f94f41aa6dffc95107a62635cb21f9d34b074 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca50274a827628f5df7e65fbac7dbccb62cbfe64b1cce90634ce04937df76ec +size 680776 diff --git a/perception/single_instance_identification/hallucination_detection/images/288.png b/perception/single_instance_identification/hallucination_detection/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..bef8431a3a181a940d68810cc395fbe35646a5b4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69181252f7ca541ebaca7e6281be4e94bddb9f9d03b01827009d12b2cf045fd3 +size 517921 diff --git a/perception/single_instance_identification/hallucination_detection/images/289.png b/perception/single_instance_identification/hallucination_detection/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..c02d0024c5ee5ca12b2c098d0f4e03ea58561d16 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a826f37afc9376461fe15e41f71df5373c0a9804fbebfabd4dd5292e19cd0746 +size 1064343 diff --git a/perception/single_instance_identification/hallucination_detection/images/29.png b/perception/single_instance_identification/hallucination_detection/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..8a7842103e80e2cab8171f3941d37d877b57e6c4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49da6baeac8a6c9c0fa6dbde55d4299612eda4a605f653c981cfcb30df4ca700 +size 931941 diff --git a/perception/single_instance_identification/hallucination_detection/images/290.png b/perception/single_instance_identification/hallucination_detection/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..c146848da1b97dbe696b6f317e6918ee4dce950d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709117380af812e1b85677bf7f92d218a3a370261ecec040b0a353d3d1223224 +size 912561 diff --git a/perception/single_instance_identification/hallucination_detection/images/291.png b/perception/single_instance_identification/hallucination_detection/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..5962308040e3c95d320df4ebca6e19d33b7d9e1d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a520a2c675c4c97c6d3a403a33ba1123c2dcf3cb061b63208d2ae3be05f13f95 +size 970323 diff --git a/perception/single_instance_identification/hallucination_detection/images/292.png b/perception/single_instance_identification/hallucination_detection/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..03af3c1f86ea8a096bb8cda224cfa3f676211da5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586cb0f20a6d8fb994feb772a51f724d08db4d6d9116cb4a75921eec6e3ca27a +size 1102547 diff --git a/perception/single_instance_identification/hallucination_detection/images/293.png b/perception/single_instance_identification/hallucination_detection/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7742a46190304de844fbe066a248cad76ca30e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eaf14b93b8708a7abaf2a8c5d05f03aa8b3540826afc48ce72f1c3cb91ad48 +size 1065667 diff --git a/perception/single_instance_identification/hallucination_detection/images/294.png b/perception/single_instance_identification/hallucination_detection/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..60b8e98fd2cdaecc49d5dedb2fe8993585314b30 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6befbf85d8fc747368af1225284b2b42da38590c0130c1687396d4b8776fcde +size 1516285 diff --git a/perception/single_instance_identification/hallucination_detection/images/295.png b/perception/single_instance_identification/hallucination_detection/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..b708379b747a2428f87c01cc2f4e63f57c8c51c9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68589df71ff8c3a991b2a8186a3cc4de064d08dbc8e6f01b5e68becac46ca41 +size 989051 diff --git a/perception/single_instance_identification/hallucination_detection/images/296.png b/perception/single_instance_identification/hallucination_detection/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba1cc5a527e248dcba6e679cded80461591b6b9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7324fac4817811cc7fd5e6d34997acbba933f91927fadb0e23426725ab4d915 +size 815278 diff --git a/perception/single_instance_identification/hallucination_detection/images/297.png b/perception/single_instance_identification/hallucination_detection/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..de468018550535a0bc42019f0d3bfb88b1d19aeb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382e803029f2153c519c69866faee96be2279d419712757a311587407f01e206 +size 1209906 diff --git a/perception/single_instance_identification/hallucination_detection/images/298.png b/perception/single_instance_identification/hallucination_detection/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..9d91a9f56a963602296b00c3a6cd438698d4fb64 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67873bd971d049aed60a0e249eab995e269929ee844b1d55501047901b2b340 +size 617118 diff --git a/perception/single_instance_identification/hallucination_detection/images/299.png b/perception/single_instance_identification/hallucination_detection/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..08f6b65ac587fb3ed72798e1ecd835a5979d1c70 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd62ae16e242f572e6751129759a80397900e20734638c1d1a8d6e88ee592df9 +size 840399 diff --git a/perception/single_instance_identification/hallucination_detection/images/3.png b/perception/single_instance_identification/hallucination_detection/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ca804715ec87c24beeab14e1b8c64d1f69a2a9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3426b71449c874223e7b777b4107645c6e05c2e4745ee3d46642e94cad5a5df0 +size 856826 diff --git a/perception/single_instance_identification/hallucination_detection/images/30.png b/perception/single_instance_identification/hallucination_detection/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..b390835b1c5a5c5d8a9d57de8ec5aca9340195a0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48563db807caf5cc6996ae6ff028ec4a6dae2d5d02d062bfeb80f5ed7543e141 +size 725989 diff --git a/perception/single_instance_identification/hallucination_detection/images/300.png b/perception/single_instance_identification/hallucination_detection/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..1bef6cd110109ffde57ab7afec2aec97a9209361 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2032c416d4a61d2538b90e671d925849cc4037b99f5d9443d5fdde29a77bb1a +size 1486920 diff --git a/perception/single_instance_identification/hallucination_detection/images/301.png b/perception/single_instance_identification/hallucination_detection/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b04174e4484ee241c8b74b43dc561ff7a7cb23 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f384bc60629bf497eda95de34b314f9bedc3f86ce6d961062136f9bcaaa03831 +size 1324279 diff --git a/perception/single_instance_identification/hallucination_detection/images/302.png b/perception/single_instance_identification/hallucination_detection/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..5ca3e2836a6423188eeac0d7526ba470aae61119 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b70f842f6fdd40a26583579136379fba633347d086c072c1643f3892260b4ef +size 882971 diff --git a/perception/single_instance_identification/hallucination_detection/images/303.png b/perception/single_instance_identification/hallucination_detection/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..02ba805baf2409353341b8682f492cdd7a74d2bc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c77e34cae6259fd51a2b78f1fad8ccb8ea54150c190f45502dd39b84220f3e +size 955356 diff --git a/perception/single_instance_identification/hallucination_detection/images/304.png b/perception/single_instance_identification/hallucination_detection/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..b497a2211d24504c3749678b6497eb36d25342ee --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784b761a7d6daeb0ca099f8d00e6a91d018bbb19f4bec5192ee3831d930057aa +size 991110 diff --git a/perception/single_instance_identification/hallucination_detection/images/305.png b/perception/single_instance_identification/hallucination_detection/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c5b178dd01e8cac3d4e622db018e7864b77b2f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fa0efc0622b3368c360a04e75a41b47c47c3b46b32bb3b2c8fc70dc5bfe6f4 +size 957681 diff --git a/perception/single_instance_identification/hallucination_detection/images/306.png b/perception/single_instance_identification/hallucination_detection/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..5a360beebcc113831a79bee9cd23de2bb3f5693b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f763c5c9670508a9aa91f8d497776f90600e508b078bdd203cf1cf40081a42 +size 1095875 diff --git a/perception/single_instance_identification/hallucination_detection/images/307.png b/perception/single_instance_identification/hallucination_detection/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..fca93ee20ddfc664db8f3b712a3b75916ceb93bd --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3560f7f44168f86ac8c6285f13e8d0c37f59377b792fdb21a9bf3353c42684ec +size 525324 diff --git a/perception/single_instance_identification/hallucination_detection/images/308.png b/perception/single_instance_identification/hallucination_detection/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..f173cb26bb19f3ba10738b8c2be4e573c3a04955 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6006531dd98461db15052b44296485904352632037ff1da3b4ec2531733f4e +size 746576 diff --git a/perception/single_instance_identification/hallucination_detection/images/309.png b/perception/single_instance_identification/hallucination_detection/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..357a34446e382c81023dfe1eda7ff29666f49685 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735f4d8ad419d9b906da5d92f454257d226726906c3186cf7bb40c3ae8b9389a +size 179657 diff --git a/perception/single_instance_identification/hallucination_detection/images/31.png b/perception/single_instance_identification/hallucination_detection/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..6a5a6d71225a28b06a4194d3450d07816dad4d92 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c68c26f8d3a715f38aeece6722dfb74d1e67a7e236a07aa48fdfa083aa3c8f4 +size 883147 diff --git a/perception/single_instance_identification/hallucination_detection/images/310.png b/perception/single_instance_identification/hallucination_detection/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..f46ee50645a389b5e9f4c6decbc971f8073874b6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d4c857c7444580dcf9e465c19a5bbde233551fc4a12f6180343425884ecd5c +size 1234194 diff --git a/perception/single_instance_identification/hallucination_detection/images/311.png b/perception/single_instance_identification/hallucination_detection/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..677412ff1983dd7237f81a2d6ff99896cd22b756 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bebae310238c4bd26a7c03fc1774647b73547e3d683853bdd37265538967b11 +size 1000319 diff --git a/perception/single_instance_identification/hallucination_detection/images/312.png b/perception/single_instance_identification/hallucination_detection/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..99db320be920bc52ad42cb4732b1086c18f4d0d0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51473939bc0fb7f6b6116ed088ded489c98132da8efcbb0ce7f03ce3a5da1be +size 918909 diff --git a/perception/single_instance_identification/hallucination_detection/images/313.png b/perception/single_instance_identification/hallucination_detection/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..2152714b69f9ecf1f2de0539eba6e140ac2d5052 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90db1a19d19d4ca39e684757b0372d5db16277fda3a39127ce33c5f47eaaa844 +size 600437 diff --git a/perception/single_instance_identification/hallucination_detection/images/314.png b/perception/single_instance_identification/hallucination_detection/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..b969afa25deff389568dddb4bb27008722218d6a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ece2fd8cc8de4f17fc454d056ca2b0b35dda14d41bb269d032a9ddd69520d80 +size 1310976 diff --git a/perception/single_instance_identification/hallucination_detection/images/315.png b/perception/single_instance_identification/hallucination_detection/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..ad9ac1f1143b31e9a635809cd5e857101216bfdc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b07870ebe5c8938c992ed2433ce56a6970832e7bbe116a834c78840a1ac995 +size 1150027 diff --git a/perception/single_instance_identification/hallucination_detection/images/316.png b/perception/single_instance_identification/hallucination_detection/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..2f52c6077582b3f8d33dbe8fed62c360acc64590 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f59457cc42997a1c24e3a01a9d61e47a268a90b2076e2f7a67761d01b48a653 +size 912315 diff --git a/perception/single_instance_identification/hallucination_detection/images/317.png b/perception/single_instance_identification/hallucination_detection/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..9356ec60bca839157c683ecf65f6eb269ce368ee --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d33ff5711a69ad6e067b336a3509c12224b618c88f501a9aee32171569d278 +size 1250727 diff --git a/perception/single_instance_identification/hallucination_detection/images/318.png b/perception/single_instance_identification/hallucination_detection/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..b7972bae7e710cdd89912cd263dfef35c593be33 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62263881bb2f0edd707c29a46a6f00b8aa94deb41e57aac4d24373142a039283 +size 1029764 diff --git a/perception/single_instance_identification/hallucination_detection/images/319.png b/perception/single_instance_identification/hallucination_detection/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..db845b1b55cd55a788d8390e05fa955a6c181f30 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e87df9f605112103d1dfc1e3441b58c906056c420857c845c7b720f7a17b80 +size 783584 diff --git a/perception/single_instance_identification/hallucination_detection/images/32.png b/perception/single_instance_identification/hallucination_detection/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..48b82b3d5c2e42b41a9c48d955ffdbecc8bbe326 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f5f89fe6b74a3c74c0bca062c726e0af70b631c250edca3ff8f01b5c530d2b +size 1295680 diff --git a/perception/single_instance_identification/hallucination_detection/images/320.png b/perception/single_instance_identification/hallucination_detection/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..2509e261f0d513d7da0deafbfd7c02c7e0eec49f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effea18b45f7d8e7361e720a29d64615909aa1135745b3a026d1465b55cb1e11 +size 1051708 diff --git a/perception/single_instance_identification/hallucination_detection/images/321.png b/perception/single_instance_identification/hallucination_detection/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..84d431b5d943a0fa3e662c105cac64784445771f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3fe71b8ef1f10e0f7a8edf25c697c9010e205c9b4fffc31bc37c65ee6a74f9 +size 897880 diff --git a/perception/single_instance_identification/hallucination_detection/images/322.png b/perception/single_instance_identification/hallucination_detection/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c15f1de00bac296cd26ff667a24176a9952ecf --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bb897d60d08d34f2f4d36cee7b281364e0d51205c1a38ec2339b00696b510f +size 836391 diff --git a/perception/single_instance_identification/hallucination_detection/images/323.png b/perception/single_instance_identification/hallucination_detection/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..57fb813364859875d1f7db1b25fc7fd86d1f5ff0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6c328700b13da40463c083b8f1bad56c6296f195afb2bd5856781f6115df4e +size 807856 diff --git a/perception/single_instance_identification/hallucination_detection/images/324.png b/perception/single_instance_identification/hallucination_detection/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..fecb5363271d241d6e57c66ccb694fa3263171b2 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300adfc582a0d9b16c59b9471484ebdfafedc30c90afb5ecd25d848d1728f35c +size 841839 diff --git a/perception/single_instance_identification/hallucination_detection/images/325.png b/perception/single_instance_identification/hallucination_detection/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..9445a1396cd84801a8a2221ef74be4abc650bada --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e74cfcf1284f2b3dc2ad225608990926364e34d9a2f8db5e26206e137194b3d +size 751068 diff --git a/perception/single_instance_identification/hallucination_detection/images/326.png b/perception/single_instance_identification/hallucination_detection/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..405a93027eb6cb51c0d2171c39befc69f5ea077c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f155e3dffa605dd1d65c7c6410eebd03930833aa44bb3497bd5a9f253027e8b +size 1201128 diff --git a/perception/single_instance_identification/hallucination_detection/images/327.png b/perception/single_instance_identification/hallucination_detection/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..25e8534ff7bb9ff145a541c85fdf795bd17efbee --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f19bae3b8daaabc3c598c6c797acaef055e34849e6804c47a99dd86866319d +size 901136 diff --git a/perception/single_instance_identification/hallucination_detection/images/328.png b/perception/single_instance_identification/hallucination_detection/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..63dc8d74e80dcb140263214d793399ac4a9bfeb7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b04413a60306206e69bb53c4f40911c47e67b6f3fb577b46698a38edd93ce4 +size 1026298 diff --git a/perception/single_instance_identification/hallucination_detection/images/329.png b/perception/single_instance_identification/hallucination_detection/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..96e6f57499f9f29f9011937d8c11ce3bc71e5240 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb52dd4a7478ae3a26f33bdfff070f947c7a62184a2af25144b487a55dc8473 +size 932600 diff --git a/perception/single_instance_identification/hallucination_detection/images/33.png b/perception/single_instance_identification/hallucination_detection/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..fd5983eb253045932caaf066ca895d263bf34dc5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a40eb3b67608cf166eb2637d7c06c2d3b769990e1cfd2b8d97a46f66b53ff53 +size 1174096 diff --git a/perception/single_instance_identification/hallucination_detection/images/330.png b/perception/single_instance_identification/hallucination_detection/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..d761c2cd48a8ce33eb39f7f994d9376be144ed2b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da71aea6c6de8153403ec61f1e11a4eee3413cf6949f84111267abafb8cb592d +size 1009571 diff --git a/perception/single_instance_identification/hallucination_detection/images/331.png b/perception/single_instance_identification/hallucination_detection/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..87531e8e8f5069058e9ae8312ccea51d857fd332 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15663c42a7418c3ac9739d25f7139f61dc7381f1cfd9e4743301f1125ece2b0c +size 1278246 diff --git a/perception/single_instance_identification/hallucination_detection/images/332.png b/perception/single_instance_identification/hallucination_detection/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a2dae7056b2cc891ff49250517a2d7bf670ef0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3afb417be58287d6e5fa34beec8d81769f5b979fae63987ccb1215030aec62e +size 1314919 diff --git a/perception/single_instance_identification/hallucination_detection/images/333.png b/perception/single_instance_identification/hallucination_detection/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..542b61ce37a950db23c8ff7449da0be16e27eb33 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c94d18dd15f354bec79bfeddb8f4e44d5eb3342c405f7acadfc86787129148e +size 671200 diff --git a/perception/single_instance_identification/hallucination_detection/images/334.png b/perception/single_instance_identification/hallucination_detection/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..ae66ac24398aba96cde521953fce4208ca78b1eb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203cc12e24eabbe20c1f989c29703688705476bb18c6358bf7a2af3bb4c3875a +size 726003 diff --git a/perception/single_instance_identification/hallucination_detection/images/335.png b/perception/single_instance_identification/hallucination_detection/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..9519002c8c465ed221510f6def81e1840fcaa774 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e9be23da04d0bd536ad5274408bf31bfef3ef6b1c0b2e2dd5bc1c58bd99ecd +size 1055353 diff --git a/perception/single_instance_identification/hallucination_detection/images/336.png b/perception/single_instance_identification/hallucination_detection/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..533a4e123b0f11152a832eab18ed82f1156ea9ab --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58ee4ed10c61e39a983cdb74b5a1f05291bab819eca2abfe7f72d49a8c6f52b +size 1237901 diff --git a/perception/single_instance_identification/hallucination_detection/images/337.png b/perception/single_instance_identification/hallucination_detection/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..27a9e8e37fac68b2f5fe54f495586a91c2ff428a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5b632197e4b6156b41be75fdad3aeda4a342b643fda10034af0f4b7634a799 +size 614292 diff --git a/perception/single_instance_identification/hallucination_detection/images/338.png b/perception/single_instance_identification/hallucination_detection/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..0d23ad9e4c7266b172ff4e844e96cc7479552c3e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a470fe4dea9b0023d64495f13693907523509f5f3dc8dd0f3a5600525ac3d85c +size 1188386 diff --git a/perception/single_instance_identification/hallucination_detection/images/339.png b/perception/single_instance_identification/hallucination_detection/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..5804e5365d1157152bf9ab03a36e135b5a7ff386 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6955f04d5eea06a61e36f09e3348b250814e225633cba9b3cb9e7f0843b8bc +size 961185 diff --git a/perception/single_instance_identification/hallucination_detection/images/34.png b/perception/single_instance_identification/hallucination_detection/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..427bc02f1e9a83bc1b5ba1324f2595602ed50395 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12be7e20946f3665a348c614cf65e33f916a025fe5ada4f6f2440de405770b00 +size 905600 diff --git a/perception/single_instance_identification/hallucination_detection/images/340.png b/perception/single_instance_identification/hallucination_detection/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..580ff038d6b1f5e57e9cd33113ed00e1e7f77e5d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ba2de87b2f5054af10e313b780ca654714b25e8e4cac262ce64ee165931c08 +size 1042731 diff --git a/perception/single_instance_identification/hallucination_detection/images/341.png b/perception/single_instance_identification/hallucination_detection/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..cb78013b8861428d401fbd03ac6f07d659e79d95 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98678a05d6a835e6b84537566fab7ffb24f2646746a06f618946b97dfcc421f +size 1008578 diff --git a/perception/single_instance_identification/hallucination_detection/images/342.png b/perception/single_instance_identification/hallucination_detection/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..88f769f33270de6953149b25dca3e4080c400062 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d0def7b67ce2c81366f73f874e58a8f86cebd6d345db4d1010b13e59219119 +size 1221668 diff --git a/perception/single_instance_identification/hallucination_detection/images/343.png b/perception/single_instance_identification/hallucination_detection/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..5c179cad1925dabba195651610333a0160a04e76 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0017838f7ae735afdd322d1a73fb64dfc7fc8173408fbce2bbd4f2e0d7256f34 +size 1140732 diff --git a/perception/single_instance_identification/hallucination_detection/images/344.png b/perception/single_instance_identification/hallucination_detection/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb5b6eecf92336aad1d6bbefb5ca669747de71b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d4c25bc2c892b62aa4a85325228e340f42753a17798d2f6bb27b7ecd32e6f5 +size 1135114 diff --git a/perception/single_instance_identification/hallucination_detection/images/345.png b/perception/single_instance_identification/hallucination_detection/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..395e3af5fb8a5f9b922c99faec92a1281c8db2b7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393c5a9b61ce1edd6dc9d19c2d320b229a39d19a4fe2d44094931baa3780aeb1 +size 996567 diff --git a/perception/single_instance_identification/hallucination_detection/images/346.png b/perception/single_instance_identification/hallucination_detection/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..fad5c5e898d85c9e2e820da26718ad8d14a9eb98 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc006174e10d16ad8f043cf6051eb9b6edeb705c176d5cc3f3cf81286b67c2e0 +size 1319098 diff --git a/perception/single_instance_identification/hallucination_detection/images/347.png b/perception/single_instance_identification/hallucination_detection/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..a047398b95228993028be5cb648ca53df0b82052 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8c147cc7f7211798080968048f12ca137c110547b97874a035514752f6349b +size 825344 diff --git a/perception/single_instance_identification/hallucination_detection/images/348.png b/perception/single_instance_identification/hallucination_detection/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..9112c1a460196c83f53f92ad4d55bcdc7e14c506 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fbed5f401e603972e7ed169e7f967e78d669e862fc8afb0e0cab4fd7e5092b +size 1025493 diff --git a/perception/single_instance_identification/hallucination_detection/images/349.png b/perception/single_instance_identification/hallucination_detection/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb6ed98dc3badd299cdbf2ed941e31b695afeea --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579b4de39238359c640c9b6cec3fe0447d37d5f31a5ef99d2d6e451b59119a8a +size 637299 diff --git a/perception/single_instance_identification/hallucination_detection/images/35.png b/perception/single_instance_identification/hallucination_detection/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..faed4a271d00cc7fafbdea627911b7d665d1d026 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d9f3b98c941c31946f3860d634d78dcc826cf249234f6407580c8914815ec1 +size 974856 diff --git a/perception/single_instance_identification/hallucination_detection/images/350.png b/perception/single_instance_identification/hallucination_detection/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..754c80e0fd890a95061d7d0e955a83f467942348 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324aa2746e6fb5c49daba4004fe18800c9b5dd9e43f344b9da76d891421326c1 +size 1354028 diff --git a/perception/single_instance_identification/hallucination_detection/images/351.png b/perception/single_instance_identification/hallucination_detection/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..9dff2925592368d6405a45d644650fcdfe25ecce --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ef2bb0cb7fd777aae64af92c13d408fad69f16eb680eea2a32de99a7689aac +size 712469 diff --git a/perception/single_instance_identification/hallucination_detection/images/352.png b/perception/single_instance_identification/hallucination_detection/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..78514a86732d7d4fbecd2f9bb5926ff7841c7fb1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca7a3007e5c56e35e461ebca4778130b920041cb87cf3383f8c09a1fe5d51b9 +size 1293639 diff --git a/perception/single_instance_identification/hallucination_detection/images/353.png b/perception/single_instance_identification/hallucination_detection/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..a2f65492fc4c7a6dec207b1de453b5fc54d336ae --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d69b65329248bbfdc26fef34bff4f4fde364e4f477d6b10a292fdb2f71e9e3 +size 1389908 diff --git a/perception/single_instance_identification/hallucination_detection/images/354.png b/perception/single_instance_identification/hallucination_detection/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..03548e25ab83c94486e00e6d196169df68303ec6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6adff50ba09a20ae92ac8562374bef96dcc95c86910321c49ec665546d2ef9 +size 438561 diff --git a/perception/single_instance_identification/hallucination_detection/images/355.png b/perception/single_instance_identification/hallucination_detection/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..866b2627c4ec31f2849ac91f16654dbabd453de3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee8217c233a1d286726553486526b76561a5ab8337e38684bea642b123c78a4 +size 1371522 diff --git a/perception/single_instance_identification/hallucination_detection/images/356.png b/perception/single_instance_identification/hallucination_detection/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3dfa4f8dbde779960cce68e7d96a828e7b9d51 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b78a43f6379ada0109755fd8b0e52ac2d2c694c8038917a29233e23ed156b2 +size 100838 diff --git a/perception/single_instance_identification/hallucination_detection/images/357.png b/perception/single_instance_identification/hallucination_detection/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf9b8d53148012ee202f101e394bd3469258f5f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9993227ad8b7b1d3dd3193b2950ab60db8b40c15dcf3222d7cba48bca8641bf5 +size 660967 diff --git a/perception/single_instance_identification/hallucination_detection/images/358.png b/perception/single_instance_identification/hallucination_detection/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5dc1be4c6ddd5bc3c5c3d06d9fb3e6a7f25f63 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9116099c971c10a6b371443ca0b00f5ee7da87182ec1c0f903feabd35f902db7 +size 1028237 diff --git a/perception/single_instance_identification/hallucination_detection/images/359.png b/perception/single_instance_identification/hallucination_detection/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..512df44b26035d65b15813efe5d1495b2e5ff5fa --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7c0474616e540af9c27ccdfa88305c12b38b0a847f3dad083c53fc731700d0 +size 918816 diff --git a/perception/single_instance_identification/hallucination_detection/images/36.png b/perception/single_instance_identification/hallucination_detection/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..35d34a23b6f0949357729787ed7cf257b2ce723d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cacad0d299c2a56a5d8c45b330f276a00df83bae01af48798247a35e8915b0 +size 717355 diff --git a/perception/single_instance_identification/hallucination_detection/images/360.png b/perception/single_instance_identification/hallucination_detection/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..6db369cae232a0f8bf64b3efdcc4e65abbbb6b5e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880e276fece155b3fa111de5a5a83caad884f2e078eb1dbb139164c39a03e60c +size 1118287 diff --git a/perception/single_instance_identification/hallucination_detection/images/361.png b/perception/single_instance_identification/hallucination_detection/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..5a94c14d52599df7e71a0d6dfdb1aff032e9eb5a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e947128847bbde11a511ad7a203c1e3291131df8a6e0883bc9aef66988bfd0 +size 1045543 diff --git a/perception/single_instance_identification/hallucination_detection/images/362.png b/perception/single_instance_identification/hallucination_detection/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..1a51e507ac532b23af5912aa604fef90714c3d57 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52136b5f938431b603a3635e7013a14542bba5dfd3926db1849d2b96afdc817a +size 1437207 diff --git a/perception/single_instance_identification/hallucination_detection/images/363.png b/perception/single_instance_identification/hallucination_detection/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..fa33e0f17a2350da29858832e3dd94b547e0860a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66bc92af686f0b4057e5597df0e42b789bd3e9d892732daca1b17cdd5bb8590 +size 1181480 diff --git a/perception/single_instance_identification/hallucination_detection/images/364.png b/perception/single_instance_identification/hallucination_detection/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab2e5a132fa802728de398459ebf42b05f19bcc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206f17d71bfbb614f32b61dc6466c2b78cc96fb7ea75ff0836d1ade5c708f0d0 +size 87275 diff --git a/perception/single_instance_identification/hallucination_detection/images/365.png b/perception/single_instance_identification/hallucination_detection/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..8a92f4770599eacc952bb2551159e324895ba566 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9e61b757d5c0289e4520888e345d3ef0e47eecff463fd1907833d50bc5cbd9 +size 1135980 diff --git a/perception/single_instance_identification/hallucination_detection/images/366.png b/perception/single_instance_identification/hallucination_detection/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3592399868612c79f774e2d07a1015b4825d63 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352be6b7f2401e518359fc30803ad972ee360ab2b6ae2087033fea97194c043 +size 1401792 diff --git a/perception/single_instance_identification/hallucination_detection/images/367.png b/perception/single_instance_identification/hallucination_detection/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..28e9be5aa3cd6b97655c3418951d255e601459ff --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feefc50c1a442670c8d78b133747189c05c74de1fa715d4b24cc7bd798fc816 +size 1056996 diff --git a/perception/single_instance_identification/hallucination_detection/images/368.png b/perception/single_instance_identification/hallucination_detection/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..23415673204edf4c8ea3809616038d1249cf78cf --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bab81d32581d242dc570eb875d242d6777e5137315d02f35e9b53780858870d +size 1097612 diff --git a/perception/single_instance_identification/hallucination_detection/images/369.png b/perception/single_instance_identification/hallucination_detection/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..c28e9d0eacbe3a587be6943cc3ce5dfe00ca37dc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5f1aa99e40576e9eb35b90d2bffde71e560e307900d7a0118146620f082b41 +size 533794 diff --git a/perception/single_instance_identification/hallucination_detection/images/37.png b/perception/single_instance_identification/hallucination_detection/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa242fb4e5c628198cb27f62efa36f1a4017b92 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0949df8c60fdfd663edabd4e4026ef7d8c58672251cdccb087a7cb128124189b +size 809063 diff --git a/perception/single_instance_identification/hallucination_detection/images/370.png b/perception/single_instance_identification/hallucination_detection/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..4cfb0bc97ccb47c4813dd0cec5b40b0319fae495 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c71b8641d9322c1b1a55672b544b831148ba21d385ced9cfdf2c623bbd1ce1d +size 299547 diff --git a/perception/single_instance_identification/hallucination_detection/images/371.png b/perception/single_instance_identification/hallucination_detection/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..2b79c73ac782383dbae92cddbf62c0060d3549d3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb1852fa14a6d365f832292c1055dd2aa31f4d8023ec25e7802d1c4c1788275 +size 1086837 diff --git a/perception/single_instance_identification/hallucination_detection/images/372.png b/perception/single_instance_identification/hallucination_detection/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..da236368b59d51eb902666c337f30c8f1478f4ee --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b221795a003cb8c3a0dbed4ed40d702f71235d8a0589948eeeb7e352d060ca00 +size 1290016 diff --git a/perception/single_instance_identification/hallucination_detection/images/373.png b/perception/single_instance_identification/hallucination_detection/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..c989c659819d7e90012953fdb4a85f092e3ca2a0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8029048c0aa29ab6ea6de2138a8ef0f01e59d23a8fc2c4484ccac56dfe99ef4f +size 658660 diff --git a/perception/single_instance_identification/hallucination_detection/images/374.png b/perception/single_instance_identification/hallucination_detection/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..38cdff7a7eb77beae143f2a4f1138221facda57b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda4d17fb16e18188a02fe3cb14abc5be894a1bc88fafa14d4340098f80279ed +size 536400 diff --git a/perception/single_instance_identification/hallucination_detection/images/375.png b/perception/single_instance_identification/hallucination_detection/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..e121181fba87ea4879322791d8c063576fe78d85 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0f1ff0b0f04bf057b3a1c7b208a7089b25365cf841ac947ce0542bd418f2e9 +size 1060275 diff --git a/perception/single_instance_identification/hallucination_detection/images/376.png b/perception/single_instance_identification/hallucination_detection/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..6a8dbe5c482408b15ddec0e87fd540bd96b10962 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6630835473328f96e0b6d887063c4b5414a0aff9b8985bbfc4d9c515c5f30d85 +size 1534869 diff --git a/perception/single_instance_identification/hallucination_detection/images/377.png b/perception/single_instance_identification/hallucination_detection/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..545f4256055e4b3a2aeaa781d5bf3b8dc6db1703 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1872c083e39e7a623cfbb387dffe1e32d1c153277a0403105f4e8bb09e414b2f +size 727271 diff --git a/perception/single_instance_identification/hallucination_detection/images/378.png b/perception/single_instance_identification/hallucination_detection/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..d182e0a038b05fc695aba61107efc71a518d29d5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ac0a201ae7647928c4850e3159104997a0fd99ab7c94f6a9bce729567f20f +size 634461 diff --git a/perception/single_instance_identification/hallucination_detection/images/379.png b/perception/single_instance_identification/hallucination_detection/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..7595953b8d4f1ea55e198980546c4424d0abba4f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188a1e22a1d3e882847e1a58c97a0de4114eb41b88b147cd3ee1eef8dba2d1c2 +size 1013294 diff --git a/perception/single_instance_identification/hallucination_detection/images/38.png b/perception/single_instance_identification/hallucination_detection/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..add4569f1a4b24eb3b77384f99915143eb7242e0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6487df77facccdce19dc7333eefba296a3eb6b2dc7c35543175b0ff0a31184 +size 685268 diff --git a/perception/single_instance_identification/hallucination_detection/images/380.png b/perception/single_instance_identification/hallucination_detection/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..05b3e1452d1b06dceefb0d566d5f7e7ccf185210 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc09d9650596ae1f0dac12cee25a3ea48f821fbebd58fac77f3cecaa25776f11 +size 880285 diff --git a/perception/single_instance_identification/hallucination_detection/images/381.png b/perception/single_instance_identification/hallucination_detection/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..d16dc0a6389bdd80cdede1f73eb92acf39f2bc08 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14344f67218037c8f1735d4be99cfcb27270461ed08243fff63c1551c846e4b9 +size 687513 diff --git a/perception/single_instance_identification/hallucination_detection/images/382.png b/perception/single_instance_identification/hallucination_detection/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..71509ca8ab323b1d384e91402ea5a22fe04b9b01 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03fbe89d1ad0502f2f2fcb61e89b90fc1ba07cdfa42f84b845e43b7b74fb482 +size 1475366 diff --git a/perception/single_instance_identification/hallucination_detection/images/383.png b/perception/single_instance_identification/hallucination_detection/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..b915712acfaabc8fa0590b1504d387fe5fb32eef --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf692a8140bcfe022a688414b2bd6ebcee37cccf5d792160402f282fe09ba56 +size 1006401 diff --git a/perception/single_instance_identification/hallucination_detection/images/384.png b/perception/single_instance_identification/hallucination_detection/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc58926360eeba60b480ab9758f8b62c5942abc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754cbd85e3c384ace2c92874dc3c902835ca3e83cf8e8563d909faebab39b873 +size 1412884 diff --git a/perception/single_instance_identification/hallucination_detection/images/385.png b/perception/single_instance_identification/hallucination_detection/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..2a29ce53740ffed21a67a6d3f0ba1616b71ad3d3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26e13b5b92302a2c9b16c75b5b1583c51aaf309df1b74f74c5f039c92348239 +size 1278804 diff --git a/perception/single_instance_identification/hallucination_detection/images/386.png b/perception/single_instance_identification/hallucination_detection/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8f8eb30c359efe10ae776de86ffd6fec116162 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2bc120e55e813d4f2a56bb63f6e819ea9486bc5b35cf31552369e815e71cc1 +size 1006575 diff --git a/perception/single_instance_identification/hallucination_detection/images/387.png b/perception/single_instance_identification/hallucination_detection/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..5231ccc845c1cc43fe7aaf2cef6264aad4b2e0c5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563db3118bfaa4d25ee8f1a9cc5767cd1946e42c0f2a719019e663c586d7a922 +size 1272966 diff --git a/perception/single_instance_identification/hallucination_detection/images/388.png b/perception/single_instance_identification/hallucination_detection/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..acb3e33734280daa41db669b18af8a1050680b01 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e77b5a2c85f7e6d693327af9d08afe61022ddb169cbce0ca7b9ecd22776aa01 +size 279066 diff --git a/perception/single_instance_identification/hallucination_detection/images/389.png b/perception/single_instance_identification/hallucination_detection/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..a4aa9b47fc4876074317074cfb845e9ed7ed59e5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4608f5ed76af14a109e463e268362607b71bfa0d1dfb7dade67317a3820a030b +size 1237558 diff --git a/perception/single_instance_identification/hallucination_detection/images/39.png b/perception/single_instance_identification/hallucination_detection/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..020b383fe049b8c871cfae8dd804ee5045104355 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349120560034731ac08f4a4d17e4c5b6102837edc846d68ccebcf452f320224d +size 298183 diff --git a/perception/single_instance_identification/hallucination_detection/images/390.png b/perception/single_instance_identification/hallucination_detection/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..1528f023b11e45eafe6ad8d555ab69caa0584c2b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245c7d7e8f775fb62450c3c159bd6b5fbe274fff88e9fe6d7b1e1083d067d0fc +size 809132 diff --git a/perception/single_instance_identification/hallucination_detection/images/391.png b/perception/single_instance_identification/hallucination_detection/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0537a1b79f6eb93076ba43789aa80870245d79 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300a2c2118d5173f6af036e4e8c3d46e29cc01d722761e6bae4edc3f51a5243b +size 255714 diff --git a/perception/single_instance_identification/hallucination_detection/images/392.png b/perception/single_instance_identification/hallucination_detection/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..1a8bee9b2535082627a6cb62a534faabdace7d76 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fb29ca955730021d9040d65f79cb07e28166513004b4496c5e63795745df62 +size 1255090 diff --git a/perception/single_instance_identification/hallucination_detection/images/393.png b/perception/single_instance_identification/hallucination_detection/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..3b42fb2c14149655f0cac4ef45b21b74d3c3c1d4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367702169a33678a05a815e4655cd9338c2042e8ce13e63452b87454ac09974f +size 980797 diff --git a/perception/single_instance_identification/hallucination_detection/images/394.png b/perception/single_instance_identification/hallucination_detection/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..91ce450e5373f1b45457a7178671692096f12439 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a858f269bb41c81120ad47fadc00e7bc06e86f5f27ba78cbb14c301f1382af32 +size 857975 diff --git a/perception/single_instance_identification/hallucination_detection/images/395.png b/perception/single_instance_identification/hallucination_detection/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..049f27d26480df168cbc375d7b3b8d862a4ae27f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf675e9a05160e6856c34d82d1cbff0c6c81b15e426fc601339c919e8d385eb +size 969094 diff --git a/perception/single_instance_identification/hallucination_detection/images/396.png b/perception/single_instance_identification/hallucination_detection/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6a8949d51923813d415406ff2b4c0a4c0917d5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f0d11a0c05cac8f528f8f131b9f10ddc47a01b6c7e957a551f84aaee62f92a +size 1060311 diff --git a/perception/single_instance_identification/hallucination_detection/images/397.png b/perception/single_instance_identification/hallucination_detection/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..62b644081cbfc8a3b79959c5df6ca7c16e090b25 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa55371bfaa34af036d0d28f6fd559dcd014912cbff016cafa324055fe49b19 +size 1025256 diff --git a/perception/single_instance_identification/hallucination_detection/images/398.png b/perception/single_instance_identification/hallucination_detection/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..04b2c4fe73bb11e9003490477c601399493cfb4b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4513f58ec6049aaa504b20085a626d4649a3be39bdbe3747ce2d657ab599aab8 +size 1317958 diff --git a/perception/single_instance_identification/hallucination_detection/images/399.png b/perception/single_instance_identification/hallucination_detection/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..4e92382a92457614417259bcdc4588bf6f8fd7da --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b3f04c7457775000fd16b3f5d655fc3cf65181416a47cc2dc500ec024ccede +size 682388 diff --git a/perception/single_instance_identification/hallucination_detection/images/4.png b/perception/single_instance_identification/hallucination_detection/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..603ff75e2f4d8c4a4c997e61fe5b449b9cb22a02 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11975f4bed98f3eedcc5c604183d32fde41eaa137eb7d4b4c75097ccecca2fb1 +size 1095650 diff --git a/perception/single_instance_identification/hallucination_detection/images/40.png b/perception/single_instance_identification/hallucination_detection/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..771be5edbe3135d0bf5f37c9ae5486075776317c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe513dac70c1d1eac27af42e0d713637427b441735845c09ca28a0e7b0343a7 +size 762271 diff --git a/perception/single_instance_identification/hallucination_detection/images/400.png b/perception/single_instance_identification/hallucination_detection/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6e6cbf21bca66f5661cd3eb94fd9d7df113961 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb26b5f2e63d453892df722296c3a5656c7ac04af8cc2e1b516e1bf15c301dc0 +size 1256220 diff --git a/perception/single_instance_identification/hallucination_detection/images/401.png b/perception/single_instance_identification/hallucination_detection/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7091fe63f52807ee81c239b0f447b65a3d5820 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f6e5c77e228802b4fe77188f28a0835799649261fc59df63e4b2db022e84c9 +size 973782 diff --git a/perception/single_instance_identification/hallucination_detection/images/402.png b/perception/single_instance_identification/hallucination_detection/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..a32bc56a54b112172722834b69a58f85372d90bb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88d56e789c4a2d1888494c08df043952e04631faadc7ea587a1331b9acc113 +size 926930 diff --git a/perception/single_instance_identification/hallucination_detection/images/403.png b/perception/single_instance_identification/hallucination_detection/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..65c95e0277fcd41332669292d982fa5afed19750 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0fc09ca0726fc0b9ae30157d74655dd10147eedbf0024ca21cfd4a92508f4c +size 1028914 diff --git a/perception/single_instance_identification/hallucination_detection/images/404.png b/perception/single_instance_identification/hallucination_detection/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..53dbca1eecb140b6d66a0aa23aba0e516bb49c57 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68578554d775e7c2672e86e474ab7fe507da32e1f458c169bae6bd39623b75e +size 430671 diff --git a/perception/single_instance_identification/hallucination_detection/images/405.png b/perception/single_instance_identification/hallucination_detection/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d84a52589583ac1c0dcffc1c84d4be753ec23f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f274228ffa8a5bfa5552171d30c18e0294b16ecde3c41ae9936b2e9b469103c5 +size 904451 diff --git a/perception/single_instance_identification/hallucination_detection/images/406.png b/perception/single_instance_identification/hallucination_detection/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..cb97e5acf63504a4acd879217e15d92686e2dc00 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe97a8a0614716c244ff4bc16a8506294340c0ade1f0abbfaba6fe942444925 +size 1353530 diff --git a/perception/single_instance_identification/hallucination_detection/images/407.png b/perception/single_instance_identification/hallucination_detection/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..411a044bb9a24f06b0490a09727cdcc472e7f75f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ae1bf5cb890c468d76dbd198d047775686706bf3b77c536ef5303f40b34807 +size 1171945 diff --git a/perception/single_instance_identification/hallucination_detection/images/408.png b/perception/single_instance_identification/hallucination_detection/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..d4923a3d26ae1ec47df39ae510d6b40944f7dfd5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc65e3dcbdee7ff7e74c930863db539bd1af4c6543fd78d31a8e81237885b21f +size 1216775 diff --git a/perception/single_instance_identification/hallucination_detection/images/409.png b/perception/single_instance_identification/hallucination_detection/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..1b84fcd351acaa8c95fa6d2c3de3fc88f596b7e4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d1c67d04519ff0cee4c9a9059889ffa2da6ef91e01a048c2613c169b789c30 +size 1331969 diff --git a/perception/single_instance_identification/hallucination_detection/images/41.png b/perception/single_instance_identification/hallucination_detection/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..78fff2bdc0a974ca3c9d7457cb54f0a9222e1146 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64325987da05af61a8111aaab5c59a59a9ba134409686ec81d81ec5aef6e836 +size 998814 diff --git a/perception/single_instance_identification/hallucination_detection/images/410.png b/perception/single_instance_identification/hallucination_detection/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..3c31a1c74f10f43157d9e5b6d7581c0788138db2 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc493aea1f51c4f5557041154e3a1a23656562622788696c090c217dfce41f15 +size 1298336 diff --git a/perception/single_instance_identification/hallucination_detection/images/411.png b/perception/single_instance_identification/hallucination_detection/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3461f0f119f68e2e22896aae2593af85c81040 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4309f60a0219810f1904528e9d7de830e037d2d0905efe29ae1a3a83955b12df +size 531478 diff --git a/perception/single_instance_identification/hallucination_detection/images/412.png b/perception/single_instance_identification/hallucination_detection/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..23640f3eb9bb9475595d9b647523966c7fafc243 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd4b1aca63b8bf44dfdbbe800fd845bd02a4e5109597c32213920b8b11f5780 +size 1247841 diff --git a/perception/single_instance_identification/hallucination_detection/images/413.png b/perception/single_instance_identification/hallucination_detection/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..760b47c74f1b0976180b29ae2cc4543f0106bfdf --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672080486e3e1a6ba6844dfbea390237eee848e6a851fa29fd26ea8b3dc54b81 +size 851120 diff --git a/perception/single_instance_identification/hallucination_detection/images/414.png b/perception/single_instance_identification/hallucination_detection/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..15fd9d2e559dbf245c051ba2ac4304b2208a79d7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e8dc415028c1eaf48d3eecaa313b4796de8b3936efb8719b92a8a3538b97a2 +size 656857 diff --git a/perception/single_instance_identification/hallucination_detection/images/415.png b/perception/single_instance_identification/hallucination_detection/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..ff155725c8d32e7e12d29e34f72c66d3c1763a50 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297180b0349f29b2ea62bb2ece80a703af43e47468cecd19d072cc1e83e8a585 +size 932337 diff --git a/perception/single_instance_identification/hallucination_detection/images/416.png b/perception/single_instance_identification/hallucination_detection/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..e174d03f029e39f041623e507111462fa07d5f55 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a97e0e89278b9a9adad53569420e6a6d306c92dcaf87eefbfb9db90053c6a5 +size 409565 diff --git a/perception/single_instance_identification/hallucination_detection/images/417.png b/perception/single_instance_identification/hallucination_detection/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..c5ebf86dacd3a9a383a0c7db65b7a0cb837f074a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660fed652d2184d8d5576cefd5a620e2be734f35f737971f49baa4af45d3be7d +size 1265831 diff --git a/perception/single_instance_identification/hallucination_detection/images/418.png b/perception/single_instance_identification/hallucination_detection/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..5d02b3d598054431f83a5a39166ac3063584f4fd --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280bc5a3f76c10974dc048e8255ce713f5a51c0634688f360ba842bc83e9a1fe +size 1251482 diff --git a/perception/single_instance_identification/hallucination_detection/images/419.png b/perception/single_instance_identification/hallucination_detection/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..583d08928540cc2524de514f0cf560bb2ca9991a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6871b294a7779855cae8e9abb59d57ed011c1788d552b7843b269850ddc805 +size 1068980 diff --git a/perception/single_instance_identification/hallucination_detection/images/42.png b/perception/single_instance_identification/hallucination_detection/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..9cd897bf9c41b73e7c8fc95165d41b0624ac16c7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6230ed5536c68457b95c24b03405f937115293c96b69f09102ccb96f6fe16b99 +size 1187229 diff --git a/perception/single_instance_identification/hallucination_detection/images/420.png b/perception/single_instance_identification/hallucination_detection/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b73121fa02947e854fbbbf11654636dc80473 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7011e3b2ac67601b139b513c9a9861ba22fa3a6d42f774819491b35815c7475f +size 1075638 diff --git a/perception/single_instance_identification/hallucination_detection/images/421.png b/perception/single_instance_identification/hallucination_detection/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a8eb0c49aef463607dd1b9e2b460dd49a33c2b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf469250aede21f32957d6beff775344f585734d4809f0ef8a4e327bb1a2071 +size 865027 diff --git a/perception/single_instance_identification/hallucination_detection/images/422.png b/perception/single_instance_identification/hallucination_detection/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8e42758d8ee90c6b5421e5bc9fd539cbe0ff65 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50207388ac18bf8b04633a9c349554fcdd66b7b500a8bcb435dff63197369a23 +size 481167 diff --git a/perception/single_instance_identification/hallucination_detection/images/423.png b/perception/single_instance_identification/hallucination_detection/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..0163ab35f3a6914fd6ae442495513e7dae028de7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09057a1ec5841f6d7f59b68fdaebae2810eeff7d8ef58281b79d2476fa82ed00 +size 810999 diff --git a/perception/single_instance_identification/hallucination_detection/images/424.png b/perception/single_instance_identification/hallucination_detection/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..b49213bd11fac22bbbeb7f76835b3127bd287bf7 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d869a2306c712b6396009f0a99bba7331895ec3a82ed92c97f4b8aecc1f3b7 +size 1062091 diff --git a/perception/single_instance_identification/hallucination_detection/images/425.png b/perception/single_instance_identification/hallucination_detection/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..cb54ab949f5d3ccfcc4f7c7d1444e3a67656a89d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5119039cb51ba1b1cc304640b1fe4ea3f848d46424d6c3e2e1c7effa563a441 +size 1521741 diff --git a/perception/single_instance_identification/hallucination_detection/images/426.png b/perception/single_instance_identification/hallucination_detection/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..2727e456fb33c0d66962576d5a07f8badf259c98 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6e5891e2e2187c68bdf7bbd450d61238131f03ce9026514b50b208433bb6c2 +size 1054911 diff --git a/perception/single_instance_identification/hallucination_detection/images/427.png b/perception/single_instance_identification/hallucination_detection/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..11192195fdad1012ba02aa81ea0e8ec6961d6da1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f6e652f889caeb0a60228305844ac254944f2dc2db2470bafdca06ebe6128e +size 955053 diff --git a/perception/single_instance_identification/hallucination_detection/images/428.png b/perception/single_instance_identification/hallucination_detection/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..5347e610af02e2636a4b547aee6029c68c0bc362 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5ddc0f346644886d90dd7ec01c0637a81d6411310a71d4a39852a5b2834dba +size 1148832 diff --git a/perception/single_instance_identification/hallucination_detection/images/429.png b/perception/single_instance_identification/hallucination_detection/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..3df8be3617c6df494701d0540e989484f88a5a40 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57098d2b2311733cf448e54264b0bb49962f9995c19072c31b81c8c0f40f605 +size 1328517 diff --git a/perception/single_instance_identification/hallucination_detection/images/43.png b/perception/single_instance_identification/hallucination_detection/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..6132598d05d0a9d06f989a58118a8c649cd252d5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7061ca33be607b0685c6f57879e5b22868bb53dca698afe17cab2ca0ed270fb6 +size 1447561 diff --git a/perception/single_instance_identification/hallucination_detection/images/430.png b/perception/single_instance_identification/hallucination_detection/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..5731750bc37fc14d8f2cdad80d5ee1b48130f09a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2c4fc45ae094f43c52fcb12f9a2e91cfcd3f12acc82ef3ae7ab06cfddf56c7 +size 903480 diff --git a/perception/single_instance_identification/hallucination_detection/images/431.png b/perception/single_instance_identification/hallucination_detection/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..129b9f3367a0af492a392c9cefa0441d66ef1ab6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cf04677d1996e5d138646d7683b9a7483f98780909198285ebbdbacee483d2 +size 566981 diff --git a/perception/single_instance_identification/hallucination_detection/images/432.png b/perception/single_instance_identification/hallucination_detection/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..7d59bd8c4f413247a318143ef15a71289038c0ca --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2d3793d6b7dcdabdd3031f77aa1d999a8a75a2629c6d74e3f1155fe1616038 +size 1141202 diff --git a/perception/single_instance_identification/hallucination_detection/images/433.png b/perception/single_instance_identification/hallucination_detection/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..b620b367ff5ed9e1ac8890bf269abece119d12fb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267428d25b677b4ee98417aeabdfaffe8cf1b9dc0108b9167875beb5c43503d5 +size 1196426 diff --git a/perception/single_instance_identification/hallucination_detection/images/434.png b/perception/single_instance_identification/hallucination_detection/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..8127f560de3c821f8fe762fa416fa81fc2958148 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3083fbf982d35069071564805cc9ea2c35f8d00e40216662b8e806249ef041 +size 812167 diff --git a/perception/single_instance_identification/hallucination_detection/images/435.png b/perception/single_instance_identification/hallucination_detection/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..2855734b4f96f672c70330752c56fc899c1e1718 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e400eaa09891a8f07c49af37c6e38c5708e2e6a907113cae7036c83b3abfc737 +size 888584 diff --git a/perception/single_instance_identification/hallucination_detection/images/436.png b/perception/single_instance_identification/hallucination_detection/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..206f646a350c26f92834f94e0fe8c18f4ee6956a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57c39979f5edb58c5ff4209296d5b535a68b41bc18b77fb5fa34adadc617750 +size 1045460 diff --git a/perception/single_instance_identification/hallucination_detection/images/437.png b/perception/single_instance_identification/hallucination_detection/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..64a3e3cf4a185ad724e2484946fbcdb7f4f7c0cd --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757ed954d4deb96c6d69398809b41e6b17a63823e2297c5066e072adb1b365c0 +size 1114263 diff --git a/perception/single_instance_identification/hallucination_detection/images/438.png b/perception/single_instance_identification/hallucination_detection/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..ef31214691c4e0715f156b2552f2927b1dc9756a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70d7d5636e5c1251626a30edecdf4725f4ea7b4bce949df2d72a4a02f037e69 +size 739742 diff --git a/perception/single_instance_identification/hallucination_detection/images/439.png b/perception/single_instance_identification/hallucination_detection/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..e723792e62b8098667df0c3209c518cb9e37a643 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd757558e809abab3c03ff6eb0f66c531a7cef3a3218ff81880916f49e0135a4 +size 715256 diff --git a/perception/single_instance_identification/hallucination_detection/images/44.png b/perception/single_instance_identification/hallucination_detection/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..53eee913a2b883629fad8c6e9618c69c1de796e8 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e96a658f934c9d4f4684b81730499fc4d966b6f9c762913eace4610f7ab356e +size 1190639 diff --git a/perception/single_instance_identification/hallucination_detection/images/440.png b/perception/single_instance_identification/hallucination_detection/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..527107c5244a3a7bc9388c01ad268b8831c17a15 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae7276bf2f7980c18e1148864c902674d9cb70df6f786ea78241eb6f5610e3 +size 1561874 diff --git a/perception/single_instance_identification/hallucination_detection/images/441.png b/perception/single_instance_identification/hallucination_detection/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..ad227e8170094304c3fd731100b601e8deb12408 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28de0f23ed4197ebdfee5b0cabb23a686f169c899fdc99621894518bd77dc2ad +size 1185619 diff --git a/perception/single_instance_identification/hallucination_detection/images/442.png b/perception/single_instance_identification/hallucination_detection/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..a19727ea513351bdc90456f4c15e85e0b614d896 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64085047cf445b4700aacca8dcba8d228ce9d273e439c035bbe90b0329f36f24 +size 994863 diff --git a/perception/single_instance_identification/hallucination_detection/images/443.png b/perception/single_instance_identification/hallucination_detection/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..9f9d94dbde0e4a099875d6f89a3300b9fbaf1e47 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ca08c0d019197fb5f918784ddb5d17dad08175c569c98f3416bdc8305e9bdd +size 804484 diff --git a/perception/single_instance_identification/hallucination_detection/images/444.png b/perception/single_instance_identification/hallucination_detection/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..03347e41117742fac2932d13584ffa780377388f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacf9a80a9f406af74dae0199316ce2fc9ca277b579a77bd4f98f5f833a892d9 +size 808536 diff --git a/perception/single_instance_identification/hallucination_detection/images/445.png b/perception/single_instance_identification/hallucination_detection/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..06989b5fb05083fdac14569bbd09f8f18eb89d8f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e080089d9f7374aa42d493bb66eca04fbc0aa3e9aa2c972508451cc40cb967b5 +size 842554 diff --git a/perception/single_instance_identification/hallucination_detection/images/446.png b/perception/single_instance_identification/hallucination_detection/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..f653255044f298cf579feacbdffc53ac387f6448 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c668564525763b13a776a887f39db97bd0fc78e7c3b9f3de778df3a47b946a2 +size 88953 diff --git a/perception/single_instance_identification/hallucination_detection/images/447.png b/perception/single_instance_identification/hallucination_detection/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..cca5299bc55c05e2c9f9ab77aea464d64fdcd931 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a488a3e558a2cfd46d4dc60c775c893c7e172a0d7de05f537257e138b18767c +size 648606 diff --git a/perception/single_instance_identification/hallucination_detection/images/448.png b/perception/single_instance_identification/hallucination_detection/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..f159fc2b6adbaf2eb79f3a16bbc777ef7243e347 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d09adafd177e99cff0fe6329bc49d56044804e07430d9d00b846f7b91ce394 +size 1571442 diff --git a/perception/single_instance_identification/hallucination_detection/images/449.png b/perception/single_instance_identification/hallucination_detection/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..38fd7134ce78ae4229b158ab199f85f148bb1efe --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc2d384b07febe26e95ad30f86ffb49d91793247e56cf51d2512515d6082c9e +size 1182746 diff --git a/perception/single_instance_identification/hallucination_detection/images/45.png b/perception/single_instance_identification/hallucination_detection/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..9a29f9fe5b2d3ce62122134a8146e9c6adb5e25c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65789a32651a2ec5275088a78368b61ee9015dac8c661298b030c0df42b49f95 +size 1098590 diff --git a/perception/single_instance_identification/hallucination_detection/images/450.png b/perception/single_instance_identification/hallucination_detection/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..d2b6257602644d1ff2fa7ed479a21e75748182df --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cde92e3fd9ec178b1739603172d19b277e0d4b105103dfe8fb23d048e5296d +size 1196036 diff --git a/perception/single_instance_identification/hallucination_detection/images/451.png b/perception/single_instance_identification/hallucination_detection/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..1fe9bf53c66d0c8a8c30c40a82dd0f82fd630c30 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e6ef5e5682f7da8df0b46bcbab54665ab1bcb74b46446a8c380dc7e5946ab8 +size 320215 diff --git a/perception/single_instance_identification/hallucination_detection/images/452.png b/perception/single_instance_identification/hallucination_detection/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..1e57089133b83c88828a7a34a7b066c343707cea --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12f86b166b02c874b8f8e88fbb70d4027d702f30748a98bc2e1e511f14fae90 +size 1405332 diff --git a/perception/single_instance_identification/hallucination_detection/images/453.png b/perception/single_instance_identification/hallucination_detection/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..4559a2e33f378b5ede739c66cb95f0d9e758755e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d614bbc3b7991cdbf8439b6cffa07989678c76abd1ad04acb7d9f512d7d110b +size 833680 diff --git a/perception/single_instance_identification/hallucination_detection/images/454.png b/perception/single_instance_identification/hallucination_detection/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..3c813b750ba2de79a86cd3cdbe0731d4ddfa5e42 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86973a46f388fa06ace01c28305f0814d3409d765366cb5f6485d8a5c3018f +size 1382098 diff --git a/perception/single_instance_identification/hallucination_detection/images/455.png b/perception/single_instance_identification/hallucination_detection/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..f00f69f7d411789be52bce0e5855fde1f9d6073e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbce4a74b99ec8ecd973c5340f3f60b16b27b2eb37cdb3f9e4ffbaaad45d181 +size 1345179 diff --git a/perception/single_instance_identification/hallucination_detection/images/456.png b/perception/single_instance_identification/hallucination_detection/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..30ef27957fd07b0aac3b454b8a8823812916297c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe596209baf7a795f3644a0b7c7b750c27ff8ace95f6d90e51080a31ffe27540 +size 90826 diff --git a/perception/single_instance_identification/hallucination_detection/images/457.png b/perception/single_instance_identification/hallucination_detection/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..b56c4bb7572ee67e9c7be215d098515275377e0f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772d93faaa9e5420f542722c1a5cf3074172609f8cf974b183fc9ab9ef1c1917 +size 243516 diff --git a/perception/single_instance_identification/hallucination_detection/images/458.png b/perception/single_instance_identification/hallucination_detection/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d5397c3056ce98f05f233b25c586d1ae4fbf29 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1d621703bb38c091d8a39f16b3a3e1b5df98ca89ba80d4d44c665b1ff29166 +size 98441 diff --git a/perception/single_instance_identification/hallucination_detection/images/459.png b/perception/single_instance_identification/hallucination_detection/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..95a10cb9f2608336960fb3d4d5b87780081ce005 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7363c55f2f605d1751650e64e3ef7ac7538b3322f3e674b4650d45b6d0fbaa +size 1043973 diff --git a/perception/single_instance_identification/hallucination_detection/images/46.png b/perception/single_instance_identification/hallucination_detection/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee8dca74c313e4da744cfa10f59da5e223bf7ea --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f30dfd9ff648f269db7e2108d072f0cb30a2acd1e8dfac6938919675ed84ec +size 1182370 diff --git a/perception/single_instance_identification/hallucination_detection/images/460.png b/perception/single_instance_identification/hallucination_detection/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c2b240ed73bbacee2a926fb05e6cecd87d20e9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212bc2d486e3cf12e0892cbd50018bb8efb83c1be51e43084336b47135d50f82 +size 1088793 diff --git a/perception/single_instance_identification/hallucination_detection/images/461.png b/perception/single_instance_identification/hallucination_detection/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..b332e3f4404963e429314752cf7982d7c4a0dd7e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0d6039c52112ca9b16db270aebd3a02a9f0af9f17aedacc3da53a889444201 +size 1277509 diff --git a/perception/single_instance_identification/hallucination_detection/images/462.png b/perception/single_instance_identification/hallucination_detection/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..a1877307217666d7d953023a2b7440b45637d14d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0199c5c4e6ed19909ed7f6c5d1ab328973d9c40689ec3a1f88618c705768b59d +size 1182346 diff --git a/perception/single_instance_identification/hallucination_detection/images/463.png b/perception/single_instance_identification/hallucination_detection/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..e630bd9ec93a70f98cbf2a6df94a112555b53530 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4bada1d94cdd954eb91a13337b23ad82f6a028ee19b94bd520f5ffa040ab64 +size 1054123 diff --git a/perception/single_instance_identification/hallucination_detection/images/464.png b/perception/single_instance_identification/hallucination_detection/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..899609005fe62102677a0e918dcacc0f7e851f97 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1ca58b0af2a8fcc01c3a87eac252dddb1699144977be151d6b988d69ffbafd +size 844782 diff --git a/perception/single_instance_identification/hallucination_detection/images/465.png b/perception/single_instance_identification/hallucination_detection/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..fbcbd5f268b80a859052ff53e0fd8b5df0d78f6c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bafca3ce3c356aabb352db7892ad6dfae7f0cf33039209d69aa6c3c833fe2e +size 706869 diff --git a/perception/single_instance_identification/hallucination_detection/images/466.png b/perception/single_instance_identification/hallucination_detection/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..59ad98ee43e39754c9d225687ac406c2fe37c8cd --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bba4c4b11a9314e82a88b7b4ee08627424dd8cb31c73873158272f6abeeaac +size 959363 diff --git a/perception/single_instance_identification/hallucination_detection/images/467.png b/perception/single_instance_identification/hallucination_detection/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8f19c40333e99b0e23f3864aa17d86ce107d7a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94038516b87b6e9165dcea9349be9f3b303287518fadf111091b435fcddb95b5 +size 771034 diff --git a/perception/single_instance_identification/hallucination_detection/images/468.png b/perception/single_instance_identification/hallucination_detection/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..280e83663705a6660a854ea5be3a3e8e44e039bb --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2173e5dfd2730d5626b280319b5053272caea322c670394fefd0ae80c974078 +size 1402861 diff --git a/perception/single_instance_identification/hallucination_detection/images/469.png b/perception/single_instance_identification/hallucination_detection/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..e85fc59811cd7c7be92e725054dfb2694a951713 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31b25bbe6241467226f85eceadbf5c499d0ed5cca5a40e00cd0fd66ab7db159 +size 823068 diff --git a/perception/single_instance_identification/hallucination_detection/images/47.png b/perception/single_instance_identification/hallucination_detection/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..c606205414696f7b61956a34e1205dc5f855fd34 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f897263643849e3be7e2506ff39d13f0065a99a9816b7ab2471cdb47b34df8d +size 1479269 diff --git a/perception/single_instance_identification/hallucination_detection/images/470.png b/perception/single_instance_identification/hallucination_detection/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..2a315eaf8cda314080726e12587fbdb403db839a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf85521ba0fc92eb6444344e4fe03c1203d1cfb9f1398a9e3f7a2e5be843ddf +size 801516 diff --git a/perception/single_instance_identification/hallucination_detection/images/471.png b/perception/single_instance_identification/hallucination_detection/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..08529fdff49c280f7da762462deb10c105e6eaad --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ca81d95e25b911c56e364abfa90820756524527b892110b940c9a99616ac08 +size 118792 diff --git a/perception/single_instance_identification/hallucination_detection/images/472.png b/perception/single_instance_identification/hallucination_detection/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..3888010d9d1bb51345292f8383011e3352322b16 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe0028f8726271cae2b2594517df39c76307e8d4491de26a40dcc28cfac842b +size 808207 diff --git a/perception/single_instance_identification/hallucination_detection/images/473.png b/perception/single_instance_identification/hallucination_detection/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..c27c2bce59b706ae25dd1cb13292cf102ff28db3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682818132d178af5d19bf07a268fee345f4b01bb9f2a79b9c4939eae07a12743 +size 847072 diff --git a/perception/single_instance_identification/hallucination_detection/images/474.png b/perception/single_instance_identification/hallucination_detection/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa8943e7b0612c0ac31a582fcdff2dfe0f5749f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5274a36c0e14a03b64f8ee3f86e621482bdf08f2098c10a904cfccc41a71da4b +size 1112565 diff --git a/perception/single_instance_identification/hallucination_detection/images/475.png b/perception/single_instance_identification/hallucination_detection/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..baf90eb78ec48fcb9f2dc6abd57e9ee9f81635ea --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ea5c8cc97564f3f836c801586e9cdf3df9f4abc6c67a34217253ba23b71c50 +size 1004428 diff --git a/perception/single_instance_identification/hallucination_detection/images/476.png b/perception/single_instance_identification/hallucination_detection/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..24467663ba8142895e3617491dbf64519c157ff4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee21d0f1efad1d8a59e8d40b7733a3c86752bef477065aefe49f3bead7bb180f +size 1449234 diff --git a/perception/single_instance_identification/hallucination_detection/images/477.png b/perception/single_instance_identification/hallucination_detection/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..b5405af9c1d7140fab636114eb02da4dc0f67548 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd128ed0d46fd1e436d726e783a4b404f00fa1df283f103e39a3bce4637f1b6e +size 730241 diff --git a/perception/single_instance_identification/hallucination_detection/images/478.png b/perception/single_instance_identification/hallucination_detection/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..78882df3eed966239607ac33b22922f8500d480e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce768c925a37fd975d50cf568505ef42fff6cfe14735c33a18da2d2b91341a5 +size 1127199 diff --git a/perception/single_instance_identification/hallucination_detection/images/479.png b/perception/single_instance_identification/hallucination_detection/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..44c9c4ee43f573c7df675d68c6db9c457ca2544a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046f497d22dd511ea75819a4b2fcd54580495a77d00d9e982ef866a0c505885b +size 305407 diff --git a/perception/single_instance_identification/hallucination_detection/images/48.png b/perception/single_instance_identification/hallucination_detection/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e3c6051b6bba91b196882c27a503fc32f17c70 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88c8e0f6521baebffeff57cdb637a7befbd2a26969cd587727f4824656aeab4 +size 1410205 diff --git a/perception/single_instance_identification/hallucination_detection/images/480.png b/perception/single_instance_identification/hallucination_detection/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..18dff3312ccdc99745da9898ad34f4be76670605 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdec7368ae074218afef5e485ae6d8593710245c127b223e4dd2238f3791551 +size 679361 diff --git a/perception/single_instance_identification/hallucination_detection/images/481.png b/perception/single_instance_identification/hallucination_detection/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2a49649db7d02718fd2f66ab93802500cf4ed1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796dc1e00dc6db3b103d616e17b53de93059067884e52481a519709e3f5c5978 +size 918067 diff --git a/perception/single_instance_identification/hallucination_detection/images/482.png b/perception/single_instance_identification/hallucination_detection/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..58fbc27098328cfeb1a1e95c432928688048b462 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95628144cd32d53b7f75b300d0810e986bd74b7bc57c21471ef9b9403f2f0a92 +size 1076835 diff --git a/perception/single_instance_identification/hallucination_detection/images/483.png b/perception/single_instance_identification/hallucination_detection/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..66d8d6d02e324ec56a6c273e8bbaeeb9cbdb8dc6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63289d2e190c51cbc066869fa75ae97b605b4c8f52079e1d2e9fa13db0c9570 +size 433956 diff --git a/perception/single_instance_identification/hallucination_detection/images/484.png b/perception/single_instance_identification/hallucination_detection/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..fface71fab06455e3444331cd80d4d6e39898ef0 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e505b4cce34c7cfd53edd27367c4408fa80246aa8f83f1cbfd1b1d3244dcc7ca +size 684623 diff --git a/perception/single_instance_identification/hallucination_detection/images/485.png b/perception/single_instance_identification/hallucination_detection/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..51e444700dd2151f24313aff8a26f5b671c09e5c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68727762d443c339447706e269bb5a99ec1da7f58f06ce49696ef05bd8e57067 +size 741773 diff --git a/perception/single_instance_identification/hallucination_detection/images/486.png b/perception/single_instance_identification/hallucination_detection/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5561c2e8110de0156cc63a52ef013522907aee --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e928dea5d0ca6974e85c1dbfc6be41db4a26fb9b1827649c4428983e98f0ea +size 913674 diff --git a/perception/single_instance_identification/hallucination_detection/images/487.png b/perception/single_instance_identification/hallucination_detection/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..eb792ed1c5914ff3787a830b0320ff0309159eda --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496734ec325bd87ea99486013249ef2df25f469b8101ca233a70e48997844304 +size 1446338 diff --git a/perception/single_instance_identification/hallucination_detection/images/488.png b/perception/single_instance_identification/hallucination_detection/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..c7a5f3f1cb50e9754d9550f4d45e55266ceb77c4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e916de2f903e1609031eef8944ae9ca44037351e02c0276b539e0e7f097c3db2 +size 973230 diff --git a/perception/single_instance_identification/hallucination_detection/images/489.png b/perception/single_instance_identification/hallucination_detection/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f967e545d25b789e1e67b526c760b9a360861c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c2296ce8755b9916e21767e713f2a00550f48e04b4267cfc3713070ba38fa4 +size 1475451 diff --git a/perception/single_instance_identification/hallucination_detection/images/49.png b/perception/single_instance_identification/hallucination_detection/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..9339991f303635e214683f44a954299a3c8f9588 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30e69dbc1e5d999fcc519577cb60886ba882645339a2ab80ccafeee1a2ba311 +size 810417 diff --git a/perception/single_instance_identification/hallucination_detection/images/490.png b/perception/single_instance_identification/hallucination_detection/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..62a58cdcea31263b15a5d5e787e16e7c869483b3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebff9ae1c6f507e56fe036182ebb8ea426c461e458272542b3717256f526dcb1 +size 1064364 diff --git a/perception/single_instance_identification/hallucination_detection/images/491.png b/perception/single_instance_identification/hallucination_detection/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..93255b09dacd6eafc723ee681494d1da1302b6b5 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7cd391d6800fb295ed5d735962f227c9624633945cfb16fdf185d9c3a68367 +size 678738 diff --git a/perception/single_instance_identification/hallucination_detection/images/492.png b/perception/single_instance_identification/hallucination_detection/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..6cbbd66dd2491341c3d7f6f7e2ef84751b99bca9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3077981de4362d77f1918f0a881f0ef2bee9e7b994773ebd3be11933ca62b1 +size 1215257 diff --git a/perception/single_instance_identification/hallucination_detection/images/493.png b/perception/single_instance_identification/hallucination_detection/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..771bc562041008876ac76ff2f59409bd4bc6870e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17fd0446f42eabf2d8f9c1e03bf89da2fc493ff51daf4ecd2b474e9547b26ae +size 344815 diff --git a/perception/single_instance_identification/hallucination_detection/images/494.png b/perception/single_instance_identification/hallucination_detection/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..af288ba8f36bfc0fe46f0ccc81dcdc1fae01a5e9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee0d3b4f59aadbd88d43ba967f9b8320bc39c071b9c3d8a9d0707502b4845a3 +size 1391374 diff --git a/perception/single_instance_identification/hallucination_detection/images/495.png b/perception/single_instance_identification/hallucination_detection/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..ac166341a117ec33fc664f36c62c72f2870bf92a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75048bdd5b70f1089205cafa1397417e0a2c6cb0ba552b098f5e70cc366b72d +size 1361912 diff --git a/perception/single_instance_identification/hallucination_detection/images/496.png b/perception/single_instance_identification/hallucination_detection/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..16d07517b107dfd8023d4627f324a48cb4fde406 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab8c1a12c59cbb3dc0c9938a1c38f4f2c3bb3f1f7003f4d7621ee72a4bb5ffc +size 1181001 diff --git a/perception/single_instance_identification/hallucination_detection/images/497.png b/perception/single_instance_identification/hallucination_detection/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3ea239ddea212cd205ab6c96b43bd940422e2f --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9309431acea625462efb67c29fa19bad37d4bb64fa61885bf932ac6e29f8b1b +size 1005759 diff --git a/perception/single_instance_identification/hallucination_detection/images/498.png b/perception/single_instance_identification/hallucination_detection/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..c406edbc5088f743eb3155af9a165fa345298c7d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd096d499e782d4edb212fb943cb300b5e7f43886dd9d3b4eb2775cbe2c7943 +size 1322008 diff --git a/perception/single_instance_identification/hallucination_detection/images/499.png b/perception/single_instance_identification/hallucination_detection/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..7c96bf4ae6b995a2ef31d78ca215f8d0f3c117be --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c64f16b02958035e555a5564569c93817caf740c93b48425f174fc4fe4b48d9 +size 936937 diff --git a/perception/single_instance_identification/hallucination_detection/images/5.png b/perception/single_instance_identification/hallucination_detection/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..973feb2d5e45ccefe7dfd035263da0d355561320 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed080da6b06db33b59c6c397448c7e761f826b4fae141873d9051001e50269b1 +size 198092 diff --git a/perception/single_instance_identification/hallucination_detection/images/50.png b/perception/single_instance_identification/hallucination_detection/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..24dc1b0ced3d67043e45b1cc1c7ee191efa6dbd3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc448715aa012a9af844487a32fcbe94c25ee0929e19b56982fb645ed5256db +size 1112919 diff --git a/perception/single_instance_identification/hallucination_detection/images/500.png b/perception/single_instance_identification/hallucination_detection/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf6d29f49669fee498f2991cbdde2aecfa0b4ba --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4244604b846ca941801f95c6cb665951764ba27e34b7afd0eca01adec5ba3cae +size 963519 diff --git a/perception/single_instance_identification/hallucination_detection/images/51.png b/perception/single_instance_identification/hallucination_detection/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..5f244a2cb2d8ba88f1b46e28ada18535c08acf9b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4128329c16249b963caa98bbccf70a6f06f905ed179b4affe3ea5a7624cc3f +size 839051 diff --git a/perception/single_instance_identification/hallucination_detection/images/52.png b/perception/single_instance_identification/hallucination_detection/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..8f892811007e74caa923ad0b18de4a0e245ac40b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54ff258a0827e3ce8d30cf236e3253bdf106b96cfcecdf8951d0d8b685e42a9 +size 972743 diff --git a/perception/single_instance_identification/hallucination_detection/images/53.png b/perception/single_instance_identification/hallucination_detection/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..c3dfe18341aca6bf49b918599a4ee2d7593395bf --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd5f33639dce6093ced8a4f861d0651271fe7d1fc1bdf70b1e032e8a1678dca +size 1418257 diff --git a/perception/single_instance_identification/hallucination_detection/images/54.png b/perception/single_instance_identification/hallucination_detection/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..d49d109887000b1ddd65ccf27694a5031c2ee119 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a874143e03a6d0ea63108076ee299cb13a3a0f1d5aef8571e05dd0ab9ce13f5c +size 1220225 diff --git a/perception/single_instance_identification/hallucination_detection/images/55.png b/perception/single_instance_identification/hallucination_detection/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..c6eb26e4d7186738a3997675b3dee42ea088b0f1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13959750086083a75eaeebb06b1b72ebd9fa7de8fbd32e1f3b485a377ce7c354 +size 1023031 diff --git a/perception/single_instance_identification/hallucination_detection/images/56.png b/perception/single_instance_identification/hallucination_detection/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..751b24d8f4eab4e8950e4a00aee3da75efccfa27 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2052f988265c307478de82ee7ce92c05b6c32738ad31387faa66d9be915c9b2e +size 1201331 diff --git a/perception/single_instance_identification/hallucination_detection/images/57.png b/perception/single_instance_identification/hallucination_detection/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..2882f463892d190b2fd0e44f7e702457234f39e4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f458a005ef3bc6d159a6832f359c4c6421a361ab2ff0d85ba79148224ef4df8 +size 884229 diff --git a/perception/single_instance_identification/hallucination_detection/images/58.png b/perception/single_instance_identification/hallucination_detection/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..30c33bb217e1c30ecff35117b6a5709827acfc31 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed5275a63d553b53c3698c4c75c46ee571324e608424321106fff6699c834c1 +size 757742 diff --git a/perception/single_instance_identification/hallucination_detection/images/59.png b/perception/single_instance_identification/hallucination_detection/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..1b563ff58fa0c6c74579f9463da826e488a5adff --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ceb96efaf72292949ca93d563672827d8b48d1cbc14671c08f1196ac95ac0 +size 711345 diff --git a/perception/single_instance_identification/hallucination_detection/images/6.png b/perception/single_instance_identification/hallucination_detection/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2d859f64b4b740f8d13d0737db125733f151affa --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e764a3734075f79c8f1e5aa73638d615f7eaa8144bec3dfa29409593e97c12 +size 1061601 diff --git a/perception/single_instance_identification/hallucination_detection/images/60.png b/perception/single_instance_identification/hallucination_detection/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc857c15b4ac4262f2069af19592fd3b8a56f41 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735858fd2dd473ca4a39369dbea7ef9babc78165b7a5ae15dc337efa0913794a +size 235802 diff --git a/perception/single_instance_identification/hallucination_detection/images/61.png b/perception/single_instance_identification/hallucination_detection/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..82f51f4f5c55bf102db63e2fb60bac832c94a81a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac7ef620a868b89da2df21d94f63e496f6824a0ddf0d09156af61ea494649d6 +size 1324600 diff --git a/perception/single_instance_identification/hallucination_detection/images/62.png b/perception/single_instance_identification/hallucination_detection/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..ae63acdb90c3be658695eed522f862ab1828fcd1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f843247c8e2d26c707456dc8b73c328944354f753a95480d3fcfacda1392e0d4 +size 336347 diff --git a/perception/single_instance_identification/hallucination_detection/images/63.png b/perception/single_instance_identification/hallucination_detection/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..36a6be411eeef1d1a0599ea7674d700344b9c2d6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b3d06027f07e5f5e8bda720aff5ed5c6e3d57771c4733810aa8c0dcd1bd33d +size 844401 diff --git a/perception/single_instance_identification/hallucination_detection/images/64.png b/perception/single_instance_identification/hallucination_detection/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..1dcc6e2bab9b7339a3a3ed5005d5bc41c93a58e1 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8ab75ea0dc3057a4d8ad43630276ca3a7cf0369746ae1289974ee307f29ed8 +size 796568 diff --git a/perception/single_instance_identification/hallucination_detection/images/65.png b/perception/single_instance_identification/hallucination_detection/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..c85db7ac1d59fa3d72a1115e6410f9f791df6bab --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5196b9c538a6ec27a423afd6f0cd0a61c9c761eca56cc958bfda312de47810d7 +size 494045 diff --git a/perception/single_instance_identification/hallucination_detection/images/66.png b/perception/single_instance_identification/hallucination_detection/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..59277613af14690231bc7c19273d3e2f80570614 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e604612da346462b26cf95b306c2fa3f7f99574011d1109aca6ee847100c6b7 +size 870755 diff --git a/perception/single_instance_identification/hallucination_detection/images/67.png b/perception/single_instance_identification/hallucination_detection/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..378ffca61a62b8e38205a919be30ae111150ae33 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a62ab2568039d440570d775be69b06495a64973d4615c21b3ebbadb56d3f2a4 +size 701841 diff --git a/perception/single_instance_identification/hallucination_detection/images/68.png b/perception/single_instance_identification/hallucination_detection/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..8851ea9e456ce644d5b6e0169f273e401f3f5504 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b46c020d93caf4786c453b1dbf597865f4ac73290d403b40e2943be783d3a01 +size 1377816 diff --git a/perception/single_instance_identification/hallucination_detection/images/69.png b/perception/single_instance_identification/hallucination_detection/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..40a2d2a3e2bb582f49c52269d271a4c702ae203a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506acda0a77ef49185fb31a0855b48d62ae6677345a34a059f5cd7a1937d8dd8 +size 1322050 diff --git a/perception/single_instance_identification/hallucination_detection/images/7.png b/perception/single_instance_identification/hallucination_detection/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..fe52882e2e4d0bba1568ae3c3f4ae9552298d729 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26d15e8837035bd6a5b7cfaf75506a2853b88475041515d183481a9b59a234c +size 716214 diff --git a/perception/single_instance_identification/hallucination_detection/images/70.png b/perception/single_instance_identification/hallucination_detection/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..9e68a7a11e39dbb37007955cedb32e0e0c9a4b5b --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a050615de8c00503a6e0cfcf0a84c8dece5b3d149928d3658cde9f986118ef09 +size 1181722 diff --git a/perception/single_instance_identification/hallucination_detection/images/71.png b/perception/single_instance_identification/hallucination_detection/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b865440ae8668c24aa0e6af6a8d09e24a1d4c3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2eba4a7ee9764c22747ba7a7a7275b92385f7403add7ead611731e914aea7b +size 887441 diff --git a/perception/single_instance_identification/hallucination_detection/images/72.png b/perception/single_instance_identification/hallucination_detection/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..355d2bb4a148690aafbd6b6cab073bbb180407cc --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd59e80dba6f7f872b16185a5fc2a5b5a228d9ad936c14cbc852bff03695173 +size 1314643 diff --git a/perception/single_instance_identification/hallucination_detection/images/73.png b/perception/single_instance_identification/hallucination_detection/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..90e173fad8f2a3327dd72ac71a228d3fd392e31a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9ebe5cd915db167368f0f432829077272eaa592a5cc8fb52493f4a4b7ff8d3 +size 656862 diff --git a/perception/single_instance_identification/hallucination_detection/images/74.png b/perception/single_instance_identification/hallucination_detection/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..60432c4bfbedebea93b7d772e1246d22a1bdb4ea --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1fa3b3a54c5921a842fb2424256585bbb2b753a8e061fecead0496443f6633 +size 711206 diff --git a/perception/single_instance_identification/hallucination_detection/images/75.png b/perception/single_instance_identification/hallucination_detection/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7b4253ef4649608881e368532f97c01a62770d --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c666ab22f7cc37fd26595c5cf8d4e6140b9bf0ab3a1d801a7d195290cbf75de6 +size 718707 diff --git a/perception/single_instance_identification/hallucination_detection/images/76.png b/perception/single_instance_identification/hallucination_detection/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1c4ccc7a1ac00020b12084436533e2001b10e8 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01733ce477e32eae8445d090a56f6ce47143965003ee07bb1f46a7b1fb7afe58 +size 1056595 diff --git a/perception/single_instance_identification/hallucination_detection/images/77.png b/perception/single_instance_identification/hallucination_detection/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..c249429beb437464e7431fbd4ea73213d9864f3c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902039103cba2d7a7e8ebdd9f9060574418d14df066ab17b9ca7e4a1024ce4cd +size 1058405 diff --git a/perception/single_instance_identification/hallucination_detection/images/78.png b/perception/single_instance_identification/hallucination_detection/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..b16e728174779a1c18a13f28bee7354c8311c422 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eb879cfe9cdee2b0aedf85d6c211037b3604173059d867f0fb1d2adbc1cb69 +size 602086 diff --git a/perception/single_instance_identification/hallucination_detection/images/79.png b/perception/single_instance_identification/hallucination_detection/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..9057b3bc499ece271aa8f492de2c86bf470e1cf6 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa5471a7ce197cb124651a9755fdcd74811cd72f9e6d70da37136c2db177009 +size 1001876 diff --git a/perception/single_instance_identification/hallucination_detection/images/8.png b/perception/single_instance_identification/hallucination_detection/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..80cec7fd84310b4f05238e595b162b726bcf1914 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f94e123fe19229c72f2f8904aeaf6150dfff2930f61ffbc5e39daf07cfda270 +size 933907 diff --git a/perception/single_instance_identification/hallucination_detection/images/80.png b/perception/single_instance_identification/hallucination_detection/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..a80a92b0ed1ceb99c06f6493e0f67224897418ed --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279abeb3da75be356dfe34c825f2f81d9e72273d965f9df42c34734798127e6b +size 942044 diff --git a/perception/single_instance_identification/hallucination_detection/images/81.png b/perception/single_instance_identification/hallucination_detection/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..5860318b3839c290ef4416f770ada62f0c9737a9 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76b3a323ec4ab184e1a8a833723e03647d31239a755071197c94d3e5b5a1ea2 +size 1409865 diff --git a/perception/single_instance_identification/hallucination_detection/images/82.png b/perception/single_instance_identification/hallucination_detection/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..411e881d395c405145d0d5b0b2a204b738ffea94 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c5fa0a5ee7fc2dbe8e8e4576682ce82b7681dc3156345315ba77725c44a339 +size 465478 diff --git a/perception/single_instance_identification/hallucination_detection/images/83.png b/perception/single_instance_identification/hallucination_detection/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..1e81561f85f04dba5a7ac0380b1278716d6bbe9a --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6979e87659ec93babbbc4b606d1a858845e21c2ad1636caf7e9c5a73ff5db09 +size 935991 diff --git a/perception/single_instance_identification/hallucination_detection/images/84.png b/perception/single_instance_identification/hallucination_detection/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a1a858eaea8091340c9ce9b5f59590df6152e8 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454ca5b603fdec1f5571cf0679b403d242681ea6be19ae0311b164f49adfc2cc +size 808111 diff --git a/perception/single_instance_identification/hallucination_detection/images/85.png b/perception/single_instance_identification/hallucination_detection/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..434277a09df9efbded28fa45f4f6a043739ce808 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291767fdbcf9ece769453d27aea30541581f43b1a3a9d5b1b1cfcdc880359580 +size 1112125 diff --git a/perception/single_instance_identification/hallucination_detection/images/86.png b/perception/single_instance_identification/hallucination_detection/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc5b17d64660e2a73172064fb48e3894841227c --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f286638c7b291d694389abcf4963355d7933e0a2810ef9d95f8d442ea092e6 +size 1196590 diff --git a/perception/single_instance_identification/hallucination_detection/images/87.png b/perception/single_instance_identification/hallucination_detection/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..88c5918246fd5519a7f684bf2d91ccd6df233591 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023c7676c39db7717de6d2c4a35cb0c83e39fcbb4a607a1ef7869685606db33c +size 100262 diff --git a/perception/single_instance_identification/hallucination_detection/images/88.png b/perception/single_instance_identification/hallucination_detection/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0b7504b3e6ec87749aa1ebc5a554b159190a2e --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14073af3c6d371ca1ed9ef28f69abc6610fddeee3d02fc1c9ec63add8e59cb87 +size 1166422 diff --git a/perception/single_instance_identification/hallucination_detection/images/89.png b/perception/single_instance_identification/hallucination_detection/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..43683faad16f0d8e0355739e43a8fe4391be4390 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3874570b873bdf4805bfaba608c3bff5574236b4ed967c9b0fa1ede0f2e3a3 +size 1079663 diff --git a/perception/single_instance_identification/hallucination_detection/images/9.png b/perception/single_instance_identification/hallucination_detection/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..c592389e08acf307a80f109dcff652adab35bc34 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3115307477e7f4fc037c45fb79daba81103a84513d5a37486df571982357c92 +size 741874 diff --git a/perception/single_instance_identification/hallucination_detection/images/90.png b/perception/single_instance_identification/hallucination_detection/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..2770192cc89091a7f6f40ccbd4e0ce7bd1d363d4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b770cd34cde1e05dce76babf0de97b7ed9128141587c42873e4e8c68ae050cf +size 337794 diff --git a/perception/single_instance_identification/hallucination_detection/images/91.png b/perception/single_instance_identification/hallucination_detection/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2d6037ba1efdc9cc51b303c226d594c4bf2862 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fc740292eb1e69ecdc721e6e57d9b38827ca6af114a5c2a084315650f8b342 +size 1060001 diff --git a/perception/single_instance_identification/hallucination_detection/images/92.png b/perception/single_instance_identification/hallucination_detection/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..15274e7933f14acd5adaeb5f6dfa708a6a6f6eee --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b10c785d5d164b142bb212866c678219330bcb59d372514c415cbdc3e485048 +size 1051549 diff --git a/perception/single_instance_identification/hallucination_detection/images/93.png b/perception/single_instance_identification/hallucination_detection/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..23e68af876afef7894ffe50f5963640ce8fa8f40 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2df68bc714824b6d168a20f80e0f648b08687bb5216b14cae7c207eeedce5f9 +size 834786 diff --git a/perception/single_instance_identification/hallucination_detection/images/94.png b/perception/single_instance_identification/hallucination_detection/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..572cfd610bb0d7ec6cab908c8559644b0af46788 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a6d2744394c79e7f9676d1bbaa9b4751acf8a867bd161a9cd5a7ccea960c97 +size 1425000 diff --git a/perception/single_instance_identification/hallucination_detection/images/95.png b/perception/single_instance_identification/hallucination_detection/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..6f12b4ea5f56881b1deab5051b7fed6ae0ffcf46 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbabc8c2790901e369d07d8a8a7e2521badab615921d615d80a0922d8f538ef6 +size 576257 diff --git a/perception/single_instance_identification/hallucination_detection/images/96.png b/perception/single_instance_identification/hallucination_detection/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..826c399e5d1d85ac44e71fbd7dc1d615f696a611 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637e6efe6723a700e5cfa74778961e17feba64e37cb6d999e6bdcaf97eabd11a +size 892258 diff --git a/perception/single_instance_identification/hallucination_detection/images/97.png b/perception/single_instance_identification/hallucination_detection/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..786a8de8b2e0ad02aa02406301c4015b688cf1e3 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988d0be2d5e28ad7586020416ff1a017a610741ee1489abdaa094691d65690f5 +size 944801 diff --git a/perception/single_instance_identification/hallucination_detection/images/98.png b/perception/single_instance_identification/hallucination_detection/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..7815e9088bffe5d4e6e5e82a9fef5198f8522b00 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f59d3c81e764895d4a4552fe723802cb57726335cac95c24b6eb15ed86b82b +size 791072 diff --git a/perception/single_instance_identification/hallucination_detection/images/99.png b/perception/single_instance_identification/hallucination_detection/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..801adeff2e6f31e45beb10d47af0939458b52ec4 --- /dev/null +++ b/perception/single_instance_identification/hallucination_detection/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2724d1da4fd5b323241542b05592f20d589755083af042102fa364b85d563390 +size 777713 diff --git a/perception/single_instance_identification/landmark_recognition/images/1.png b/perception/single_instance_identification/landmark_recognition/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..863be860607031aa5e505cc33819c6b1bca69274 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bc277bf68182ebb8b6d8b73188112c89319e909403a91534ed22b4315b0de7 +size 392634 diff --git a/perception/single_instance_identification/landmark_recognition/images/10.png b/perception/single_instance_identification/landmark_recognition/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a198fcee7bce3483cd8d1046a1cd4aeb2fc7cdca --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab70bf66493eee586703166317c4aa5c4913eddc0d17336b1df26e461a049de +size 634475 diff --git a/perception/single_instance_identification/landmark_recognition/images/100.png b/perception/single_instance_identification/landmark_recognition/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..fe81ce105f83a8be961700e0c61a4523a9f3b121 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3f8171923aea4110ed98b674fe78f2ad2aaae7b3dcc143580071be34d716f8 +size 537906 diff --git a/perception/single_instance_identification/landmark_recognition/images/11.png b/perception/single_instance_identification/landmark_recognition/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8f035c5b34d942f3bda97dac29cfeefba5c7b1ce --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d9b300e211d05a707e4118e671511a729821930ccf8cb0e47a77e944a6580e +size 402136 diff --git a/perception/single_instance_identification/landmark_recognition/images/12.png b/perception/single_instance_identification/landmark_recognition/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..3c70ac68960ce89c9dd80e63397b6d6c9c3d3cd0 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c5e9b9c3e895347f3a04343f092b9ca918129a032b0c9f2332f5d1a95fcb31 +size 559637 diff --git a/perception/single_instance_identification/landmark_recognition/images/13.png b/perception/single_instance_identification/landmark_recognition/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..6a2dd2dc356d0b089e7f57f49e5fbba10511a950 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8ea2d5d1958b661c200040748a668a7f5543e93009f7fb928569af0b4f11cb +size 625632 diff --git a/perception/single_instance_identification/landmark_recognition/images/14.png b/perception/single_instance_identification/landmark_recognition/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..9d2805c883f7ddf0ced7435a1b4e9ade6eb6a5b0 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7dcb5288d3805fd1d6e789be997c047531fe2cb658acb2683ca76cfa345778 +size 526234 diff --git a/perception/single_instance_identification/landmark_recognition/images/15.png b/perception/single_instance_identification/landmark_recognition/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..58463464d8f08e7c9f555d9f7ea4e9f238683012 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea22bfa67ef123fcff36bc05b098b0d8f3fd0587cb14bf9a0ffd0dc22f9e4525 +size 326157 diff --git a/perception/single_instance_identification/landmark_recognition/images/16.png b/perception/single_instance_identification/landmark_recognition/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..01b526d93b0f928aae615fbc659fdc5841e11f85 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345c4abe13d370954cb8aff25e42ef2281d0b4663524e87919cb91f205287765 +size 484544 diff --git a/perception/single_instance_identification/landmark_recognition/images/17.png b/perception/single_instance_identification/landmark_recognition/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..adbbe9af458f6c6a5fa3d882fa6c222233447a29 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25049748852ae7448b9917da0098f189e80ff053d003adc12b1877f7484c3f58 +size 469554 diff --git a/perception/single_instance_identification/landmark_recognition/images/18.png b/perception/single_instance_identification/landmark_recognition/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..629460bd543c019b87fb291e8be7d237de02c78c --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b266cd5d50f8ea761304ce739834ac31c10d28ba95b358a1965d787722cbd3 +size 622166 diff --git a/perception/single_instance_identification/landmark_recognition/images/19.png b/perception/single_instance_identification/landmark_recognition/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..355df4c439499f25b016126d7dfc411fee0d8d4a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdffd138729be27761243934d77c7e98219387758446becf54aac5bb822190c +size 464670 diff --git a/perception/single_instance_identification/landmark_recognition/images/2.png b/perception/single_instance_identification/landmark_recognition/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..86da951d5ee0b8cd19161eaa8543ae570cc431f7 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556f903090f9064b38a51c65252aa7f875955df81f52120c47ce456262288ba4 +size 507349 diff --git a/perception/single_instance_identification/landmark_recognition/images/20.png b/perception/single_instance_identification/landmark_recognition/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..b70639ce865e21e0aae55f044999dc08b6620367 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fe45b62b4a40bb0d5056072131d63e7982e628cde2815f427ee96ce6e9b158 +size 583145 diff --git a/perception/single_instance_identification/landmark_recognition/images/21.png b/perception/single_instance_identification/landmark_recognition/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..b85f4da996ec8c91dfe34c9493c81dd8ce2dbd48 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ec8eb129204f6227a00f6daea53f87db48738ca20f713cc53b2841614e8b5b +size 324371 diff --git a/perception/single_instance_identification/landmark_recognition/images/22.png b/perception/single_instance_identification/landmark_recognition/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..3989719aa1c1a32fa7a9d7564d068ee5e067a745 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1592fd1e47675682e7cc0db315a7ed9896172cce05323353037558989f805183 +size 409282 diff --git a/perception/single_instance_identification/landmark_recognition/images/23.png b/perception/single_instance_identification/landmark_recognition/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..5759c89b64d3e4a6d3cab03c463a68b0c8db8b5a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3f2e9f6182bd47de5d117ad8d935a4d85da2993115604c21c9e9eb0ffd2929 +size 362282 diff --git a/perception/single_instance_identification/landmark_recognition/images/24.png b/perception/single_instance_identification/landmark_recognition/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..9a472402c2dc2ed8360a71c89a201ce2e17937c0 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0abba617210cc8e77f4cd3e7dba4b85a5308c829f4af0b69f09cf65c929669 +size 244522 diff --git a/perception/single_instance_identification/landmark_recognition/images/25.png b/perception/single_instance_identification/landmark_recognition/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..6afc20654c7643e73a3eeb636f05a0e1979f68b2 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d782e6df348463eca3e6ab73abbefa462c523118ee3f30a9d305165b756742b3 +size 464545 diff --git a/perception/single_instance_identification/landmark_recognition/images/26.png b/perception/single_instance_identification/landmark_recognition/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1fb7d8b03a98bd0965844171ba0fc3cf6ac884 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6b05a734c5da22b0deacb821b619312c441969290c393e9c7e2c94f35c5cce +size 437021 diff --git a/perception/single_instance_identification/landmark_recognition/images/27.png b/perception/single_instance_identification/landmark_recognition/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..19ae4902a381189261068903812c6fe6f74c5e30 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9ed1d344ada97b236e0322f26598863a9da11c3ebbce2aeda9f1b01904e16b +size 443304 diff --git a/perception/single_instance_identification/landmark_recognition/images/28.png b/perception/single_instance_identification/landmark_recognition/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..414e37da0bb96aa2488ca1b9cba37b215a111a96 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5527bec6f088f657cad2e08653d0066ff248e0125aa2fa706573343a35e38f +size 263689 diff --git a/perception/single_instance_identification/landmark_recognition/images/29.png b/perception/single_instance_identification/landmark_recognition/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..61ab058d2839442d94b6ed6e41373581638fec50 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379b0c8859d2d6c9090dcfadd277651e653f971e60c821fbe2e882c9ae90d3f2 +size 646713 diff --git a/perception/single_instance_identification/landmark_recognition/images/3.png b/perception/single_instance_identification/landmark_recognition/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..51ba7dc3a924367a099a73d0687c12b89cc806f2 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47b4488b6baa76949d364625fab84186f1ad0aaf140c06e4bfc25d8f67d14e4 +size 515367 diff --git a/perception/single_instance_identification/landmark_recognition/images/30.png b/perception/single_instance_identification/landmark_recognition/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc3a37c6c8f45634810d369c34cf336a2e4c85f --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2196af9376f44d3ca5206fc837a241643f4f398b8e782d66253a4e19b590cbef +size 668214 diff --git a/perception/single_instance_identification/landmark_recognition/images/31.png b/perception/single_instance_identification/landmark_recognition/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ecdbe1dbdfa74046cae77a6bf4a8c524bbabe1 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd3959a4c6d9ccffa5674ce10480c41908a824e1844d230efbac99d99624e52 +size 612735 diff --git a/perception/single_instance_identification/landmark_recognition/images/32.png b/perception/single_instance_identification/landmark_recognition/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..2b92d42d238b2cfb04b4d87d1c3aaef660c30672 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5a3ed82adc22ab3a2ceedbc7e514242f8ac28e7ab7acbe23806e4cdd6757ad +size 539680 diff --git a/perception/single_instance_identification/landmark_recognition/images/33.png b/perception/single_instance_identification/landmark_recognition/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..2c4eee231eeb3034e2ed11109dcd88529e4c738a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97980c22a4210a79dfdeb76b276fba236c40889ad33585ce55fbe543b4559e21 +size 453080 diff --git a/perception/single_instance_identification/landmark_recognition/images/34.png b/perception/single_instance_identification/landmark_recognition/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..3141d6fd941a967a7c31d56bbe1f91826a5258bf --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e818efc6c4e2db87f3a2cca86a7f92e0af3710d9fd7f5b20739daf38a3d5fd54 +size 432225 diff --git a/perception/single_instance_identification/landmark_recognition/images/35.png b/perception/single_instance_identification/landmark_recognition/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..b3dd11829dd4d77e0543aa85f7433ed2e8336706 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b9bd2f198969ad69cd21a804195da8dae70fc79a893968653f988a254e8164 +size 522381 diff --git a/perception/single_instance_identification/landmark_recognition/images/36.png b/perception/single_instance_identification/landmark_recognition/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc3f1c033b9205c1dedc6e1f7db6e02c9fd3d35 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baebae2ffef0291fb9d062c0e2037bc540b3e319405cbfdefc157d6f4fb9d861 +size 539448 diff --git a/perception/single_instance_identification/landmark_recognition/images/37.png b/perception/single_instance_identification/landmark_recognition/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..6b71589fd9cc9e9dd1afa52835daa6bf249ef61a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c3b4ac52fdb109d6a8e59ca43ce12a898d2595ecf8060aedb3157b86470309 +size 440698 diff --git a/perception/single_instance_identification/landmark_recognition/images/38.png b/perception/single_instance_identification/landmark_recognition/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..3b58234c121fc4a02a30dab0dc5d89d8eaf2796f --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2376d40039c6946187e3cf4d92a28e6409afdb428ab2269098510e3ae54950 +size 528976 diff --git a/perception/single_instance_identification/landmark_recognition/images/39.png b/perception/single_instance_identification/landmark_recognition/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..ea7615e83814f0dcd2bbd5e372181b9c01b94037 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cfa929633bfd01adf2222b8a3fc1afec00e23923e7dff4541d2dfa0e6ca3b3 +size 510821 diff --git a/perception/single_instance_identification/landmark_recognition/images/4.png b/perception/single_instance_identification/landmark_recognition/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..2e4abe0f5aa880dfe3c59e690bd66320914477d3 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc112461c9d5af5001ec8148865d866312a02f74db8f782c8c373cddc265fcee +size 563713 diff --git a/perception/single_instance_identification/landmark_recognition/images/40.png b/perception/single_instance_identification/landmark_recognition/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..fc00950f585650bafd255cdcea797501ab465c48 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539c447ea3ca7e8ecf9bcab7f1ed77363961c22ce7cca07d06ab18ec5cb98af3 +size 522752 diff --git a/perception/single_instance_identification/landmark_recognition/images/41.png b/perception/single_instance_identification/landmark_recognition/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..f7adca902ede4888c44c25dfbef505f64e7dd2f3 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee25efb0e3e6dd32727d7e9ead9fb6ce78d17d7cebdcfdf745d9194b2b3477e +size 471309 diff --git a/perception/single_instance_identification/landmark_recognition/images/42.png b/perception/single_instance_identification/landmark_recognition/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..98f6d9da83d0d8d2c8ab45a9fd9dbbab9e17004f --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72c2114879d8d405e61d8dc168b5d4891f03d4502956822f200a5e139c42dc2 +size 523258 diff --git a/perception/single_instance_identification/landmark_recognition/images/43.png b/perception/single_instance_identification/landmark_recognition/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..d96185e55e169abd6a1830f831ca4e992973681f --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f2cae5b3c2cfad9ec785f2f104cff2685f402a8337a2d58c62c4736ca7e88e +size 562417 diff --git a/perception/single_instance_identification/landmark_recognition/images/44.png b/perception/single_instance_identification/landmark_recognition/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..8679734af73b37582c3a46b2dd97a128e5328e34 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d429b181f7cbc4291541a9239f168aff0358485ffbad2be24e1d113feb796ec1 +size 531087 diff --git a/perception/single_instance_identification/landmark_recognition/images/45.png b/perception/single_instance_identification/landmark_recognition/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..3e6e1f507697bcb27e98b5286af32c8afcd55985 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7998013c036899b488aefdea6ce08d78fadbfe69b13d5bb69ed0672b0cdae7 +size 547977 diff --git a/perception/single_instance_identification/landmark_recognition/images/46.png b/perception/single_instance_identification/landmark_recognition/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..f7e7e46a1eac4e5ce3cacaf464aa86fa228d6d24 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab3819c3b2f2567fa9a41cad08f82a41cc8bd5419ef86dd86d7391d1c7632d3 +size 269445 diff --git a/perception/single_instance_identification/landmark_recognition/images/47.png b/perception/single_instance_identification/landmark_recognition/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..56c97b7083e4d9c32464e5b68cb21b993f7f6f43 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e845ba7b6916cb2230e2dfe42eb06ae0bed405179f62062f23aadce488c0896c +size 615314 diff --git a/perception/single_instance_identification/landmark_recognition/images/48.png b/perception/single_instance_identification/landmark_recognition/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..0c7de8e34fa0703a839fe704783fd4611edf839f --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97441ae9ae43f81ebc021390799beb4ed42ca4bd1c428f4ff69aedd67169742 +size 559031 diff --git a/perception/single_instance_identification/landmark_recognition/images/49.png b/perception/single_instance_identification/landmark_recognition/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..7dee775aa934ef47204702a3e573aadd4ed1c2a6 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afb0104d0fab5d9edeab8707dc7b2e7f3207dda9d9c6b6dab33aa35beb2081e +size 527196 diff --git a/perception/single_instance_identification/landmark_recognition/images/5.png b/perception/single_instance_identification/landmark_recognition/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0d023cc01810768d8458c738e2e93f55ae756d82 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde025d26764aaf3a723dba50e8282053b9d11d41c13b85d13150dd4bbeb72d9 +size 577328 diff --git a/perception/single_instance_identification/landmark_recognition/images/50.png b/perception/single_instance_identification/landmark_recognition/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..bc13dbd518c2e2de1db63d8c8d5452d909833546 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7efb2b367f3b395d0dd6a91c1d4350364cbd545f1b8f085d64937e478ce9259 +size 537311 diff --git a/perception/single_instance_identification/landmark_recognition/images/51.png b/perception/single_instance_identification/landmark_recognition/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..9e5d6fd4577952539ed6884f513d824059b8598a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d16096c3a180133918ccc6324f69d8234dff2013b6a68cbda39b3b82662e46 +size 543713 diff --git a/perception/single_instance_identification/landmark_recognition/images/52.png b/perception/single_instance_identification/landmark_recognition/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f9e40a8d389b89370ab7e4c44c230960a71c40 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8827048ec2dcc25baae26deae286f72c8dc67bf77a5e4aa37d1ea5d893aa576 +size 660058 diff --git a/perception/single_instance_identification/landmark_recognition/images/53.png b/perception/single_instance_identification/landmark_recognition/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..de33846802865c3858d8688810e48ebde6a753c7 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ca388cb93f440a6df246244d33c06277fb88a2a20b561133d49bd71ac5a27f +size 621574 diff --git a/perception/single_instance_identification/landmark_recognition/images/54.png b/perception/single_instance_identification/landmark_recognition/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb604a0ced37116cd742cbec7cca1d7934d3af9 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c65a32e4f606f3121b34b11136fe9d97947eadd4104b27672dddaa07f6db0e +size 655675 diff --git a/perception/single_instance_identification/landmark_recognition/images/55.png b/perception/single_instance_identification/landmark_recognition/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..46c30da29b06998842cfd94533e85607f50e6db0 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4704653696770e1d8d19c8d0a7f579513532ae3bf0f47c8bc176460644407ed4 +size 551549 diff --git a/perception/single_instance_identification/landmark_recognition/images/56.png b/perception/single_instance_identification/landmark_recognition/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..134e50f418e08680d09d84004ce8b2d7ec4ebbb7 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b744b7a0e008a2bf69aaded96c0a85193553a585cec37ae8a6690ddee32c5fe +size 553732 diff --git a/perception/single_instance_identification/landmark_recognition/images/57.png b/perception/single_instance_identification/landmark_recognition/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..13cf0fb66d79d11faf1d34f6f2c4fcdb69b518b8 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ed3fea1a4ac9568b5ac63a58bd3082cceda9e2dda9a3e572b593bd816ec44b +size 477992 diff --git a/perception/single_instance_identification/landmark_recognition/images/58.png b/perception/single_instance_identification/landmark_recognition/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..5c13df0f2d98fb0bdca93261ba99f9a04c8250bf --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94aba4b8c77e384a0eb6c5bcca1b95346883452c6b1e6f65a22f201d203264c5 +size 321416 diff --git a/perception/single_instance_identification/landmark_recognition/images/59.png b/perception/single_instance_identification/landmark_recognition/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..6d88489a4c6fab195ae90640322a090b4ccf8781 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16e27b8f163f830a65c25faa667e19bb6c4f320cb006ed2bfa785538a8f9933 +size 313495 diff --git a/perception/single_instance_identification/landmark_recognition/images/6.png b/perception/single_instance_identification/landmark_recognition/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..a9952cb2808da7e53582d216996a5f4e46f68be2 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c197105cca7581ffd6300a6b9e9112445cc0607dcdb36d5dd663f356b130753 +size 604732 diff --git a/perception/single_instance_identification/landmark_recognition/images/60.png b/perception/single_instance_identification/landmark_recognition/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c241b51a626335821c33bc32f1d5310d01a3e6 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76a836b3f0201b982c94305498ff3d306fa45696388c9b34ce59c8adc641def +size 579246 diff --git a/perception/single_instance_identification/landmark_recognition/images/61.png b/perception/single_instance_identification/landmark_recognition/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..5e53979ce9920020522cc7c4d728888c0669335f --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd584fe3f29360954f8087a8e9b42e048b7bb53a8f6bceca425b2064ef36960 +size 567744 diff --git a/perception/single_instance_identification/landmark_recognition/images/62.png b/perception/single_instance_identification/landmark_recognition/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..b0836791df3a38d0e4688a0cfd559e47bd2b8e5d --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d12311799a387313e803115c473b6ff42fe8f11a72095d70bc7da37181c1b7b +size 607419 diff --git a/perception/single_instance_identification/landmark_recognition/images/63.png b/perception/single_instance_identification/landmark_recognition/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..899d80f0ae3667778d48ec17ff4a9c23bb166ee3 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c217bf9322c25f1edb47ea1a07b79cdce0d7e78869560eed44a93204c3d9ec +size 548384 diff --git a/perception/single_instance_identification/landmark_recognition/images/64.png b/perception/single_instance_identification/landmark_recognition/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed2ed2123e1ab22fda56ec3ececa8fd2afc6660 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb672343b9f5b12a98594ed7461dda60dbab603e716ab33725c99303223d3de +size 569282 diff --git a/perception/single_instance_identification/landmark_recognition/images/65.png b/perception/single_instance_identification/landmark_recognition/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..05fa469d4557d21058ad11e7babd3a647da0398a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b581df968ac4694ac3c4c3e6de5f289fe8c0bacc3f5630944caea3b531092f4 +size 530322 diff --git a/perception/single_instance_identification/landmark_recognition/images/66.png b/perception/single_instance_identification/landmark_recognition/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..a413f8ec0224f32c717afee19e89b90d50e636a4 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e47696f29be4512fe159639a66e8068137564eef803e09bd20ab459acee602 +size 518252 diff --git a/perception/single_instance_identification/landmark_recognition/images/67.png b/perception/single_instance_identification/landmark_recognition/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..c771675441798dd24edbb7522e546fdfc5a5b625 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37f5c01dbf677bbdaea1f4e30f126d0b74e834f70ca8db646c9e86df4679004 +size 296559 diff --git a/perception/single_instance_identification/landmark_recognition/images/68.png b/perception/single_instance_identification/landmark_recognition/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..05c998d70805d3b3f685862576c39131d0597b9c --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de4bc16b5a69d60ea1881fa7fd145fdbbd91bd0e3eee5fd0db81adc77d4bb9f +size 447633 diff --git a/perception/single_instance_identification/landmark_recognition/images/69.png b/perception/single_instance_identification/landmark_recognition/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7f62ab2e8779b5fecab0c2496c09ea0285bb1c --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea702e96bb2281fd3a7f3d23d939dbdbd4c9d615d4bdf484f07adcca63056114 +size 448038 diff --git a/perception/single_instance_identification/landmark_recognition/images/7.png b/perception/single_instance_identification/landmark_recognition/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..7897e4607b65c2c47f83d6f73cba7dedb4bb17d6 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd14d1cd51c8e5e9200c88f420f5c90392e84248f70d79ec15af9b99412925f +size 616278 diff --git a/perception/single_instance_identification/landmark_recognition/images/70.png b/perception/single_instance_identification/landmark_recognition/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..42baa6b028bc114baef61e648683e70f4c91264c --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbffcd73eafa06b0b06179463c45b3ed039589be997b749fe641909a5363c9fd +size 542255 diff --git a/perception/single_instance_identification/landmark_recognition/images/71.png b/perception/single_instance_identification/landmark_recognition/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..30e79bc0044e0579d9c3950a9d581bc53bff7c65 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5d4c61f724a520c4ec70c729f176e445f65057b3ab729b2ecea3db2b5312dd +size 499606 diff --git a/perception/single_instance_identification/landmark_recognition/images/72.png b/perception/single_instance_identification/landmark_recognition/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..55aec42f26d5059abbc0450366ec6073f59cf1bd --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1c42f0b8512ec7cb893c27e0ec5b8cfdd994fe9d857b0f6d7a67cd7a6f017c +size 608263 diff --git a/perception/single_instance_identification/landmark_recognition/images/73.png b/perception/single_instance_identification/landmark_recognition/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb63bff071343af0a7a52acd7d248d99847091a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56846520a26cf9af8735b807130c87e726239595652230ac678c7c963b9cc0c +size 519526 diff --git a/perception/single_instance_identification/landmark_recognition/images/74.png b/perception/single_instance_identification/landmark_recognition/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..7f614e1a114880f4454d2919d8e75d99404474d4 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a856f9df80b89109d15001d516c873bab2d03994f8c486d999a4ff0085f8dd +size 364642 diff --git a/perception/single_instance_identification/landmark_recognition/images/75.png b/perception/single_instance_identification/landmark_recognition/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..d25bb38ca548236b6d915bed079c58e05bc24d2e --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90329ad09d313d4c3bea59942405aa9389f0f8478cefae36acb2ee31912328cc +size 562702 diff --git a/perception/single_instance_identification/landmark_recognition/images/76.png b/perception/single_instance_identification/landmark_recognition/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..1fd138082d70af4ebc9301f12e02ed6728e8031a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a74ef433054ae7f2e47656982e92b17d7d4d1fa3f045d149b9ac501875aa157 +size 658251 diff --git a/perception/single_instance_identification/landmark_recognition/images/77.png b/perception/single_instance_identification/landmark_recognition/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..94d1e002db800af51b25a39d2469ea29878aa9a8 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b543559287f2b7dbe72b5bbf49460fc4ea047caf5a7c43ed230f7c78ea193e0 +size 526870 diff --git a/perception/single_instance_identification/landmark_recognition/images/78.png b/perception/single_instance_identification/landmark_recognition/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..0ae72005667b510f1d0b017e8dd28a2f0c837001 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f052bc2c2244731a6170a9154501640845b0af35414a8e38a752062e3c3aeb17 +size 507201 diff --git a/perception/single_instance_identification/landmark_recognition/images/79.png b/perception/single_instance_identification/landmark_recognition/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..f03de1e9a338ea092425d2006188d47fe2c49cec --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdbc70cd61e5600a1ffe0d99de7da05704504d6d041c0532423ce99876ab7b9 +size 590896 diff --git a/perception/single_instance_identification/landmark_recognition/images/8.png b/perception/single_instance_identification/landmark_recognition/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..b6cdeb60815311f3008fcfec23c8efeb3bed936d --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8013a91a25b3fd6e5b22f1472ff4e8afd4d107ce0ce145204070739a1514211c +size 143719 diff --git a/perception/single_instance_identification/landmark_recognition/images/80.png b/perception/single_instance_identification/landmark_recognition/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..b76b50402d44bda64e5f4dfe193b3feb28bff62f --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2c36dc79ca583a14eb7fb56fa26f9f29105a8f31c74660c2a0798f8fab6a67 +size 519352 diff --git a/perception/single_instance_identification/landmark_recognition/images/81.png b/perception/single_instance_identification/landmark_recognition/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5b69c8b3b7f57bb3645eabebad0ca329030581 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6132b0bf94a600ed244dbd72df0fa42a2a73545ef9c2615968490807a5bae8 +size 495379 diff --git a/perception/single_instance_identification/landmark_recognition/images/82.png b/perception/single_instance_identification/landmark_recognition/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..fa85092bbe9c3b11843074ba3b527c2e8efbc4ec --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa01053d34def0f5852e48ebe3f0d6e9c5af0ac0b63171b60a71efa0f473e2b9 +size 629270 diff --git a/perception/single_instance_identification/landmark_recognition/images/83.png b/perception/single_instance_identification/landmark_recognition/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..13ab3f8337ab25e21de3bf9a1ae4eeba9d50495c --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be67679d0b2ad10b5c3586adb3d7433dba93d7e29c956a21cf74c209119ff89 +size 179403 diff --git a/perception/single_instance_identification/landmark_recognition/images/84.png b/perception/single_instance_identification/landmark_recognition/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2d92f7e97419a7e6d73ca519069826446b5268 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547b0ac8d09b6d584f250fa8b4a8d2932ad6c39c29b3ee6093702a1c69298271 +size 624043 diff --git a/perception/single_instance_identification/landmark_recognition/images/85.png b/perception/single_instance_identification/landmark_recognition/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..d89f9864e8a753259bd98fcd511cddbb93ba39f6 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dc3ba6888c2ae02f8171f0fdf26e3ef9ee6c8d452e5954ac0a17a751d6e5c6 +size 496656 diff --git a/perception/single_instance_identification/landmark_recognition/images/86.png b/perception/single_instance_identification/landmark_recognition/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..1a9c1a3223e0fc6d8af7b35d4adb2a6d43f79186 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc74655dd379fc46442930b6d0d655dc1987c99842c513256ef9203c44419fe7 +size 614723 diff --git a/perception/single_instance_identification/landmark_recognition/images/87.png b/perception/single_instance_identification/landmark_recognition/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..d47cecd205f962b8cd83967c2c00bb4e0115c411 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24883db220fe3b6065ebb112fdff981a8824cf7b82c774cb4a7b160856ccd6f6 +size 435140 diff --git a/perception/single_instance_identification/landmark_recognition/images/88.png b/perception/single_instance_identification/landmark_recognition/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..36e6d3c9bbab212ba4c084a0bd8ea0e92e73d906 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b996bf597979ec00d6a10ba517ff3315e7b42f540c8a2fed3f3272f7df44c4f2 +size 532924 diff --git a/perception/single_instance_identification/landmark_recognition/images/89.png b/perception/single_instance_identification/landmark_recognition/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..e8978061a6cb170cd7cff26a6362e8ab6a0093c6 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addb35dc74158c245a30bc6f337fba770d78e837eaf63b7be2fad9bc7bbbec65 +size 603164 diff --git a/perception/single_instance_identification/landmark_recognition/images/9.png b/perception/single_instance_identification/landmark_recognition/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..52b38728f22995593d42f30be67ada4a632f40af --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1e421782c5d32047691313378402d9d2b5d831b787b38b4aab35318ff334c0 +size 535769 diff --git a/perception/single_instance_identification/landmark_recognition/images/90.png b/perception/single_instance_identification/landmark_recognition/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..ad53d281ee1e4f9e7f5e4944cb37bbf3fea2f3e5 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618c31c2c771f751be9ca368a81b4d2729eef87edb35906d5f2dab6b6b8c606a +size 544259 diff --git a/perception/single_instance_identification/landmark_recognition/images/91.png b/perception/single_instance_identification/landmark_recognition/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..92bcfda468f41a83797fa6ddfb5a5af714042c04 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ea7f5ad025f58dc8754de4e55fe1c460996dde0fd5ec5136eb461bf1ed7d8c +size 475458 diff --git a/perception/single_instance_identification/landmark_recognition/images/92.png b/perception/single_instance_identification/landmark_recognition/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf75f1bb6d216c630f804f20b0141af275af2eb --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277f4cd506ad57c3ac5bbc71c9a73bc2cb53a4b2cc3ece24ba345cf02415aa29 +size 545001 diff --git a/perception/single_instance_identification/landmark_recognition/images/93.png b/perception/single_instance_identification/landmark_recognition/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd8d0adce6c3d712f91c946194d1af9e8cf49e5 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a5637812a8ffe0112dcea972664ad95296bfc5c3c2946a11a4fab1b346574b +size 416962 diff --git a/perception/single_instance_identification/landmark_recognition/images/94.png b/perception/single_instance_identification/landmark_recognition/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..7544d307a794834ada7d4ee94d26bd78ae498f42 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66991497674b4c6e5c8ce28e67eb4d1562b45a25e3f5fe4264b39a995e63152 +size 525441 diff --git a/perception/single_instance_identification/landmark_recognition/images/95.png b/perception/single_instance_identification/landmark_recognition/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..c0a434bbd098b0cee6eb6fba9dd08a910af8c61a --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b103067364feccd20d96b0f59f128a94113fdb17f50c6895fd4ffdc935f3323a +size 580325 diff --git a/perception/single_instance_identification/landmark_recognition/images/96.png b/perception/single_instance_identification/landmark_recognition/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..45d74b20221e7f360865f52c95de10e02e51761e --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0308fb9f71a29c419349af9dbfceb7930c0ecc943f57cbedac8713cf28d39654 +size 629610 diff --git a/perception/single_instance_identification/landmark_recognition/images/97.png b/perception/single_instance_identification/landmark_recognition/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..b36f5e14a43c0480b55a899149bef2704be1fc4d --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6370521cecfe6eb8310763acc0c5cdbeb5b44868bcf392beff50772d9a7b563f +size 611538 diff --git a/perception/single_instance_identification/landmark_recognition/images/98.png b/perception/single_instance_identification/landmark_recognition/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9d7b540556076b36dfbf99c63f455ddb8f02ad --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adbad4f99eae19d0c200acc6817c0b42d07614d048fb21aec0a48197ee86285 +size 554428 diff --git a/perception/single_instance_identification/landmark_recognition/images/99.png b/perception/single_instance_identification/landmark_recognition/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..ca067678855ac5decd85144e1fdfeaeb15487c53 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154a44e189a8d31fc6558a275331445c6c9a4162f33878e97c412d3d32aacc6f +size 606738 diff --git a/perception/single_instance_identification/landmark_recognition/landmark_recognition.json b/perception/single_instance_identification/landmark_recognition/landmark_recognition.json new file mode 100644 index 0000000000000000000000000000000000000000..3f12dbee35881956301f767a6279bb3c48117319 --- /dev/null +++ b/perception/single_instance_identification/landmark_recognition/landmark_recognition.json @@ -0,0 +1,602 @@ +[ + { + "id": "bb208e0a-e8ff-406f-851d-64b327612848", + "image_path": "images/1.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Statue of Liberty\nB.Hagia Sophia\nC.Sagrada Familia\nD.Burj Al Arab Hotel", + "answer": "A" + }, + { + "id": "00f56a1f-109c-44fe-b99c-bed9c91ce938", + "image_path": "images/2.png", + "question": "What landmark is depicted in the image provided?\nA.Oriental Pearl Tower\nB.Berlin Cathedral\nC.Mont St. Michel\nD.Eiffel Tower", + "answer": "D" + }, + { + "id": "51e1c7ef-9799-4c39-a211-29ae683e02b5", + "image_path": "images/3.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Big Ben\nB.Westminster Abbey\nC.Tsarskoye Selo\nD.London Eye", + "answer": "A" + }, + { + "id": "80b0e7ce-bd24-49d0-9f4c-db8b5318e390", + "image_path": "images/4.png", + "question": "From the provided image, which landmark is shown?\nA.St. Paul's Cathedral\nB.Leaning Tower of Pisa\nC.Westminster Abbey\nD.Oriental Pearl Tower", + "answer": "B" + }, + { + "id": "68473652-6901-4a90-a3d9-f55db5ed0675", + "image_path": "images/5.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Petronas Twin Towers\nB.Colosseum\nC.Tsarskoye Selo\nD.Grand Canyon", + "answer": "B" + }, + { + "id": "f2612a29-0847-4d36-a0ce-0a527aa45b0b", + "image_path": "images/6.png", + "question": "Based on the image provided, which landmark is depicted?\nA.British Museum\nB.Empire State Building\nC.Trafalgar Square\nD.Louvre Museum", + "answer": "B" + }, + { + "id": "54cd9d3a-acca-4ce2-8d16-411fcd8268f4", + "image_path": "images/7.png", + "question": "Based on the image provided, which landmark is depicted?\nA.St. Peter's Basilica\nB.Madrid Palace\nC.Hollywood Sign\nD.Grand Canyon", + "answer": "C" + }, + { + "id": "f9121b19-4672-4535-bcfb-8459a172f6b0", + "image_path": "images/8.png", + "question": "What landmark is depicted in the image provided?\nA.Burj Al Arab Hotel\nB.Neuschwanstein Castle\nC.Golden Gate Bridge\nD.Gateway Arch", + "answer": "C" + }, + { + "id": "e3a9d668-d927-4f30-9a59-0f59430a9d25", + "image_path": "images/9.png", + "question": "From the provided image, which landmark is shown?\nA.Louvre Museum\nB.Arena Di Verona\nC.Notre Dame\nD.Times Square", + "answer": "C" + }, + { + "id": "c02a949f-7a63-4886-8c66-248033c79ae7", + "image_path": "images/10.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Tokyo Tower\nB.Potala Palace\nC.St. Peter's Basilica\nD.British Museum", + "answer": "A" + }, + { + "id": "dd69e3e4-7d38-4606-9433-430bb0228d56", + "image_path": "images/11.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Guggenheim Museum\nB.Forbidden City\nC.Louvre Museum\nD.London Eye", + "answer": "D" + }, + { + "id": "a177e7ac-64b3-44af-9203-92b828d2e8db", + "image_path": "images/12.png", + "question": "Looking at the given image, which landmark can you identify?\nA.London Eye\nB.Uluru - Ayers Rock\nC.St. Peter's Basilica\nD.Terracotta Warriors", + "answer": "C" + }, + { + "id": "d5ab103e-1f96-4616-879f-2087efccbc31", + "image_path": "images/13.png", + "question": "From the provided image, which landmark is shown?\nA.Uluru - Ayers Rock\nB.Sagrada Familia\nC.Sydney Harbor Bridge\nD.Christ the Redeemer", + "answer": "B" + }, + { + "id": "49cff866-de4e-43a1-bd14-79e8de836e0c", + "image_path": "images/14.png", + "question": "From the provided image, which landmark is shown?\nA.Pentagon\nB.Great Wall of China\nC.Machu Picchu\nD.Notre Dame", + "answer": "B" + }, + { + "id": "0e91b830-218e-469d-9a34-107bc001455d", + "image_path": "images/15.png", + "question": "From the provided image, which landmark is shown?\nA.Kremlin\nB.Machu Picchu\nC.Tsarskoye Selo\nD.Sydney Opera House", + "answer": "D" + }, + { + "id": "55063f62-81ce-4143-92f5-f58e8f9f46b6", + "image_path": "images/16.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Notre Dame\nB.Edinburgh Castle\nC.Kremlin\nD.St. Basil's Cathedral", + "answer": "D" + }, + { + "id": "b117c9e2-1a0b-4b8a-8f78-8f1e41a8b9ec", + "image_path": "images/17.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Burj Al Arab Hotel\nB.Burj Khalifa\nC.Arc de Triomphe\nD.Washington Monument", + "answer": "C" + }, + { + "id": "7d6f97a3-0eca-452e-9c81-d6c882d3c161", + "image_path": "images/18.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Sydney Opera House\nB.Berlin Wall\nC.Terracotta Warriors\nD.Cloud Gate", + "answer": "B" + }, + { + "id": "1b663d3f-1c2a-4218-aa4f-74e19d6f5b12", + "image_path": "images/19.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Burj Al Arab Hotel\nB.Stonehenge\nC.Newgrange\nD.St. Basil's Cathedral", + "answer": "B" + }, + { + "id": "427064f5-4259-402e-aa3b-5bcb28f79102", + "image_path": "images/20.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Hollywood Sign\nB.Cologne Cathedral\nC.Uluru - Ayers Rock\nD.Helsinki Cathedral", + "answer": "C" + }, + { + "id": "f1c372b2-642c-414a-96ee-1c8d5e9752dc", + "image_path": "images/21.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Pyramids of Giza\nB.Taj Mahal\nC.Petronas Twin Towers\nD.Tokyo Tower", + "answer": "B" + }, + { + "id": "8135f8e6-9b1f-4b4f-a397-d8a75eb94b07", + "image_path": "images/22.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Bridge of Sighs\nB.Pont Du Gard\nC.Pyramids of Giza\nD.Luxor Temple", + "answer": "C" + }, + { + "id": "8f2e7bc7-bf78-4d2e-88ae-85288c9ce9b4", + "image_path": "images/23.png", + "question": "From the provided image, which landmark is shown?\nA.Notre Dame\nB.The Great Sphinx\nC.Blue Mosque\nD.Alhambra", + "answer": "B" + }, + { + "id": "dd8e18c5-3fd1-4bf2-ac90-76563aaa949e", + "image_path": "images/24.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Hollywood Walk of Fame\nB.Grand Canyon\nC.Versailles\nD.Tower Bridge", + "answer": "D" + }, + { + "id": "587be280-387a-419d-ba8b-7cc16ad7a811", + "image_path": "images/25.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Forbidden City\nB.Leaning Tower of Pisa\nC.London Eye\nD.Acropolis", + "answer": "A" + }, + { + "id": "e9f5d6ea-f3bd-4ec4-b2f2-ef53c29eaf28", + "image_path": "images/26.png", + "question": "What landmark is depicted in the image provided?\nA.Versailles\nB.Capitol Hill\nC.Helsinki Cathedral\nD.Ponte Vecchio", + "answer": "B" + }, + { + "id": "c1af5e97-bddc-4640-a236-b11f71167581", + "image_path": "images/27.png", + "question": "From the provided image, which landmark is shown?\nA.Burj Al Arab Hotel\nB.Sacre Coeur\nC.Sagrada Familia\nD.Willis Tower (Sears Tower)", + "answer": "D" + }, + { + "id": "58dfbdfd-2176-4b4d-997b-a890155b7715", + "image_path": "images/28.png", + "question": "From the provided image, which landmark is shown?\nA.Burj Al Arab Hotel\nB.Willis Tower (Sears Tower)\nC.Tsarskoye Selo\nD.Eiffel Tower", + "answer": "A" + }, + { + "id": "a2fc387a-5ab4-4ee3-97b9-0c8d72a58a35", + "image_path": "images/29.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Notre Dame\nB.Brandenburg Gate\nC.Acropolis\nD.The White House", + "answer": "C" + }, + { + "id": "740d9973-42f2-48b2-a491-ed5945458714", + "image_path": "images/30.png", + "question": "What landmark is depicted in the image provided?\nA.Tower of London\nB.Luxor Temple\nC.Capitol Hill\nD.Trevi Fountain", + "answer": "D" + }, + { + "id": "91c47e4d-e962-4ba2-aa38-642ca719d506", + "image_path": "images/31.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Gateway Arch\nB.White Cliffs of Dover\nC.Acropolis\nD.St. Mark's Basilica", + "answer": "D" + }, + { + "id": "766e321a-0eca-4cce-a4b3-7f259522ec86", + "image_path": "images/32.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Times Square\nB.Tokyo Tower\nC.Eiffel Tower\nD.St. Peter's Basilica", + "answer": "A" + }, + { + "id": "5f712036-a64d-4a86-9b0a-7ccd547d70fa", + "image_path": "images/33.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Alhambra\nB.Acropolis\nC.Neuschwanstein Castle\nD.The White House", + "answer": "D" + }, + { + "id": "27919ec7-c88b-4781-916c-cebe4b0fdf3e", + "image_path": "images/34.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Notre Dame\nB.Trevi Fountain\nC.Louvre Museum\nD.Washington Monument", + "answer": "C" + }, + { + "id": "a18466bd-9448-43d1-8b25-afdb8c8e5849", + "image_path": "images/35.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Ponte Vecchio\nB.Statue of Liberty\nC.Burj Al Arab Hotel\nD.Buckingham Palace", + "answer": "D" + }, + { + "id": "eb609b4e-f2c0-42f9-8adb-70fbdf9f97b4", + "image_path": "images/36.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Oxford University\nB.Hollywood Walk of Fame\nC.Versailles\nD.Sydney Opera House", + "answer": "C" + }, + { + "id": "65813d61-492f-4521-ada5-a0fdff489b7a", + "image_path": "images/37.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Burj Khalifa\nB.Ellis Island Immigration Museum\nC.Oriental Pearl Tower\nD.Neuschwanstein Castle", + "answer": "D" + }, + { + "id": "f48a500f-6d1b-4496-8b59-25059d75d9a9", + "image_path": "images/38.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Edinburgh Castle\nB.Tivoli Gardens\nC.St. Mark's Basilica\nD.Nyhavn", + "answer": "A" + }, + { + "id": "0a99d13f-c22f-4e8c-b083-e9729e8e23e6", + "image_path": "images/39.png", + "question": "What landmark is depicted in the image provided?\nA.Machu Picchu\nB.Windsor Castle\nC.Burj Al Arab Hotel\nD.St. Peter's Basilica", + "answer": "A" + }, + { + "id": "e730e8d2-2f42-448c-9bdd-687339fa3458", + "image_path": "images/40.png", + "question": "From the provided image, which landmark is shown?\nA.Angkor Wat\nB.Machu Picchu\nC.Spanish Steps\nD.Christ the Redeemer", + "answer": "D" + }, + { + "id": "8f688031-3463-4d51-9acf-14412c32e63a", + "image_path": "images/41.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Berlin Wall\nB.CN Tower\nC.Burj Al Arab Hotel\nD.Forbidden City", + "answer": "B" + }, + { + "id": "585ce30c-b2d4-4ee0-8e48-6be916fd58ba", + "image_path": "images/42.png", + "question": "What landmark is depicted in the image provided?\nA.Atomium\nB.Newgrange\nC.Uluru - Ayers Rock\nD.Grand Canyon", + "answer": "D" + }, + { + "id": "c087b22e-b20c-402f-8778-2e41db8de008", + "image_path": "images/43.png", + "question": "From the provided image, which landmark is shown?\nA.Oriental Pearl Tower\nB.Brighton Pier\nC.Burj Khalifa\nD.Eiffel Tower", + "answer": "C" + }, + { + "id": "9f95da34-d246-422e-ac5a-0e02a0005c83", + "image_path": "images/44.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Trevi Fountain\nB.The Gherkin\nC.Tivoli Gardens\nD.Tower of London", + "answer": "D" + }, + { + "id": "eb4a53ae-aa34-4ee2-a2be-ddd980d646a9", + "image_path": "images/45.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Madrid Palace\nB.Hollywood Sign\nC.Sacre Coeur\nD.London Eye", + "answer": "A" + }, + { + "id": "d3ab81a9-8845-4554-ac7b-eb4237398042", + "image_path": "images/46.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Edinburgh Castle\nB.Burj Khalifa\nC.Guggenheim Museum\nD.Mont St. Michel", + "answer": "D" + }, + { + "id": "186334f5-7d61-4513-9a0b-7e84e6deb2c1", + "image_path": "images/47.png", + "question": "From the provided image, which landmark is shown?\nA.Space Needle\nB.Las Vegas\nC.Statue of Liberty\nD.The White House", + "answer": "B" + }, + { + "id": "7dcdad62-5272-44b1-9ab3-fcd87fef8197", + "image_path": "images/48.png", + "question": "What landmark is depicted in the image provided?\nA.Ponte Vecchio\nB.Petronas Twin Towers\nC.Acropolis\nD.Las Vegas", + "answer": "B" + }, + { + "id": "bd634fc5-53bd-40d9-8643-3aa23c35d97f", + "image_path": "images/49.png", + "question": "What landmark is depicted in the image provided?\nA.Brighton Pier\nB.Windsor Castle\nC.Oxford University\nD.Washington Monument", + "answer": "B" + }, + { + "id": "00f56d43-3444-463a-93bc-84c5f5aefa4d", + "image_path": "images/50.png", + "question": "What landmark is depicted in the image provided?\nA.Machu Picchu\nB.Sacre Coeur\nC.Bran Castle\nD.St. Mark's Basilica", + "answer": "B" + }, + { + "id": "1309e9af-d78d-475e-9c11-6db8f69dfa0f", + "image_path": "images/51.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Sydney Harbor Bridge\nB.Nyhavn\nC.St. Mark's Basilica\nD.St. Paul's Cathedral", + "answer": "D" + }, + { + "id": "90e54cb3-1dab-4767-8800-015df86869f5", + "image_path": "images/52.png", + "question": "From the provided image, which landmark is shown?\nA.Bran Castle\nB.Central Park\nC.Grand Canyon\nD.Tower of London", + "answer": "B" + }, + { + "id": "779a2a90-d634-4a0b-9910-dcfd7cc49842", + "image_path": "images/53.png", + "question": "What landmark is depicted in the image provided?\nA.Rialto Bridge\nB.Washington Monument\nC.Machu Picchu\nD.Brandenburg Gate", + "answer": "A" + }, + { + "id": "44c81387-9911-4599-a54d-1e59478d3dd1", + "image_path": "images/54.png", + "question": "From the provided image, which landmark is shown?\nA.Neuschwanstein Castle\nB.Bridge of Sighs\nC.Alcatraz\nD.Arena Di Verona", + "answer": "D" + }, + { + "id": "fe0ac17c-8436-48ea-b0f0-25b19a01ec14", + "image_path": "images/55.png", + "question": "From the provided image, which landmark is shown?\nA.Brandenburg Gate\nB.Stonehenge\nC.Hagia Sophia\nD.Space Needle", + "answer": "D" + }, + { + "id": "93abe99a-cfc5-490c-a88c-74a4a74ddedb", + "image_path": "images/56.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Westminster Abbey\nB.Neuschwanstein Castle\nC.Bran Castle\nD.Las Vegas", + "answer": "A" + }, + { + "id": "a9611e87-2400-4e8d-b1d6-07607f246ca2", + "image_path": "images/57.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Statue of Liberty\nB.Gateway Arch\nC.Christ the Redeemer\nD.Alcatraz", + "answer": "D" + }, + { + "id": "937ac670-f6c5-450a-90c9-cb2066a5798a", + "image_path": "images/58.png", + "question": "Based on the image provided, which landmark is depicted?\nA.White Cliffs of Dover\nB.Central Park\nC.Forbidden City\nD.The Shard", + "answer": "A" + }, + { + "id": "ccd3b889-9ce4-483e-861f-73b64b8e2129", + "image_path": "images/59.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Louvre Museum\nB.Oxford University\nC.Washington Monument\nD.Guggenheim Museum", + "answer": "C" + }, + { + "id": "1fd29f22-ca61-4fc4-908e-d0f7ee47528e", + "image_path": "images/60.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Gateway Arch\nB.The Shard\nC.Sagrada Familia\nD.Golden Gate Bridge", + "answer": "B" + }, + { + "id": "137e9d36-fcfd-45b7-9a68-80a5d690976d", + "image_path": "images/61.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Burj Khalifa\nB.Central Park\nC.The Gherkin\nD.The Great Sphinx", + "answer": "C" + }, + { + "id": "fb2feae1-bfae-42d3-b88a-fd17a00b7dee", + "image_path": "images/62.png", + "question": "From the provided image, which landmark is shown?\nA.Central Park\nB.Acropolis\nC.Machu Picchu\nD.Luxor Temple", + "answer": "D" + }, + { + "id": "1c9d7599-65ab-4558-b049-9fe004aa4034", + "image_path": "images/63.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Hollywood Sign\nB.Tower of London\nC.Space Needle\nD.Brandenburg Gate", + "answer": "D" + }, + { + "id": "bc0ef326-f8e2-462f-a7dc-8bb12ae5f4ad", + "image_path": "images/64.png", + "question": "What landmark is depicted in the image provided?\nA.Big Ben\nB.Cologne Cathedral\nC.Forbidden City\nD.Angkor Wat", + "answer": "B" + }, + { + "id": "b270c5b3-1044-4578-8daf-dd69847b37d0", + "image_path": "images/65.png", + "question": "From the provided image, which landmark is shown?\nA.Tsarskoye Selo\nB.Pentagon\nC.The Great Sphinx\nD.Tivoli Gardens", + "answer": "B" + }, + { + "id": "f2a0e9f5-4c84-483a-a09e-1d4119a2ed91", + "image_path": "images/66.png", + "question": "From the provided image, which landmark is shown?\nA.Louvre Museum\nB.Alcatraz\nC.Cloud Gate\nD.Luxor Temple", + "answer": "C" + }, + { + "id": "a1158a9b-4723-437e-8544-ed1f5ef66027", + "image_path": "images/67.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Terracotta Warriors\nB.Angkor Wat\nC.Washington Monument\nD.St. Mark's Basilica", + "answer": "B" + }, + { + "id": "75352645-5256-48f8-944b-a126598925b6", + "image_path": "images/68.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Central Park\nB.British Museum\nC.Winter Palace\nD.Terracotta Warriors", + "answer": "D" + }, + { + "id": "194253d1-9a41-443b-bae2-67b0eecc19e2", + "image_path": "images/69.png", + "question": "From the provided image, which landmark is shown?\nA.Alhambra\nB.The Shard\nC.Potala Palace\nD.Uluru - Ayers Rock", + "answer": "C" + }, + { + "id": "7c517c32-a1cd-49cb-8844-51f6289824de", + "image_path": "images/70.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Windsor Castle\nB.Central Park\nC.Christ the Redeemer\nD.Hagia Sophia", + "answer": "D" + }, + { + "id": "00a055f7-b1ee-4942-a062-7699f90fb3e9", + "image_path": "images/71.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Notre Dame\nB.Cloud Gate\nC.Oriental Pearl Tower\nD.Alcatraz", + "answer": "C" + }, + { + "id": "a604353e-049d-41fe-9d91-bc0373c30008", + "image_path": "images/72.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Nyhavn\nB.The White House\nC.Tokyo Tower\nD.Taj Mahal", + "answer": "A" + }, + { + "id": "c2564225-b614-4cd2-86d0-a20302a8146b", + "image_path": "images/73.png", + "question": "What landmark is depicted in the image provided?\nA.Uluru - Ayers Rock\nB.Ponte Vecchio\nC.Berlin Cathedral\nD.Blue Mosque", + "answer": "B" + }, + { + "id": "6b46c4e4-1ec3-4639-b06a-cb071ad6b82d", + "image_path": "images/74.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.St. Peter's Basilica\nB.Westminster Abbey\nC.Sydney Harbor Bridge\nD.Trevi Fountain", + "answer": "C" + }, + { + "id": "06a2b5bc-b01f-4f52-b225-1c91ea4ec127", + "image_path": "images/75.png", + "question": "From the provided image, which landmark is shown?\nA.St. Paul's Cathedral\nB.Festung Hohensalzburg\nC.Sistine Chapel\nD.Las Vegas", + "answer": "C" + }, + { + "id": "4f0b63e7-824e-4247-8313-afa24517200d", + "image_path": "images/76.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Colosseum\nB.Spanish Steps\nC.Acropolis\nD.Trevi Fountain", + "answer": "B" + }, + { + "id": "ccac4a39-fcee-4e16-99d3-8cba05e86c55", + "image_path": "images/77.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Bridge of Sighs\nB.Alhambra\nC.Madrid Palace\nD.Bran Castle", + "answer": "A" + }, + { + "id": "230e91f3-0eed-4de1-8509-4ae8a3913d64", + "image_path": "images/78.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Trafalgar Square\nB.Gateway Arch\nC.Grand Canyon\nD.The White House", + "answer": "B" + }, + { + "id": "84ad6f8a-7b2a-4292-9209-c9aaa7b3e51d", + "image_path": "images/79.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Hollywood Sign\nB.Pentagon\nC.Tsarskoye Selo\nD.Bran Castle", + "answer": "C" + }, + { + "id": "d706da73-6a03-496d-891f-606814c1b3c1", + "image_path": "images/80.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Notre Dame\nB.Newgrange\nC.Berlin Cathedral\nD.Forbidden City", + "answer": "C" + }, + { + "id": "9c8eeefc-dc34-4e64-a8ed-060a801496fc", + "image_path": "images/81.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Central Park\nB.Tokyo Tower\nC.Pont Du Gard\nD.Helsinki Cathedral", + "answer": "D" + }, + { + "id": "b966a88d-6d01-4c8f-aab7-9dde076acc23", + "image_path": "images/82.png", + "question": "What landmark is depicted in the image provided?\nA.Pentagon\nB.Notre Dame\nC.Willis Tower (Sears Tower)\nD.Tivoli Gardens", + "answer": "D" + }, + { + "id": "58cb1ab8-65eb-44c9-a95a-599695e7eec6", + "image_path": "images/83.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Brighton Pier\nB.Pyramids of Giza\nC.Pentagon\nD.Statue of Liberty", + "answer": "A" + }, + { + "id": "8675504a-123a-47ef-ba7d-bbf1b1cc26b3", + "image_path": "images/84.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Willis Tower (Sears Tower)\nB.White Cliffs of Dover\nC.Alhambra\nD.Golden Gate Bridge", + "answer": "C" + }, + { + "id": "8f5d4ddc-f48c-44b9-86a4-5f5e93c104a3", + "image_path": "images/85.png", + "question": "What landmark is depicted in the image provided?\nA.Pont Du Gard\nB.Christ the Redeemer\nC.Kremlin\nD.Acropolis", + "answer": "A" + }, + { + "id": "44505c34-862c-4f7f-87a7-701074acb421", + "image_path": "images/86.png", + "question": "Looking at the given image, which landmark can you identify?\nA.Spanish Steps\nB.Pentagon\nC.Festung Hohensalzburg\nD.Golden Gate Bridge", + "answer": "C" + }, + { + "id": "b5122bdb-c714-47f3-aff7-72d63cef109a", + "image_path": "images/87.png", + "question": "From the provided image, which landmark is shown?\nA.Bran Castle\nB.Arena Di Verona\nC.Acropolis\nD.Hollywood Walk of Fame", + "answer": "A" + }, + { + "id": "ddcd768e-0d3b-4df8-b113-4c24c322fc2f", + "image_path": "images/88.png", + "question": "Looking at the given image, which landmark can you identify?\nA.London Eye\nB.Prague Castle\nC.Leaning Tower of Pisa\nD.Gateway Arch", + "answer": "B" + }, + { + "id": "6b097bc7-bde8-4ff8-9e7e-ffa3cff15c54", + "image_path": "images/89.png", + "question": "What landmark is depicted in the image provided?\nA.The White House\nB.Piazza Del Campo\nC.Big Ben\nD.St. Basil's Cathedral", + "answer": "B" + }, + { + "id": "2b7183c4-04b1-497c-b04a-a85ad8a55a24", + "image_path": "images/90.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Atomium\nB.Taj Mahal\nC.London Eye\nD.Tower Bridge", + "answer": "A" + }, + { + "id": "443c3587-06ef-4520-9351-e3bff335be61", + "image_path": "images/91.png", + "question": "What landmark is depicted in the image provided?\nA.Tower Bridge\nB.Oriental Pearl Tower\nC.Burj Al Arab Hotel\nD.Guggenheim Museum", + "answer": "D" + }, + { + "id": "29969209-0849-4ad5-ba03-e71c6b110f69", + "image_path": "images/92.png", + "question": "Based on the image you have been given, which landmark is featured?\nA.Atomium\nB.Oxford University\nC.Hollywood Walk of Fame\nD.Mont St. Michel", + "answer": "C" + }, + { + "id": "bc049e96-4034-44bf-84a0-11769b457e58", + "image_path": "images/93.png", + "question": "What landmark is depicted in the image provided?\nA.Blue Mosque\nB.London Eye\nC.Winter Palace\nD.The Shard", + "answer": "C" + }, + { + "id": "de4e1f52-2da1-4446-bc42-77f91e606131", + "image_path": "images/94.png", + "question": "What landmark is depicted in the image provided?\nA.British Museum\nB.St. Basil's Cathedral\nC.Ellis Island Immigration Museum\nD.Tivoli Gardens", + "answer": "C" + }, + { + "id": "082da047-7ac5-4440-ac52-95ee473727e8", + "image_path": "images/95.png", + "question": "Based on the image provided, which landmark is depicted?\nA.Machu Picchu\nB.Ellis Island Immigration Museum\nC.British Museum\nD.Guggenheim Museum", + "answer": "C" + }, + { + "id": "e4b40253-067a-42b5-b11d-f7e0509729bb", + "image_path": "images/96.png", + "question": "What landmark is depicted in the image provided?\nA.Oxford University\nB.Helsinki Cathedral\nC.The Gherkin\nD.Winter Palace", + "answer": "A" + }, + { + "id": "c95b6774-f493-401c-8414-482d8d9893de", + "image_path": "images/97.png", + "question": "From the provided image, which landmark is shown?\nA.Colosseum\nB.The Gherkin\nC.Kremlin\nD.Notre Dame", + "answer": "C" + }, + { + "id": "d27a25c7-cf46-4ba4-8988-b5394bd80654", + "image_path": "images/98.png", + "question": "What landmark is depicted in the image provided?\nA.Machu Picchu\nB.The Gherkin\nC.Blue Mosque\nD.Christ the Redeemer", + "answer": "C" + }, + { + "id": "3a8060a6-0efa-4d0f-b6a6-758872a2acb0", + "image_path": "images/99.png", + "question": "What landmark is depicted in the image provided?\nA.Grand Canyon\nB.St. Peter's Basilica\nC.Piccadilly Circus\nD.Buckingham Palace", + "answer": "C" + }, + { + "id": "05439b06-4afb-427e-9b3c-017e6509d9b8", + "image_path": "images/100.png", + "question": "What landmark is depicted in the image provided?\nA.Trafalgar Square\nB.Bridge of Sighs\nC.Stonehenge\nD.Angkor Wat", + "answer": "A" + } +] \ No newline at end of file diff --git a/perception/single_instance_identification/object_counting/images/1.png b/perception/single_instance_identification/object_counting/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff4e703f7719baff5a633e2cfecf4880e6a3a1d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261170a0b9a6b8d727c992ff2a8afc4f282bcfa7e21341e3b0772a77a3ff08d6 +size 1073026 diff --git a/perception/single_instance_identification/object_counting/images/10.png b/perception/single_instance_identification/object_counting/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa53f8efe729d84eedd0c4c5a52bff5801b8bd0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e096aa6074c3ead56897f4bb9e49a3b849809570d3ecfa67a8f725c4dc57a9 +size 1022941 diff --git a/perception/single_instance_identification/object_counting/images/100.png b/perception/single_instance_identification/object_counting/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..b13d105a3fb60a7c51313fce3625c5f343019a06 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6601479eb905267bda994e473e734c1331b42b8debd8d02997341de4cd183c87 +size 792688 diff --git a/perception/single_instance_identification/object_counting/images/101.png b/perception/single_instance_identification/object_counting/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb7c76dc6675c577b6172c83c0491ea7b0ae54e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7860340bfe6b17b8293582276d661695ec82bbcc72a02ff5666b794668a94db0 +size 539143 diff --git a/perception/single_instance_identification/object_counting/images/102.png b/perception/single_instance_identification/object_counting/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca2b0c18903fe603af19d427ab68f3be24c3df8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfa9cdcb8cab2514b9f95c2fd86b398adf6f96185269542287cd647048ab0f6 +size 1528563 diff --git a/perception/single_instance_identification/object_counting/images/103.png b/perception/single_instance_identification/object_counting/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..76612709d893e8763cfd2cbcb2de33ff245c8712 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2b8cc3acda9cd57e4379eaf5949232637758dd1c69a23ee9690b6eaa05a777 +size 1330418 diff --git a/perception/single_instance_identification/object_counting/images/104.png b/perception/single_instance_identification/object_counting/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..d912624f3a7f8a2900afdf7d8cf059fb02c05471 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba131884ce8b53f7f2edd8cfd76be45269ad851a88df0e701d105a18518c8e8 +size 1216197 diff --git a/perception/single_instance_identification/object_counting/images/105.png b/perception/single_instance_identification/object_counting/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..b4750ebed256ebceb08568d21377bd3329defcef --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944c3aecac99fabdb345ad92eb1096fb67bf8bdc3fd2af6927d0bd28e137f84c +size 670694 diff --git a/perception/single_instance_identification/object_counting/images/106.png b/perception/single_instance_identification/object_counting/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..979c82c38784dfbac32530bb36d08a9cfcfe4cad --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb9ac771affc4270dbe80c1111f28236892487a50d433cdd4d826f6d318a5d6 +size 731825 diff --git a/perception/single_instance_identification/object_counting/images/107.png b/perception/single_instance_identification/object_counting/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..ff3f961b6ee7cf1fbe449f7e42497306eaf25164 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d971bc6d01f0afb6b44407a25d47e9ef1f9d33ebc8f87ddcb2cbb37697c60899 +size 763132 diff --git a/perception/single_instance_identification/object_counting/images/108.png b/perception/single_instance_identification/object_counting/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..3d145e13efd6c1e18813b0e164a2bf67706e4393 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a536f940ae837a41c7f9ee9667508e3a79e82c1d5ab0ef1ebbc08d5fb6da937 +size 931804 diff --git a/perception/single_instance_identification/object_counting/images/109.png b/perception/single_instance_identification/object_counting/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..771f926990da31776ed57ac29d800a2583cacbc6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915f1d7616a1ea9c44bbf7f69ee2c85bbcde87aac6db7e55cf96faa097e22d06 +size 1294189 diff --git a/perception/single_instance_identification/object_counting/images/11.png b/perception/single_instance_identification/object_counting/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..c0671888d10e8cae6973c7147a93b9bcd916bcdd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3137d8d3fabbd1cffbc77365ee56a19b7baf1ad3630661cdea0fff41104f4c +size 891581 diff --git a/perception/single_instance_identification/object_counting/images/110.png b/perception/single_instance_identification/object_counting/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..6bce9a34c53aa6f740265709521e15c39d7427dc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe32f12ef70b6d1072109740135dd80383db279e45ef4e647f83993a5635baab +size 1291584 diff --git a/perception/single_instance_identification/object_counting/images/111.png b/perception/single_instance_identification/object_counting/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..b41a18a66c738f5a57f2dabf317f8fbeb5d7dfd9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bbd9e75434b9d0ef423c1ebe9ee4d7f9b49083a64e54836d7a61f3e6ee11db +size 934186 diff --git a/perception/single_instance_identification/object_counting/images/112.png b/perception/single_instance_identification/object_counting/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..022405639ca67aedbfb84ba51efa393171098bd0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3ec0cfa7595396899bd5966447448063a034f5993f8a3af629d88eec74ebc +size 545658 diff --git a/perception/single_instance_identification/object_counting/images/113.png b/perception/single_instance_identification/object_counting/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..dc0a8098b88feaef1706fb5991794c3bb441fc1f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58239df3c7e3ab37e215739ad49d8c1cc6e572947a8cc734403bee5731002fd1 +size 1211247 diff --git a/perception/single_instance_identification/object_counting/images/114.png b/perception/single_instance_identification/object_counting/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1a28713729fe6690b4495fc91cbd62bb05753d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8612745bde9636b69d4eeb151b1fac35a4fbb9428a0e62833adac178fe427e +size 1064324 diff --git a/perception/single_instance_identification/object_counting/images/115.png b/perception/single_instance_identification/object_counting/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..56fee48fdcf5938cc3366e6fab8da4b459ade539 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1bd22877aa8166b1c2400a1a50f072e767947cbe386b8aa753573547bf117e +size 1016370 diff --git a/perception/single_instance_identification/object_counting/images/116.png b/perception/single_instance_identification/object_counting/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..c468a186900089a28f65838017ef06c20933b373 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a712b91a47380cfe2ac44a315d0ddac13378cb666302a91735435ed89839c8 +size 733556 diff --git a/perception/single_instance_identification/object_counting/images/117.png b/perception/single_instance_identification/object_counting/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..910f77fa82a68f4f3e46af614cd9e344239a4461 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2eb9584fcae10f804d1c04259dcd6301d5c19fdfbaab276d94b1f7b93580b1 +size 913549 diff --git a/perception/single_instance_identification/object_counting/images/118.png b/perception/single_instance_identification/object_counting/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..af2022c3875125775b524ae502f0405353a73049 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c977c112805a46c30335606a0a76add3b7eed8c8f91ab5ce70bb7552b2038cd +size 901798 diff --git a/perception/single_instance_identification/object_counting/images/119.png b/perception/single_instance_identification/object_counting/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..9f29db8842bbfcd9ce1491decf9532e8f5aab183 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4847e5b79a4ad41c2684e1c877aeda80c7bc81fb209b6e177c807670173a9943 +size 1093016 diff --git a/perception/single_instance_identification/object_counting/images/12.png b/perception/single_instance_identification/object_counting/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..19fbc28e413ddb72de43ba979aca91463c5fdf2a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ddd7f245830b960e1bb1eff82dada22740960ee38c6bd96325cf58f19d083c +size 836824 diff --git a/perception/single_instance_identification/object_counting/images/120.png b/perception/single_instance_identification/object_counting/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd7f54ca15cbfabdd3328f91a9fa801730470ff --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ae68267b71809012fea80db8ec81da4e24d99c75b6aaffc7c9f86b892298b0 +size 997449 diff --git a/perception/single_instance_identification/object_counting/images/121.png b/perception/single_instance_identification/object_counting/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4aa460ad1f6f8bd9a0f479f5a788f2675c47db --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78af99e20678bdc82b06ce631fdd210e988c95e899c330af9dba2bec01e2e91d +size 742741 diff --git a/perception/single_instance_identification/object_counting/images/122.png b/perception/single_instance_identification/object_counting/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..7f096760de8071786da2bd1e8e1dee3c6b10ae86 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c861ed6b076b1d22b772c3d89251bfa6f1c77853e67cebf09b833a23d29ac72 +size 1402335 diff --git a/perception/single_instance_identification/object_counting/images/123.png b/perception/single_instance_identification/object_counting/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..f4d0c7800a1c4c6d56e064a62a5051075694a4ef --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88397bb867bdabf43f84b0cc2cde7c03bc974f2844002f798847874d9a7f580d +size 1425186 diff --git a/perception/single_instance_identification/object_counting/images/124.png b/perception/single_instance_identification/object_counting/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fcfff03e9cce1d7215681e9eabe7245f9f12e2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09be3d56897e17184ce82f905051934428bfe50d8c903dcb114492b286613ef5 +size 134948 diff --git a/perception/single_instance_identification/object_counting/images/125.png b/perception/single_instance_identification/object_counting/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..0b03440d43e58d7280962ca0f11a1c81a5599de5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd2556a61c2c27bb34ff1e7f5cca2f193f3b2701c8501eb4243df7b076bab5e +size 573553 diff --git a/perception/single_instance_identification/object_counting/images/126.png b/perception/single_instance_identification/object_counting/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..4434cb819754844c693974689369a3e83fdb22b4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f750205aef1844e5cb060fd09bf2b477d4218ecd17e8c756a94f0a0006d78e +size 404216 diff --git a/perception/single_instance_identification/object_counting/images/127.png b/perception/single_instance_identification/object_counting/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbba3f1fa96f36be5e3b571537a957938867065 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36575151b2d14f2fd02a40e99b3bc0237f593cc7210abe9aeeabfffc5e4f0320 +size 1514573 diff --git a/perception/single_instance_identification/object_counting/images/128.png b/perception/single_instance_identification/object_counting/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1269b9a9d8c0c14085f171077bf9bd4c7a8f51 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9f5d6082858e6f4129b91f7e3a8a014fa643d3f9a44fb33902546be96a23a5 +size 1288969 diff --git a/perception/single_instance_identification/object_counting/images/129.png b/perception/single_instance_identification/object_counting/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..94230d78d3775529dd2231c08ec9d276de0c99a2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6f964b57bfcd67a87c38af0df84b706f7c0cacfaf76fb8234b7a4564180c2d +size 768139 diff --git a/perception/single_instance_identification/object_counting/images/13.png b/perception/single_instance_identification/object_counting/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..39b7057fbeab10c43d5705fcca5cbcc0a917a453 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebd0f2c5cfc0f3bf2e6a42fb2f6a46429c1826363fd9eb2e9e37fd2a6f3a949 +size 620134 diff --git a/perception/single_instance_identification/object_counting/images/130.png b/perception/single_instance_identification/object_counting/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..e252f20390f88af0ead2e2b5211927cc2c975b61 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1784cef42e83e2b76e7a936c08e3c83eb2014f149af73bc117864252411b0629 +size 1277029 diff --git a/perception/single_instance_identification/object_counting/images/131.png b/perception/single_instance_identification/object_counting/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e6f82500fedde6c967f0f79719fcf79aa5e513 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b235e4e4c04592355c5c62012e49d972e0580f1fde10d7652b7a084795381e +size 655852 diff --git a/perception/single_instance_identification/object_counting/images/132.png b/perception/single_instance_identification/object_counting/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..ab06a09aa0e3c2d032bcb4eba11e42b240ab2d5f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c726e849d4f09973076818d4ed4734ae7b62edc0883f75e4c6d630fb3975b36 +size 141880 diff --git a/perception/single_instance_identification/object_counting/images/133.png b/perception/single_instance_identification/object_counting/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..176795233bd297f5937321df828550d46475b51f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78596335f5818e507ce97ad8796e2c54f40b0b726dfee66454c9944c948ce5e7 +size 1125668 diff --git a/perception/single_instance_identification/object_counting/images/134.png b/perception/single_instance_identification/object_counting/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..36e7dd3df594eed2f01b486a13e4f5ddcb258033 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe7d15744829e06f606a3378be3ecdba572790c9095b65e7cc2771d1bf7c64a +size 166871 diff --git a/perception/single_instance_identification/object_counting/images/135.png b/perception/single_instance_identification/object_counting/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..943e93f56203d6d89b11e5dd884b056b3c870568 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd7b806cceba0b40f9c8007a05f90a8624ee1d3bfdb49e88d5c38d2bcf5d0cf +size 796246 diff --git a/perception/single_instance_identification/object_counting/images/136.png b/perception/single_instance_identification/object_counting/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..c3b452846b9942cd617d8687d13dfc89f4abc4ef --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ebb7ce4adf21210b04b7400bcde7a9a9e6ac626d0c0ea63b584b3ce9ab6b92 +size 246340 diff --git a/perception/single_instance_identification/object_counting/images/137.png b/perception/single_instance_identification/object_counting/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..c91691caa8432887eeb78762f2e2fa8d1667eb6f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20a64a913945616576618ea5649f5e0ebcd7ba4d6b6d6fd4047fbf2eac9c22e +size 1022491 diff --git a/perception/single_instance_identification/object_counting/images/138.png b/perception/single_instance_identification/object_counting/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..ee268aa7f95d8b294f09bc2eb36020ba5ce5522b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25df6315b0e133b09733a3b912282ed16f09f35b1db35dd3cf8c51c5d2b710ae +size 877722 diff --git a/perception/single_instance_identification/object_counting/images/139.png b/perception/single_instance_identification/object_counting/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..a66346b043fb43161ebf4e07a860d965cd44ef3d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dd6ae15a38388554233acfe7e67113648389fa4b6459ee3563f36dc1fbddeb +size 979241 diff --git a/perception/single_instance_identification/object_counting/images/14.png b/perception/single_instance_identification/object_counting/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..bde1a974b1bdf41bd6e231fccd6592a4753e5034 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a9d6e34384ad58e45840d6b5e140ac1bbe77e7ec45bc37be9347d4fb052abb +size 730440 diff --git a/perception/single_instance_identification/object_counting/images/140.png b/perception/single_instance_identification/object_counting/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..8648d9b33d4ed6ad02dc2763da3e6b44725e84f0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe7b9708fb601b816e5c276ee5d0899d2679b1f484dc848f2c36f6f83f2acef +size 620686 diff --git a/perception/single_instance_identification/object_counting/images/141.png b/perception/single_instance_identification/object_counting/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..0a29f9c9b515ce2f36a54e71beb5cde3a90a63fa --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82294e5d51bc74a951f7e1c0a3772a27e1a662ec1563e549e2b50d1faf96aaa5 +size 1005479 diff --git a/perception/single_instance_identification/object_counting/images/142.png b/perception/single_instance_identification/object_counting/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..c3bf6882f1527acbb270fb91c7805428819b01e4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df4c09f5c5ecdcde172cd9b4720630cfe3ec8f1ec1cff6e1cc0eed4204edba2 +size 518621 diff --git a/perception/single_instance_identification/object_counting/images/143.png b/perception/single_instance_identification/object_counting/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..53746e34365b6269c91ebf3d4bf064f58750e8d0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b811f1b190117f3e55a446557b6a9bd9f5606d8e98fbfdf8ffc96758c822eb37 +size 924125 diff --git a/perception/single_instance_identification/object_counting/images/144.png b/perception/single_instance_identification/object_counting/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..cf57b183f5ee5d1568057d63b38960d33d1b0b17 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494d2ad34d20d2e5071d6628809f9aded9dd5d7ad21cda4696c8f7ea6605d464 +size 1072111 diff --git a/perception/single_instance_identification/object_counting/images/145.png b/perception/single_instance_identification/object_counting/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5fedf087163f322a8668a046a4f52079d524bc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f0a2a53bff3f1feed519e8d2aa2df98dddd5bf4bdd35cb44a3b511052305c4 +size 325248 diff --git a/perception/single_instance_identification/object_counting/images/146.png b/perception/single_instance_identification/object_counting/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..30c98cbe80427913ea695c42494962799cc2ada0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f5dc0a595d92fad186fa5a294c9eeac690e8760060a0e4045951e826bb70e +size 840510 diff --git a/perception/single_instance_identification/object_counting/images/147.png b/perception/single_instance_identification/object_counting/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..f803341487fa347e7292d89dd745bd5f9373797e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19c056a4888f6b712731cfe819b1aaa4737683eeb37fe0a44d3f01de63a9b6b +size 284278 diff --git a/perception/single_instance_identification/object_counting/images/148.png b/perception/single_instance_identification/object_counting/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..250a5c16c22620fbf235356e3309091950d287c2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04ecc2da9464116965dcedf6e7790cf790964ec8825a602f75a445d5f37d043 +size 1107007 diff --git a/perception/single_instance_identification/object_counting/images/149.png b/perception/single_instance_identification/object_counting/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..24f11c0318c44874804433d5cde8f50365f7a157 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb27aa75496e5fdf12ae1d16ef13fd345e5ca2452b66a01e1fc5d4a374e9f91 +size 1317342 diff --git a/perception/single_instance_identification/object_counting/images/15.png b/perception/single_instance_identification/object_counting/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..dd41b370630a6681e49d99c8ed6b8cba1d3bd1e0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d5979626a14ee2e89a0c966441cb5118275be3c728886b5b0851d693dfb81e +size 1271324 diff --git a/perception/single_instance_identification/object_counting/images/150.png b/perception/single_instance_identification/object_counting/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..8529a2f227d900a7454b0cfbc81deea82a7be1e2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d74ff475bd39b4a66d81cb53d957bee039d1d070fbbb0e5a4b0e6810b62b83 +size 1258572 diff --git a/perception/single_instance_identification/object_counting/images/151.png b/perception/single_instance_identification/object_counting/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..132be53074d4210ba56cb35f1b309e19f6d73d2c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8ba4517936cb1c1eaae72de56f6c389e820df584f21e2332974c27248d8f8c +size 934667 diff --git a/perception/single_instance_identification/object_counting/images/152.png b/perception/single_instance_identification/object_counting/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..e69e9a9a189a16d953978a839cabc2a75ab66070 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a22034ac0c678b5b792507b2bce7c9071936954eb3a9cb2a33093298ade3fd +size 405653 diff --git a/perception/single_instance_identification/object_counting/images/153.png b/perception/single_instance_identification/object_counting/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd1c3198e2dbbda542535d16f7d520a0e5014e6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c55baf1eff7ed3e533da52af44c64f87bf4189cf6d990786ba2b682d379c89 +size 1019776 diff --git a/perception/single_instance_identification/object_counting/images/154.png b/perception/single_instance_identification/object_counting/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..8999f84a50b7451edb4a260904775be5312b8db2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6781e773325035443eabf8e0572b010d7663c055840aa62d07ab6cf42017f488 +size 947660 diff --git a/perception/single_instance_identification/object_counting/images/155.png b/perception/single_instance_identification/object_counting/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..5e25be5958775207571a7cfed9ec9b2372bc992e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61062ef0bdf2d9ff7d90fe1ac1c8640faf5783123d2cf408288615ab248ac47d +size 781782 diff --git a/perception/single_instance_identification/object_counting/images/156.png b/perception/single_instance_identification/object_counting/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..7ebf4856cffe6d6f5c2c21b688d1bdabbf589bdb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8be5fc0476fcc40cf0d69780b8b06ca1c2d26f2f41764c91e8a1c97e92bfd5 +size 1165431 diff --git a/perception/single_instance_identification/object_counting/images/157.png b/perception/single_instance_identification/object_counting/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3d6da1fc16e20dc8049d1aa3781b4e772af396 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096119b6cc51d238714bb16abff840e02f8d743b492cf630c0a8cc5b884df335 +size 1068295 diff --git a/perception/single_instance_identification/object_counting/images/158.png b/perception/single_instance_identification/object_counting/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..37565de7054e5cc8505aed7ded862391586edd62 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760012fa4df5a1352cf895da1663dd3aa8308424f49348ba77982f75254f2eca +size 707488 diff --git a/perception/single_instance_identification/object_counting/images/159.png b/perception/single_instance_identification/object_counting/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..04552533f8bfe7a08ff7f7b9792f08d6a607b186 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c97dd2205a68ebc728cb30f33ff82979952cd169cc0045ab076cf7e4457cab +size 1151746 diff --git a/perception/single_instance_identification/object_counting/images/16.png b/perception/single_instance_identification/object_counting/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d7001a0aabef2afb31f143c8fe2855714cd7541c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457030ddabfa6adaac2b2e37326a9ac718e8d8f03f3c801be1876fb27e429112 +size 903103 diff --git a/perception/single_instance_identification/object_counting/images/160.png b/perception/single_instance_identification/object_counting/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c9db4c0c4cdda1c3f88acb6293fba34151eb63 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfbdfc3d07912b25fb9d96e259e723d4bc1dc534b2891b3e9b65f6c467ca376 +size 620506 diff --git a/perception/single_instance_identification/object_counting/images/161.png b/perception/single_instance_identification/object_counting/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..296f85fb66dd3ca61e60b124e256844fe3800d23 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cfeb6a3598e0d668cefbe34a47d5ed589d5f511775c343ce9f438af77ee35a +size 491912 diff --git a/perception/single_instance_identification/object_counting/images/162.png b/perception/single_instance_identification/object_counting/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..e90e4285a07525083eb3197aa215a46b19890c18 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849503f0170e47e9cf58b7590ad4ba70761bf34673253bddc0b6d8803e99988 +size 1437833 diff --git a/perception/single_instance_identification/object_counting/images/163.png b/perception/single_instance_identification/object_counting/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca336098096fb631df376f6e06778654d90ecaa --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc740925246e89df7345b9cb29351bab22d0528402298e27624a6a2cffe88f2 +size 1043891 diff --git a/perception/single_instance_identification/object_counting/images/164.png b/perception/single_instance_identification/object_counting/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f9ed6c5ffad33d4e835b9eecf4587d58d4f19c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b5d2d1cfb569e031141557ea2c9cbd2e8a32ac426120d914cf90b697a95ec1 +size 561962 diff --git a/perception/single_instance_identification/object_counting/images/165.png b/perception/single_instance_identification/object_counting/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..5f0f6bab6a6a3ebb3ba140285f27f684924b15ad --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7e66812e9af10e7563dab75f08681d3c5947b932d86792d3b1c8fb3c2abce8 +size 765680 diff --git a/perception/single_instance_identification/object_counting/images/166.png b/perception/single_instance_identification/object_counting/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..d6554ac541e111e523253c62d1effdaf3375e5fd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1386346b8956e995921b24c27247ed6fae87e1ff29ccfe8836df41a9f45b36d +size 92827 diff --git a/perception/single_instance_identification/object_counting/images/167.png b/perception/single_instance_identification/object_counting/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..88072d0198ffee2c588bee8ce6b6af95cc233bc8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567ee67ce75200846bdef4eef95a7330952633d3365af2165f04b649762c957f +size 1092808 diff --git a/perception/single_instance_identification/object_counting/images/168.png b/perception/single_instance_identification/object_counting/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b926d48932ca840a88dd1a8c12b9df59506f73 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c0bea9064bb8b8d932522012f933660c0afeefe7aac6c36d0cbd5ab3c424cc +size 1589532 diff --git a/perception/single_instance_identification/object_counting/images/169.png b/perception/single_instance_identification/object_counting/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..bd3325952c9843b72ef550c3185a8b1c1ded4d03 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa00aff6ecf882d6451c3db33f485905d981ca1a317e4240ca886f3d5ff2781 +size 914389 diff --git a/perception/single_instance_identification/object_counting/images/17.png b/perception/single_instance_identification/object_counting/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..9b747cc6629aa8d82ae7ca161cd873f37093af3e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e659e2fbdc4104bce9cfa66264b9fa3ae27cda81cb77c8f55c98cf4da6ef6783 +size 1428380 diff --git a/perception/single_instance_identification/object_counting/images/170.png b/perception/single_instance_identification/object_counting/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..75a933ca6da093b7dad2b204892ec246188c65bb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50afdcf4913d04bb8f8485e540676ef9722059775b35172411f25eaef2545f00 +size 109187 diff --git a/perception/single_instance_identification/object_counting/images/171.png b/perception/single_instance_identification/object_counting/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..958754270cb92d479ec53675973f8ec7e771cce5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150797ab5c04f0e5bacbf70b8782857a8978aa5ee44174b12d9ad674b0f26cd5 +size 1299269 diff --git a/perception/single_instance_identification/object_counting/images/172.png b/perception/single_instance_identification/object_counting/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad72f25f7394c68d93b0065c8d52dfe0056415b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88a64ffd80ba7d6499932d73a848253dab09654b802542f29f8622ce3afc5b4 +size 1330086 diff --git a/perception/single_instance_identification/object_counting/images/173.png b/perception/single_instance_identification/object_counting/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..95af842a287bee94258bcf67525583529c1d2a16 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb390aed0870be0dd365c6591c0386cd771059e50f11148dbf31a4a800d12fb +size 1162978 diff --git a/perception/single_instance_identification/object_counting/images/174.png b/perception/single_instance_identification/object_counting/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..5391417a9ac67fbed19bd5f553ad6dd79f6eca79 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a1421aaab9fd146caf9557bc78e105559edd7416e40c9ff41a7d72598d5a84 +size 976730 diff --git a/perception/single_instance_identification/object_counting/images/175.png b/perception/single_instance_identification/object_counting/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..752dcb692b96eb3d64833f8aea88924358ab09bf --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a59762fa10768f59ffaa3dcee3d9726ba869c36305e301b152eb1e740a88f4 +size 1587696 diff --git a/perception/single_instance_identification/object_counting/images/176.png b/perception/single_instance_identification/object_counting/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..a1478141c77d9a5431a572c2f94bcc8d6f3f68fe --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a696590dd630d4a94182af877a55f68c8ae2cfbad3fb6e065705a522bd98c63b +size 905894 diff --git a/perception/single_instance_identification/object_counting/images/177.png b/perception/single_instance_identification/object_counting/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3c3574d1ed0482170bdfa2ba79ff9c1fb8f5ef --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ee849122e6dfc6702ac7f1a45160b5350218516e83fa68480d6650346e1485 +size 1317368 diff --git a/perception/single_instance_identification/object_counting/images/178.png b/perception/single_instance_identification/object_counting/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..57484823913cc567018bc49c914d4f4d76ad25ef --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa757d32b29776e5d326ace8b496d9bcd48fbe45a705d5747ca89d856a2afd4 +size 1224430 diff --git a/perception/single_instance_identification/object_counting/images/179.png b/perception/single_instance_identification/object_counting/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..267c9b616d8ab8730eab9af9a021f587df75282d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbaca870e7fe3bfaac6f86b0ff3bf06d060220dc135ff6de6eef13409b9d1f4c +size 298212 diff --git a/perception/single_instance_identification/object_counting/images/18.png b/perception/single_instance_identification/object_counting/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..7aab3faf618b705327ab8d2769a2c09f8ddabbe1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0c20e4381a9e87b9a81203f310e489ae784cac86dd7912a508cb40582cef7d +size 890739 diff --git a/perception/single_instance_identification/object_counting/images/180.png b/perception/single_instance_identification/object_counting/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..c12c1eedf28cc465f4cf9d95a29e2be0f1d78ed1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2544f35d738ff7ec88d977687215766aec316e952b25ed11142a8ba46d98213 +size 1307500 diff --git a/perception/single_instance_identification/object_counting/images/181.png b/perception/single_instance_identification/object_counting/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..410d624dd035e7e84f86e9700660c257f8bb5e0d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b7f835ed236e457af54271b05de1850560119becd5494c8ffa2f46c718e9bb +size 1212063 diff --git a/perception/single_instance_identification/object_counting/images/182.png b/perception/single_instance_identification/object_counting/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..cabdea5ba8f34a63f11078a0257e33f7edb35d30 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e89d9522cfe6728eeaf2d7e74c6f5f6faa2567c9b6f90961e8e9068e75cf191 +size 1209981 diff --git a/perception/single_instance_identification/object_counting/images/183.png b/perception/single_instance_identification/object_counting/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..657ccecf5d1f63caf6a5796a1a57a466b4c97295 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfcf76fb4d2179197835199085adb3ae3274686424ec3b1ce1aa039d55014e5 +size 114616 diff --git a/perception/single_instance_identification/object_counting/images/184.png b/perception/single_instance_identification/object_counting/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..28c2b20a878f23a91f5ea3ea9dde3c0ffe027dfc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1dbcbd1fad62539625e6aef13dbcc8b749a88a20bcda93a388835ce942e3ee +size 1226780 diff --git a/perception/single_instance_identification/object_counting/images/185.png b/perception/single_instance_identification/object_counting/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..2767af40f9d6787748fc7ee2f3cd40122d81e25d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3eeb891e42ab86f169ea518e23fd2e76ae0e22e5dc6f715712f3ff0b98c3e76 +size 744946 diff --git a/perception/single_instance_identification/object_counting/images/186.png b/perception/single_instance_identification/object_counting/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..f64add13e58616a5b33179749ce4c04763a06a65 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10aa0c0ed637ffe7fc17ee57e9a81c3d80a1bd63675d696c39c7fa3b71e0b162 +size 1455979 diff --git a/perception/single_instance_identification/object_counting/images/187.png b/perception/single_instance_identification/object_counting/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..c1bf5cf497b3c09206704bff12df561513c07bf8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f498ac951d4fba029a086a772b3e5a7c17cb18d7fa78dd50b9af2dd8f29b3121 +size 1214135 diff --git a/perception/single_instance_identification/object_counting/images/188.png b/perception/single_instance_identification/object_counting/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..f50863d1bed6c27b8e4d76d61f73419ac8346ee5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f810bda92d026b7cb285983a6f566aef8acaf934cd906daf4488c3cae2b7783 +size 1039299 diff --git a/perception/single_instance_identification/object_counting/images/189.png b/perception/single_instance_identification/object_counting/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..5f499205c5d6db3f65d4aa283312b28497e0db9d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e15cb1b2fe63e5701dc9fdc31e9273420e6d846a46c44d06394e921bd9dc12d +size 1167371 diff --git a/perception/single_instance_identification/object_counting/images/19.png b/perception/single_instance_identification/object_counting/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d2aa810bed06972d15645c62075f08443e6c67 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e55abc33f3758848d7aaf5945274e8165bf02d51576af4683cc84e7d44a63f0 +size 754447 diff --git a/perception/single_instance_identification/object_counting/images/190.png b/perception/single_instance_identification/object_counting/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..31c4a1111093d2c553e8fc53e0b2d5683de83f52 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec229a1a6f1d40d5fd848b25539b63cc9961ef6a72724263c5b47734526943bc +size 322585 diff --git a/perception/single_instance_identification/object_counting/images/191.png b/perception/single_instance_identification/object_counting/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..bd6e92c47cc6781672f89f1b71b4da97e931cfb0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f37dd4d2abf45acfa1b71ebd2da2c60de804372db551c1a563327bdf8daf149 +size 705658 diff --git a/perception/single_instance_identification/object_counting/images/192.png b/perception/single_instance_identification/object_counting/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc97e89980c11c36ad8f82b1a6d711be4f71a33 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddec1b5385f2c7e66c0c578333123dc0109e51030f63a3edbc352640f3e1c81 +size 314030 diff --git a/perception/single_instance_identification/object_counting/images/193.png b/perception/single_instance_identification/object_counting/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..645ad3cf9774cddabf893332ec23c5013a9fc443 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbda89cabd60d5f2889a2f97fd247b8bc532e10cc14ac804fc4e8dd2db8d1c1 +size 1070693 diff --git a/perception/single_instance_identification/object_counting/images/194.png b/perception/single_instance_identification/object_counting/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3e492b73317719504193009423906c194c7ff9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c791b814ff4218e94f1ac99d7445af7d1296707d77f2153a2667ba5342e0deb7 +size 1159741 diff --git a/perception/single_instance_identification/object_counting/images/195.png b/perception/single_instance_identification/object_counting/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..67bd9ba731dc45b31cff41760ccd9e45a73bd45f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f40022730229c5f3a42d12c8e2317d6e55cbadbf62e65310d4edb560d7ebff6 +size 1003907 diff --git a/perception/single_instance_identification/object_counting/images/196.png b/perception/single_instance_identification/object_counting/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..35030b31fa11506b0571f5da8963a28e1c3f729b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992aaeab2b3b6c00f922e069aeb473d6cbbdf4a39cf8ca3a7244713cc032cf86 +size 1053421 diff --git a/perception/single_instance_identification/object_counting/images/197.png b/perception/single_instance_identification/object_counting/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..c0a468f82926cffff8a57ae115227d25f607b2af --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa08ff6e4d1f44aaf531bf7788e1e66147d819e20d8c603b26e509ad0da653f7 +size 953549 diff --git a/perception/single_instance_identification/object_counting/images/198.png b/perception/single_instance_identification/object_counting/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..ea38f860cf2a44fad52b18f549570f71d1b06880 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ec178f9a8f1c7e892758f756e5b16a0dd6d4f9101386247c97c0416a742bcf +size 266274 diff --git a/perception/single_instance_identification/object_counting/images/199.png b/perception/single_instance_identification/object_counting/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..85f9171c3c247b2cc71bbf667c3ecde6dbf423b3 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843942d4a1dc433d5b776ba525b85a23cc8ef76c5a92995e0e54deb1cf04183d +size 1124524 diff --git a/perception/single_instance_identification/object_counting/images/2.png b/perception/single_instance_identification/object_counting/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b74d04a6697902299b0689a3a19e570eb222ce0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bf0bd0dc2062fa1b114dbb67f2a6e072682ce73faf5f5d99eb975e59e7acee +size 661578 diff --git a/perception/single_instance_identification/object_counting/images/20.png b/perception/single_instance_identification/object_counting/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f1f5818f8fb236be51d0d93ab279db1ad62d89 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a8db8ccd51311db6ef444a8d9402e3bc2126b68eccfe5eea06e1786b943be8 +size 204721 diff --git a/perception/single_instance_identification/object_counting/images/200.png b/perception/single_instance_identification/object_counting/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..4cce5de6120e121f0e66460caccc80d7b0f858ca --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176b6d8361aabe82f0c43b092a3eb3eefb980ef4c76768fe1757c7b92ec018f8 +size 797395 diff --git a/perception/single_instance_identification/object_counting/images/201.png b/perception/single_instance_identification/object_counting/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7d072f532de0f8a4b5bbe23ade586aa5b387a0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf38aa163b4b98debe5beb9d82c70685d749f35212c0d1d843960c624d9ea050 +size 1537623 diff --git a/perception/single_instance_identification/object_counting/images/202.png b/perception/single_instance_identification/object_counting/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..f3086761f1d9d63b997c8a832bb063d5aec26d8d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9694a1b21f66cd31473c280532c0a4d1b992147b0ec200385428a998e1dc39c +size 1435251 diff --git a/perception/single_instance_identification/object_counting/images/203.png b/perception/single_instance_identification/object_counting/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..edbd9502ea1707c0a1d5264c62bc135d1b4ad780 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4d3d0678e1bbae645c100ffb58e419d3d615bf864e5c96bbf6d306b86f3854 +size 330784 diff --git a/perception/single_instance_identification/object_counting/images/204.png b/perception/single_instance_identification/object_counting/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..133d0abfe9fc2e91edd253f0af79c904bdf4eb05 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dbc0594f316e10c2ec2152f8387625ab020636387673dbc8f2ecca928056d1 +size 1355924 diff --git a/perception/single_instance_identification/object_counting/images/205.png b/perception/single_instance_identification/object_counting/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..92097454ba7bf9f6e3fa93fc64161b53861c99f7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23265ace5499bf7ebf395d28132936e6cd3f78cd4ed50a229d46cf6120a818a7 +size 224876 diff --git a/perception/single_instance_identification/object_counting/images/206.png b/perception/single_instance_identification/object_counting/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..08c06c58454b7c4061b10476e662bd6e3e77ad1a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dd3c07d2c68379b620da0d820da7f217630d35064015e7f777d1c9907e440d +size 1316306 diff --git a/perception/single_instance_identification/object_counting/images/207.png b/perception/single_instance_identification/object_counting/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..cd888649e47b57ad5f270bd039af140730f687cc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f879b72f786fb22b5f9b884432d4bda78e1bc55600984acaf657407c7d4c13 +size 678397 diff --git a/perception/single_instance_identification/object_counting/images/208.png b/perception/single_instance_identification/object_counting/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..90ecb915ca096e9db4c9043c2aac0905de8341ec --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bb399a7261a6145336879dc1d4c0aa83ce3121ebd687462491651c420d7c96 +size 1343251 diff --git a/perception/single_instance_identification/object_counting/images/209.png b/perception/single_instance_identification/object_counting/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..3795d3becf63fb5d3828fef4d090d1fc68a2c14a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140b3d6b2fdc930e6d7a68a86eeca042d2769a254f972fef59e80c2fd8a06419 +size 305964 diff --git a/perception/single_instance_identification/object_counting/images/21.png b/perception/single_instance_identification/object_counting/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..e606faf48977e44473ac7ebe71293c2343422c6b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0f543f70746fc0be9c0395623aaf0f21c8e4b88e0cff7358c2f04c13296a26 +size 953868 diff --git a/perception/single_instance_identification/object_counting/images/210.png b/perception/single_instance_identification/object_counting/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d2bf5977824c7981da007f94e7dc5a0c426fb5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7e52c0136ce44313a9db32cf632674856b1835891c1f25d3d442e095001231 +size 1144125 diff --git a/perception/single_instance_identification/object_counting/images/211.png b/perception/single_instance_identification/object_counting/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..7a090d5f6177ed601cdcea5fced04a67c2e3664c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eac29302a5a8166434bf6a850459fa735c763fda1a0e887ec3c86b6e2c4575b +size 742407 diff --git a/perception/single_instance_identification/object_counting/images/212.png b/perception/single_instance_identification/object_counting/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa931d0a558bc43ea92e2108206b640a39cef09 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a81f0bb3857d4d1eac29c0953028d80edffccca311a43073bad372b629df2ad +size 851664 diff --git a/perception/single_instance_identification/object_counting/images/213.png b/perception/single_instance_identification/object_counting/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..8be7812005580652c9973ceb692e5ab36fd8974d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a33133da525c3f5bef1cc6ca4ae8d44c70fe2207dc0e6890d7bcf79c119648a +size 833525 diff --git a/perception/single_instance_identification/object_counting/images/214.png b/perception/single_instance_identification/object_counting/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..90e0b23e999d284d67b6ab2d003947553743b168 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e980d0eedce7643b549ab626e4536551ac07203f8232d1dd4937c7d33395838e +size 1492743 diff --git a/perception/single_instance_identification/object_counting/images/215.png b/perception/single_instance_identification/object_counting/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..610d592c72e024170e718394d182115d63fa2f68 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7f984a2191671ef751e5e9e795ea712b80b4f2a26c5fce4fedd8672f780d56 +size 831819 diff --git a/perception/single_instance_identification/object_counting/images/216.png b/perception/single_instance_identification/object_counting/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..9bdbbc43ca03a694c7354da1452cc62a39c3d898 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a81c253e8e4fd23e1acf77d021ccbd80b9ff4d5edb2844c70f2f04ae1a5b89 +size 1237783 diff --git a/perception/single_instance_identification/object_counting/images/217.png b/perception/single_instance_identification/object_counting/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..e5a0cd9ec81cc7bcb442ef198e53ad7ba6b0d62d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6b9ea89407b0f954123db81229a80d49825b9ca623b1798669904d391c1665 +size 1085409 diff --git a/perception/single_instance_identification/object_counting/images/218.png b/perception/single_instance_identification/object_counting/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..72eb0f5b936abdbc1dd0a94ef4fde85d7b485174 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16961ff4d366abea3e1885473ebdb79100361042a3670fa0ac9417e357c2e356 +size 398715 diff --git a/perception/single_instance_identification/object_counting/images/219.png b/perception/single_instance_identification/object_counting/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..0e612e762fe86006601594049deb486735f9e923 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97d5eb334b216f3816ec2ff9d0ef274dbda2643b49b35fc2b7b306482feb30c +size 1275184 diff --git a/perception/single_instance_identification/object_counting/images/22.png b/perception/single_instance_identification/object_counting/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..5307c58de77444c64c17e4b293d9f5debfd51b3d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b39edaf942c56496cb869c6038c0c3c514b579af14f874ec35e82e5fe7a08de +size 814743 diff --git a/perception/single_instance_identification/object_counting/images/220.png b/perception/single_instance_identification/object_counting/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..fa08ed6443ba82e43773ed8dca337ca43c699186 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a150433cf1e7452c6da9dc362681ec2747266e4dd4b5fb05c13a20992f30fbe5 +size 1164648 diff --git a/perception/single_instance_identification/object_counting/images/221.png b/perception/single_instance_identification/object_counting/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..8aed9e4a7801b5c41f322971fc378111bcc5c38b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4bcf50ca1b4d05510ac297947fbb519a921f840d87d764ca7b9bb6a1141b36 +size 785298 diff --git a/perception/single_instance_identification/object_counting/images/222.png b/perception/single_instance_identification/object_counting/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..de97dc0ccedb2b32933cc50c9a1ae60a2372f59f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c4f9e6d1bf2bc5b1f47fe2da5b9c9d7ba44c8b3e52b55acd55c1fe683f6248 +size 806424 diff --git a/perception/single_instance_identification/object_counting/images/223.png b/perception/single_instance_identification/object_counting/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f800e6065712e08b17e1a61ce71aeaedc72647 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00776f85768bad1a93c4c797fb66fe76bf109c280962e4ad1a82f6134eb967b +size 291289 diff --git a/perception/single_instance_identification/object_counting/images/224.png b/perception/single_instance_identification/object_counting/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..1dee18304303b18986c18de2e72a545ff3e6a25f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ba11d6bd3a8539f697e9b6e2ea45102465d571fc4d3f882df59a48eb7b70b2 +size 351960 diff --git a/perception/single_instance_identification/object_counting/images/225.png b/perception/single_instance_identification/object_counting/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..d7097cab1cabfe4e0c81e488462dc2a049b89bc2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf5ad388de3ca0c20fddbc928a6bd521e16c164ab6d43c35b47ee453c92b19c +size 891302 diff --git a/perception/single_instance_identification/object_counting/images/226.png b/perception/single_instance_identification/object_counting/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..1f92ddb0ff22e7bf7d3ac35a5b3ca0bdd9922f7c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f889c95ce56d6d7a4c7e9200f5cbf97324c4d4cd1df54677d5d1728add109cd +size 1008363 diff --git a/perception/single_instance_identification/object_counting/images/227.png b/perception/single_instance_identification/object_counting/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..de7ed29427ee484085b92c2dcefafc86e7bc2a41 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19a84d4fb03079db0dbc4a604d65720becd1418139bd5b7fadc87ec0d5dd326 +size 1325325 diff --git a/perception/single_instance_identification/object_counting/images/228.png b/perception/single_instance_identification/object_counting/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..eafdf5084bcafa8e74764be7160c7f846ff17259 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33abd7fac487724f4aa81da570fffeab489e995933adbec8b6c1c3ed4e6d7da4 +size 1073591 diff --git a/perception/single_instance_identification/object_counting/images/229.png b/perception/single_instance_identification/object_counting/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..94a528a18d0e7e0205b653aee362474a040ca21d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997ca3e49786ff9b09d43cf8ec95692b069395f682093091e340c2d5db892333 +size 1007700 diff --git a/perception/single_instance_identification/object_counting/images/23.png b/perception/single_instance_identification/object_counting/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..c48f4a03dd3f9277fb49a39e4fb98dee48eaf004 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3ab5be032d0c3a12719c411fda229dfc34a0250e805a5bd3070e91567b0e2a +size 874470 diff --git a/perception/single_instance_identification/object_counting/images/230.png b/perception/single_instance_identification/object_counting/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..a700629ee51251a0d9bc346d1dd8131ec5447dfb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fac15d81792eb85ae4bafb540143153de3c8434868f47432c177b2657c29a53 +size 522891 diff --git a/perception/single_instance_identification/object_counting/images/231.png b/perception/single_instance_identification/object_counting/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..534a6e02cfc9297229bfef333cc6164d96d4ce9d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfae3cb798cb51e728b5967123b41c9952c283bf606977cfa7f0341c3cee58bc +size 1372790 diff --git a/perception/single_instance_identification/object_counting/images/232.png b/perception/single_instance_identification/object_counting/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..63601a49f0ae850e6f363123273ea809df27803d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb95b2192950db188f57aac22fb2f730a14e2631cd2efb488f326e1ed8878e0 +size 735084 diff --git a/perception/single_instance_identification/object_counting/images/233.png b/perception/single_instance_identification/object_counting/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..d16382423aa52b62ea32dffcc6082e40c3e738d3 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6f68a319ad9877226b0a3f9ea9dde6c4094e8f08909ff7e28c8810f77418ae +size 114815 diff --git a/perception/single_instance_identification/object_counting/images/234.png b/perception/single_instance_identification/object_counting/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ff88eea95be994cb8b059e1da6941cb5f973bc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6219c772a1c1beacc333b35b56f1488980f99b036dc5d6a0b7272879790be87 +size 694356 diff --git a/perception/single_instance_identification/object_counting/images/235.png b/perception/single_instance_identification/object_counting/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd26c4028db587ae9a31dd55b82cb1cd6d17a69 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b376ebe37480e4a1c61f96a033a0f6cf626966ff152ff1944157201dfe2f233 +size 1116951 diff --git a/perception/single_instance_identification/object_counting/images/236.png b/perception/single_instance_identification/object_counting/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..6015eb0a096487d60cfc22ee586963517edf1b81 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf0456a3d5218eddcd35738fa1b5ad27aab4ea44f3a35d671847154a4ce327e +size 934763 diff --git a/perception/single_instance_identification/object_counting/images/237.png b/perception/single_instance_identification/object_counting/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..b756cb34c9758816e1a50b3dceb475866f79d2c9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ae279b4aacc5019d9598743d91f15957369e5842d2234a8cb0bdb662e6af81 +size 1098283 diff --git a/perception/single_instance_identification/object_counting/images/238.png b/perception/single_instance_identification/object_counting/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..545b2dc2cb9b74e0c5e94d178c9e2bb2e7ca039d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c66cf0534983341caa251fcd3f212269f8e4e83007dfe1dc5b2b9c4a1dadb4 +size 1148066 diff --git a/perception/single_instance_identification/object_counting/images/239.png b/perception/single_instance_identification/object_counting/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..88f9d39eb437221a158dea40dccc31db8f1e1dfd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820de5a9b3129572c2c6a0b6fcf8d8632b1fbb989490313d394e0a22e01d07d8 +size 1102596 diff --git a/perception/single_instance_identification/object_counting/images/24.png b/perception/single_instance_identification/object_counting/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..f593db8f53517ed158ac2f49fd70317a603c9780 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf917c883e29673465db182378cb4bcc178154ff7e400a7c5a1476af1a15362e +size 958072 diff --git a/perception/single_instance_identification/object_counting/images/240.png b/perception/single_instance_identification/object_counting/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..854335ec63d2fbc6fccec5473c6f5bea45e51f8a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa14046f9dc2acf02ca62f807315f0e30302613451fc645e08e8c73e209bc7a +size 1186675 diff --git a/perception/single_instance_identification/object_counting/images/241.png b/perception/single_instance_identification/object_counting/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c8f05f1e49ba7419507ab9b98370c6285bf1de --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f578e4b55af0e574f103cb062e0197b7b1dc881e7703c3998a679f1227045ef8 +size 1320641 diff --git a/perception/single_instance_identification/object_counting/images/242.png b/perception/single_instance_identification/object_counting/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..e83541cd061603faf6faf05879cdd2a46d95a1a9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b328cc9d8f7a4d90326af25906e812e7320bfecbdc7e43097f1f11d0fbbcf515 +size 896152 diff --git a/perception/single_instance_identification/object_counting/images/243.png b/perception/single_instance_identification/object_counting/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..b92a91d2d20633b781131689b50ddae772957e45 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cf12cd58fb68667a3ccccf2086ef97c8f87b5850914ff57193a90e94464cba +size 741824 diff --git a/perception/single_instance_identification/object_counting/images/244.png b/perception/single_instance_identification/object_counting/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..1902b4e74f1ffeb2d7a4a99e352cc14c27e0d0c7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceb813340609263fc0884ac5e6c756b72e33a08129b217a945c9bc11f105840 +size 1348279 diff --git a/perception/single_instance_identification/object_counting/images/245.png b/perception/single_instance_identification/object_counting/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..9291a29b2b7362f280028c2cffe142be411f98c4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c659c96e21fed574b5c3c74a93432afdc8ed5fa73d7da42845343bce6bad1c0 +size 1310197 diff --git a/perception/single_instance_identification/object_counting/images/246.png b/perception/single_instance_identification/object_counting/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..84e103e0883b4498c6fefcc430cbc9a0d1853088 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49992d5392b70255012544acf1c3260907417685e92db40ec69e5b7ab3919fc7 +size 730509 diff --git a/perception/single_instance_identification/object_counting/images/247.png b/perception/single_instance_identification/object_counting/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..0884a9ddcaac8cfeee3ec97f29b0983a2b226c66 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef577498bde9af52303b9cd52aa39dfcc3bd8b09f0ce3dc107e7fb2b998b0448 +size 512571 diff --git a/perception/single_instance_identification/object_counting/images/248.png b/perception/single_instance_identification/object_counting/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..81bb9672e8dfb2e7111929c660c6a34b584b4872 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4399030897e01c5c0961ef63c769ce6ecad69b71ca5eec6ff4440357f2f391f2 +size 1380662 diff --git a/perception/single_instance_identification/object_counting/images/249.png b/perception/single_instance_identification/object_counting/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..9f137c5609e366fb322a2b84f0fd2c28a49a89af --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e610181533c07d82a24bac6c4a588c79801b44b934a29a486513b22beee6dbcd +size 1319506 diff --git a/perception/single_instance_identification/object_counting/images/25.png b/perception/single_instance_identification/object_counting/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..6020ce6da58782e268ee98a2acc1dc956ec3c55c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9ede41668169f22b81025f9d03d7471300e3177325b6bb7cf6aa347650dc3 +size 1206171 diff --git a/perception/single_instance_identification/object_counting/images/250.png b/perception/single_instance_identification/object_counting/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ef9c33c201621ead323683767fe877c6155787 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31b856aa9ccb4a20755f2264b74c6ba98c35230191c5e4f11fb034502f7284f +size 1290537 diff --git a/perception/single_instance_identification/object_counting/images/251.png b/perception/single_instance_identification/object_counting/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..06732a4375b30dd69b1b0b7ad9c6ae30fc6d595d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c079ab34bf9418015e85d912726b312e0faef5ff427f7d356e99036fd9d6694d +size 867155 diff --git a/perception/single_instance_identification/object_counting/images/252.png b/perception/single_instance_identification/object_counting/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..4cfa78bb800dbe33af6503aad8ef81e96b28b618 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536942ea0808800aae70e1cc9d9809c5cd793ad203b902279ca3ebb56f5af6fd +size 606722 diff --git a/perception/single_instance_identification/object_counting/images/253.png b/perception/single_instance_identification/object_counting/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..75f8511a2a22487481c630d1dc5e5213f802db41 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540feed0e168fd28cde29f220ac5bd554aa0b6c60961a2b81bccbb477938ed2e +size 712425 diff --git a/perception/single_instance_identification/object_counting/images/254.png b/perception/single_instance_identification/object_counting/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..9b036864d889fbea8f29d235545bfeec3792c109 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc963f925821638643adb99fde9c579ff579ebb55423e680cd8479ff313c8635 +size 1051388 diff --git a/perception/single_instance_identification/object_counting/images/255.png b/perception/single_instance_identification/object_counting/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..46c7406c1d16665515129014206feb9fdc9f6f7d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434b7190cf69f6f98f61571f6e6ac735d799b11190ace7be59d425b13e06b399 +size 954745 diff --git a/perception/single_instance_identification/object_counting/images/256.png b/perception/single_instance_identification/object_counting/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1ffb8be26cd178dc85fbb125dea88f85fc6600 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0c3a8d158a8c7cdaccef6b70dfe30d37f71cf91939faac3b5b7ad06299e891 +size 1180496 diff --git a/perception/single_instance_identification/object_counting/images/257.png b/perception/single_instance_identification/object_counting/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..efa932c98a7bd2e3dde46be796c50c3731f335a2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4b1287e1ec55a3f32a0051da414a0327e591fe0f31a2604b1c27423cc63bd2 +size 801087 diff --git a/perception/single_instance_identification/object_counting/images/258.png b/perception/single_instance_identification/object_counting/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..677607a682ebdea430d5d0003515e2caca1ea834 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10877f9248c9fdc58a3cb949cafea2698bfd331e7a3e841a0bd2efa31b4d4807 +size 450629 diff --git a/perception/single_instance_identification/object_counting/images/259.png b/perception/single_instance_identification/object_counting/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..e14db6bfb4e3426fe9c96d7d9fc8891a33425bbb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484913ac189e3cbff668cb52d474e5f251dbcb2b4ca5a26ec5f0232eca391af7 +size 124586 diff --git a/perception/single_instance_identification/object_counting/images/26.png b/perception/single_instance_identification/object_counting/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..fac4b5108a71c10d9c4d028a5242c5f30d2af3b1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a84ba328d308fa18334e0fc1c51c7a412c7a6fcb3018d4db76ca76c5addedbb +size 934192 diff --git a/perception/single_instance_identification/object_counting/images/260.png b/perception/single_instance_identification/object_counting/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..0b98b2b40a78e7229294036f642e1c0df0820290 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0b063723ebd27e9a6a762986f9527128dae76e3268c0d547394c95f724b231 +size 1098218 diff --git a/perception/single_instance_identification/object_counting/images/261.png b/perception/single_instance_identification/object_counting/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..76d433514763643b8bd98cf40531fc97f826d323 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29cfd6d3f642daea6de60ba3dcba400035c5099c1f5f224e7de4344c0faf6e5 +size 1093606 diff --git a/perception/single_instance_identification/object_counting/images/262.png b/perception/single_instance_identification/object_counting/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..742fe0f9726c7765ba737f2b0ae752e0b953e317 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267f52b7ac605ed4cc8c24f563b6a990c19a7c5a8cdb22efd6ffd8ebab6d14a9 +size 1417678 diff --git a/perception/single_instance_identification/object_counting/images/263.png b/perception/single_instance_identification/object_counting/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5aa06d5bf74e7cb38687907627b98b443216a9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606e4c77a0b1a77cea7ba51a3f93dc4ecc21b51f076b192c252fb76628117a0a +size 899088 diff --git a/perception/single_instance_identification/object_counting/images/264.png b/perception/single_instance_identification/object_counting/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..59cbb9841d88480a8724a32596557675788feac6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42156a4150c3cf51ab461359533579c320b71821b6e555e5d14207fcee4225b +size 1000075 diff --git a/perception/single_instance_identification/object_counting/images/265.png b/perception/single_instance_identification/object_counting/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..63f0764ac177f6c3a4f517ac87fe1df807fa096f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c374d994feb00efaec96a3ba8ba27989e200cec807f49ddfbe81b6348d56851 +size 1070304 diff --git a/perception/single_instance_identification/object_counting/images/266.png b/perception/single_instance_identification/object_counting/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8b60084f6f2f18c6f0cda4a5a4a5e784a798e4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f16bb8a8c82628fb0ff6b51c24039c0ee832a9b117ccbe2166e432778c45dfe +size 872832 diff --git a/perception/single_instance_identification/object_counting/images/267.png b/perception/single_instance_identification/object_counting/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..b068d8b2fd73798ecb281724e0611e6022e83a28 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d54fcb75245523cb51a19df19747cd96f0c18ed9242da09cf65a153fac02bb +size 1120616 diff --git a/perception/single_instance_identification/object_counting/images/268.png b/perception/single_instance_identification/object_counting/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..f91975eefced3e3be403918ad7f1c03a0c553f20 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0d126a21a3fcd31aa5d0ec6f79006e7b2cf2808a363553499575b60aa4bdbc +size 1236521 diff --git a/perception/single_instance_identification/object_counting/images/269.png b/perception/single_instance_identification/object_counting/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..36ce75a16a44e168d2c7f7af5e00f487887e8781 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8579bae4c7cff3d7aa74592cafa745dbe7553a0974f55b7a2f8dbe1def3c8e47 +size 678615 diff --git a/perception/single_instance_identification/object_counting/images/27.png b/perception/single_instance_identification/object_counting/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..4cee775ab8bee91f3e93c83c2e04961f2f7fe8c8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad133c5853e4c2ca27b5dd3d106126f5d023ee9fb24a814e951044570bfdd22 +size 1027210 diff --git a/perception/single_instance_identification/object_counting/images/270.png b/perception/single_instance_identification/object_counting/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..26e45ffb0bcf37cf45bd85fadf8be8142e0b82ef --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c385e6a3bda27a68fe2730764aba38d5d904a3512722d819c8318ed3feb7f4 +size 768036 diff --git a/perception/single_instance_identification/object_counting/images/271.png b/perception/single_instance_identification/object_counting/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..00b22ef46ff7a87de5522d975755feb1cc426759 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9e2519681afceb66912ec4a83e4415d7f19e4e2eec49792b15ecfb5d5c83f7 +size 756652 diff --git a/perception/single_instance_identification/object_counting/images/272.png b/perception/single_instance_identification/object_counting/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..48e73eea5a59ae55450b0ea75270b57102e3077d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c696c07cad0f8ddb6b92399ee0a16ea2341e4133f15f48ce61c438d3f158f5e +size 898983 diff --git a/perception/single_instance_identification/object_counting/images/273.png b/perception/single_instance_identification/object_counting/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..e98bc00ff05e375b35d84010aa2fd3521147b129 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b707dd9a21a3cee1c158d74fd416a9e652e1bed006466870dbfaf21face7b716 +size 683755 diff --git a/perception/single_instance_identification/object_counting/images/274.png b/perception/single_instance_identification/object_counting/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..5ced21dd7fc8179086deee998dc1d2517f660e38 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f44d982c228156d74fb200cc8bd74d944e2e92352857598f843a74fd104ad0 +size 436520 diff --git a/perception/single_instance_identification/object_counting/images/275.png b/perception/single_instance_identification/object_counting/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..c7700391fe0210be0c51b4d5a06ddba285c90ef0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f9833e78f578d082030822177bb1cddb95eb1d135dbca22a642535180dedc4 +size 889205 diff --git a/perception/single_instance_identification/object_counting/images/276.png b/perception/single_instance_identification/object_counting/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5e8df0af2637f85aac6b486b02b43302f44dc9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f39e59e575cfbb670d5ddbb4ec608a09c7f4d6eff184407303a8f8b3278e419 +size 1262303 diff --git a/perception/single_instance_identification/object_counting/images/277.png b/perception/single_instance_identification/object_counting/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..a6908293af8528532d404f6e44bdfca7a42e84d7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482a17ba7f0a5922fcf21ff7ba20eb5714deaa8b25fcf4640b6c976f771a7441 +size 530571 diff --git a/perception/single_instance_identification/object_counting/images/278.png b/perception/single_instance_identification/object_counting/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..5c11b73ac924bfc7468a943d857168f932f97f35 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f268bfc4f65890dc7bbec83a11526f5af51ccc28a6ed0a23fcb55b8b8ed45986 +size 1394680 diff --git a/perception/single_instance_identification/object_counting/images/279.png b/perception/single_instance_identification/object_counting/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..8950798439675dfa9a1a4838786a38374d0fba34 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9211d5c8c9e6fb2da5f9f6556b46a067843dd9e3d75656c17fc036fd73dbf960 +size 974661 diff --git a/perception/single_instance_identification/object_counting/images/28.png b/perception/single_instance_identification/object_counting/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..fda1026f4e018675c0a1ffd5ddd582a4953bffc4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f227f4c9d0f575fa7a196fe60188d6c84d9569f48f03deac56320c4b79f835 +size 523824 diff --git a/perception/single_instance_identification/object_counting/images/280.png b/perception/single_instance_identification/object_counting/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff8ba8d81bc2607aa7582b653e888c8542bde42 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dfb350d9be9c96623577a198d2abeee01e76e45b8deb1fa3e2c2b91b79c913 +size 271115 diff --git a/perception/single_instance_identification/object_counting/images/281.png b/perception/single_instance_identification/object_counting/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..f5238c311cf4d80231ab897b1f7e57c547d46cd1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f406f50c4cecffd37991d335eee5437a261b94400ed26aff9a23b5f973c410c +size 1267269 diff --git a/perception/single_instance_identification/object_counting/images/282.png b/perception/single_instance_identification/object_counting/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0074da53c7939aa29a020b208639cdd7b05149 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3636f32265972527a52397ef0b65c505083212c42c0fde8d4dbc45a5fc37ce +size 683522 diff --git a/perception/single_instance_identification/object_counting/images/283.png b/perception/single_instance_identification/object_counting/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..6f1cf39094d4ab913b2b895bd0a6ebdb76044599 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fe1a38d40bf2dc9cfef6df1a005c83824b34d059126a670653723b06076f2a +size 920612 diff --git a/perception/single_instance_identification/object_counting/images/284.png b/perception/single_instance_identification/object_counting/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..493e099e56b593f3218cb7b4ef5850489f46ef0c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2a531fc1ea45bea9ebcf18cda8494310071f954f6d1a54126b9906ccc2a40c +size 857557 diff --git a/perception/single_instance_identification/object_counting/images/285.png b/perception/single_instance_identification/object_counting/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..37dfb37ac9919cbb8b756b0868a1e510919a1002 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd291f84b4b78cb19f10677379c20b1bfdae81af9d050c6f74812ae52357f3e +size 1300345 diff --git a/perception/single_instance_identification/object_counting/images/286.png b/perception/single_instance_identification/object_counting/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..8407394895d9e9a0a36762f2772f9a266d88ac3e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505c471aec31357c31a988e04ca9c137ee16ca81d1b61ef795ef65babe17a29 +size 269848 diff --git a/perception/single_instance_identification/object_counting/images/287.png b/perception/single_instance_identification/object_counting/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..853d132ecef3a59ec4cac8990be3c8d1826c4a18 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d65072a3db380c2107ade57c132ac6702f3c57467d67ddeecbc27e94363b29 +size 1374465 diff --git a/perception/single_instance_identification/object_counting/images/288.png b/perception/single_instance_identification/object_counting/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..82cf01a4410ddfd7d2e097f3112bcf2afdedd095 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfb8d08f1d9bbf8427e12197ba1701d952a533d6c6687e94d53ba039ac7cb9c +size 93817 diff --git a/perception/single_instance_identification/object_counting/images/289.png b/perception/single_instance_identification/object_counting/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..241d30b444c27b84c38002c27f73611248c20288 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915765a310dde7f728895629b5104f57e66b1c4b6d941a23788716c00a6a7888 +size 1204575 diff --git a/perception/single_instance_identification/object_counting/images/29.png b/perception/single_instance_identification/object_counting/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b7ca4eb6383be6d73babb60566a524c49f6d6a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e8ec858318e2eef5f050bede358fd8f273114238c72b19a7a2462b2e2d364 +size 1257809 diff --git a/perception/single_instance_identification/object_counting/images/290.png b/perception/single_instance_identification/object_counting/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..7823727de1b4aafb6df3ba644231c66a5b6d9e7c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04938e4e4f2ca8eba38c23da679a0744bf0f6c556449f951da19872391b854 +size 1067876 diff --git a/perception/single_instance_identification/object_counting/images/291.png b/perception/single_instance_identification/object_counting/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..24b2fd7e31b26bc4d9682f409fdc3775c31f8812 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74898f9e11cbd128e7b18d2d4203aed495e0c233648f245844e0bc53d4859833 +size 529845 diff --git a/perception/single_instance_identification/object_counting/images/292.png b/perception/single_instance_identification/object_counting/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..fe6b114b3cdc47c2767e079d49d372fc76cad286 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425351d850cae6110e0969b61f947657a25ffba6787ed1328fc36c48465b7888 +size 1102481 diff --git a/perception/single_instance_identification/object_counting/images/293.png b/perception/single_instance_identification/object_counting/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..e73071e37e0929d3ce4141b430fc029e9b7c024f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe93937e95897327e430ada27b8cc1ad5c0092a22be80cb210da20b7bb45e756 +size 564736 diff --git a/perception/single_instance_identification/object_counting/images/294.png b/perception/single_instance_identification/object_counting/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..53804976b82dccc745c97ce4c5308a0e19911c4c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0752a78ea2e4f483186fe7c1412b091d3595c452a5c7148c1e92d2748193e2f3 +size 864422 diff --git a/perception/single_instance_identification/object_counting/images/295.png b/perception/single_instance_identification/object_counting/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..8d533f6775674ce86428a85e608b216f30bece6b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5fd5a9acb7ef9e529b9b75a8fbf45bf46459674ea2e8977227bdd8c7fd6357 +size 1131279 diff --git a/perception/single_instance_identification/object_counting/images/296.png b/perception/single_instance_identification/object_counting/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..928e85b4256cf0a061a89d2e91c899a87147643d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df00d4663eb0f74ac3a3df082a5a26cd242650fd3ebcbff9090f503ac8d76165 +size 470168 diff --git a/perception/single_instance_identification/object_counting/images/297.png b/perception/single_instance_identification/object_counting/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..ac63035da4b8255ea4c831a46f319040cfa4a620 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb772a86b21694344a62ea478c89c674ee481dfe444f4c831bbd4b38d47d342 +size 932594 diff --git a/perception/single_instance_identification/object_counting/images/298.png b/perception/single_instance_identification/object_counting/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..b056b315a7a2308548b5742f2a50f5c1286c2105 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b8ee064245c44a91af7a59198f84af111e410444d7a0a87550217c72d99074 +size 882197 diff --git a/perception/single_instance_identification/object_counting/images/299.png b/perception/single_instance_identification/object_counting/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..b4bcb3e2f59f81796af0c461f1eb452dd867184f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6d2b47afbc0acde49927cffc154c9e2fa75fd7631ca74a8c8afcfd254703f4 +size 1283634 diff --git a/perception/single_instance_identification/object_counting/images/3.png b/perception/single_instance_identification/object_counting/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c73c83d9096c6d1eecac6ba5cab4f4c0d670a525 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf369540bd1819b20964218f196326169ee7dab56432bebd552f4413bd2e8a4 +size 1284481 diff --git a/perception/single_instance_identification/object_counting/images/30.png b/perception/single_instance_identification/object_counting/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..206c182ea0b927566285bfee5db61530500d9244 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0473b065f5dbbdb0696ae61336726b23aaf7d911d544c9832a420c1195bc4b3 +size 562117 diff --git a/perception/single_instance_identification/object_counting/images/300.png b/perception/single_instance_identification/object_counting/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..029d745954837928334c49062eb4074990629e55 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f7a18f14075113354e927184dd615fdbc0db225b63cedd3d02a99ef874a182 +size 1213373 diff --git a/perception/single_instance_identification/object_counting/images/301.png b/perception/single_instance_identification/object_counting/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..16bd565e4d2eb05572e2894ea4cf103c20bb9f8c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee51c09a9cb021511581100f89b3e8973cd6e5abefff9df26a412a492719ef6 +size 1440664 diff --git a/perception/single_instance_identification/object_counting/images/302.png b/perception/single_instance_identification/object_counting/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..7fdeadf5529e2c90dc57832a4724a84fa69eebd7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1c4528e8481337b04bfeffc6796518cdff0541d62e7d8e3a062a2881f25671 +size 1497739 diff --git a/perception/single_instance_identification/object_counting/images/303.png b/perception/single_instance_identification/object_counting/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa37a010e0d75b4ab272b90bc441d0357598f33 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8286328cd6cb8afdfff38b8a1bd27c8cc75bbf57088e773c02c1ea375b5b3da +size 1158088 diff --git a/perception/single_instance_identification/object_counting/images/304.png b/perception/single_instance_identification/object_counting/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..393a60077fb37abf2b9758e8ae3d88959c5635f1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721d2683b12e989b8656efdf336e304ca8064e3f45a2766f023fddcab140fe4b +size 192106 diff --git a/perception/single_instance_identification/object_counting/images/305.png b/perception/single_instance_identification/object_counting/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..44a469fb9390d9a1d918f251622535d754789def --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf75ea580a5afaed91b6549cb500223185fb0e2f40b67a669a10b1bf62cb357 +size 1199145 diff --git a/perception/single_instance_identification/object_counting/images/306.png b/perception/single_instance_identification/object_counting/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..437a85e5e053a60dccc98066a0faa401c90e218d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd82c45e317ac438c858e4b0fde3342efc1364e9a86e95da4b6da32e79ecf2bf +size 744693 diff --git a/perception/single_instance_identification/object_counting/images/307.png b/perception/single_instance_identification/object_counting/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..78f190b70c626815e23b0486abbe854b0eef7a19 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b21bc7fe551e06c6bea111014eda0a1ad59c840f24c14455986fbe6ad2425b +size 1196403 diff --git a/perception/single_instance_identification/object_counting/images/308.png b/perception/single_instance_identification/object_counting/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..c679aa920fa716aa3dda49fb2d84726e248e1ef1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1cc55f8aab8f785c8c8c1c6409c5625170c07bc84314b6290b49e64a3b70a0 +size 1147945 diff --git a/perception/single_instance_identification/object_counting/images/309.png b/perception/single_instance_identification/object_counting/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..d686d5ff68d8708d276a00bf420520281aa21ff9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1a5d9a95174788e546dd1401ea8fd40911d6872688e49a5194293a2e4fa3b2 +size 692074 diff --git a/perception/single_instance_identification/object_counting/images/31.png b/perception/single_instance_identification/object_counting/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..777d9b4cd8df23f91a005d87eb6eb4917afc9ee0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeeaa9df0837b47d639b0ebfb2ddc40e0741d64d05db147c6ddd21655db9055 +size 1206836 diff --git a/perception/single_instance_identification/object_counting/images/310.png b/perception/single_instance_identification/object_counting/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d43949d1836ddb61ed677612296dd8c71593c3 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f149f13dc43ac2334818b0a16c004118b69e6cc2f7b52dc690f9aaebfdc2a61 +size 1242710 diff --git a/perception/single_instance_identification/object_counting/images/311.png b/perception/single_instance_identification/object_counting/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..0d21a68a55b7c14241f261e323a37b78f76c8c8d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010ac255902dc8440703db94f4b3f6b55e92d79a915e7b3ef26f24af3b3bc741 +size 1289468 diff --git a/perception/single_instance_identification/object_counting/images/312.png b/perception/single_instance_identification/object_counting/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..2356296183ac28976682d08d719ac1e4ca32f525 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e2dd82a4911a83416d0152fd5513fe472660b6bb18678490ce4984ecc150d5 +size 1198466 diff --git a/perception/single_instance_identification/object_counting/images/313.png b/perception/single_instance_identification/object_counting/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3a28656cb4538a6c0f1b80c3e04bfad292f23d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a755aa6485567e0d9eba327a31c2d946fefb88ed9f3c04f1aa4cdac0a038b2a +size 836213 diff --git a/perception/single_instance_identification/object_counting/images/314.png b/perception/single_instance_identification/object_counting/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..e54ad180e3d712aef520b502f0f11bba878eebeb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b539e0da968e216334a420e0810c50bc0afaadd0979d6ca31d6d9548d2bd752 +size 1127673 diff --git a/perception/single_instance_identification/object_counting/images/315.png b/perception/single_instance_identification/object_counting/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..9806d89d5224924859152fc08ce146ebc46e3882 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c53b9c3aaa651012e72e4f1ced69c4ae9c57b4d49a62b10e94b64be60b2498a +size 508674 diff --git a/perception/single_instance_identification/object_counting/images/316.png b/perception/single_instance_identification/object_counting/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb4f1198a4b54f9064b5533a26afa380e75da0a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07edc377c3c44c5f605168368be446e6524cde8cfb845684cd9be462e22d1764 +size 1133271 diff --git a/perception/single_instance_identification/object_counting/images/317.png b/perception/single_instance_identification/object_counting/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..8824c790ff39c7bf67df7b19b923511a0610322f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0938a5dcdc74fccb3cf4853c14caff454b688db86d51a726c3711313a1792fa2 +size 916212 diff --git a/perception/single_instance_identification/object_counting/images/318.png b/perception/single_instance_identification/object_counting/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..08fa0b68fdbb1ebd658f69d293edb22df74fa739 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ab48a0fb1c3fed1456ce013d0eb66ca6567295ff587138495009309c1d8250 +size 780917 diff --git a/perception/single_instance_identification/object_counting/images/319.png b/perception/single_instance_identification/object_counting/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..2743c5f291c7cd893eaff81abd721758f9790c20 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65656e8482a3434446f6fc21963e339599d913c4d2d3ab442b02065c682e113 +size 1225060 diff --git a/perception/single_instance_identification/object_counting/images/32.png b/perception/single_instance_identification/object_counting/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..60f759b4645e40aa2de9801896671a150945d51f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5f72fb4609e679c45806154de11b2e9bfecd16cadc25768b390bb6a68cfe77 +size 422072 diff --git a/perception/single_instance_identification/object_counting/images/320.png b/perception/single_instance_identification/object_counting/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..1f70d14bdf7f91d363ed32143bbf443c4b7be468 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1fdaeb86fa529b301ad3a5ecefd0df8a410a943cd4a289ee99ced5c51b2362 +size 1341834 diff --git a/perception/single_instance_identification/object_counting/images/321.png b/perception/single_instance_identification/object_counting/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ccf79a3e0d099cf5f552823acc5ec5cab57a46 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c8c9061961e374f832af8913fe65530f7f46af8056fcb709655c162d5549e8 +size 828187 diff --git a/perception/single_instance_identification/object_counting/images/322.png b/perception/single_instance_identification/object_counting/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..609f60b6ddf3d3c6ac367568d499696b5eb1f6a4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51732fd8ea02c68ebfad3bcc77aab003b624ee86368ca6867da024a0c9e0bf74 +size 1416605 diff --git a/perception/single_instance_identification/object_counting/images/323.png b/perception/single_instance_identification/object_counting/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..550bbdcf0d70a54d09206af80b4f94e9e027ff24 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b8c74bab5748ba0c2f53121d918f858e0d1852c4867a1c9fc0982b41e9437a +size 941890 diff --git a/perception/single_instance_identification/object_counting/images/324.png b/perception/single_instance_identification/object_counting/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6832faf889e7408c7ecf69e5009ce56ce6366e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aacb950510404d7bb379a01e249a37a75137e57de72e3fd3152d18c898ff31e +size 169379 diff --git a/perception/single_instance_identification/object_counting/images/325.png b/perception/single_instance_identification/object_counting/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..983848f28d7d760c69ce0be1fa518a1da7aeee75 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4ac712f3e071e933aa3da42677f07bcb71280739ea2e486ed6d7bdec26480e +size 1405823 diff --git a/perception/single_instance_identification/object_counting/images/326.png b/perception/single_instance_identification/object_counting/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..54408a75de56d60180a135283dfc37ef76e9a6de --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c9320db26bb051d58ac26c9dffbeae58f313ad7483d6b6846008b9fecf4d62 +size 1103798 diff --git a/perception/single_instance_identification/object_counting/images/327.png b/perception/single_instance_identification/object_counting/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..c745111972542940e640467a68e0649e835b96a7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9bd03d3ed61c44ea333e72f6ffdd515a7dc04d117221f74dafe71d87d962e5 +size 1281817 diff --git a/perception/single_instance_identification/object_counting/images/328.png b/perception/single_instance_identification/object_counting/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..45a97700ed4da6f0eaccef7ab262ffccc1b1da26 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf4d691a40f74039dedd1bcfdea428c9aad0d8065a9208289d9f07994554aaf +size 1261885 diff --git a/perception/single_instance_identification/object_counting/images/329.png b/perception/single_instance_identification/object_counting/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..467e075b768ca5e458b054b558328faef1fcec30 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bc78dd94f1a026f4b82679be2bdfed4af73a43cbda4461480df5343eb7ea86 +size 1567912 diff --git a/perception/single_instance_identification/object_counting/images/33.png b/perception/single_instance_identification/object_counting/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..bcbfbaf9218226d1a5cf8d2643d0f698f44621ed --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d34bde5b89bdc43c950db0f3fd1d0049066b8661a022b7ee10b14b7e143bad9 +size 1482965 diff --git a/perception/single_instance_identification/object_counting/images/330.png b/perception/single_instance_identification/object_counting/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..410917a5c459bc0e0c7ac436609a24c5e88d14a7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32666ea315dadab26833f1adc2abf95b36381b8fc6c13daa6f0e71b98b23d10c +size 865059 diff --git a/perception/single_instance_identification/object_counting/images/331.png b/perception/single_instance_identification/object_counting/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..8469286cfdbcf17377cee98baf2f324a6fd5e6bd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ae5fe1f3c71cca4554509dd8c65b760be9bc24fe8517f5795c65c1225909cd +size 973542 diff --git a/perception/single_instance_identification/object_counting/images/332.png b/perception/single_instance_identification/object_counting/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..a9881b0428350924441e83516cbddc433a3069e6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7331339d8d27b510848da776cf860ffcc356f50bf1b7084c741ff1ef0d2d70bd +size 1039601 diff --git a/perception/single_instance_identification/object_counting/images/333.png b/perception/single_instance_identification/object_counting/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..a321f163130f1a1b62c40450ceb2181d670ea97f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1061b6579cb3ae54e5c1d35ed07162ca513b6c48ddaa9bf138c07de7f9ff3621 +size 1435889 diff --git a/perception/single_instance_identification/object_counting/images/334.png b/perception/single_instance_identification/object_counting/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..a45e1ed1f6a5773d2b2bee39749fd0e23a84e528 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a44692f95f7e9c7a8faf159d572598223214779f3fd1ad00e9f20bb056cc90 +size 773538 diff --git a/perception/single_instance_identification/object_counting/images/335.png b/perception/single_instance_identification/object_counting/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..733ab77ccd5ede4284ca2fcb0ce0248e15d55c45 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbc2d843a5a890f74ee666d2487903e0ae2b3d60d6dba1dc4ba871bdfd8157e +size 628190 diff --git a/perception/single_instance_identification/object_counting/images/336.png b/perception/single_instance_identification/object_counting/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2029b39dee3098df18bb08d969218a1fee8a0a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b53aeb57d579321d19a1eacc490a785cdb0362822bc76587bc7daec4ede298 +size 820565 diff --git a/perception/single_instance_identification/object_counting/images/337.png b/perception/single_instance_identification/object_counting/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..a597ce887247ca70083de3e172de1fc66d458675 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64dfad2670defa22ae7aa1878b455f562260cca2bdb7a8e22bbab1b887af42e +size 313715 diff --git a/perception/single_instance_identification/object_counting/images/338.png b/perception/single_instance_identification/object_counting/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d3267bab68d2ecf2e61e5ad900d5b85591b0d7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12188ea75141530fe960ce301e838bf2b2fa7b315648719f63ef9de7bffd8ad +size 1407054 diff --git a/perception/single_instance_identification/object_counting/images/339.png b/perception/single_instance_identification/object_counting/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..7b759b29ff351d79a8c19aad05e601dcf29bfe5a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f607d98fa82ff1ab2ed3d7bb5b58ecfb5d047685bc63d64c01eccf7b193ce397 +size 740452 diff --git a/perception/single_instance_identification/object_counting/images/34.png b/perception/single_instance_identification/object_counting/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..97ae1757ca1edaf8d6062e7d0b9775b83fa99adf --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e1531ea94492bf875603894521a6ef67ab6edfecc1ef0480869fe4f8c62094 +size 1280187 diff --git a/perception/single_instance_identification/object_counting/images/340.png b/perception/single_instance_identification/object_counting/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..cda1e0e6e370b0b34482f31eec38c6054b454a34 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0de851dca74d6d2dcdf43b89ca4407aaaf6b2019982bba3da9c065ea3eac205 +size 619912 diff --git a/perception/single_instance_identification/object_counting/images/341.png b/perception/single_instance_identification/object_counting/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..33416aa3aad2ac93539be94f22857bf2b02732dc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4061085a1888239be7ce636cf643d055e40314613a2f28b9369199b9f864994 +size 1066668 diff --git a/perception/single_instance_identification/object_counting/images/342.png b/perception/single_instance_identification/object_counting/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..a2786b2b7f5170e996c942d4baaa587c62e91c00 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3e6e36747da44d7959f47af96a46e8f0f790bf9b0b6ec370deebd779b32e93 +size 1103634 diff --git a/perception/single_instance_identification/object_counting/images/343.png b/perception/single_instance_identification/object_counting/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..32ec2119966f66e24510d29320c0c15462874b16 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276a028d2a0b51ead060e88bf25430dd7ed91e46c422d0b93cd17de9984edeb3 +size 722051 diff --git a/perception/single_instance_identification/object_counting/images/344.png b/perception/single_instance_identification/object_counting/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..33ff67f7b460ab3cf7c114be82a99c9e53766d29 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a889375709b47e1e7942adac5443aef1d13ea932d80b0cfc0cdf784d5bb6068 +size 831966 diff --git a/perception/single_instance_identification/object_counting/images/345.png b/perception/single_instance_identification/object_counting/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a9bf750f1ec5597861d9a0d176c9e59b97e04 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b168dd37301614a03b2893650bdef3cadfc0f41df13b2f67f30567aa4d39a36 +size 1233735 diff --git a/perception/single_instance_identification/object_counting/images/346.png b/perception/single_instance_identification/object_counting/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e4fc777e382c72a3770f9a49a67fe6043a423c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba8b0fc043f85f6a8de1c2a61c0fa3b66b8c11b91bcb73e2e8fad9af8edd654 +size 1419153 diff --git a/perception/single_instance_identification/object_counting/images/347.png b/perception/single_instance_identification/object_counting/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..87f9990f70517f492cebc3f4bf9483536647c054 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee907965bb1620e1a3a47a2ba7e75a1d88b16bbce05ef461009c53f0dccf2ccb +size 1234905 diff --git a/perception/single_instance_identification/object_counting/images/348.png b/perception/single_instance_identification/object_counting/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..6e501ae4f9507e6a3f7742fa3025d1bd4fba42d6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783bf633cc541a9004b1ad09242454725f7d86173bfef155f4c8955bbc93d7da +size 885938 diff --git a/perception/single_instance_identification/object_counting/images/349.png b/perception/single_instance_identification/object_counting/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..3636459bf9335ae29cfeac203e76785742bad7e4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9224b3614cf712b5c306b626fa5ecc6ec70f295c340ac551740440b581672b +size 951261 diff --git a/perception/single_instance_identification/object_counting/images/35.png b/perception/single_instance_identification/object_counting/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..7214e0a15412a4ded00a115aebc550660799f509 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09047f440364b02792165074ce871cf60926cd2ca4b4b80a8b7bc2436ab9a56 +size 1206020 diff --git a/perception/single_instance_identification/object_counting/images/350.png b/perception/single_instance_identification/object_counting/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..74baea69ec26e9a2a7477f7725f7e2e82b5e14a1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba86beff9358d61835307e3176d08b96d3c186d84bb9f507c0863c10d95f984 +size 1113108 diff --git a/perception/single_instance_identification/object_counting/images/351.png b/perception/single_instance_identification/object_counting/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..510ecc811e18effe03085b27c58616beac5349e3 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b535574127d5a8304194c5205b2c237914ac46efbc20874a810a0be5ecc80a +size 1162030 diff --git a/perception/single_instance_identification/object_counting/images/352.png b/perception/single_instance_identification/object_counting/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..a2431bca54937d8a60da1cf13be75d6cac724666 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f7c4099324f738a2ac2ad360ef787a9ddaacf5471ccb2c1c66ebc0a4a79b17 +size 856322 diff --git a/perception/single_instance_identification/object_counting/images/353.png b/perception/single_instance_identification/object_counting/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..fb47941eea30eac996d7e8c6a22591d778cfa0ff --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf1d7f2353dab483547a66ede3e7d02d1eb1c355df24801c0986ab7763e9b8a +size 1449858 diff --git a/perception/single_instance_identification/object_counting/images/354.png b/perception/single_instance_identification/object_counting/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..941d4b1d511d886056f1a181a7cdfc485f7261ca --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d536d52cac8cf80f4fe7e4d545dc5fbcc23f7ce686d9880d6804ab0ac20a8a +size 1385989 diff --git a/perception/single_instance_identification/object_counting/images/355.png b/perception/single_instance_identification/object_counting/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd8e12bbb7b676e45e081a3b9e7d1b53af7ceab --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c339912f540e6284dde16ed9a8669909815c55c4700e795f121ccf742ed86035 +size 207057 diff --git a/perception/single_instance_identification/object_counting/images/356.png b/perception/single_instance_identification/object_counting/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..cc752bffce51bcc3654929184ee347205b0c70bc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467e088ac197c8fa2ffd9d2bb743c0faff475bcdec390358f5a681128e7b52f5 +size 810119 diff --git a/perception/single_instance_identification/object_counting/images/357.png b/perception/single_instance_identification/object_counting/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..a54eeae340140b4f26f134ba189c11a929d616ff --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75357c35b19b042e2e906873bfcb3870055af7d556a5d1ee2d4e9f8050b8c08 +size 1188997 diff --git a/perception/single_instance_identification/object_counting/images/358.png b/perception/single_instance_identification/object_counting/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..182c4dd9fa8259f9da6666aaf4dc2131f336db75 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226b5de6090ec4d592979b9a7c65273da2b007b0e2b2d2d398da10bb8a51acc7 +size 1286109 diff --git a/perception/single_instance_identification/object_counting/images/359.png b/perception/single_instance_identification/object_counting/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..b3c03604829205bc3e05f5801533dbfd7d7fc9bd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169f43adc7ae433f6f67057c46e046be632233c57c1cc13014efc8ef94df3654 +size 873827 diff --git a/perception/single_instance_identification/object_counting/images/36.png b/perception/single_instance_identification/object_counting/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..81c23e27da6deb6639f60e388e6de4e5d4e56f3f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e56435a12050c54e69116be2466f8cc813d6b070e5c723cfed0561dd6e3aad +size 366228 diff --git a/perception/single_instance_identification/object_counting/images/360.png b/perception/single_instance_identification/object_counting/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..c53a54bab251befbfb02a6453daa6c19e15c101e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132783373580d888c0f2b75ca1c262c9e40ae54cfa8f8b803d1ce907e58817bd +size 1216849 diff --git a/perception/single_instance_identification/object_counting/images/361.png b/perception/single_instance_identification/object_counting/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..53c0f7a171b242cfbc11ee5b7d5ebce406c4b8f8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4419060c7766620a4f34fa70ecd9f4fab93b13abf204e57d8eabb9cf2bfb5d +size 1293597 diff --git a/perception/single_instance_identification/object_counting/images/362.png b/perception/single_instance_identification/object_counting/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..e09c627c28e626307dde31c74210aace67185d67 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cde208747cfc8d2e50e6595e4a6f0b4bfa63f8ffcbe708ba743556393eff40 +size 553209 diff --git a/perception/single_instance_identification/object_counting/images/363.png b/perception/single_instance_identification/object_counting/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..c520f96b3c66af65e7c954ba8336b31e633ea473 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c210504061decdecdafe3923ede6d7167760fe5cc3542c4cf82f2e4588ad4bf +size 939847 diff --git a/perception/single_instance_identification/object_counting/images/364.png b/perception/single_instance_identification/object_counting/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..aeaf4e327fe7f6a483ee2b6297327c80afb87870 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a0c42b760b9ab77d0decae2e948ec54459e07270d15cd4ae8d305a3f77c0fb +size 139686 diff --git a/perception/single_instance_identification/object_counting/images/365.png b/perception/single_instance_identification/object_counting/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..d938b9346ae0979e36b477e38d3747649b618bd5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4810cc723d1379c8dcb6aa21d5593c9b864f18b38c3390271c9b43349789e650 +size 1084673 diff --git a/perception/single_instance_identification/object_counting/images/366.png b/perception/single_instance_identification/object_counting/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..4f366490647f4c20a3f37d7e4c3a0ca4964ffc77 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa64dc099c4fa73e4f330be4b3178a3019a3554f68cf0d10910bd603824eed10 +size 660691 diff --git a/perception/single_instance_identification/object_counting/images/367.png b/perception/single_instance_identification/object_counting/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..8c25ee0199265ad0b0381168d91c99575b37c93b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e44076e60b128071b13001630fa5c6c07a696c2370b629980b45dce6589cd3 +size 1195142 diff --git a/perception/single_instance_identification/object_counting/images/368.png b/perception/single_instance_identification/object_counting/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..7229904a656d11b9c8baf714490ed5fc7d2eb7b9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b0378bf0f5fd066798d7a523b26559dccf75e87c3f67d00c1da9934d91ee97 +size 1589700 diff --git a/perception/single_instance_identification/object_counting/images/369.png b/perception/single_instance_identification/object_counting/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..cdca9d8ba456d6f2c5cbf4d53f2d0d21c7789652 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f73558401a637791d3d25ab8f30fdf81dfe481f536d9361abab4d7a6b424ff +size 1400799 diff --git a/perception/single_instance_identification/object_counting/images/37.png b/perception/single_instance_identification/object_counting/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..2986f51d2e0fb90b4df7cbf78a8fa3a36510a592 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42ebb2c6adebc043bb3c75381b099875b4fd5d8865777bc5892310366bbd339 +size 716323 diff --git a/perception/single_instance_identification/object_counting/images/370.png b/perception/single_instance_identification/object_counting/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..309f3fa8dd662fbefeca358c303c1dde76897579 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9385e55b653badb7054b939c91252f003dce3546613575952251f969ddbfd0b +size 855694 diff --git a/perception/single_instance_identification/object_counting/images/371.png b/perception/single_instance_identification/object_counting/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8ca0358e2df366812da89f6705a534a2e288b1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad01bd1cccac6c8a44f36642a5ba033c43e3c4a2c90888c6465e6fbf6f6c7ef8 +size 627459 diff --git a/perception/single_instance_identification/object_counting/images/372.png b/perception/single_instance_identification/object_counting/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..deeffe12cbe495a4708c9f92d031972f82f267f2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089867395f3631a53970606f84980f342afb93b50da36ab362bd48ab7bf7aa85 +size 1559752 diff --git a/perception/single_instance_identification/object_counting/images/373.png b/perception/single_instance_identification/object_counting/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..61d0378073de1921b94347f30229ed8c8ea94418 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6923c87c75e9defeb5aa54de1f0c5c2250a3917126b9922749e2a44e814e7e3 +size 708308 diff --git a/perception/single_instance_identification/object_counting/images/374.png b/perception/single_instance_identification/object_counting/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..11eb0efb1ab4ee913d35c1b79c61170f30ac54c7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd124dd241f3988571c76661825bc328f1de0413483f82626c364a9a6e25103 +size 960969 diff --git a/perception/single_instance_identification/object_counting/images/375.png b/perception/single_instance_identification/object_counting/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..393bc47d48f06617800cece849dc59af6677c364 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebd53c17b107e63cc5002dbd7f336e95c8240c48165632263971e8cc69274a5 +size 1072438 diff --git a/perception/single_instance_identification/object_counting/images/376.png b/perception/single_instance_identification/object_counting/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..32477455133a19212366d1aaeba19b4dd38646fa --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7719aaff419b01c44650df78aabde208fd984a006d643d298040a41a2541bd30 +size 1287400 diff --git a/perception/single_instance_identification/object_counting/images/377.png b/perception/single_instance_identification/object_counting/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..b5d0706924582add4ab83300d879aad946b1a63c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a75ce656bbe50711d53447e294cacc70f841cd51d611e25ee32fc4d7dda679 +size 774374 diff --git a/perception/single_instance_identification/object_counting/images/378.png b/perception/single_instance_identification/object_counting/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..11d7bdfda32ae4e3773a5448f750abebba438cca --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccee8fb6a314834a1b927d968da847f8176ad9543ff782fa5141b1c443bdbb2d +size 104570 diff --git a/perception/single_instance_identification/object_counting/images/379.png b/perception/single_instance_identification/object_counting/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..97c6edffb8e65778a1f05d5221114844f5862df1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6b6292c569fa1bd1d7db495ec433669f4fb3bd640934546d733b2155bb1d03 +size 1401554 diff --git a/perception/single_instance_identification/object_counting/images/38.png b/perception/single_instance_identification/object_counting/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbc1acc9846c9f62e88a43c550d7e35e34ccc4f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee280f90bc977af8da442df5f2b24327a124074030aa7be152f4e3770adcee20 +size 1406090 diff --git a/perception/single_instance_identification/object_counting/images/380.png b/perception/single_instance_identification/object_counting/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..6d87419e661e3aaccf00181a64e36b74d2dd275b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef44f7680454ce9e103df78da39601a99cb9b3fb873184fbea32039fb56c201 +size 214343 diff --git a/perception/single_instance_identification/object_counting/images/381.png b/perception/single_instance_identification/object_counting/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..fc35c29e1edd4a830640f2aada69825dd1e948a4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2c227f9cc51fdd0aae33be8b06887e29ee9a510ca927ed6ce04018e6737046 +size 670958 diff --git a/perception/single_instance_identification/object_counting/images/382.png b/perception/single_instance_identification/object_counting/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..38f4fab7ed77bc157739d7513161b2bfadd53cbc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0d1baa44414555d7d6c5d432d33fd1bd8bb64163732ca5082e0f66dfc63498 +size 1349235 diff --git a/perception/single_instance_identification/object_counting/images/383.png b/perception/single_instance_identification/object_counting/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..30a90e4bad2864e9964c6253c4b747df783f0fdb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9ab26d324f07113fd3e1d716b5d396cb1272ee66d2b03bfb9d33cec17621e3 +size 1162119 diff --git a/perception/single_instance_identification/object_counting/images/384.png b/perception/single_instance_identification/object_counting/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..a7e5c707ce50db7c1fb6929da199e80928246453 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0308cd3c1d2678378493d77a43f6c722d4af938bc38463d57a9e58b08cd4c6f0 +size 746406 diff --git a/perception/single_instance_identification/object_counting/images/385.png b/perception/single_instance_identification/object_counting/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..9fbf0fb97617b682a46d159637d08bea74076dfe --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27342b79a959eccdfc78a55c3a291e58279495fbe25d5b4956a4bdb9f9c1ae5e +size 1463190 diff --git a/perception/single_instance_identification/object_counting/images/386.png b/perception/single_instance_identification/object_counting/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..03b3a2954c66e348630ca7c88bfddebe9a273d2e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab3b996820797947c962aeaac7a5fdcc78b4059eb55e82012475ba5bfa93862 +size 1159458 diff --git a/perception/single_instance_identification/object_counting/images/387.png b/perception/single_instance_identification/object_counting/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..0f4725b844f4a4f395933f0f928213de910f9505 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0814bbb90bf37c30b128a701cfae37deb4b13d6934fb7de37fede49491e56aa7 +size 131364 diff --git a/perception/single_instance_identification/object_counting/images/388.png b/perception/single_instance_identification/object_counting/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..78fdf78b8becf4cf12fdf26e2b0f1eb1b6e04ec1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2785aabf1a51a0120ed727509c423a8c213bb973bcbd145a34254833829781 +size 1515813 diff --git a/perception/single_instance_identification/object_counting/images/389.png b/perception/single_instance_identification/object_counting/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..219ab8afcdd518a1daa0b6985be408a34147b34b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d1b07e002b0e815ba751338f0334b3054836b94a00bd96f8b072267ff7cdb9 +size 1303490 diff --git a/perception/single_instance_identification/object_counting/images/39.png b/perception/single_instance_identification/object_counting/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf7f46950de97d137e58d45579f7eba40a645fd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2deb5e89d56e28025020399cb6e87de0b3f99d1a4904530226cd1676ef8308d3 +size 691371 diff --git a/perception/single_instance_identification/object_counting/images/390.png b/perception/single_instance_identification/object_counting/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..60b920a6671c833a892dccbc7e38fc6faaec6236 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed859c260257a3652366e02a259d72388aed08034239b787d1eba81992316d01 +size 478090 diff --git a/perception/single_instance_identification/object_counting/images/391.png b/perception/single_instance_identification/object_counting/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..3bafb5e27bb5f1dfabed84f1a7f00e7245f62b49 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a4212637529506b5f8845374dd134af43fe269b9dd427397f6f6a3bf609965 +size 684501 diff --git a/perception/single_instance_identification/object_counting/images/392.png b/perception/single_instance_identification/object_counting/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9e7343202e7460f057452211a2f5929bf41bc0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05144be702ecd7dfed686bb34dfe7bb98dc173c58e315102ed5c65588ceeb4b5 +size 821624 diff --git a/perception/single_instance_identification/object_counting/images/393.png b/perception/single_instance_identification/object_counting/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..34d82f1aa84fb86d73dea9979380a66d22a72240 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c2dbf019a098fb276a490f74a90f79d8373fdc8355a5b76628f4dccd0c8ba4 +size 1021628 diff --git a/perception/single_instance_identification/object_counting/images/394.png b/perception/single_instance_identification/object_counting/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..766d9a690e61fcd70ede7ab9eea76ecd9edab60d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8026e681441c372e60d794ec699d10ec9405edbf12bc97cf21cd2bbdc9a225d8 +size 1055394 diff --git a/perception/single_instance_identification/object_counting/images/395.png b/perception/single_instance_identification/object_counting/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed04d1ecab3f9d556efd60b6859c1ef688fd816 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab246bff6d9931761efe207bbc517b08ac9c588057ed2d974fa4e106e682996 +size 1225642 diff --git a/perception/single_instance_identification/object_counting/images/396.png b/perception/single_instance_identification/object_counting/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..4ebcb839c241527b526ec7e2ab1f5b98d25ce863 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e91178dc09fc0f73635ab2769e9bce41bb83068c812d64c0dabe69866122eb +size 1002383 diff --git a/perception/single_instance_identification/object_counting/images/397.png b/perception/single_instance_identification/object_counting/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..4044a98dd793198649215d03b0554c8f05756b91 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f52770534c8da3e47908aee625f6e28bd957f1355bea48477b7f9e6b6b6e9d +size 1361520 diff --git a/perception/single_instance_identification/object_counting/images/398.png b/perception/single_instance_identification/object_counting/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..54813cdc5ea7fd07376a0a6d170df553372b169d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3611f005b6847b70bee480d82d699e73eee334ceb6b460f8f315bc4134c7619 +size 1454104 diff --git a/perception/single_instance_identification/object_counting/images/399.png b/perception/single_instance_identification/object_counting/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..40c34a8bc8e04617c9c919d36b20aceda987500f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a195c1d401f14318fa51506bba9744a770ce45273c373208bb22eaf82533c9 +size 1085213 diff --git a/perception/single_instance_identification/object_counting/images/4.png b/perception/single_instance_identification/object_counting/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5b2b925ed8ebc732c1fb46642fef0930706ab8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc4972cf9e63b8f241eebf094d0005d3596fd18e6f7f572079e25b214af366c +size 840414 diff --git a/perception/single_instance_identification/object_counting/images/40.png b/perception/single_instance_identification/object_counting/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..bd00fe6b95cb1680a8b6076dbb70e22c422b8043 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df99c5bba702c614bce9b1b5ccfa57f15c72e444d2cb81b11b3a03bc5b093d72 +size 1463447 diff --git a/perception/single_instance_identification/object_counting/images/400.png b/perception/single_instance_identification/object_counting/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7eb0d8a6af1c3f326915a1c8bdd4e46851acde --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c4a0fd7bee3e7b2a12513b2b7274be069fec09865357e9331c20662565c979 +size 822949 diff --git a/perception/single_instance_identification/object_counting/images/401.png b/perception/single_instance_identification/object_counting/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe5556bcb3db75eb393259a738d80c5d3054611 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5343e7800229d2c65cef3906bf65f282df6d24586231dab554fe24b74409d818 +size 722680 diff --git a/perception/single_instance_identification/object_counting/images/402.png b/perception/single_instance_identification/object_counting/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..64dec569cd53f67bccd0113b7af5fa56dff3f703 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3e8266aeb1d52e9e0fdffe5e86f3b22a49875abcd88b61cc2de5c72ee2663b +size 1405560 diff --git a/perception/single_instance_identification/object_counting/images/403.png b/perception/single_instance_identification/object_counting/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..52bc1b90e130b2f98dee81cbfcbe0e38ba402d91 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b6f32ae993dceb58a2975bfe0e947c50f0f3670b84ce4a46e0383dea23ae54 +size 834227 diff --git a/perception/single_instance_identification/object_counting/images/404.png b/perception/single_instance_identification/object_counting/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..99fc115260ebcb79f1edd51fc9e171530676e650 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80457fab8e57b0381eb254471a25c1456396317bb0b1887e5a5fdb5ce60d61a3 +size 1187501 diff --git a/perception/single_instance_identification/object_counting/images/405.png b/perception/single_instance_identification/object_counting/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf00f422aa0a02e92d01bff2d8974843e150a80 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8a844b569a4e451910230f24f3e27b5a9f69d497c5ae725c755bc59ddb206d +size 789047 diff --git a/perception/single_instance_identification/object_counting/images/406.png b/perception/single_instance_identification/object_counting/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..94f09b21259949b6dcca2c623d85cc4232385b82 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e133e75162e77842f3af73b33c429ee4aba69bc144bb673ca080cb21847c69 +size 155863 diff --git a/perception/single_instance_identification/object_counting/images/407.png b/perception/single_instance_identification/object_counting/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..185e93a80dbedafcf133aac8b8597dc036dc2abc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f08f59ed852bec052c66537062b2ad8bb60f94d2439c97bc4979f5d339d3aeb +size 1350282 diff --git a/perception/single_instance_identification/object_counting/images/408.png b/perception/single_instance_identification/object_counting/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..8d44b99ac26b12a0bad7f9ee5438c6ea73310a64 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7496d625c5025a984be92db1dca8e093b5f5dc7be73c1dc4bb30365c5cc56fb0 +size 822319 diff --git a/perception/single_instance_identification/object_counting/images/409.png b/perception/single_instance_identification/object_counting/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3b54934fff361ae9839228cbe984269891f9fd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a32b0212557e3afc3e9980e9e206c424cad9ba129d60b44d77341e3d7696ee1 +size 1311025 diff --git a/perception/single_instance_identification/object_counting/images/41.png b/perception/single_instance_identification/object_counting/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..c488ad801f17b7e51b1c683335b10d6a560f88e1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc650ae27fd26d0e2c2ebb758c7eefee2d20d1079825a659a14a015772e447e6 +size 1404659 diff --git a/perception/single_instance_identification/object_counting/images/410.png b/perception/single_instance_identification/object_counting/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..4937c976e39896428ada656664065cd64f8e9f8f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c893949779e44dabba7ce43859e2724c0ca22be63ab5b8d43a1f75dc1b0ef2b +size 1089070 diff --git a/perception/single_instance_identification/object_counting/images/411.png b/perception/single_instance_identification/object_counting/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd925777dff8f6a843e63bc1d7d099fce24c375 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38ee765ba30bc2b6da9de291059a9d924d28d6a5ebd139514ef2e1a91a37464 +size 1281900 diff --git a/perception/single_instance_identification/object_counting/images/412.png b/perception/single_instance_identification/object_counting/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..7ede0066a11f5c97dcf33c824fedc31247ee6090 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99025003602b744f56ddb6e3628cc9f8e37e2283af476198f9efd170ecf3b4a7 +size 954427 diff --git a/perception/single_instance_identification/object_counting/images/413.png b/perception/single_instance_identification/object_counting/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..6111450afe47f18087a194c1f7811ed592a4150b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3110ee43ff65f5be9b1a24b79d036b8db15e09d3df9cf54ff253381678042296 +size 1504526 diff --git a/perception/single_instance_identification/object_counting/images/414.png b/perception/single_instance_identification/object_counting/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..570bf0e769147b2b3cbde0c91471fa07d9151e64 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e13dc3c11affd06476f5a596ee9ecac54eba46a3a585483ce5a71a13de7b9a +size 617139 diff --git a/perception/single_instance_identification/object_counting/images/415.png b/perception/single_instance_identification/object_counting/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..9be8c755b4b52a08ede5ddae970bf6781d8b9047 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83ef942dac6e085450d6539a3aa688b2b432f588fca4be44823cca03916c75 +size 1511115 diff --git a/perception/single_instance_identification/object_counting/images/416.png b/perception/single_instance_identification/object_counting/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..a90296df336c677138c90813b8226b042053f826 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56950fa344190f210e92838f556a49b0ab67506cff2960c30acef534249cecf9 +size 1270133 diff --git a/perception/single_instance_identification/object_counting/images/417.png b/perception/single_instance_identification/object_counting/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..78b34991ce95d47a073684cfcb9d1d3e26facd43 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800958536ffe15e5e3a6d37938514a45b00e86bb40823a56e1b16f01ee9bdf7c +size 968671 diff --git a/perception/single_instance_identification/object_counting/images/418.png b/perception/single_instance_identification/object_counting/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..1d83c93c14cc985ccdda5a587954a8f7dfa93b4c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e58be20b4273372f504c0efbc93f3f68d0f59a1b22c1145de49c6e6d19d525 +size 1311230 diff --git a/perception/single_instance_identification/object_counting/images/419.png b/perception/single_instance_identification/object_counting/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..4897354d3efaf59161bf6aa50509b1ad7b0f039f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbf7e24abef42918f3efc2768196b0f411f71c2e0cfb1f176c1bfb3736c21c7 +size 1274025 diff --git a/perception/single_instance_identification/object_counting/images/42.png b/perception/single_instance_identification/object_counting/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..32c32aa104bda0d28034931ad0724d4f13866491 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d90337ce33a3c5382b47fac50bdb7d64a3e5974454b972a11f8480efedb5b7 +size 1292084 diff --git a/perception/single_instance_identification/object_counting/images/420.png b/perception/single_instance_identification/object_counting/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..e66eb2c97579b9e62317a57d9de5a41ceded4898 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ff665bfaca325fdbb9d4ef5f66139bfe003b176dbe93604e1770aaca31b23a +size 673792 diff --git a/perception/single_instance_identification/object_counting/images/421.png b/perception/single_instance_identification/object_counting/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..25b6b0845834d4f7248eba0f6e3418c7b8250006 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56ba07a59879fe9b923a9604a13e724beeb49af17513b9f5c8a74b5cc7178eb +size 706143 diff --git a/perception/single_instance_identification/object_counting/images/422.png b/perception/single_instance_identification/object_counting/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d949d6203610d23e52cf22941c04e939e70e4b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b0f8bacd7a2726cd9e900b53672316dbf69cb2743f46f9242fb0a568a75f55 +size 1329468 diff --git a/perception/single_instance_identification/object_counting/images/423.png b/perception/single_instance_identification/object_counting/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..21d2b5f4782189cc16e73ffebf9075e307f2c29e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1400c6e9c950f712503214a1d7d7a08dd6858d7416949cb5bf3cb9a6f798e7 +size 1289642 diff --git a/perception/single_instance_identification/object_counting/images/424.png b/perception/single_instance_identification/object_counting/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..b945d3b79644a139ebc4768238edc2440302f671 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b212f2b2eca7285f3ea732e21a62382e5d62da68cdf4b8b93f1292c79a338aa +size 1287083 diff --git a/perception/single_instance_identification/object_counting/images/425.png b/perception/single_instance_identification/object_counting/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..c541b5cb17b78fec68f05d3bcb23f44635aeb230 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e0c2b17d33245714869596bdc6c9259581f59b09b8422981657c28e5027014 +size 833080 diff --git a/perception/single_instance_identification/object_counting/images/426.png b/perception/single_instance_identification/object_counting/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..abe427c12cf8a038083449a237e89359c38c53e9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9012caec681c1ab13f813467626f47b4823e759a18f59ab64182483669b183c +size 781747 diff --git a/perception/single_instance_identification/object_counting/images/427.png b/perception/single_instance_identification/object_counting/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..70dc19166cd40ba5e054c6a24a219ef63929ca63 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22870aa5843dd0eb16b2a6933e2097719f0d40d8ea1f7620d78adcdac71b2954 +size 889537 diff --git a/perception/single_instance_identification/object_counting/images/428.png b/perception/single_instance_identification/object_counting/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..0f2c82a75fefa3062bc65ad6935a3a97401aeb7b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4877af9d9a8dda557d250e3ecbc0fb2d768a0f8869e8b748ab2f6973ac14116 +size 1478847 diff --git a/perception/single_instance_identification/object_counting/images/429.png b/perception/single_instance_identification/object_counting/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..320b6429a2446261be680b024dea036eca65553e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a1d09584d293802882cab8baa39c3848c7e0c347632b655ae6154cc9ef7a31 +size 798597 diff --git a/perception/single_instance_identification/object_counting/images/43.png b/perception/single_instance_identification/object_counting/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..ee0056c7d06d85f76bf203fc129c38b76898f05d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78bc5e1ac81ec4c95cadc7cf1cc6ca2f4e7f1f48193a77b05b9e526d666554cf +size 729251 diff --git a/perception/single_instance_identification/object_counting/images/430.png b/perception/single_instance_identification/object_counting/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..7034aa41212f1ff58d62528f81dda5b7a8d3a670 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f604b80bf51c95b8425722d5ada21f60c8906606a977c25ab5262ef90410fb +size 1262217 diff --git a/perception/single_instance_identification/object_counting/images/431.png b/perception/single_instance_identification/object_counting/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..a4b01b7bc52397187fbfbe239a032ee137d1e4c1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483b98552cca880b36361c3c9fda4af9f4b75634a3a4bc005442328d99ac2c04 +size 639981 diff --git a/perception/single_instance_identification/object_counting/images/432.png b/perception/single_instance_identification/object_counting/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb0741754141c518b820b8827da76b6cfd36575 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37adb58029dbc6b4da1555c463ea5ca5d48135d88c8f34d96964aa6f502078a7 +size 818890 diff --git a/perception/single_instance_identification/object_counting/images/433.png b/perception/single_instance_identification/object_counting/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..9b70814cafa90f911f4367ccd24a439cc0c94825 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703d6d7e9d7d7f3e69a372a4048dd2ecfc86e9de2d07cefd0bb735690c5aeed4 +size 433660 diff --git a/perception/single_instance_identification/object_counting/images/434.png b/perception/single_instance_identification/object_counting/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..b191774be7c5def662b0f084b928bb4f74a3d685 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe1bac717e3f9f9b2d2070d60e0d396dacb1d2dab5a752b4ef5aa3bf4b18465 +size 1146270 diff --git a/perception/single_instance_identification/object_counting/images/435.png b/perception/single_instance_identification/object_counting/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..3d0a503ace2bf1d04a947847834eb2f975a9df92 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0a2c55ff8d99836297c6b6c1bfe17ccc59262239ebf0449ff98cb691a814eb +size 1207276 diff --git a/perception/single_instance_identification/object_counting/images/436.png b/perception/single_instance_identification/object_counting/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..00655a26b0e102465f1b661e9a4fef0f0a5dd6a4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe0e4025767bc475d883c8d3b33df55bb7561789befed79e3c1b0e5e415cca2 +size 588065 diff --git a/perception/single_instance_identification/object_counting/images/437.png b/perception/single_instance_identification/object_counting/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..1f1a9d32bee36d88fff9b8622ba3b3f19cfbd5a9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb317d8547373f2750737a2bf5b29c569e21766d3e1283a36536adb5ef9aa946 +size 880320 diff --git a/perception/single_instance_identification/object_counting/images/438.png b/perception/single_instance_identification/object_counting/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..875e36ce2e6d8bb81c24e5d24d37710a229d4bb9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c6af7e5b1319116c5a51f97632ddb74bdc27f7b33c1fd04cf9c04beed63766 +size 1043834 diff --git a/perception/single_instance_identification/object_counting/images/439.png b/perception/single_instance_identification/object_counting/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..60e87f3603baec6d683599320ccf31de9ff8b304 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8867686678dda06a741e800f33bfce7bc799c8b87b4db87e4ff8a328aaac2b14 +size 974546 diff --git a/perception/single_instance_identification/object_counting/images/44.png b/perception/single_instance_identification/object_counting/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..6ddf3790f603c75acc71e8660aadc14bc84f7fdb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa51b41e6dd2240a1b813b6090bfdfc605fbfad01fe64185672be08bf7418f9b +size 909814 diff --git a/perception/single_instance_identification/object_counting/images/440.png b/perception/single_instance_identification/object_counting/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..5923c66ba50ac15811242a578d51e6109d5fde60 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24342a821c8528c9623b98f9d1c7ac48c488b9f91cc39081acb150cd5f2ff74 +size 1376655 diff --git a/perception/single_instance_identification/object_counting/images/441.png b/perception/single_instance_identification/object_counting/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..93c6594efabc684e51494bbef275e5aa4ec73a6b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995277ff489800f294aaa34d467a9daca44e57e9dbbc56ed086bf4fc527873a9 +size 682035 diff --git a/perception/single_instance_identification/object_counting/images/442.png b/perception/single_instance_identification/object_counting/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..30e0c3fb0048052b9c4b909a9b9b0a11bfbc7e6a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6f723d7d91479d864d0d8f1142700b50f75e32e309ed5304c73ca2ea79fd6f +size 1125269 diff --git a/perception/single_instance_identification/object_counting/images/443.png b/perception/single_instance_identification/object_counting/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc6d5eac04cf848ba53d2f3ef713e8071bb9e34 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd80b2e7f384609e4a5c9966b4e06b673bf067ebc69728e17110e2e0a7602ec +size 1070678 diff --git a/perception/single_instance_identification/object_counting/images/444.png b/perception/single_instance_identification/object_counting/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..bba701f673ae2fd440e23611da61143098f2afc7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34aeb51fc099dcfc641d81d66dc0648dd481dad615d75035fb50212ce978ed18 +size 1174591 diff --git a/perception/single_instance_identification/object_counting/images/445.png b/perception/single_instance_identification/object_counting/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..74c5d994d914de0e86533eff7c0645c3371196ea --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae16e87e7030ef0403f7621af3ddbe0c596270eee94bae4eecd4b2afa5f42a5b +size 543151 diff --git a/perception/single_instance_identification/object_counting/images/446.png b/perception/single_instance_identification/object_counting/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..57e77c281f4ec16d23c284240e6fb4a74a72e34a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a5d3f662955b88b8e8793d2c31d168ee8731bc3151344d5c10f0914abb2f4a +size 1442939 diff --git a/perception/single_instance_identification/object_counting/images/447.png b/perception/single_instance_identification/object_counting/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec7eeb608013797bb2a28d561c39a58cd4c3f0a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0f97152bb3fdaa0996420f56cef50cf1618c5d1879535fb238831234108f5a +size 1015637 diff --git a/perception/single_instance_identification/object_counting/images/448.png b/perception/single_instance_identification/object_counting/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..fde727e8b48f2edafb7cf1007a0217d7f8b8e998 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43c03a26f1e252158c65c9f3e73241c46cde10a873474dd292248ffa03bf19 +size 1019495 diff --git a/perception/single_instance_identification/object_counting/images/449.png b/perception/single_instance_identification/object_counting/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..0cc60f0cd7697d4ee73f2f76633e8c6ae36a7f90 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1915d2c4bed257c3033bb874450c1efc3178c5bdd22cbed3062a24ab584b20 +size 851610 diff --git a/perception/single_instance_identification/object_counting/images/45.png b/perception/single_instance_identification/object_counting/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..966871f12da6f802d54ea2f2f9d9107357451301 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30db04fa8004254a199c5ce84d051ed5822f7b131b995bb4bcd0a8e84accbfed +size 290550 diff --git a/perception/single_instance_identification/object_counting/images/450.png b/perception/single_instance_identification/object_counting/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..302e3929f6983d89b811b85fd7dcb925c20968cb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5d96cf25890c089992e901468b0931c84786d7c6ce3584ad9fd1f1bf0be1ed +size 942784 diff --git a/perception/single_instance_identification/object_counting/images/451.png b/perception/single_instance_identification/object_counting/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..10b0d301911dcf1934b104b3a1259a9060015d0b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01442c3a31a6a624119374003c4b1966165a81794ef93fcbe1bfddf0ae865194 +size 91800 diff --git a/perception/single_instance_identification/object_counting/images/452.png b/perception/single_instance_identification/object_counting/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..f913bac643ffb8f0e2079de69480e3cf6a02f2fa --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ed379ffae2897f867c5fe35e76313076cdde53bb6c90ccc480fb7f135fd803 +size 1199010 diff --git a/perception/single_instance_identification/object_counting/images/453.png b/perception/single_instance_identification/object_counting/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..60b35468052a423bd8a11bc3dd8314e1261ed17f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1622956a86995c19e182ed751cc38b5c5920f7e5d0277f256b9f4b6ea44b77b +size 1280279 diff --git a/perception/single_instance_identification/object_counting/images/454.png b/perception/single_instance_identification/object_counting/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..07dfb4cb45f3ca6e2fabb52867e75f2061bb453b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a79376e7dc72511b5ee103d23812b46aadf4fdd7c43843af8cb0b206055332 +size 802302 diff --git a/perception/single_instance_identification/object_counting/images/455.png b/perception/single_instance_identification/object_counting/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b2ecf5f3f4d1f9c5bdb1645add5bbd22265ff6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731f682711ae46dce1cc78bcb5a6bc21cdd97118f30ed5d845c532952b694866 +size 1088665 diff --git a/perception/single_instance_identification/object_counting/images/456.png b/perception/single_instance_identification/object_counting/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..67d2ffce2c65f3fdc4ab54840807e84a4c736c3e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66381ca6091499da26228e2c558fa14ee9632c0bdea7bd3218113978f9755f75 +size 840108 diff --git a/perception/single_instance_identification/object_counting/images/457.png b/perception/single_instance_identification/object_counting/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..9befa2c213764f19cf8a262c33eb3e0674301b83 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8655e783e74646aaaffec700d2efadb385b294e036e0a1cbecdcc873876f8799 +size 1493375 diff --git a/perception/single_instance_identification/object_counting/images/458.png b/perception/single_instance_identification/object_counting/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..997ca67b89e36e2fd306fcac4573560c02c43d5e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4a2df81c3766223dceb8ef149bbb4a78aab6fd5ae486dc7e8cac5a7dea758e +size 1040093 diff --git a/perception/single_instance_identification/object_counting/images/459.png b/perception/single_instance_identification/object_counting/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..52e623c3fb799aa048ad38c5e82ebff804affe19 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61405e0a6198e12a789ac730968586651a885d6cb1384bcd4459319e5defe814 +size 784737 diff --git a/perception/single_instance_identification/object_counting/images/46.png b/perception/single_instance_identification/object_counting/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..57bd42f4701761778375e147d34e7396404ce7f9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbfc26a6b96b2d06d800387f06af554ff4f2786785d2717c4aed4dfe3b8a6b0 +size 1291545 diff --git a/perception/single_instance_identification/object_counting/images/460.png b/perception/single_instance_identification/object_counting/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..40ceb027169e519d26c3ada46ca19e21b47fb93b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d9280666239822b5e6cf9309b00abcc11cf875e1e0937be9c3e7fd2eab0f40 +size 93316 diff --git a/perception/single_instance_identification/object_counting/images/461.png b/perception/single_instance_identification/object_counting/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..5a813cc2be4d0875c55b7afdac8088b9cef820b9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b583919e5bcc64db6ef66d162173e9599f9a83b89fb3f3b771a3634343d7a6 +size 805480 diff --git a/perception/single_instance_identification/object_counting/images/462.png b/perception/single_instance_identification/object_counting/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..97f47ce22f50e4404819bcdb8af37c10df30b7bf --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15ec1b375d8456241d280ea1d9733129cebed45be447729d8bfc7d1e579801c +size 787178 diff --git a/perception/single_instance_identification/object_counting/images/463.png b/perception/single_instance_identification/object_counting/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..1b05b2d92686cd2bbe5c46d04763c261946b0b43 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd38542192530e5d9d451dda999b1cec2fcb60b8ae94c7045ae95ce195940da1 +size 1533450 diff --git a/perception/single_instance_identification/object_counting/images/464.png b/perception/single_instance_identification/object_counting/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a378d89d04a3c4a0f9f53982ce18b4577ca367 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e48d2a4253d1357227ed3d276853e989debca0da94725a54e4368567ff58fe +size 983997 diff --git a/perception/single_instance_identification/object_counting/images/465.png b/perception/single_instance_identification/object_counting/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc1d7e477f9538c763a889d24da4ce3d5df39e9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900b9867f8888ba8da1c62f215e1e7b83e165f3615e62c0d2b852d5ac3142e49 +size 1338610 diff --git a/perception/single_instance_identification/object_counting/images/466.png b/perception/single_instance_identification/object_counting/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..ea1dc6aedaf1258e14bf5834241614049fafa3e2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622060c079d963eac94fcb1c3e77ea6d27ccba4199fa6f54aaea30cf08245c7d +size 1525727 diff --git a/perception/single_instance_identification/object_counting/images/467.png b/perception/single_instance_identification/object_counting/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..c36defafafb2feb6c90c07b6d91e6c15bb84e584 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc0d55e4b1c7a1fc840263711ffea998f82ed20e08853edb75a203e4bdb9558 +size 1327715 diff --git a/perception/single_instance_identification/object_counting/images/468.png b/perception/single_instance_identification/object_counting/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..515526e1cbb619ee183e07dcb6ddeb38a554c77b --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752aa167fb324c8527cdb542baf25d3029abaf2b6694836aa9598c2ca06e247a +size 423829 diff --git a/perception/single_instance_identification/object_counting/images/469.png b/perception/single_instance_identification/object_counting/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1ad0e4623be9767b467c3d1c7e2efeb19bc8d9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99763e2517db8299fdcfb0a991245e437974aa03dbe0264444bbf7ed1ab86e2e +size 1550031 diff --git a/perception/single_instance_identification/object_counting/images/47.png b/perception/single_instance_identification/object_counting/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..80d83b7d29cfe3760e4715f41ddffea96d1e9102 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e251c1b2abfdf05028e447ff87bbb0f16dd8fa18773eb889f1249ad80ac4d0 +size 1332104 diff --git a/perception/single_instance_identification/object_counting/images/470.png b/perception/single_instance_identification/object_counting/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..6918b3bac3b045edd4f79a43662d6d8c67ea08dc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e7a3ac62a4308754ecdccaa41579cddd0a6ad20cf022fa0a355aac8b70bb45 +size 1403347 diff --git a/perception/single_instance_identification/object_counting/images/471.png b/perception/single_instance_identification/object_counting/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..c114dae7f5957fe83fd161811cda2156bae41cc9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d220d3b2de8f84582710d512f0538bf4061061b7aa115860195464adabaa1b +size 1000204 diff --git a/perception/single_instance_identification/object_counting/images/472.png b/perception/single_instance_identification/object_counting/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff03cab934d7ce01c104b697aa76a4a03816959 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5843f5ed44286a2a194e449bd85f9d2ccf14daf86526aa5baabece88c15db3 +size 1323764 diff --git a/perception/single_instance_identification/object_counting/images/473.png b/perception/single_instance_identification/object_counting/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..26dc04fe81c7f894a9434750e6e07de14ebb2266 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf2c81f0d371b70295fdfe972a62e5b8339df4547336bf6dc1e90d5eca20332 +size 1444429 diff --git a/perception/single_instance_identification/object_counting/images/474.png b/perception/single_instance_identification/object_counting/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..b012b88a249a5f4b3955c52c87e057abfb938aed --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005f52cdd68026586fa87686d817186127327ea3b26e0e389b42023aa97fd06e +size 1262955 diff --git a/perception/single_instance_identification/object_counting/images/475.png b/perception/single_instance_identification/object_counting/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..6797248b154a46c59f1e392ee4aa072b18750c8e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b64ba4a7dbd5e7222f0d2f5806a0c11ca1b31d065c007b0d5604d612ec6edf0 +size 1359636 diff --git a/perception/single_instance_identification/object_counting/images/476.png b/perception/single_instance_identification/object_counting/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e7ef15a613bb63fa7456290868abe74e3637a5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c87458a9a18c93bae442fa3faa280aaf4e73150d86cc03e289551dd9e90beb4 +size 918282 diff --git a/perception/single_instance_identification/object_counting/images/477.png b/perception/single_instance_identification/object_counting/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..b828a9dd4b2c1d2453927a36a6de1e8e53bac2a5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40bc36189f406c8e776fffeaf0b526cddb4160d3d7ae6374110f1fe315c4a74 +size 660584 diff --git a/perception/single_instance_identification/object_counting/images/478.png b/perception/single_instance_identification/object_counting/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..3f7b34d8923711daf090b697b644d9f4021e0640 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a3c3a25b5cfc5edef3c4c3182897bb8be084f3e3cd276f6ac81a00c37025e1 +size 1374719 diff --git a/perception/single_instance_identification/object_counting/images/479.png b/perception/single_instance_identification/object_counting/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..973406716439b24d68d11f7d4a98158bdc4d0f1f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b655e85bbfb1cda35843145bd14aef8eb0af8bfa10e7514c41772f1a33c3d9 +size 728364 diff --git a/perception/single_instance_identification/object_counting/images/48.png b/perception/single_instance_identification/object_counting/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..643b92453da93b2bd11a1041df1c683b3fe8a934 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e7a640dd3931580770d4db7af5ab18ac60ee125f7a4e04535b5fb13de0278b +size 790624 diff --git a/perception/single_instance_identification/object_counting/images/480.png b/perception/single_instance_identification/object_counting/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbea8bdd908fb6a5876dafd03d22050d1d5200a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5c79717e2c3a71161cfc979b9bb269738227863e119047e1f386f04e82706 +size 1540046 diff --git a/perception/single_instance_identification/object_counting/images/481.png b/perception/single_instance_identification/object_counting/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..28b57e3e866be4f7f24ec09eef367c3d7db59e46 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004b5c5d0c8344de4b2d7d5774384bc1cf0c68cc7d499e669370f63e797dedf5 +size 1023815 diff --git a/perception/single_instance_identification/object_counting/images/482.png b/perception/single_instance_identification/object_counting/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..267ae88ae9f6ded21e195f63d5c076823001d0f9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7524b2334b4cb121741a0d9884774026911acb0fe9fe12cc5bd31198747ac88 +size 836263 diff --git a/perception/single_instance_identification/object_counting/images/483.png b/perception/single_instance_identification/object_counting/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0bd10e7942ae167e017d2f194f8709510bfda5 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239dacbb081c97486af67531df06c4a5ae54608aa3ec373f1b9b5469b0b8aac2 +size 111357 diff --git a/perception/single_instance_identification/object_counting/images/484.png b/perception/single_instance_identification/object_counting/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f99bc9159bb13d8192f27f2dd82c0a23a5bb0c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07983bd974f8db5c78073fe90cfed6ed7640730fe10af192912eae63360630f2 +size 948789 diff --git a/perception/single_instance_identification/object_counting/images/485.png b/perception/single_instance_identification/object_counting/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..5a73c4365f613deb4b059b144ee1fdf1aa85bd07 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7815be31af1b16eb545eab2f72f19cd67a62fc9b246ea33bc1f581ed4057de3d +size 1101234 diff --git a/perception/single_instance_identification/object_counting/images/486.png b/perception/single_instance_identification/object_counting/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3906f28eb916a9d76edefb6766b9b1cd9d0300 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261a4f0e5328a6dd8f7e184c21be077311b0ce3b3bc129e592b25c1ea723f317 +size 1365641 diff --git a/perception/single_instance_identification/object_counting/images/487.png b/perception/single_instance_identification/object_counting/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..826e0af549f151146558928f00d74c15057e82cb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfa8e90c1276cd2566e9013ca8a0e120573579b9617fecbc5d2c39c5bf7b24e +size 1206805 diff --git a/perception/single_instance_identification/object_counting/images/488.png b/perception/single_instance_identification/object_counting/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..c924cb889bcc477281c9877802e7bc29deed996c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2e17f4de0483b2df707fa369aad99d8e8b78c8d47fa8a900f0321154b28d9c +size 994531 diff --git a/perception/single_instance_identification/object_counting/images/489.png b/perception/single_instance_identification/object_counting/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..1db4f3b6b40d85ddb0e5e9804b31b59238c1042d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58677f7773c4a113a5b28303b53d5e619c1e7d7faed175408940c88ee84b4c0 +size 309880 diff --git a/perception/single_instance_identification/object_counting/images/49.png b/perception/single_instance_identification/object_counting/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..98103465722a4bf505e82393ace88337777350c6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5b52f85c8fce323c6ae81b671254eee33c69e48b9a814c1b0eb13b51f7d99c +size 277764 diff --git a/perception/single_instance_identification/object_counting/images/490.png b/perception/single_instance_identification/object_counting/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..6625f314cdb8b940e7a42054354c42150237306d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dd30be257f73e1f605fcfb0e7ce96847815c104f5c4b828c443fb1f2df5fb9 +size 353320 diff --git a/perception/single_instance_identification/object_counting/images/491.png b/perception/single_instance_identification/object_counting/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..b9975160450118f09f992600d3cbaf50abfc5148 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a5234ea2cdf937142ea8dbc0c80d2085ea8e967603126318541ffe3c7c1b58 +size 127566 diff --git a/perception/single_instance_identification/object_counting/images/492.png b/perception/single_instance_identification/object_counting/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..758b77cee6389994dcd757e23ecbc6e301eae320 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e875531ff0359eecabd665b5893316ec73148d7729745fceb62bcceb1d56793e +size 1285222 diff --git a/perception/single_instance_identification/object_counting/images/493.png b/perception/single_instance_identification/object_counting/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..b8467fe1b8c630309fdd58a2fab56e6899c3eb29 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946cbf3b37b75c7679cc1a5af2370b8a69048185d8cd241c085c21b3f25d7390 +size 1184238 diff --git a/perception/single_instance_identification/object_counting/images/494.png b/perception/single_instance_identification/object_counting/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..ca765f2af1723f5c5c1b114fb0d40e2d9ac3cacb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d53e6c02f2e73d84f1c2841f3e022de0aa4b55e30061e60383914669d24c44 +size 1390825 diff --git a/perception/single_instance_identification/object_counting/images/495.png b/perception/single_instance_identification/object_counting/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..85d0b61477addb596feb7646cf76085660708fb2 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1440e3c588443d2ff0a69403c91917d4375fe9e587ce1679baa8850ef75e7fcf +size 1423723 diff --git a/perception/single_instance_identification/object_counting/images/496.png b/perception/single_instance_identification/object_counting/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..46a997704436ee5f13660166bdad13f827df79b7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af36e8782768de13b76176fe957c9b88679aace3f94a9c03237c72527a0bab2 +size 1436450 diff --git a/perception/single_instance_identification/object_counting/images/497.png b/perception/single_instance_identification/object_counting/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..98d961b887c2a84fce6a3a04ad1dc4fe3dcb981f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96856273c9b6c89e62ca5131054dde6066e1beb3b3bd131ff36693c9cc6891c2 +size 1384204 diff --git a/perception/single_instance_identification/object_counting/images/498.png b/perception/single_instance_identification/object_counting/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1407abe62777610f4786878b9ef6d56241bb33 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3fe803570374d4f418fc1b67edeb3bc1637584e61386af86178467489e3993 +size 493310 diff --git a/perception/single_instance_identification/object_counting/images/499.png b/perception/single_instance_identification/object_counting/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce81e70e00f49e57d5f810fdf7c6556c4aa19c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8372a45becf80a35adbf12f195055b8e765294ded8eff278cf90a247f16216f3 +size 877282 diff --git a/perception/single_instance_identification/object_counting/images/5.png b/perception/single_instance_identification/object_counting/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0fe5b7d3becce582d73fe49110bc02dbbbbf6869 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd64b0edfcc83f1c149f515ba6103679359b4f9582b65af0400277f419c4660 +size 1205463 diff --git a/perception/single_instance_identification/object_counting/images/50.png b/perception/single_instance_identification/object_counting/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..7c14b5994e217697c6a6bd1d2ebdf5f4194497ba --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c0f029be3ab0b8f2dd5c9f24aa66b23e3945b194e6637791b3ebe3e7cd9e05 +size 1335835 diff --git a/perception/single_instance_identification/object_counting/images/500.png b/perception/single_instance_identification/object_counting/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..cbade987fba7174651fdc7d1c5b741c3d0620247 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a44276df5b9b38ba067a4d5544d67d80c6b6b2ab72332d776cd61572186e4b3 +size 1081620 diff --git a/perception/single_instance_identification/object_counting/images/51.png b/perception/single_instance_identification/object_counting/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..286a8ab0c38bf31931829a9f51446bf8d8ac6d27 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c93eefa53ca2317d72336aa34867a182bba22f3003eadfbdeb725397b4ea06 +size 1260041 diff --git a/perception/single_instance_identification/object_counting/images/52.png b/perception/single_instance_identification/object_counting/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..0459029ef43723705b2efa16270df6053a533ab1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35571b50f9a57bc69a47c648ae6dddf2bae93e8624724d2a29df922ea962f2ce +size 424552 diff --git a/perception/single_instance_identification/object_counting/images/53.png b/perception/single_instance_identification/object_counting/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..7d71c4d1692edd1379bdcba53d94d5729d8c7c92 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bd38bf8bc8c389eb95357e2f101fd83bb51259bf327630a4b7fd7a055e5eca +size 1211382 diff --git a/perception/single_instance_identification/object_counting/images/54.png b/perception/single_instance_identification/object_counting/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..abb12b2fdfd64236b3c49c6d38025b3fc6ebe7d7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add50047c7f7fe6e2272d78e9ea7fbbbc950b7403ced9a79c3ee8475d1a2cdc0 +size 800400 diff --git a/perception/single_instance_identification/object_counting/images/55.png b/perception/single_instance_identification/object_counting/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..b9bb6bf3e35b8047db371dd67439cf9d9aade730 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72692ca4ac3c87962d0d94603dac8180e7cb55eb05ed9b192ecf4dfcb4725b41 +size 688399 diff --git a/perception/single_instance_identification/object_counting/images/56.png b/perception/single_instance_identification/object_counting/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..26ae4e3328019240f94aa4223e77b196afcf9cc3 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885168535c106329547bc0f4395c436ba673c05e8a54d4f6374bd98eb675dbd0 +size 1175628 diff --git a/perception/single_instance_identification/object_counting/images/57.png b/perception/single_instance_identification/object_counting/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..72376be3be2624d861dcc4cad179165ca33468fd --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d711520e3becb3c4a7a0f051436f1957717b2d70df392a1cbc581ec1a9489a1 +size 1008010 diff --git a/perception/single_instance_identification/object_counting/images/58.png b/perception/single_instance_identification/object_counting/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..12a1383691278ee5db2d7ec261763e8f1a344a5f --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710c45297aac155c7cdae72b1c3c2877493c2adc124bc30081a331c5d9fd1d15 +size 890168 diff --git a/perception/single_instance_identification/object_counting/images/59.png b/perception/single_instance_identification/object_counting/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..a9912657120502f63fe8e838b62867d564e7a6e0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9b929f05eded9eb0081cd45eb61b5b6e5f4617e12a5508e928426c32949842 +size 572443 diff --git a/perception/single_instance_identification/object_counting/images/6.png b/perception/single_instance_identification/object_counting/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd4dffa4ac6d47f0c5c4c9efbd8d3baa9cc92bb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadca66fb86f5ba60b98d646d3080f618eb4bfa4d04bea3e07a7d9f1e0967ee8 +size 1371556 diff --git a/perception/single_instance_identification/object_counting/images/60.png b/perception/single_instance_identification/object_counting/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..0fbb2307d8cf0f48a5c56eeba08713d7708145ea --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35736778ee6229be4b77a7e2ca53d5be5351c0e84811aa73dc57bd856fb674c +size 805350 diff --git a/perception/single_instance_identification/object_counting/images/61.png b/perception/single_instance_identification/object_counting/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf9c9e2054db7f44773834b28a93973c9e56efc --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174faa68efd1dda8bfaf2e31006c0dcf2bba4969f49eb9859280cff6a8afb454 +size 1134526 diff --git a/perception/single_instance_identification/object_counting/images/62.png b/perception/single_instance_identification/object_counting/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..cd53b600a0be9467674155d4ed80c79c3ab25bab --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a859580277a72e9f08ad96e7e4f94cb8502b58165a4ece46ed5b2c19f73d6606 +size 932110 diff --git a/perception/single_instance_identification/object_counting/images/63.png b/perception/single_instance_identification/object_counting/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..ebbb1eb86eff2d5f6919a9a186b18e9e96c70c2c --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b311833b1e0bc868adc40321d6a690e8b591238d89fed71ae18174c2a25bd647 +size 892542 diff --git a/perception/single_instance_identification/object_counting/images/64.png b/perception/single_instance_identification/object_counting/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..2e4cd6aa533211c7883bf997c9f71abfe8376139 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbcdf03d0eb6b2386b509ec692da6f6a30c7bf7f8a1160b8157adc614b96d40 +size 1351682 diff --git a/perception/single_instance_identification/object_counting/images/65.png b/perception/single_instance_identification/object_counting/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..5e3cab98d1946476561e9413f7251f69ea08e869 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc1b21b55c2baff2dfa0af55abcc0bc5cf29f930122f70254b24fd7389c654a +size 1339633 diff --git a/perception/single_instance_identification/object_counting/images/66.png b/perception/single_instance_identification/object_counting/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..93eda29ed7fe65de316b511a93a6afa961631514 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7c8a00eca3245a8872df8bd9367eb82dadea6f360c89ea274938feb9162f15 +size 1426781 diff --git a/perception/single_instance_identification/object_counting/images/67.png b/perception/single_instance_identification/object_counting/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..6109d833e173d62894debea9ca89b0ba9f204a14 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a42190d75c4c34c0fba5de5f937bb1303e02772fb96a819c6944672d4c9603 +size 1455808 diff --git a/perception/single_instance_identification/object_counting/images/68.png b/perception/single_instance_identification/object_counting/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..05dd2846077a3c27dadb0d60910a2ed3a5b3d9a8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6334e8f7c4c11418eec343acd715a0ce1ae118630d22a0dbb6d0ed04c15b79 +size 1078369 diff --git a/perception/single_instance_identification/object_counting/images/69.png b/perception/single_instance_identification/object_counting/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..d71c50965d1fad9e756fd674896278e9066ba0b7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bcdbfca59283b38a50be703cc82107c9befc6955f4e20b9d63030ee938f3a9 +size 1126739 diff --git a/perception/single_instance_identification/object_counting/images/7.png b/perception/single_instance_identification/object_counting/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..07cf740a77af810fa5986d0b78683074ab4558f3 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75bf2374f0dd9eb3e402aaf734a997d21bb0d96d0bc739399926d8b608f3c44 +size 940762 diff --git a/perception/single_instance_identification/object_counting/images/70.png b/perception/single_instance_identification/object_counting/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..a63c90d6b077bea8d9fe9050042f1fc30167b51a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de05188f17e02b2129683a9e2d28934cbb2c0b0db49a38494eb3111240b0776 +size 939780 diff --git a/perception/single_instance_identification/object_counting/images/71.png b/perception/single_instance_identification/object_counting/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..93a213193331f580c24a7b49c5f93e6c5d94fbc8 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a314d4e58b6f294abbd390c860691c48a7005eb6fae1a65b0b4f02bb6846f6 +size 1167549 diff --git a/perception/single_instance_identification/object_counting/images/72.png b/perception/single_instance_identification/object_counting/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..84f0e4a518c6280fe3f0f3b56cf09c13d17eb1c6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4042b7d0fd0e84f981690e5aacbeecec25167009556147048dedb7505ca7cb +size 150932 diff --git a/perception/single_instance_identification/object_counting/images/73.png b/perception/single_instance_identification/object_counting/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..29f4b31e41412cb27625e748c3194f928b7d6c2d --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb671186ae3444505b44092733f6cb2db8e0c9ee4ef47acc272706da72d9145 +size 326588 diff --git a/perception/single_instance_identification/object_counting/images/74.png b/perception/single_instance_identification/object_counting/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..5f7b0e6c0c4128048285125431ab45b92eeaecb7 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009620db840b4a05d92825efc29899f3d6454926c69b63c6ce13f6b2ba6e3e50 +size 1562925 diff --git a/perception/single_instance_identification/object_counting/images/75.png b/perception/single_instance_identification/object_counting/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..fabb15dead5b22f1cfd358d54243240c7001c2d0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e20e8029e7f90efa3d6e55325096252920f3fe65844f12b9362d3abf89373 +size 998179 diff --git a/perception/single_instance_identification/object_counting/images/76.png b/perception/single_instance_identification/object_counting/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..0a27665d3389fa42ea9ed65fd2724286e443df14 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c68a9b92e56b19f27832d914258c8560c254329482fb4683e5f04727cb5a0e +size 1322362 diff --git a/perception/single_instance_identification/object_counting/images/77.png b/perception/single_instance_identification/object_counting/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..c2063a153cbd751f279cbae5a3e60c18689ad267 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463ea6b21e18a30fff070645a564038a7cade06d48cf2442924e555e4e3ad1e +size 1133652 diff --git a/perception/single_instance_identification/object_counting/images/78.png b/perception/single_instance_identification/object_counting/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..404886985a6110fa656960e176adfb08229abe48 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a56cc548e9dc8936d88a28ad8bc3e41aeb6efd5410f38cd188a448781ff17e9 +size 1178560 diff --git a/perception/single_instance_identification/object_counting/images/79.png b/perception/single_instance_identification/object_counting/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..5d00637e5599d6e2e05de3eb63f0343e5c77f3d6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a855ea66f38de9a77b6653d4d0b2e97b66a2573f4902bcdec3c204b7f9496e00 +size 1277853 diff --git a/perception/single_instance_identification/object_counting/images/8.png b/perception/single_instance_identification/object_counting/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..669d27423ba92fa74870e812fcc17d9da551754e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3962b0ac3c77939942412af1f10af83e56e69530310a3982793e58eaaed46a +size 467159 diff --git a/perception/single_instance_identification/object_counting/images/80.png b/perception/single_instance_identification/object_counting/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..d78023023fe74567c489128b399767059f008abf --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054eb03e5cc401137c5d8a0085d9227176af42f33d5df0b0100fe535914ac27b +size 818492 diff --git a/perception/single_instance_identification/object_counting/images/81.png b/perception/single_instance_identification/object_counting/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..2b67bb3e4db72ac46a214bb082ffe9dbbba9aff4 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c668f13d2823a09f81a78af6e5c510f6a0bde54f14f8f67915ce547515bf34cc +size 1369846 diff --git a/perception/single_instance_identification/object_counting/images/82.png b/perception/single_instance_identification/object_counting/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..4517f0c539f11260bf07f85dfdd9085a7539cdc1 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a889ca970adce34b6f689b8320e5eb3e6df8d338d60739b06ce256b01cce1519 +size 570140 diff --git a/perception/single_instance_identification/object_counting/images/83.png b/perception/single_instance_identification/object_counting/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..4f339bcda0e21c56b266a6fb8417be2b922734ce --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fac9f774eb718135e99c0bb91179bb80c6067660d9952b0450a01ea0b8be996 +size 1476188 diff --git a/perception/single_instance_identification/object_counting/images/84.png b/perception/single_instance_identification/object_counting/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..06dbe669c949028af3ee7bf7b12f13dc1123f6fa --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb8ea87be809dd522ddc837f270b7a8abd11caefaa13bf855e9cd0125570478 +size 951671 diff --git a/perception/single_instance_identification/object_counting/images/85.png b/perception/single_instance_identification/object_counting/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..8990e59e9a3d1f35812b52be201428476c256b88 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfd265eabc175eb94f3082113f744c9d1e83517f0b5912ee7df3fba396322f1 +size 1202842 diff --git a/perception/single_instance_identification/object_counting/images/86.png b/perception/single_instance_identification/object_counting/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7496ae19e9f32bda5e3bd6a0d5bbde211faf06 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c378fcb9fe9511ba2c99bddb6dfce12abae69e4cedde3d172bbc14319ac09a +size 763385 diff --git a/perception/single_instance_identification/object_counting/images/87.png b/perception/single_instance_identification/object_counting/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..4227ae2afe536704d09c1100a1c201e6792a04fe --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacd7f30ce05737fc6e799605128850b5c58071c6c54d1c8d117d265ecf8ec6c +size 1030571 diff --git a/perception/single_instance_identification/object_counting/images/88.png b/perception/single_instance_identification/object_counting/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..295480679104b688d12cbcc1e3934b86954a49f6 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e053a088315e628b18881e4e7c02ff335cc7d44a17e6dafa90df267f7bd5cb92 +size 1406605 diff --git a/perception/single_instance_identification/object_counting/images/89.png b/perception/single_instance_identification/object_counting/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..653e9b5eb3734ce38e8c3358e01ffdb19d12f708 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76da394ca8f80c31a81485f57a7e2cf3b6e77cacbee2515d5fa8dc38670fcd1 +size 1342292 diff --git a/perception/single_instance_identification/object_counting/images/9.png b/perception/single_instance_identification/object_counting/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7e74df4c2b7619c20dde9f9f4ec86d00fd6b94 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b4ee6729c515c60e73f3742df1191f6f1b5f2411bb695adbebc25846fa6a08 +size 904719 diff --git a/perception/single_instance_identification/object_counting/images/90.png b/perception/single_instance_identification/object_counting/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..6350e3a83877963c7d5a1e052952988a26962eff --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac6c92a815b0a8e1fa6bfe9ba2cfc583a562d805bba892562902185eefdc4c2 +size 1249098 diff --git a/perception/single_instance_identification/object_counting/images/91.png b/perception/single_instance_identification/object_counting/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..59cc797f5c85e6b62761c9322e8227093cf787b0 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f99945d27f4dabb961850b2ed79328bb0937b8eceaf623484354a5be74216a +size 913995 diff --git a/perception/single_instance_identification/object_counting/images/92.png b/perception/single_instance_identification/object_counting/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a3f01e312e6a8c06221f6b14df35b8efd7d61e --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e1f054c2c2b1ee0fb570080a2ae138d37ff8b27dfcd21b723c88bd6fad0030 +size 845145 diff --git a/perception/single_instance_identification/object_counting/images/93.png b/perception/single_instance_identification/object_counting/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..e1996eba5b65117834e6c1daefb888de19eb7c8a --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e63545c896d1f4ebe0debd9bf44de6f1519f2c07d9d6466dc6c8022d31924b +size 1245656 diff --git a/perception/single_instance_identification/object_counting/images/94.png b/perception/single_instance_identification/object_counting/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ffe8542474be49e5c6dbaf1a717a61129ebac9 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee2c6ceb79f904d0dc358066a1357f1af06733147760a58c1336f8ee24c0ec +size 1102227 diff --git a/perception/single_instance_identification/object_counting/images/95.png b/perception/single_instance_identification/object_counting/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..3634098db41ee392b05bcef1e52c3fe4adb26a03 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc50e69e6f3c7c32ef672f6a42b957a3fb2a453f589dfdcc4615921781851206 +size 895451 diff --git a/perception/single_instance_identification/object_counting/images/96.png b/perception/single_instance_identification/object_counting/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2d852c80759a547bbdcd4bb2ed55c320ff7e69 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e665af8d0787d2bcc96d30044b5b3fb4aabc20cfcab2a81cb2f420c5e85262 +size 1079528 diff --git a/perception/single_instance_identification/object_counting/images/97.png b/perception/single_instance_identification/object_counting/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d070e8c7cb6abe2cbefc31a38e7bd487bd6ddb --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4b19c40f9f581d3619a52d923386430fb921ea174fb39fffc29ec21955ce99 +size 1247514 diff --git a/perception/single_instance_identification/object_counting/images/98.png b/perception/single_instance_identification/object_counting/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..6e71187570007ea9fac4b4d86898dcd966477cfa --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4780c4f7bce0dc444371b335e4143a4ca94135f5df274b95dd7da0999805bf1 +size 836643 diff --git a/perception/single_instance_identification/object_counting/images/99.png b/perception/single_instance_identification/object_counting/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..08d101842ad1c2e34dcb2a53137a911ad09b4e73 --- /dev/null +++ b/perception/single_instance_identification/object_counting/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3459395fe4154efc6cad2c0cd0162911faf816834e5c538db32d36a4adf107 +size 953676 diff --git a/perception/single_instance_identification/object_counting/object_counting.json b/perception/single_instance_identification/object_counting/object_counting.json new file mode 100644 index 0000000000000000000000000000000000000000..555890e70ff03e00a0c8c1769a1f748b2603c177 --- /dev/null +++ b/perception/single_instance_identification/object_counting/object_counting.json @@ -0,0 +1,3002 @@ +[ + { + "id": "ef8777ba-27ee-4828-aab5-63214daf340d", + "image_path": "images/1.png", + "question": "Count the number of airplane present in this image.\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "5c67ed98-d2c4-4ab6-8946-1b6f09369478", + "image_path": "images/2.png", + "question": "How many airplane are visible in the image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "28bad05e-bac0-4f39-836c-068c010debd3", + "image_path": "images/3.png", + "question": "How many tennis court are visible in the image?\nA.3\nB.5\nC.4\nD.6", + "answer": "C" + }, + { + "id": "c6426cd2-f462-4c95-ae28-24fa626202ca", + "image_path": "images/4.png", + "question": "How many basketball court are visible in the image?\nA.8\nB.7\nC.10\nD.9", + "answer": "D" + }, + { + "id": "5a70c1bc-46cd-4f8a-ab54-26e1ec451939", + "image_path": "images/5.png", + "question": "Count the number of roundabout present in this image.\nA.0\nB.2\nC.3\nD.1", + "answer": "D" + }, + { + "id": "eb72185f-5fb2-4454-84f8-0a683f4f2fdf", + "image_path": "images/6.png", + "question": "How many bridge can be seen in this image?\nA.0\nB.3\nC.2\nD.1", + "answer": "D" + }, + { + "id": "dfe92451-1357-42ef-9f31-40810f84c37f", + "image_path": "images/7.png", + "question": "What is the total number of airplane in this image?\nA.2\nB.1\nC.3\nD.4", + "answer": "A" + }, + { + "id": "0fab63a0-449c-458e-b5aa-b2ea6153232f", + "image_path": "images/8.png", + "question": "Count the number of ship present in this image.\nA.6\nB.3\nC.4\nD.5", + "answer": "C" + }, + { + "id": "67a6e743-1f79-4aca-aa79-21fc2e7f48b8", + "image_path": "images/9.png", + "question": "How many airplane are visible in the image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "343b6a54-0465-48a9-adee-4ddf89b6eff1", + "image_path": "images/10.png", + "question": "How many harbor are there in this image?\nA.5\nB.7\nC.6\nD.8", + "answer": "C" + }, + { + "id": "0a56966e-c8bf-4bdf-ac81-bf88812d7fa2", + "image_path": "images/11.png", + "question": "How many storage tank can be seen in this image?\nA.5\nB.8\nC.7\nD.6", + "answer": "D" + }, + { + "id": "4a6397b1-7b22-4b19-bcf4-b684afb47687", + "image_path": "images/12.png", + "question": "How many airplane are visible in the image?\nA.4\nB.1\nC.3\nD.2", + "answer": "D" + }, + { + "id": "dff5ed2b-d1e4-4039-9c89-dd58e028de19", + "image_path": "images/13.png", + "question": "How many airplane are visible in the image?\nA.2\nB.3\nC.5\nD.4", + "answer": "B" + }, + { + "id": "ad6e0566-8f1e-47e6-a13a-34a457a119b1", + "image_path": "images/14.png", + "question": "How many airplane are there in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "40ac294d-b796-455c-a7d9-75477b25bd81", + "image_path": "images/15.png", + "question": "How many roundabout are visible in the image?\nA.4\nB.3\nC.1\nD.2", + "answer": "D" + }, + { + "id": "d2ea4374-c6cb-491d-adfb-1610f1b0dd53", + "image_path": "images/16.png", + "question": "How many basketball court can be seen in this image?\nA.6\nB.7\nC.8\nD.5", + "answer": "A" + }, + { + "id": "172d2fa9-0671-4e3c-ab6e-a0ebd3586b2a", + "image_path": "images/17.png", + "question": "How many storage tank are there in this image?\nA.2\nB.1\nC.3\nD.4", + "answer": "A" + }, + { + "id": "0322ed3b-2f51-4b35-b1e3-99b84d912f02", + "image_path": "images/18.png", + "question": "What is the total number of harbor in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "d776b17d-723e-47ba-bca2-50f46f2e6315", + "image_path": "images/19.png", + "question": "Count the number of airplane present in this image.\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "267c6279-ccec-470a-a4e6-ecc1e33294da", + "image_path": "images/20.png", + "question": "How many ship can be seen in this image?\nA.9\nB.8\nC.6\nD.7", + "answer": "D" + }, + { + "id": "2f9498be-847b-4953-9bc0-b7a24fea5d40", + "image_path": "images/21.png", + "question": "Count the number of dam present in this image.\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "4b6b45b6-c3c6-4e3c-a243-f0d15c214437", + "image_path": "images/22.png", + "question": "How many harbor are there in this image?\nA.3\nB.6\nC.5\nD.4", + "answer": "D" + }, + { + "id": "2e2b82a1-9600-45bd-889d-e4805980dbde", + "image_path": "images/23.png", + "question": "How many storage tank can be seen in this image?\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "3bc003d0-1d2b-4748-a899-9b2b7c6df63f", + "image_path": "images/24.png", + "question": "What is the total number of roundabout in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "3a32b13b-6db1-4e2a-83a0-3eb5ed63e335", + "image_path": "images/25.png", + "question": "What is the total number of storage tank in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "ab2a7fa7-c572-4816-afb0-0d1d8d3040b3", + "image_path": "images/26.png", + "question": "How many harbor can be seen in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "C" + }, + { + "id": "5e8f000c-2577-4392-bff6-50e24f62ff5d", + "image_path": "images/27.png", + "question": "How many basketball court are there in this image?\nA.3\nB.2\nC.1\nD.4", + "answer": "B" + }, + { + "id": "a7327b25-238e-4c80-9800-8bb991048e9b", + "image_path": "images/28.png", + "question": "What is the total number of airplane in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "cd4eec1f-bf1f-4ec9-97c8-987f602ac84c", + "image_path": "images/29.png", + "question": "How many bridge are there in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "f4458821-fbaa-4439-b541-a6a29031705c", + "image_path": "images/30.png", + "question": "How many harbor are there in this image?\nA.2\nB.4\nC.5\nD.3", + "answer": "A" + }, + { + "id": "52764f9a-a171-4eb4-937c-72d9ff7e1ce4", + "image_path": "images/31.png", + "question": "What is the total number of tennis court in this image?\nA.6\nB.4\nC.5\nD.3", + "answer": "B" + }, + { + "id": "8711979e-40c4-4ebe-8172-3f8f3bc06cf0", + "image_path": "images/32.png", + "question": "How many harbor are there in this image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "dff56334-d4cc-4941-a9c4-6b2641a52cc5", + "image_path": "images/33.png", + "question": "What is the total number of bridge in this image?\nA.3\nB.2\nC.5\nD.4", + "answer": "A" + }, + { + "id": "44d0ad91-8c44-4eea-89bd-f0eda87caa47", + "image_path": "images/34.png", + "question": "Count the number of roundabout present in this image.\nA.4\nB.3\nC.1\nD.2", + "answer": "D" + }, + { + "id": "6d56538d-9e39-475d-b4f5-149c3dff249b", + "image_path": "images/35.png", + "question": "What is the total number of tennis court in this image?\nA.8\nB.7\nC.9\nD.10", + "answer": "A" + }, + { + "id": "ec14e73f-161f-4c97-9e75-1b12bfa9bcfa", + "image_path": "images/36.png", + "question": "How many harbor can be seen in this image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "9cc3d7b6-daf8-4d0d-aca2-5a17a4805523", + "image_path": "images/37.png", + "question": "How many airplane are visible in the image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "59562c7c-e275-48a0-b177-d270f58cdf49", + "image_path": "images/38.png", + "question": "How many tennis court are there in this image?\nA.6\nB.7\nC.5\nD.8", + "answer": "A" + }, + { + "id": "add79e0b-e39b-4b5f-b40f-3f399bb9c614", + "image_path": "images/39.png", + "question": "What is the total number of airplane in this image?\nA.4\nB.2\nC.3\nD.5", + "answer": "C" + }, + { + "id": "c7bb1d7c-2a8e-4195-bb4e-652c18325d6f", + "image_path": "images/40.png", + "question": "How many baseball diamond can be seen in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "fccf837f-b9b4-45af-b3d3-47e2c0c60717", + "image_path": "images/41.png", + "question": "Count the number of ground track field present in this image.\nA.0\nB.3\nC.1\nD.2", + "answer": "C" + }, + { + "id": "5d3bd850-4a0a-43ac-a564-9db4aadba624", + "image_path": "images/42.png", + "question": "What is the total number of basketball court in this image?\nA.14\nB.13\nC.15\nD.16", + "answer": "A" + }, + { + "id": "f01c7c7c-3c39-489b-9937-b5dacb8637a5", + "image_path": "images/43.png", + "question": "What is the total number of airplane in this image?\nA.3\nB.2\nC.1\nD.4", + "answer": "B" + }, + { + "id": "22603e75-e562-40ce-ae16-126edf8c17d9", + "image_path": "images/44.png", + "question": "How many storage tank can be seen in this image?\nA.7\nB.5\nC.6\nD.8", + "answer": "C" + }, + { + "id": "9ef8eee8-a940-48d3-a066-53e2e7f00d31", + "image_path": "images/45.png", + "question": "What is the total number of ship in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "02df58fb-3a61-45e0-a4f1-3e07e08f9fcc", + "image_path": "images/46.png", + "question": "How many storage tank are visible in the image?\nA.3\nB.1\nC.4\nD.2", + "answer": "D" + }, + { + "id": "b15e4b52-d98c-4478-aad9-85b33239905d", + "image_path": "images/47.png", + "question": "What is the total number of basketball court in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "bc46cea9-41c6-453c-b82e-41605672d42d", + "image_path": "images/48.png", + "question": "How many airplane are visible in the image?\nA.4\nB.2\nC.3\nD.1", + "answer": "B" + }, + { + "id": "2b74ed54-543a-4559-a5b0-499128867890", + "image_path": "images/49.png", + "question": "How many ship can be seen in this image?\nA.3\nB.1\nC.4\nD.2", + "answer": "D" + }, + { + "id": "c1bdd318-460e-4fcd-b24e-b6cc9bd0424b", + "image_path": "images/50.png", + "question": "What is the total number of baseball diamond in this image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "6959acee-0e46-464b-98fe-f3e87f56396c", + "image_path": "images/51.png", + "question": "How many baseball diamond are there in this image?\nA.7\nB.5\nC.4\nD.6", + "answer": "B" + }, + { + "id": "7ebe2745-5efb-4610-95ce-43909337913b", + "image_path": "images/52.png", + "question": "How many ship are visible in the image?\nA.1\nB.4\nC.2\nD.3", + "answer": "C" + }, + { + "id": "b9bfd033-0255-47a7-999f-1cce7932c76d", + "image_path": "images/53.png", + "question": "How many bridge can be seen in this image?\nA.3\nB.6\nC.4\nD.5", + "answer": "C" + }, + { + "id": "4027be44-6c0c-4603-aad2-cfbf0d23d09f", + "image_path": "images/54.png", + "question": "How many airplane are visible in the image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "9ceb5f52-31e4-486d-b843-d1fd0cee914f", + "image_path": "images/55.png", + "question": "How many airplane are there in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "8d7781a2-8c71-459b-8c0a-b33bbc470043", + "image_path": "images/56.png", + "question": "How many tennis court are there in this image?\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "7cde4b97-099d-456d-a753-02aadd175baa", + "image_path": "images/57.png", + "question": "What is the total number of basketball court in this image?\nA.8\nB.9\nC.10\nD.7", + "answer": "A" + }, + { + "id": "43c793ed-29dc-4a50-a64b-263103e180dc", + "image_path": "images/58.png", + "question": "How many airplane are visible in the image?\nA.8\nB.10\nC.9\nD.7", + "answer": "A" + }, + { + "id": "47a5bf15-f25f-4917-aadd-3da6b34cfe56", + "image_path": "images/59.png", + "question": "How many harbor are there in this image?\nA.5\nB.6\nC.3\nD.4", + "answer": "D" + }, + { + "id": "a935f0df-6937-45bf-9dee-c5f3110d30ec", + "image_path": "images/60.png", + "question": "How many airplane are there in this image?\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "b3b77eee-2b5e-4c42-886d-452bcb348533", + "image_path": "images/61.png", + "question": "What is the total number of harbor in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "1c4058f6-38ad-4fad-9981-0018d7aee7f4", + "image_path": "images/62.png", + "question": "How many harbor can be seen in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "f19e5250-b2e6-4f4f-a352-17b30fadae19", + "image_path": "images/63.png", + "question": "What is the total number of storage tank in this image?\nA.6\nB.4\nC.7\nD.5", + "answer": "D" + }, + { + "id": "6d496292-9e1f-4583-88df-6da83d4d003b", + "image_path": "images/64.png", + "question": "How many baseball diamond are visible in the image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "d2d3f870-8627-4682-904f-7dd91e24a66b", + "image_path": "images/65.png", + "question": "Count the number of bridge present in this image.\nA.3\nB.2\nC.4\nD.5", + "answer": "A" + }, + { + "id": "94b0d4c6-413a-4784-8c2b-171bd85c9d95", + "image_path": "images/66.png", + "question": "How many tennis court can be seen in this image?\nA.3\nB.5\nC.4\nD.2", + "answer": "A" + }, + { + "id": "31ed3427-0d64-4a16-ab4b-80a595d6c8ea", + "image_path": "images/67.png", + "question": "What is the total number of soccer ball field in this image?\nA.3\nB.1\nC.2\nD.0", + "answer": "B" + }, + { + "id": "c1092e13-38dd-4dd2-9bbb-d95814e06e66", + "image_path": "images/68.png", + "question": "How many roundabout are visible in the image?\nA.1\nB.3\nC.2\nD.0", + "answer": "A" + }, + { + "id": "3e121785-47d6-4197-9dd2-1cc4d049ba20", + "image_path": "images/69.png", + "question": "How many soccer ball field are visible in the image?\nA.0\nB.1\nC.3\nD.2", + "answer": "B" + }, + { + "id": "5de0e49b-02c6-43c8-b9ca-fb4c4ab67ca1", + "image_path": "images/70.png", + "question": "What is the total number of airplane in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "cbf8e81f-0c52-4cfb-886e-bb7e83c45425", + "image_path": "images/71.png", + "question": "Count the number of bridge present in this image.\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "7b49c6af-610b-42c2-8799-544c5be4a9a2", + "image_path": "images/72.png", + "question": "What is the total number of ship in this image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "121c5566-2773-4787-821e-ad98088a765e", + "image_path": "images/73.png", + "question": "Count the number of harbor present in this image.\nA.2\nB.1\nC.3\nD.4", + "answer": "A" + }, + { + "id": "e37c5021-63ef-461c-bc68-7b87f4598159", + "image_path": "images/74.png", + "question": "How many bridge can be seen in this image?\nA.4\nB.3\nC.2\nD.5", + "answer": "B" + }, + { + "id": "dc8fd4bc-35db-4d73-98ae-3cf1620e62e7", + "image_path": "images/75.png", + "question": "Count the number of storage tank present in this image.\nA.25\nB.27\nC.26\nD.28", + "answer": "C" + }, + { + "id": "6d999162-1300-450c-8c09-958c6a8d1f7f", + "image_path": "images/76.png", + "question": "How many tennis court are there in this image?\nA.5\nB.2\nC.3\nD.4", + "answer": "C" + }, + { + "id": "6f9e80b2-4191-462d-a40b-006b46631aba", + "image_path": "images/77.png", + "question": "How many tennis court can be seen in this image?\nA.7\nB.6\nC.5\nD.4", + "answer": "C" + }, + { + "id": "64d5bbb8-ba08-4424-a0d7-a27ac4ecebb5", + "image_path": "images/78.png", + "question": "How many roundabout can be seen in this image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "0723049c-9ca0-4ea1-8030-0bc8c9627ead", + "image_path": "images/79.png", + "question": "How many baseball diamond are visible in the image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "2ad0929a-ce72-4e2c-93ca-0d43cfe80d14", + "image_path": "images/80.png", + "question": "Count the number of airplane present in this image.\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "f68b4505-31ce-495c-8493-d9ee11d6b157", + "image_path": "images/81.png", + "question": "How many roundabout are there in this image?\nA.0\nB.2\nC.3\nD.1", + "answer": "D" + }, + { + "id": "f2b37533-cec8-4309-9b01-29a33f896a19", + "image_path": "images/82.png", + "question": "How many harbor can be seen in this image?\nA.1\nB.4\nC.2\nD.3", + "answer": "C" + }, + { + "id": "f72da2b3-d8b1-4744-a51d-e71db90cae3f", + "image_path": "images/83.png", + "question": "How many ground track field are there in this image?\nA.1\nB.3\nC.2\nD.0", + "answer": "A" + }, + { + "id": "d321a495-a74b-4410-a7b3-24b60a41f28b", + "image_path": "images/84.png", + "question": "What is the total number of storage tank in this image?\nA.5\nB.4\nC.6\nD.3", + "answer": "B" + }, + { + "id": "953cd14f-8402-4499-8858-53c342bfa56d", + "image_path": "images/85.png", + "question": "Count the number of basketball court present in this image.\nA.3\nB.2\nC.4\nD.5", + "answer": "A" + }, + { + "id": "be2dcb64-3577-4aa6-a52b-fed2dee4db71", + "image_path": "images/86.png", + "question": "How many airplane are visible in the image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "2b15767c-86b7-48f8-a2ac-181108ef1488", + "image_path": "images/87.png", + "question": "How many swimming pool are visible in the image?\nA.9\nB.10\nC.8\nD.11", + "answer": "A" + }, + { + "id": "4bb428d3-bb07-4568-8c49-4191e4aea9f9", + "image_path": "images/88.png", + "question": "What is the total number of soccer ball field in this image?\nA.5\nB.3\nC.2\nD.4", + "answer": "B" + }, + { + "id": "7dc73917-22fc-4701-9fe2-fba8e4882761", + "image_path": "images/89.png", + "question": "What is the total number of roundabout in this image?\nA.0\nB.2\nC.3\nD.1", + "answer": "D" + }, + { + "id": "334352fc-e549-49d2-a35c-f973fcfda320", + "image_path": "images/90.png", + "question": "How many storage tank are there in this image?\nA.4\nB.5\nC.6\nD.7", + "answer": "B" + }, + { + "id": "9c82009c-f199-400f-a24f-0bdf4d6df02a", + "image_path": "images/91.png", + "question": "How many storage tank can be seen in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "99d765e5-6210-4b71-a857-6bd1bb20b3f3", + "image_path": "images/92.png", + "question": "How many storage tank are visible in the image?\nA.5\nB.6\nC.8\nD.7", + "answer": "B" + }, + { + "id": "42d272e2-77d4-488c-919a-67a273ada3d2", + "image_path": "images/93.png", + "question": "What is the total number of bridge in this image?\nA.2\nB.5\nC.3\nD.4", + "answer": "C" + }, + { + "id": "97109dc4-8c5f-415c-8707-798abc6dd426", + "image_path": "images/94.png", + "question": "How many basketball court can be seen in this image?\nA.3\nB.2\nC.0\nD.1", + "answer": "D" + }, + { + "id": "68021e47-a359-4c0e-a7e4-841abff0bdaf", + "image_path": "images/95.png", + "question": "What is the total number of harbor in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "6b0e190e-baa5-410a-ae72-fd38876c0f17", + "image_path": "images/96.png", + "question": "Count the number of basketball court present in this image.\nA.8\nB.9\nC.6\nD.7", + "answer": "A" + }, + { + "id": "3f36cc27-9262-4811-9b9a-4009b2f8ac23", + "image_path": "images/97.png", + "question": "Count the number of basketball court present in this image.\nA.13\nB.14\nC.16\nD.15", + "answer": "B" + }, + { + "id": "c137b735-354e-4231-a5f9-19d8dbae5347", + "image_path": "images/98.png", + "question": "How many storage tank can be seen in this image?\nA.19\nB.27\nC.20\nD.17", + "answer": "B" + }, + { + "id": "635896f0-7bfb-49d7-8a3c-9b3be4748a77", + "image_path": "images/99.png", + "question": "Count the number of storage tank present in this image.\nA.13\nB.11\nC.14\nD.12", + "answer": "D" + }, + { + "id": "8933f65e-d27f-4a80-ac9b-f8af40cde76f", + "image_path": "images/100.png", + "question": "How many ship can be seen in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "6f506a4b-a28f-4ed1-b047-4d8b4f5308cb", + "image_path": "images/101.png", + "question": "How many ship can be seen in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "D" + }, + { + "id": "0c276fff-bc06-403a-9517-234cd2f96228", + "image_path": "images/102.png", + "question": "Count the number of bridge present in this image.\nA.3\nB.2\nC.5\nD.4", + "answer": "A" + }, + { + "id": "d08a0a74-4f10-4162-aad3-85c052062f2c", + "image_path": "images/103.png", + "question": "What is the total number of storage tank in this image?\nA.6\nB.7\nC.5\nD.8", + "answer": "A" + }, + { + "id": "c11ead6c-390b-48c2-9e39-cfe140099536", + "image_path": "images/104.png", + "question": "How many storage tank can be seen in this image?\nA.27\nB.30\nC.28\nD.29", + "answer": "C" + }, + { + "id": "2d32c226-ebc2-4e13-89e3-970bd9a191c5", + "image_path": "images/105.png", + "question": "How many airplane can be seen in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "f1b049ae-fd4b-4ce5-b7a5-0c0b68d3b5ac", + "image_path": "images/106.png", + "question": "How many airplane are there in this image?\nA.6\nB.5\nC.4\nD.3", + "answer": "C" + }, + { + "id": "9132fb18-9f39-4051-9146-d5846a930208", + "image_path": "images/107.png", + "question": "Count the number of airplane present in this image.\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "dcd2c1cb-54ea-4289-ae0b-561bc2b51796", + "image_path": "images/108.png", + "question": "What is the total number of bridge in this image?\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "3d509195-5f2f-4a2c-800d-704c9cc2ee0a", + "image_path": "images/109.png", + "question": "How many harbor can be seen in this image?\nA.5\nB.6\nC.3\nD.4", + "answer": "D" + }, + { + "id": "6a68bc33-5afc-44b4-85e5-31938d714266", + "image_path": "images/110.png", + "question": "Count the number of harbor present in this image.\nA.4\nB.5\nC.6\nD.3", + "answer": "A" + }, + { + "id": "0f142ad1-d2d3-437f-99ef-8130354e23a9", + "image_path": "images/111.png", + "question": "How many airplane can be seen in this image?\nA.2\nB.1\nC.3\nD.4", + "answer": "A" + }, + { + "id": "44c66c01-137a-496e-a664-90cdc72d0d4b", + "image_path": "images/112.png", + "question": "How many storage tank are there in this image?\nA.14\nB.16\nC.15\nD.17", + "answer": "C" + }, + { + "id": "bd7e28e6-132c-42b2-8305-cab4adcf32b9", + "image_path": "images/113.png", + "question": "Count the number of tennis court present in this image.\nA.2\nB.3\nC.5\nD.4", + "answer": "B" + }, + { + "id": "8cbbbd5a-b719-4285-99d1-7ee401302b23", + "image_path": "images/114.png", + "question": "How many storage tank are there in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "865d5964-7e95-469e-bb1e-7f84f9a04c1d", + "image_path": "images/115.png", + "question": "How many soccer ball field are visible in the image?\nA.3\nB.4\nC.5\nD.2", + "answer": "A" + }, + { + "id": "3a7b9629-f737-47cb-ac0e-48fcf0c38eab", + "image_path": "images/116.png", + "question": "How many airplane are visible in the image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "e1a89534-4f22-485f-9f94-b4d086724e00", + "image_path": "images/117.png", + "question": "Count the number of airplane present in this image.\nA.4\nB.3\nC.1\nD.2", + "answer": "D" + }, + { + "id": "c1410b1e-4b81-4ce2-a200-abc34615e2b7", + "image_path": "images/118.png", + "question": "How many harbor are visible in the image?\nA.4\nB.5\nC.6\nD.3", + "answer": "A" + }, + { + "id": "8cbd4df6-903e-42ce-9bd6-ec132779d49b", + "image_path": "images/119.png", + "question": "How many harbor are there in this image?\nA.2\nB.4\nC.3\nD.5", + "answer": "B" + }, + { + "id": "71dbe222-a3d4-4ae3-adc7-6f87d821b8fe", + "image_path": "images/120.png", + "question": "What is the total number of harbor in this image?\nA.2\nB.5\nC.1\nD.3", + "answer": "D" + }, + { + "id": "5654ba10-2ffe-4314-8ca0-cb932c5bb145", + "image_path": "images/121.png", + "question": "Count the number of storage tank present in this image.\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "9924c417-2e1f-4ca5-9df0-7532183b1e47", + "image_path": "images/122.png", + "question": "Count the number of storage tank present in this image.\nA.8\nB.9\nC.7\nD.10", + "answer": "A" + }, + { + "id": "23cd728f-1708-4277-9b4b-e30dd69c5b24", + "image_path": "images/123.png", + "question": "How many bridge are visible in the image?\nA.3\nB.2\nC.5\nD.4", + "answer": "A" + }, + { + "id": "716a22c7-de26-4b46-babc-616133912898", + "image_path": "images/124.png", + "question": "What is the total number of ship in this image?\nA.6\nB.7\nC.5\nD.8", + "answer": "A" + }, + { + "id": "42a8f0ad-7f90-4a14-a7ec-99a3f0061d7d", + "image_path": "images/125.png", + "question": "Count the number of airplane present in this image.\nA.3\nB.1\nC.4\nD.2", + "answer": "D" + }, + { + "id": "8818695f-3672-460e-be4c-38ba4b2f224b", + "image_path": "images/126.png", + "question": "What is the total number of ship in this image?\nA.7\nB.8\nC.9\nD.6", + "answer": "A" + }, + { + "id": "0d840ba3-2c92-4b0d-9228-77e50a42ffaf", + "image_path": "images/127.png", + "question": "What is the total number of storage tank in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "e06f9e7a-1578-47bf-b8d9-7d73203ad3f7", + "image_path": "images/128.png", + "question": "How many basketball court can be seen in this image?\nA.3\nB.2\nC.1\nD.4", + "answer": "B" + }, + { + "id": "bc92a9e5-9d38-4ba7-b1b5-1017958328ec", + "image_path": "images/129.png", + "question": "How many airplane are there in this image?\nA.2\nB.3\nC.5\nD.4", + "answer": "B" + }, + { + "id": "96c8fc51-6162-4ab7-9055-1bcd7d1aabd7", + "image_path": "images/130.png", + "question": "How many basketball court are visible in the image?\nA.3\nB.4\nC.6\nD.5", + "answer": "B" + }, + { + "id": "068317ec-cbb6-4b07-bcc2-1947111169d3", + "image_path": "images/131.png", + "question": "How many harbor can be seen in this image?\nA.4\nB.5\nC.3\nD.6", + "answer": "A" + }, + { + "id": "581aff57-bac2-4440-aa33-095ae8c25389", + "image_path": "images/132.png", + "question": "How many ship are there in this image?\nA.3\nB.4\nC.5\nD.6", + "answer": "B" + }, + { + "id": "decc07e3-f5f3-4079-95e4-6ede3f1b0f55", + "image_path": "images/133.png", + "question": "How many bridge are visible in the image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "520ea9bd-f46b-474e-902a-315099dcc2c3", + "image_path": "images/134.png", + "question": "What is the total number of ship in this image?\nA.12\nB.9\nC.11\nD.10", + "answer": "D" + }, + { + "id": "fdda0ece-1cca-4ffa-a27d-5142219ab848", + "image_path": "images/135.png", + "question": "What is the total number of airplane in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "065deb17-d955-4650-a0cd-fb654b9553a1", + "image_path": "images/136.png", + "question": "What is the total number of ship in this image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "571e5572-a547-4fe3-8db2-3c6b1de04217", + "image_path": "images/137.png", + "question": "How many storage tank are visible in the image?\nA.5\nB.3\nC.2\nD.4", + "answer": "B" + }, + { + "id": "bbac2649-cf5c-4aff-a782-db7e583d498b", + "image_path": "images/138.png", + "question": "How many storage tank are there in this image?\nA.4\nB.3\nC.2\nD.5", + "answer": "B" + }, + { + "id": "6dc31bc1-2b84-43bc-8035-380d7d5aad6b", + "image_path": "images/139.png", + "question": "Count the number of storage tank present in this image.\nA.9\nB.12\nC.10\nD.11", + "answer": "C" + }, + { + "id": "3479106c-ee53-484c-b2c3-51834941021b", + "image_path": "images/140.png", + "question": "What is the total number of ship in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "d1c25967-d082-4c7c-a887-d4b6b842ea96", + "image_path": "images/141.png", + "question": "What is the total number of ship in this image?\nA.2\nB.4\nC.5\nD.3", + "answer": "A" + }, + { + "id": "ca8c7fa1-3af7-4b47-bd7c-9e92768bc5c8", + "image_path": "images/142.png", + "question": "How many airplane are visible in the image?\nA.3\nB.5\nC.4\nD.6", + "answer": "C" + }, + { + "id": "b230829a-d401-440d-85f0-5aabca7cb72d", + "image_path": "images/143.png", + "question": "How many tennis court can be seen in this image?\nA.12\nB.13\nC.11\nD.10", + "answer": "C" + }, + { + "id": "1fbb66a9-9c9b-4e74-a869-0c0482d364f7", + "image_path": "images/144.png", + "question": "Count the number of bridge present in this image.\nA.1\nB.4\nC.2\nD.3", + "answer": "B" + }, + { + "id": "f157345a-6289-4f0e-ab30-ecfb95e71f10", + "image_path": "images/145.png", + "question": "Count the number of ship present in this image.\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "af45a9f9-54ad-48f1-a56d-1afce34c71c5", + "image_path": "images/146.png", + "question": "How many airplane are visible in the image?\nA.6\nB.4\nC.5\nD.7", + "answer": "C" + }, + { + "id": "bd43a778-b878-45f9-9655-f5e0fde0308f", + "image_path": "images/147.png", + "question": "How many ship are visible in the image?\nA.1\nB.4\nC.3\nD.2", + "answer": "D" + }, + { + "id": "dca94326-3d42-48fb-863a-1ae2dde5d8c0", + "image_path": "images/148.png", + "question": "Count the number of storage tank present in this image.\nA.6\nB.7\nC.8\nD.9", + "answer": "B" + }, + { + "id": "434296db-d42d-43e9-b08c-e323d2a1270c", + "image_path": "images/149.png", + "question": "What is the total number of bridge in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "e66c876f-60b6-4cad-94c8-0cfbc9e91fba", + "image_path": "images/150.png", + "question": "How many storage tank are visible in the image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "04eef263-7590-487a-9d09-18c6ce39e858", + "image_path": "images/151.png", + "question": "How many storage tank are there in this image?\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "bdb964db-0aa6-4fa9-812e-b5c6f01b6d9c", + "image_path": "images/152.png", + "question": "How many storage tank are visible in the image?\nA.5\nB.2\nC.4\nD.3", + "answer": "D" + }, + { + "id": "d364f5fc-b039-4a3c-b178-dd91fe8f7976", + "image_path": "images/153.png", + "question": "How many bridge can be seen in this image?\nA.3\nB.2\nC.5\nD.4", + "answer": "A" + }, + { + "id": "4a14af43-f17c-4ce7-bb37-b75e96aeef7b", + "image_path": "images/154.png", + "question": "How many bridge are there in this image?\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "4319946d-29e0-45be-b185-74bc77a365af", + "image_path": "images/155.png", + "question": "How many airplane are visible in the image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "311833a8-27dd-400c-8cb8-120f97773903", + "image_path": "images/156.png", + "question": "What is the total number of bridge in this image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "38872862-413e-44f2-af2b-63589b0f3d2b", + "image_path": "images/157.png", + "question": "How many storage tank are there in this image?\nA.1\nB.4\nC.2\nD.3", + "answer": "C" + }, + { + "id": "80d4cda9-0850-47ad-8c28-9589c56b5b6a", + "image_path": "images/158.png", + "question": "How many basketball court are there in this image?\nA.6\nB.5\nC.4\nD.7", + "answer": "B" + }, + { + "id": "cc174724-22ed-41d9-9983-b04231621cfe", + "image_path": "images/159.png", + "question": "How many storage tank are visible in the image?\nA.5\nB.3\nC.6\nD.4", + "answer": "D" + }, + { + "id": "da5fa156-080c-4f67-9b9c-e9680b4dad13", + "image_path": "images/160.png", + "question": "How many airplane are visible in the image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "c7ceeb1d-fbf1-42c9-b85b-40c1e13ad3dc", + "image_path": "images/161.png", + "question": "What is the total number of airplane in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "62ad333f-c15e-47cc-bf00-81c152ae2adb", + "image_path": "images/162.png", + "question": "How many baseball diamond can be seen in this image?\nA.7\nB.6\nC.5\nD.4", + "answer": "C" + }, + { + "id": "590a1312-9f4c-475b-94c2-ee1ff2b1f66b", + "image_path": "images/163.png", + "question": "How many basketball court are visible in the image?\nA.8\nB.7\nC.6\nD.9", + "answer": "B" + }, + { + "id": "3da6dcbd-83f9-44f9-9470-512e79eaf9ed", + "image_path": "images/164.png", + "question": "How many storage tank can be seen in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "D" + }, + { + "id": "381fc284-c7cc-46ae-a2ab-c4d1757df627", + "image_path": "images/165.png", + "question": "What is the total number of airplane in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "69b8e582-8eb1-4f83-8e23-0df086290b1d", + "image_path": "images/166.png", + "question": "How many ship are there in this image?\nA.5\nB.2\nC.4\nD.3", + "answer": "D" + }, + { + "id": "b8df57e6-14f3-46ab-b856-e6ba18142edd", + "image_path": "images/167.png", + "question": "Count the number of basketball court present in this image.\nA.10\nB.9\nC.8\nD.11", + "answer": "B" + }, + { + "id": "c5c0f5ee-be42-4925-bf3e-3a7ca98eb84b", + "image_path": "images/168.png", + "question": "How many basketball court are there in this image?\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "f9edade6-0823-472c-b715-b5242b52ef78", + "image_path": "images/169.png", + "question": "Count the number of airplane present in this image.\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "1f43e70f-59bf-4191-8582-88d3e8a8becb", + "image_path": "images/170.png", + "question": "How many ship are there in this image?\nA.4\nB.5\nC.3\nD.6", + "answer": "A" + }, + { + "id": "b2d0ee3b-15dc-404e-b79c-4d19db6a96d2", + "image_path": "images/171.png", + "question": "How many baseball diamond are visible in the image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "01e604da-07b8-4acd-b857-63ec6b5c74c0", + "image_path": "images/172.png", + "question": "How many soccer ball field can be seen in this image?\nA.3\nB.1\nC.2\nD.0", + "answer": "B" + }, + { + "id": "a6000e59-c8a4-476e-90c4-ec2585c7b6ef", + "image_path": "images/173.png", + "question": "How many harbor can be seen in this image?\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "4229d53c-029b-4e7d-b8c6-7d03d21ab990", + "image_path": "images/174.png", + "question": "How many airplane are there in this image?\nA.4\nB.3\nC.5\nD.6", + "answer": "A" + }, + { + "id": "d71f7ccd-af27-4cb8-a0fd-e982f67b7203", + "image_path": "images/175.png", + "question": "How many bridge are visible in the image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "b9c5e7c1-bc3d-47f1-87dd-728f41342614", + "image_path": "images/176.png", + "question": "How many harbor can be seen in this image?\nA.5\nB.6\nC.8\nD.7", + "answer": "B" + }, + { + "id": "07e1f9e7-2a06-476b-b2b9-1f45a2744a0a", + "image_path": "images/177.png", + "question": "How many storage tank can be seen in this image?\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "687f8fb8-da9f-4d50-b1af-99649ab981a9", + "image_path": "images/178.png", + "question": "How many soccer ball field can be seen in this image?\nA.2\nB.3\nC.5\nD.4", + "answer": "B" + }, + { + "id": "b93372d5-07cf-4be6-a44d-9321df742d09", + "image_path": "images/179.png", + "question": "What is the total number of ship in this image?\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "ed0b911a-49da-4844-8b89-4daf16e8d059", + "image_path": "images/180.png", + "question": "How many storage tank are there in this image?\nA.3\nB.6\nC.5\nD.4", + "answer": "D" + }, + { + "id": "320c9759-e352-4e14-889a-e62364ccf8aa", + "image_path": "images/181.png", + "question": "What is the total number of storage tank in this image?\nA.9\nB.6\nC.8\nD.7", + "answer": "D" + }, + { + "id": "ec265862-9fa4-4c2c-9029-b317b930e8da", + "image_path": "images/182.png", + "question": "Count the number of tennis court present in this image.\nA.10\nB.11\nC.9\nD.12", + "answer": "A" + }, + { + "id": "0bcb1925-45d8-4143-87bc-1194608e6921", + "image_path": "images/183.png", + "question": "How many ship can be seen in this image?\nA.4\nB.3\nC.2\nD.5", + "answer": "B" + }, + { + "id": "55e8287d-ba33-4b94-897b-fad1217a764f", + "image_path": "images/184.png", + "question": "Count the number of basketball court present in this image.\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "3a5bbef4-9930-4fc0-91d0-aabf662edebc", + "image_path": "images/185.png", + "question": "How many airplane are there in this image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "3725cf59-8090-43c4-9ab2-b3cf24fd305e", + "image_path": "images/186.png", + "question": "Count the number of baseball diamond present in this image.\nA.3\nB.0\nC.1\nD.2", + "answer": "C" + }, + { + "id": "a5f40d84-5c8d-4579-8935-4ce314cfa0e7", + "image_path": "images/187.png", + "question": "Count the number of harbor present in this image.\nA.2\nB.5\nC.4\nD.3", + "answer": "D" + }, + { + "id": "5b91900b-42ca-4d45-b070-bedd6361624e", + "image_path": "images/188.png", + "question": "What is the total number of dam in this image?\nA.4\nB.3\nC.1\nD.2", + "answer": "D" + }, + { + "id": "0c96a662-e918-4377-b0fb-116a82ab471b", + "image_path": "images/189.png", + "question": "Count the number of soccer ball field present in this image.\nA.3\nB.1\nC.2\nD.0", + "answer": "B" + }, + { + "id": "0c6c0b15-0013-4aa3-9323-7c376f4e1067", + "image_path": "images/190.png", + "question": "What is the total number of ship in this image?\nA.11\nB.9\nC.12\nD.10", + "answer": "D" + }, + { + "id": "242fe4ec-bb53-4325-9c18-ad75ce05daad", + "image_path": "images/191.png", + "question": "What is the total number of storage tank in this image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "e86ed8ea-8a5d-4ea4-9c15-155fa9fa20ee", + "image_path": "images/192.png", + "question": "Count the number of ship present in this image.\nA.4\nB.2\nC.3\nD.5", + "answer": "C" + }, + { + "id": "23a32383-a9f1-4a5b-9c09-81e12027e98b", + "image_path": "images/193.png", + "question": "What is the total number of ground track field in this image?\nA.2\nB.0\nC.1\nD.3", + "answer": "C" + }, + { + "id": "14d6a8b7-2895-4007-b659-2bf829a53c31", + "image_path": "images/194.png", + "question": "How many roundabout are there in this image?\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "00240a49-e240-49e9-947a-d3c59cc24f0a", + "image_path": "images/195.png", + "question": "How many airplane are visible in the image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "0278edaa-6563-4331-a9ab-5aa0e677f6bd", + "image_path": "images/196.png", + "question": "Count the number of bridge present in this image.\nA.2\nB.5\nC.3\nD.4", + "answer": "C" + }, + { + "id": "f1af2c7c-f144-4ea7-9721-fd87d59db4d0", + "image_path": "images/197.png", + "question": "Count the number of airplane present in this image.\nA.2\nB.4\nC.5\nD.3", + "answer": "D" + }, + { + "id": "1c58bed0-69f7-452d-8851-01e324bcd11f", + "image_path": "images/198.png", + "question": "What is the total number of ship in this image?\nA.6\nB.5\nC.7\nD.4", + "answer": "B" + }, + { + "id": "7a3f649f-23ac-4cd4-81fe-931a349ecda0", + "image_path": "images/199.png", + "question": "How many ship are there in this image?\nA.2\nB.3\nC.5\nD.4", + "answer": "B" + }, + { + "id": "4d188ed4-8ae9-4023-9397-45dcb3947e12", + "image_path": "images/200.png", + "question": "How many airplane can be seen in this image?\nA.5\nB.3\nC.2\nD.4", + "answer": "B" + }, + { + "id": "2236c0ab-a864-4d7d-849b-775005403a1a", + "image_path": "images/201.png", + "question": "Count the number of soccer ball field present in this image.\nA.1\nB.3\nC.0\nD.2", + "answer": "A" + }, + { + "id": "76e10f7b-cd11-4091-9bc6-ccbbfae35a7e", + "image_path": "images/202.png", + "question": "What is the total number of basketball court in this image?\nA.5\nB.3\nC.4\nD.6", + "answer": "C" + }, + { + "id": "44788094-c32b-4236-9d0b-4ca87f3fa8de", + "image_path": "images/203.png", + "question": "What is the total number of ship in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "054889f9-436e-4172-9ce5-dea8c2b56e00", + "image_path": "images/204.png", + "question": "Count the number of storage tank present in this image.\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "26568bd3-20ce-4fdd-9327-5ebe9106bc0b", + "image_path": "images/205.png", + "question": "What is the total number of ship in this image?\nA.15\nB.17\nC.16\nD.11", + "answer": "A" + }, + { + "id": "13930a31-fd2f-44a2-8905-1059be3ef580", + "image_path": "images/206.png", + "question": "Count the number of storage tank present in this image.\nA.4\nB.1\nC.2\nD.3", + "answer": "C" + }, + { + "id": "58929f99-0d2c-4661-a50d-26589e744a0b", + "image_path": "images/207.png", + "question": "How many airplane can be seen in this image?\nA.3\nB.2\nC.5\nD.4", + "answer": "A" + }, + { + "id": "943655ac-c390-4315-86dd-a53552cf6dea", + "image_path": "images/208.png", + "question": "Count the number of soccer ball field present in this image.\nA.3\nB.2\nC.1\nD.0", + "answer": "B" + }, + { + "id": "bae6fb6e-caf7-4a23-b468-ebf4ab2eabb4", + "image_path": "images/209.png", + "question": "Count the number of ship present in this image.\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "b32bab76-c324-4e58-9669-c3ea5b7b37f6", + "image_path": "images/210.png", + "question": "How many harbor are there in this image?\nA.6\nB.9\nC.8\nD.7", + "answer": "D" + }, + { + "id": "38741ce4-7ec0-4639-a649-08e6772ddf50", + "image_path": "images/211.png", + "question": "How many storage tank are there in this image?\nA.10\nB.17\nC.7\nD.9", + "answer": "B" + }, + { + "id": "1f4b1da9-cb16-4669-b3ae-64a189e61a54", + "image_path": "images/212.png", + "question": "How many airplane are there in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "16b16a28-d8ee-44cc-a4f4-102a2fd6b31c", + "image_path": "images/213.png", + "question": "How many airplane can be seen in this image?\nA.4\nB.5\nC.3\nD.2", + "answer": "C" + }, + { + "id": "a08d62b0-bc4c-44db-84ba-14d071b1baed", + "image_path": "images/214.png", + "question": "Count the number of bridge present in this image.\nA.4\nB.5\nC.2\nD.3", + "answer": "D" + }, + { + "id": "a31cb673-a739-4f45-9c31-24fe5ce4af55", + "image_path": "images/215.png", + "question": "How many storage tank are visible in the image?\nA.13\nB.11\nC.10\nD.12", + "answer": "B" + }, + { + "id": "fe7fd7d2-9dba-4198-857b-e382b7af29a9", + "image_path": "images/216.png", + "question": "How many basketball court are there in this image?\nA.5\nB.6\nC.4\nD.3", + "answer": "C" + }, + { + "id": "f235adee-4b9a-4ede-815e-aae66ce79cd5", + "image_path": "images/217.png", + "question": "How many bridge are there in this image?\nA.1\nB.4\nC.3\nD.5", + "answer": "C" + }, + { + "id": "04fda2b4-c328-46b0-8253-3905cd84e101", + "image_path": "images/218.png", + "question": "How many ship are there in this image?\nA.0\nB.2\nC.6\nD.7", + "answer": "B" + }, + { + "id": "98929fd8-ba3f-4ae8-b468-4d5490d8a168", + "image_path": "images/219.png", + "question": "How many ground track field are visible in the image?\nA.1\nB.3\nC.2\nD.0", + "answer": "A" + }, + { + "id": "4f3ff152-d138-4bee-a82f-95a9f0627bd4", + "image_path": "images/220.png", + "question": "What is the total number of storage tank in this image?\nA.6\nB.5\nC.4\nD.7", + "answer": "B" + }, + { + "id": "9c829462-6f65-4825-9e65-abdb1c4e120a", + "image_path": "images/221.png", + "question": "How many airplane can be seen in this image?\nA.5\nB.2\nC.4\nD.3", + "answer": "D" + }, + { + "id": "b1e0f058-c107-4fa5-83c3-5f53317908eb", + "image_path": "images/222.png", + "question": "How many storage tank are there in this image?\nA.0\nB.1\nC.2\nD.3", + "answer": "B" + }, + { + "id": "dba9f9da-df33-4f8f-aa1f-135bdc4ee89b", + "image_path": "images/223.png", + "question": "Count the number of ship present in this image.\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "3a5515cf-8c08-43d7-9e95-462ff03d3f11", + "image_path": "images/224.png", + "question": "What is the total number of ship in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "f8d8d41e-6210-439d-84c5-e00fbd0c1fbd", + "image_path": "images/225.png", + "question": "How many basketball court are there in this image?\nA.6\nB.7\nC.5\nD.8", + "answer": "C" + }, + { + "id": "fc329e66-d4f9-44ef-a634-bd2017938225", + "image_path": "images/226.png", + "question": "How many basketball court can be seen in this image?\nA.12\nB.9\nC.11\nD.10", + "answer": "D" + }, + { + "id": "1ea457e7-6d56-49c7-b223-b4c8d8ef818e", + "image_path": "images/227.png", + "question": "Count the number of soccer ball field present in this image.\nA.0\nB.2\nC.1\nD.3", + "answer": "C" + }, + { + "id": "d562da13-7707-41fd-ba87-d60570f03ffe", + "image_path": "images/228.png", + "question": "Count the number of bridge present in this image.\nA.4\nB.3\nC.5\nD.6", + "answer": "A" + }, + { + "id": "4dc10a96-9be8-44e4-a8ae-d3240cf49d17", + "image_path": "images/229.png", + "question": "How many storage tank are visible in the image?\nA.4\nB.3\nC.5\nD.6", + "answer": "A" + }, + { + "id": "4657fa41-f04c-46c9-a771-7ad6a2dfafe2", + "image_path": "images/230.png", + "question": "Count the number of storage tank present in this image.\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "9e65f340-3c66-430c-b0df-ffb58f7bad8e", + "image_path": "images/231.png", + "question": "How many roundabout are there in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "c320434c-b7c1-457c-a04b-b4259a24aae3", + "image_path": "images/232.png", + "question": "Count the number of airplane present in this image.\nA.3\nB.5\nC.6\nD.4", + "answer": "D" + }, + { + "id": "c58a2a58-faaa-4fdb-ba7f-00859ef58942", + "image_path": "images/233.png", + "question": "How many ship are visible in the image?\nA.4\nB.2\nC.5\nD.3", + "answer": "D" + }, + { + "id": "362d75a4-7399-410a-9e66-662c8ec4d078", + "image_path": "images/234.png", + "question": "What is the total number of airplane in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "68b92739-a090-4061-aa83-ccdfdd8bc7e3", + "image_path": "images/235.png", + "question": "Count the number of storage tank present in this image.\nA.6\nB.5\nC.4\nD.3", + "answer": "C" + }, + { + "id": "8a9aa60e-61b5-4fae-9323-569bc76f903e", + "image_path": "images/236.png", + "question": "How many harbor can be seen in this image?\nA.4\nB.5\nC.2\nD.3", + "answer": "A" + }, + { + "id": "5d498d09-4f7c-4cc6-a9f3-818817933253", + "image_path": "images/237.png", + "question": "Count the number of bridge present in this image.\nA.2\nB.4\nC.3\nD.1", + "answer": "C" + }, + { + "id": "aa74717b-696f-4957-992f-1e2f5c30a24d", + "image_path": "images/238.png", + "question": "How many storage tank are there in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "1c7fbf1d-a405-4665-8e01-bd1edfd5f7a1", + "image_path": "images/239.png", + "question": "How many roundabout are visible in the image?\nA.3\nB.2\nC.0\nD.1", + "answer": "D" + }, + { + "id": "1d91ff6f-afca-4af8-82c3-abc24ccdc918", + "image_path": "images/240.png", + "question": "Count the number of basketball court present in this image.\nA.4\nB.6\nC.5\nD.3", + "answer": "A" + }, + { + "id": "23966dd8-cee1-40dd-8065-96c03a9524f7", + "image_path": "images/241.png", + "question": "How many storage tank are visible in the image?\nA.2\nB.3\nC.0\nD.1", + "answer": "D" + }, + { + "id": "27706c1c-2e82-4118-9320-42939f98929d", + "image_path": "images/242.png", + "question": "What is the total number of harbor in this image?\nA.4\nB.1\nC.3\nD.2", + "answer": "D" + }, + { + "id": "f72a2984-795e-4f1b-a6ce-2da6ff0bdeee", + "image_path": "images/243.png", + "question": "What is the total number of harbor in this image?\nA.3\nB.5\nC.2\nD.6", + "answer": "A" + }, + { + "id": "5639137d-d685-4044-9b33-3ff6dd4b46ee", + "image_path": "images/244.png", + "question": "Count the number of tennis court present in this image.\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "63a2b64a-8a40-4743-b2ee-d14ff0ca712d", + "image_path": "images/245.png", + "question": "How many baseball diamond are there in this image?\nA.2\nB.3\nC.4\nD.1", + "answer": "A" + }, + { + "id": "f4a28800-638d-4c0e-9c76-722f191b5da1", + "image_path": "images/246.png", + "question": "How many airplane can be seen in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "fba92f34-dbf4-46d8-a2d9-98294085563a", + "image_path": "images/247.png", + "question": "What is the total number of airplane in this image?\nA.4\nB.3\nC.5\nD.2", + "answer": "B" + }, + { + "id": "0dcf6e1c-e64a-46ee-bd51-4ac727847d1e", + "image_path": "images/248.png", + "question": "What is the total number of roundabout in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "f6a62247-ffd0-468c-a916-15f3a52e5afb", + "image_path": "images/249.png", + "question": "Count the number of tennis court present in this image.\nA.4\nB.6\nC.5\nD.3", + "answer": "A" + }, + { + "id": "48b8be3c-d93f-4df5-a76a-6e5e20e27dd3", + "image_path": "images/250.png", + "question": "How many storage tank are there in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "123db654-f905-4fef-a9cc-12d4aa6b10af", + "image_path": "images/251.png", + "question": "Count the number of airplane present in this image.\nA.7\nB.8\nC.6\nD.5", + "answer": "C" + }, + { + "id": "e3f2c7da-0b42-4e68-a621-a3178a0589b0", + "image_path": "images/252.png", + "question": "How many ship are there in this image?\nA.4\nB.2\nC.3\nD.1", + "answer": "A" + }, + { + "id": "3025779a-f35a-49c8-b7a4-df6fdd49c4b1", + "image_path": "images/253.png", + "question": "How many airplane can be seen in this image?\nA.4\nB.3\nC.5\nD.6", + "answer": "A" + }, + { + "id": "d9553e2b-8e53-497f-848d-d5f038d616e2", + "image_path": "images/254.png", + "question": "Count the number of storage tank present in this image.\nA.11\nB.10\nC.9\nD.8", + "answer": "C" + }, + { + "id": "260cd24e-aacd-43b0-a7cc-4bafa00ad925", + "image_path": "images/255.png", + "question": "How many harbor can be seen in this image?\nA.3\nB.2\nC.4\nD.5", + "answer": "A" + }, + { + "id": "b444dbba-629d-4cc9-9964-a6c155025b5a", + "image_path": "images/256.png", + "question": "What is the total number of tennis court in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "2dac8e96-51ae-40bd-953d-bc3df4401aa1", + "image_path": "images/257.png", + "question": "How many ship can be seen in this image?\nA.5\nB.4\nC.6\nD.3", + "answer": "B" + }, + { + "id": "8ad57901-c3ee-4a89-8c57-7ad00d8abf17", + "image_path": "images/258.png", + "question": "Count the number of ship present in this image.\nA.5\nB.4\nC.2\nD.3", + "answer": "A" + }, + { + "id": "838d3228-e1e1-40c3-8f1b-ee7b0986d98f", + "image_path": "images/259.png", + "question": "How many ship are visible in the image?\nA.2\nB.3\nC.5\nD.4", + "answer": "B" + }, + { + "id": "1bb5ca12-e8c1-402c-91c6-acbfbb63101a", + "image_path": "images/260.png", + "question": "How many storage tank are visible in the image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "f84313dd-4776-4f27-be12-c3103e0d1b1c", + "image_path": "images/261.png", + "question": "What is the total number of ground track field in this image?\nA.0\nB.1\nC.2\nD.3", + "answer": "B" + }, + { + "id": "4f05fce9-8b5b-4bdf-84cc-01b6c6d69e8d", + "image_path": "images/262.png", + "question": "How many tennis court are visible in the image?\nA.3\nB.5\nC.4\nD.2", + "answer": "A" + }, + { + "id": "f9edb59e-ebf7-48b0-ae05-937e895d9aef", + "image_path": "images/263.png", + "question": "Count the number of airplane present in this image.\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "183e9142-736b-4a9a-88b7-ac1bf2f1a2e5", + "image_path": "images/264.png", + "question": "How many roundabout are visible in the image?\nA.0\nB.2\nC.3\nD.1", + "answer": "D" + }, + { + "id": "ad9beca7-c08b-4873-b4f1-b442e3df68df", + "image_path": "images/265.png", + "question": "How many storage tank can be seen in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "6c454600-d30c-4808-b6d3-dae43991ceab", + "image_path": "images/266.png", + "question": "How many storage tank can be seen in this image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "ade11418-988b-4191-a523-15bfc788e705", + "image_path": "images/267.png", + "question": "Count the number of harbor present in this image.\nA.1\nB.2\nC.4\nD.3", + "answer": "C" + }, + { + "id": "d049f29b-fbbb-4e15-adc1-dcb71a6a6004", + "image_path": "images/268.png", + "question": "How many baseball diamond can be seen in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "f68da64e-e881-4397-bf12-00edfbda386f", + "image_path": "images/269.png", + "question": "How many storage tank are there in this image?\nA.2\nB.3\nC.4\nD.1", + "answer": "B" + }, + { + "id": "fd2de3ff-4cb8-4328-afd7-ded175009d70", + "image_path": "images/270.png", + "question": "Count the number of airplane present in this image.\nA.9\nB.10\nC.8\nD.7", + "answer": "C" + }, + { + "id": "e13f6cfb-d760-443f-8a9e-a3bc694e2845", + "image_path": "images/271.png", + "question": "How many airplane can be seen in this image?\nA.3\nB.5\nC.2\nD.4", + "answer": "A" + }, + { + "id": "a9cafd1f-7e73-447d-9198-6d7f3d3ae50d", + "image_path": "images/272.png", + "question": "What is the total number of storage tank in this image?\nA.4\nB.3\nC.6\nD.5", + "answer": "A" + }, + { + "id": "49955477-2428-4c85-8793-1378ef74f076", + "image_path": "images/273.png", + "question": "How many airplane are visible in the image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "a8f496ee-ed54-4682-911e-66f057936e5a", + "image_path": "images/274.png", + "question": "How many storage tank can be seen in this image?\nA.8\nB.7\nC.6\nD.5", + "answer": "C" + }, + { + "id": "673b7f6a-cf6d-45c3-bd1b-9bcccd1d197c", + "image_path": "images/275.png", + "question": "What is the total number of storage tank in this image?\nA.4\nB.6\nC.3\nD.5", + "answer": "A" + }, + { + "id": "1d5458c0-6cba-4e57-9e60-6f023f860970", + "image_path": "images/276.png", + "question": "Count the number of basketball court present in this image.\nA.1\nB.4\nC.3\nD.2", + "answer": "D" + }, + { + "id": "e2b0a8ab-e175-46d2-b61b-e76935be158e", + "image_path": "images/277.png", + "question": "How many storage tank are there in this image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "ce1bdefa-9ba8-48ba-bb39-10177b14934c", + "image_path": "images/278.png", + "question": "What is the total number of basketball court in this image?\nA.10\nB.8\nC.7\nD.9", + "answer": "B" + }, + { + "id": "e60e8866-8304-4675-a24c-808b47793b95", + "image_path": "images/279.png", + "question": "How many storage tank are visible in the image?\nA.7\nB.5\nC.8\nD.6", + "answer": "A" + }, + { + "id": "c5cead40-160d-4e47-81aa-99aff57951a8", + "image_path": "images/280.png", + "question": "How many ship are visible in the image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "11094502-5755-4334-b078-64d930cd0494", + "image_path": "images/281.png", + "question": "Count the number of bridge present in this image.\nA.1\nB.2\nC.4\nD.5", + "answer": "B" + }, + { + "id": "8c260e0d-9dfa-4d8a-8a08-2f3d0318b362", + "image_path": "images/282.png", + "question": "Count the number of airplane present in this image.\nA.7\nB.4\nC.5\nD.6", + "answer": "C" + }, + { + "id": "37781d66-03d2-45d6-b6e6-2f7c5c78156c", + "image_path": "images/283.png", + "question": "What is the total number of dam in this image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "f62ba642-2c42-4611-aa07-06d56b5e899a", + "image_path": "images/284.png", + "question": "Count the number of storage tank present in this image.\nA.16\nB.17\nC.18\nD.15", + "answer": "B" + }, + { + "id": "d7fb6ebc-2995-40b5-8757-2e511f8a5ad9", + "image_path": "images/285.png", + "question": "Count the number of roundabout present in this image.\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "aa8279bf-794e-4ecb-b1dc-db00fcfa4887", + "image_path": "images/286.png", + "question": "Count the number of ship present in this image.\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "a8348cae-9e37-4145-91a8-4240d6d794b5", + "image_path": "images/287.png", + "question": "Count the number of tennis court present in this image.\nA.8\nB.6\nC.5\nD.7", + "answer": "B" + }, + { + "id": "06b31ba1-8636-4c78-b3f6-698ef44fa7dd", + "image_path": "images/288.png", + "question": "How many ship are there in this image?\nA.2\nB.3\nC.5\nD.4", + "answer": "B" + }, + { + "id": "f30fc996-d451-49ab-98f2-eee2fd549863", + "image_path": "images/289.png", + "question": "What is the total number of basketball court in this image?\nA.4\nB.5\nC.6\nD.3", + "answer": "A" + }, + { + "id": "b90b6b5c-9214-42a9-a90b-41f40f3cdd23", + "image_path": "images/290.png", + "question": "How many soccer ball field are there in this image?\nA.5\nB.2\nC.4\nD.3", + "answer": "D" + }, + { + "id": "a56aec87-ebe1-4d01-bcb3-56ab88fe4140", + "image_path": "images/291.png", + "question": "What is the total number of airplane in this image?\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "09266ced-9d3d-4053-89cf-1afb1021d3c0", + "image_path": "images/292.png", + "question": "How many storage tank are there in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "88ab408b-a97d-484f-ab33-350ff9ab412f", + "image_path": "images/293.png", + "question": "How many bridge are visible in the image?\nA.2\nB.0\nC.1\nD.3", + "answer": "C" + }, + { + "id": "ef6f1cc6-9eef-4141-bf09-4632d446b9f8", + "image_path": "images/294.png", + "question": "What is the total number of airplane in this image?\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "171cc3ad-c52d-42f3-8f2e-4cdd098809d6", + "image_path": "images/295.png", + "question": "How many storage tank are visible in the image?\nA.7\nB.6\nC.5\nD.4", + "answer": "C" + }, + { + "id": "30d64d99-5d59-4e65-90ae-0d61b707f140", + "image_path": "images/296.png", + "question": "How many ship are there in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "4d4639c6-581d-4e1c-9279-cea331a11c92", + "image_path": "images/297.png", + "question": "What is the total number of soccer ball field in this image?\nA.1\nB.0\nC.2\nD.3", + "answer": "A" + }, + { + "id": "87735f83-ab3f-4392-bea4-0b29de20c96c", + "image_path": "images/298.png", + "question": "What is the total number of storage tank in this image?\nA.7\nB.6\nC.8\nD.5", + "answer": "B" + }, + { + "id": "954b0e5e-a9a7-4b1c-bd4a-a06a5831c86f", + "image_path": "images/299.png", + "question": "How many bridge are there in this image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "a2f6ebb4-45ff-4cd6-ab8e-bb20485f3431", + "image_path": "images/300.png", + "question": "How many storage tank can be seen in this image?\nA.4\nB.1\nC.2\nD.3", + "answer": "C" + }, + { + "id": "ea6d6378-94e6-4f7c-9cfb-2e93999dcb27", + "image_path": "images/301.png", + "question": "How many baseball diamond are there in this image?\nA.5\nB.4\nC.3\nD.2", + "answer": "B" + }, + { + "id": "c8203552-5467-4f7b-8936-8b7551af6925", + "image_path": "images/302.png", + "question": "What is the total number of soccer ball field in this image?\nA.2\nB.3\nC.0\nD.1", + "answer": "D" + }, + { + "id": "516d651b-cfd5-48c4-b971-06e0790f0356", + "image_path": "images/303.png", + "question": "How many ground track field are visible in the image?\nA.0\nB.3\nC.2\nD.1", + "answer": "D" + }, + { + "id": "cb997092-2123-43c5-9107-e54d040b3c28", + "image_path": "images/304.png", + "question": "What is the total number of ship in this image?\nA.8\nB.9\nC.7\nD.6", + "answer": "C" + }, + { + "id": "fb084c9f-f0d0-43b0-adcc-889bfc9437d2", + "image_path": "images/305.png", + "question": "Count the number of storage tank present in this image.\nA.8\nB.7\nC.6\nD.9", + "answer": "B" + }, + { + "id": "15f6c491-6d88-4563-881d-7953e4a9c057", + "image_path": "images/306.png", + "question": "How many ship can be seen in this image?\nA.4\nB.3\nC.2\nD.1", + "answer": "B" + }, + { + "id": "7044c2da-7262-4cdb-a7eb-09c61f66cc67", + "image_path": "images/307.png", + "question": "Count the number of tennis court present in this image.\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "abc1bf31-62af-488b-b73b-1bf674460630", + "image_path": "images/308.png", + "question": "How many basketball court can be seen in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "556ff01e-3e57-473e-893b-60587ff95c8e", + "image_path": "images/309.png", + "question": "How many airplane are there in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "c97156d1-0a2c-4ee6-8f9e-31748fb768b5", + "image_path": "images/310.png", + "question": "What is the total number of harbor in this image?\nA.3\nB.4\nC.5\nD.6", + "answer": "C" + }, + { + "id": "eec26f6a-4836-4f15-8a23-be81e916a44b", + "image_path": "images/311.png", + "question": "How many storage tank are visible in the image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "6f8b7d79-b921-4087-8e1c-b18b1b3576fb", + "image_path": "images/312.png", + "question": "Count the number of soccer ball field present in this image.\nA.0\nB.2\nC.3\nD.1", + "answer": "D" + }, + { + "id": "47551cda-f68f-4a10-86e0-e0b6e19aa8d2", + "image_path": "images/313.png", + "question": "How many storage tank are there in this image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "e6bd6430-3ec9-42ef-b31c-241ef39b6663", + "image_path": "images/314.png", + "question": "What is the total number of bridge in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "D" + }, + { + "id": "bf2f47b2-e104-4bf3-9d2d-7af3ef609ec0", + "image_path": "images/315.png", + "question": "How many storage tank can be seen in this image?\nA.15\nB.14\nC.12\nD.13", + "answer": "D" + }, + { + "id": "dedff188-f847-44a4-a7d6-17c5ee11a538", + "image_path": "images/316.png", + "question": "Count the number of storage tank present in this image.\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "98555790-b04b-47d7-8398-b37630246ba1", + "image_path": "images/317.png", + "question": "What is the total number of basketball court in this image?\nA.13\nB.12\nC.10\nD.11", + "answer": "B" + }, + { + "id": "3c63db82-fb81-4249-b033-0b8ea22dc937", + "image_path": "images/318.png", + "question": "How many storage tank are visible in the image?\nA.5\nB.3\nC.6\nD.4", + "answer": "C" + }, + { + "id": "c219f4ff-4222-46f4-9a34-57fa88868582", + "image_path": "images/319.png", + "question": "How many ground track field can be seen in this image?\nA.3\nB.0\nC.2\nD.1", + "answer": "D" + }, + { + "id": "dda0bbeb-773a-41cd-8c37-5bdb8cfb8231", + "image_path": "images/320.png", + "question": "How many tennis court can be seen in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "1b925acf-4ec3-4ce4-a402-d917e319581a", + "image_path": "images/321.png", + "question": "How many airplane are there in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "253048c6-b199-4cb7-b840-07229f464bf7", + "image_path": "images/322.png", + "question": "Count the number of soccer ball field present in this image.\nA.0\nB.1\nC.3\nD.2", + "answer": "B" + }, + { + "id": "f01f0aec-d4e3-4e03-b6e0-e09c95e4ec0c", + "image_path": "images/323.png", + "question": "What is the total number of storage tank in this image?\nA.3\nB.1\nC.4\nD.2", + "answer": "D" + }, + { + "id": "dd0dc3b2-453c-4bff-acf8-d902fc498a0c", + "image_path": "images/324.png", + "question": "Count the number of ship present in this image.\nA.4\nB.6\nC.5\nD.7", + "answer": "C" + }, + { + "id": "c731bad5-c0ea-4387-bf52-c34da09595c1", + "image_path": "images/325.png", + "question": "How many soccer ball field can be seen in this image?\nA.1\nB.0\nC.3\nD.2", + "answer": "A" + }, + { + "id": "62967436-ad61-450f-ab67-25b5c95baf68", + "image_path": "images/326.png", + "question": "What is the total number of basketball court in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "788f9180-cf28-468a-878c-65f6eb9463c8", + "image_path": "images/327.png", + "question": "Count the number of ground track field present in this image.\nA.0\nB.3\nC.1\nD.2", + "answer": "C" + }, + { + "id": "c72b5f15-6b64-4369-8d1c-96fa62f5cffd", + "image_path": "images/328.png", + "question": "Count the number of storage tank present in this image.\nA.9\nB.8\nC.10\nD.7", + "answer": "B" + }, + { + "id": "fd4e3e56-ad62-4e4a-844c-395b42a937da", + "image_path": "images/329.png", + "question": "How many bridge are there in this image?\nA.4\nB.6\nC.3\nD.5", + "answer": "A" + }, + { + "id": "f01e5c30-e208-4592-97b1-6267e87a8ec5", + "image_path": "images/330.png", + "question": "How many harbor are visible in the image?\nA.3\nB.1\nC.2\nD.4", + "answer": "D" + }, + { + "id": "0efcf07b-d570-44ed-b9f0-1abb354097e2", + "image_path": "images/331.png", + "question": "How many storage tank are there in this image?\nA.2\nB.1\nC.3\nD.4", + "answer": "A" + }, + { + "id": "6a0a7b44-2019-422d-a62a-f4a237a5a7f0", + "image_path": "images/332.png", + "question": "How many storage tank are visible in the image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "164c174c-8ead-4258-9b57-4e277d4a746b", + "image_path": "images/333.png", + "question": "Count the number of soccer ball field present in this image.\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "2e5f16f9-1667-4874-81bb-ed38225c9731", + "image_path": "images/334.png", + "question": "How many dam can be seen in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "D" + }, + { + "id": "bb80da26-f11e-4409-80f0-512b776f0954", + "image_path": "images/335.png", + "question": "How many storage tank are there in this image?\nA.4\nB.3\nC.1\nD.2", + "answer": "D" + }, + { + "id": "52103949-bc57-467f-bf68-08b3bcb8a478", + "image_path": "images/336.png", + "question": "How many ship are visible in the image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "b04986d0-c193-41a1-b1b5-4b6c0bffadfe", + "image_path": "images/337.png", + "question": "How many ship are visible in the image?\nA.8\nB.11\nC.9\nD.10", + "answer": "C" + }, + { + "id": "af78b4fa-23a3-4e5b-981a-d387a7febfa9", + "image_path": "images/338.png", + "question": "How many tennis court can be seen in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "cc926f18-8fef-4623-8ac6-e03d5980e594", + "image_path": "images/339.png", + "question": "How many airplane are there in this image?\nA.6\nB.4\nC.5\nD.3", + "answer": "B" + }, + { + "id": "4abe7a68-25fd-4c37-b010-2093ff1b891f", + "image_path": "images/340.png", + "question": "How many airplane can be seen in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "d8be2b06-b122-4eb6-9719-2a126cbc0c32", + "image_path": "images/341.png", + "question": "How many storage tank can be seen in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "02f41b8b-20b5-418f-a8dc-e159b501296f", + "image_path": "images/342.png", + "question": "What is the total number of basketball court in this image?\nA.6\nB.4\nC.7\nD.5", + "answer": "D" + }, + { + "id": "66bb3e0c-3aa2-4d96-8a4c-8ea1ef42d56e", + "image_path": "images/343.png", + "question": "How many airplane are visible in the image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "2f0d1d4d-dd8b-4401-926d-73578c70f885", + "image_path": "images/344.png", + "question": "Count the number of storage tank present in this image.\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "36c32eb7-d70d-4479-a38e-f27428df7faf", + "image_path": "images/345.png", + "question": "How many tennis court can be seen in this image?\nA.8\nB.9\nC.11\nD.10", + "answer": "B" + }, + { + "id": "d2510e72-0adc-44c1-b63f-912dabb8f215", + "image_path": "images/346.png", + "question": "Count the number of baseball diamond present in this image.\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "823f2acb-2f5e-4818-b804-d2b5a5bd7f2b", + "image_path": "images/347.png", + "question": "Count the number of ground track field present in this image.\nA.0\nB.1\nC.2\nD.3", + "answer": "B" + }, + { + "id": "4d383f2f-85ab-496b-9f6e-229484efaae9", + "image_path": "images/348.png", + "question": "How many storage tank are there in this image?\nA.7\nB.6\nC.5\nD.4", + "answer": "C" + }, + { + "id": "89ef651f-aa5f-476f-ab5f-c1925f6da185", + "image_path": "images/349.png", + "question": "What is the total number of tennis court in this image?\nA.6\nB.7\nC.4\nD.5", + "answer": "D" + }, + { + "id": "b913cab3-4e9b-47e0-8a81-fd866c62b7f3", + "image_path": "images/350.png", + "question": "What is the total number of bridge in this image?\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "c88295e6-80b3-4b39-be06-391deec38d35", + "image_path": "images/351.png", + "question": "What is the total number of storage tank in this image?\nA.7\nB.6\nC.4\nD.5", + "answer": "D" + }, + { + "id": "490ece29-1628-481a-813a-939aee5ff2b4", + "image_path": "images/352.png", + "question": "How many bridge can be seen in this image?\nA.3\nB.5\nC.2\nD.4", + "answer": "A" + }, + { + "id": "38c3bf22-35f2-4bbf-a9b8-d46c4007e3cd", + "image_path": "images/353.png", + "question": "What is the total number of bridge in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "fc0cf061-a171-4d8d-9a59-d3d5510986de", + "image_path": "images/354.png", + "question": "Count the number of bridge present in this image.\nA.3\nB.4\nC.2\nD.5", + "answer": "A" + }, + { + "id": "625df10c-f558-4be8-a4c5-3f99149e4529", + "image_path": "images/355.png", + "question": "How many ship are visible in the image?\nA.6\nB.3\nC.5\nD.4", + "answer": "D" + }, + { + "id": "03b749c9-0a0f-4204-bf4c-84770e31e9e7", + "image_path": "images/356.png", + "question": "Count the number of storage tank present in this image.\nA.3\nB.2\nC.1\nD.4", + "answer": "B" + }, + { + "id": "c670c64f-366b-4287-9669-6d26de6de37b", + "image_path": "images/357.png", + "question": "How many basketball court can be seen in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "84148b6f-f588-461f-8099-0eaef67b8b29", + "image_path": "images/358.png", + "question": "How many bridge are there in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "faf7c6aa-f816-4a2a-9b58-e0a63b62ba3b", + "image_path": "images/359.png", + "question": "How many storage tank are visible in the image?\nA.16\nB.17\nC.15\nD.18", + "answer": "A" + }, + { + "id": "3ad537e4-304f-4ac1-8e7e-9034ef3b582d", + "image_path": "images/360.png", + "question": "How many soccer ball field are visible in the image?\nA.4\nB.1\nC.2\nD.3", + "answer": "C" + }, + { + "id": "6ec367c6-e882-4076-8b85-c73ca106a0bd", + "image_path": "images/361.png", + "question": "Count the number of soccer ball field present in this image.\nA.0\nB.1\nC.3\nD.2", + "answer": "B" + }, + { + "id": "af19438e-b740-44e6-8de4-4c33ef1a14b0", + "image_path": "images/362.png", + "question": "How many airplane are there in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "14d2e0c0-46ec-42ac-b048-d8e118cfc7cf", + "image_path": "images/363.png", + "question": "How many airplane are there in this image?\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "2a9db637-a5fb-4eb1-b245-998c65fdf09b", + "image_path": "images/364.png", + "question": "How many ship are visible in the image?\nA.10\nB.8\nC.11\nD.9", + "answer": "B" + }, + { + "id": "c2bcf161-749a-4f56-85d5-dd1620080bcd", + "image_path": "images/365.png", + "question": "How many airplane can be seen in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "c69fb66e-8bd3-48fd-9874-3279d84f2f8b", + "image_path": "images/366.png", + "question": "What is the total number of airplane in this image?\nA.5\nB.6\nC.4\nD.3", + "answer": "C" + }, + { + "id": "e3fa7cb1-2ddd-4d1f-9969-8f98618396f4", + "image_path": "images/367.png", + "question": "How many harbor are visible in the image?\nA.4\nB.6\nC.7\nD.5", + "answer": "A" + }, + { + "id": "32f13bf1-1169-4d45-8cee-1335f51d2a08", + "image_path": "images/368.png", + "question": "What is the total number of bridge in this image?\nA.3\nB.1\nC.4\nD.2", + "answer": "D" + }, + { + "id": "35a32192-6639-44b9-a651-9bb63e261686", + "image_path": "images/369.png", + "question": "Count the number of bridge present in this image.\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "5a32c89a-69d7-40cd-82ff-0ee44361a47d", + "image_path": "images/370.png", + "question": "What is the total number of airplane in this image?\nA.5\nB.6\nC.4\nD.3", + "answer": "C" + }, + { + "id": "1f7ecc24-d8d3-4ebc-b00d-16a08cf4f376", + "image_path": "images/371.png", + "question": "What is the total number of ship in this image?\nA.5\nB.6\nC.7\nD.8", + "answer": "B" + }, + { + "id": "4e91941b-7916-4a3d-9573-9dee5234c55e", + "image_path": "images/372.png", + "question": "What is the total number of soccer ball field in this image?\nA.3\nB.1\nC.4\nD.2", + "answer": "D" + }, + { + "id": "3daeae4e-c204-4b7d-a2e0-0ea7bd606f50", + "image_path": "images/373.png", + "question": "How many soccer ball field are visible in the image?\nA.1\nB.3\nC.0\nD.2", + "answer": "A" + }, + { + "id": "e1c273c2-1e2a-4b44-bec8-e888fac30386", + "image_path": "images/374.png", + "question": "How many basketball court are there in this image?\nA.6\nB.4\nC.3\nD.5", + "answer": "B" + }, + { + "id": "89a93f53-5231-4273-9889-7bd24c75ac21", + "image_path": "images/375.png", + "question": "Count the number of storage tank present in this image.\nA.4\nB.3\nC.1\nD.2", + "answer": "D" + }, + { + "id": "c1241301-f89d-40f7-b575-10ad702a0732", + "image_path": "images/376.png", + "question": "Count the number of bridge present in this image.\nA.4\nB.1\nC.2\nD.3", + "answer": "C" + }, + { + "id": "572e8299-9a5d-496f-96bd-ece16221a232", + "image_path": "images/377.png", + "question": "How many airplane are there in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "ffdf2e45-baac-40b1-9e97-7b3875d7fb90", + "image_path": "images/378.png", + "question": "How many ship are visible in the image?\nA.3\nB.2\nC.4\nD.1", + "answer": "D" + }, + { + "id": "7add43b7-9272-4f59-aa61-3e6388d4b2c4", + "image_path": "images/379.png", + "question": "How many soccer ball field are visible in the image?\nA.3\nB.4\nC.1\nD.2", + "answer": "A" + }, + { + "id": "6c0251e9-eafa-42e6-94b9-7b5205a51ce2", + "image_path": "images/380.png", + "question": "Count the number of ship present in this image.\nA.4\nB.5\nC.3\nD.2", + "answer": "C" + }, + { + "id": "742c2593-e1b3-45c0-8cba-2dff06168dd5", + "image_path": "images/381.png", + "question": "How many airplane can be seen in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "453e1bbc-1355-492b-b27a-b88805129df7", + "image_path": "images/382.png", + "question": "What is the total number of ground track field in this image?\nA.0\nB.2\nC.3\nD.1", + "answer": "D" + }, + { + "id": "a31e1f9e-cfa8-40be-8164-284fae27445c", + "image_path": "images/383.png", + "question": "How many bridge are there in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "B" + }, + { + "id": "56f786ad-054e-4b47-9564-4efd15146ed9", + "image_path": "images/384.png", + "question": "How many airplane are there in this image?\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "7dd9668b-9b1e-4127-8aa0-ca69c2ce85f8", + "image_path": "images/385.png", + "question": "How many bridge can be seen in this image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "9d120b29-8498-4e8d-8e85-650b584a5faf", + "image_path": "images/386.png", + "question": "Count the number of storage tank present in this image.\nA.4\nB.2\nC.3\nD.1", + "answer": "B" + }, + { + "id": "27382a6b-1679-4e9e-9e9f-f32c5bfa9227", + "image_path": "images/387.png", + "question": "How many ship are visible in the image?\nA.1\nB.4\nC.3\nD.2", + "answer": "D" + }, + { + "id": "aa728fb0-3ee8-4d02-8009-c57d51de801a", + "image_path": "images/388.png", + "question": "How many roundabout are visible in the image?\nA.4\nB.1\nC.3\nD.2", + "answer": "D" + }, + { + "id": "38581e09-eef9-447e-afab-fa5f1b4ea8a1", + "image_path": "images/389.png", + "question": "How many bridge are there in this image?\nA.4\nB.6\nC.3\nD.5", + "answer": "A" + }, + { + "id": "85ea3fbb-aee7-426d-a226-b631a774952b", + "image_path": "images/390.png", + "question": "How many airplane are visible in the image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "a3807e84-53d2-4842-a75a-55b82bd49a47", + "image_path": "images/391.png", + "question": "How many airplane are visible in the image?\nA.1\nB.3\nC.2\nD.4", + "answer": "C" + }, + { + "id": "bdd32cd8-3ad8-470d-891c-817fdd82269f", + "image_path": "images/392.png", + "question": "Count the number of airplane present in this image.\nA.4\nB.5\nC.3\nD.2", + "answer": "C" + }, + { + "id": "7731bf6b-6601-43d7-8bf7-08968bc88d10", + "image_path": "images/393.png", + "question": "How many tennis court can be seen in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "8aacd0ee-de11-4139-bdc6-9dd3a04f9395", + "image_path": "images/394.png", + "question": "What is the total number of tennis court in this image?\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "913a5798-8be6-4366-8525-3158aafc786f", + "image_path": "images/395.png", + "question": "How many bridge are there in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "afc0496e-ebcf-40e2-abcc-c3cdeb15c469", + "image_path": "images/396.png", + "question": "How many storage tank are visible in the image?\nA.1\nB.4\nC.3\nD.2", + "answer": "D" + }, + { + "id": "53dbfd5f-5b9d-4792-b7f4-d5d0b4f5fb15", + "image_path": "images/397.png", + "question": "How many tennis court can be seen in this image?\nA.2\nB.1\nC.3\nD.4", + "answer": "A" + }, + { + "id": "1dd545bc-35c4-4e97-a9bc-0399e4374cda", + "image_path": "images/398.png", + "question": "How many soccer ball field are there in this image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "fb9b979a-a38c-4761-a60a-61f53b9936af", + "image_path": "images/399.png", + "question": "How many storage tank are visible in the image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "6dd4b7d7-78cd-4431-b093-9389f71a3449", + "image_path": "images/400.png", + "question": "What is the total number of roundabout in this image?\nA.1\nB.2\nC.3\nD.0", + "answer": "A" + }, + { + "id": "800337b2-7402-49f4-b3a5-0b1749bc1ce2", + "image_path": "images/401.png", + "question": "How many harbor can be seen in this image?\nA.3\nB.6\nC.4\nD.5", + "answer": "C" + }, + { + "id": "75f0a530-c096-4d93-9e53-ebccb8290935", + "image_path": "images/402.png", + "question": "Count the number of bridge present in this image.\nA.4\nB.2\nC.3\nD.5", + "answer": "C" + }, + { + "id": "a4f9fec4-014e-43e2-92f7-301048c3aaf1", + "image_path": "images/403.png", + "question": "How many storage tank are there in this image?\nA.5\nB.7\nC.8\nD.6", + "answer": "D" + }, + { + "id": "98b6ab4d-03f2-4ae6-a393-96f31254e96a", + "image_path": "images/404.png", + "question": "What is the total number of basketball court in this image?\nA.5\nB.3\nC.4\nD.2", + "answer": "B" + }, + { + "id": "050bb15e-030e-44f0-b1c9-0336c3cb48c0", + "image_path": "images/405.png", + "question": "What is the total number of airplane in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "cb8f153e-51b6-4e40-a2a0-b8c5e02d7f10", + "image_path": "images/406.png", + "question": "How many ship can be seen in this image?\nA.1\nB.3\nC.2\nD.4", + "answer": "A" + }, + { + "id": "e58e5ae0-a155-4f9c-bcb4-7aacc8b796eb", + "image_path": "images/407.png", + "question": "How many storage tank are visible in the image?\nA.4\nB.2\nC.3\nD.5", + "answer": "C" + }, + { + "id": "f1876e18-e8ab-4bc3-ab1f-d16aa092f3d8", + "image_path": "images/408.png", + "question": "Count the number of airplane present in this image.\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "7e989416-784f-436e-85dd-c4df365e3ea5", + "image_path": "images/409.png", + "question": "How many tennis court are there in this image?\nA.5\nB.6\nC.8\nD.7", + "answer": "B" + }, + { + "id": "ff10a741-70a0-42e5-9fd9-0c7bef3f28c6", + "image_path": "images/410.png", + "question": "What is the total number of roundabout in this image?\nA.3\nB.1\nC.2\nD.0", + "answer": "B" + }, + { + "id": "1311195c-e085-4c18-81d1-4acbf082625c", + "image_path": "images/411.png", + "question": "Count the number of storage tank present in this image.\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "0dcc0e7e-ccee-4dc1-9870-b713be60687a", + "image_path": "images/412.png", + "question": "Count the number of storage tank present in this image.\nA.4\nB.1\nC.2\nD.3", + "answer": "C" + }, + { + "id": "6b9951a7-3e9b-4afd-97ae-41178c0223cd", + "image_path": "images/413.png", + "question": "How many tennis court are visible in the image?\nA.5\nB.4\nC.3\nD.2", + "answer": "C" + }, + { + "id": "b3a2740e-9a33-4e4a-aac5-eb1784224f35", + "image_path": "images/414.png", + "question": "What is the total number of airplane in this image?\nA.1\nB.4\nC.2\nD.3", + "answer": "C" + }, + { + "id": "48e7c451-a8c4-4b5d-905a-d58482336b30", + "image_path": "images/415.png", + "question": "What is the total number of tennis court in this image?\nA.1\nB.4\nC.3\nD.2", + "answer": "D" + }, + { + "id": "c3ff8b45-ddf3-4421-9c5b-748a79cf0176", + "image_path": "images/416.png", + "question": "How many bridge are visible in the image?\nA.5\nB.2\nC.3\nD.4", + "answer": "C" + }, + { + "id": "6a12eb74-eaf9-43c7-82d2-23606767161c", + "image_path": "images/417.png", + "question": "How many airplane can be seen in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "67cff6c0-dbdc-4281-bc54-87c2aa43459d", + "image_path": "images/418.png", + "question": "Count the number of baseball diamond present in this image.\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "be447e6c-b96a-49e2-a85e-01c78e3591e2", + "image_path": "images/419.png", + "question": "Count the number of basketball court present in this image.\nA.12\nB.10\nC.11\nD.9", + "answer": "A" + }, + { + "id": "702fa53c-9dbe-4900-bfa7-d9aa292dd4cd", + "image_path": "images/420.png", + "question": "How many airplane are there in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "a8995043-1d11-412b-94ca-fc42017be304", + "image_path": "images/421.png", + "question": "How many soccer ball field can be seen in this image?\nA.2\nB.1\nC.3\nD.0", + "answer": "B" + }, + { + "id": "bfdff7fe-f888-4aaa-8a99-31117252b39e", + "image_path": "images/422.png", + "question": "Count the number of basketball court present in this image.\nA.11\nB.12\nC.13\nD.10", + "answer": "B" + }, + { + "id": "f3a9b20a-198a-4431-8b9c-70fd1062f686", + "image_path": "images/423.png", + "question": "How many soccer ball field are visible in the image?\nA.0\nB.3\nC.2\nD.1", + "answer": "D" + }, + { + "id": "7d9442ab-1aed-4d7a-990b-9b4cbaf1f0d3", + "image_path": "images/424.png", + "question": "What is the total number of bridge in this image?\nA.5\nB.2\nC.3\nD.4", + "answer": "C" + }, + { + "id": "50241367-1e27-402d-adfd-e11eef0d55de", + "image_path": "images/425.png", + "question": "Count the number of storage tank present in this image.\nA.2\nB.5\nC.4\nD.3", + "answer": "D" + }, + { + "id": "b22a6438-28e7-486b-9bb7-817468fb6a92", + "image_path": "images/426.png", + "question": "Count the number of airplane present in this image.\nA.1\nB.4\nC.2\nD.3", + "answer": "C" + }, + { + "id": "5541687d-89e8-405d-bde1-5b56fb99dedb", + "image_path": "images/427.png", + "question": "How many airplane are visible in the image?\nA.2\nB.4\nC.3\nD.1", + "answer": "A" + }, + { + "id": "be1a214b-2cec-4ee1-959f-238d78ef5d99", + "image_path": "images/428.png", + "question": "What is the total number of ground track field in this image?\nA.0\nB.3\nC.1\nD.2", + "answer": "C" + }, + { + "id": "1f09f0b0-7156-447f-b27c-f92d7ca6e7c9", + "image_path": "images/429.png", + "question": "Count the number of storage tank present in this image.\nA.2\nB.4\nC.1\nD.3", + "answer": "A" + }, + { + "id": "79e45309-8cf9-4816-a7dc-7aca00f2a9b4", + "image_path": "images/430.png", + "question": "What is the total number of roundabout in this image?\nA.1\nB.3\nC.2\nD.0", + "answer": "A" + }, + { + "id": "c8c60f48-0a17-4462-87bc-b27475fae5f9", + "image_path": "images/431.png", + "question": "How many airplane can be seen in this image?\nA.2\nB.3\nC.4\nD.5", + "answer": "B" + }, + { + "id": "4793f10c-0587-47f8-8008-9e196f012297", + "image_path": "images/432.png", + "question": "Count the number of airplane present in this image.\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "c3084d95-6455-4c63-a4de-5242b1e7602a", + "image_path": "images/433.png", + "question": "What is the total number of harbor in this image?\nA.3\nB.2\nC.1\nD.4", + "answer": "B" + }, + { + "id": "60f756ff-7bde-477c-8341-cddea739a190", + "image_path": "images/434.png", + "question": "How many roundabout can be seen in this image?\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "8b8ae379-cb18-4421-aaa1-2e8300ec599a", + "image_path": "images/435.png", + "question": "Count the number of bridge present in this image.\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "6745dc4c-1bad-4f2b-83b2-227f26e5bf42", + "image_path": "images/436.png", + "question": "Count the number of storage tank present in this image.\nA.3\nB.6\nC.5\nD.4", + "answer": "D" + }, + { + "id": "f00491d1-3009-4841-9678-25f3de037882", + "image_path": "images/437.png", + "question": "How many dam are visible in the image?\nA.4\nB.2\nC.3\nD.5", + "answer": "B" + }, + { + "id": "a8113e97-db92-4823-a560-7ede663603de", + "image_path": "images/438.png", + "question": "How many tennis court can be seen in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "4c3588e5-ca21-4ea2-a89b-33f6061ec163", + "image_path": "images/439.png", + "question": "How many bridge can be seen in this image?\nA.4\nB.1\nC.2\nD.3", + "answer": "C" + }, + { + "id": "51c25a2f-a186-4326-bb04-c40d4e539d46", + "image_path": "images/440.png", + "question": "How many soccer ball field are there in this image?\nA.4\nB.2\nC.5\nD.3", + "answer": "D" + }, + { + "id": "264d2232-2d15-4fb3-9902-fdf89ee26358", + "image_path": "images/441.png", + "question": "How many harbor are there in this image?\nA.3\nB.4\nC.5\nD.2", + "answer": "A" + }, + { + "id": "3c5d826b-6f24-4955-91cb-8862fbc92677", + "image_path": "images/442.png", + "question": "How many basketball court are there in this image?\nA.4\nB.2\nC.5\nD.3", + "answer": "D" + }, + { + "id": "d5eaa8c1-35b8-40df-9e9b-6b477d87573d", + "image_path": "images/443.png", + "question": "How many storage tank can be seen in this image?\nA.3\nB.4\nC.6\nD.5", + "answer": "D" + }, + { + "id": "b4b2ffb6-1dbf-44cc-adf5-250633f439c8", + "image_path": "images/444.png", + "question": "How many ship are visible in the image?\nA.8\nB.7\nC.6\nD.10", + "answer": "A" + }, + { + "id": "0c9d6e25-5926-454e-b7c4-f4ca950b5d5d", + "image_path": "images/445.png", + "question": "How many storage tank can be seen in this image?\nA.5\nB.4\nC.6\nD.3", + "answer": "B" + }, + { + "id": "84d8f4ed-84bc-4f29-85c8-1155d864595f", + "image_path": "images/446.png", + "question": "How many soccer ball field are there in this image?\nA.0\nB.1\nC.2\nD.3", + "answer": "B" + }, + { + "id": "8c6759aa-606e-4432-9064-99f681e21f0b", + "image_path": "images/447.png", + "question": "How many ground track field are visible in the image?\nA.3\nB.2\nC.1\nD.4", + "answer": "A" + }, + { + "id": "b8e803ca-729f-4ec9-a6c4-2f492629546e", + "image_path": "images/448.png", + "question": "How many baseball diamond can be seen in this image?\nA.3\nB.1\nC.4\nD.2", + "answer": "D" + }, + { + "id": "bc8969b5-462f-4d0b-aa63-4e55cfd00e40", + "image_path": "images/449.png", + "question": "Count the number of airplane present in this image.\nA.4\nB.6\nC.5\nD.7", + "answer": "C" + }, + { + "id": "f0fa0f6c-caca-4e3a-8a71-3b02b2a20369", + "image_path": "images/450.png", + "question": "How many storage tank are visible in the image?\nA.10\nB.7\nC.9\nD.8", + "answer": "D" + }, + { + "id": "a7cf1866-a5bd-4ce9-8c3b-168953fc4d00", + "image_path": "images/451.png", + "question": "How many ship can be seen in this image?\nA.4\nB.2\nC.5\nD.3", + "answer": "D" + }, + { + "id": "f36e7f7b-f5b7-4b7b-9185-0adfb58303ed", + "image_path": "images/452.png", + "question": "What is the total number of harbor in this image?\nA.4\nB.6\nC.5\nD.3", + "answer": "A" + }, + { + "id": "47088197-d7b9-44ed-9075-b6fa14bbb9c9", + "image_path": "images/453.png", + "question": "How many basketball court are visible in the image?\nA.3\nB.5\nC.2\nD.4", + "answer": "A" + }, + { + "id": "aed4f4ad-1e4e-49b0-8a96-8b6ea6cc8bc1", + "image_path": "images/454.png", + "question": "How many airplane are there in this image?\nA.2\nB.1\nC.4\nD.3", + "answer": "A" + }, + { + "id": "d122af45-a77b-4e5f-913e-5748fa025fde", + "image_path": "images/455.png", + "question": "What is the total number of storage tank in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "18eef490-7898-4857-b708-750b1ec47745", + "image_path": "images/456.png", + "question": "How many storage tank are there in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "3e7e919b-c0c0-4932-a3d3-16339e6545ed", + "image_path": "images/457.png", + "question": "What is the total number of bridge in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "fa86ff7e-649a-4e8f-b535-d8d1dc9d1909", + "image_path": "images/458.png", + "question": "How many storage tank are there in this image?\nA.8\nB.10\nC.7\nD.6", + "answer": "D" + }, + { + "id": "0ada91f2-a799-4820-ab08-1f9962f77e19", + "image_path": "images/459.png", + "question": "How many storage tank are visible in the image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "c7d62ea3-dea8-41cf-8a0a-083acd830c92", + "image_path": "images/460.png", + "question": "How many ship are there in this image?\nA.3\nB.4\nC.5\nD.2", + "answer": "A" + }, + { + "id": "b11b9698-2c5a-4bdc-a09b-4b053fb451d3", + "image_path": "images/461.png", + "question": "How many storage tank can be seen in this image?\nA.4\nB.2\nC.3\nD.1", + "answer": "B" + }, + { + "id": "a178661d-0047-4f5e-9235-c71d599966a3", + "image_path": "images/462.png", + "question": "What is the total number of airplane in this image?\nA.3\nB.6\nC.5\nD.4", + "answer": "D" + }, + { + "id": "7730c973-568f-4db5-9c2a-e2d04cdf98b6", + "image_path": "images/463.png", + "question": "How many storage tank can be seen in this image?\nA.6\nB.5\nC.4\nD.3", + "answer": "C" + }, + { + "id": "f79aa333-df85-4835-9796-d9cf8b044c18", + "image_path": "images/464.png", + "question": "How many tennis court can be seen in this image?\nA.6\nB.3\nC.4\nD.5", + "answer": "C" + }, + { + "id": "292631a7-4275-4da4-bf35-163d1d12d37f", + "image_path": "images/465.png", + "question": "Count the number of bridge present in this image.\nA.2\nB.4\nC.3\nD.5", + "answer": "D" + }, + { + "id": "20b09ad1-901d-46c5-8075-d287b1aecf7e", + "image_path": "images/466.png", + "question": "How many bridge can be seen in this image?\nA.3\nB.5\nC.4\nD.2", + "answer": "A" + }, + { + "id": "4bf274dd-a2ca-48a1-981e-626689a34f88", + "image_path": "images/467.png", + "question": "How many bridge are there in this image?\nA.1\nB.3\nC.4\nD.2", + "answer": "D" + }, + { + "id": "bdbef8b2-e670-44bc-b193-0306b686919f", + "image_path": "images/468.png", + "question": "How many storage tank can be seen in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "b950f792-b5db-4ce0-b587-967174e1e511", + "image_path": "images/469.png", + "question": "How many bridge can be seen in this image?\nA.3\nB.2\nC.5\nD.4", + "answer": "A" + }, + { + "id": "6ea360f1-7b95-4c85-bea6-74184aa2d4ea", + "image_path": "images/470.png", + "question": "How many bridge are there in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "f5f8cd30-26b7-4034-a6bd-8d0faa2b95c8", + "image_path": "images/471.png", + "question": "How many storage tank are there in this image?\nA.16\nB.13\nC.14\nD.15", + "answer": "C" + }, + { + "id": "81fcb889-d6dc-43be-8f48-9ec1871cf3ed", + "image_path": "images/472.png", + "question": "How many baseball diamond are there in this image?\nA.1\nB.0\nC.3\nD.2", + "answer": "A" + }, + { + "id": "65365742-3bb3-4383-950b-2ad954a020de", + "image_path": "images/473.png", + "question": "What is the total number of swimming pool in this image?\nA.4\nB.2\nC.1\nD.3", + "answer": "B" + }, + { + "id": "926ce50d-baa2-452b-a202-eeadb82b935c", + "image_path": "images/474.png", + "question": "Count the number of roundabout present in this image.\nA.3\nB.2\nC.1\nD.0", + "answer": "C" + }, + { + "id": "e0c54e33-5cc7-4b6d-9e9c-ac9c27913075", + "image_path": "images/475.png", + "question": "How many bridge are there in this image?\nA.4\nB.3\nC.1\nD.2", + "answer": "D" + }, + { + "id": "207cdeba-ce65-417f-933b-9be63a6c5685", + "image_path": "images/476.png", + "question": "Count the number of ground track field present in this image.\nA.3\nB.2\nC.1\nD.0", + "answer": "C" + }, + { + "id": "1de6bc06-76e5-4ff6-980b-82b8e6728464", + "image_path": "images/477.png", + "question": "What is the total number of ship in this image?\nA.4\nB.5\nC.3\nD.6", + "answer": "A" + }, + { + "id": "a2ec3284-581a-4f73-8cf3-f6940296f8e0", + "image_path": "images/478.png", + "question": "How many bridge are there in this image?\nA.5\nB.6\nC.8\nD.7", + "answer": "C" + }, + { + "id": "f5c0701e-0408-4be0-942a-8a6ea43b54a4", + "image_path": "images/479.png", + "question": "How many bridge are visible in the image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "e971db43-951f-48a8-9d94-cfffe6e2d48d", + "image_path": "images/480.png", + "question": "How many soccer ball field can be seen in this image?\nA.0\nB.2\nC.1\nD.3", + "answer": "C" + }, + { + "id": "d51dfde9-810d-4467-8257-95aa3fc893ac", + "image_path": "images/481.png", + "question": "What is the total number of airplane in this image?\nA.3\nB.4\nC.2\nD.5", + "answer": "A" + }, + { + "id": "a4db2bc6-f048-40bb-bc65-aaed11589bcb", + "image_path": "images/482.png", + "question": "How many storage tank are there in this image?\nA.3\nB.4\nC.5\nD.6", + "answer": "B" + }, + { + "id": "aac84c95-9eca-4935-8a35-dd5f776002a0", + "image_path": "images/483.png", + "question": "How many ship are visible in the image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "97982fe0-c3a9-43fb-a50c-c38a93b611e5", + "image_path": "images/484.png", + "question": "How many bridge are there in this image?\nA.3\nB.2\nC.4\nD.1", + "answer": "A" + }, + { + "id": "50487959-c4e0-467e-815f-f3a29eee435f", + "image_path": "images/485.png", + "question": "What is the total number of bridge in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "eee63293-25c3-49c2-a20f-6c6475271814", + "image_path": "images/486.png", + "question": "How many ground track field can be seen in this image?\nA.1\nB.0\nC.3\nD.2", + "answer": "A" + }, + { + "id": "751bbfa9-0b72-4810-9f92-06755de127a1", + "image_path": "images/487.png", + "question": "How many storage tank can be seen in this image?\nA.3\nB.4\nC.2\nD.1", + "answer": "C" + }, + { + "id": "83844a7a-537d-42e8-a813-a19f9542bd34", + "image_path": "images/488.png", + "question": "How many bridge can be seen in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "3b8d9481-047c-4a03-8f3e-d1a04ae0de9c", + "image_path": "images/489.png", + "question": "What is the total number of ship in this image?\nA.3\nB.1\nC.2\nD.4", + "answer": "C" + }, + { + "id": "177aaffb-6de9-43fa-a4af-6dff7b962161", + "image_path": "images/490.png", + "question": "What is the total number of ship in this image?\nA.2\nB.3\nC.1\nD.4", + "answer": "A" + }, + { + "id": "064cd37a-c863-47ee-ba69-e6836726a3b2", + "image_path": "images/491.png", + "question": "What is the total number of ship in this image?\nA.1\nB.2\nC.4\nD.3", + "answer": "B" + }, + { + "id": "78efe878-03db-4c6a-95f1-873838a10698", + "image_path": "images/492.png", + "question": "How many tennis court are there in this image?\nA.4\nB.3\nC.2\nD.1", + "answer": "C" + }, + { + "id": "db85c302-9e54-4c0b-9aa6-28961620e5a2", + "image_path": "images/493.png", + "question": "Count the number of storage tank present in this image.\nA.4\nB.3\nC.6\nD.5", + "answer": "A" + }, + { + "id": "3ee28e81-a710-4677-b164-0cde376e1b55", + "image_path": "images/494.png", + "question": "What is the total number of soccer ball field in this image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "e2f62b59-ecfd-495e-85f5-c49abb343668", + "image_path": "images/495.png", + "question": "Count the number of tennis court present in this image.\nA.2\nB.5\nC.3\nD.4", + "answer": "C" + }, + { + "id": "cbc49758-b030-4e2e-9836-8f16e126de1f", + "image_path": "images/496.png", + "question": "What is the total number of baseball diamond in this image?\nA.3\nB.4\nC.1\nD.2", + "answer": "D" + }, + { + "id": "1c9127da-ab23-4c4f-a142-bd519595e89c", + "image_path": "images/497.png", + "question": "How many soccer ball field are there in this image?\nA.1\nB.2\nC.3\nD.0", + "answer": "A" + }, + { + "id": "9fa96348-f15a-4def-b2e2-1bcacdc29f0e", + "image_path": "images/498.png", + "question": "How many ship are visible in the image?\nA.2\nB.5\nC.4\nD.3", + "answer": "D" + }, + { + "id": "035003f4-22ae-42e3-b96a-c1f60e6d6e40", + "image_path": "images/499.png", + "question": "How many storage tank are there in this image?\nA.1\nB.2\nC.3\nD.4", + "answer": "B" + }, + { + "id": "525525ff-dcb7-40e1-816c-0bb0c6a87864", + "image_path": "images/500.png", + "question": "How many storage tank are visible in the image?\nA.6\nB.3\nC.5\nD.4", + "answer": "D" + } +] \ No newline at end of file diff --git a/perception/single_instance_identification/object_localization/images/1.png b/perception/single_instance_identification/object_localization/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..db2110d8c1131289976f49b6759580f66266f745 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ee415d5cfb0f71e157eed554766f9d8c199cf901ee70b81508c499b8791838 +size 678210 diff --git a/perception/single_instance_identification/object_localization/images/10.png b/perception/single_instance_identification/object_localization/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0163ab35f3a6914fd6ae442495513e7dae028de7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09057a1ec5841f6d7f59b68fdaebae2810eeff7d8ef58281b79d2476fa82ed00 +size 810999 diff --git a/perception/single_instance_identification/object_localization/images/100.png b/perception/single_instance_identification/object_localization/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..9e68a7a11e39dbb37007955cedb32e0e0c9a4b5b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a050615de8c00503a6e0cfcf0a84c8dece5b3d149928d3658cde9f986118ef09 +size 1181722 diff --git a/perception/single_instance_identification/object_localization/images/101.png b/perception/single_instance_identification/object_localization/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..2a2882f47baa24e72b0372991af493c15605ad4e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d09a20395bb01ea8c55f2f6a3871cb3ae7640b5723ccdd9adba57d16bbc7c9 +size 262583 diff --git a/perception/single_instance_identification/object_localization/images/102.png b/perception/single_instance_identification/object_localization/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed614d994e7bbefa42de67738657a323f8c2e0e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a22c2cdb01da7b0388f6637af791b047d61321e6871953c42e216e97d81b4b2 +size 710659 diff --git a/perception/single_instance_identification/object_localization/images/103.png b/perception/single_instance_identification/object_localization/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..23e68af876afef7894ffe50f5963640ce8fa8f40 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2df68bc714824b6d168a20f80e0f648b08687bb5216b14cae7c207eeedce5f9 +size 834786 diff --git a/perception/single_instance_identification/object_localization/images/104.png b/perception/single_instance_identification/object_localization/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c27b1ceeccd6bcde6f5656ace43382970b9d0a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e650e94fdd376a771753daf199d4b8e4e8325295e91398b421ba6181156783ec +size 1357207 diff --git a/perception/single_instance_identification/object_localization/images/105.png b/perception/single_instance_identification/object_localization/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa8943e7b0612c0ac31a582fcdff2dfe0f5749f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5274a36c0e14a03b64f8ee3f86e621482bdf08f2098c10a904cfccc41a71da4b +size 1112565 diff --git a/perception/single_instance_identification/object_localization/images/106.png b/perception/single_instance_identification/object_localization/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..19518c25fed918fa0d99d5b33e3943a03b094ea7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d758f4dd995f2aa3c8981596184f1ea1b6c4e7444c56f820b06db8fff985f9a +size 991158 diff --git a/perception/single_instance_identification/object_localization/images/107.png b/perception/single_instance_identification/object_localization/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..c27c2bce59b706ae25dd1cb13292cf102ff28db3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682818132d178af5d19bf07a268fee345f4b01bb9f2a79b9c4939eae07a12743 +size 847072 diff --git a/perception/single_instance_identification/object_localization/images/108.png b/perception/single_instance_identification/object_localization/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..add6aa1e40d9aedcb6fd6c1d2091f572ee7db028 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0001f04f4410dc045e701bca7d45020d70c1bc8a0e0b92f7dfbeb4144d05b8e +size 923424 diff --git a/perception/single_instance_identification/object_localization/images/109.png b/perception/single_instance_identification/object_localization/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c936f8bd00add5fbc11b0ee8152b3f774cab37 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff818b4b71349d69b76a6f5e3c2f107e0e92a6b9e8e8e00071226d5f30ff7f9 +size 981413 diff --git a/perception/single_instance_identification/object_localization/images/11.png b/perception/single_instance_identification/object_localization/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..1187dd3982227e41828f460997c403f79e992e19 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2b0ecac56836bfad566b64253f8299e7de4dfc5cf34a5292552885c16f2f32 +size 548326 diff --git a/perception/single_instance_identification/object_localization/images/110.png b/perception/single_instance_identification/object_localization/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6540dc7bc2923b058e9e6854d73807dbbfbca8 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08449f6b75aef35ee53b694106b2cac358a63dae3e41c9a15c9169fd1caf8736 +size 1083869 diff --git a/perception/single_instance_identification/object_localization/images/111.png b/perception/single_instance_identification/object_localization/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..e84d58d3811b1428730d1062c37b91d7722c4253 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1f80294f49410c058f604b7d496645c5ac7b9b2019ce329733706a4bff9779 +size 868851 diff --git a/perception/single_instance_identification/object_localization/images/112.png b/perception/single_instance_identification/object_localization/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..546f433a4c477ad5ce82a3a0fe0a896a6033955e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279c9238e695651a8c2f87f383c85a9b04ea996fa8c9fd7ff0fdff56d6c512d8 +size 1289404 diff --git a/perception/single_instance_identification/object_localization/images/113.png b/perception/single_instance_identification/object_localization/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f967e545d25b789e1e67b526c760b9a360861c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c2296ce8755b9916e21767e713f2a00550f48e04b4267cfc3713070ba38fa4 +size 1475451 diff --git a/perception/single_instance_identification/object_localization/images/114.png b/perception/single_instance_identification/object_localization/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..1b84fcd351acaa8c95fa6d2c3de3fc88f596b7e4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d1c67d04519ff0cee4c9a9059889ffa2da6ef91e01a048c2613c169b789c30 +size 1331969 diff --git a/perception/single_instance_identification/object_localization/images/115.png b/perception/single_instance_identification/object_localization/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..8a7842103e80e2cab8171f3941d37d877b57e6c4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49da6baeac8a6c9c0fa6dbde55d4299612eda4a605f653c981cfcb30df4ca700 +size 931941 diff --git a/perception/single_instance_identification/object_localization/images/116.png b/perception/single_instance_identification/object_localization/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..0328be1f070e36d81d7593ee208f3a5390e9bda3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce31aa656daaeb924679d9d6a65d71dfa3e2850eee9dce06e19c6ac9edbd280 +size 883639 diff --git a/perception/single_instance_identification/object_localization/images/117.png b/perception/single_instance_identification/object_localization/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..5962308040e3c95d320df4ebca6e19d33b7d9e1d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a520a2c675c4c97c6d3a403a33ba1123c2dcf3cb061b63208d2ae3be05f13f95 +size 970323 diff --git a/perception/single_instance_identification/object_localization/images/118.png b/perception/single_instance_identification/object_localization/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..c74835a4bc742a1b071f81bad136396fa94093b2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82893e1e6e48a8f16d5a2023befa9d89a8a44975c3688dd1156db10512775f98 +size 1492534 diff --git a/perception/single_instance_identification/object_localization/images/119.png b/perception/single_instance_identification/object_localization/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..38cdff7a7eb77beae143f2a4f1138221facda57b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda4d17fb16e18188a02fe3cb14abc5be894a1bc88fafa14d4340098f80279ed +size 536400 diff --git a/perception/single_instance_identification/object_localization/images/12.png b/perception/single_instance_identification/object_localization/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..43c37f7f3e9b6307a4839bb00392b0cefce0d7b9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e670f8162781cfe997511767b215acb7a76be697a1adf1bc7e55f0e21849a0 +size 706346 diff --git a/perception/single_instance_identification/object_localization/images/120.png b/perception/single_instance_identification/object_localization/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..11482e11ebcf50eb384f5216d0e9be6c7cf0b168 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cb8966ba11def94d89ed415a8a079c00c0b81bb04acb0fa8788917a7c41707 +size 1443790 diff --git a/perception/single_instance_identification/object_localization/images/121.png b/perception/single_instance_identification/object_localization/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..a0a9a7a6e4fbb3b25b5a9b9ebe77e2579381583f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fa82a17f5bbdb59675b6c7711e0598f541b73f74adeb7254186e7f8ae1085c +size 1035753 diff --git a/perception/single_instance_identification/object_localization/images/122.png b/perception/single_instance_identification/object_localization/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..d20387e9eb1a56bad931a8aac37cd5181c5c1e91 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b13afa3141bcd801040e280f6adedd955aa226c0f768485bd31a108a1fbbf15 +size 649555 diff --git a/perception/single_instance_identification/object_localization/images/123.png b/perception/single_instance_identification/object_localization/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..adef638ae2ae843d0a526923f2de89695dfb3df9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa9a7f5769b7b40b24a83eac77f5a5bf882532f40f1f26e059d47a57326947f +size 748901 diff --git a/perception/single_instance_identification/object_localization/images/124.png b/perception/single_instance_identification/object_localization/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..6132598d05d0a9d06f989a58118a8c649cd252d5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7061ca33be607b0685c6f57879e5b22868bb53dca698afe17cab2ca0ed270fb6 +size 1447561 diff --git a/perception/single_instance_identification/object_localization/images/125.png b/perception/single_instance_identification/object_localization/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..61202d8fa6e3039d151286213c8df42c476c8084 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe2fbfd456c5ac25189557de81b15628e94fe8ce7ed0edd563f99dce0d46e3c +size 1058915 diff --git a/perception/single_instance_identification/object_localization/images/126.png b/perception/single_instance_identification/object_localization/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..df95b477d938e7ddc2e46f64d7a403c6ff1f513a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2aa2c35878feb2fd62e3607e03ed97e327815e935a7b92449c46fb3ac31d11 +size 1337863 diff --git a/perception/single_instance_identification/object_localization/images/127.png b/perception/single_instance_identification/object_localization/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..1020e6698d9036fa82cb2893ac73cf21c47021f8 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5cbae26933c7ae1ddb1ffd127c7eab3f7cc86103744451aef864ed9c958d76 +size 836696 diff --git a/perception/single_instance_identification/object_localization/images/128.png b/perception/single_instance_identification/object_localization/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..863be67d08788770c9c82938caeda6b4e40bde7c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43b7b55a41e21400eaad507bd15a1f5fc30bca75b17db01b9ef2bf03c86f8a6 +size 865610 diff --git a/perception/single_instance_identification/object_localization/images/129.png b/perception/single_instance_identification/object_localization/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..cb54ab949f5d3ccfcc4f7c7d1444e3a67656a89d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5119039cb51ba1b1cc304640b1fe4ea3f848d46424d6c3e2e1c7effa563a441 +size 1521741 diff --git a/perception/single_instance_identification/object_localization/images/13.png b/perception/single_instance_identification/object_localization/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..f3501ef5ec96ef66ec2f2ac434f1bb0f5a74c413 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e013c0a8f0cb86164515622731525badbe6fdb49d351abc42a2c1148b8b16d9b +size 632305 diff --git a/perception/single_instance_identification/object_localization/images/130.png b/perception/single_instance_identification/object_localization/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d3b61e455fff0fabc6478927edc8402cd47a62 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f18b0062c254785891b802b2748ead2c104fef4410a6e160aaba976151f21c +size 1153825 diff --git a/perception/single_instance_identification/object_localization/images/131.png b/perception/single_instance_identification/object_localization/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..c2f4ba97d7949339f60a788a433a3b5c9e70036a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abdc5690cd42f59927037341acd89364a39cd5950df4787342fb122ee24da0c +size 1275913 diff --git a/perception/single_instance_identification/object_localization/images/132.png b/perception/single_instance_identification/object_localization/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..0e30b98ca7cb5f000a7f49d1c83861a25bf5394e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fd7874f7f54b067dd3541eb5a88625d83a24a0f26bb12b8909ae9bb4026dbd +size 1488459 diff --git a/perception/single_instance_identification/object_localization/images/133.png b/perception/single_instance_identification/object_localization/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..2454a5c947f4dfff823b367f3a0d52a124d840db --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8448255915fe4b8819d1ee5e2c1d5e5686705f3b79b28088483e4758d87de43 +size 1250403 diff --git a/perception/single_instance_identification/object_localization/images/134.png b/perception/single_instance_identification/object_localization/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..b9155e75e945aea4169e1a4d7e3351e62c224276 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8836eef97c0e9933154d80b12b912cf2fb8178a1d91a981b8c102fdd83ce9ed5 +size 1260496 diff --git a/perception/single_instance_identification/object_localization/images/135.png b/perception/single_instance_identification/object_localization/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..760b47c74f1b0976180b29ae2cc4543f0106bfdf --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672080486e3e1a6ba6844dfbea390237eee848e6a851fa29fd26ea8b3dc54b81 +size 851120 diff --git a/perception/single_instance_identification/object_localization/images/136.png b/perception/single_instance_identification/object_localization/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..ff155725c8d32e7e12d29e34f72c66d3c1763a50 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297180b0349f29b2ea62bb2ece80a703af43e47468cecd19d072cc1e83e8a585 +size 932337 diff --git a/perception/single_instance_identification/object_localization/images/137.png b/perception/single_instance_identification/object_localization/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..a19727ea513351bdc90456f4c15e85e0b614d896 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64085047cf445b4700aacca8dcba8d228ce9d273e439c035bbe90b0329f36f24 +size 994863 diff --git a/perception/single_instance_identification/object_localization/images/138.png b/perception/single_instance_identification/object_localization/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..f073a61ed786d0aae7e4fd9cc4e88fe58994a50a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcac94a641d2523bf63f9ba2e16d0f1284adfd212da5dccdc842bb31c1ffbcd0 +size 745516 diff --git a/perception/single_instance_identification/object_localization/images/139.png b/perception/single_instance_identification/object_localization/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..31242d18eb89ce22954ad7954645481f37746294 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70cad7db66f67ba93c5b42d1d875a2612fc28558269dd6456c7223484e1ced5 +size 783732 diff --git a/perception/single_instance_identification/object_localization/images/14.png b/perception/single_instance_identification/object_localization/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..6a8dbe5c482408b15ddec0e87fd540bd96b10962 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6630835473328f96e0b6d887063c4b5414a0aff9b8985bbfc4d9c515c5f30d85 +size 1534869 diff --git a/perception/single_instance_identification/object_localization/images/140.png b/perception/single_instance_identification/object_localization/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..de468018550535a0bc42019f0d3bfb88b1d19aeb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382e803029f2153c519c69866faee96be2279d419712757a311587407f01e206 +size 1209906 diff --git a/perception/single_instance_identification/object_localization/images/141.png b/perception/single_instance_identification/object_localization/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..826c399e5d1d85ac44e71fbd7dc1d615f696a611 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637e6efe6723a700e5cfa74778961e17feba64e37cb6d999e6bdcaf97eabd11a +size 892258 diff --git a/perception/single_instance_identification/object_localization/images/142.png b/perception/single_instance_identification/object_localization/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..bec8ece814b9ac7918b19c3aadea67f142ea4664 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a90de0ecd1769e364e9e9382acde700995978fe2b063a073badf34e63ce533a +size 1292909 diff --git a/perception/single_instance_identification/object_localization/images/143.png b/perception/single_instance_identification/object_localization/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e4db54d4a98028a83cbdda1c117aa449cb7c7a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c9f11b6e329398801977a3e4ab8bd2cfcc502417fb02ec0b7a3199777683ac +size 1340309 diff --git a/perception/single_instance_identification/object_localization/images/144.png b/perception/single_instance_identification/object_localization/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..de468018550535a0bc42019f0d3bfb88b1d19aeb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382e803029f2153c519c69866faee96be2279d419712757a311587407f01e206 +size 1209906 diff --git a/perception/single_instance_identification/object_localization/images/145.png b/perception/single_instance_identification/object_localization/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f00d484706a76b3fe9a8c6c414454386f91faf --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f209453458b77517aa79f7a7a6fc9dcf0108fae41161415700f3d5e578617026 +size 1196259 diff --git a/perception/single_instance_identification/object_localization/images/146.png b/perception/single_instance_identification/object_localization/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..527107c5244a3a7bc9388c01ad268b8831c17a15 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae7276bf2f7980c18e1148864c902674d9cb70df6f786ea78241eb6f5610e3 +size 1561874 diff --git a/perception/single_instance_identification/object_localization/images/147.png b/perception/single_instance_identification/object_localization/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..545cf29e6d2c800c21c7f9d28335600a11fcc1f2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7c81a6c6bfb398daf514775b5d1b7b75752f04f0e05060427ad20b0239068b +size 1498053 diff --git a/perception/single_instance_identification/object_localization/images/148.png b/perception/single_instance_identification/object_localization/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..54da89ce701e838f2eb6689f30717d45082c8c37 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b34aa2ad7bfc6ad9d4a686e67dad982979ec5e3afce5982ce9576e172c5a8a5 +size 723236 diff --git a/perception/single_instance_identification/object_localization/images/149.png b/perception/single_instance_identification/object_localization/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..8851ea9e456ce644d5b6e0169f273e401f3f5504 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b46c020d93caf4786c453b1dbf597865f4ac73290d403b40e2943be783d3a01 +size 1377816 diff --git a/perception/single_instance_identification/object_localization/images/15.png b/perception/single_instance_identification/object_localization/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..c827c85844285b672997a576f8efed0e34274fdf --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810ecd1ea4cbc4d648da89746aafd25991a2cf078da96c49234c5ff3e3d9a82f +size 1413880 diff --git a/perception/single_instance_identification/object_localization/images/150.png b/perception/single_instance_identification/object_localization/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..a98c09fb7de624438f2480d6cae97de03213d878 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd5e32b2db5a0385efacfe1d92fe9ecfda75be100a9dc3240660aa314362c5d +size 794292 diff --git a/perception/single_instance_identification/object_localization/images/151.png b/perception/single_instance_identification/object_localization/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..a7210b42a4057e48c5cd66d1eef3221c826d175f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126cbbe49fe29c87c6c784465cc9d8b6294cf4b2115bdfd967704cb06f821838 +size 100881 diff --git a/perception/single_instance_identification/object_localization/images/152.png b/perception/single_instance_identification/object_localization/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..7de21e65622b7ac610cac872595d7394116a01d3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd26572a24a4ca056d65313509a302e07f01354de2c3bf8db697ffe3ceb2f82 +size 104787 diff --git a/perception/single_instance_identification/object_localization/images/153.png b/perception/single_instance_identification/object_localization/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc89e3694394d078ed9af71ce29d835897e5e27 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d9f1d9b640173ab370f640622e32dc10d007d00b5d19b067d9f6d139cc4a99 +size 647692 diff --git a/perception/single_instance_identification/object_localization/images/154.png b/perception/single_instance_identification/object_localization/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..d5eec75d5cfca895e1be1c040984ff80acbe24e7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e13f6e911e5f7b353a791c154124be6f75cf7faa06c4faed31c10c17a7ef42b +size 1448883 diff --git a/perception/single_instance_identification/object_localization/images/155.png b/perception/single_instance_identification/object_localization/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..db845b1b55cd55a788d8390e05fa955a6c181f30 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e87df9f605112103d1dfc1e3441b58c906056c420857c845c7b720f7a17b80 +size 783584 diff --git a/perception/single_instance_identification/object_localization/images/156.png b/perception/single_instance_identification/object_localization/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..370967691d44d525ad539ea88ebe8bd65cdd1652 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32f24a22a9435a053b1133b81285dfaa432c2083ffc255275f1a68a51b1a8b1 +size 655198 diff --git a/perception/single_instance_identification/object_localization/images/157.png b/perception/single_instance_identification/object_localization/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..6b113d3634f3a6fe17fbdecfb2cec0fac44cb012 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8aa243e81c6aebd8808e8466d3fac93fb29f7843af390d32a930cc77fffad0 +size 1399928 diff --git a/perception/single_instance_identification/object_localization/images/158.png b/perception/single_instance_identification/object_localization/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..62e608db2bd9698368be64dbf0cfcce73feb7636 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b281a285be882ce0e9cfde4746f818bf5dbd000f1eff02b87d83a5d87539862d +size 814032 diff --git a/perception/single_instance_identification/object_localization/images/159.png b/perception/single_instance_identification/object_localization/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..89bd2c0e7cf6aa4113770c657206652027d46b06 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab132893ba8f2beb8b09eacec9b04b8562c3ebb61ea1c66df59af1ff42199f1 +size 804064 diff --git a/perception/single_instance_identification/object_localization/images/16.png b/perception/single_instance_identification/object_localization/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..0613a76defa148623c890a5d30443898330dfab2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dbce2e6b377a08bfca4d5913110392487297d94fc577f5bd9ebf124908a5a8 +size 872543 diff --git a/perception/single_instance_identification/object_localization/images/160.png b/perception/single_instance_identification/object_localization/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..65517a85ece200f6cc6b11f84101593beee06f85 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15926bf9c6b363e18488eb2952085cb4c68ef60ff6aa9a2ba108c9c20c63cb27 +size 935330 diff --git a/perception/single_instance_identification/object_localization/images/161.png b/perception/single_instance_identification/object_localization/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..78882df3eed966239607ac33b22922f8500d480e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce768c925a37fd975d50cf568505ef42fff6cfe14735c33a18da2d2b91341a5 +size 1127199 diff --git a/perception/single_instance_identification/object_localization/images/162.png b/perception/single_instance_identification/object_localization/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c13bd6438b4434c0b5c12f7a078a1ba3a8ef6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eab04002c17eae030357bb1c1ce743ae0ecfabd6126fab47c7e61ead6ea3f18 +size 735351 diff --git a/perception/single_instance_identification/object_localization/images/163.png b/perception/single_instance_identification/object_localization/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..fc608fe7dd2db35bccd6d57dfa141a32a54fff67 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0683a37956be7b15c56912fe8c1f8e5bfca88125bf7716209d9a8332a246c2da +size 950124 diff --git a/perception/single_instance_identification/object_localization/images/164.png b/perception/single_instance_identification/object_localization/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..37b8ec026f7fd8cb7bb7226c8909de3c08512f66 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc56a028f0d52c187cb2c79f65285e2da97690dd93877a9af90ac9eea32c843 +size 1207485 diff --git a/perception/single_instance_identification/object_localization/images/165.png b/perception/single_instance_identification/object_localization/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..27d017ac297c1638ec8cf03d725d84d38e234b94 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e2f4b1a24eb30e9d6efa47932095e651a81b273e08e10be4508f3e7e3bd52c +size 536445 diff --git a/perception/single_instance_identification/object_localization/images/166.png b/perception/single_instance_identification/object_localization/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..08f23b7402f7cc12e4a8667b286adf3e6e88498e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1663939c075285b77567ae46ef935bba3d5147c7790228eaec6e3a8a3f69c15 +size 1031755 diff --git a/perception/single_instance_identification/object_localization/images/167.png b/perception/single_instance_identification/object_localization/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..59277613af14690231bc7c19273d3e2f80570614 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e604612da346462b26cf95b306c2fa3f7f99574011d1109aca6ee847100c6b7 +size 870755 diff --git a/perception/single_instance_identification/object_localization/images/168.png b/perception/single_instance_identification/object_localization/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..c12b15eb27822b0b9383b0849c18c97834ecf45a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13791fbf972bd358d19a9b475c2d72a6295c3d011b0753424dfa42f5643d21c5 +size 930841 diff --git a/perception/single_instance_identification/object_localization/images/169.png b/perception/single_instance_identification/object_localization/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..130791c5f461cbef6120f96cc74ed957110b9851 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1068f998a584c58baa588824126eafc18c9b88b1f26c60de575ab8ed3bb3b5 +size 828013 diff --git a/perception/single_instance_identification/object_localization/images/17.png b/perception/single_instance_identification/object_localization/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..09ebd529e159632676dccb5baa28c386679bc816 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7983a51592e6f563c4265b841b885e7273e31c66b2fb13c4b9ccc753a7d4673 +size 1038672 diff --git a/perception/single_instance_identification/object_localization/images/170.png b/perception/single_instance_identification/object_localization/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..41f2991469dc407b4acc1e78fc90557f0a435d2b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b6f2133479151c9265d6d14cea3f47011e4cda52927c6bdec54af5ab8229ac +size 994009 diff --git a/perception/single_instance_identification/object_localization/images/171.png b/perception/single_instance_identification/object_localization/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9791a20ea6da2fdadf4539d779f652540cc89c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32fae24129f61f78e3b78cd45c2164f63c6746d2fe23343cd937a5d17041112 +size 885446 diff --git a/perception/single_instance_identification/object_localization/images/172.png b/perception/single_instance_identification/object_localization/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..7058a716fec67b72f204a571d1a5544877b5215e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2db0d4a3b3040d943ddefd58c755d2284ccb5878b3a2442f03bd100d7713d5e +size 1275630 diff --git a/perception/single_instance_identification/object_localization/images/173.png b/perception/single_instance_identification/object_localization/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..043d55f237e39da573ba1cd5ae9818b4f5204c9f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5853705c65686ca99b486cc0c548acd2e64d925864566a70ec7c23c6ed59f8c1 +size 740501 diff --git a/perception/single_instance_identification/object_localization/images/174.png b/perception/single_instance_identification/object_localization/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..06989b5fb05083fdac14569bbd09f8f18eb89d8f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e080089d9f7374aa42d493bb66eca04fbc0aa3e9aa2c972508451cc40cb967b5 +size 842554 diff --git a/perception/single_instance_identification/object_localization/images/175.png b/perception/single_instance_identification/object_localization/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..877781cd9ba671ee0e51b2b1ab9a39facf9c0acb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129512ab58f833daca268026490e82034b989bca2340b6739fe567775f7b6cb2 +size 716617 diff --git a/perception/single_instance_identification/object_localization/images/176.png b/perception/single_instance_identification/object_localization/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..3630cc659ded8044921e205d8f1ecd884a199c0e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249e51e70f2a1a8356f8aed7ebcaf30e506efb5e9d574531e709192f811fbb15 +size 922251 diff --git a/perception/single_instance_identification/object_localization/images/177.png b/perception/single_instance_identification/object_localization/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..5a360beebcc113831a79bee9cd23de2bb3f5693b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f763c5c9670508a9aa91f8d497776f90600e508b078bdd203cf1cf40081a42 +size 1095875 diff --git a/perception/single_instance_identification/object_localization/images/178.png b/perception/single_instance_identification/object_localization/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..8b11eff8af567012ccdcd179411fba7405ce4e2a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f2ee2131c60df8cb2fba7b545b9a88acd9858ffdc5fb2a55026cee2ec4b929 +size 678147 diff --git a/perception/single_instance_identification/object_localization/images/179.png b/perception/single_instance_identification/object_localization/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..a3661f03cb86cc6ac8a21f994807b36ac3a01abb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b205d876aa96d526b8c9a24bf2800874e3343bd520d429ae5c615f9331ae47 +size 1263070 diff --git a/perception/single_instance_identification/object_localization/images/18.png b/perception/single_instance_identification/object_localization/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..b184273aa8da9f4c713cfb7c8830f59b6e9b0cac --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8be670c9401f99fc68fa41c2bc3743c0a3c37f2df964d63a1f5c0ba32dbd950 +size 675425 diff --git a/perception/single_instance_identification/object_localization/images/180.png b/perception/single_instance_identification/object_localization/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..411e881d395c405145d0d5b0b2a204b738ffea94 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c5fa0a5ee7fc2dbe8e8e4576682ce82b7681dc3156345315ba77725c44a339 +size 465478 diff --git a/perception/single_instance_identification/object_localization/images/181.png b/perception/single_instance_identification/object_localization/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..0d90be45a6d8b3348914662c0c26376146c05681 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0272743ae2ea09f9444516b757452e8fa247e4777bd433ab6d8bebaaec3b861a +size 1297103 diff --git a/perception/single_instance_identification/object_localization/images/182.png b/perception/single_instance_identification/object_localization/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..365686f3f904cdb8f452fd3429634e4b74ffaa84 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f019071cf3c89da3726269758ff653de60c1f934297ec26730acb2110c4feef1 +size 280444 diff --git a/perception/single_instance_identification/object_localization/images/183.png b/perception/single_instance_identification/object_localization/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..026b55c151c9562970a1f6bafa518666d17422f1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a943c1079e43bdddc6a77e850ff1b359f5a0cbd466b714a2a1b9cdb25b7b9b43 +size 1200515 diff --git a/perception/single_instance_identification/object_localization/images/184.png b/perception/single_instance_identification/object_localization/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..0065fcb2080d493396c4607c8bf9ef796206fe03 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37229830d679bdcf84b6c6639c914e25f1fae4cc12ff8620f66b01966a65c07 +size 1154353 diff --git a/perception/single_instance_identification/object_localization/images/185.png b/perception/single_instance_identification/object_localization/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..41f2991469dc407b4acc1e78fc90557f0a435d2b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b6f2133479151c9265d6d14cea3f47011e4cda52927c6bdec54af5ab8229ac +size 994009 diff --git a/perception/single_instance_identification/object_localization/images/186.png b/perception/single_instance_identification/object_localization/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..b16e728174779a1c18a13f28bee7354c8311c422 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eb879cfe9cdee2b0aedf85d6c211037b3604173059d867f0fb1d2adbc1cb69 +size 602086 diff --git a/perception/single_instance_identification/object_localization/images/187.png b/perception/single_instance_identification/object_localization/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..fcce696603663d474afa269e47903dbe76c8d998 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd8b901b8bc2a6af5c2c55ab1c3d72be2ef6f39c204b95c0a7b8e44bbaef84e +size 450148 diff --git a/perception/single_instance_identification/object_localization/images/188.png b/perception/single_instance_identification/object_localization/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5561c2e8110de0156cc63a52ef013522907aee --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e928dea5d0ca6974e85c1dbfc6be41db4a26fb9b1827649c4428983e98f0ea +size 913674 diff --git a/perception/single_instance_identification/object_localization/images/189.png b/perception/single_instance_identification/object_localization/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..1b563ff58fa0c6c74579f9463da826e488a5adff --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ceb96efaf72292949ca93d563672827d8b48d1cbc14671c08f1196ac95ac0 +size 711345 diff --git a/perception/single_instance_identification/object_localization/images/19.png b/perception/single_instance_identification/object_localization/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..78aa3f7c5ab401254e65bc17047bf1cb2687d90f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2b4b2eb9e1fc44e55e4d1595a1d075b3717ee43ead3d442ca36f51db350a4b +size 1057684 diff --git a/perception/single_instance_identification/object_localization/images/190.png b/perception/single_instance_identification/object_localization/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..2e197ef63b379cce305f60b9d592698e5bf66266 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d49732a356e28b667ab17f7ec0ac42a8ffb10410c227980207e7bb40ab94f8 +size 297365 diff --git a/perception/single_instance_identification/object_localization/images/191.png b/perception/single_instance_identification/object_localization/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..46376223cc30065400920af558cd3a67988f82f2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08320239956bf183442cd941e810c7aaa9789c1dbdc82bc9bace3a2b5acf812 +size 475210 diff --git a/perception/single_instance_identification/object_localization/images/192.png b/perception/single_instance_identification/object_localization/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..913d67e76f8d87d2d78c59fbc6d91f73eba49fe4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edab796d4b3c7aa8aa2ec9e7bb9cacd8b7342273b3add81226455ee9d5c83186 +size 1218742 diff --git a/perception/single_instance_identification/object_localization/images/193.png b/perception/single_instance_identification/object_localization/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..8031519d55c609b5eed639da76eb6827e8fccd02 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6537520bc808d32327502bd100175c249e70d4a08073667b7e7784f7cc4a99e +size 1305151 diff --git a/perception/single_instance_identification/object_localization/images/194.png b/perception/single_instance_identification/object_localization/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..15d657d87b4dca6fa37de3896ed66bf3df159fb0 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97d2908baa81499d78508168a167dcaf791b239a082533ebe500cd09536ca1e +size 994826 diff --git a/perception/single_instance_identification/object_localization/images/195.png b/perception/single_instance_identification/object_localization/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..72e4207d0d5283d97bd652e5ff7495b9dc7f502f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fd27f15067b71d9e3d4e70efbd25e59e209dd68f354876d295b45e440dbe10 +size 1294700 diff --git a/perception/single_instance_identification/object_localization/images/196.png b/perception/single_instance_identification/object_localization/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc29d25ad831f760dcc06ef9f48c681ce56e8d9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80df14fe3544b0ce0ddfc66a2aa587e4ca5322b9e6744f5de552bb37220f647d +size 1441285 diff --git a/perception/single_instance_identification/object_localization/images/197.png b/perception/single_instance_identification/object_localization/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..65c95e0277fcd41332669292d982fa5afed19750 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0fc09ca0726fc0b9ae30157d74655dd10147eedbf0024ca21cfd4a92508f4c +size 1028914 diff --git a/perception/single_instance_identification/object_localization/images/198.png b/perception/single_instance_identification/object_localization/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..2790221f9d538e17bb5b9e5ea8d91f7057b04593 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0e3fd17813f56b6cf228526cde404c36832502ce8ed0e1499792f503cf76a8 +size 1048593 diff --git a/perception/single_instance_identification/object_localization/images/199.png b/perception/single_instance_identification/object_localization/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..388e653fd12e5eaa278973c47f5063362a72c97a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113ea2a96666589453d7669a0a48c790124cef669012941c69bc48b136873c58 +size 910048 diff --git a/perception/single_instance_identification/object_localization/images/2.png b/perception/single_instance_identification/object_localization/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..cc1558c4258eb759dfdf64601b7ed2aa71fa5689 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce249e70794a93938f2da12d7b9d30ef909ec172b69d1e5fb625fb24be7c5ca +size 1337293 diff --git a/perception/single_instance_identification/object_localization/images/20.png b/perception/single_instance_identification/object_localization/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..b5405af9c1d7140fab636114eb02da4dc0f67548 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd128ed0d46fd1e436d726e783a4b404f00fa1df283f103e39a3bce4637f1b6e +size 730241 diff --git a/perception/single_instance_identification/object_localization/images/200.png b/perception/single_instance_identification/object_localization/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..a496b6b8fc43f17e01a82e310d80bfb8ccf52652 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f47e43ee57f46b3157a3199c8a3131d1c7f69bfa21f3fa0e6cfcfb79c73aee +size 1287423 diff --git a/perception/single_instance_identification/object_localization/images/201.png b/perception/single_instance_identification/object_localization/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..c485464f813be88b1d8c17d068ab08769ee1c245 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d605f9b524530fda8d363a54d09d0c17b2a536c13ad4e3262ac2481ad2c35a +size 1314963 diff --git a/perception/single_instance_identification/object_localization/images/202.png b/perception/single_instance_identification/object_localization/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..7393685292382a2ba0a020a81bdf3347b43d3389 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b620c2040ab5ed263f122e6b1f9a47ced496e056c914b12d2941508bed069a28 +size 1084215 diff --git a/perception/single_instance_identification/object_localization/images/203.png b/perception/single_instance_identification/object_localization/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..4b39a5656bef5963782f2c78d515ec5a09f4af35 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d4848f3bbb84e2d6e7611ea19ccfd38dec3e3580850a1ead7cc17f98e50e8b +size 587845 diff --git a/perception/single_instance_identification/object_localization/images/204.png b/perception/single_instance_identification/object_localization/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..e2af9fbb30fc72042bc711c27d0dc45d15efa6e3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb02142f2237a7737d9fe9a5b72fe722392bcb32d25177a254a17ab8f8a9f29 +size 156708 diff --git a/perception/single_instance_identification/object_localization/images/205.png b/perception/single_instance_identification/object_localization/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3ea239ddea212cd205ab6c96b43bd940422e2f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9309431acea625462efb67c29fa19bad37d4bb64fa61885bf932ac6e29f8b1b +size 1005759 diff --git a/perception/single_instance_identification/object_localization/images/206.png b/perception/single_instance_identification/object_localization/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..f4125e86c9bf547e1e2e1cd3d8439213adbb6150 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be6d147f300607b9b8ddaac5b0c7a08f879f7c5cf8fc56624bc7a6bdff43df6 +size 277100 diff --git a/perception/single_instance_identification/object_localization/images/207.png b/perception/single_instance_identification/object_localization/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba1cc5a527e248dcba6e679cded80461591b6b9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7324fac4817811cc7fd5e6d34997acbba933f91927fadb0e23426725ab4d915 +size 815278 diff --git a/perception/single_instance_identification/object_localization/images/208.png b/perception/single_instance_identification/object_localization/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..55ac9538dd69aee594ac3fe7f029ceb75bd63b5c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49c3158350d0b4eb2159b41018e90e629f92a384d7c36ee6919d8681d66d32f +size 906346 diff --git a/perception/single_instance_identification/object_localization/images/209.png b/perception/single_instance_identification/object_localization/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..b49213bd11fac22bbbeb7f76835b3127bd287bf7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d869a2306c712b6396009f0a99bba7331895ec3a82ed92c97f4b8aecc1f3b7 +size 1062091 diff --git a/perception/single_instance_identification/object_localization/images/21.png b/perception/single_instance_identification/object_localization/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..2152714b69f9ecf1f2de0539eba6e140ac2d5052 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90db1a19d19d4ca39e684757b0372d5db16277fda3a39127ce33c5f47eaaa844 +size 600437 diff --git a/perception/single_instance_identification/object_localization/images/210.png b/perception/single_instance_identification/object_localization/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed0bec640ca8adfc04569796890940a3769800c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40ce1e5915928d7f9d8679c91f4eba7111a08db75907b27f615b7330bcfa740 +size 733809 diff --git a/perception/single_instance_identification/object_localization/images/211.png b/perception/single_instance_identification/object_localization/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..2757d612a19ee8020b67b789586dcab0d4bf651d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79292adc07b3f562e715cd6249644db9d6f7fef925478497e0dd16e54c9b18aa +size 874275 diff --git a/perception/single_instance_identification/object_localization/images/212.png b/perception/single_instance_identification/object_localization/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..95a10cb9f2608336960fb3d4d5b87780081ce005 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7363c55f2f605d1751650e64e3ef7ac7538b3322f3e674b4650d45b6d0fbaa +size 1043973 diff --git a/perception/single_instance_identification/object_localization/images/213.png b/perception/single_instance_identification/object_localization/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..6decae134a847452fda3bd1ca37e120f97b074f1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5076bd9f57916dd87dad5dcbc1194a9f0e47bccc6235ec97d20811ec28f7a538 +size 420599 diff --git a/perception/single_instance_identification/object_localization/images/214.png b/perception/single_instance_identification/object_localization/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..52e7a82d217d2e49a6488760b2191833361f57b9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d3f10c38a31b03bc37c1c7c2275523e3240ab13f613dab60a397773844f05c +size 1218096 diff --git a/perception/single_instance_identification/object_localization/images/215.png b/perception/single_instance_identification/object_localization/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bf6f428956179dd36a6d58c3dcf1ddc293e82d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ffb0f23b0747e4ad888e8a53226217d09cedf637f884ba169bdbdfeba4ff1b +size 1262509 diff --git a/perception/single_instance_identification/object_localization/images/216.png b/perception/single_instance_identification/object_localization/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..95a05de302d0b79c59e21a916a8a16d91d713f0e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6bfcbf9970ebd345093f84689aba96caa49fc6d20fbffcdaaedee6b4a0002d +size 1083053 diff --git a/perception/single_instance_identification/object_localization/images/217.png b/perception/single_instance_identification/object_localization/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..b80f22dd0b071f9bfb86cf01202321b0cf63641c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055d303f751912f598837352bb66ccf27a3de0e1af878c9219242a3cc0602ec6 +size 709397 diff --git a/perception/single_instance_identification/object_localization/images/218.png b/perception/single_instance_identification/object_localization/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..19aa5d85a3f7b996c2e10183fda15a5b1597a94b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6208db779de322c0d4b7cba2f92c5718c410b2ea54bff127c936fa4173f59a +size 993110 diff --git a/perception/single_instance_identification/object_localization/images/219.png b/perception/single_instance_identification/object_localization/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..472cade1d394cfafb5e6c38bbccf6920082e0bd0 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf136ef0fbcc762c92d34e799e49ecf604f896d8a567692cd2cc9cdfb419456 +size 895238 diff --git a/perception/single_instance_identification/object_localization/images/22.png b/perception/single_instance_identification/object_localization/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7c8ff064a6a61ca503acc044c102d4701bdbff --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66ce1db24b956cf67498712aee0c28c51c56f450e7b290c20be295e9d49e926 +size 1375080 diff --git a/perception/single_instance_identification/object_localization/images/220.png b/perception/single_instance_identification/object_localization/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..88a09ab6adb4abcf99e185ac43d90ea411017644 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfd8d3b8f915f4ce32b134ca3f25fb0000cf0719cf74b48af82e26c24ae54c9 +size 1300172 diff --git a/perception/single_instance_identification/object_localization/images/221.png b/perception/single_instance_identification/object_localization/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d2c46633c095748f02fd5838fc084cb77935d5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99b0da26e7d82ff20726ebe968856ab367096857e1b479f0b7cb09d88aa4ff0 +size 1513695 diff --git a/perception/single_instance_identification/object_localization/images/222.png b/perception/single_instance_identification/object_localization/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..f5cd8ef537ba6e79e7cd693e4829caa75f99bf15 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdf37a97d2c8ca7efe15bf6a489465593550e5e6317c23c4c14fe5048eb2e7b +size 803165 diff --git a/perception/single_instance_identification/object_localization/images/223.png b/perception/single_instance_identification/object_localization/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..5860318b3839c290ef4416f770ada62f0c9737a9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76b3a323ec4ab184e1a8a833723e03647d31239a755071197c94d3e5b5a1ea2 +size 1409865 diff --git a/perception/single_instance_identification/object_localization/images/224.png b/perception/single_instance_identification/object_localization/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..1516aca0291f70921b38feb4b17278ca834e4eb8 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbba8be4caa7398eb5239d3e1f6f11865c51259df6df849240f0745d84aad80 +size 414995 diff --git a/perception/single_instance_identification/object_localization/images/225.png b/perception/single_instance_identification/object_localization/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..53dbca1eecb140b6d66a0aa23aba0e516bb49c57 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68578554d775e7c2672e86e474ab7fe507da32e1f458c169bae6bd39623b75e +size 430671 diff --git a/perception/single_instance_identification/object_localization/images/226.png b/perception/single_instance_identification/object_localization/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..3186bd820bafcbdddabab560b1134043dd5e3bdb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dcbd358d5526194cb6539d9e4d2267d503b3ed4afcfe0c2946ff924be57ada +size 1006230 diff --git a/perception/single_instance_identification/object_localization/images/227.png b/perception/single_instance_identification/object_localization/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..55d85a2ed535073976f45b874ef67850e3283fb0 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b9d5cb431426d3bed470abcceefc3fc84b52295b8b85cbd9fa6fc9cc354128 +size 1344931 diff --git a/perception/single_instance_identification/object_localization/images/228.png b/perception/single_instance_identification/object_localization/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..5c179cad1925dabba195651610333a0160a04e76 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0017838f7ae735afdd322d1a73fb64dfc7fc8173408fbce2bbd4f2e0d7256f34 +size 1140732 diff --git a/perception/single_instance_identification/object_localization/images/229.png b/perception/single_instance_identification/object_localization/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..35b9e252a12f63fdad7db552d6b88596530359e2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a9b227daf1168870dd5c7b3afeb4dfa928a0cd26de6203308be8dec0164c38 +size 899075 diff --git a/perception/single_instance_identification/object_localization/images/23.png b/perception/single_instance_identification/object_localization/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..e121181fba87ea4879322791d8c063576fe78d85 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0f1ff0b0f04bf057b3a1c7b208a7089b25365cf841ac947ce0542bd418f2e9 +size 1060275 diff --git a/perception/single_instance_identification/object_localization/images/230.png b/perception/single_instance_identification/object_localization/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..e23c8f7bd572d424601aa65fea5863cf4f81b1fa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5494a4301df0f66c41a1b67b1e1cbe0df364cebf97a54640b9e4830d25e5e69d +size 1453138 diff --git a/perception/single_instance_identification/object_localization/images/231.png b/perception/single_instance_identification/object_localization/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6f0593073f56e4341d8d343cbefee6d4763d2f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25e4c22f44bad816da90db9ca18413daea9a230db0192a5384433ff4053cf38 +size 889194 diff --git a/perception/single_instance_identification/object_localization/images/232.png b/perception/single_instance_identification/object_localization/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..545f4256055e4b3a2aeaa781d5bf3b8dc6db1703 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1872c083e39e7a623cfbb387dffe1e32d1c153277a0403105f4e8bb09e414b2f +size 727271 diff --git a/perception/single_instance_identification/object_localization/images/233.png b/perception/single_instance_identification/object_localization/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..9065eb3b066b50d5258be9263162cf6a911f3aaf --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26793f1760b6f1c8307a721987971a791b7aaf08af38406b8711970d1f87c12 +size 783182 diff --git a/perception/single_instance_identification/object_localization/images/234.png b/perception/single_instance_identification/object_localization/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..2b79c73ac782383dbae92cddbf62c0060d3549d3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb1852fa14a6d365f832292c1055dd2aa31f4d8023ec25e7802d1c4c1788275 +size 1086837 diff --git a/perception/single_instance_identification/object_localization/images/235.png b/perception/single_instance_identification/object_localization/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..c8be64454f675dd9780cc6a42f5ec9282ec6b5fa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4366f44fea761b5b99fc6963a0f09a0234f3cdac2d5067120a00531de269e8f6 +size 803834 diff --git a/perception/single_instance_identification/object_localization/images/236.png b/perception/single_instance_identification/object_localization/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..95d7cd22600457e665d4e017f8737170b0968eed --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d0434048651a3d98f68533001bfed29aeb8c5deec33999ac59dde4bb734fad +size 1009010 diff --git a/perception/single_instance_identification/object_localization/images/237.png b/perception/single_instance_identification/object_localization/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..2f08b7455409ba4876f5664d430ad6fba75cdf7a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad5b42794ff41bdcc667f81caefbbc310f16b094c2676203235112f90cfc200 +size 811601 diff --git a/perception/single_instance_identification/object_localization/images/238.png b/perception/single_instance_identification/object_localization/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..c4fb25d2493c0b969b942a6940bb38640fbe53e3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d65b86d1101d672e1933b4d232a99660c3203598e6e72c5757cd97bd29a7aeb +size 229050 diff --git a/perception/single_instance_identification/object_localization/images/239.png b/perception/single_instance_identification/object_localization/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..8f192c0c182b724a665248a6268e5ce8339c16c3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9852671a754e1c78103481ff540c5312d0de30fc1e87b1e4de764a4e23b346 +size 1389776 diff --git a/perception/single_instance_identification/object_localization/images/24.png b/perception/single_instance_identification/object_localization/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..f00f69f7d411789be52bce0e5855fde1f9d6073e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbce4a74b99ec8ecd973c5340f3f60b16b27b2eb37cdb3f9e4ffbaaad45d181 +size 1345179 diff --git a/perception/single_instance_identification/object_localization/images/240.png b/perception/single_instance_identification/object_localization/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..248e0b7b68e2ee84a4064698d743865e159cc035 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66faee2cc1b065b32b4a5af0b090771acc7d7a0b1a19d707f7d2e190b653e13c +size 1187516 diff --git a/perception/single_instance_identification/object_localization/images/241.png b/perception/single_instance_identification/object_localization/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..87c573abd6c4ded835445dc09c37837139d7e98a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fb2c54909dcf417b026f6d83ec83758592373fd5df57378483691a4a305541 +size 886603 diff --git a/perception/single_instance_identification/object_localization/images/242.png b/perception/single_instance_identification/object_localization/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..b56c4bb7572ee67e9c7be215d098515275377e0f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772d93faaa9e5420f542722c1a5cf3074172609f8cf974b183fc9ab9ef1c1917 +size 243516 diff --git a/perception/single_instance_identification/object_localization/images/243.png b/perception/single_instance_identification/object_localization/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..af288ba8f36bfc0fe46f0ccc81dcdc1fae01a5e9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee0d3b4f59aadbd88d43ba967f9b8320bc39c071b9c3d8a9d0707502b4845a3 +size 1391374 diff --git a/perception/single_instance_identification/object_localization/images/244.png b/perception/single_instance_identification/object_localization/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..75a1feb5c1299af7538c17dbaa9de35bb94bde10 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b0dd59e5f7c396134ecd78acdcf2171dca32bda78f98c50234b6bbff9fd2f3 +size 474076 diff --git a/perception/single_instance_identification/object_localization/images/245.png b/perception/single_instance_identification/object_localization/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f4b9a3d67c4183aaf013fdcf820a5b30f5fed9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7573e6915b6e6d592f57a0c5e56656c8a9774048e3c0ce61e5cb40059dacbdc4 +size 872235 diff --git a/perception/single_instance_identification/object_localization/images/246.png b/perception/single_instance_identification/object_localization/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..3c806c600ea360c2e8dd6120edc326689fcef0ec --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdad805e38e6f9e7f5216809d2f5fd515d2a32e8143bd98812e1dbd466185a58 +size 738096 diff --git a/perception/single_instance_identification/object_localization/images/247.png b/perception/single_instance_identification/object_localization/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..8448f1870c82825bfa3f1563e0d5465a0c02d4f5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a8d8c5528217739550d4844016aae9e5aec28c955dce744c54a846e0c36858 +size 612281 diff --git a/perception/single_instance_identification/object_localization/images/248.png b/perception/single_instance_identification/object_localization/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..167c82ef7d713351cbf955f86d7e532463653816 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfba17ad1ed7c748ed673f6c5f5c533c4ca0c1f716712815f99eae102d0b60a +size 1507694 diff --git a/perception/single_instance_identification/object_localization/images/249.png b/perception/single_instance_identification/object_localization/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..33fa4bf10894211904e9a12d62bee80e09aae934 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca88589ea1bb0e183f1bb142e967c398c0a8ec0988b2bf65b988b8416cfe8d9d +size 969657 diff --git a/perception/single_instance_identification/object_localization/images/25.png b/perception/single_instance_identification/object_localization/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..48eeed7516b287b3f6726d5fa381c616ef73e792 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b993795be215cec9cbe0c41d3af674960f6ce59ff638804003784a417ef1b +size 1104596 diff --git a/perception/single_instance_identification/object_localization/images/250.png b/perception/single_instance_identification/object_localization/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..873204d719cd7a64b2cc85d1f4b3f59a8280762d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd27427c42fd5183985e74ae06b442835f0e927d54e20991d9d53346ff88d6bb +size 1027378 diff --git a/perception/single_instance_identification/object_localization/images/251.png b/perception/single_instance_identification/object_localization/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..3c813b750ba2de79a86cd3cdbe0731d4ddfa5e42 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86973a46f388fa06ace01c28305f0814d3409d765366cb5f6485d8a5c3018f +size 1382098 diff --git a/perception/single_instance_identification/object_localization/images/252.png b/perception/single_instance_identification/object_localization/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9ef5f09ecc43dd46bb868868eeb6ca7f9e8a0c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bcc932776db0ee0ecdf854c428f9f04a3d4e26d2cf8a72e5411e00301cd636 +size 1417072 diff --git a/perception/single_instance_identification/object_localization/images/253.png b/perception/single_instance_identification/object_localization/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..eccecf8c91ce24089d10ab74818b2cf34dda8c83 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8abcb362e836a72a9358ef5893364bf561021d223d6a244946d927ebb1ff175 +size 889597 diff --git a/perception/single_instance_identification/object_localization/images/254.png b/perception/single_instance_identification/object_localization/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..d4329b4d1c985820d3dc3fa67bfd9286eca25f49 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39285f9bae23f1c2d14099906dfa3f1de1e8552a6dc03eed1e6f384ed6b8fc3d +size 1097244 diff --git a/perception/single_instance_identification/object_localization/images/255.png b/perception/single_instance_identification/object_localization/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..eec7e5e4b72382df2bd20a5142fbe9c922baddf4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7400c0e343c88f38e1c8c6372b9e174595db33a6584cb3f438a4ad2d5b3bd674 +size 782708 diff --git a/perception/single_instance_identification/object_localization/images/256.png b/perception/single_instance_identification/object_localization/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..a210a03944363f68be918d975edb1c14aba6322c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f96aa37d312b7b56b2faff7b899be7d00b3fe28dabd90b51cf0e7019cb984e6 +size 783547 diff --git a/perception/single_instance_identification/object_localization/images/257.png b/perception/single_instance_identification/object_localization/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..52dbec606bf8cf6bc0e133784e208d1b4901b35e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7167e97c0b7be634738fc3a6fed5fcc55f66c208a89d8e916958141a4b67d43 +size 917708 diff --git a/perception/single_instance_identification/object_localization/images/258.png b/perception/single_instance_identification/object_localization/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..1e57089133b83c88828a7a34a7b066c343707cea --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12f86b166b02c874b8f8e88fbb70d4027d702f30748a98bc2e1e511f14fae90 +size 1405332 diff --git a/perception/single_instance_identification/object_localization/images/259.png b/perception/single_instance_identification/object_localization/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4f9edf06a0abdb32779f318eb86f4672c1cdd1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8feca3dd6f02424257ec4d6401457e37dc5e43496963311a34d445eeeb453b5 +size 886278 diff --git a/perception/single_instance_identification/object_localization/images/26.png b/perception/single_instance_identification/object_localization/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..60b8e98fd2cdaecc49d5dedb2fe8993585314b30 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6befbf85d8fc747368af1225284b2b42da38590c0130c1687396d4b8776fcde +size 1516285 diff --git a/perception/single_instance_identification/object_localization/images/260.png b/perception/single_instance_identification/object_localization/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..39eaecfa49fdbcc188da1a826ed740046ab9dc77 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0153e94d98916dd53e31896f8344fbbe22d017347ab805d3aaeda8c889d0a41 +size 1040942 diff --git a/perception/single_instance_identification/object_localization/images/261.png b/perception/single_instance_identification/object_localization/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..2f52c6077582b3f8d33dbe8fed62c360acc64590 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f59457cc42997a1c24e3a01a9d61e47a268a90b2076e2f7a67761d01b48a653 +size 912315 diff --git a/perception/single_instance_identification/object_localization/images/262.png b/perception/single_instance_identification/object_localization/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..88331098b712b5c53910a1388a9ccf66b5601ab6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49db9a22bf3901f9462f681269516d6ffd01d9b61813f108f2040ee41a981884 +size 1393844 diff --git a/perception/single_instance_identification/object_localization/images/263.png b/perception/single_instance_identification/object_localization/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..5de50c317e8ecb4eae077615cd1cf2c6387ebd09 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc81ecaa3cf2682dfad0b10d182a6a883197f01b972c7d4edfdb9612c61e78e +size 947272 diff --git a/perception/single_instance_identification/object_localization/images/264.png b/perception/single_instance_identification/object_localization/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..68fc403a30bb30d714bb28ceaf0491a7fad03cf3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae17a3fe6847c60d26e2abcd109d934ca140e2ce0c1608d59745938350eba78 +size 1480912 diff --git a/perception/single_instance_identification/object_localization/images/265.png b/perception/single_instance_identification/object_localization/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf6f020ccab585481aef4f5492905b762558233 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e736159bd6d888386c9a6300eeeab90bf7a2675d9f52256f6bf86c10a9e59bc8 +size 1263642 diff --git a/perception/single_instance_identification/object_localization/images/266.png b/perception/single_instance_identification/object_localization/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea979c212fe38c466445b79fd1348fb2e86ee9e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729d33deb258a228201deaed7f141bed7d7db6acd3192acd776e8867eb313d2f +size 1252391 diff --git a/perception/single_instance_identification/object_localization/images/267.png b/perception/single_instance_identification/object_localization/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..fface71fab06455e3444331cd80d4d6e39898ef0 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e505b4cce34c7cfd53edd27367c4408fa80246aa8f83f1cbfd1b1d3244dcc7ca +size 684623 diff --git a/perception/single_instance_identification/object_localization/images/268.png b/perception/single_instance_identification/object_localization/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..9519002c8c465ed221510f6def81e1840fcaa774 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e9be23da04d0bd536ad5274408bf31bfef3ef6b1c0b2e2dd5bc1c58bd99ecd +size 1055353 diff --git a/perception/single_instance_identification/object_localization/images/269.png b/perception/single_instance_identification/object_localization/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..245e457b7996f59aa6aa54188e0aef84664326b6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3029323ffc98028d5c3f69e6d56b5dc4e1ba2d7c243b80783378c7e6367ff2 +size 522575 diff --git a/perception/single_instance_identification/object_localization/images/27.png b/perception/single_instance_identification/object_localization/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..3888010d9d1bb51345292f8383011e3352322b16 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe0028f8726271cae2b2594517df39c76307e8d4491de26a40dcc28cfac842b +size 808207 diff --git a/perception/single_instance_identification/object_localization/images/270.png b/perception/single_instance_identification/object_localization/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..b7972bae7e710cdd89912cd263dfef35c593be33 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62263881bb2f0edd707c29a46a6f00b8aa94deb41e57aac4d24373142a039283 +size 1029764 diff --git a/perception/single_instance_identification/object_localization/images/271.png b/perception/single_instance_identification/object_localization/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..f9dd44031cbf6194ad0390efe4adf201d21564da --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2c790d7102e4d2fcdc18eb62d9fb42621bffbe6bafeb67dcf8d9dfc22b2bf6 +size 913568 diff --git a/perception/single_instance_identification/object_localization/images/272.png b/perception/single_instance_identification/object_localization/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..88c5918246fd5519a7f684bf2d91ccd6df233591 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023c7676c39db7717de6d2c4a35cb0c83e39fcbb4a607a1ef7869685606db33c +size 100262 diff --git a/perception/single_instance_identification/object_localization/images/273.png b/perception/single_instance_identification/object_localization/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..9fae32b4f4f1eb61d22bd9b5e45c0015e233b8cf --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68a202c1365fbeaa323ee0cbc60d2d6ec5b114f7ece66fda381d0cd6af89066 +size 998581 diff --git a/perception/single_instance_identification/object_localization/images/274.png b/perception/single_instance_identification/object_localization/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..10114ac61e76219a4b0fb35dbb7d60ced41631e4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e7ba3999b5a3dd508b1f6074f39e0e6ae9701ceccddc20870c4fec95007ff8 +size 110261 diff --git a/perception/single_instance_identification/object_localization/images/275.png b/perception/single_instance_identification/object_localization/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..7f988dda2efcdd1f9d20b8dc9fc445c82defd001 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acc90a8a030d1101413eeb7e45080c2b6917fc62d3ce9b65ff0f7c68663a100 +size 994413 diff --git a/perception/single_instance_identification/object_localization/images/276.png b/perception/single_instance_identification/object_localization/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..ab7f1c2e5cfe154fb47e1c41bee05bb4833ce90a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecaafe7bbbf2edcd0b876e376e1a196b990ca07dec4ab0a9a17bddbd7eed938 +size 117506 diff --git a/perception/single_instance_identification/object_localization/images/277.png b/perception/single_instance_identification/object_localization/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..68c8fa0219a9cfcdc8d892bd04b92811596a57d6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87319b8bc39117b2f845b0c881597e2ee42f8fbca5d05ae3c44449f15af627fd +size 1326431 diff --git a/perception/single_instance_identification/object_localization/images/278.png b/perception/single_instance_identification/object_localization/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..dba8bdb3e31c0cd507fdd0b8717b38927706d7e1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910791a346129c0bea5f86a61b42f7c72806e457433e5909169c0acbe9f3d19a +size 507678 diff --git a/perception/single_instance_identification/object_localization/images/279.png b/perception/single_instance_identification/object_localization/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..d34fb8f36830bf55b036cc8c92fd890b7cf0b88a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de46bdd33490514ff211722f45af56387738a3a0cc7832928f24f0b323cfbd8 +size 975532 diff --git a/perception/single_instance_identification/object_localization/images/28.png b/perception/single_instance_identification/object_localization/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7308bd7f1b6fb76fc77efeef9aaf291b7447d3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61499b1942db74770fdc5ed8235a2b607ba5275a6d6be311d00ccca92a7d633 +size 1412317 diff --git a/perception/single_instance_identification/object_localization/images/280.png b/perception/single_instance_identification/object_localization/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..2c1eaecfe21c8394e1b39a1e8f8d4aeeebc9e713 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9465f1ead3a26354c9784c35f7a9dffbbfa370b41a22d1b30d3c07e29fc102 +size 1288070 diff --git a/perception/single_instance_identification/object_localization/images/281.png b/perception/single_instance_identification/object_localization/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..8054d613694ff8b7d0decc00c8b64c8fe3c5eb72 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1cf53c3daf02e59a576ad7cf34edfdae28075da37f5870bc708eaa75498438 +size 103707 diff --git a/perception/single_instance_identification/object_localization/images/282.png b/perception/single_instance_identification/object_localization/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..d22f30affad588f2db7bba3a464046fc7613924a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a00e8e9acc9f026ae4a45f012abdfae16cb09222ed8398fe6be6efbee421f2b +size 1448678 diff --git a/perception/single_instance_identification/object_localization/images/283.png b/perception/single_instance_identification/object_localization/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..f46ee50645a389b5e9f4c6decbc971f8073874b6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d4c857c7444580dcf9e465c19a5bbde233551fc4a12f6180343425884ecd5c +size 1234194 diff --git a/perception/single_instance_identification/object_localization/images/284.png b/perception/single_instance_identification/object_localization/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..9d91a9f56a963602296b00c3a6cd438698d4fb64 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67873bd971d049aed60a0e249eab995e269929ee844b1d55501047901b2b340 +size 617118 diff --git a/perception/single_instance_identification/object_localization/images/285.png b/perception/single_instance_identification/object_localization/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..cc02c43c24aa154aa935cc0e44fc0ff3094479ee --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191f1278484a6222fdfd915e066260edcdce6013356a38bef326074a9ba4b830 +size 1290779 diff --git a/perception/single_instance_identification/object_localization/images/286.png b/perception/single_instance_identification/object_localization/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ac5579ebd5da3e18d90efccdd1860e77e877ca --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d4101f08087fc0f28574066ecebcd866bcba4ccbf7a38690ac26fc04094ec8 +size 1311377 diff --git a/perception/single_instance_identification/object_localization/images/287.png b/perception/single_instance_identification/object_localization/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..91d91611fd87efbde77e3e8de354021f3bd5792f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f492d6f2f4bc598eb2e0f4e0d3b67fdc80b620dfa4589786a01e3688779165 +size 780436 diff --git a/perception/single_instance_identification/object_localization/images/288.png b/perception/single_instance_identification/object_localization/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..ad227e8170094304c3fd731100b601e8deb12408 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28de0f23ed4197ebdfee5b0cabb23a686f169c899fdc99621894518bd77dc2ad +size 1185619 diff --git a/perception/single_instance_identification/object_localization/images/289.png b/perception/single_instance_identification/object_localization/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1e2076ec12a15ce972eef2cee63b406641a59e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bac1821a7dbcd44268f47fea4f860e96a427cd38ea1b5cc176d3fd60c79eac +size 533744 diff --git a/perception/single_instance_identification/object_localization/images/29.png b/perception/single_instance_identification/object_localization/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..64309db2057ba83bb1bc1771bb1a009a3d8b5c4d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981d2727420a816b65df16dcb4d648d14edb8d0a6f01288afbb115bcc981ee8c +size 1083686 diff --git a/perception/single_instance_identification/object_localization/images/290.png b/perception/single_instance_identification/object_localization/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..da498468aa4ed68cda2b18e18eceec954b9baa8b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172e6d630a47799c7b4e5c5f37f3bf6f9eab30243709db214b9a4a4d8824e5ce +size 633222 diff --git a/perception/single_instance_identification/object_localization/images/291.png b/perception/single_instance_identification/object_localization/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..fb83bf616e80650fc8c1c5ed75d658184e4685ed --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96a93ffeb1998c671048b580f132bbcf4696d416ee9b1940e6d2b4d62232ab4 +size 1178895 diff --git a/perception/single_instance_identification/object_localization/images/292.png b/perception/single_instance_identification/object_localization/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8aa0cb192157e3cab0db17bb5a73696df91ff1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c481ca488956067d9485b49fd6d0d736f59bf527a284f9eee238e7a21b9bc17 +size 744884 diff --git a/perception/single_instance_identification/object_localization/images/293.png b/perception/single_instance_identification/object_localization/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..66d8d6d02e324ec56a6c273e8bbaeeb9cbdb8dc6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63289d2e190c51cbc066869fa75ae97b605b4c8f52079e1d2e9fa13db0c9570 +size 433956 diff --git a/perception/single_instance_identification/object_localization/images/294.png b/perception/single_instance_identification/object_localization/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..280ac8f5cb8d40659bae778a41e401540323863a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fb69348fc1ec1a4544ebcc9d50534a3e08228370356ab04c47853bcecf1256 +size 1206742 diff --git a/perception/single_instance_identification/object_localization/images/295.png b/perception/single_instance_identification/object_localization/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..08f6b65ac587fb3ed72798e1ecd835a5979d1c70 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd62ae16e242f572e6751129759a80397900e20734638c1d1a8d6e88ee592df9 +size 840399 diff --git a/perception/single_instance_identification/object_localization/images/296.png b/perception/single_instance_identification/object_localization/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..b4e7b90fb9986e0f3bf9c3d2730af894b4b407be --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05f4848b023826007f48c52f752323e5f6274d89e8de6135c9f0cd1c4b5d103 +size 1008797 diff --git a/perception/single_instance_identification/object_localization/images/297.png b/perception/single_instance_identification/object_localization/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd30b915dff7dad6a0bd2826475b533f580e3e2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8883d996baaae9b5e43eb6a7e5691572594ef4ec804a851f519a2e284cd9de3 +size 893317 diff --git a/perception/single_instance_identification/object_localization/images/298.png b/perception/single_instance_identification/object_localization/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..74d455d5dc1644fc428d06be8be87463fda20dba --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0cd496216154c6bbf64025f40335ddc21855fd7e436ffc8d835142d3fc33d1 +size 837208 diff --git a/perception/single_instance_identification/object_localization/images/299.png b/perception/single_instance_identification/object_localization/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7b4253ef4649608881e368532f97c01a62770d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c666ab22f7cc37fd26595c5cf8d4e6140b9bf0ab3a1d801a7d195290cbf75de6 +size 718707 diff --git a/perception/single_instance_identification/object_localization/images/3.png b/perception/single_instance_identification/object_localization/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6cac06404c2721c6b0ebd9b6f2c634b7fe7e9c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d16318b17e74a0bd0db066281fd007eb8800a1402d788106081cabb14b7621 +size 1154057 diff --git a/perception/single_instance_identification/object_localization/images/30.png b/perception/single_instance_identification/object_localization/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..90b27e16d801a9ecaa1b025a41dc20787e293161 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419e6000fe146effb69c8f92ebbbc93d270c2deaef5759211aa9c1d5084f5f19 +size 886082 diff --git a/perception/single_instance_identification/object_localization/images/300.png b/perception/single_instance_identification/object_localization/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..8d457677c22cfc6ead3eef97edf3997a44f8cac4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d64a79b0c560e83a66b936cdf96e051b34ca5980e32ad2c188997e7d073555 +size 783666 diff --git a/perception/single_instance_identification/object_localization/images/301.png b/perception/single_instance_identification/object_localization/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..38fd7134ce78ae4229b158ab199f85f148bb1efe --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc2d384b07febe26e95ad30f86ffb49d91793247e56cf51d2512515d6082c9e +size 1182746 diff --git a/perception/single_instance_identification/object_localization/images/302.png b/perception/single_instance_identification/object_localization/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..d2b6257602644d1ff2fa7ed479a21e75748182df --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cde92e3fd9ec178b1739603172d19b277e0d4b105103dfe8fb23d048e5296d +size 1196036 diff --git a/perception/single_instance_identification/object_localization/images/303.png b/perception/single_instance_identification/object_localization/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..417a7d22918c7072be7a3b2cc201ec74c4b87b37 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176aa5f518012c5e7aac9d20b88db0c01d6abf7a1756ce613ffd1716a38f69d2 +size 898513 diff --git a/perception/single_instance_identification/object_localization/images/304.png b/perception/single_instance_identification/object_localization/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..b116bb972c6a93e5f15e9cacb1ff6ac19f50b41a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9434f320caba725bf6a09327c714e45f253837762da926acb22c656bcaa4ccd6 +size 592417 diff --git a/perception/single_instance_identification/object_localization/images/305.png b/perception/single_instance_identification/object_localization/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..9f9d94dbde0e4a099875d6f89a3300b9fbaf1e47 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ca08c0d019197fb5f918784ddb5d17dad08175c569c98f3416bdc8305e9bdd +size 804484 diff --git a/perception/single_instance_identification/object_localization/images/306.png b/perception/single_instance_identification/object_localization/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..a047398b95228993028be5cb648ca53df0b82052 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8c147cc7f7211798080968048f12ca137c110547b97874a035514752f6349b +size 825344 diff --git a/perception/single_instance_identification/object_localization/images/307.png b/perception/single_instance_identification/object_localization/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..91ce450e5373f1b45457a7178671692096f12439 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a858f269bb41c81120ad47fadc00e7bc06e86f5f27ba78cbb14c301f1382af32 +size 857975 diff --git a/perception/single_instance_identification/object_localization/images/308.png b/perception/single_instance_identification/object_localization/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..c72286b0c860b47a74f9cee3c0fc5a385005e048 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c042e0a81344992bfbd46eb19c371cbdad0ea9409fe630b50019a274406f1c09 +size 719177 diff --git a/perception/single_instance_identification/object_localization/images/309.png b/perception/single_instance_identification/object_localization/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..c6551a1f2780836cd5bac1ac0ada34d4f729aff8 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f7de3b862c40e4472a2e461322a10a42e79cca6b98aeaebcd299bb028c080 +size 942194 diff --git a/perception/single_instance_identification/object_localization/images/31.png b/perception/single_instance_identification/object_localization/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..72e4207d0d5283d97bd652e5ff7495b9dc7f502f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fd27f15067b71d9e3d4e70efbd25e59e209dd68f354876d295b45e440dbe10 +size 1294700 diff --git a/perception/single_instance_identification/object_localization/images/310.png b/perception/single_instance_identification/object_localization/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..bc793edfd5b17453a4e53bd9f2b3af4236891a70 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab2b67589c514875b4543b07f0179179a84d46e942c2cffc835ae08a0052057 +size 129431 diff --git a/perception/single_instance_identification/object_localization/images/311.png b/perception/single_instance_identification/object_localization/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..d2fcf4852053a82fedafbabcc5f92a213bdb0e8e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2262a6971776910ed1c917a798c9ac5b037526873b61b99d03db9ea82afdf6 +size 438865 diff --git a/perception/single_instance_identification/object_localization/images/312.png b/perception/single_instance_identification/object_localization/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf76e579ebe4904ff991fb63f411d64690b9dc2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85caf521d3287cb859481b5b1848f57cdd6130127f7ec5c4397e81153d374bd +size 715791 diff --git a/perception/single_instance_identification/object_localization/images/313.png b/perception/single_instance_identification/object_localization/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf9b8d53148012ee202f101e394bd3469258f5f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9993227ad8b7b1d3dd3193b2950ab60db8b40c15dcf3222d7cba48bca8641bf5 +size 660967 diff --git a/perception/single_instance_identification/object_localization/images/314.png b/perception/single_instance_identification/object_localization/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e319ed789b52f91196827c2135cc2f06d30be0 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ab4ffd30259af1aafd544dfa6387d4f67a4fc54832cf250df283742f5b0202 +size 758113 diff --git a/perception/single_instance_identification/object_localization/images/315.png b/perception/single_instance_identification/object_localization/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..4e32ada674ac14600267ef70d64aa0a034e80647 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1650d02fae7fdb510d92cf512d53fc345d4a1b1817f051aee06a0941b3cc1df0 +size 445642 diff --git a/perception/single_instance_identification/object_localization/images/316.png b/perception/single_instance_identification/object_localization/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..76edd1f6aeb2c9495b9ef72379214dd6f344523f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2c0b5e2854fc9d81bf8e3195ff5c3adc15ca3bef0836c5e2f130e110630a9a +size 955022 diff --git a/perception/single_instance_identification/object_localization/images/317.png b/perception/single_instance_identification/object_localization/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd27eeee5145a07b60f1c7ff781cd018735d9ea --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f9648a248c84c601987904f7724d2fd02a8502f078b1554a2bc59bbd596f27 +size 121128 diff --git a/perception/single_instance_identification/object_localization/images/318.png b/perception/single_instance_identification/object_localization/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..93945b95a35c3bff8f968eef82e91943b4b434fb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d702140690515e9ebce46ee448cafaf83213070eb9ea6a22c457bf1dcfa24c0 +size 120531 diff --git a/perception/single_instance_identification/object_localization/images/319.png b/perception/single_instance_identification/object_localization/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..81a87badcd7a932adf05b6976afef5f5dff04545 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7ce41072df704b21004c9311913cfbf00c1bab3a43f4e5d525763e193cb254 +size 881252 diff --git a/perception/single_instance_identification/object_localization/images/32.png b/perception/single_instance_identification/object_localization/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc07ad018151906b7587329f6ec01dea7768027 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfb95adf328e09307e389a4cfe06cc0083e61ec7b84bad5580d9a301efb04c9 +size 753993 diff --git a/perception/single_instance_identification/object_localization/images/320.png b/perception/single_instance_identification/object_localization/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..a40e7e84c4b4043c095cb50b35d00bc93e0a3caf --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f32d2d80942e5d4ea842573592fcc0db0d13bc45a3b7974fb2c5247f2fecd5 +size 872715 diff --git a/perception/single_instance_identification/object_localization/images/321.png b/perception/single_instance_identification/object_localization/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..c7a5f3f1cb50e9754d9550f4d45e55266ceb77c4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e916de2f903e1609031eef8944ae9ca44037351e02c0276b539e0e7f097c3db2 +size 973230 diff --git a/perception/single_instance_identification/object_localization/images/322.png b/perception/single_instance_identification/object_localization/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0665203abfcd1efec051e08943077611f2a2c4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458217cab31ca2a7f450fb917734f395038db01dd1f905a90a54daf9f6f75ae0 +size 786226 diff --git a/perception/single_instance_identification/object_localization/images/323.png b/perception/single_instance_identification/object_localization/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..f46b73121fa02947e854fbbbf11654636dc80473 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7011e3b2ac67601b139b513c9a9861ba22fa3a6d42f774819491b35815c7475f +size 1075638 diff --git a/perception/single_instance_identification/object_localization/images/324.png b/perception/single_instance_identification/object_localization/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..ad048a6822b4aac89c282a7eb5de0b9902e51c3a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac69aa72e2754d00f2fa648506b85b5fb09457d2ed185108523afcb9e1d03d1b +size 559732 diff --git a/perception/single_instance_identification/object_localization/images/325.png b/perception/single_instance_identification/object_localization/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..13a092370788996d35c73713eca910ce20d61329 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5367b126f6057d96b9b00738805ebcccf26e247f5b24a42be3d55bad409877b9 +size 1288765 diff --git a/perception/single_instance_identification/object_localization/images/326.png b/perception/single_instance_identification/object_localization/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..511077d495ce855fbbb3580c4c513eb4a146ad23 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed366027863e0add0d03185c45bbebd6a693f4608a60f8deccc7618762826edf +size 1002802 diff --git a/perception/single_instance_identification/object_localization/images/327.png b/perception/single_instance_identification/object_localization/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..056ca367cf30aa9056a4ff496705cc09a21884f7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395d59f571ca77cdca3795508f706238f512119d6ef5a44151fd8f4747ebf0ec +size 742491 diff --git a/perception/single_instance_identification/object_localization/images/328.png b/perception/single_instance_identification/object_localization/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..2e06300c1926a6039a8410af270a96059da1bdb3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a010fc2640de7332f6d1545d41f91e1e38ecab9c13eecbc6e65529ff15c98492 +size 1007613 diff --git a/perception/single_instance_identification/object_localization/images/329.png b/perception/single_instance_identification/object_localization/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..6a214f8be9c93ede63e9a3441f33e4cbc3e61786 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b93ae41c0fffb9f1ee71ff739e85bb87d8dc35796b49e1994ffe5344b2cd0e5 +size 1165307 diff --git a/perception/single_instance_identification/object_localization/images/33.png b/perception/single_instance_identification/object_localization/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5164ac2ff9418ad0a33a37e856e0e1d052f6f5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d1d5462ef381a9a16a744470b6bebd3e65184896d0625448e7a0776464775b +size 1448815 diff --git a/perception/single_instance_identification/object_localization/images/330.png b/perception/single_instance_identification/object_localization/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..206f646a350c26f92834f94e0fe8c18f4ee6956a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57c39979f5edb58c5ff4209296d5b535a68b41bc18b77fb5fa34adadc617750 +size 1045460 diff --git a/perception/single_instance_identification/object_localization/images/331.png b/perception/single_instance_identification/object_localization/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..21fb55d83e2f678855c2fc76764a355279b3560f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed84d06d5eb9a8e60487aad76caf568b2b604505f67c567cf09abaff0900661 +size 1357210 diff --git a/perception/single_instance_identification/object_localization/images/332.png b/perception/single_instance_identification/object_localization/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..5231ccc845c1cc43fe7aaf2cef6264aad4b2e0c5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563db3118bfaa4d25ee8f1a9cc5767cd1946e42c0f2a719019e663c586d7a922 +size 1272966 diff --git a/perception/single_instance_identification/object_localization/images/333.png b/perception/single_instance_identification/object_localization/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..7acd6a51f450aa10845347a0e1bf90af73cebf5a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed159cb99b8e7b5e93843f5e541c74d1533ff6f28beaaa29cb6a1a111abcd490 +size 902374 diff --git a/perception/single_instance_identification/object_localization/images/334.png b/perception/single_instance_identification/object_localization/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2704ea8df290120e872ebb080ef7c8b11614d9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a89734d1bb3597eea81568df2d9b97202bc6eceba1f539ec63a12ab98f93533 +size 1467553 diff --git a/perception/single_instance_identification/object_localization/images/335.png b/perception/single_instance_identification/object_localization/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..df87ffb419be323a244ac575c195d1caa59cd469 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db04d964d19146a09657db443d33a74dcd1d3c69ffccb6a29dce313a83a7c20 +size 92671 diff --git a/perception/single_instance_identification/object_localization/images/336.png b/perception/single_instance_identification/object_localization/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..39ac1fcbbcc5c80acc347aeddb37ed6691d5420c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11734b76929e727482df1de6ac5bb72f03c6d0ccb33a39c2c5e20ec04b772287 +size 1193292 diff --git a/perception/single_instance_identification/object_localization/images/337.png b/perception/single_instance_identification/object_localization/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..b68285dc89942868d8b8ab7044bc9139d0d45e5e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d13627850c35f12a3a9e0a9359635eac198e643abd846bc0dbae56be1f3b3c +size 729800 diff --git a/perception/single_instance_identification/object_localization/images/338.png b/perception/single_instance_identification/object_localization/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..3f32185fb25cf6a8a48c5a16754d583c282a5943 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5ccdf31840c0f7179db3ef40ba699e903d6471219a18ccfb7bd84dcda3cb98 +size 94152 diff --git a/perception/single_instance_identification/object_localization/images/339.png b/perception/single_instance_identification/object_localization/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..e007788864dc4d6c1910614cb58865789598fee9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb983819b0f3f2b62f7c4630fa191bbe0e5c7c9df218e21e389dd6df5458528 +size 523353 diff --git a/perception/single_instance_identification/object_localization/images/34.png b/perception/single_instance_identification/object_localization/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..801adeff2e6f31e45beb10d47af0939458b52ec4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2724d1da4fd5b323241542b05592f20d589755083af042102fa364b85d563390 +size 777713 diff --git a/perception/single_instance_identification/object_localization/images/340.png b/perception/single_instance_identification/object_localization/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..2a53b94e13103a1ceb0435b1926ce11da9761361 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61309c761747a3193e0155dc03c8f312b8d883a77df01aa284a473514feadc08 +size 598352 diff --git a/perception/single_instance_identification/object_localization/images/341.png b/perception/single_instance_identification/object_localization/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff9d56288a83d00d3a658c4ddec2115de688441 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6512dd6fb0fcb304940bb3ccdd5fadea3d04b3c89350034bae27e8e693f45f8e +size 1405051 diff --git a/perception/single_instance_identification/object_localization/images/342.png b/perception/single_instance_identification/object_localization/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..63dc8d74e80dcb140263214d793399ac4a9bfeb7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b04413a60306206e69bb53c4f40911c47e67b6f3fb577b46698a38edd93ce4 +size 1026298 diff --git a/perception/single_instance_identification/object_localization/images/343.png b/perception/single_instance_identification/object_localization/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..d76ab61b551f87ba691c1532a8cf274da18b3294 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d21e4993a086b02f4ea62711ef47bbb398a50de5bcf18b2714bf74f666c1e21 +size 941745 diff --git a/perception/single_instance_identification/object_localization/images/344.png b/perception/single_instance_identification/object_localization/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..533a4e123b0f11152a832eab18ed82f1156ea9ab --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58ee4ed10c61e39a983cdb74b5a1f05291bab819eca2abfe7f72d49a8c6f52b +size 1237901 diff --git a/perception/single_instance_identification/object_localization/images/345.png b/perception/single_instance_identification/object_localization/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..1db2f551b5e1a8a4466a9950f73b1f3486351b70 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583e22ea121219af2ea147db582c6e648667e9a125b2fb5ca4ac47d7c16dc187 +size 1288584 diff --git a/perception/single_instance_identification/object_localization/images/346.png b/perception/single_instance_identification/object_localization/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..bf22d618e70507906e08909573fc3fbd9de2bf09 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9d08c8f267dbeff57529bbc45570a27c4cdd7bbe22ffffa275769d0191c7cf +size 905971 diff --git a/perception/single_instance_identification/object_localization/images/347.png b/perception/single_instance_identification/object_localization/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..1a0e45a5ecbbe05fa1135bf02a0bdf709caecd29 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d21be8e941cf27594b18b5b70b43146a250b9f05ebbe2514069b71d17d7b1c +size 757824 diff --git a/perception/single_instance_identification/object_localization/images/348.png b/perception/single_instance_identification/object_localization/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..ab33bf56bc4e55a81333b6a6b9db51aa8a9f6e1b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23e67b3351040edb3920fc5bf1076ec61adb0008556d9749f28cba02897547e +size 1195749 diff --git a/perception/single_instance_identification/object_localization/images/349.png b/perception/single_instance_identification/object_localization/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..f25508cdbc9cbf82e6aa2f8b270c734a2982ac85 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cb7f6a8dda87d31c12538d7f485ba307c9390e852f2736921442e7582438c9 +size 1220889 diff --git a/perception/single_instance_identification/object_localization/images/35.png b/perception/single_instance_identification/object_localization/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..4f64f3cd976e48a756789e9a378c15bf932d87ad --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6627515107dbee99aead58f796a2a9dad31adee0305902e86b47393e6c8f72 +size 787612 diff --git a/perception/single_instance_identification/object_localization/images/350.png b/perception/single_instance_identification/object_localization/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..baf90eb78ec48fcb9f2dc6abd57e9ee9f81635ea --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ea5c8cc97564f3f836c801586e9cdf3df9f4abc6c67a34217253ba23b71c50 +size 1004428 diff --git a/perception/single_instance_identification/object_localization/images/351.png b/perception/single_instance_identification/object_localization/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..01f871c89035733ae90f0d48a5aa37e2fa6fa8d0 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cde943b9c68e8009580afe0650b2119eaa5e23fa764578258215e3d83905c8 +size 1496702 diff --git a/perception/single_instance_identification/object_localization/images/352.png b/perception/single_instance_identification/object_localization/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..86b2c34f6236223a26033e332cc989601690dd85 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3da030f14b408eb83ece15a1baec4d1985940239b3a205ee165a18657cc60b8 +size 1274705 diff --git a/perception/single_instance_identification/object_localization/images/353.png b/perception/single_instance_identification/object_localization/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..a634f46ae678fa32ac2b0a3d24291546cd9fd598 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3223604cea46aa0af99badde4a7c046fffdaa55df3fcf21cd20b948e0b2f3312 +size 897722 diff --git a/perception/single_instance_identification/object_localization/images/354.png b/perception/single_instance_identification/object_localization/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..7eab4b578f73e217b0b022259a6dda463aefb934 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c41ec90dd00f72431701083cf8619fa743368552233258fd0548f57667a104 +size 1276182 diff --git a/perception/single_instance_identification/object_localization/images/355.png b/perception/single_instance_identification/object_localization/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6e8a5cd44a5e72e7fc7ba6bd736db82d5aad81 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f10b4771802606a8422de3f03065814cb13a7e379362ffa74a98fa347d23d6f +size 1259279 diff --git a/perception/single_instance_identification/object_localization/images/356.png b/perception/single_instance_identification/object_localization/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccf3630289e7d2431325366deddc0cfd1407374 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f57873d78d058e9090aa0288f843edf3638d4e46031c8fa10d28de6720d4e8 +size 1036336 diff --git a/perception/single_instance_identification/object_localization/images/357.png b/perception/single_instance_identification/object_localization/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..a8d8b9fe203bb8c4f07c5d8b8f38dcc90be495fa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3701af4e1065b89271f69546a6b229f85063f73f2ed141d19aee67025c3776 +size 1288826 diff --git a/perception/single_instance_identification/object_localization/images/358.png b/perception/single_instance_identification/object_localization/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..235ca43625caf04e54231518ba86b5bcfc1d4283 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64938a62aaff530976e09f25ca9e85feeb0224256790194c726f2016a341f58 +size 472869 diff --git a/perception/single_instance_identification/object_localization/images/359.png b/perception/single_instance_identification/object_localization/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..dbedd18e750d22512744a786aa209d2381168eab --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0391854817a492070e53c163a0e17243c9712242f1ad9942c7f837f0eed024ec +size 764511 diff --git a/perception/single_instance_identification/object_localization/images/36.png b/perception/single_instance_identification/object_localization/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..87531e8e8f5069058e9ae8312ccea51d857fd332 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15663c42a7418c3ac9739d25f7139f61dc7381f1cfd9e4743301f1125ece2b0c +size 1278246 diff --git a/perception/single_instance_identification/object_localization/images/360.png b/perception/single_instance_identification/object_localization/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf6d29f49669fee498f2991cbdde2aecfa0b4ba --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4244604b846ca941801f95c6cb665951764ba27e34b7afd0eca01adec5ba3cae +size 963519 diff --git a/perception/single_instance_identification/object_localization/images/361.png b/perception/single_instance_identification/object_localization/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2f9107b706a10716f67f79d49da04df6489762 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541e248809254ff1e2e3eba526f7959b2bb6afced744e76699bfc406475ec484 +size 803139 diff --git a/perception/single_instance_identification/object_localization/images/362.png b/perception/single_instance_identification/object_localization/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..c122ba807eefedfaece9df8fe2255f7f4497b802 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630e5d39cbaf3536560ad75040b4e238ea5b3c55780d87943c14bd55a8432659 +size 525235 diff --git a/perception/single_instance_identification/object_localization/images/363.png b/perception/single_instance_identification/object_localization/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..24467663ba8142895e3617491dbf64519c157ff4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee21d0f1efad1d8a59e8d40b7733a3c86752bef477065aefe49f3bead7bb180f +size 1449234 diff --git a/perception/single_instance_identification/object_localization/images/364.png b/perception/single_instance_identification/object_localization/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..3dee9b77a4e3168b18709f298a238b6526ec41d3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40949c8b6b181a399305530ba4b7127eea5f07c275046fb5490cfb815ca5e19 +size 1271924 diff --git a/perception/single_instance_identification/object_localization/images/365.png b/perception/single_instance_identification/object_localization/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..f519c86a8f7f1d333821645cab2e76a71fa9093a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92e9f8cebbb39d1eb5c86fac5bd38b975e44104ae502ca6f6ccda077b04187e +size 886446 diff --git a/perception/single_instance_identification/object_localization/images/366.png b/perception/single_instance_identification/object_localization/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..a1d7e75add9c28e1be352cd371da49a86616d5b3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee09fb51e2620b8499d263754594839f846bc63ab22d821305784d4383809446 +size 364412 diff --git a/perception/single_instance_identification/object_localization/images/367.png b/perception/single_instance_identification/object_localization/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..c5ebf86dacd3a9a383a0c7db65b7a0cb837f074a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660fed652d2184d8d5576cefd5a620e2be734f35f737971f49baa4af45d3be7d +size 1265831 diff --git a/perception/single_instance_identification/object_localization/images/368.png b/perception/single_instance_identification/object_localization/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..5c01f08b5e04d1ad8d1bf35965a6daf76e19a1f6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170f97faa5807f0eb4e9826f212eb8c96013d3b770261fcb61d7466acd756e90 +size 919720 diff --git a/perception/single_instance_identification/object_localization/images/369.png b/perception/single_instance_identification/object_localization/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..0ebc37ee1792631e65c46c533aed201ed18903f0 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b883a9fc32f4ad85917b28c1e7d6a04d08c0f57940dc53f759bd8174f0bb8b4 +size 1213200 diff --git a/perception/single_instance_identification/object_localization/images/37.png b/perception/single_instance_identification/object_localization/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f81ed3685a66537a11511b6586fd428a761fac --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3265c9ef73f7adff2b4790752b6e223656e56069d77592c34dd5a1f6f1b0ec50 +size 1237027 diff --git a/perception/single_instance_identification/object_localization/images/370.png b/perception/single_instance_identification/object_localization/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..a511fa4e0c774969f6764a9828103abdd0becd77 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839cfcd4deb0f165c5b53853e7b7ef1f395eafe10c07c08ff7ffc211382a998c +size 1443924 diff --git a/perception/single_instance_identification/object_localization/images/371.png b/perception/single_instance_identification/object_localization/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad714445e5879d2670314f3d7e07cd2e5944902 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa518208154ee6e46591e82b149ab53ab7a4b5ce28da9c7850b8a50b057228c +size 977225 diff --git a/perception/single_instance_identification/object_localization/images/372.png b/perception/single_instance_identification/object_localization/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..70fb43c2033d0e0c11721538ce3c0f7a3e2a0ae4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac9dedb6b3df722a926772c405548bf13ed1dce26592e3b741f4fe7bf6937ba +size 681056 diff --git a/perception/single_instance_identification/object_localization/images/373.png b/perception/single_instance_identification/object_localization/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3592399868612c79f774e2d07a1015b4825d63 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352be6b7f2401e518359fc30803ad972ee360ab2b6ae2087033fea97194c043 +size 1401792 diff --git a/perception/single_instance_identification/object_localization/images/374.png b/perception/single_instance_identification/object_localization/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5caf071095774f50fac08657b42660563e88a5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef611e97c92d31f00654ee6e208c5eae894cd596172b2e4dac1ed78a8cb0148f +size 1209986 diff --git a/perception/single_instance_identification/object_localization/images/375.png b/perception/single_instance_identification/object_localization/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..87a7bb70ab91a08d674ea6445bea8dceefe8db95 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0461fa7c57d1c866f5e747640258ea29f70d0b67b719c42cc1d22eccd9873bdd +size 1487503 diff --git a/perception/single_instance_identification/object_localization/images/376.png b/perception/single_instance_identification/object_localization/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..11c1b4791a8b6a7a157c3f4952876cfaf5d1bfb3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7615607781be6951aaf7fcbc9b929688b418036988be286738c9b6bc8c6bd1 +size 766041 diff --git a/perception/single_instance_identification/object_localization/images/377.png b/perception/single_instance_identification/object_localization/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..4e92382a92457614417259bcdc4588bf6f8fd7da --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b3f04c7457775000fd16b3f5d655fc3cf65181416a47cc2dc500ec024ccede +size 682388 diff --git a/perception/single_instance_identification/object_localization/images/378.png b/perception/single_instance_identification/object_localization/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a0f36719ada410dfa5d3e4a02881e02d9d2ebc --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac52b085feb2bdfada3bde16b283fb4941acf18371c61d621a98a5278f346fd5 +size 1095574 diff --git a/perception/single_instance_identification/object_localization/images/379.png b/perception/single_instance_identification/object_localization/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2a49649db7d02718fd2f66ab93802500cf4ed1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796dc1e00dc6db3b103d616e17b53de93059067884e52481a519709e3f5c5978 +size 918067 diff --git a/perception/single_instance_identification/object_localization/images/38.png b/perception/single_instance_identification/object_localization/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..f04ff1f4be484797df7e8d08831b5516d796db22 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f70b68e4fcc388adc8b3b6c20474dc24664034e9c84c252e33fbeb77492d79 +size 1077715 diff --git a/perception/single_instance_identification/object_localization/images/380.png b/perception/single_instance_identification/object_localization/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..5d02b3d598054431f83a5a39166ac3063584f4fd --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280bc5a3f76c10974dc048e8255ce713f5a51c0634688f360ba842bc83e9a1fe +size 1251482 diff --git a/perception/single_instance_identification/object_localization/images/381.png b/perception/single_instance_identification/object_localization/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..1cc03e08fc870f603ec2944ce92a3c47317d5bc8 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dc4f766cd04564ccac7dbfe9a9b77e69f434bde70b4cedd12054ea4c55090d +size 1102324 diff --git a/perception/single_instance_identification/object_localization/images/382.png b/perception/single_instance_identification/object_localization/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..b4874ac90a915570f1444cbd7aea32fc61e4b29f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abded60b5e5545cc4c28603fe197becf4a3774ff768abafdf31c71423e7ecb0 +size 1429939 diff --git a/perception/single_instance_identification/object_localization/images/383.png b/perception/single_instance_identification/object_localization/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..faed4a271d00cc7fafbdea627911b7d665d1d026 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d9f3b98c941c31946f3860d634d78dcc826cf249234f6407580c8914815ec1 +size 974856 diff --git a/perception/single_instance_identification/object_localization/images/384.png b/perception/single_instance_identification/object_localization/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..a832aff4fadbc60bbe393f0e021d58a1511ae901 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5e559e165e0fccde900f65e731db85b98ebcd8d5c412609e797ddc1786a6cc +size 594474 diff --git a/perception/single_instance_identification/object_localization/images/385.png b/perception/single_instance_identification/object_localization/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..75e6c0fa7498995ad42eb0e8dd707148b24caf20 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07790b112c73f3a869e6ee2d011f475c12a1398777067879cbea645edda7e7ca +size 1226384 diff --git a/perception/single_instance_identification/object_localization/images/386.png b/perception/single_instance_identification/object_localization/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..40a2d2a3e2bb582f49c52269d271a4c702ae203a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506acda0a77ef49185fb31a0855b48d62ae6677345a34a059f5cd7a1937d8dd8 +size 1322050 diff --git a/perception/single_instance_identification/object_localization/images/387.png b/perception/single_instance_identification/object_localization/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1fdb5f1ff5a4d4c4f61ff3402adff6acf2322c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290b45a0089b680ec9765608d19629b624ca3b2d2cade69ea8879b128a7eef8 +size 1158902 diff --git a/perception/single_instance_identification/object_localization/images/388.png b/perception/single_instance_identification/object_localization/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..677412ff1983dd7237f81a2d6ff99896cd22b756 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bebae310238c4bd26a7c03fc1774647b73547e3d683853bdd37265538967b11 +size 1000319 diff --git a/perception/single_instance_identification/object_localization/images/389.png b/perception/single_instance_identification/object_localization/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..42368ec548f18e37d0047e195aad50a198fd9cec --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c8bc421a1794732cbe2782ed3379017e663966be584e662f828bb2a7dc36e1 +size 1058502 diff --git a/perception/single_instance_identification/object_localization/images/39.png b/perception/single_instance_identification/object_localization/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..1d74c12d6e143290b782f9ba2a0bbd5816b4c40c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181cc0b2a61f935ae6634ee7cc318efa42ba0ac889ee689df93a36385ad1ef91 +size 714698 diff --git a/perception/single_instance_identification/object_localization/images/390.png b/perception/single_instance_identification/object_localization/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc4cc7a00adf11de913c146918e545433a80f18 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5428045df5c6aba139d8f3f1d23d35313cf2f7300a58027b8a25c9983f6cf2e +size 1373105 diff --git a/perception/single_instance_identification/object_localization/images/391.png b/perception/single_instance_identification/object_localization/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb9552c2d49ca8e7a30202e0f6838b40e90c62b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae9215ad9d543e975a9e363ec6e7683c037b1eec089ae43a819254d2cbced70 +size 639087 diff --git a/perception/single_instance_identification/object_localization/images/392.png b/perception/single_instance_identification/object_localization/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..a2f65492fc4c7a6dec207b1de453b5fc54d336ae --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d69b65329248bbfdc26fef34bff4f4fde364e4f477d6b10a292fdb2f71e9e3 +size 1389908 diff --git a/perception/single_instance_identification/object_localization/images/393.png b/perception/single_instance_identification/object_localization/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..c694cd9474578ac361f1641f7323a380f7045f33 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a1f8f5895259e7a24e8c5f7afba50ee7a280aa47e25d8b093620e0b75bbba5 +size 1167421 diff --git a/perception/single_instance_identification/object_localization/images/394.png b/perception/single_instance_identification/object_localization/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..1a8bee9b2535082627a6cb62a534faabdace7d76 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fb29ca955730021d9040d65f79cb07e28166513004b4496c5e63795745df62 +size 1255090 diff --git a/perception/single_instance_identification/object_localization/images/395.png b/perception/single_instance_identification/object_localization/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..11192195fdad1012ba02aa81ea0e8ec6961d6da1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f6e652f889caeb0a60228305844ac254944f2dc2db2470bafdca06ebe6128e +size 955053 diff --git a/perception/single_instance_identification/object_localization/images/396.png b/perception/single_instance_identification/object_localization/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..90e173fad8f2a3327dd72ac71a228d3fd392e31a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9ebe5cd915db167368f0f432829077272eaa592a5cc8fb52493f4a4b7ff8d3 +size 656862 diff --git a/perception/single_instance_identification/object_localization/images/397.png b/perception/single_instance_identification/object_localization/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..9554b343e65ac26f4c1a94fe73b0be6196466626 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51c3cfb24cfaea372539d0d3a642357b18d565e079a94839510b6a759db88c +size 1173215 diff --git a/perception/single_instance_identification/object_localization/images/398.png b/perception/single_instance_identification/object_localization/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..fad5c5e898d85c9e2e820da26718ad8d14a9eb98 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc006174e10d16ad8f043cf6051eb9b6edeb705c176d5cc3f3cf81286b67c2e0 +size 1319098 diff --git a/perception/single_instance_identification/object_localization/images/399.png b/perception/single_instance_identification/object_localization/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..e723792e62b8098667df0c3209c518cb9e37a643 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd757558e809abab3c03ff6eb0f66c531a7cef3a3218ff81880916f49e0135a4 +size 715256 diff --git a/perception/single_instance_identification/object_localization/images/4.png b/perception/single_instance_identification/object_localization/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..62e136d22551b377df086623393f672429bde670 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dcd5a63523cc08514af530c2deae872060f0f9036b959b62dbacebd8b2902b +size 1115302 diff --git a/perception/single_instance_identification/object_localization/images/40.png b/perception/single_instance_identification/object_localization/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..2c166998f9645076cf0f22040574f2b5ba972f27 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e0bbb8dd59544f78d22b61b2db43063b0b1a28f98ecfd001248a7f7f5198f9 +size 707092 diff --git a/perception/single_instance_identification/object_localization/images/400.png b/perception/single_instance_identification/object_localization/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..5ca3e2836a6423188eeac0d7526ba470aae61119 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b70f842f6fdd40a26583579136379fba633347d086c072c1643f3892260b4ef +size 882971 diff --git a/perception/single_instance_identification/object_localization/images/401.png b/perception/single_instance_identification/object_localization/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..2568f7f958e199756e07edae080d4e3d3c628818 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5732f3eab5ef39111690337a19ff2ec64c1e9f2d28e5f7578855b17a8690cbe8 +size 1048286 diff --git a/perception/single_instance_identification/object_localization/images/402.png b/perception/single_instance_identification/object_localization/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..19fba17d77fd264d3e87036baba578ce19d51d0d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd936bd9773415f92695735a030bc4e45108db1dd08e90aaf7787dfa845f4e92 +size 1217474 diff --git a/perception/single_instance_identification/object_localization/images/403.png b/perception/single_instance_identification/object_localization/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..8da32b3d7624bdace995920321ae899e47032845 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef590dfbb0da6a4b1f8a47edbfc73fb032109c4659c6aa66a2d5be180871179 +size 1373728 diff --git a/perception/single_instance_identification/object_localization/images/404.png b/perception/single_instance_identification/object_localization/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..2509e261f0d513d7da0deafbfd7c02c7e0eec49f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effea18b45f7d8e7361e720a29d64615909aa1135745b3a026d1465b55cb1e11 +size 1051708 diff --git a/perception/single_instance_identification/object_localization/images/405.png b/perception/single_instance_identification/object_localization/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..ea434d17f4d8592851546ea572a387198f81a2fa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378dd916c1a1ad605ec6bc44f99640f85a9e03849ede0e89a273dd3b103f3723 +size 1524009 diff --git a/perception/single_instance_identification/object_localization/images/406.png b/perception/single_instance_identification/object_localization/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..80df1419422b6b08e78540faf421a6f58d0fed0a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de84bf9cd2426ea0bda916f42a68dc9a83296470e6588043087f904e5f507fa +size 1091399 diff --git a/perception/single_instance_identification/object_localization/images/407.png b/perception/single_instance_identification/object_localization/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..0226c9c4ddff4f69c2f99436c013fafc27bfe9de --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a3ae5d223fe97a2315a6ee30351f7b5b14003cd46914ecfcea4c040d20ed3b +size 984223 diff --git a/perception/single_instance_identification/object_localization/images/408.png b/perception/single_instance_identification/object_localization/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..f6731089f1d073616f078d43340cd148d5a791b9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae8b4ca6a7d9a5d71f92c4363e5b116941ce24bc1ac717e4df7fbac6bdd1c0 +size 119080 diff --git a/perception/single_instance_identification/object_localization/images/409.png b/perception/single_instance_identification/object_localization/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c2b240ed73bbacee2a926fb05e6cecd87d20e9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212bc2d486e3cf12e0892cbd50018bb8efb83c1be51e43084336b47135d50f82 +size 1088793 diff --git a/perception/single_instance_identification/object_localization/images/41.png b/perception/single_instance_identification/object_localization/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..ac166341a117ec33fc664f36c62c72f2870bf92a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75048bdd5b70f1089205cafa1397417e0a2c6cb0ba552b098f5e70cc366b72d +size 1361912 diff --git a/perception/single_instance_identification/object_localization/images/410.png b/perception/single_instance_identification/object_localization/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2d6037ba1efdc9cc51b303c226d594c4bf2862 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fc740292eb1e69ecdc721e6e57d9b38827ca6af114a5c2a084315650f8b342 +size 1060001 diff --git a/perception/single_instance_identification/object_localization/images/411.png b/perception/single_instance_identification/object_localization/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..5731750bc37fc14d8f2cdad80d5ee1b48130f09a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2c4fc45ae094f43c52fcb12f9a2e91cfcd3f12acc82ef3ae7ab06cfddf56c7 +size 903480 diff --git a/perception/single_instance_identification/object_localization/images/412.png b/perception/single_instance_identification/object_localization/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..2d859f64b4b740f8d13d0737db125733f151affa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e764a3734075f79c8f1e5aa73638d615f7eaa8144bec3dfa29409593e97c12 +size 1061601 diff --git a/perception/single_instance_identification/object_localization/images/413.png b/perception/single_instance_identification/object_localization/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..411a044bb9a24f06b0490a09727cdcc472e7f75f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ae1bf5cb890c468d76dbd198d047775686706bf3b77c536ef5303f40b34807 +size 1171945 diff --git a/perception/single_instance_identification/object_localization/images/414.png b/perception/single_instance_identification/object_localization/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb5b6eecf92336aad1d6bbefb5ca669747de71b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d4c25bc2c892b62aa4a85325228e340f42753a17798d2f6bb27b7ecd32e6f5 +size 1135114 diff --git a/perception/single_instance_identification/object_localization/images/415.png b/perception/single_instance_identification/object_localization/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..9cd897bf9c41b73e7c8fc95165d41b0624ac16c7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6230ed5536c68457b95c24b03405f937115293c96b69f09102ccb96f6fe16b99 +size 1187229 diff --git a/perception/single_instance_identification/object_localization/images/416.png b/perception/single_instance_identification/object_localization/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..c6fd730d1a0db0777509f6204ae96bc58c022c77 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61bb483028fc2817b57e4565af5787c4da01c1688c76f64641a44df6835146e +size 699625 diff --git a/perception/single_instance_identification/object_localization/images/417.png b/perception/single_instance_identification/object_localization/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..441415705766256a5fb17183a55123d1784cbbaa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1dec04e5c4e71c329b965166a737e8ddc384065d600880fbed012a9dffe9bd +size 1439269 diff --git a/perception/single_instance_identification/object_localization/images/418.png b/perception/single_instance_identification/object_localization/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..405a93027eb6cb51c0d2171c39befc69f5ea077c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f155e3dffa605dd1d65c7c6410eebd03930833aa44bb3497bd5a9f253027e8b +size 1201128 diff --git a/perception/single_instance_identification/object_localization/images/419.png b/perception/single_instance_identification/object_localization/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6155bb00cf3efb53a3c6abf51c9be806b0ba6b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d858f2f6315231bb9c408a3e3ddc51f391d93b83a6339d9fb1becb1fb41f4afb +size 468773 diff --git a/perception/single_instance_identification/object_localization/images/42.png b/perception/single_instance_identification/object_localization/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..916a5baab7c7fb2c8f6ab123d46648f33e5dc1e3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac938d5485fba6d6aed59d6eb955fc5ec7980da2205e6190a34466f517233bf +size 1391203 diff --git a/perception/single_instance_identification/object_localization/images/420.png b/perception/single_instance_identification/object_localization/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..22322e16522f94fcf93df80e71b673795cc71bb7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ff3a9fed5e989dd432d7ddc25b8e82d832c3c4c5a87ac2be1eb4fe0048b139 +size 649066 diff --git a/perception/single_instance_identification/object_localization/images/421.png b/perception/single_instance_identification/object_localization/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..91b9a514953771c2a277daf72cb4c8ea5b0c9d86 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f64b277134281c55d553656700e3b6c04a1977749252d452fb86cd050e45e3 +size 445069 diff --git a/perception/single_instance_identification/object_localization/images/422.png b/perception/single_instance_identification/object_localization/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e5642a25dfa65272fe09fd4679c9697808ebc7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f619ce0b0e620e846d37b3484686fb972fde2727cf42676fab0897be36b8161 +size 681870 diff --git a/perception/single_instance_identification/object_localization/images/423.png b/perception/single_instance_identification/object_localization/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..c28e9d0eacbe3a587be6943cc3ce5dfe00ca37dc --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5f1aa99e40576e9eb35b90d2bffde71e560e307900d7a0118146620f082b41 +size 533794 diff --git a/perception/single_instance_identification/object_localization/images/424.png b/perception/single_instance_identification/object_localization/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..317d122c148d0d54d4ea0f9846de83f423de41d4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c802ae50fb740dd422e8dd7e559212f4aa3c4114b3f7bb61bcf6dc9bac329db +size 901068 diff --git a/perception/single_instance_identification/object_localization/images/425.png b/perception/single_instance_identification/object_localization/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..542b61ce37a950db23c8ff7449da0be16e27eb33 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c94d18dd15f354bec79bfeddb8f4e44d5eb3342c405f7acadfc86787129148e +size 671200 diff --git a/perception/single_instance_identification/object_localization/images/426.png b/perception/single_instance_identification/object_localization/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..1f51ad10ef84fafc18bf0355bfcc6a6d98c2c053 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5bb1b7d04d76f27620c5570572bd96040872e2cf7513c4b0b4a9a7e28fb4a2 +size 1073489 diff --git a/perception/single_instance_identification/object_localization/images/427.png b/perception/single_instance_identification/object_localization/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..30dee86b198a982158e002fd2713a84e16668d07 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdc54c23ca7dfd03fef48c03d2e6a92c7fdceded4f7abdf5417f9689440e3d3 +size 1271426 diff --git a/perception/single_instance_identification/object_localization/images/428.png b/perception/single_instance_identification/object_localization/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..ae63acdb90c3be658695eed522f862ab1828fcd1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f843247c8e2d26c707456dc8b73c328944354f753a95480d3fcfacda1392e0d4 +size 336347 diff --git a/perception/single_instance_identification/object_localization/images/429.png b/perception/single_instance_identification/object_localization/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6a8949d51923813d415406ff2b4c0a4c0917d5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f0d11a0c05cac8f528f8f131b9f10ddc47a01b6c7e957a551f84aaee62f92a +size 1060311 diff --git a/perception/single_instance_identification/object_localization/images/43.png b/perception/single_instance_identification/object_localization/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..320320a7e890e846541b373ff252d19c711ed17b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b772b8cf6f55b564b2e023a07beeb6a8dc7a65e49514ca43dfce0d67a7dead30 +size 1006654 diff --git a/perception/single_instance_identification/object_localization/images/430.png b/perception/single_instance_identification/object_localization/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..69ba22702b61db3926c67799be5a3c37af142481 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbd1d8b06595b394f1f24ab3cde643d1afe0818f5a4cb388f0b38f74d4a922f +size 465224 diff --git a/perception/single_instance_identification/object_localization/images/431.png b/perception/single_instance_identification/object_localization/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..34b9a7484674d32fdd9d085882ecb7367d11fb82 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf18f2aad65a265a70e5297479378a28bb97ca87f609e2c3da62b20cd103f5dc +size 1015689 diff --git a/perception/single_instance_identification/object_localization/images/432.png b/perception/single_instance_identification/object_localization/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..580ff038d6b1f5e57e9cd33113ed00e1e7f77e5d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ba2de87b2f5054af10e313b780ca654714b25e8e4cac262ce64ee165931c08 +size 1042731 diff --git a/perception/single_instance_identification/object_localization/images/433.png b/perception/single_instance_identification/object_localization/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6580479e5908e32cc160ac0d5215f3866cfcc5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b5705ad78985226e204318773b31b3932d482ead395ac4cc7bedbaef2c5f74 +size 976787 diff --git a/perception/single_instance_identification/object_localization/images/434.png b/perception/single_instance_identification/object_localization/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab2e5a132fa802728de398459ebf42b05f19bcc --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206f17d71bfbb614f32b61dc6466c2b78cc96fb7ea75ff0836d1ade5c708f0d0 +size 87275 diff --git a/perception/single_instance_identification/object_localization/images/435.png b/perception/single_instance_identification/object_localization/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..51e444700dd2151f24313aff8a26f5b671c09e5c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68727762d443c339447706e269bb5a99ec1da7f58f06ce49696ef05bd8e57067 +size 741773 diff --git a/perception/single_instance_identification/object_localization/images/436.png b/perception/single_instance_identification/object_localization/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..e173c937c40c9aed6a44556b988b24e6af259704 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef836eaeafc4338c7413f73f624f2a09b75b9ecc3100c4508f57e7cc4e8ba620 +size 843867 diff --git a/perception/single_instance_identification/object_localization/images/437.png b/perception/single_instance_identification/object_localization/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..848d0980445b95b863f6a8da5d39ba2e4f2fa693 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cbdfbe38fd16a0df291281fb69374c77e3e0e58316a97871e56bc6e8483404 +size 1143195 diff --git a/perception/single_instance_identification/object_localization/images/438.png b/perception/single_instance_identification/object_localization/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..603ff75e2f4d8c4a4c997e61fe5b449b9cb22a02 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11975f4bed98f3eedcc5c604183d32fde41eaa137eb7d4b4c75097ccecca2fb1 +size 1095650 diff --git a/perception/single_instance_identification/object_localization/images/439.png b/perception/single_instance_identification/object_localization/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3e7a82f3c76898b0e2c3b4d248761e79612936 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfb2503dd39e1719a0477a17a5ed28ff794ab3beafd233702df54f247ead5ab +size 778789 diff --git a/perception/single_instance_identification/object_localization/images/44.png b/perception/single_instance_identification/object_localization/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2df244b29b8bfa365bdfcbe9fb5f44e835983e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0ae2806fac9646562cc6394f1886ae430f35abeca1063a2ce0bd1b588113d2 +size 910382 diff --git a/perception/single_instance_identification/object_localization/images/440.png b/perception/single_instance_identification/object_localization/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..24174e618d47dc2a3985b755612b92634f4c03ab --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83d03b765cfa359e79f38fa1aab2fe96bc79166822b96bf9a02562fa3a2c93 +size 1124864 diff --git a/perception/single_instance_identification/object_localization/images/441.png b/perception/single_instance_identification/object_localization/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb045f5b2be9a618a937ad6fa4f8c672c7906dd --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6854fe358fe50d9c892e791f070839d216d9d337fd4c4b1a0215208a527e40 +size 976773 diff --git a/perception/single_instance_identification/object_localization/images/442.png b/perception/single_instance_identification/object_localization/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..d08ee08471d46382ab3a2e568d78e17390496ad4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb8638e8b070c991356fd2e5d6f93cf1ed68df2b23f51e5ffebf6a26a2e4903 +size 637757 diff --git a/perception/single_instance_identification/object_localization/images/443.png b/perception/single_instance_identification/object_localization/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..fb952943d59cdd45bd2ae5c641e1f6845f771a95 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0479bf61e08f98b27a8badb88c312bcdaa07e97b86b60c7083b7bcf7f8dc4a12 +size 1268495 diff --git a/perception/single_instance_identification/object_localization/images/444.png b/perception/single_instance_identification/object_localization/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a8e01da7f5498f702376bbdae72c02b88fe4c8 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e375978b8324a90513716e95ef503fb8c79a1b5d8a6cb7d218d6ca68e916e8f +size 897869 diff --git a/perception/single_instance_identification/object_localization/images/445.png b/perception/single_instance_identification/object_localization/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..44d51cdf6b141df82f6917c95b821c06f9d8c472 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d311eaacbe027bd643f32147f364f84fd4869a279489ceed87017502f41eadcb +size 958860 diff --git a/perception/single_instance_identification/object_localization/images/446.png b/perception/single_instance_identification/object_localization/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..179c1ef791646b609220e809f6ae1819a49950f4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0324ab7990afedd431c2bf2a4b5b55af2b5a6beab953e78570738ea7d14eba +size 1137173 diff --git a/perception/single_instance_identification/object_localization/images/447.png b/perception/single_instance_identification/object_localization/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..2b880092df11672ee3f20363109b80e23b3ce792 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fec71f88abc458249e0ff15dd77aca0e68a9b821c2cc7827efcf3f2fcbbe68 +size 1025256 diff --git a/perception/single_instance_identification/object_localization/images/448.png b/perception/single_instance_identification/object_localization/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..5c63f8c9b0ad028fde15a6f6801043156a51de27 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a3aa0197c67179744b48f69d146b1084250a71a5bc34ffaed9db52eac03e59 +size 420009 diff --git a/perception/single_instance_identification/object_localization/images/449.png b/perception/single_instance_identification/object_localization/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..3b42fb2c14149655f0cac4ef45b21b74d3c3c1d4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367702169a33678a05a815e4655cd9338c2042e8ce13e63452b87454ac09974f +size 980797 diff --git a/perception/single_instance_identification/object_localization/images/45.png b/perception/single_instance_identification/object_localization/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..bef8431a3a181a940d68810cc395fbe35646a5b4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69181252f7ca541ebaca7e6281be4e94bddb9f9d03b01827009d12b2cf045fd3 +size 517921 diff --git a/perception/single_instance_identification/object_localization/images/450.png b/perception/single_instance_identification/object_localization/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..79d5803fc8e77fcd9203f87fb044b813519bb72c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d85438363dff24b6c099f1ec7090cf509ae65364aeb23df51f17dd8733b03d5 +size 1187179 diff --git a/perception/single_instance_identification/object_localization/images/451.png b/perception/single_instance_identification/object_localization/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb5cfbbebd7f7d9586c0fabd93586c7d0078991 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6c851ba7fb5b77a943d4063217d292c86bcc58384a9513eaeecff1fa24e9a3 +size 803802 diff --git a/perception/single_instance_identification/object_localization/images/452.png b/perception/single_instance_identification/object_localization/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..44507c430a1eb9b5cbe9fb5ad67eda934b8227c1 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d6d1c1ad309b6f14cf3f2d09fc5e2941898b38e815ec1e2f8807ddb66fedee +size 1089391 diff --git a/perception/single_instance_identification/object_localization/images/453.png b/perception/single_instance_identification/object_localization/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..2baa5b17d601a3a2849dc0c7c02b4ff58deb0dd4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88196a0f2dbdf5f98770bf1fa04d3ca4a01084a4b41139ebb7c869ceabdb69cb +size 447169 diff --git a/perception/single_instance_identification/object_localization/images/454.png b/perception/single_instance_identification/object_localization/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..b66b36a4d3848e215fe57239cf005200af3f7e67 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f985ac8368117f43f06677f1cb4570e171767e88e3d7264db58d0e4848749d2 +size 1253208 diff --git a/perception/single_instance_identification/object_localization/images/455.png b/perception/single_instance_identification/object_localization/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..fecb5363271d241d6e57c66ccb694fa3263171b2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300adfc582a0d9b16c59b9471484ebdfafedc30c90afb5ecd25d848d1728f35c +size 841839 diff --git a/perception/single_instance_identification/object_localization/images/456.png b/perception/single_instance_identification/object_localization/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..b71cf99617c6031cc6cd4e8e2b81698e737e14ab --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1cbc2ba01ee2fa0459687cb034dfacce417626bb8c9e960c93d8b264e26120 +size 869502 diff --git a/perception/single_instance_identification/object_localization/images/457.png b/perception/single_instance_identification/object_localization/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..d22ba7577e00d0f77eedcb7cf049b16c063fa0d6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2a5550fbd2345fb0d77061a81f3b7d59c41a75741c6cbbfc24e5b9bcc3085f +size 706506 diff --git a/perception/single_instance_identification/object_localization/images/458.png b/perception/single_instance_identification/object_localization/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..8acb654a9371fe57273e4517ac4c14a6e1094f3c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a67166b5f5559271f0901a40eff3a4fd5c5acc8782ade032e75ab1a53a2110a +size 591981 diff --git a/perception/single_instance_identification/object_localization/images/459.png b/perception/single_instance_identification/object_localization/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..8d7b53aa098eaa4898c7db336642ea6b8a015337 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51748dac0b354c4a6fa22aa56a5337e0c08fcdbc58ac40bc3ac62c22dc78fa6a +size 1364167 diff --git a/perception/single_instance_identification/object_localization/images/46.png b/perception/single_instance_identification/object_localization/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..5303642863dd0a215ef6815c75591f5534eb41c7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b33ac61254ce615aad4a4ecdc88b765406b879ef743a2400f1d8e08b139158e +size 994274 diff --git a/perception/single_instance_identification/object_localization/images/460.png b/perception/single_instance_identification/object_localization/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..c676298dd7d756b67227ce1e3da82d16337edb4e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db7ae04b0e58c6762ff19cbe97e97f963cc3b79ca491b245ba1cedf2debebea +size 271234 diff --git a/perception/single_instance_identification/object_localization/images/461.png b/perception/single_instance_identification/object_localization/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb01229afae29ddb90639a959f31e553c099042 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb89b8471c7a37735fb23452441a44fedc4a9bcb1c5529e19c2572b224de9a30 +size 928906 diff --git a/perception/single_instance_identification/object_localization/images/462.png b/perception/single_instance_identification/object_localization/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..30ebdc4365bc766362a5946ee4bbd4779b1ace67 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5b74f9236e8e42b3c4ae2234dc2833f2b5e4846ff980cfa96a582efc012989 +size 955145 diff --git a/perception/single_instance_identification/object_localization/images/463.png b/perception/single_instance_identification/object_localization/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..572cfd610bb0d7ec6cab908c8559644b0af46788 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a6d2744394c79e7f9676d1bbaa9b4751acf8a867bd161a9cd5a7ccea960c97 +size 1425000 diff --git a/perception/single_instance_identification/object_localization/images/464.png b/perception/single_instance_identification/object_localization/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..064eac1da1a6cff02860fd87a752474486d3909a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8d4451774fb6707d1b672d7168c232f5f74e01cd55bccfc040c1b96d014fc6 +size 1029330 diff --git a/perception/single_instance_identification/object_localization/images/465.png b/perception/single_instance_identification/object_localization/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..a3b7a33ac82b599b6cf229023c7d4201b9d64e64 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f791945f3e6e508f4003ac0529988eb8ee633c37778ba71ce035b5a0c6a4897 +size 769353 diff --git a/perception/single_instance_identification/object_localization/images/466.png b/perception/single_instance_identification/object_localization/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..16b7c98efba0d07573a7f86fa01b31359ab142ea --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548e261c2a355c46e4c397e80e31be99edd8a27d6f076bf7f671e710b0362423 +size 277964 diff --git a/perception/single_instance_identification/object_localization/images/467.png b/perception/single_instance_identification/object_localization/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..6dec99e4de3951c137086ab21d434f7583d96cb5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd20b2c21f1257a683056a41f43911dfb413d5bc60946f5dc43b4158f32a3cea +size 1300538 diff --git a/perception/single_instance_identification/object_localization/images/468.png b/perception/single_instance_identification/object_localization/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..61b8584a5b6789fdf69f06f6b0da95f116327dc9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba98f94c060b170d35b5a707fb5fd31b5519e1ae4dce2744785c57392a58da0 +size 1090818 diff --git a/perception/single_instance_identification/object_localization/images/469.png b/perception/single_instance_identification/object_localization/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..3e15c9a65a2f05924c4ac62b34389065f8a541eb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4019098d32a05f5727cd7bf347bd6e2a6cbc0086eb57aec1635cf09781ee641d +size 1189052 diff --git a/perception/single_instance_identification/object_localization/images/47.png b/perception/single_instance_identification/object_localization/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa242fb4e5c628198cb27f62efa36f1a4017b92 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0949df8c60fdfd663edabd4e4026ef7d8c58672251cdccb087a7cb128124189b +size 809063 diff --git a/perception/single_instance_identification/object_localization/images/470.png b/perception/single_instance_identification/object_localization/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..acb3e33734280daa41db669b18af8a1050680b01 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e77b5a2c85f7e6d693327af9d08afe61022ddb169cbce0ca7b9ecd22776aa01 +size 279066 diff --git a/perception/single_instance_identification/object_localization/images/471.png b/perception/single_instance_identification/object_localization/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..9112c1a460196c83f53f92ad4d55bcdc7e14c506 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fbed5f401e603972e7ed169e7f967e78d669e862fc8afb0e0cab4fd7e5092b +size 1025493 diff --git a/perception/single_instance_identification/object_localization/images/472.png b/perception/single_instance_identification/object_localization/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..89fef255f5ddd6bd10d9d90e5198e7329649e2fb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fe6d2502952c76207965f619e14090f0177cabd402582a24bd040dfaf87e89 +size 740135 diff --git a/perception/single_instance_identification/object_localization/images/473.png b/perception/single_instance_identification/object_localization/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..56afbe84bd6a9e1af6dd1e973036b6634fc99989 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcbd2b8ceceebc2a55ee90ea382d56567ed08e3fe74016db42f2475a1c1ec2e +size 697672 diff --git a/perception/single_instance_identification/object_localization/images/474.png b/perception/single_instance_identification/object_localization/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..a43b84197facf800577f76f0bdd9d9c53fddbbb7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d698c58ba90d00da5897c01b8a3ad391d600e1a8cd18f0669163e8fe21746c1 +size 1035238 diff --git a/perception/single_instance_identification/object_localization/images/475.png b/perception/single_instance_identification/object_localization/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..0c0ca6d84dfcdbbf6ab598dfc5ae611c92cd8184 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc195d2817fc2aef76b98b81479ee10732dd093afeccf33883865f62b962da7 +size 989220 diff --git a/perception/single_instance_identification/object_localization/images/476.png b/perception/single_instance_identification/object_localization/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..5a94c14d52599df7e71a0d6dfdb1aff032e9eb5a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e947128847bbde11a511ad7a203c1e3291131df8a6e0883bc9aef66988bfd0 +size 1045543 diff --git a/perception/single_instance_identification/object_localization/images/477.png b/perception/single_instance_identification/object_localization/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..2855734b4f96f672c70330752c56fc899c1e1718 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e400eaa09891a8f07c49af37c6e38c5708e2e6a907113cae7036c83b3abfc737 +size 888584 diff --git a/perception/single_instance_identification/object_localization/images/478.png b/perception/single_instance_identification/object_localization/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ca23e9fa6db9230b6920345ccba012b2e9b0f5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6120ee1c101afce4612f85a6a1c7f4e97be4c06ec25e7824e1f3bc3152ea1590 +size 1218025 diff --git a/perception/single_instance_identification/object_localization/images/479.png b/perception/single_instance_identification/object_localization/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..427bc02f1e9a83bc1b5ba1324f2595602ed50395 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12be7e20946f3665a348c614cf65e33f916a025fe5ada4f6f2440de405770b00 +size 905600 diff --git a/perception/single_instance_identification/object_localization/images/48.png b/perception/single_instance_identification/object_localization/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6fc6dc82437d5a54c0996ecebbc85a431a68a4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be01eddbdc50391e1ea500a7d71a4e3d830311acd21e78e4b963f44391edd036 +size 822169 diff --git a/perception/single_instance_identification/object_localization/images/480.png b/perception/single_instance_identification/object_localization/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..938b65d1e66cbe247b9236866ff21befa9ae40bf --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6ebb7418879b3d7a4f9b911cb89cad72f4caa2791d56f4b9ec7bdb666be8df +size 620110 diff --git a/perception/single_instance_identification/object_localization/images/481.png b/perception/single_instance_identification/object_localization/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..739ce9b779e3e6abc8547d26660028dde036b1ff --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94a3c20db081cdd56a36972de9927b6a43124cc1c504000a693473529d4a17c +size 1050999 diff --git a/perception/single_instance_identification/object_localization/images/482.png b/perception/single_instance_identification/object_localization/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..6bcbfdb41665fe56fdd2b5abe3ea9fb31a7d9cb9 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13e0511883709cd8a95107dc3015633cf976a4543e30d7990842caa696e1201 +size 626050 diff --git a/perception/single_instance_identification/object_localization/images/483.png b/perception/single_instance_identification/object_localization/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..84d431b5d943a0fa3e662c105cac64784445771f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3fe71b8ef1f10e0f7a8edf25c697c9010e205c9b4fffc31bc37c65ee6a74f9 +size 897880 diff --git a/perception/single_instance_identification/object_localization/images/484.png b/perception/single_instance_identification/object_localization/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd0e3ce228640e5de44453d2620394d4c9ae8e2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed37ea54f70b3138a17a1991ddd4320554691348b789b65236f217ff11607093 +size 1642652 diff --git a/perception/single_instance_identification/object_localization/images/485.png b/perception/single_instance_identification/object_localization/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4c7fd0d3a79142ce39ca2c7f53e8324546ec4b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e265483cdf6b0f1b521b3cf18e7151a4c91cd5c1b46a97b3869566d2c5a819 +size 756052 diff --git a/perception/single_instance_identification/object_localization/images/486.png b/perception/single_instance_identification/object_localization/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..3381b1bfb972efd1548ca9faed6511bb64414871 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5a9ecdf8b980b2dc2cb1782cf4bd966b382525f9fe1094e1b82e2fc1877950 +size 956347 diff --git a/perception/single_instance_identification/object_localization/images/487.png b/perception/single_instance_identification/object_localization/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..c49fe5501e0fc5fa764e1718e732488874a2102d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152f01edec22d2d069b23b6ab9ab1bc7eec5adde4a3543b74402bf2e098d2d9b +size 999273 diff --git a/perception/single_instance_identification/object_localization/images/488.png b/perception/single_instance_identification/object_localization/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..f99965ef89db5e3a1342d3d9ff992f3b9221d231 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696507de4299608ca686847664f297f3c2b02c59f15fa8528b62e71c860fc723 +size 1455082 diff --git a/perception/single_instance_identification/object_localization/images/489.png b/perception/single_instance_identification/object_localization/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..0041b5f58619ad1aa8bf75b02f510b10eaad55bb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35814729537138b4c5b66ab625ebe9a9c9cd11d4a8ec1c780c2c2e8e43684fe +size 330452 diff --git a/perception/single_instance_identification/object_localization/images/49.png b/perception/single_instance_identification/object_localization/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8b37ee59a8a0ff7d175bdf46d06ad9b86e6062 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d8684aadfcc0d567f7e748270881749805bc1b4e8bde22fa01e3e786dcc9d0 +size 1082922 diff --git a/perception/single_instance_identification/object_localization/images/490.png b/perception/single_instance_identification/object_localization/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..f159fc2b6adbaf2eb79f3a16bbc777ef7243e347 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d09adafd177e99cff0fe6329bc49d56044804e07430d9d00b846f7b91ce394 +size 1571442 diff --git a/perception/single_instance_identification/object_localization/images/491.png b/perception/single_instance_identification/object_localization/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad24dacb638db5a8abc3225b4388caf5d7a5a18 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c389c4ed7516835ca71aa762c155f38fcc4e70aba03af1cdaea47fc305d30ce +size 676282 diff --git a/perception/single_instance_identification/object_localization/images/492.png b/perception/single_instance_identification/object_localization/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7b1192d97f58cdd5ae4ad654be7c4c071df44c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd638c50dd709f5ebb86b47258e16e578f99e78add77d98784c9dce568d70009 +size 1314647 diff --git a/perception/single_instance_identification/object_localization/images/493.png b/perception/single_instance_identification/object_localization/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..457260fcd9d72e035301367a417cbb44d825f49b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da1cfd01baae82eeb7202ed9fc8f82f0f337c4dfe1c24e3353d7fd003f86e73 +size 1151846 diff --git a/perception/single_instance_identification/object_localization/images/494.png b/perception/single_instance_identification/object_localization/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..e620f3c480cc1e35d30a5337b0af5eff01106ef7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516c446f69db8709f6e77f6514be1fb7b93a241c35f8a58e4d7d3713e0b2e4da +size 938036 diff --git a/perception/single_instance_identification/object_localization/images/495.png b/perception/single_instance_identification/object_localization/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..fd5983eb253045932caaf066ca895d263bf34dc5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a40eb3b67608cf166eb2637d7c06c2d3b769990e1cfd2b8d97a46f66b53ff53 +size 1174096 diff --git a/perception/single_instance_identification/object_localization/images/496.png b/perception/single_instance_identification/object_localization/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..64aaa217480fc8663daf3e162eed9d977f6deeec --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4820eb810ba521d7666a0b18342627e9186bad96b560c819d211cb5115c2c7d8 +size 123795 diff --git a/perception/single_instance_identification/object_localization/images/497.png b/perception/single_instance_identification/object_localization/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..7c96bf4ae6b995a2ef31d78ca215f8d0f3c117be --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c64f16b02958035e555a5564569c93817caf740c93b48425f174fc4fe4b48d9 +size 936937 diff --git a/perception/single_instance_identification/object_localization/images/498.png b/perception/single_instance_identification/object_localization/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..96e6f57499f9f29f9011937d8c11ce3bc71e5240 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb52dd4a7478ae3a26f33bdfff070f947c7a62184a2af25144b487a55dc8473 +size 932600 diff --git a/perception/single_instance_identification/object_localization/images/499.png b/perception/single_instance_identification/object_localization/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..57518e75e74be572c6381b550d78904cd1b7a2fb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b5cb179e59ad90a1c361e67cc4c2f19a09a59cddc28a3069f04a82d3e63785 +size 927514 diff --git a/perception/single_instance_identification/object_localization/images/5.png b/perception/single_instance_identification/object_localization/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..421f08c382cbd4143fbff4e705d862e7a620997e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad4eb9ed0bb27698e0642153039826d49b97c7d51f9ca43cb4c6def78553a5d +size 1403751 diff --git a/perception/single_instance_identification/object_localization/images/50.png b/perception/single_instance_identification/object_localization/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..024e6429cbebffc93457af898ace769f05610feb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e5f833e19344fa4f92d868e44e40a504ecc9716f39b5ab9a5bde65add6b2e3 +size 483770 diff --git a/perception/single_instance_identification/object_localization/images/500.png b/perception/single_instance_identification/object_localization/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0b7504b3e6ec87749aa1ebc5a554b159190a2e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14073af3c6d371ca1ed9ef28f69abc6610fddeee3d02fc1c9ec63add8e59cb87 +size 1166422 diff --git a/perception/single_instance_identification/object_localization/images/51.png b/perception/single_instance_identification/object_localization/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf4efa06f2f9ad7d4232f9d3d3ca44c6985d877 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a34085a92a697d3c9121f7043473fe6d861ea99fc6ad9185996e4c48dc2e60 +size 1000664 diff --git a/perception/single_instance_identification/object_localization/images/52.png b/perception/single_instance_identification/object_localization/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..6a084f3495965839555aa4155fb38067d2a02451 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaafe061eb8f2a8b28bb5d54c5c88242633d75c4bda8b1a1ddfccfbc38f9493c +size 1320074 diff --git a/perception/single_instance_identification/object_localization/images/53.png b/perception/single_instance_identification/object_localization/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..6e90adf7685b81d927a85c4e26234c776bce30a3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0901e3a6b838e05e1d1693aa921f9b5b6735a2df8033f7b6630ce948eb84afd +size 1313881 diff --git a/perception/single_instance_identification/object_localization/images/54.png b/perception/single_instance_identification/object_localization/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..61ee413140a33b7a7ad999be4ecdf4f51b582707 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5ed65d31e205de731b40e25dbc58c3011086b24796e74a84dcb1cf0d3bea5a +size 560998 diff --git a/perception/single_instance_identification/object_localization/images/55.png b/perception/single_instance_identification/object_localization/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..18002dec687c4f319351d6a87d4618d9993ca1bb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea15bcddffa68a87b4a32fe60fda33746684fdc094163383ebd7cad0776da37 +size 1314639 diff --git a/perception/single_instance_identification/object_localization/images/56.png b/perception/single_instance_identification/object_localization/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7e7d3bd644293c0c511188d2908e94a6ac16f3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0d6492aa4b226c365be7ae9d86ec55f9793cb1d65190018f4085bab35e728 +size 950724 diff --git a/perception/single_instance_identification/object_localization/images/57.png b/perception/single_instance_identification/object_localization/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..d4923a3d26ae1ec47df39ae510d6b40944f7dfd5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc65e3dcbdee7ff7e74c930863db539bd1af4c6543fd78d31a8e81237885b21f +size 1216775 diff --git a/perception/single_instance_identification/object_localization/images/58.png b/perception/single_instance_identification/object_localization/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..ae66ac24398aba96cde521953fce4208ca78b1eb --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203cc12e24eabbe20c1f989c29703688705476bb18c6358bf7a2af3bb4c3875a +size 726003 diff --git a/perception/single_instance_identification/object_localization/images/59.png b/perception/single_instance_identification/object_localization/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..d0991d60937251be436e4b93c690da77bb6aaac7 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee5cba4063d0f0ee7baf729c64688eedda944f43a21ada2807433d3962d85f1 +size 118158 diff --git a/perception/single_instance_identification/object_localization/images/6.png b/perception/single_instance_identification/object_localization/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..9445a1396cd84801a8a2221ef74be4abc650bada --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e74cfcf1284f2b3dc2ad225608990926364e34d9a2f8db5e26206e137194b3d +size 751068 diff --git a/perception/single_instance_identification/object_localization/images/60.png b/perception/single_instance_identification/object_localization/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..d5dd0a0b83cfdf7bd73d824825a8652563dff68d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3fe91fc45dcae1a20a61c707e3e33bf470d4748cf409684cf1fcacd44233e1 +size 893396 diff --git a/perception/single_instance_identification/object_localization/images/61.png b/perception/single_instance_identification/object_localization/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..20850d0501b90e879edfd759caa05641060129da --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0abc236c4278ea089f23931e17a8ab8782afc9c4f98c988320375497d53e57 +size 996747 diff --git a/perception/single_instance_identification/object_localization/images/62.png b/perception/single_instance_identification/object_localization/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..078535d20fd9fb0536fc452549799b9ad4c46684 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f047c01e79f73e1176c0380f708ec72b1e3981c0412b869723dda00a4c2cf1 +size 1273888 diff --git a/perception/single_instance_identification/object_localization/images/63.png b/perception/single_instance_identification/object_localization/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..571dab47608f7b17dcb549a59f737d970c962c80 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb32f2b03abe38e73a758978baf5eee1503966b1d1dcfdf435f301c85d95e0be +size 1161390 diff --git a/perception/single_instance_identification/object_localization/images/64.png b/perception/single_instance_identification/object_localization/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..a032947cf22f4546491eb8dceb6c99a65a32f040 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5966ede451c50e59ff9437d03b18e74bfc7d1e0a6ffeef637cb6119c881c17f +size 997800 diff --git a/perception/single_instance_identification/object_localization/images/65.png b/perception/single_instance_identification/object_localization/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..942fa35a038e858707344fa91be81684d2dfcb62 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525efefb65403b5092ee6ee1e389f2114002134fad4bdc467bfd58b93f8a528c +size 863405 diff --git a/perception/single_instance_identification/object_localization/images/66.png b/perception/single_instance_identification/object_localization/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..f36e2dc7e7af71a1dc7441a63dbfcbdec3f6180c --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d96c3a24ce0412a0b5460f8df45e17ba3852592c76ad2ccd8580b0ff3633a1 +size 1261129 diff --git a/perception/single_instance_identification/object_localization/images/67.png b/perception/single_instance_identification/object_localization/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..08529fdff49c280f7da762462deb10c105e6eaad --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ca81d95e25b911c56e364abfa90820756524527b892110b940c9a99616ac08 +size 118792 diff --git a/perception/single_instance_identification/object_localization/images/68.png b/perception/single_instance_identification/object_localization/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..da4fc40a8b2069c264672faa1b0e74392ee73775 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dfce68c02e89ba93e93db162e26ed6927d954bf03123e06e4402f0464858e2 +size 88707 diff --git a/perception/single_instance_identification/object_localization/images/69.png b/perception/single_instance_identification/object_localization/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..45d4b55031195192dee8daf41eaff2e9c7d8f73e --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba646ac29ac0d53a59f2771dd492748d038d7426a202345ac64844d279c8f0c +size 784329 diff --git a/perception/single_instance_identification/object_localization/images/7.png b/perception/single_instance_identification/object_localization/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e9181d2d0a4509cacb36b0771348c9b751628bbd --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0def095f59a13ff705ddfefb3ce61cff2df7074023e791998f87e96a93cdd29 +size 1130323 diff --git a/perception/single_instance_identification/object_localization/images/70.png b/perception/single_instance_identification/object_localization/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..0f89174fbe0d5abeae12d151e83363a6a18999ee --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffc63108296ea223f229a3b0fc9838aed184c013e7075e3f6897af05b745476 +size 1288311 diff --git a/perception/single_instance_identification/object_localization/images/71.png b/perception/single_instance_identification/object_localization/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa1169f824df4da7789bbc2a8e220e7c3305a0a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331176822182fc5420506b81c59bd7d527507d0726a4c8f4bf0459bbcaf43bd2 +size 579557 diff --git a/perception/single_instance_identification/object_localization/images/72.png b/perception/single_instance_identification/object_localization/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..866b2627c4ec31f2849ac91f16654dbabd453de3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee8217c233a1d286726553486526b76561a5ab8337e38684bea642b123c78a4 +size 1371522 diff --git a/perception/single_instance_identification/object_localization/images/73.png b/perception/single_instance_identification/object_localization/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..786a8de8b2e0ad02aa02406301c4015b688cf1e3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988d0be2d5e28ad7586020416ff1a017a610741ee1489abdaa094691d65690f5 +size 944801 diff --git a/perception/single_instance_identification/object_localization/images/74.png b/perception/single_instance_identification/object_localization/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4caccd6a44015c83da89684a9df618244573fa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a148ad688441b8969344b3cf8e9f424bece61c9cad6f132acc721708418dca3 +size 742736 diff --git a/perception/single_instance_identification/object_localization/images/75.png b/perception/single_instance_identification/object_localization/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..7d59bd8c4f413247a318143ef15a71289038c0ca --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2d3793d6b7dcdabdd3031f77aa1d999a8a75a2629c6d74e3f1155fe1616038 +size 1141202 diff --git a/perception/single_instance_identification/object_localization/images/76.png b/perception/single_instance_identification/object_localization/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..1bef6cd110109ffde57ab7afec2aec97a9209361 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2032c416d4a61d2538b90e671d925849cc4037b99f5d9443d5fdde29a77bb1a +size 1486920 diff --git a/perception/single_instance_identification/object_localization/images/77.png b/perception/single_instance_identification/object_localization/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..a93f4920b554ac07f6c946894f7c89c4dda43336 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a1753239a3c104fed2dfcf1873a81e8ad278995894a3f14f4ffb98068ba9b5 +size 1438042 diff --git a/perception/single_instance_identification/object_localization/images/78.png b/perception/single_instance_identification/object_localization/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..0328be1f070e36d81d7593ee208f3a5390e9bda3 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce31aa656daaeb924679d9d6a65d71dfa3e2850eee9dce06e19c6ac9edbd280 +size 883639 diff --git a/perception/single_instance_identification/object_localization/images/79.png b/perception/single_instance_identification/object_localization/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c5b178dd01e8cac3d4e622db018e7864b77b2f --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fa0efc0622b3368c360a04e75a41b47c47c3b46b32bb3b2c8fc70dc5bfe6f4 +size 957681 diff --git a/perception/single_instance_identification/object_localization/images/8.png b/perception/single_instance_identification/object_localization/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..58fbc27098328cfeb1a1e95c432928688048b462 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95628144cd32d53b7f75b300d0810e986bd74b7bc57c21471ef9b9403f2f0a92 +size 1076835 diff --git a/perception/single_instance_identification/object_localization/images/80.png b/perception/single_instance_identification/object_localization/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..5230401691fc48da8555ccaebffc6a3629a57dd6 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b642695ff56cfb14ea5d621170f2763e70dc4a18dbab1f8631f1382a585f482c +size 1275465 diff --git a/perception/single_instance_identification/object_localization/images/81.png b/perception/single_instance_identification/object_localization/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..48361bd8be928df9b5cea7bdd696d1d7775882f4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417660a1d6c1664ed6d16f5ef594e10efd942e30f91f6d006b385c4780eaa451 +size 574483 diff --git a/perception/single_instance_identification/object_localization/images/82.png b/perception/single_instance_identification/object_localization/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..9a04839a9faf8d2f758dbb7608007488c439c578 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61f49daa8e5d0c499f5b256125aa5d0e99bc38c48b80795756899beaba5cb29 +size 136546 diff --git a/perception/single_instance_identification/object_localization/images/83.png b/perception/single_instance_identification/object_localization/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..d55efd583870e9de6622471792c19b0d1c42d111 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf205231d063a4a436c6dbd760b8b6a2099088f7816579ca1caba8b37677efd +size 859750 diff --git a/perception/single_instance_identification/object_localization/images/84.png b/perception/single_instance_identification/object_localization/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..0dbb3d237a367be230969edecb05009f73417bd4 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ccf6755a3b9a239cdd67138a1270ac3d077c8333b7805edc61615d71b63540 +size 1110113 diff --git a/perception/single_instance_identification/object_localization/images/85.png b/perception/single_instance_identification/object_localization/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..b18d7a02a32087f28487dae088fff7a68a213559 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf64b63ff7f5bf77d0034985edd822e8fab23b693997c4fdc24768852e4bb1c +size 734360 diff --git a/perception/single_instance_identification/object_localization/images/86.png b/perception/single_instance_identification/object_localization/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..1e81561f85f04dba5a7ac0380b1278716d6bbe9a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6979e87659ec93babbbc4b606d1a858845e21c2ad1636caf7e9c5a73ff5db09 +size 935991 diff --git a/perception/single_instance_identification/object_localization/images/87.png b/perception/single_instance_identification/object_localization/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8c93adb9810160ed8ddd9f7680b36a90c871a5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15bbafc3c234a69ef8cc1d817c0ddd17691f0b3789a4b39252513916defca74 +size 961840 diff --git a/perception/single_instance_identification/object_localization/images/88.png b/perception/single_instance_identification/object_localization/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..b497a2211d24504c3749678b6497eb36d25342ee --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784b761a7d6daeb0ca099f8d00e6a91d018bbb19f4bec5192ee3831d930057aa +size 991110 diff --git a/perception/single_instance_identification/object_localization/images/89.png b/perception/single_instance_identification/object_localization/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..3befd9343a31744ea4c9164717d4156281e5711a --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd6318eafe46df0e60687de14c20822513b463e6703289820c190075ad42406 +size 1007181 diff --git a/perception/single_instance_identification/object_localization/images/9.png b/perception/single_instance_identification/object_localization/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..c406edbc5088f743eb3155af9a165fa345298c7d --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd096d499e782d4edb212fb943cb300b5e7f43886dd9d3b4eb2775cbe2c7943 +size 1322008 diff --git a/perception/single_instance_identification/object_localization/images/90.png b/perception/single_instance_identification/object_localization/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..5f244a2cb2d8ba88f1b46e28ada18535c08acf9b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4128329c16249b963caa98bbccf70a6f06f905ed179b4affe3ea5a7624cc3f +size 839051 diff --git a/perception/single_instance_identification/object_localization/images/91.png b/perception/single_instance_identification/object_localization/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..512df44b26035d65b15813efe5d1495b2e5ff5fa --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7c0474616e540af9c27ccdfa88305c12b38b0a847f3dad083c53fc731700d0 +size 918816 diff --git a/perception/single_instance_identification/object_localization/images/92.png b/perception/single_instance_identification/object_localization/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..da85aa23106f423ce3648e38c2cfa35a20bdfd39 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf15533bf3853a9c832bc4391d1cf3519ecea74b1cb0d24c59079707f27eb76 +size 908199 diff --git a/perception/single_instance_identification/object_localization/images/93.png b/perception/single_instance_identification/object_localization/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0537a1b79f6eb93076ba43789aa80870245d79 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300a2c2118d5173f6af036e4e8c3d46e29cc01d722761e6bae4edc3f51a5243b +size 255714 diff --git a/perception/single_instance_identification/object_localization/images/94.png b/perception/single_instance_identification/object_localization/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..885e806d7460eff75ddaf77c08e1a4803ecf323b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad163ad9dd0e95f506e18216adc76fea630ca9851e34043c38c97298bac0ebbb +size 1188603 diff --git a/perception/single_instance_identification/object_localization/images/95.png b/perception/single_instance_identification/object_localization/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..da236368b59d51eb902666c337f30c8f1478f4ee --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b221795a003cb8c3a0dbed4ed40d702f71235d8a0589948eeeb7e352d060ca00 +size 1290016 diff --git a/perception/single_instance_identification/object_localization/images/96.png b/perception/single_instance_identification/object_localization/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b841c9b3d02d8294ed7d47f1a032d2f7bc6e18 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a51b0fbdf3ccf462c8ecd6b144fcd6206822699545e15efa435b37270a13e9e +size 880528 diff --git a/perception/single_instance_identification/object_localization/images/97.png b/perception/single_instance_identification/object_localization/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..07915ec9eb4190b2f7451c54690656061a3e9d5b --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22d9c06113d5a958e54859bd0106120caba9950863737fce6a5b2e6559a525c +size 1180148 diff --git a/perception/single_instance_identification/object_localization/images/98.png b/perception/single_instance_identification/object_localization/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..a4aa9b47fc4876074317074cfb845e9ed7ed59e5 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4608f5ed76af14a109e463e268362607b71bfa0d1dfb7dade67317a3820a030b +size 1237558 diff --git a/perception/single_instance_identification/object_localization/images/99.png b/perception/single_instance_identification/object_localization/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..43b9ef13604995cc1379c73d7033f84b5ce80fe2 --- /dev/null +++ b/perception/single_instance_identification/object_localization/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afa9a41c777a45aeea036ad56c6b2ca2442b89ac93985ca361c288970ade76e +size 1101910 diff --git a/perception/single_instance_identification/object_localization/object_localization.json b/perception/single_instance_identification/object_localization/object_localization.json new file mode 100644 index 0000000000000000000000000000000000000000..913bd2eacb992355370e0fbcabccfe1c5a20655a --- /dev/null +++ b/perception/single_instance_identification/object_localization/object_localization.json @@ -0,0 +1,3002 @@ +[ + { + "id": "73849203-13e2-4a14-82e5-5dd061737767", + "image_path": "images/1.png", + "question": "Where can the airplane be found in this image?\nA.Top Left\nB.Top Right\nC.Center\nD.Bottom Left", + "answer": "B" + }, + { + "id": "cf7b82ed-5d9f-4bdf-ad2a-eb0cbdd0b457", + "image_path": "images/2.png", + "question": "Where can the larger roundabout be found in this image?\nA.Top Left\nB.Left\nC.Bottom Left\nD.Bottom Right", + "answer": "D" + }, + { + "id": "21edda3d-8208-4a28-a944-278c233631c8", + "image_path": "images/3.png", + "question": "What is the location of the airplane in this image?\nA.Bottom\nB.Bottom Left\nC.Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "0c56a959-cf2a-4980-b4ce-f8c4a0be0667", + "image_path": "images/4.png", + "question": "In this image, where is the roundabout positioned?\nA.Top Left\nB.Bottom Right\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "70ea856e-51ae-41f1-89af-0bef071d12f3", + "image_path": "images/5.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom Right\nB.Left\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "185e0158-2ef6-4184-b32e-d383c66a99ee", + "image_path": "images/6.png", + "question": "Where can the ship be found in this image?\nA.Top\nB.Right\nC.Bottom Right\nD.Top Right", + "answer": "C" + }, + { + "id": "6105b38b-f54a-4873-a98a-55734b72335c", + "image_path": "images/7.png", + "question": "Where is the roundabout located in this image?\nA.Center\nB.Bottom Right\nC.Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "c6a000fe-c9f5-4620-b1f8-c0f1ccec0e14", + "image_path": "images/8.png", + "question": "Where is the airplane located in this image?\nA.Bottom Left\nB.Left\nC.Bottom Right\nD.Top", + "answer": "D" + }, + { + "id": "2828ae0b-9282-45a4-8de2-b2954ebbfda5", + "image_path": "images/9.png", + "question": "Where can the roundabout be found in this image?\nA.Center\nB.Bottom Left\nC.Left\nD.Right", + "answer": "A" + }, + { + "id": "9536c1ac-76f8-4b2d-9f5a-0eb8ddfab72b", + "image_path": "images/10.png", + "question": "What is the location of the dam in this image?\nA.Left\nB.Center\nC.Bottom Left\nD.Right", + "answer": "B" + }, + { + "id": "60d96042-19c6-42d2-b06f-2292a15a46f0", + "image_path": "images/11.png", + "question": "What is the location of the airplane in this image?\nA.Bottom Right\nB.Bottom Left\nC.Top\nD.Top Right", + "answer": "D" + }, + { + "id": "77c7039e-ccd1-4129-b813-6823852d8a05", + "image_path": "images/12.png", + "question": "In this image, where is the airplane positioned?\nA.Center\nB.Top\nC.Top Right\nD.Right", + "answer": "B" + }, + { + "id": "4ed23811-af59-47fa-88e2-b3bc8355cf8b", + "image_path": "images/13.png", + "question": "Where can the airplane be found in this image?\nA.Top\nB.Bottom\nC.Right\nD.Top Right", + "answer": "A" + }, + { + "id": "60d0bbf0-162c-4910-bd38-599c75fc3e42", + "image_path": "images/14.png", + "question": "Where is the bridge located in this image?\nA.Center\nB.Right\nC.Bottom Left\nD.Left", + "answer": "A" + }, + { + "id": "2d8e8c0a-fb01-43ef-aac0-94627fcd9001", + "image_path": "images/15.png", + "question": "In this image, where is the bridge positioned?\nA.Left\nB.Bottom\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "8ccddd36-763b-4d62-9046-bea468d8a5f8", + "image_path": "images/16.png", + "question": "Where can the bigger dam be found in this image?\nA.Right\nB.Top\nC.Bottom Left\nD.Center", + "answer": "C" + }, + { + "id": "e36c50d7-44a5-4fee-bfdc-cf3697fa81e5", + "image_path": "images/17.png", + "question": "What is the location of the roundabout in this image?\nA.Top\nB.Bottom Right\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "cac90b8b-f709-407a-a807-3fd27631d6b6", + "image_path": "images/18.png", + "question": "What is the location of the airplane in this image?\nA.Top Right\nB.Left\nC.Bottom Left\nD.Top Left", + "answer": "D" + }, + { + "id": "61d92b18-0fb2-4f7d-bdf8-3e86609e7617", + "image_path": "images/19.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Left\nB.Right\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "9e6da802-c83c-435f-883f-9c881c16aac1", + "image_path": "images/20.png", + "question": "Can you identify the position of the bridge in this image?\nA.Left\nB.Right\nC.Bottom Right\nD.Top", + "answer": "D" + }, + { + "id": "99da2193-db8d-4796-8157-646a334a2856", + "image_path": "images/21.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom\nB.Right\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "610abee7-a66b-4851-a612-1ec8723509ad", + "image_path": "images/22.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Left\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "70185880-dbc7-4162-8e15-698f6685823c", + "image_path": "images/23.png", + "question": "Where can the roundabout be found in this image?\nA.Top Right\nB.Right\nC.Center\nD.Bottom Right", + "answer": "C" + }, + { + "id": "10d664cf-c9fc-4bed-b73e-55d2b928ef63", + "image_path": "images/24.png", + "question": "Where is the harbor located in this image?\nA.Top Right\nB.Left\nC.Bottom Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "04d3b42c-3bb3-46a8-8e0b-bffa9fa3658d", + "image_path": "images/25.png", + "question": "What is the location of the dam in this image?\nA.Top\nB.Center\nC.Bottom Right\nD.Bottom", + "answer": "C" + }, + { + "id": "293e8c86-8af7-42a6-b5a6-43c3996631e3", + "image_path": "images/26.png", + "question": "Can you identify the position of the bridge in this image?\nA.Top\nB.Bottom Right\nC.Top Left\nD.Bottom", + "answer": "D" + }, + { + "id": "821ba393-5192-4ee1-882a-52a77438e64b", + "image_path": "images/27.png", + "question": "Where is the dam located in this image?\nA.Bottom\nB.Center\nC.Left\nD.Top Left", + "answer": "B" + }, + { + "id": "9b3b4c12-9b4b-4093-9dd4-91559a643df8", + "image_path": "images/28.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom Right\nB.Bottom\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "25e54823-ba01-4545-a43c-d69411a1883e", + "image_path": "images/29.png", + "question": "Where can the bridge be found in this image?\nA.Center\nB.Bottom\nC.Left\nD.Right", + "answer": "A" + }, + { + "id": "e5f00d47-6386-41af-80bb-7bd2e31a36e7", + "image_path": "images/30.png", + "question": "What is the location of the storage tank in this image?\nA.Bottom Right\nB.Top\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "e9ddfa53-7864-4226-8fab-425d36c16d73", + "image_path": "images/31.png", + "question": "Where can the bridge be found in this image?\nA.Bottom\nB.Left\nC.Bottom Right\nD.Bottom Right", + "answer": "C" + }, + { + "id": "27e51c28-69cf-42d3-b6d4-1153d935d6be", + "image_path": "images/32.png", + "question": "In this image, where is the airplane positioned?\nA.Left\nB.Center\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "cd8fd327-d5f0-4305-b671-38c971cdca39", + "image_path": "images/33.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Bottom\nB.Top\nC.Top Right\nD.Center", + "answer": "D" + }, + { + "id": "bfef5f70-f421-40bc-9a8c-e7fe2c8c190b", + "image_path": "images/34.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top\nB.Center\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "83f019ed-ab31-480b-802b-c5c532971254", + "image_path": "images/35.png", + "question": "In this image, where is the airplane positioned?\nA.Right\nB.Top\nC.Bottom Right\nD.Top Left", + "answer": "B" + }, + { + "id": "44b50c1e-4942-4823-a9ba-507b80f3b6b8", + "image_path": "images/36.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom\nB.Bottom Right\nC.Top\nD.Top Right", + "answer": "C" + }, + { + "id": "9f9d907e-d288-4d5d-b2c0-e8e04096c47e", + "image_path": "images/37.png", + "question": "Where can the harbor be found in this image?\nA.Top Left\nB.Top\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "81bdc73f-1665-4682-a56f-6c04b62bb26d", + "image_path": "images/38.png", + "question": "In this image, where is the dam positioned?\nA.Bottom Left\nB.Top Left\nC.Bottom\nD.Right", + "answer": "C" + }, + { + "id": "fbe3777e-3558-48d9-bd58-cbe9fe3656d7", + "image_path": "images/39.png", + "question": "Where can the harbor be found in this image?\nA.Left\nB.Top\nC.Bottom Left\nD.Right", + "answer": "C" + }, + { + "id": "12c54b94-d296-4e38-9be7-c009d2d94318", + "image_path": "images/40.png", + "question": "In this image, where is the airplane positioned?\nA.Top\nB.Right\nC.Top Right\nD.Top Left", + "answer": "C" + }, + { + "id": "71a43516-71d0-48d2-b0ee-09e8551e1c74", + "image_path": "images/41.png", + "question": "Where is the bridge located in this image?\nA.Bottom Right\nB.Center\nC.Top\nD.Bottom", + "answer": "B" + }, + { + "id": "80e3deba-6823-40aa-8462-3dd748e9699e", + "image_path": "images/42.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Bottom Right\nB.Center\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "b7b21449-bbbf-4b34-8b4b-0d40d913ec8d", + "image_path": "images/43.png", + "question": "What is the location of the dam in this image?\nA.Center\nB.Right\nC.Bottom Right\nD.Left", + "answer": "A" + }, + { + "id": "118915d7-fe14-4e03-87d8-6b86672c947d", + "image_path": "images/44.png", + "question": "Can you identify the position of the harbor in this image?\nA.Left\nB.Bottom\nC.Top\nD.Top Left", + "answer": "D" + }, + { + "id": "c7abdbc6-fb05-4bb2-86b8-1c7507b047f8", + "image_path": "images/45.png", + "question": "In this image, where is the airplane positioned?\nA.Left\nB.Bottom Right\nC.Top Left\nD.Bottom Left", + "answer": "C" + }, + { + "id": "6c0d44e4-30cd-4569-8490-0e20cc04b005", + "image_path": "images/46.png", + "question": "Where can the dam be found in this image?\nA.Left\nB.Bottom Right\nC.Bottom Left\nD.Bottom", + "answer": "D" + }, + { + "id": "d304178d-4e18-4f9a-8bd0-ac4734314930", + "image_path": "images/47.png", + "question": "Where is the airplane located in this image?\nA.Bottom Left\nB.Top\nC.Top Right\nD.Left", + "answer": "A" + }, + { + "id": "34e6b733-7eab-4870-a0b0-1176b0268690", + "image_path": "images/48.png", + "question": "Can you identify the position of the dam in this image?\nA.Bottom Left\nB.Left\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "b3ec9c83-3b36-4ed4-8c44-6774a5cfbac9", + "image_path": "images/49.png", + "question": "In this image, where is the storage tank positioned?\nA.Top Right\nB.Bottom Left\nC.Bottom\nD.Bottom Right", + "answer": "C" + }, + { + "id": "d806e7b5-cb83-4340-8d2d-86f02e905da1", + "image_path": "images/50.png", + "question": "Can you identify the position of the dam in this image?\nA.Bottom Right\nB.Top Right\nC.Bottom\nD.Center", + "answer": "B" + }, + { + "id": "3e6ac91e-bef6-4d96-9a8c-95854556498f", + "image_path": "images/51.png", + "question": "What is the location of the roundabout in this image?\nA.Top\nB.Left\nC.Right\nD.Top Left", + "answer": "C" + }, + { + "id": "c64becd3-f814-496a-88af-84a5b14a4a20", + "image_path": "images/52.png", + "question": "Where can the bridge be found in this image?\nA.Bottom Left\nB.Right\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "c7805a38-04aa-4e72-96af-c863df42a8d3", + "image_path": "images/53.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top Left\nB.Center\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "5d33e6bc-89fc-46b7-9340-2ca9e708c8da", + "image_path": "images/54.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom\nB.Right\nC.Bottom Right\nD.Top", + "answer": "C" + }, + { + "id": "60c70d99-640b-4bc8-bc6c-3aa3790c8381", + "image_path": "images/55.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom Left\nB.Center\nC.Right\nD.Bottom", + "answer": "B" + }, + { + "id": "77b9230c-586c-4ff4-bf3e-df5c4d934303", + "image_path": "images/56.png", + "question": "What is the location of the dam in this image?\nA.Bottom Right\nB.Right\nC.Bottom Left\nD.Center", + "answer": "B" + }, + { + "id": "ef314cba-9f90-4680-bcb1-bc9c1cca397c", + "image_path": "images/57.png", + "question": "Where is the roundabout located in this image?\nA.Bottom Right\nB.Left\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "7baa3689-6425-4508-9b17-f7ea58745c3f", + "image_path": "images/58.png", + "question": "Where is the airplane located in this image?\nA.Top Right\nB.Bottom Right\nC.Top\nD.Bottom Left", + "answer": "D" + }, + { + "id": "d4cd861f-083e-4009-ba0c-64a2a1d19a72", + "image_path": "images/59.png", + "question": "What is the location of the ship in this image?\nA.Top Left\nB.Bottom\nC.Top Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "fcb96e82-7b31-433a-b045-6ae3448a2233", + "image_path": "images/60.png", + "question": "What is the location of the dam in this image?\nA.Top Left\nB.Center\nC.Top\nD.Bottom Left", + "answer": "C" + }, + { + "id": "5146e95c-deea-47e5-9b5d-79eb4f4ba461", + "image_path": "images/61.png", + "question": "In this image, where is the airplane positioned?\nA.Top Left\nB.Top\nC.Center\nD.Right", + "answer": "B" + }, + { + "id": "3eaa7986-eefa-410f-8aa1-7a813658d69a", + "image_path": "images/62.png", + "question": "In this image, where is the roundabout positioned?\nA.Top\nB.Center\nC.Bottom\nD.Top Left", + "answer": "B" + }, + { + "id": "efc15981-30d1-42cf-814f-17654475cacd", + "image_path": "images/63.png", + "question": "In this image, where is the bridge positioned?\nA.Center\nB.Top\nC.Top Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "9b2d7308-eeec-4ee6-aec1-a02aded13627", + "image_path": "images/64.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top Left\nB.Top\nC.Bottom\nD.Right", + "answer": "D" + }, + { + "id": "9cb1c03c-e510-4a49-886b-3853bfba52c3", + "image_path": "images/65.png", + "question": "Where is the roundabout located in this image?\nA.Top\nB.Center\nC.Top Left\nD.Bottom", + "answer": "B" + }, + { + "id": "7fe76f6e-c056-4166-9331-a6d401537e78", + "image_path": "images/66.png", + "question": "Where is the roundabout located in this image?\nA.Top\nB.Center\nC.Left\nD.Right", + "answer": "B" + }, + { + "id": "1b4529b9-191c-4d49-9e2e-2ffca8eb90e1", + "image_path": "images/67.png", + "question": "What is the location of the ship in this image?\nA.Top Right\nB.Bottom\nC.Center\nD.Bottom Left", + "answer": "D" + }, + { + "id": "e3ade753-3dcf-4700-a8aa-229488a6d593", + "image_path": "images/68.png", + "question": "Where is the ship located in this image?\nA.Bottom Left\nB.Top Right\nC.Top\nD.Bottom", + "answer": "C" + }, + { + "id": "29fa4fca-3b2f-4eab-9d52-2b169446821e", + "image_path": "images/69.png", + "question": "Where can the dam be found in this image?\nA.Top Right\nB.Bottom\nC.Top\nD.Center", + "answer": "C" + }, + { + "id": "967dbeca-eca4-46af-a51d-3551f147bd25", + "image_path": "images/70.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom Right\nB.Bottom\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "8e15a99d-342e-49a2-b814-5075f68681a0", + "image_path": "images/71.png", + "question": "In this image, where is the bridge positioned?\nA.Center\nB.Top Right\nC.Right\nD.Bottom Right", + "answer": "C" + }, + { + "id": "54609a3f-616e-42fd-b309-51c6dcc7d4bf", + "image_path": "images/72.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom Right\nB.Top\nC.Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "d4140e73-308c-400f-875f-a8b3634b6e1a", + "image_path": "images/73.png", + "question": "Can you identify the position of the airplane in this image?\nA.Center\nB.Bottom\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "9824c747-8fab-4562-8edc-34ed5bfbead0", + "image_path": "images/74.png", + "question": "Where can the airplane be found in this image?\nA.Bottom\nB.Top\nC.Top Right\nD.Right", + "answer": "C" + }, + { + "id": "bac0008d-ffea-4d17-b707-f3c448f2f7de", + "image_path": "images/75.png", + "question": "Where is the roundabout located in this image?\nA.Center\nB.Right\nC.Bottom Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "24df669a-6a65-497d-94aa-d4fe128c24f4", + "image_path": "images/76.png", + "question": "In this image, where is the bridge positioned?\nA.Bottom Left\nB.Top Right\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "4fc4bdbb-9fc1-4f7a-b8b4-0b490348d526", + "image_path": "images/77.png", + "question": "Where is the soccer ball field located in this image?\nA.Center\nB.Right\nC.Top Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "cce75b31-0dd2-42fc-a4ce-af14c83fea1c", + "image_path": "images/78.png", + "question": "Can you identify the position of the bridge in this image?\nA.Center\nB.Right\nC.Bottom\nD.Top Left", + "answer": "A" + }, + { + "id": "82b5d764-875f-4ee4-962d-3d4cc075a43f", + "image_path": "images/79.png", + "question": "Where can the airplane be found in this image?\nA.Right\nB.Top Left\nC.Top\nD.Bottom Left", + "answer": "C" + }, + { + "id": "6a1a325d-6a91-4628-bc92-ec09ea02bda9", + "image_path": "images/80.png", + "question": "Where is the storage tank located in this image?\nA.Right\nB.Top Right\nC.Bottom Left\nD.Top", + "answer": "D" + }, + { + "id": "d1da27c9-01bb-4799-9b09-143d1822777a", + "image_path": "images/81.png", + "question": "Can you identify the position of the harbor in this image?\nA.Top\nB.Top Right\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "a8d5b6c3-d42d-418e-b45b-3b5b6306f713", + "image_path": "images/82.png", + "question": "What is the location of the ship in this image?\nA.Top Right\nB.Top\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "91b36a1d-c66c-4340-b64a-3d060c39542f", + "image_path": "images/83.png", + "question": "In this image, where is the airplane positioned?\nA.Center\nB.Bottom\nC.Right\nD.Left", + "answer": "B" + }, + { + "id": "a442a1f1-2536-4b66-bcfc-1078c4c58f38", + "image_path": "images/84.png", + "question": "Where is the ship located in this image?\nA.Bottom\nB.Bottom Right\nC.Top Right\nD.Right", + "answer": "B" + }, + { + "id": "c548bf80-94e5-4741-8947-123880fef641", + "image_path": "images/85.png", + "question": "Where can the ship be found in this image?\nA.Bottom Left\nB.Center\nC.Top Left\nD.Left", + "answer": "B" + }, + { + "id": "97df19cc-e017-4dae-b10c-463f4ff16333", + "image_path": "images/86.png", + "question": "Where is the dam located in this image?\nA.Left\nB.Bottom Right\nC.Center\nD.Bottom Left", + "answer": "C" + }, + { + "id": "75b009e8-1bd8-4bc8-99d0-43886c489c25", + "image_path": "images/87.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom Left\nB.Center\nC.Top Right\nD.Bottom Right", + "answer": "D" + }, + { + "id": "f6e9b9ab-3f6d-4435-9103-3de2aa3da32d", + "image_path": "images/88.png", + "question": "Where can the storage tank be found in this image?\nA.Bottom Right\nB.Left\nC.Top\nD.Top Right", + "answer": "C" + }, + { + "id": "21aa4110-58c5-45cd-8d3e-6db0bcd1ac81", + "image_path": "images/89.png", + "question": "What is the location of the dam in this image?\nA.Top\nB.Center\nC.Top Left\nD.Bottom", + "answer": "B" + }, + { + "id": "56b4cdff-9617-4b19-a519-052fafcd9c65", + "image_path": "images/90.png", + "question": "Where can the airplane be found in this image?\nA.Center\nB.Left\nC.Top\nD.Bottom Right", + "answer": "C" + }, + { + "id": "7a0adce2-e8e1-4ffc-9bee-e14f64c64839", + "image_path": "images/91.png", + "question": "What is the location of the dam in this image?\nA.Left\nB.Bottom Left\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "74735509-a046-4282-9187-7566d9ff97aa", + "image_path": "images/92.png", + "question": "What is the location of the dam in this image?\nA.Top\nB.Center\nC.Top Right\nD.Left", + "answer": "B" + }, + { + "id": "a8825e81-a356-4f88-a22a-ba47f0b44156", + "image_path": "images/93.png", + "question": "Can you identify the position of the bridge in this image?\nA.Center\nB.Top Right\nC.Bottom\nD.Right", + "answer": "A" + }, + { + "id": "7289f26a-bc54-4474-9da0-a1d5c83559e9", + "image_path": "images/94.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom Left\nB.Bottom\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "cf586387-5741-4055-af35-b4b2dbcbab48", + "image_path": "images/95.png", + "question": "Where can the bridge be found in this image?\nA.Bottom Left\nB.Bottom\nC.Top Right\nD.Center", + "answer": "D" + }, + { + "id": "b7102b2c-7eed-418f-9fb0-2d7f81b1e5c5", + "image_path": "images/96.png", + "question": "Where can the harbor be found in this image?\nA.Top\nB.Bottom Right\nC.Center\nD.Left", + "answer": "D" + }, + { + "id": "d9800f11-b256-4962-968a-34d96fff7f42", + "image_path": "images/97.png", + "question": "Where can the roundabout be found in this image?\nA.Top Left\nB.Top Right\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "69b88914-ab90-43a5-a04f-cad23fe1d0c4", + "image_path": "images/98.png", + "question": "Where is the roundabout located in this image?\nA.Bottom Left\nB.Bottom\nC.Center\nD.Bottom Right", + "answer": "C" + }, + { + "id": "dc1e919d-c8b2-4a38-8135-3e94c8ea2b57", + "image_path": "images/99.png", + "question": "What is the location of the airplane in this image?\nA.Bottom\nB.Left\nC.Top Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "1569bfef-88ee-4974-9ab5-31fb4c9d1898", + "image_path": "images/100.png", + "question": "Where is the roundabout located in this image?\nA.Right\nB.Center\nC.Left\nD.Top", + "answer": "B" + }, + { + "id": "717f995a-6eff-47c9-be97-37d3917e7036", + "image_path": "images/101.png", + "question": "Where is the ship located in this image?\nA.Bottom Right\nB.Left\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "ab52dee6-d1e6-499b-a94c-89f0eba81611", + "image_path": "images/102.png", + "question": "Where can the bridge be found in this image?\nA.Top Right\nB.Right\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "9b6ae187-b806-49ee-b87e-34a74c1b222c", + "image_path": "images/103.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom Right\nB.Bottom Left\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "f4d5fa22-8124-4136-943c-909740d07b7e", + "image_path": "images/104.png", + "question": "Where can the roundabout be found in this image?\nA.Top Left\nB.Center\nC.Bottom Left\nD.Right", + "answer": "B" + }, + { + "id": "9a1df8dc-8cde-424f-8dd5-f926c4113ebe", + "image_path": "images/105.png", + "question": "In this image, where is the bridge positioned?\nA.Right\nB.Top Left\nC.Center\nD.Bottom Right", + "answer": "D" + }, + { + "id": "874cfebb-d277-41b2-bbb8-46fbaf91a784", + "image_path": "images/106.png", + "question": "In this image, where is the airplane positioned?\nA.Top\nB.Bottom\nC.Bottom Left\nD.Right", + "answer": "B" + }, + { + "id": "dcfead41-74f1-481e-a52d-ffee222e382a", + "image_path": "images/107.png", + "question": "Can you identify the position of the dam in this image?\nA.Bottom Right\nB.Center\nC.Bottom\nD.Top Left", + "answer": "B" + }, + { + "id": "6225b6f1-a143-4191-a632-edceed479d7b", + "image_path": "images/108.png", + "question": "What is the location of the dam in this image?\nA.Top\nB.Bottom\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "68fee6b9-3c0f-46c3-aa92-9625dfc535d4", + "image_path": "images/109.png", + "question": "In this image, where is the bridge positioned?\nA.Top\nB.Top Right\nC.Top Left\nD.Center", + "answer": "D" + }, + { + "id": "08915d53-cbfb-4247-8b5a-e94ad24ebc61", + "image_path": "images/110.png", + "question": "Where is the roundabout located in this image?\nA.Bottom Left\nB.Top\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "0adf2b8c-6f28-4666-9847-948c19948e94", + "image_path": "images/111.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Bottom Right\nC.Top Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "7feba46b-044b-4319-8aa3-1d9f8c200469", + "image_path": "images/112.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Right\nB.Top Left\nC.Center\nD.Left", + "answer": "C" + }, + { + "id": "445af1c9-80f5-4849-aef9-822d6713fb9a", + "image_path": "images/113.png", + "question": "Can you identify the position of the bridge in this image?\nA.Top Right\nB.Bottom\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "57bb4192-e4c3-40b4-98ff-93604efd7f68", + "image_path": "images/114.png", + "question": "In this image, where is the roundabout positioned?\nA.Left\nB.Bottom Left\nC.Center\nD.Bottom", + "answer": "C" + }, + { + "id": "352186d5-9af8-402c-93d7-c5c033e2b231", + "image_path": "images/115.png", + "question": "Can you identify the position of the dam in this image?\nA.Center\nB.Right\nC.Bottom Right\nD.Top Right", + "answer": "A" + }, + { + "id": "52cfd810-8c9c-46e5-8572-5a265b7ff473", + "image_path": "images/116.png", + "question": "Where can the harbor be found in this image?\nA.Bottom\nB.Top Left\nC.Bottom Left\nD.Left", + "answer": "A" + }, + { + "id": "58e392e3-fca9-4bbe-a1b3-4b17e47be1e5", + "image_path": "images/117.png", + "question": "Where can the ground track field be found in this image?\nA.Bottom\nB.Top Right\nC.Right\nD.Top", + "answer": "B" + }, + { + "id": "78f8ad7e-5900-41b8-a755-7aaac2f80163", + "image_path": "images/118.png", + "question": "Where is the soccer ball field located in this image?\nA.Center\nB.Right\nC.Bottom\nD.Bottom Right", + "answer": "A" + }, + { + "id": "9110c032-a66c-46dc-a252-9a5b68ce6b40", + "image_path": "images/119.png", + "question": "Where is the airplane located in this image?\nA.Top Right\nB.Center\nC.Left\nD.Top Left", + "answer": "A" + }, + { + "id": "c3d535c8-c799-4078-a1f3-a8cb9337a07b", + "image_path": "images/120.png", + "question": "Where can the bridge be found in this image?\nA.Top Right\nB.Top Left\nC.Center\nD.Bottom Left", + "answer": "C" + }, + { + "id": "fc469e88-05c7-46eb-9426-5a1b41777129", + "image_path": "images/121.png", + "question": "Where is the storage tank located in this image?\nA.Top Right\nB.Top\nC.Left\nD.Bottom", + "answer": "C" + }, + { + "id": "d1900688-1ecd-4a23-a379-35efbf168bc3", + "image_path": "images/122.png", + "question": "Where can the harbor be found in this image?\nA.Center\nB.Bottom Left\nC.Top Right\nD.Left", + "answer": "C" + }, + { + "id": "c5a65a78-9878-4d24-ac7e-b20855ec7262", + "image_path": "images/123.png", + "question": "Where can the storage tank be found in this image?\nA.Top Left\nB.Center\nC.Top\nD.Left", + "answer": "B" + }, + { + "id": "9efe3011-02c2-43fc-a1f3-55ba23b0cc5b", + "image_path": "images/124.png", + "question": "Where is the bridge located in this image?\nA.Left\nB.Center\nC.Top Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "17978634-cbac-499e-bfde-a2b8a574a45d", + "image_path": "images/125.png", + "question": "What is the location of the dam in this image?\nA.Bottom Left\nB.Top Right\nC.Center\nD.Bottom Right", + "answer": "C" + }, + { + "id": "31bd64f7-e6e9-4e5e-b4cd-660f334c6a41", + "image_path": "images/126.png", + "question": "What is the location of the bridge in this image?\nA.Bottom Left\nB.Bottom Right\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "c8f1e951-9095-49f6-a5f6-8e28670e3f17", + "image_path": "images/127.png", + "question": "Can you identify the position of the airplane in this image?\nA.Center\nB.Right\nC.Top\nD.Bottom Right", + "answer": "A" + }, + { + "id": "716dfa40-ea11-4a0f-84b3-1d3064024f48", + "image_path": "images/128.png", + "question": "In this image, where is the bridge positioned?\nA.Bottom Right\nB.Left\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "6fb8fa74-48d0-4973-ba38-1808297267f9", + "image_path": "images/129.png", + "question": "In this image, where is the roundabout positioned?\nA.Top Right\nB.Left\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "025b6901-6d08-45ec-b7c1-a60080a17f92", + "image_path": "images/130.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Right\nB.Left\nC.Center\nD.Bottom", + "answer": "C" + }, + { + "id": "890e4f9e-c809-4881-9804-0481e6dab9db", + "image_path": "images/131.png", + "question": "Can you identify the position of the bridge in this image?\nA.Center\nB.Bottom Right\nC.Left\nD.Top Right", + "answer": "A" + }, + { + "id": "08b30cd1-6194-4c85-8a02-7d7cfe178dd8", + "image_path": "images/132.png", + "question": "Can you identify the position of the bridge in this image?\nA.Center\nB.Top Left\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "fac1cf5e-130a-4ec8-9d38-e27303764ca7", + "image_path": "images/133.png", + "question": "What is the location of the roundabout in this image?\nA.Left\nB.Top\nC.Top Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "cd34882c-8de7-4804-8609-ceed1a981672", + "image_path": "images/134.png", + "question": "Where can the dam be found in this image?\nA.Top Left\nB.Center\nC.Bottom Right\nD.Left", + "answer": "B" + }, + { + "id": "7cacbfbb-2f83-48e2-9446-66247668c82c", + "image_path": "images/135.png", + "question": "Where is the dam located in this image?\nA.Bottom Right\nB.Bottom Left\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "427e8030-62a0-42b7-8454-d9ee91ab7360", + "image_path": "images/136.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Top Right\nC.Top Left\nD.Bottom", + "answer": "A" + }, + { + "id": "a12fc099-2076-4af3-9ee7-a54b7d4e3dab", + "image_path": "images/137.png", + "question": "What is the location of the dam in this image?\nA.Center\nB.Top\nC.Right\nD.Bottom", + "answer": "A" + }, + { + "id": "2aac585d-f1a3-4d79-acfc-a8f75edb3783", + "image_path": "images/138.png", + "question": "In this image, where is the airplane positioned?\nA.Top Right\nB.Top Left\nC.Center\nD.Left", + "answer": "B" + }, + { + "id": "58824df0-082e-4b82-a220-838af0e10f0e", + "image_path": "images/139.png", + "question": "Can you identify the position of the bridge in this image?\nA.Center\nB.Bottom Left\nC.Top Right\nD.Right", + "answer": "A" + }, + { + "id": "606f9829-edfa-4c59-8f0b-7121ac056d6a", + "image_path": "images/140.png", + "question": "What is the location of the bridge in this image?\nA.Center\nB.Top Right\nC.Bottom Left\nD.Top", + "answer": "B" + }, + { + "id": "3010f8b7-8cfc-45e6-b596-bd354da7df4c", + "image_path": "images/141.png", + "question": "Where is the bridge located in this image?\nA.Top Right\nB.Top\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "e32397d5-47f1-4c59-9569-0a2b54459c57", + "image_path": "images/142.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Top\nB.Top Left\nC.Right\nD.Bottom", + "answer": "D" + }, + { + "id": "77329c75-c05b-46db-a3d8-3d43f83a7f51", + "image_path": "images/143.png", + "question": "Where is the harbor located in this image?\nA.Right\nB.Top\nC.Left\nD.Center", + "answer": "A" + }, + { + "id": "f0289c74-cae6-4a9e-9831-b18bbd7a5c49", + "image_path": "images/144.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Right\nB.Left\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "2b0774a1-de12-4e4c-90f8-706dc5fae0ae", + "image_path": "images/145.png", + "question": "In this image, where is the bridge positioned?\nA.Center\nB.Bottom Right\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "15a761ef-480d-418b-a561-59dd582a2c78", + "image_path": "images/146.png", + "question": "In this image, where is the baseball diamond positioned?\nA.Center\nB.Top Right\nC.Top\nD.Top Left", + "answer": "A" + }, + { + "id": "b1a49b32-a66a-4b2f-9a6a-53ae401f4743", + "image_path": "images/147.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Right\nB.Center\nC.Bottom Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "40940602-cdcd-44dd-aa44-74f1469febad", + "image_path": "images/148.png", + "question": "Where can the dam be found in this image?\nA.Left\nB.Bottom Right\nC.Bottom Left\nD.Bottom", + "answer": "D" + }, + { + "id": "51a0907f-d1a8-4ba0-8096-b5d849ed549a", + "image_path": "images/149.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Left\nB.Bottom\nC.Center\nD.Bottom Left", + "answer": "C" + }, + { + "id": "7d086ff3-ee20-4439-a294-ecea34599ad9", + "image_path": "images/150.png", + "question": "Where can the dam be found in this image?\nA.Bottom\nB.Bottom Right\nC.Center\nD.Bottom Left", + "answer": "A" + }, + { + "id": "ade08782-03c7-4a54-a080-7f7efb44c15a", + "image_path": "images/151.png", + "question": "Where can the ship be found in this image?\nA.Right\nB.Bottom Left\nC.Bottom Right\nD.Top Right", + "answer": "A" + }, + { + "id": "72629b70-ee99-4b9f-a0b0-446c2060213c", + "image_path": "images/152.png", + "question": "In this image, where is the ship positioned?\nA.Bottom Right\nB.Bottom\nC.Top Left\nD.Top", + "answer": "B" + }, + { + "id": "4199a1b7-8ac8-4c36-85d3-092501edbfe4", + "image_path": "images/153.png", + "question": "Where can the airplane be found in this image?\nA.Left\nB.Bottom\nC.Top\nD.Bottom Right", + "answer": "A" + }, + { + "id": "1b0f6546-9e15-43d4-8fbd-ad6a427c5da4", + "image_path": "images/154.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Right\nB.Top\nC.Bottom Right\nD.Top Left", + "answer": "C" + }, + { + "id": "4041a382-9f63-4f59-b6fa-feed347a0709", + "image_path": "images/155.png", + "question": "In this image, where is the dam positioned?\nA.Bottom Left\nB.Center\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "6693dcbc-fbfd-46ba-99a1-872b8cc795c7", + "image_path": "images/156.png", + "question": "In this image, where is the airplane positioned?\nA.Left\nB.Top Right\nC.Center\nD.Bottom Right", + "answer": "B" + }, + { + "id": "86790384-3581-4168-b9de-ba3ff513146d", + "image_path": "images/157.png", + "question": "What is the location of the soccer ball field in this image?\nA.Top Right\nB.Bottom Right\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "44041228-db0a-4750-b70e-ab39b2a48555", + "image_path": "images/158.png", + "question": "In this image, where is the airplane positioned?\nA.Left\nB.Top Left\nC.Bottom\nD.Top", + "answer": "C" + }, + { + "id": "43951135-345f-4c20-a411-930648667339", + "image_path": "images/159.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Left\nB.Top Right\nC.Bottom Right\nD.Center", + "answer": "B" + }, + { + "id": "3da3a5d2-c527-4298-9615-94c33c23683d", + "image_path": "images/160.png", + "question": "Where is the airplane located in this image?\nA.Bottom Left\nB.Bottom Right\nC.Top Right\nD.Top", + "answer": "C" + }, + { + "id": "898b6801-30c0-498c-950e-9083f784b83e", + "image_path": "images/161.png", + "question": "What is the location of the roundabout in this image?\nA.Center\nB.Left\nC.Bottom\nD.Bottom Left", + "answer": "A" + }, + { + "id": "5eeae030-193b-4877-823a-22bb7b730fb9", + "image_path": "images/162.png", + "question": "Can you identify the position of the ship in this image?\nA.Bottom Right\nB.Center\nC.Top Right\nD.Right", + "answer": "C" + }, + { + "id": "bcf39201-5c73-437c-aaf7-390134bd5ddb", + "image_path": "images/163.png", + "question": "Where can the storage tank be found in this image?\nA.Bottom\nB.Left\nC.Right\nD.Top Right", + "answer": "B" + }, + { + "id": "dc0d66a6-b5ed-4de8-a069-51a1de06e03c", + "image_path": "images/164.png", + "question": "In this image, where is the roundabout positioned?\nA.Right\nB.Bottom Right\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "3adb9958-29b7-4816-8090-a9667f9c97ac", + "image_path": "images/165.png", + "question": "Can you identify the position of the ship in this image?\nA.Bottom\nB.Top\nC.Top Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "4a251b4d-de6b-4658-91e4-6d34d91e630e", + "image_path": "images/166.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top\nB.Top Right\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "5499d029-a3c6-4bd9-9f24-fc067bb7f552", + "image_path": "images/167.png", + "question": "Where is the airplane located in this image?\nA.Top\nB.Left\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "35e268df-f19a-41c2-af1c-4b135287432c", + "image_path": "images/168.png", + "question": "In this image, where is the dam positioned?\nA.Right\nB.Top Left\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "57009f77-eb1e-4383-99af-770004ec3472", + "image_path": "images/169.png", + "question": "Where can the dam be found in this image?\nA.Top Left\nB.Left\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "a175d6b3-b495-4d44-8928-db81ba10504a", + "image_path": "images/170.png", + "question": "What is the location of the harbor in this image?\nA.Top Left\nB.Bottom Left\nC.Top\nD.Left", + "answer": "B" + }, + { + "id": "ad022c17-b3a6-4bf3-b73f-3dc7f0ad3fa4", + "image_path": "images/171.png", + "question": "Where can the dam be found in this image?\nA.Left\nB.Right\nC.Top Left\nD.Bottom Right", + "answer": "C" + }, + { + "id": "c7217fdd-f029-495a-accf-598069b33973", + "image_path": "images/172.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Left\nB.Top Left\nC.Top Right\nD.Right", + "answer": "D" + }, + { + "id": "dd7ce3d9-ea79-485f-9b8e-21e788f2dfa8", + "image_path": "images/173.png", + "question": "Where can the bridge be found in this image?\nA.Top Left\nB.Top Right\nC.Bottom Right\nD.Bottom", + "answer": "D" + }, + { + "id": "af9f4ec2-ffc4-4573-8173-0edaa13ab75c", + "image_path": "images/174.png", + "question": "What is the location of the roundabout in this image?\nA.Top Right\nB.Bottom\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "3efb4733-6c88-456a-8776-f3084c5316fd", + "image_path": "images/175.png", + "question": "Where is the airplane located in this image?\nA.Top\nB.Top Left\nC.Bottom Left\nD.Center", + "answer": "C" + }, + { + "id": "5d4eaf48-2004-452e-a8a8-0cce7f424c4d", + "image_path": "images/176.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Top Right\nB.Right\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "6c758623-248a-4600-b126-46354dc9fe5d", + "image_path": "images/177.png", + "question": "Where can the roundabout be found in this image?\nA.Top Left\nB.Top\nC.Right\nD.Center", + "answer": "B" + }, + { + "id": "bfe8e77d-1b61-4482-aeff-1308f6508ac0", + "image_path": "images/178.png", + "question": "Can you identify the position of the airplane in this image?\nA.Left\nB.Bottom Left\nC.Bottom Right\nD.Top Right", + "answer": "A" + }, + { + "id": "56e2cb30-ebc6-4a9b-9b13-75f3411e2a5f", + "image_path": "images/179.png", + "question": "In this image, where is the roundabout positioned?\nA.Left\nB.Top Right\nC.Top\nD.Bottom Left", + "answer": "A" + }, + { + "id": "2e41c7bb-3e1e-4f93-a28a-423cdf11d844", + "image_path": "images/180.png", + "question": "In this image, where is the ship positioned?\nA.Top\nB.Bottom Right\nC.Bottom Left\nD.Right", + "answer": "D" + }, + { + "id": "428576c7-1179-4bca-bc9c-3126583770d7", + "image_path": "images/181.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Center\nB.Bottom\nC.Bottom Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "0df4b990-7b5b-41f1-b6ac-c92f280e6163", + "image_path": "images/182.png", + "question": "What is the location of the ship in this image?\nA.Center\nB.Top\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "3d557852-f4ed-480b-aac2-f729f5f57ba3", + "image_path": "images/183.png", + "question": "Where is the swimming pool located in this image?\nA.Bottom Right\nB.Top Right\nC.Right\nD.Top Left", + "answer": "B" + }, + { + "id": "e3a34514-3dbf-48fa-8730-4fd54e3b513d", + "image_path": "images/184.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom Left\nB.Center\nC.Top Left\nD.Top Right", + "answer": "B" + }, + { + "id": "e73b2048-b6f2-435b-ae39-33b26f714e47", + "image_path": "images/185.png", + "question": "Where is the ship located in this image?\nA.Left\nB.Bottom Left\nC.Center\nD.Bottom Right", + "answer": "B" + }, + { + "id": "94cedaa0-7881-404d-9b7c-b8fceea74d6c", + "image_path": "images/186.png", + "question": "Where can the airplane be found in this image?\nA.Left\nB.Top Right\nC.Bottom Right\nD.Right", + "answer": "B" + }, + { + "id": "a6a663db-5f1d-44b4-941c-3851b1c188d3", + "image_path": "images/187.png", + "question": "What is the location of the ship in this image?\nA.Bottom Right\nB.Bottom Left\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "d71e4a1b-a1d0-4ec6-be14-00c482d81cf3", + "image_path": "images/188.png", + "question": "In this image, where is the dam positioned?\nA.Bottom Right\nB.Top Left\nC.Top\nD.Left", + "answer": "D" + }, + { + "id": "720c8b2f-b673-4183-bf56-1c09ad9db02c", + "image_path": "images/189.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom Right\nB.Bottom\nC.Center\nD.Top Right", + "answer": "D" + }, + { + "id": "95b13fe3-1f72-492f-9fe8-e0ecf2dd04a8", + "image_path": "images/190.png", + "question": "Where is the ship located in this image?\nA.Top\nB.Bottom\nC.Top Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "6ff7d151-a8d2-4ed3-9bc2-35e10763bbc4", + "image_path": "images/191.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Right\nB.Bottom Right\nC.Right\nD.Top Left", + "answer": "D" + }, + { + "id": "7569a321-6bb0-48bb-ba7d-fc9276b0833d", + "image_path": "images/192.png", + "question": "In this image, where is the roundabout positioned?\nA.Top Right\nB.Top Left\nC.Center\nD.Bottom Left", + "answer": "C" + }, + { + "id": "7e4151db-0949-4812-96bf-5c7cf10ff4b2", + "image_path": "images/193.png", + "question": "What is the location of the roundabout in this image?\nA.Center\nB.Right\nC.Top\nD.Bottom", + "answer": "A" + }, + { + "id": "78cb343e-8e0e-4252-8448-e74e4c6dfe54", + "image_path": "images/194.png", + "question": "What is the location of the storage tank in this image?\nA.Center\nB.Bottom\nC.Top\nD.Bottom Right", + "answer": "A" + }, + { + "id": "22995d45-ce69-4972-a484-931e66599e7c", + "image_path": "images/195.png", + "question": "Where is the dam located in this image?\nA.Top Left\nB.Center\nC.Bottom Right\nD.Top Right", + "answer": "B" + }, + { + "id": "04a99bc9-8f3e-47fd-8b05-db5e0896f6c2", + "image_path": "images/196.png", + "question": "Can you identify the position of the ground track field in this image?\nA.Center\nB.Left\nC.Bottom Right\nD.Bottom", + "answer": "A" + }, + { + "id": "752286f7-34bf-45f3-9dc1-6cd99f1282ff", + "image_path": "images/197.png", + "question": "In this image, where is the bridge positioned?\nA.Top Left\nB.Bottom Left\nC.Bottom\nD.Top Right", + "answer": "B" + }, + { + "id": "34f9deb6-2677-4d72-85b3-e63e8ff0e0f7", + "image_path": "images/198.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Right\nB.Bottom\nC.Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "158a095d-0f1b-48e3-b7bd-a34db9363515", + "image_path": "images/199.png", + "question": "In this image, where is the airplane positioned?\nA.Top Right\nB.Right\nC.Bottom\nD.Top", + "answer": "B" + }, + { + "id": "b4d40709-07fb-485c-911e-ef0722f6df02", + "image_path": "images/200.png", + "question": "Where is the roundabout located in this image?\nA.Top Left\nB.Top Right\nC.Center\nD.Left", + "answer": "C" + }, + { + "id": "000cdb3a-912c-4c7c-979e-6de44af76399", + "image_path": "images/201.png", + "question": "Where is the bridge located in this image?\nA.Bottom Left\nB.Right\nC.Center\nD.Top", + "answer": "C" + }, + { + "id": "307e3dae-cc18-4b85-bcdd-074f46640ebe", + "image_path": "images/202.png", + "question": "What is the location of the roundabout in this image?\nA.Left\nB.Bottom Right\nC.Top Right\nD.Center", + "answer": "D" + }, + { + "id": "33e057f2-8d7c-4a0e-8a52-0e68ee1a84bf", + "image_path": "images/203.png", + "question": "In this image, where is the storage tank positioned?\nA.Right\nB.Bottom Left\nC.Bottom\nD.Top", + "answer": "D" + }, + { + "id": "2c6c346c-6b30-4a05-8582-59bd596249df", + "image_path": "images/204.png", + "question": "Can you identify the position of the ship in this image?\nA.Bottom\nB.Bottom Right\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "67484795-7705-4f3d-8843-4dcbef8117f3", + "image_path": "images/205.png", + "question": "Where can the harbor be found in this image?\nA.Top Left\nB.Bottom\nC.Left\nD.Right", + "answer": "B" + }, + { + "id": "d1ee40fd-3bc1-421a-9ae9-ea78d1d85495", + "image_path": "images/206.png", + "question": "Can you identify the position of the ship in this image?\nA.Left\nB.Top Right\nC.Center\nD.Bottom Left", + "answer": "C" + }, + { + "id": "4a2e4aab-203e-4507-8119-b3ff09df3fef", + "image_path": "images/207.png", + "question": "What is the location of the dam in this image?\nA.Right\nB.Bottom\nC.Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "d706c94a-1e9b-41f2-bb94-ea25e724c3f3", + "image_path": "images/208.png", + "question": "Where can the storage tank be found in this image?\nA.Bottom Left\nB.Center\nC.Top Left\nD.Left", + "answer": "A" + }, + { + "id": "0c43f1ba-1489-45fa-b7e1-8dc4b202595d", + "image_path": "images/209.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom\nB.Bottom Left\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "1ee72179-1a8e-4baa-8781-bf06e1aadbb3", + "image_path": "images/210.png", + "question": "What is the location of the roundabout in this image?\nA.Top\nB.Center\nC.Bottom Right\nD.Bottom", + "answer": "B" + }, + { + "id": "dc07e622-4442-4796-9f53-88cb1c7fa267", + "image_path": "images/211.png", + "question": "What is the location of the soccer ball field in this image?\nA.Top\nB.Bottom Left\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "032aa4ea-3567-441f-b4ea-5210312ecf12", + "image_path": "images/212.png", + "question": "Where can the roundabout be found in this image?\nA.Top Right\nB.Center\nC.Top\nD.Top Left", + "answer": "B" + }, + { + "id": "0faf2e99-0932-4884-90f5-88b35c4d603e", + "image_path": "images/213.png", + "question": "What is the location of the airplane in this image?\nA.Top Right\nB.Top\nC.Left\nD.Bottom", + "answer": "C" + }, + { + "id": "6b34bcc7-cbdb-4f2d-9168-72f253f0ff75", + "image_path": "images/214.png", + "question": "What is the location of the roundabout in this image?\nA.Top\nB.Center\nC.Top Left\nD.Right", + "answer": "D" + }, + { + "id": "a2f19e05-7d7e-4260-9e5d-e2752b924efb", + "image_path": "images/215.png", + "question": "What is the location of the bridge in this image?\nA.Right\nB.Center\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "bad4fe87-695a-4742-b941-46b52d7d6056", + "image_path": "images/216.png", + "question": "Where can the dam be found in this image?\nA.Center\nB.Bottom Left\nC.Left\nD.Top Right", + "answer": "A" + }, + { + "id": "559c2824-585e-4386-9b00-c3c47ef75fe9", + "image_path": "images/217.png", + "question": "In this image, where is the airplane positioned?\nA.Top\nB.Bottom\nC.Bottom Left\nD.Right", + "answer": "A" + }, + { + "id": "22d31cfc-823d-485d-b345-1522bc28c9c1", + "image_path": "images/218.png", + "question": "Where is the ship located in this image?\nA.Top\nB.Right\nC.Top Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "b96fa1e8-b998-40f1-8194-0c781d2ee81e", + "image_path": "images/219.png", + "question": "Where is the dam located in this image?\nA.Center\nB.Top Left\nC.Bottom Right\nD.Left", + "answer": "A" + }, + { + "id": "edfa8259-b703-445d-a7c6-e17e4b5bd802", + "image_path": "images/220.png", + "question": "Where is the bridge located in this image?\nA.Bottom\nB.Top Left\nC.Bottom Right\nD.Top", + "answer": "B" + }, + { + "id": "8228517c-7fea-4737-a250-19f069fbcff0", + "image_path": "images/221.png", + "question": "In this image, where is the bridge positioned?\nA.Bottom Right\nB.Bottom\nC.Center\nD.Top Right", + "answer": "C" + }, + { + "id": "e3803bba-ab81-4fb8-87d9-8463fb5086fc", + "image_path": "images/222.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Right\nB.Bottom Right\nC.Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "90772c0e-c1fb-41e5-b13c-9ae680146ecc", + "image_path": "images/223.png", + "question": "Where can the bridge be found in this image?\nA.Center\nB.Bottom\nC.Top\nD.Top Right", + "answer": "A" + }, + { + "id": "94eefba4-340a-40d5-ab3e-fd2692ded20b", + "image_path": "images/224.png", + "question": "Where is the ship located in this image?\nA.Top Right\nB.Top\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "2e9d88d9-fb7d-45f0-b925-b35502f1b91d", + "image_path": "images/225.png", + "question": "Can you identify the position of the ship in this image?\nA.Right\nB.Top Right\nC.Left\nD.Bottom Left", + "answer": "D" + }, + { + "id": "d03d3d0d-17e0-4b02-bffb-f87620ed57fe", + "image_path": "images/226.png", + "question": "In this image, where is the airplane positioned?\nA.Right\nB.Bottom Right\nC.Top Right\nD.Top Left", + "answer": "C" + }, + { + "id": "d17c7209-413e-43b9-a9dd-8b40cb4f7e08", + "image_path": "images/227.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Top Left\nC.Bottom\nD.Bottom Right", + "answer": "A" + }, + { + "id": "7017ca94-a023-43b8-897b-63b8199c45d0", + "image_path": "images/228.png", + "question": "Where can the dam be found in this image?\nA.Bottom Right\nB.Bottom\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "d23284db-b923-4061-a61c-d0bc97b501f4", + "image_path": "images/229.png", + "question": "Where can the airplane be found in this image?\nA.Top Right\nB.Bottom Right\nC.Center\nD.Left", + "answer": "D" + }, + { + "id": "78a8ef85-6300-4c45-b228-4c7e32ae4ecc", + "image_path": "images/230.png", + "question": "What is the location of the soccer ball field in this image?\nA.Left\nB.Top\nC.Bottom Right\nD.Top Right", + "answer": "B" + }, + { + "id": "f0805dfb-25eb-470e-b3e2-040b5ca7f58a", + "image_path": "images/231.png", + "question": "Where is the roundabout located in this image?\nA.Center\nB.Top Left\nC.Top Right\nD.Left", + "answer": "A" + }, + { + "id": "3bcc420f-f700-42eb-a6b9-ed9488ca4a40", + "image_path": "images/232.png", + "question": "Where can the airplane be found in this image?\nA.Bottom Left\nB.Center\nC.Left\nD.Bottom Right", + "answer": "D" + }, + { + "id": "f68609aa-32b6-4258-8371-96d2dba51888", + "image_path": "images/233.png", + "question": "Where is the airplane located in this image?\nA.Bottom Right\nB.Center\nC.Right\nD.Top Left", + "answer": "C" + }, + { + "id": "884d6cd6-c9e2-49eb-b09e-866c53718765", + "image_path": "images/234.png", + "question": "Where can the roundabout be found in this image?\nA.Center\nB.Bottom Right\nC.Top Left\nD.Right", + "answer": "A" + }, + { + "id": "297fa4e3-9fe9-4230-94d3-b8b3f865967f", + "image_path": "images/235.png", + "question": "In this image, where is the dam positioned?\nA.Center\nB.Bottom Left\nC.Bottom Right\nD.Left", + "answer": "A" + }, + { + "id": "dd83a7cb-0f6e-4c51-840d-6db8e1762c27", + "image_path": "images/236.png", + "question": "Where is the roundabout located in this image?\nA.Top\nB.Top Left\nC.Center\nD.Bottom Left", + "answer": "C" + }, + { + "id": "af9b0843-8f4a-4d2e-b2da-5eb4d49efc60", + "image_path": "images/237.png", + "question": "Can you identify the position of the bridge in this image?\nA.Top Right\nB.Center\nC.Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "c5c1b7ad-e49a-4c95-8b9e-ec083f069f2e", + "image_path": "images/238.png", + "question": "Can you identify the position of the ship in this image?\nA.Center\nB.Bottom\nC.Bottom Left\nD.Top", + "answer": "D" + }, + { + "id": "6fa93bc2-92d8-423b-b594-8d76b7a33b85", + "image_path": "images/239.png", + "question": "What is the location of the roundabout in this image?\nA.Left\nB.Top\nC.Bottom Right\nD.Right", + "answer": "B" + }, + { + "id": "0747aabe-ab7b-4eab-b1bb-402b210d4a5d", + "image_path": "images/240.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Left\nB.Bottom Right\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "db36dfdc-68d4-4423-8e2d-9799bc0beb93", + "image_path": "images/241.png", + "question": "Can you identify the position of the dam in this image?\nA.Bottom Right\nB.Top Right\nC.Top\nD.Bottom", + "answer": "D" + }, + { + "id": "c55efaba-f34d-4bed-9da0-66ee68e098a1", + "image_path": "images/242.png", + "question": "What is the location of the ship in this image?\nA.Top Left\nB.Left\nC.Bottom Left\nD.Top", + "answer": "B" + }, + { + "id": "f4ef8ad4-8e98-4776-8815-62a20d5026af", + "image_path": "images/243.png", + "question": "What is the location of the soccer ball field in this image?\nA.Center\nB.Bottom Right\nC.Left\nD.Top Right", + "answer": "A" + }, + { + "id": "bda727d6-487f-43a8-8759-9ebf50f12d8e", + "image_path": "images/244.png", + "question": "Where can the ship be found in this image?\nA.Left\nB.Bottom Right\nC.Bottom Left\nD.Top Left", + "answer": "A" + }, + { + "id": "79483ce9-b98e-4b1b-a770-5628ee2f1d78", + "image_path": "images/245.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Bottom Left\nC.Top Right\nD.Right", + "answer": "A" + }, + { + "id": "f118b557-74fa-4735-8f35-b38486a65cd3", + "image_path": "images/246.png", + "question": "In this image, where is the bridge positioned?\nA.Bottom Right\nB.Left\nC.Top Right\nD.Center", + "answer": "C" + }, + { + "id": "0f958a2b-1ef4-46ab-8696-7f3e56791afa", + "image_path": "images/247.png", + "question": "In this image, where is the roundabout positioned?\nA.Center\nB.Bottom Left\nC.Right\nD.Bottom", + "answer": "A" + }, + { + "id": "e28f8bdd-79e6-4e5a-86d7-64dd025617f9", + "image_path": "images/248.png", + "question": "In this image, where is the bridge positioned?\nA.Top\nB.Top Right\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "42a641f6-f7fa-474c-a158-a287eeb09db2", + "image_path": "images/249.png", + "question": "Where can the storage tank be found in this image?\nA.Left\nB.Right\nC.Bottom\nD.Bottom Right", + "answer": "C" + }, + { + "id": "351db970-a43b-4d7d-8c22-d0404e1f5c14", + "image_path": "images/250.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Left\nC.Top\nD.Bottom", + "answer": "B" + }, + { + "id": "f97c4e03-a496-4a68-bb24-b946fa30218d", + "image_path": "images/251.png", + "question": "In this image, where is the harbor positioned?\nA.Center\nB.Left\nC.Bottom Left\nD.Top Right", + "answer": "C" + }, + { + "id": "8b109564-9d71-490e-9637-d464334c4a29", + "image_path": "images/252.png", + "question": "Where can the baseball diamond be found in this image?\nA.Top Right\nB.Right\nC.Top\nD.Bottom", + "answer": "C" + }, + { + "id": "6d1fe1ee-ffff-4a42-9f39-d4e50f5e8e56", + "image_path": "images/253.png", + "question": "What is the location of the dam in this image?\nA.Top Right\nB.Bottom\nC.Left\nD.Right", + "answer": "B" + }, + { + "id": "bffd5870-bf68-4133-9ab7-23d7ff67001e", + "image_path": "images/254.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top\nB.Left\nC.Bottom\nD.Right", + "answer": "C" + }, + { + "id": "b70b3f54-bcf9-4004-b6af-227b0d4621ee", + "image_path": "images/255.png", + "question": "Where can the dam be found in this image?\nA.Bottom\nB.Center\nC.Top Right\nD.Right", + "answer": "B" + }, + { + "id": "611371d8-0922-4af9-bd7a-5b238e7b04ac", + "image_path": "images/256.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom Left\nB.Bottom\nC.Top\nD.Top Left", + "answer": "C" + }, + { + "id": "3a801bbf-1d2d-4e32-b447-e458910cbf90", + "image_path": "images/257.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom\nB.Left\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "f4b0260f-421a-44f7-b06d-4b376c619ee5", + "image_path": "images/258.png", + "question": "Where is the bridge located in this image?\nA.Bottom Left\nB.Bottom Right\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "3c59d64e-801f-451a-bdb9-9aa59dd40fef", + "image_path": "images/259.png", + "question": "What is the location of the storage tank in this image?\nA.Bottom Left\nB.Bottom Right\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "7c3c9ceb-b298-4387-98ed-b4ed9d5349ee", + "image_path": "images/260.png", + "question": "Where is the dam located in this image?\nA.Top\nB.Top Left\nC.Center\nD.Bottom Right", + "answer": "C" + }, + { + "id": "48937ce0-ee94-4cc0-b857-01eb535dd15a", + "image_path": "images/261.png", + "question": "Where is the airplane located in this image?\nA.Right\nB.Center\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "7e5f0387-bcd3-46a4-a6f8-262ff053d315", + "image_path": "images/262.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Right\nB.Bottom\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "27f00c87-b98b-49b0-8fbc-eb73a44fcf2d", + "image_path": "images/263.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Right\nB.Center\nC.Top\nD.Bottom", + "answer": "B" + }, + { + "id": "4813536d-4679-4e0f-b37c-2adcab1e3837", + "image_path": "images/264.png", + "question": "What is the location of the bridge in this image?\nA.Top Left\nB.Top Right\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "c0667a10-5ed5-464f-a020-4d8ffc1ce21f", + "image_path": "images/265.png", + "question": "What is the location of the roundabout in this image?\nA.Top\nB.Top Left\nC.Top Right\nD.Center", + "answer": "D" + }, + { + "id": "cf8529dd-ae7a-4e16-848d-0b3c9c99a440", + "image_path": "images/266.png", + "question": "Can you identify the position of the harbor with the most ships docked in this image?\nA.Center\nB.Bottom\nC.Left\nD.Top", + "answer": "C" + }, + { + "id": "9f284906-9952-4c0d-b592-7c07766e6030", + "image_path": "images/267.png", + "question": "In this image, where is the airplane positioned?\nA.Center\nB.Bottom\nC.Top\nD.Right", + "answer": "D" + }, + { + "id": "5bdaa511-2c0c-44ab-8fd0-666581e73f91", + "image_path": "images/268.png", + "question": "In this image, where is the airplane positioned?\nA.Center\nB.Top Right\nC.Bottom Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "51af484f-cbb6-45f8-8205-32683c3b38fe", + "image_path": "images/269.png", + "question": "In this image, where is the roundabout positioned?\nA.Top\nB.Center\nC.Bottom Left\nD.Right", + "answer": "B" + }, + { + "id": "7ad037e3-a178-493f-87f9-dda3af7957fd", + "image_path": "images/270.png", + "question": "Where is the roundabout located in this image?\nA.Bottom Left\nB.Right\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "08459a59-0f92-445a-8fcf-f0cf350a3464", + "image_path": "images/271.png", + "question": "In this image, where is the airplane positioned?\nA.Top\nB.Left\nC.Top Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "6ca78699-096b-4551-813e-408dfcd48c43", + "image_path": "images/272.png", + "question": "Where can the ship be found in this image?\nA.Center\nB.Top\nC.Bottom\nD.Top Left", + "answer": "D" + }, + { + "id": "c5b5e3da-a65b-4458-a9bc-2514a7f633dc", + "image_path": "images/273.png", + "question": "Can you identify the position of the airplane in this image?\nA.Right\nB.Top Right\nC.Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "37fdb1c6-2bfb-4738-8c75-c52e94c36cd5", + "image_path": "images/274.png", + "question": "Where can the ship be found in this image?\nA.Bottom\nB.Bottom Left\nC.Top Left\nD.Right", + "answer": "C" + }, + { + "id": "d04c6aa7-281f-4687-bef1-9ae9e320affe", + "image_path": "images/275.png", + "question": "Where can the dam be found in this image?\nA.Center\nB.Top\nC.Bottom\nD.Bottom Left", + "answer": "B" + }, + { + "id": "8ee821f1-ff41-4584-8a56-9fa214b5fdf6", + "image_path": "images/276.png", + "question": "Where is the ship located in this image?\nA.Right\nB.Top Left\nC.Center\nD.Bottom", + "answer": "C" + }, + { + "id": "5e2fb0aa-f0dc-4435-91b3-708042f51f04", + "image_path": "images/277.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom\nB.Center\nC.Right\nD.Bottom Right", + "answer": "D" + }, + { + "id": "eea0ab0b-5723-4d1e-83ff-e15ae8ddb3f6", + "image_path": "images/278.png", + "question": "Where is the bridge located in this image?\nA.Bottom Right\nB.Top Right\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "26b612fe-2286-4ba3-9248-4e7bf8621ac0", + "image_path": "images/279.png", + "question": "In this image, where is the bridge positioned?\nA.Bottom Right\nB.Right\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "de0d8f2c-2e4f-41ff-8704-751e24226f92", + "image_path": "images/280.png", + "question": "In this image, where is the roundabout positioned?\nA.Center\nB.Bottom Left\nC.Bottom\nD.Top Left", + "answer": "A" + }, + { + "id": "584aeab5-bb26-438f-8599-9ceb4947ec41", + "image_path": "images/281.png", + "question": "What is the location of the ship in this image?\nA.Bottom\nB.Left\nC.Top Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "776d0266-5749-4d95-81b5-2a9363ea2765", + "image_path": "images/282.png", + "question": "Where is the bridge located in this image?\nA.Right\nB.Left\nC.Bottom Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "d7b4bd9f-810f-4199-acb5-f8155cd27181", + "image_path": "images/283.png", + "question": "In this image, where is the soccer ball field positioned?\nA.Top\nB.Right\nC.Bottom Left\nD.Top Left", + "answer": "C" + }, + { + "id": "f5e74050-f3a5-43bc-aeb5-99c7f696d7e8", + "image_path": "images/284.png", + "question": "Where can the airplane be found in this image?\nA.Left\nB.Right\nC.Bottom Right\nD.Top Left", + "answer": "C" + }, + { + "id": "451b82f8-e79a-43ae-a6fd-9cb09af61d20", + "image_path": "images/285.png", + "question": "What is the location of the roundabout in this image?\nA.Left\nB.Bottom Left\nC.Center\nD.Top Right", + "answer": "C" + }, + { + "id": "86f4d2a5-2935-4739-b095-7e9f0f56b290", + "image_path": "images/286.png", + "question": "In this image, where is the roundabout positioned?\nA.Right\nB.Bottom\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "4f76f7b7-32da-4166-b46a-3c6186e6da01", + "image_path": "images/287.png", + "question": "Can you identify the position of the dam in this image?\nA.Top Right\nB.Left\nC.Right\nD.Top", + "answer": "C" + }, + { + "id": "46420c75-9122-48e5-a5f8-cc31ecfacee7", + "image_path": "images/288.png", + "question": "What is the location of the bridge in this image?\nA.Bottom\nB.Top Right\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "937e5f25-29f6-40b2-9a0e-8159e63df424", + "image_path": "images/289.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom Right\nB.Bottom Left\nC.Center\nD.Bottom", + "answer": "C" + }, + { + "id": "1903adb3-76ab-4138-b08f-18827649876d", + "image_path": "images/290.png", + "question": "Can you identify the position of the dam in this image?\nA.Bottom\nB.Top\nC.Center\nD.Top Right", + "answer": "A" + }, + { + "id": "803aec0b-7fe0-4657-9159-60cba7f26efe", + "image_path": "images/291.png", + "question": "Can you identify the position of the bridge in this image?\nA.Right\nB.Top\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "69a0a443-cfd5-4825-85a3-7aece5e97fd9", + "image_path": "images/292.png", + "question": "In this image, where is the airplane positioned?\nA.Right\nB.Bottom Right\nC.Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "f049db52-328b-4ddf-8d57-2b3698e2cb48", + "image_path": "images/293.png", + "question": "Can you identify the position of the ship in this image?\nA.Top Right\nB.Bottom\nC.Left\nD.Center", + "answer": "C" + }, + { + "id": "3337f482-64be-4f78-8f77-dcd0af1b0cf9", + "image_path": "images/294.png", + "question": "Where can the roundabout be found in this image?\nA.Right\nB.Center\nC.Bottom Right\nD.Top Left", + "answer": "B" + }, + { + "id": "7bfb1ec9-b7b1-493c-a20c-955411830b59", + "image_path": "images/295.png", + "question": "Where is the dam located in this image?\nA.Bottom Left\nB.Top\nC.Center\nD.Bottom", + "answer": "C" + }, + { + "id": "9e6406d6-233d-43da-a8e3-f99e68830e0a", + "image_path": "images/296.png", + "question": "Where can the dam be found in this image?\nA.Center\nB.Right\nC.Top Right\nD.Top Left", + "answer": "A" + }, + { + "id": "dc19093a-c188-453c-927f-4512361b98bc", + "image_path": "images/297.png", + "question": "Where can the storage tank be found in this image?\nA.Top\nB.Bottom Right\nC.Center\nD.Left", + "answer": "C" + }, + { + "id": "e564a62f-d14e-495b-a95f-833318fd34b4", + "image_path": "images/298.png", + "question": "In this image, where is the dam positioned?\nA.Bottom Left\nB.Right\nC.Center\nD.Bottom Right", + "answer": "B" + }, + { + "id": "1f730d61-ec64-4b57-b868-408f0784733d", + "image_path": "images/299.png", + "question": "Can you identify the position of the dam in this image?\nA.Top Left\nB.Right\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "551fabab-6ec8-4bdc-92c1-d67f9f26e9d5", + "image_path": "images/300.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom Left\nB.Right\nC.Bottom Right\nD.Top", + "answer": "B" + }, + { + "id": "b0679b16-2816-4f1e-92c4-035d38e6bfe6", + "image_path": "images/301.png", + "question": "Where can the roundabout be found in this image?\nA.Right\nB.Top Left\nC.Bottom Left\nD.Bottom", + "answer": "A" + }, + { + "id": "b96d1033-e004-48c8-9c14-55aa7c0c8817", + "image_path": "images/302.png", + "question": "Where can the roundabout be found in this image?\nA.Center\nB.Top\nC.Right\nD.Top Right", + "answer": "A" + }, + { + "id": "1f6cf384-730d-4d8e-83bc-def739ab67ec", + "image_path": "images/303.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom Left\nB.Bottom Right\nC.Center\nD.Top Right", + "answer": "C" + }, + { + "id": "f5df60c1-c788-4c5a-b5ec-bed392f81b50", + "image_path": "images/304.png", + "question": "Where is the airplane located in this image?\nA.Top\nB.Top Right\nC.Bottom\nD.Left", + "answer": "D" + }, + { + "id": "325aea48-5cec-497f-8ba5-7c1db163fb6d", + "image_path": "images/305.png", + "question": "Can you identify the position of the airplane in this image?\nA.Right\nB.Top Right\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "2d1ff606-54a1-420a-a2f8-bd5023828846", + "image_path": "images/306.png", + "question": "What is the location of the dam in this image?\nA.Top\nB.Top Right\nC.Bottom Left\nD.Bottom Right", + "answer": "D" + }, + { + "id": "2529018a-12cb-4ee9-a143-22b4b6712ba3", + "image_path": "images/307.png", + "question": "Where can the dam be found in this image?\nA.Left\nB.Top Right\nC.Top Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "cfe70927-9561-4cf4-af8f-c66f9794a2fe", + "image_path": "images/308.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Right\nB.Right\nC.Left\nD.Bottom", + "answer": "D" + }, + { + "id": "310c1bf0-9c6f-432a-97d2-5b5f0ddf5a82", + "image_path": "images/309.png", + "question": "Where can the bridge be found in this image?\nA.Left\nB.Bottom Right\nC.Center\nD.Top", + "answer": "C" + }, + { + "id": "635afe02-a7bf-4f34-b49a-3752f8b6f9c1", + "image_path": "images/310.png", + "question": "Where is the ship located in this image?\nA.Top\nB.Top Left\nC.Center\nD.Bottom Left", + "answer": "A" + }, + { + "id": "cfa6a9e9-adfa-4d5f-86de-ab753c0e16b0", + "image_path": "images/311.png", + "question": "Where can the roundabout be found in this image?\nA.Center\nB.Left\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "1c4a4836-0bae-46c8-9052-43a3a33ad691", + "image_path": "images/312.png", + "question": "Where is the storage tank located in this image?\nA.Center\nB.Top Right\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "6bc52a33-fef5-4c86-bbbc-c975b132676b", + "image_path": "images/313.png", + "question": "Where can the harbor be found in this image?\nA.Bottom Left\nB.Top Right\nC.Top\nD.Bottom Right", + "answer": "D" + }, + { + "id": "2ae2546a-d6cf-4629-92cd-d50aad03ccea", + "image_path": "images/314.png", + "question": "Where can the airplane be found in this image?\nA.Bottom Right\nB.Top\nC.Top Right\nD.Center", + "answer": "C" + }, + { + "id": "d6c1249f-4e11-4f0c-921a-04c32f5d10e7", + "image_path": "images/315.png", + "question": "Where is the ship located in this image?\nA.Center\nB.Bottom Left\nC.Bottom Right\nD.Top", + "answer": "C" + }, + { + "id": "50af0655-4113-40df-9c80-431231ed0e6b", + "image_path": "images/316.png", + "question": "Where can the bridge be found in this image?\nA.Bottom Right\nB.Bottom\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "b3fae946-8361-46e5-8fc9-8a9b24cf5c81", + "image_path": "images/317.png", + "question": "What is the location of the ship in this image?\nA.Top\nB.Bottom Right\nC.Right\nD.Left", + "answer": "A" + }, + { + "id": "35927c09-5118-44da-b6fd-0ed1a583fe02", + "image_path": "images/318.png", + "question": "In this image, where is the ship positioned?\nA.Top Left\nB.Left\nC.Bottom Left\nD.Right", + "answer": "C" + }, + { + "id": "ab42c563-f4cd-449b-98f4-c6f78fc6072a", + "image_path": "images/319.png", + "question": "What is the location of the bridge in this image?\nA.Top\nB.Bottom Left\nC.Top Left\nD.Center", + "answer": "D" + }, + { + "id": "15cda516-0daf-4ee4-9646-c2f364166f64", + "image_path": "images/320.png", + "question": "In this image, where is the airplane positioned?\nA.Right\nB.Top Left\nC.Bottom Left\nD.Left", + "answer": "D" + }, + { + "id": "464f00d9-0fe5-4378-a834-7fe185e350fa", + "image_path": "images/321.png", + "question": "Can you identify the position of the dam in this image?\nA.Right\nB.Center\nC.Left\nD.Top Right", + "answer": "D" + }, + { + "id": "d5be19a9-319d-40eb-90b6-4fac7557ad6d", + "image_path": "images/322.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Left\nB.Top Right\nC.Bottom Right\nD.Top Left", + "answer": "A" + }, + { + "id": "98616686-1144-4dbd-b74f-58cacb4f6802", + "image_path": "images/323.png", + "question": "In this image, where is the roundabout positioned?\nA.Top\nB.Bottom Right\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "eb7ae156-982c-487e-a14c-b86f826e6a01", + "image_path": "images/324.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Right\nB.Bottom Left\nC.Top\nD.Bottom Right", + "answer": "C" + }, + { + "id": "f04ddca4-6ddf-47a0-acf8-95e47e9fd8ed", + "image_path": "images/325.png", + "question": "In this image, where is the roundabout positioned?\nA.Left\nB.Center\nC.Top Left\nD.Top Right", + "answer": "B" + }, + { + "id": "9a647559-16b8-4cb5-a4f7-5d719d367e47", + "image_path": "images/326.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom\nB.Bottom Right\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "987c6496-e911-4f45-86e4-ffb021fd44b5", + "image_path": "images/327.png", + "question": "What is the location of the airplane in this image?\nA.Bottom Left\nB.Right\nC.Bottom Right\nD.Top Right", + "answer": "C" + }, + { + "id": "c34f12c4-6823-49e1-8ae2-ddc540567bab", + "image_path": "images/328.png", + "question": "Can you identify the position of the harbor in this image?\nA.Top\nB.Right\nC.Bottom\nD.Top Right", + "answer": "C" + }, + { + "id": "3d9deff0-9009-4cad-a60f-b784b60c7e2d", + "image_path": "images/329.png", + "question": "What is the location of the bridge in this image?\nA.Bottom Left\nB.Bottom Right\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "927c754d-69ad-420f-85c2-c574fa8781b0", + "image_path": "images/330.png", + "question": "Can you identify the position of the bridge in this image?\nA.Center\nB.Top\nC.Left\nD.Bottom Left", + "answer": "A" + }, + { + "id": "86ad6b67-970d-4364-acc5-120c25ed7980", + "image_path": "images/331.png", + "question": "Where can the roundabout be found in this image?\nA.Center\nB.Bottom Right\nC.Top Left\nD.Left", + "answer": "A" + }, + { + "id": "41bd73bc-99ee-49fb-ad46-20f3ed0fad0b", + "image_path": "images/332.png", + "question": "In this image, where is the harbor positioned?\nA.Top\nB.Bottom\nC.Bottom Right\nD.Top Left", + "answer": "C" + }, + { + "id": "58b0d0ee-bf22-4e30-826c-d696e98e2876", + "image_path": "images/333.png", + "question": "What is the location of the dam in this image?\nA.Right\nB.Bottom Right\nC.Top\nD.Bottom Left", + "answer": "C" + }, + { + "id": "0f71f77d-24f2-4c78-a836-d2508f737a8a", + "image_path": "images/334.png", + "question": "Where can the bridge be found in this image?\nA.Center\nB.Top\nC.Bottom\nD.Left", + "answer": "A" + }, + { + "id": "a182f861-7f53-4106-adf5-e78b0f4fcd93", + "image_path": "images/335.png", + "question": "In this image, where is the ship positioned?\nA.Left\nB.Top\nC.Bottom\nD.Right", + "answer": "C" + }, + { + "id": "5b701390-c701-401e-a883-d9e1f382083e", + "image_path": "images/336.png", + "question": "What is the location of the roundabout in this image?\nA.Left\nB.Top\nC.Center\nD.Top Right", + "answer": "C" + }, + { + "id": "c8f78607-e673-4d11-91ab-888cab9b9857", + "image_path": "images/337.png", + "question": "Where is the bridge located in this image?\nA.Left\nB.Right\nC.Bottom Left\nD.Top Left", + "answer": "B" + }, + { + "id": "25bc0327-d9f2-4512-be13-87fa8697da1c", + "image_path": "images/338.png", + "question": "In this image, where is the ship positioned?\nA.Bottom Left\nB.Top Left\nC.Top Right\nD.Bottom", + "answer": "D" + }, + { + "id": "13de6ff6-d203-44a3-baa4-cd07285309f1", + "image_path": "images/339.png", + "question": "What is the location of the airplane in this image?\nA.Center\nB.Bottom\nC.Left\nD.Top", + "answer": "A" + }, + { + "id": "97649c67-8ac3-40f5-a8b7-937f2036250a", + "image_path": "images/340.png", + "question": "Can you identify the position of the dam in this image?\nA.Top\nB.Top Left\nC.Bottom\nD.Bottom Right", + "answer": "C" + }, + { + "id": "07c7b65f-8b36-491a-81b7-6d8da64f1db8", + "image_path": "images/341.png", + "question": "What is the location of the soccer ball field in this image?\nA.Right\nB.Bottom Left\nC.Top Left\nD.Center", + "answer": "D" + }, + { + "id": "d8c7d4e5-8cca-4ea5-88d3-8e35bad8c9d4", + "image_path": "images/342.png", + "question": "What is the location of the dam in this image?\nA.Top Right\nB.Bottom\nC.Center\nD.Top", + "answer": "C" + }, + { + "id": "5d735c8b-40d6-4865-aa83-bcb0e73d9085", + "image_path": "images/343.png", + "question": "Where can the bridge be found in this image?\nA.Bottom\nB.Center\nC.Top Right\nD.Bottom Left", + "answer": "B" + }, + { + "id": "9a42f7af-ae59-4342-a633-dd87c6aba72b", + "image_path": "images/344.png", + "question": "Where is the roundabout located in this image?\nA.Top Right\nB.Left\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "007ecbbf-2f95-4544-afcf-2c3f16276a72", + "image_path": "images/345.png", + "question": "What is the location of the roundabout in this image?\nA.Center\nB.Left\nC.Bottom Left\nD.Top", + "answer": "A" + }, + { + "id": "d081cbcf-a774-4e25-8de9-cb2809cb1676", + "image_path": "images/346.png", + "question": "Where is the dam located in this image?\nA.Center\nB.Top\nC.Bottom Right\nD.Left", + "answer": "A" + }, + { + "id": "2e642320-a17e-40b2-bdfe-022691cd8532", + "image_path": "images/347.png", + "question": "What is the location of the airplane in this image?\nA.Left\nB.Center\nC.Bottom Left\nD.Right", + "answer": "C" + }, + { + "id": "13dd35e3-d274-44c2-8b41-42db3d57a7b4", + "image_path": "images/348.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom Right\nB.Top Right\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "b17e33eb-aa15-4b62-aeb4-67998b3007b5", + "image_path": "images/349.png", + "question": "Where can the bridge be found in this image?\nA.Bottom\nB.Right\nC.Top Right\nD.Center", + "answer": "D" + }, + { + "id": "c8ddef43-bc15-43d8-a789-842da81ad06a", + "image_path": "images/350.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom Left\nB.Top Right\nC.Left\nD.Bottom", + "answer": "C" + }, + { + "id": "f8c04266-9f32-4a38-88ce-a45d84523fdb", + "image_path": "images/351.png", + "question": "Where can the soccer ball field be found in this image?\nA.Center\nB.Bottom\nC.Right\nD.Top Left", + "answer": "A" + }, + { + "id": "003ee146-b1e8-400c-9010-2028323f07a9", + "image_path": "images/352.png", + "question": "Where can the roundabout be found in this image?\nA.Right\nB.Top Left\nC.Top Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "3ec6f7dc-10d2-4e13-bda5-39efb125347c", + "image_path": "images/353.png", + "question": "Where can the roundabout be found in this image?\nA.Top Right\nB.Left\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "57f4b70c-a454-4756-a4e5-07372b80d378", + "image_path": "images/354.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Left\nB.Center\nC.Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "ac0710d1-4740-4720-b9bf-381f2b27e692", + "image_path": "images/355.png", + "question": "Where can the bridge be found in this image?\nA.Center\nB.Bottom\nC.Bottom Left\nD.Top", + "answer": "B" + }, + { + "id": "4527a729-8a74-4e33-abbe-0ec0f1e61a2d", + "image_path": "images/356.png", + "question": "In this image, where is the airplane positioned?\nA.Top\nB.Bottom Right\nC.Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "6675d26d-e88b-4c61-888b-8e3450796689", + "image_path": "images/357.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom Right\nB.Bottom\nC.Center\nD.Top", + "answer": "C" + }, + { + "id": "e28b8e92-4cb6-4217-8e35-4e7aab9d9d45", + "image_path": "images/358.png", + "question": "Where can the ship be found in this image?\nA.Top Right\nB.Bottom Right\nC.Center\nD.Bottom", + "answer": "A" + }, + { + "id": "ee9b903a-bd19-44fc-8e3b-0ff2be727010", + "image_path": "images/359.png", + "question": "Where is the dam located in this image?\nA.Left\nB.Top Left\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "cc83ced7-2d30-42df-9369-3f291cb8a9bb", + "image_path": "images/360.png", + "question": "Where is the dam located in this image?\nA.Left\nB.Bottom Right\nC.Center\nD.Bottom Left", + "answer": "C" + }, + { + "id": "0a95cef6-29de-48da-a928-3d8af0406edf", + "image_path": "images/361.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Top Left\nB.Bottom Left\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "9dc9584c-e0d5-430c-9e11-22297acdecc5", + "image_path": "images/362.png", + "question": "Where can the ship be found in this image?\nA.Right\nB.Bottom Right\nC.Top Left\nD.Center", + "answer": "D" + }, + { + "id": "46a13d44-e4f2-4fc6-b5f9-b2f1136d1872", + "image_path": "images/363.png", + "question": "Where is the storage tank located in this image?\nA.Bottom Left\nB.Bottom Right\nC.Top\nD.Left", + "answer": "B" + }, + { + "id": "f11b8804-2526-4821-b285-6d8810f516c4", + "image_path": "images/364.png", + "question": "Where is the roundabout located in this image?\nA.Bottom\nB.Left\nC.Top Right\nD.Right", + "answer": "A" + }, + { + "id": "92b51fab-066c-48b9-add3-20618b52378f", + "image_path": "images/365.png", + "question": "Where is the airplane located in this image?\nA.Top Right\nB.Bottom Left\nC.Top Left\nD.Right", + "answer": "C" + }, + { + "id": "078782d7-db72-4426-8753-a6eabf828ad6", + "image_path": "images/366.png", + "question": "In this image, where is the bridge positioned?\nA.Top Left\nB.Left\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "faad20d9-c08a-44fa-9e9e-4add1a876bb4", + "image_path": "images/367.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Bottom Left\nB.Center\nC.Top Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "b21f16fd-1240-4d6a-8121-97d156afbe42", + "image_path": "images/368.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Right\nB.Center\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "c1e68fff-127b-49a7-af5a-91575d777e58", + "image_path": "images/369.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Right\nB.Left\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "dd8dfdf3-85b7-4109-81f0-e16562d42150", + "image_path": "images/370.png", + "question": "What is the location of the bridge in this image?\nA.Top Right\nB.Bottom Right\nC.Center\nD.Top", + "answer": "C" + }, + { + "id": "52b3d0d1-938d-44d8-a984-d036c4e6df1d", + "image_path": "images/371.png", + "question": "In this image, where is the dam positioned?\nA.Top Left\nB.Top\nC.Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "68b4dd1a-aade-47d5-bc6e-f5fbad038e1a", + "image_path": "images/372.png", + "question": "Where is the airplane located in this image?\nA.Top\nB.Center\nC.Bottom Left\nD.Top Right", + "answer": "B" + }, + { + "id": "92b02720-932e-4f47-b66c-7efd4938dced", + "image_path": "images/373.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Right\nB.Bottom Right\nC.Bottom Left\nD.Left", + "answer": "D" + }, + { + "id": "6beff081-68fd-4004-9067-fa38acf1473c", + "image_path": "images/374.png", + "question": "Where is the storage tank located in this image?\nA.Top Left\nB.Bottom\nC.Bottom Right\nD.Right", + "answer": "D" + }, + { + "id": "0e4e7c37-54e1-4c85-adcf-6559074690d4", + "image_path": "images/375.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom\nB.Bottom Right\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "bb06d69d-e3a6-498e-a799-0de2d0cd9860", + "image_path": "images/376.png", + "question": "Where is the roundabout located in this image?\nA.Left\nB.Bottom\nC.Right\nD.Top Right", + "answer": "C" + }, + { + "id": "6e019791-e08c-41a1-b6c5-b7309da39930", + "image_path": "images/377.png", + "question": "In this image, where is the airplane positioned?\nA.Top Right\nB.Left\nC.Bottom\nD.Top", + "answer": "D" + }, + { + "id": "66d60ada-0156-4804-b731-a37a9b11e7e0", + "image_path": "images/378.png", + "question": "What is the location of the roundabout in this image?\nA.Top Left\nB.Bottom Left\nC.Bottom Right\nD.Center", + "answer": "B" + }, + { + "id": "21d7fdba-51f8-4d99-ba32-9a64a4801772", + "image_path": "images/379.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom\nB.Left\nC.Bottom Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "3c82f993-e05f-4f85-b61a-5c263040c10c", + "image_path": "images/380.png", + "question": "Where can the harbor be found in this image?\nA.Top Left\nB.Top Right\nC.Bottom\nD.Right", + "answer": "C" + }, + { + "id": "7433640e-b146-413e-9f29-7e0886e4f305", + "image_path": "images/381.png", + "question": "Where can the storage tank be found in this image?\nA.Top Right\nB.Bottom\nC.Right\nD.Bottom Left", + "answer": "C" + }, + { + "id": "dd64e746-55e4-48c9-be12-0924b9b91004", + "image_path": "images/382.png", + "question": "In this image, where is the roundabout positioned?\nA.Left\nB.Bottom\nC.Top Left\nD.Right", + "answer": "D" + }, + { + "id": "cef74d94-abba-479f-aabb-6617ae1e1937", + "image_path": "images/383.png", + "question": "Where is the roundabout located in this image?\nA.Left\nB.Top Right\nC.Right\nD.Top", + "answer": "A" + }, + { + "id": "cd89b50c-7749-4486-b3a1-7803f99b790e", + "image_path": "images/384.png", + "question": "Can you identify the position of the ship in this image?\nA.Top Right\nB.Bottom Right\nC.Top Left\nD.Bottom", + "answer": "D" + }, + { + "id": "0f08221a-23ed-43f8-8f7c-a1e6d44c98ce", + "image_path": "images/385.png", + "question": "Where can the bridge be found in this image?\nA.Left\nB.Center\nC.Bottom\nD.Right", + "answer": "B" + }, + { + "id": "79834edf-d442-4100-b1b2-cec34acac8ad", + "image_path": "images/386.png", + "question": "Where can the bridge be found in this image?\nA.Top Right\nB.Center\nC.Top\nD.Bottom Left", + "answer": "B" + }, + { + "id": "cfd2d544-adbf-42d3-8f27-aa5195bc21d2", + "image_path": "images/387.png", + "question": "In this image, where is the roundabout positioned?\nA.Top Right\nB.Top\nC.Top Left\nD.Bottom", + "answer": "D" + }, + { + "id": "d7144b4d-cb45-4cec-8086-86042e08e339", + "image_path": "images/388.png", + "question": "What is the location of the bridge in this image?\nA.Bottom\nB.Left\nC.Center\nD.Top Left", + "answer": "A" + }, + { + "id": "3939fb05-1a1f-4d4e-ba92-ec573e858f69", + "image_path": "images/389.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom\nB.Bottom Left\nC.Center\nD.Top Right", + "answer": "C" + }, + { + "id": "56db93ae-c324-4ee4-9d34-9a2f39e14c82", + "image_path": "images/390.png", + "question": "Where can the storage tank be found in this image?\nA.Top Right\nB.Top Left\nC.Bottom Right\nD.Left", + "answer": "D" + }, + { + "id": "b335276b-bc69-4704-8868-32b3e9e9204d", + "image_path": "images/391.png", + "question": "Where can the airplane be found in this image?\nA.Left\nB.Bottom Right\nC.Center\nD.Top", + "answer": "D" + }, + { + "id": "dd5a3fec-8bb9-4298-9aa5-34f461c83322", + "image_path": "images/392.png", + "question": "Where is the bridge located in this image?\nA.Right\nB.Bottom Left\nC.Top Left\nD.Top Right", + "answer": "B" + }, + { + "id": "63415d9f-6697-4f68-b940-ed38510c9998", + "image_path": "images/393.png", + "question": "Can you identify the position of the dam in this image?\nA.Top Right\nB.Center\nC.Bottom Left\nD.Bottom", + "answer": "C" + }, + { + "id": "656a086e-222d-4b8f-adf0-8ba35bfb984c", + "image_path": "images/394.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Left\nB.Center\nC.Top Right\nD.Bottom Left", + "answer": "B" + }, + { + "id": "7d876e2d-88d2-4ccd-b926-fc8e1d65dbb0", + "image_path": "images/395.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Right\nB.Top\nC.Bottom Left\nD.Right", + "answer": "A" + }, + { + "id": "1d43a1da-e7ef-444e-b977-9e575e47838f", + "image_path": "images/396.png", + "question": "Where can the airplane be found in this image?\nA.Top\nB.Bottom Left\nC.Bottom Right\nD.Center", + "answer": "D" + }, + { + "id": "51245e1c-ba50-4229-a6e8-b46e9f42b457", + "image_path": "images/397.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Bottom Right\nB.Bottom Left\nC.Center\nD.Right", + "answer": "B" + }, + { + "id": "1bb27e32-3c5b-4f1e-bdd4-d97cc6f8b4e7", + "image_path": "images/398.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Left\nB.Right\nC.Bottom Right\nD.Top Right", + "answer": "A" + }, + { + "id": "aff6a393-73cd-44a6-840d-1d8c293bc949", + "image_path": "images/399.png", + "question": "What is the location of the airplane in this image?\nA.Bottom\nB.Top Left\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "56aa5155-fc83-4c2e-85ce-c6edb0911f36", + "image_path": "images/400.png", + "question": "Where is the airplane located in this image?\nA.Right\nB.Bottom\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "51024eea-84d8-41cf-ab58-72feec176ff0", + "image_path": "images/401.png", + "question": "What is the location of the roundabout in this image?\nA.Bottom\nB.Center\nC.Top\nD.Bottom Left", + "answer": "B" + }, + { + "id": "25e4597b-a633-459e-981e-5309cfb40bfa", + "image_path": "images/402.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom Left\nB.Top Left\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "f69932fe-6aad-44bc-a2ce-067f69a42e71", + "image_path": "images/403.png", + "question": "In this image, where is the roundabout positioned?\nA.Top Right\nB.Bottom Left\nC.Right\nD.Center", + "answer": "A" + }, + { + "id": "cc270e1e-1a79-4686-9a09-6c80f13f1b92", + "image_path": "images/404.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Right\nB.Bottom\nC.Center\nD.Left", + "answer": "C" + }, + { + "id": "a1fdd51c-4cc5-4d88-aa52-fcd0c9a09033", + "image_path": "images/405.png", + "question": "Where is the soccer ball field located in this image?\nA.Top Left\nB.Top Right\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "58c35712-add9-489c-ad53-413173d0f38c", + "image_path": "images/406.png", + "question": "Where is the dam located in this image?\nA.Center\nB.Top Right\nC.Bottom Left\nD.Bottom", + "answer": "A" + }, + { + "id": "7812e2bd-5628-435e-87e7-3519ae0ae3ae", + "image_path": "images/407.png", + "question": "Where can the roundabout be found in this image?\nA.Center\nB.Left\nC.Top Right\nD.Bottom Left", + "answer": "A" + }, + { + "id": "53348105-449a-4bc7-a0ce-30f7a8e2f6e2", + "image_path": "images/408.png", + "question": "Can you identify the position of the ship in this image?\nA.Top Left\nB.Left\nC.Top Right\nD.Bottom Right", + "answer": "B" + }, + { + "id": "b0f91dee-228d-4624-8ee4-b0a484a8103d", + "image_path": "images/409.png", + "question": "Where is the dam located in this image?\nA.Bottom\nB.Center\nC.Top Right\nD.Top Left", + "answer": "B" + }, + { + "id": "9414fa31-e311-423a-bb7b-bcd30da8a9ff", + "image_path": "images/410.png", + "question": "Where can the bridge be found in this image?\nA.Left\nB.Top\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "a6eb2efb-3068-4f11-b8d8-aa95e412e4a2", + "image_path": "images/411.png", + "question": "Where is the roundabout located in this image?\nA.Left\nB.Top\nC.Bottom Left\nD.Top Right", + "answer": "B" + }, + { + "id": "460dba00-c740-4e6b-a089-9fb6bf271299", + "image_path": "images/412.png", + "question": "Where can the ground track field be found in this image?\nA.Bottom\nB.Bottom Right\nC.Left\nD.Top Left", + "answer": "C" + }, + { + "id": "76b6b847-d39d-4ddd-90a6-af53b5c20b9b", + "image_path": "images/413.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Right\nB.Center\nC.Bottom\nD.Top Left", + "answer": "B" + }, + { + "id": "b909cdca-da90-4440-91eb-63e6664c54b3", + "image_path": "images/414.png", + "question": "Can you identify the position of the bridge in this image?\nA.Top\nB.Top Left\nC.Center\nD.Bottom Right", + "answer": "D" + }, + { + "id": "98dc55ce-5cd3-4c67-b53a-600a85fa6188", + "image_path": "images/415.png", + "question": "In this image, where is the storage tank positioned?\nA.Left\nB.Bottom Left\nC.Top Right\nD.Top Left", + "answer": "C" + }, + { + "id": "234a2f0d-b77d-417b-a215-228c20ea31f8", + "image_path": "images/416.png", + "question": "Can you identify the position of the airplane in this image?\nA.Left\nB.Right\nC.Center\nD.Bottom", + "answer": "D" + }, + { + "id": "d91c8e03-aaf9-4a8f-a4ff-05bfa9c319ac", + "image_path": "images/417.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Bottom Right\nB.Center\nC.Left\nD.Top Right", + "answer": "B" + }, + { + "id": "22cafab5-0eb6-4888-80a0-658afdbfc853", + "image_path": "images/418.png", + "question": "Where is the bridge located in this image?\nA.Right\nB.Bottom Right\nC.Top\nD.Bottom Left", + "answer": "B" + }, + { + "id": "8410a670-e32e-4761-905d-89d3b7e31801", + "image_path": "images/419.png", + "question": "Where is the airplane located in this image?\nA.Top Left\nB.Left\nC.Bottom Left\nD.Top", + "answer": "C" + }, + { + "id": "9eee1118-5320-47a4-a03a-27ab46a94021", + "image_path": "images/420.png", + "question": "Where can the airplane be found in this image?\nA.Bottom Left\nB.Right\nC.Left\nD.Center", + "answer": "B" + }, + { + "id": "d5b55734-4360-42c8-a2a2-294e01359350", + "image_path": "images/421.png", + "question": "Can you identify the position of the ship in this image?\nA.Right\nB.Bottom\nC.Center\nD.Top", + "answer": "A" + }, + { + "id": "32c4a10b-bd53-403a-bd9e-89f04116e36c", + "image_path": "images/422.png", + "question": "Where is the airplane located in this image?\nA.Bottom Left\nB.Top Right\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "37b34566-3a9a-4e2d-aa36-dcd75866554c", + "image_path": "images/423.png", + "question": "In this image, where is the airplane positioned?\nA.Center\nB.Top Left\nC.Bottom\nD.Top", + "answer": "B" + }, + { + "id": "444ad593-97c1-49f7-bd1a-9cbde8b093db", + "image_path": "images/424.png", + "question": "What is the location of the storage tank in this image?\nA.Center\nB.Bottom\nC.Bottom Right\nD.Bottom Left", + "answer": "D" + }, + { + "id": "9d44f376-fb1c-49fe-8b28-39fe5039255c", + "image_path": "images/425.png", + "question": "Where can the ship be found in this image?\nA.Bottom Right\nB.Left\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "1a9ba0a2-2a27-458f-8d81-cc0e9f7a7419", + "image_path": "images/426.png", + "question": "In this image, where is the bridge positioned?\nA.Center\nB.Bottom\nC.Top Left\nD.Top", + "answer": "A" + }, + { + "id": "aff8851c-da0c-43ab-a690-401a22858636", + "image_path": "images/427.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom Left\nB.Right\nC.Top\nD.Top Right", + "answer": "C" + }, + { + "id": "c812b75d-dd8b-42bd-ba13-d84036c2b227", + "image_path": "images/428.png", + "question": "Where is the bridge located in this image?\nA.Top\nB.Right\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "bad20cf3-8dac-48ac-baf3-58f1a26b7c1f", + "image_path": "images/429.png", + "question": "Can you identify the position of the dam in this image?\nA.Bottom\nB.Top\nC.Bottom Right\nD.Top Left", + "answer": "D" + }, + { + "id": "f8aade9f-c401-4910-88f8-c90d220e69d9", + "image_path": "images/430.png", + "question": "Can you identify the position of the bridge in this image?\nA.Bottom Right\nB.Bottom\nC.Center\nD.Top Left", + "answer": "C" + }, + { + "id": "11977ec1-22e1-40e8-9f56-363d14e41523", + "image_path": "images/431.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom\nB.Center\nC.Top Right\nD.Bottom Left", + "answer": "B" + }, + { + "id": "17a5068d-8336-4c7d-819d-0c05756a021b", + "image_path": "images/432.png", + "question": "Where can the harbor be found in this image?\nA.Center\nB.Top\nC.Bottom Left\nD.Right", + "answer": "C" + }, + { + "id": "27b844e7-07be-4376-a1b8-aa755ef41b00", + "image_path": "images/433.png", + "question": "Where is the ground track field located in this image?\nA.Bottom\nB.Top\nC.Top Right\nD.Right", + "answer": "A" + }, + { + "id": "b4b25f44-edbd-4278-a8c5-64ab63fa73f3", + "image_path": "images/434.png", + "question": "Can you identify the position of the ship in this image?\nA.Bottom Right\nB.Center\nC.Top Right\nD.Right", + "answer": "C" + }, + { + "id": "4f695884-4cd9-49e9-a853-4fb16d37caf1", + "image_path": "images/435.png", + "question": "Can you identify the position of the airplane in this image?\nA.Top Right\nB.Bottom Left\nC.Bottom Right\nD.Left", + "answer": "C" + }, + { + "id": "e173f8a1-b3ab-4232-a7c6-51917392534c", + "image_path": "images/436.png", + "question": "In this image, where is the ship positioned?\nA.Bottom Left\nB.Top Left\nC.Right\nD.Top Right", + "answer": "A" + }, + { + "id": "ab8e131e-2192-4083-9dac-27c7c376c5b2", + "image_path": "images/437.png", + "question": "Where can the roundabout be found in this image?\nA.Right\nB.Top\nC.Left\nD.Bottom Right", + "answer": "A" + }, + { + "id": "e8b8eed3-def7-430d-a6be-cbfdd72ab3fe", + "image_path": "images/438.png", + "question": "Where is the bridge located in this image?\nA.Bottom Left\nB.Top\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "2395f265-d078-4065-b092-8a7a2dbaa36a", + "image_path": "images/439.png", + "question": "Where can the airplane be found in this image?\nA.Center\nB.Top Left\nC.Left\nD.Right", + "answer": "A" + }, + { + "id": "77aca28f-a3af-4b7b-97ee-e84b8ddec081", + "image_path": "images/440.png", + "question": "What is the location of the storage tank in this image?\nA.Left\nB.Bottom Right\nC.Right\nD.Bottom", + "answer": "A" + }, + { + "id": "97e9baac-d720-4c7c-8323-92505119e441", + "image_path": "images/441.png", + "question": "Where can the dam be found in this image?\nA.Right\nB.Bottom Right\nC.Top\nD.Left", + "answer": "B" + }, + { + "id": "3c07c789-d4a1-4264-9d3f-8d6e7f19bc61", + "image_path": "images/442.png", + "question": "Where can the airplane be found in this image?\nA.Left\nB.Top\nC.Bottom Left\nD.Top Right", + "answer": "D" + }, + { + "id": "e1244527-a123-4273-9a7f-6478000310bd", + "image_path": "images/443.png", + "question": "Where can the bridge be found in this image?\nA.Left\nB.Center\nC.Bottom Left\nD.Top Right", + "answer": "B" + }, + { + "id": "c6d2aa8c-c9e0-4ccb-a5f9-63386942eb7d", + "image_path": "images/444.png", + "question": "Can you identify the position of the soccer ball field in this image?\nA.Top Left\nB.Bottom Left\nC.Center\nD.Bottom Right", + "answer": "C" + }, + { + "id": "49c8f901-5873-4dfb-a493-cc9f09be1dad", + "image_path": "images/445.png", + "question": "In this image, where is the dam positioned?\nA.Top\nB.Top Left\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "edb177fa-9e49-49be-bd65-b4241a2cb976", + "image_path": "images/446.png", + "question": "In this image, where is the roundabout positioned?\nA.Bottom\nB.Center\nC.Bottom Right\nD.Top Left", + "answer": "B" + }, + { + "id": "54c91d8e-ab32-43c1-bd49-693de335a516", + "image_path": "images/447.png", + "question": "Where is the dam located in this image?\nA.Center\nB.Bottom\nC.Bottom Left\nD.Top Right", + "answer": "A" + }, + { + "id": "fc1b56fe-5fe4-40fc-9d3c-71e71660028d", + "image_path": "images/448.png", + "question": "Where can the ship be found in this image?\nA.Top Right\nB.Center\nC.Right\nD.Top Left", + "answer": "B" + }, + { + "id": "b42faba4-c0be-4f95-baa5-1fbd2010cf79", + "image_path": "images/449.png", + "question": "Where is the soccer ball field located in this image?\nA.Bottom\nB.Right\nC.Center\nD.Bottom Right", + "answer": "C" + }, + { + "id": "8e7efeba-7e6d-4c8d-a776-5d8afa72e1bb", + "image_path": "images/450.png", + "question": "In this image, where is the roundabout positioned?\nA.Top Left\nB.Bottom Left\nC.Top\nD.Left", + "answer": "D" + }, + { + "id": "185d16d1-3d9e-49bd-bd17-1011f8cf7b69", + "image_path": "images/451.png", + "question": "What is the location of the airplane in this image?\nA.Top\nB.Bottom Right\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "6afa1127-5076-4ffd-a694-919155c68e3b", + "image_path": "images/452.png", + "question": "Where is the harbor located in this image?\nA.Bottom\nB.Bottom Right\nC.Top Left\nD.Center", + "answer": "D" + }, + { + "id": "fcb590df-a43c-4da5-bcbc-cf084c5efe43", + "image_path": "images/453.png", + "question": "What is the location of the airplane in this image?\nA.Bottom Right\nB.Top Right\nC.Bottom Left\nD.Top", + "answer": "D" + }, + { + "id": "f9e3f8d2-023b-417c-a482-91fe0e780eef", + "image_path": "images/454.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Center\nB.Top Right\nC.Top\nD.Bottom", + "answer": "A" + }, + { + "id": "e253ee6b-fb0d-4f18-90c6-e7ae3053697d", + "image_path": "images/455.png", + "question": "What is the location of the airplane in this image?\nA.Top\nB.Bottom\nC.Center\nD.Bottom Right", + "answer": "A" + }, + { + "id": "eeff01b7-720b-4a4b-a4b7-be136342a701", + "image_path": "images/456.png", + "question": "What is the location of the dam in this image?\nA.Center\nB.Top Right\nC.Bottom Left\nD.Left", + "answer": "A" + }, + { + "id": "e7d647c7-06ac-4df4-b8e8-4abcef9ff9f4", + "image_path": "images/457.png", + "question": "Where is the airplane located in this image?\nA.Right\nB.Bottom Right\nC.Bottom\nD.Center", + "answer": "D" + }, + { + "id": "184470f1-40bf-48d6-9573-7bb21640a606", + "image_path": "images/458.png", + "question": "Where is the airplane located in this image?\nA.Top\nB.Top Left\nC.Bottom Left\nD.Center", + "answer": "D" + }, + { + "id": "7b28a748-98a8-4366-a6e6-3e6a8467b565", + "image_path": "images/459.png", + "question": "In this image, where is the bridge positioned?\nA.Top\nB.Bottom Right\nC.Center\nD.Bottom", + "answer": "C" + }, + { + "id": "3d74b44c-b6a6-4833-a540-2c3a0bbce62a", + "image_path": "images/460.png", + "question": "What is the location of the ship in this image?\nA.Right\nB.Left\nC.Top Left\nD.Bottom", + "answer": "C" + }, + { + "id": "e143719d-1b9d-4896-a27d-c8323002c087", + "image_path": "images/461.png", + "question": "Where is the roundabout located in this image?\nA.Left\nB.Bottom\nC.Bottom Left\nD.Top", + "answer": "B" + }, + { + "id": "608de6b1-05b2-4a99-84e3-c1af9c22aa2a", + "image_path": "images/462.png", + "question": "Can you identify the position of the dam in this image?\nA.Right\nB.Top Left\nC.Center\nD.Bottom Right", + "answer": "C" + }, + { + "id": "ae527c08-f977-4939-a5f9-14b633e49523", + "image_path": "images/463.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom Left\nB.Right\nC.Center\nD.Top", + "answer": "B" + }, + { + "id": "a206272e-90ab-480a-be93-dae7c88e191b", + "image_path": "images/464.png", + "question": "Where can the roundabout be found in this image?\nA.Bottom Right\nB.Top Right\nC.Top\nD.Center", + "answer": "D" + }, + { + "id": "5702d0ea-5af3-4144-8fb4-0b11a0471223", + "image_path": "images/465.png", + "question": "In this image, where is the airplane positioned?\nA.Bottom\nB.Right\nC.Bottom Left\nD.Left", + "answer": "C" + }, + { + "id": "edd46e9b-0a77-453c-8956-367be6393488", + "image_path": "images/466.png", + "question": "What is the location of the larger ship in this image?\nA.Bottom\nB.Bottom Left\nC.Left\nD.Top Left", + "answer": "B" + }, + { + "id": "8cca3a8d-b1df-4969-8154-b59cb064083d", + "image_path": "images/467.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Top Left\nB.Bottom Left\nC.Center\nD.Left", + "answer": "C" + }, + { + "id": "c61d9338-a7e5-4efd-bd16-9798e326c067", + "image_path": "images/468.png", + "question": "Where is the roundabout located in this image?\nA.Bottom Right\nB.Center\nC.Left\nD.Bottom", + "answer": "B" + }, + { + "id": "7e9a420c-8b38-4045-a5fb-962e0748bbe4", + "image_path": "images/469.png", + "question": "Where can the roundabout be found in this image?\nA.Top Left\nB.Center\nC.Top Right\nD.Right", + "answer": "B" + }, + { + "id": "f73dd3bf-913d-4ab6-8fc5-8232749db6a9", + "image_path": "images/470.png", + "question": "In this image, where is the ship positioned?\nA.Left\nB.Top Right\nC.Bottom\nD.Bottom Left", + "answer": "D" + }, + { + "id": "f68b98d1-f9d4-46a8-90ac-623801af396e", + "image_path": "images/471.png", + "question": "What is the location of the bridge in this image?\nA.Center\nB.Left\nC.Right\nD.Bottom Right", + "answer": "A" + }, + { + "id": "b3131206-498b-4bb2-97f9-9a57c980497f", + "image_path": "images/472.png", + "question": "In this image, where is the dam positioned?\nA.Right\nB.Top\nC.Top Left\nD.Center", + "answer": "D" + }, + { + "id": "238c8589-551a-4a63-894f-857b5eb752ef", + "image_path": "images/473.png", + "question": "Where can the airplane be found in this image?\nA.Bottom Left\nB.Bottom Right\nC.Left\nD.Right", + "answer": "A" + }, + { + "id": "1745e342-8e8f-431d-b448-0b6ba341a119", + "image_path": "images/474.png", + "question": "What is the location of the bridge in this image?\nA.Top Right\nB.Top Left\nC.Bottom Left\nD.Right", + "answer": "C" + }, + { + "id": "ea3092eb-0a2b-471e-8abb-6b2bf10ba86e", + "image_path": "images/475.png", + "question": "Where can the dam be found in this image?\nA.Right\nB.Center\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "9d159893-8a40-482c-b1b3-87745dbe49ea", + "image_path": "images/476.png", + "question": "Where is the dam located in this image?\nA.Right\nB.Center\nC.Bottom\nD.Top Right", + "answer": "B" + }, + { + "id": "d108adbe-04f7-4910-80f0-1871da79311c", + "image_path": "images/477.png", + "question": "Where can the roundabout be found in this image?\nA.Right\nB.Bottom\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "7aa4fa76-e926-413f-8892-aa5aa5eb7982", + "image_path": "images/478.png", + "question": "Where can the storage tank be found in this image?\nA.Right\nB.Bottom\nC.Top Right\nD.Top", + "answer": "B" + }, + { + "id": "62d64494-78f3-4763-8d22-07383eea1d4f", + "image_path": "images/479.png", + "question": "In this image, where is the storage tank positioned?\nA.Bottom\nB.Top Left\nC.Center\nD.Right", + "answer": "C" + }, + { + "id": "bb9a1495-2fdb-4752-9a85-da07b56fabc9", + "image_path": "images/480.png", + "question": "Can you identify the position of the airplane in this image?\nA.Bottom\nB.Bottom Left\nC.Top Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "3c15c307-e833-4e87-bf0d-e430b85c0c3f", + "image_path": "images/481.png", + "question": "Where is the dam located in this image?\nA.Top\nB.Right\nC.Bottom Right\nD.Center", + "answer": "B" + }, + { + "id": "a903ed4a-777d-4f9f-9ebf-f0b763bb30a6", + "image_path": "images/482.png", + "question": "Where can the airplane be found in this image?\nA.Left\nB.Center\nC.Top\nD.Top Right", + "answer": "D" + }, + { + "id": "5a9c69aa-d036-4fb9-9868-f10459387507", + "image_path": "images/483.png", + "question": "Where can the dam be found in this image?\nA.Bottom\nB.Center\nC.Right\nD.Top Left", + "answer": "B" + }, + { + "id": "487dbd08-efce-4d0a-b48b-730c97bc37c6", + "image_path": "images/484.png", + "question": "Can you identify the position of the bridge in this image?\nA.Right\nB.Left\nC.Top\nD.Top Right", + "answer": "B" + }, + { + "id": "e2211328-9740-4d14-b27c-4531f3b4b8b1", + "image_path": "images/485.png", + "question": "What is the location of the bridge in this image?\nA.Right\nB.Bottom Left\nC.Bottom\nD.Top Right", + "answer": "A" + }, + { + "id": "c60ef61f-35fb-4fa2-90aa-1258c0f020ae", + "image_path": "images/486.png", + "question": "Where can the dam be found in this image?\nA.Bottom Left\nB.Top Right\nC.Bottom Right\nD.Top Left", + "answer": "C" + }, + { + "id": "f210778e-7d70-44bd-b9e2-517e39609dfe", + "image_path": "images/487.png", + "question": "Where is the dam located in this image?\nA.Bottom Left\nB.Top Right\nC.Center\nD.Left", + "answer": "D" + }, + { + "id": "d7c3274e-83fa-41b8-a886-505d54308c2f", + "image_path": "images/488.png", + "question": "Where can the bridge be found in this image?\nA.Left\nB.Top Left\nC.Center\nD.Top Right", + "answer": "C" + }, + { + "id": "e2c47410-1697-4c1e-bc7b-8e11ae72cb9f", + "image_path": "images/489.png", + "question": "What is the location of the ship in this image?\nA.Top\nB.Center\nC.Bottom Left\nD.Top Left", + "answer": "D" + }, + { + "id": "febdb990-0037-4e51-b8e9-39a53abe4940", + "image_path": "images/490.png", + "question": "Where is the bridge located in this image?\nA.Top\nB.Right\nC.Top Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "15257ce7-98d8-47c5-9671-714fd4087656", + "image_path": "images/491.png", + "question": "Where can the airplane be found in this image?\nA.Top\nB.Bottom Right\nC.Top Left\nD.Right", + "answer": "B" + }, + { + "id": "45399dae-a040-4e7f-b5ad-b29056858ea6", + "image_path": "images/492.png", + "question": "In this image, where is the bridge positioned?\nA.Left\nB.Bottom\nC.Right\nD.Center", + "answer": "D" + }, + { + "id": "14557b82-5b3a-418c-92f7-3f32a645c967", + "image_path": "images/493.png", + "question": "Can you identify the position of the baseball diamond in this image?\nA.Bottom Right\nB.Top\nC.Top Left\nD.Bottom Left", + "answer": "B" + }, + { + "id": "f5df1649-adcf-4757-b1b5-4922861bab28", + "image_path": "images/494.png", + "question": "Can you identify the position of the dam in this image?\nA.Right\nB.Center\nC.Top Left\nD.Bottom Right", + "answer": "B" + }, + { + "id": "58909822-6854-482e-8249-5df21235fa60", + "image_path": "images/495.png", + "question": "Can you identify the position of the roundabout in this image?\nA.Left\nB.Center\nC.Top Right\nD.Bottom", + "answer": "B" + }, + { + "id": "b3938a9a-7284-4e5e-9771-12c98482ba66", + "image_path": "images/496.png", + "question": "Where is the ship located in this image?\nA.Top\nB.Center\nC.Bottom Right\nD.Left", + "answer": "A" + }, + { + "id": "23ac148a-b15f-4688-ba16-bbce0869be34", + "image_path": "images/497.png", + "question": "Can you identify the position of the storage tank in this image?\nA.Bottom\nB.Right\nC.Center\nD.Top Right", + "answer": "C" + }, + { + "id": "3d96349a-ff52-4094-83d0-a927c9de7c64", + "image_path": "images/498.png", + "question": "In this image, where is the dam positioned?\nA.Center\nB.Top Right\nC.Left\nD.Bottom", + "answer": "A" + }, + { + "id": "9a492ea1-d24c-490f-aae9-db9d2ebdb28b", + "image_path": "images/499.png", + "question": "What is the location of the dam in this image?\nA.Bottom Left\nB.Top\nC.Left\nD.Center", + "answer": "D" + }, + { + "id": "45b0a683-d390-47be-827b-8e095bec008e", + "image_path": "images/500.png", + "question": "What is the location of the dam in this image?\nA.Top Left\nB.Bottom\nC.Left\nD.Right", + "answer": "C" + } +] \ No newline at end of file diff --git a/perception/single_instance_identification/object_presence/images/1.png b/perception/single_instance_identification/object_presence/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..545f4256055e4b3a2aeaa781d5bf3b8dc6db1703 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1872c083e39e7a623cfbb387dffe1e32d1c153277a0403105f4e8bb09e414b2f +size 727271 diff --git a/perception/single_instance_identification/object_presence/images/10.png b/perception/single_instance_identification/object_presence/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb6eff9fa79cc0111e362ed620605688808ef25 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c5b2c2f8228f4a8a1e8d07049f2f2bbb395b077a83bd3595ab7d287ed28240 +size 754486 diff --git a/perception/single_instance_identification/object_presence/images/100.png b/perception/single_instance_identification/object_presence/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..e73071e37e0929d3ce4141b430fc029e9b7c024f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe93937e95897327e430ada27b8cc1ad5c0092a22be80cb210da20b7bb45e756 +size 564736 diff --git a/perception/single_instance_identification/object_presence/images/101.png b/perception/single_instance_identification/object_presence/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4c7fd0d3a79142ce39ca2c7f53e8324546ec4b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e265483cdf6b0f1b521b3cf18e7151a4c91cd5c1b46a97b3869566d2c5a819 +size 756052 diff --git a/perception/single_instance_identification/object_presence/images/102.png b/perception/single_instance_identification/object_presence/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..6918b3bac3b045edd4f79a43662d6d8c67ea08dc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e7a3ac62a4308754ecdccaa41579cddd0a6ad20cf022fa0a355aac8b70bb45 +size 1403347 diff --git a/perception/single_instance_identification/object_presence/images/103.png b/perception/single_instance_identification/object_presence/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..826c399e5d1d85ac44e71fbd7dc1d615f696a611 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637e6efe6723a700e5cfa74778961e17feba64e37cb6d999e6bdcaf97eabd11a +size 892258 diff --git a/perception/single_instance_identification/object_presence/images/104.png b/perception/single_instance_identification/object_presence/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..973406716439b24d68d11f7d4a98158bdc4d0f1f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b655e85bbfb1cda35843145bd14aef8eb0af8bfa10e7514c41772f1a33c3d9 +size 728364 diff --git a/perception/single_instance_identification/object_presence/images/105.png b/perception/single_instance_identification/object_presence/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb3516cd0c4b6fd6d8deb8de2ad0ad0edf0725b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fd8add7402436cd53e420e992f96e5c6c34665e16e1ce695f58e92595aadeb +size 1273615 diff --git a/perception/single_instance_identification/object_presence/images/106.png b/perception/single_instance_identification/object_presence/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..45ca0da005b4c3c3ba746271d6759cc8ae9f546c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859986496866207bd79557a73dc9348630128e6757c0d715cecc46674ad64bec +size 1099165 diff --git a/perception/single_instance_identification/object_presence/images/107.png b/perception/single_instance_identification/object_presence/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..3625d12bdbe268511c3537b97270f2a02d91e1d3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c00a328444cb4102b089350334b4cb5c12b2b823510cb159b67a4d9644df22 +size 1106922 diff --git a/perception/single_instance_identification/object_presence/images/108.png b/perception/single_instance_identification/object_presence/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee797f9bbbb7c021c060d7e21ee71d8944503d5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf04f34a046ec66f8e93dcfab0303f7b75eb13431e046d227e7af20b5d087e7 +size 1392272 diff --git a/perception/single_instance_identification/object_presence/images/109.png b/perception/single_instance_identification/object_presence/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f967e545d25b789e1e67b526c760b9a360861c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c2296ce8755b9916e21767e713f2a00550f48e04b4267cfc3713070ba38fa4 +size 1475451 diff --git a/perception/single_instance_identification/object_presence/images/11.png b/perception/single_instance_identification/object_presence/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..32ec2119966f66e24510d29320c0c15462874b16 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276a028d2a0b51ead060e88bf25430dd7ed91e46c422d0b93cd17de9984edeb3 +size 722051 diff --git a/perception/single_instance_identification/object_presence/images/110.png b/perception/single_instance_identification/object_presence/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..751b24d8f4eab4e8950e4a00aee3da75efccfa27 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2052f988265c307478de82ee7ce92c05b6c32738ad31387faa66d9be915c9b2e +size 1201331 diff --git a/perception/single_instance_identification/object_presence/images/111.png b/perception/single_instance_identification/object_presence/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..66e1046643f44966859104211d790b1ffce090b3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac1b5c8a2662c4dea521a275b6861c2ee3b655f0d919f0163d354fac4daa7d6 +size 1111400 diff --git a/perception/single_instance_identification/object_presence/images/112.png b/perception/single_instance_identification/object_presence/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc062000ac5606a67d4d4d3209e8ef5140fb468 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da70b506629a05d13ac4d59f6f54951902dbbd0293c4499c55353b3cba45155 +size 748391 diff --git a/perception/single_instance_identification/object_presence/images/113.png b/perception/single_instance_identification/object_presence/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f99bc9159bb13d8192f27f2dd82c0a23a5bb0c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07983bd974f8db5c78073fe90cfed6ed7640730fe10af192912eae63360630f2 +size 948789 diff --git a/perception/single_instance_identification/object_presence/images/114.png b/perception/single_instance_identification/object_presence/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..64a3e3cf4a185ad724e2484946fbcdb7f4f7c0cd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757ed954d4deb96c6d69398809b41e6b17a63823e2297c5066e072adb1b365c0 +size 1114263 diff --git a/perception/single_instance_identification/object_presence/images/115.png b/perception/single_instance_identification/object_presence/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..57bd42f4701761778375e147d34e7396404ce7f9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbfc26a6b96b2d06d800387f06af554ff4f2786785d2717c4aed4dfe3b8a6b0 +size 1291545 diff --git a/perception/single_instance_identification/object_presence/images/116.png b/perception/single_instance_identification/object_presence/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..e3cb4147b3a6c3b5b80712dcc37e5c380b89b461 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b57440681f929e5c2f306f5dc0ddd67900d73f3681638cd3bfe252224e74b67 +size 1137975 diff --git a/perception/single_instance_identification/object_presence/images/117.png b/perception/single_instance_identification/object_presence/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..fe8239df82ce9f3bdd0bd0c633fd106c5736c290 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef67c393fccba615a10a6140a67b84678e5e3e42fff7b774cacaeba606226be0 +size 1282683 diff --git a/perception/single_instance_identification/object_presence/images/118.png b/perception/single_instance_identification/object_presence/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..6bca8fc6d1f1811d29958759e0c7c80be30985eb --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df0cc1b958f9b79e6ae8702b59a9cd938eb3ed3853e4e9b35d351e75d47d754 +size 928563 diff --git a/perception/single_instance_identification/object_presence/images/119.png b/perception/single_instance_identification/object_presence/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd875924cb2aa828b4971f281ab7c6f2ec759a6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfa2091807b3a6f23996eeb11e5ba1ceb49c731200a36b216eb6862b45ef910 +size 679132 diff --git a/perception/single_instance_identification/object_presence/images/12.png b/perception/single_instance_identification/object_presence/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..e98bc00ff05e375b35d84010aa2fd3521147b129 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b707dd9a21a3cee1c158d74fd416a9e652e1bed006466870dbfaf21face7b716 +size 683755 diff --git a/perception/single_instance_identification/object_presence/images/120.png b/perception/single_instance_identification/object_presence/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..467e075b768ca5e458b054b558328faef1fcec30 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bc78dd94f1a026f4b82679be2bdfed4af73a43cbda4461480df5343eb7ea86 +size 1567912 diff --git a/perception/single_instance_identification/object_presence/images/121.png b/perception/single_instance_identification/object_presence/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..d22f30affad588f2db7bba3a464046fc7613924a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a00e8e9acc9f026ae4a45f012abdfae16cb09222ed8398fe6be6efbee421f2b +size 1448678 diff --git a/perception/single_instance_identification/object_presence/images/122.png b/perception/single_instance_identification/object_presence/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..e368c5945fe088f8c35e941b5b1fee577883a282 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c315950bcf5b21bb4fab08b93d9ea0ffcc3878ad0eee4ebef10a6e63a8f3a983 +size 1463904 diff --git a/perception/single_instance_identification/object_presence/images/123.png b/perception/single_instance_identification/object_presence/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..3066525e22d61a3d5ab6305b10a39ae028cd548f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dea8d2b3a5fd4d0990a2557ef075e8c2f89606481eefc817443c4665644e2cb +size 1511209 diff --git a/perception/single_instance_identification/object_presence/images/124.png b/perception/single_instance_identification/object_presence/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..24dc1b0ced3d67043e45b1cc1c7ee191efa6dbd3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc448715aa012a9af844487a32fcbe94c25ee0929e19b56982fb645ed5256db +size 1112919 diff --git a/perception/single_instance_identification/object_presence/images/125.png b/perception/single_instance_identification/object_presence/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6e6cbf21bca66f5661cd3eb94fd9d7df113961 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb26b5f2e63d453892df722296c3a5656c7ac04af8cc2e1b516e1bf15c301dc0 +size 1256220 diff --git a/perception/single_instance_identification/object_presence/images/126.png b/perception/single_instance_identification/object_presence/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..431eb100d209382f17e39b479cdc0413a9bcce79 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398692eaf683aadb757a3319102d778df9ce903750dce558ed4ce648e24e6b58 +size 757890 diff --git a/perception/single_instance_identification/object_presence/images/127.png b/perception/single_instance_identification/object_presence/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..c61abe3405a7254c62fea3beebf879db36776d0a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e3ec95ba146492994008310fbc25b2a5dd4ba579937a27c64a1066fba2569c +size 1027011 diff --git a/perception/single_instance_identification/object_presence/images/128.png b/perception/single_instance_identification/object_presence/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3592399868612c79f774e2d07a1015b4825d63 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352be6b7f2401e518359fc30803ad972ee360ab2b6ae2087033fea97194c043 +size 1401792 diff --git a/perception/single_instance_identification/object_presence/images/129.png b/perception/single_instance_identification/object_presence/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..8824c790ff39c7bf67df7b19b923511a0610322f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0938a5dcdc74fccb3cf4853c14caff454b688db86d51a726c3711313a1792fa2 +size 916212 diff --git a/perception/single_instance_identification/object_presence/images/13.png b/perception/single_instance_identification/object_presence/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..2986f51d2e0fb90b4df7cbf78a8fa3a36510a592 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42ebb2c6adebc043bb3c75381b099875b4fd5d8865777bc5892310366bbd339 +size 716323 diff --git a/perception/single_instance_identification/object_presence/images/130.png b/perception/single_instance_identification/object_presence/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..93255b09dacd6eafc723ee681494d1da1302b6b5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7cd391d6800fb295ed5d735962f227c9624633945cfb16fdf185d9c3a68367 +size 678738 diff --git a/perception/single_instance_identification/object_presence/images/131.png b/perception/single_instance_identification/object_presence/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..87c573abd6c4ded835445dc09c37837139d7e98a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fb2c54909dcf417b026f6d83ec83758592373fd5df57378483691a4a305541 +size 886603 diff --git a/perception/single_instance_identification/object_presence/images/132.png b/perception/single_instance_identification/object_presence/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc9a276c11d1b7abc08ca56f358e4050e8b5b09 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02653b624982d46183aa2d4fdc7baecb99e03940b9860cfd932a81b958539e4a +size 809293 diff --git a/perception/single_instance_identification/object_presence/images/133.png b/perception/single_instance_identification/object_presence/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad714445e5879d2670314f3d7e07cd2e5944902 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa518208154ee6e46591e82b149ab53ab7a4b5ce28da9c7850b8a50b057228c +size 977225 diff --git a/perception/single_instance_identification/object_presence/images/134.png b/perception/single_instance_identification/object_presence/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..1e81561f85f04dba5a7ac0380b1278716d6bbe9a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6979e87659ec93babbbc4b606d1a858845e21c2ad1636caf7e9c5a73ff5db09 +size 935991 diff --git a/perception/single_instance_identification/object_presence/images/135.png b/perception/single_instance_identification/object_presence/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5561c2e8110de0156cc63a52ef013522907aee --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e928dea5d0ca6974e85c1dbfc6be41db4a26fb9b1827649c4428983e98f0ea +size 913674 diff --git a/perception/single_instance_identification/object_presence/images/136.png b/perception/single_instance_identification/object_presence/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..0613a76defa148623c890a5d30443898330dfab2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dbce2e6b377a08bfca4d5913110392487297d94fc577f5bd9ebf124908a5a8 +size 872543 diff --git a/perception/single_instance_identification/object_presence/images/137.png b/perception/single_instance_identification/object_presence/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..39eaecfa49fdbcc188da1a826ed740046ab9dc77 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0153e94d98916dd53e31896f8344fbbe22d017347ab805d3aaeda8c889d0a41 +size 1040942 diff --git a/perception/single_instance_identification/object_presence/images/138.png b/perception/single_instance_identification/object_presence/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..f32b0cbe00dcbe6f2ddd9d6eb73f7e07c4f56fbf --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a1287a5cb6daf081de39f190df6794c31d6758a58256c7856c3d76809d3f07 +size 935353 diff --git a/perception/single_instance_identification/object_presence/images/139.png b/perception/single_instance_identification/object_presence/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..70a438e562636eb7a91f9ae8e4add4ad1cc3fe17 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830c72929b6fcfce2871f481468a3a2cb3906030e288104553ea1b1f840caa09 +size 666565 diff --git a/perception/single_instance_identification/object_presence/images/14.png b/perception/single_instance_identification/object_presence/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..97f47ce22f50e4404819bcdb8af37c10df30b7bf --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15ec1b375d8456241d280ea1d9733129cebed45be447729d8bfc7d1e579801c +size 787178 diff --git a/perception/single_instance_identification/object_presence/images/140.png b/perception/single_instance_identification/object_presence/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..6d772bf47b8b5a1eb1c8b9f7f5f9bae49f0b3c30 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcbc6249ff154df5241af6f0a52dc3468b4f6a01540af4c2322877a32238a77 +size 885319 diff --git a/perception/single_instance_identification/object_presence/images/141.png b/perception/single_instance_identification/object_presence/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..62b644081cbfc8a3b79959c5df6ca7c16e090b25 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa55371bfaa34af036d0d28f6fd559dcd014912cbff016cafa324055fe49b19 +size 1025256 diff --git a/perception/single_instance_identification/object_presence/images/142.png b/perception/single_instance_identification/object_presence/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..99cbf0127557d0fa3840a2d9a61357cc27793cfd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c000eca66151fdb01b6b6527a604882323ffcb0eeba883154a8ac826558a9f43 +size 866507 diff --git a/perception/single_instance_identification/object_presence/images/143.png b/perception/single_instance_identification/object_presence/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..e620f3c480cc1e35d30a5337b0af5eff01106ef7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516c446f69db8709f6e77f6514be1fb7b93a241c35f8a58e4d7d3713e0b2e4da +size 938036 diff --git a/perception/single_instance_identification/object_presence/images/144.png b/perception/single_instance_identification/object_presence/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..c27c2bce59b706ae25dd1cb13292cf102ff28db3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682818132d178af5d19bf07a268fee345f4b01bb9f2a79b9c4939eae07a12743 +size 847072 diff --git a/perception/single_instance_identification/object_presence/images/145.png b/perception/single_instance_identification/object_presence/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..6522fb345a5dd4bf0cda2a07bba516b4eb1f6da7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627d1d36de17ee591d6926de2f536d7731c164fe3af81ba879d3921ea81174d6 +size 923256 diff --git a/perception/single_instance_identification/object_presence/images/146.png b/perception/single_instance_identification/object_presence/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..eccecf8c91ce24089d10ab74818b2cf34dda8c83 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8abcb362e836a72a9358ef5893364bf561021d223d6a244946d927ebb1ff175 +size 889597 diff --git a/perception/single_instance_identification/object_presence/images/147.png b/perception/single_instance_identification/object_presence/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..8a92f4770599eacc952bb2551159e324895ba566 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9e61b757d5c0289e4520888e345d3ef0e47eecff463fd1907833d50bc5cbd9 +size 1135980 diff --git a/perception/single_instance_identification/object_presence/images/148.png b/perception/single_instance_identification/object_presence/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..902d1e700b9ea60de591415e5b1509e4d66fd982 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e4c1012788b35025e4366c838dc43d5ab23b5781f9189e28421c49b2806c7c +size 618799 diff --git a/perception/single_instance_identification/object_presence/images/149.png b/perception/single_instance_identification/object_presence/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..760b47c74f1b0976180b29ae2cc4543f0106bfdf --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672080486e3e1a6ba6844dfbea390237eee848e6a851fa29fd26ea8b3dc54b81 +size 851120 diff --git a/perception/single_instance_identification/object_presence/images/15.png b/perception/single_instance_identification/object_presence/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..229e2ab97de04adc4ec494bb307bc426651cd0fe --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879c630e411d83e23ccfb0272779556658a106068b833a41ad0f5c1391b5e5d5 +size 643237 diff --git a/perception/single_instance_identification/object_presence/images/150.png b/perception/single_instance_identification/object_presence/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..25e8534ff7bb9ff145a541c85fdf795bd17efbee --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f19bae3b8daaabc3c598c6c797acaef055e34849e6804c47a99dd86866319d +size 901136 diff --git a/perception/single_instance_identification/object_presence/images/151.png b/perception/single_instance_identification/object_presence/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..e85fc59811cd7c7be92e725054dfb2694a951713 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31b25bbe6241467226f85eceadbf5c499d0ed5cca5a40e00cd0fd66ab7db159 +size 823068 diff --git a/perception/single_instance_identification/object_presence/images/152.png b/perception/single_instance_identification/object_presence/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..49f5db9603fb6c491b883fa7666bf9493a9413fd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2fb4935378f61d70a3f6cd77c0c42cc7a90775c1cd57131ce41f0427a50898 +size 931714 diff --git a/perception/single_instance_identification/object_presence/images/153.png b/perception/single_instance_identification/object_presence/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..63dc8d74e80dcb140263214d793399ac4a9bfeb7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b04413a60306206e69bb53c4f40911c47e67b6f3fb577b46698a38edd93ce4 +size 1026298 diff --git a/perception/single_instance_identification/object_presence/images/154.png b/perception/single_instance_identification/object_presence/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..09d446d7a44a2de20e88b3b753439026aa84bb7c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4a97d5046fcc320adceb959aa6150429ba3eaa1ec61b65f97bfb41905e8a8f +size 956926 diff --git a/perception/single_instance_identification/object_presence/images/155.png b/perception/single_instance_identification/object_presence/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..2cd009a3c60dc87f67f31fb615b3d689ef8c278a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28437d2a0237fdb33ff289164cfd982e32f3bbd96ac30161d788c05fec06b4db +size 1011847 diff --git a/perception/single_instance_identification/object_presence/images/156.png b/perception/single_instance_identification/object_presence/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..8845e14cbdf19047f319225a82d321878d32e2f0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3d1480e7bb0eb8eb92b1ca36b9d0604abf275ee9f235a18145b1551473d619 +size 879487 diff --git a/perception/single_instance_identification/object_presence/images/157.png b/perception/single_instance_identification/object_presence/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..b4916205c3de71cd5e8ee8a0fb9ee90dc87752e0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c80bfc9d83384659803664758e8a9ba572ae52ee7361e4d764fc506dedc7e78 +size 663836 diff --git a/perception/single_instance_identification/object_presence/images/158.png b/perception/single_instance_identification/object_presence/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c74369f3e011ce3ce7f4118ee4961a411f642e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75325003bda1fb1d5453d30dc42ee6955d65f716770f1c3505a2ac9d4c2a959b +size 805830 diff --git a/perception/single_instance_identification/object_presence/images/159.png b/perception/single_instance_identification/object_presence/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..54da89ce701e838f2eb6689f30717d45082c8c37 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b34aa2ad7bfc6ad9d4a686e67dad982979ec5e3afce5982ce9576e172c5a8a5 +size 723236 diff --git a/perception/single_instance_identification/object_presence/images/16.png b/perception/single_instance_identification/object_presence/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..eaceeb83d678c53ae9812516c6213e3c581d5fb3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbae0454c6a40f628a3c51d3b5bd792db57580be8672ee5dde6abf84f61d5c5a +size 701108 diff --git a/perception/single_instance_identification/object_presence/images/160.png b/perception/single_instance_identification/object_presence/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..7acd6a51f450aa10845347a0e1bf90af73cebf5a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed159cb99b8e7b5e93843f5e541c74d1533ff6f28beaaa29cb6a1a111abcd490 +size 902374 diff --git a/perception/single_instance_identification/object_presence/images/161.png b/perception/single_instance_identification/object_presence/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..7f988dda2efcdd1f9d20b8dc9fc445c82defd001 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acc90a8a030d1101413eeb7e45080c2b6917fc62d3ce9b65ff0f7c68663a100 +size 994413 diff --git a/perception/single_instance_identification/object_presence/images/162.png b/perception/single_instance_identification/object_presence/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..bf22d618e70507906e08909573fc3fbd9de2bf09 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9d08c8f267dbeff57529bbc45570a27c4cdd7bbe22ffffa275769d0191c7cf +size 905971 diff --git a/perception/single_instance_identification/object_presence/images/163.png b/perception/single_instance_identification/object_presence/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..68f8f12bf07c308c966ce71c0a0d1e0cb8e30e20 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92459729bb47129f5a4df1e5e16564646342d5539a997f6dfe57ba733ffbc8b4 +size 851144 diff --git a/perception/single_instance_identification/object_presence/images/164.png b/perception/single_instance_identification/object_presence/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..901b1b23329e7b1e3b346f898b025a83d6011ead --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c77ef3f7e1fcec669c5d531919fb3ca4341579b133e34236fffbc6f596a8220 +size 914727 diff --git a/perception/single_instance_identification/object_presence/images/165.png b/perception/single_instance_identification/object_presence/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..472cade1d394cfafb5e6c38bbccf6920082e0bd0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf136ef0fbcc762c92d34e799e49ecf604f896d8a567692cd2cc9cdfb419456 +size 895238 diff --git a/perception/single_instance_identification/object_presence/images/166.png b/perception/single_instance_identification/object_presence/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..3c31a1c74f10f43157d9e5b6d7581c0788138db2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc493aea1f51c4f5557041154e3a1a23656562622788696c090c217dfce41f15 +size 1298336 diff --git a/perception/single_instance_identification/object_presence/images/167.png b/perception/single_instance_identification/object_presence/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4d43383701024d4196798e419ffa723c820448 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee493e392b0b857e71f670125ad571ae9ff738f1e0989a6dc8341581577cbb1 +size 698562 diff --git a/perception/single_instance_identification/object_presence/images/168.png b/perception/single_instance_identification/object_presence/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..eec7e5e4b72382df2bd20a5142fbe9c922baddf4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7400c0e343c88f38e1c8c6372b9e174595db33a6584cb3f438a4ad2d5b3bd674 +size 782708 diff --git a/perception/single_instance_identification/object_presence/images/169.png b/perception/single_instance_identification/object_presence/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..f92d6059d76caf8c50ef82e2dc7bdc577fbfad6e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8a6c74ff9f72bdbe251b5532de388facad2ea45e037711b06d8a08a3a62c4c +size 1016429 diff --git a/perception/single_instance_identification/object_presence/images/17.png b/perception/single_instance_identification/object_presence/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..1187dd3982227e41828f460997c403f79e992e19 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2b0ecac56836bfad566b64253f8299e7de4dfc5cf34a5292552885c16f2f32 +size 548326 diff --git a/perception/single_instance_identification/object_presence/images/170.png b/perception/single_instance_identification/object_presence/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..e606faf48977e44473ac7ebe71293c2343422c6b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0f543f70746fc0be9c0395623aaf0f21c8e4b88e0cff7358c2f04c13296a26 +size 953868 diff --git a/perception/single_instance_identification/object_presence/images/171.png b/perception/single_instance_identification/object_presence/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..bb50c77dd6e488dc168bba57bdd07549c35ce904 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e15582967ac97aaf693ee6efaab19f400b7ad4ccc25f925c7075ec32b4cbe45 +size 851921 diff --git a/perception/single_instance_identification/object_presence/images/172.png b/perception/single_instance_identification/object_presence/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7e7d3bd644293c0c511188d2908e94a6ac16f3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0d6492aa4b226c365be7ae9d86ec55f9793cb1d65190018f4085bab35e728 +size 950724 diff --git a/perception/single_instance_identification/object_presence/images/173.png b/perception/single_instance_identification/object_presence/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9791a20ea6da2fdadf4539d779f652540cc89c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32fae24129f61f78e3b78cd45c2164f63c6746d2fe23343cd937a5d17041112 +size 885446 diff --git a/perception/single_instance_identification/object_presence/images/174.png b/perception/single_instance_identification/object_presence/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..e6f915db01bfd6b69ba0d460537fd4dab5a5c2db --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc836f53da4bf605a31ad78d34db2b077befac7ae28c3ae7351dc493d98d3f7 +size 890028 diff --git a/perception/single_instance_identification/object_presence/images/175.png b/perception/single_instance_identification/object_presence/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..cccb237fb8eb6fa1c098af75c423d682b53c455d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83d79755bf1d4da71968521f2d553af263f452b79b6af901e2e8921841f4d0 +size 961264 diff --git a/perception/single_instance_identification/object_presence/images/176.png b/perception/single_instance_identification/object_presence/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..da85aa23106f423ce3648e38c2cfa35a20bdfd39 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf15533bf3853a9c832bc4391d1cf3519ecea74b1cb0d24c59079707f27eb76 +size 908199 diff --git a/perception/single_instance_identification/object_presence/images/177.png b/perception/single_instance_identification/object_presence/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..1d344b272370cd009016e6145b9d86ed95f98a70 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01ced32b32ca9f4ed2d0874fbc22f22b438bff612d0c6b7306a9c48f25ed8c7 +size 862657 diff --git a/perception/single_instance_identification/object_presence/images/178.png b/perception/single_instance_identification/object_presence/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..d625218e70c584aa5d34bf11bd42cc916494e9fc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f904028a8bb46b062a1454816b4f5502d0fab3ae05280ea3972091eda00c5682 +size 1074068 diff --git a/perception/single_instance_identification/object_presence/images/179.png b/perception/single_instance_identification/object_presence/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee8dca74c313e4da744cfa10f59da5e223bf7ea --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f30dfd9ff648f269db7e2108d072f0cb30a2acd1e8dfac6938919675ed84ec +size 1182370 diff --git a/perception/single_instance_identification/object_presence/images/18.png b/perception/single_instance_identification/object_presence/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..3186bd820bafcbdddabab560b1134043dd5e3bdb --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dcbd358d5526194cb6539d9e4d2267d503b3ed4afcfe0c2946ff924be57ada +size 1006230 diff --git a/perception/single_instance_identification/object_presence/images/180.png b/perception/single_instance_identification/object_presence/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..395dd28bc592b1b25404fc56be26bc01136caa2c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f17d49b576e48bbd89db32c1aa2b11014e9521114fd34093436262b99f6bec +size 990097 diff --git a/perception/single_instance_identification/object_presence/images/181.png b/perception/single_instance_identification/object_presence/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..36a6be411eeef1d1a0599ea7674d700344b9c2d6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b3d06027f07e5f5e8bda720aff5ed5c6e3d57771c4733810aa8c0dcd1bd33d +size 844401 diff --git a/perception/single_instance_identification/object_presence/images/182.png b/perception/single_instance_identification/object_presence/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..a047398b95228993028be5cb648ca53df0b82052 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8c147cc7f7211798080968048f12ca137c110547b97874a035514752f6349b +size 825344 diff --git a/perception/single_instance_identification/object_presence/images/183.png b/perception/single_instance_identification/object_presence/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..7f00e61ef0712b4f764fc3c3a10b761072246d6d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92063748b31fa5e6e81bff7323db95bc9f23f48a6ed8cdd5ca1ba66202468c5 +size 988816 diff --git a/perception/single_instance_identification/object_presence/images/184.png b/perception/single_instance_identification/object_presence/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..924eda7da59a48dba4800293b4fafd4f8f1c92c3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a2b3d0ec36b5fa806ddcf81ed2380fbb06664413abbe0a23f78fafbc095118 +size 855432 diff --git a/perception/single_instance_identification/object_presence/images/185.png b/perception/single_instance_identification/object_presence/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..1aaa255f62a206087414e5b8ef252f3b23825eb6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9164c5699bfa73eebf3c0454da9a00eddbe8cac9b3aa0959666866f0ac3d38ce +size 1227053 diff --git a/perception/single_instance_identification/object_presence/images/186.png b/perception/single_instance_identification/object_presence/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..06803a6950b613074f8166c62c0f5410d61c479e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a13494a3335efac10700b005b84444e8a1b1af3055f2061fbf37df229a57f1c +size 968346 diff --git a/perception/single_instance_identification/object_presence/images/187.png b/perception/single_instance_identification/object_presence/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..f45ea2134a041d5bf305c4ea3e4c3fe4d31a67e3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb00711fa6762e379889edf13961acfd38f06563f3f2a3217064e93d69adfd28 +size 1091608 diff --git a/perception/single_instance_identification/object_presence/images/188.png b/perception/single_instance_identification/object_presence/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796198c45cc1b17945e08f395a417912847319 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfe4e5403def14704b426d296c775c167f4d322ccc04723c0222a8dd9d4605c +size 840344 diff --git a/perception/single_instance_identification/object_presence/images/189.png b/perception/single_instance_identification/object_presence/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..5c179cad1925dabba195651610333a0160a04e76 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0017838f7ae735afdd322d1a73fb64dfc7fc8173408fbce2bbd4f2e0d7256f34 +size 1140732 diff --git a/perception/single_instance_identification/object_presence/images/19.png b/perception/single_instance_identification/object_presence/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb5cfbbebd7f7d9586c0fabd93586c7d0078991 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6c851ba7fb5b77a943d4063217d292c86bcc58384a9513eaeecff1fa24e9a3 +size 803802 diff --git a/perception/single_instance_identification/object_presence/images/190.png b/perception/single_instance_identification/object_presence/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..a33acb2a817e4855b203ee1e9afed718664321ea --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0061c6defdfd2dd4a64b3733f3391ccbe826a41bc68532aa0be53d5e406907a +size 930716 diff --git a/perception/single_instance_identification/object_presence/images/191.png b/perception/single_instance_identification/object_presence/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..431eb100d209382f17e39b479cdc0413a9bcce79 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398692eaf683aadb757a3319102d778df9ce903750dce558ed4ce648e24e6b58 +size 757890 diff --git a/perception/single_instance_identification/object_presence/images/192.png b/perception/single_instance_identification/object_presence/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..3f3136c758aeaed13fe20a598df7febf07a775e6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3679bbd9de4186d6b8e92da629657e423cec6973e70c4639e74fc5c658a044 +size 850016 diff --git a/perception/single_instance_identification/object_presence/images/193.png b/perception/single_instance_identification/object_presence/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..632997db11a0cc105f33de9579907576bd3096c5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837bf7ae6f9ce9305a1abec7097e08e17e979103abcccb78422bcbb2f022a0e2 +size 1274608 diff --git a/perception/single_instance_identification/object_presence/images/194.png b/perception/single_instance_identification/object_presence/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..9be8c755b4b52a08ede5ddae970bf6781d8b9047 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83ef942dac6e085450d6539a3aa688b2b432f588fca4be44823cca03916c75 +size 1511115 diff --git a/perception/single_instance_identification/object_presence/images/195.png b/perception/single_instance_identification/object_presence/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..fa08ed6443ba82e43773ed8dca337ca43c699186 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a150433cf1e7452c6da9dc362681ec2747266e4dd4b5fb05c13a20992f30fbe5 +size 1164648 diff --git a/perception/single_instance_identification/object_presence/images/196.png b/perception/single_instance_identification/object_presence/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..88f9d39eb437221a158dea40dccc31db8f1e1dfd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820de5a9b3129572c2c6a0b6fcf8d8632b1fbb989490313d394e0a22e01d07d8 +size 1102596 diff --git a/perception/single_instance_identification/object_presence/images/197.png b/perception/single_instance_identification/object_presence/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..98aac67857ca18c229a60095fa78392b1d05e44b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214fa205d06a4b64c176536944c4bf087021cceca940b2808111ded50aba6060 +size 1270215 diff --git a/perception/single_instance_identification/object_presence/images/198.png b/perception/single_instance_identification/object_presence/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1c4ccc7a1ac00020b12084436533e2001b10e8 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01733ce477e32eae8445d090a56f6ce47143965003ee07bb1f46a7b1fb7afe58 +size 1056595 diff --git a/perception/single_instance_identification/object_presence/images/199.png b/perception/single_instance_identification/object_presence/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..1c122f527643e5cae2e14e4ccd03341e7ea266ab --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeab87e7823bafb812e63b8fd7da898bdcb180e74569a3b65d68f17789aa24fa +size 1352656 diff --git a/perception/single_instance_identification/object_presence/images/2.png b/perception/single_instance_identification/object_presence/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..309f3fa8dd662fbefeca358c303c1dde76897579 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9385e55b653badb7054b939c91252f003dce3546613575952251f969ddbfd0b +size 855694 diff --git a/perception/single_instance_identification/object_presence/images/20.png b/perception/single_instance_identification/object_presence/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7496ae19e9f32bda5e3bd6a0d5bbde211faf06 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c378fcb9fe9511ba2c99bddb6dfce12abae69e4cedde3d172bbc14319ac09a +size 763385 diff --git a/perception/single_instance_identification/object_presence/images/200.png b/perception/single_instance_identification/object_presence/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..48b82b3d5c2e42b41a9c48d955ffdbecc8bbe326 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f5f89fe6b74a3c74c0bca062c726e0af70b631c250edca3ff8f01b5c530d2b +size 1295680 diff --git a/perception/single_instance_identification/object_presence/images/201.png b/perception/single_instance_identification/object_presence/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..cc02c43c24aa154aa935cc0e44fc0ff3094479ee --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191f1278484a6222fdfd915e066260edcdce6013356a38bef326074a9ba4b830 +size 1290779 diff --git a/perception/single_instance_identification/object_presence/images/202.png b/perception/single_instance_identification/object_presence/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..ae24f4009d23eecee23f768b88e3e70eea5eaa04 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ede72159a46f272ff0f01c306a6121084ccd27e79a7c0afe01638723a8576b +size 1192433 diff --git a/perception/single_instance_identification/object_presence/images/203.png b/perception/single_instance_identification/object_presence/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..546f433a4c477ad5ce82a3a0fe0a896a6033955e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279c9238e695651a8c2f87f383c85a9b04ea996fa8c9fd7ff0fdff56d6c512d8 +size 1289404 diff --git a/perception/single_instance_identification/object_presence/images/204.png b/perception/single_instance_identification/object_presence/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3e492b73317719504193009423906c194c7ff9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c791b814ff4218e94f1ac99d7445af7d1296707d77f2153a2667ba5342e0deb7 +size 1159741 diff --git a/perception/single_instance_identification/object_presence/images/205.png b/perception/single_instance_identification/object_presence/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..078535d20fd9fb0536fc452549799b9ad4c46684 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f047c01e79f73e1176c0380f708ec72b1e3981c0412b869723dda00a4c2cf1 +size 1273888 diff --git a/perception/single_instance_identification/object_presence/images/206.png b/perception/single_instance_identification/object_presence/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..66d6f84ce78d0fbc49fa5582911b86f58383bef9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd482249557c7dd61ebcc196efdbefb07fd3ee7063c8d8d59adeea13ece94d3 +size 1123500 diff --git a/perception/single_instance_identification/object_presence/images/207.png b/perception/single_instance_identification/object_presence/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..8448f1870c82825bfa3f1563e0d5465a0c02d4f5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a8d8c5528217739550d4844016aae9e5aec28c955dce744c54a846e0c36858 +size 612281 diff --git a/perception/single_instance_identification/object_presence/images/208.png b/perception/single_instance_identification/object_presence/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..70187af60fb724c6ae93ba63ce8f00ff661786ef --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4b17f9f551be1c37769f6e8b56f6291724aeaaff64f9630913d334563790eb +size 1233740 diff --git a/perception/single_instance_identification/object_presence/images/209.png b/perception/single_instance_identification/object_presence/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..77270080540a9e4e3bfc5cac4e7c42f0f641f2a6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4dcd65581434eae70d0421ea8fa65192a4beae379ae9f1a49a6d0ca36aeab7 +size 1311199 diff --git a/perception/single_instance_identification/object_presence/images/21.png b/perception/single_instance_identification/object_presence/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..c6cbc413d048129d0fad97da69b86836d178013a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d75d81e4ea5337295a4127f7bb8d123d362e209983a8abd0dc548356a78b887 +size 664198 diff --git a/perception/single_instance_identification/object_presence/images/210.png b/perception/single_instance_identification/object_presence/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..653e9b5eb3734ce38e8c3358e01ffdb19d12f708 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76da394ca8f80c31a81485f57a7e2cf3b6e77cacbee2515d5fa8dc38670fcd1 +size 1342292 diff --git a/perception/single_instance_identification/object_presence/images/211.png b/perception/single_instance_identification/object_presence/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..441415705766256a5fb17183a55123d1784cbbaa --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1dec04e5c4e71c329b965166a737e8ddc384065d600880fbed012a9dffe9bd +size 1439269 diff --git a/perception/single_instance_identification/object_presence/images/212.png b/perception/single_instance_identification/object_presence/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b04174e4484ee241c8b74b43dc561ff7a7cb23 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f384bc60629bf497eda95de34b314f9bedc3f86ce6d961062136f9bcaaa03831 +size 1324279 diff --git a/perception/single_instance_identification/object_presence/images/213.png b/perception/single_instance_identification/object_presence/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..0d23ad9e4c7266b172ff4e844e96cc7479552c3e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a470fe4dea9b0023d64495f13693907523509f5f3dc8dd0f3a5600525ac3d85c +size 1188386 diff --git a/perception/single_instance_identification/object_presence/images/214.png b/perception/single_instance_identification/object_presence/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..0d383c456d8c26a60a1ce0422456f1e90a45fc1f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e37e762c67305e27ff89aed943221f88ef10a5210981e7c1e7fe522a3df623e +size 1316937 diff --git a/perception/single_instance_identification/object_presence/images/215.png b/perception/single_instance_identification/object_presence/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2699f3b3c63058b58572dd06daa7b347e8ff7c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c13179ae94ad5f9f9ad93abc638354882d8ce0340d52d6d8947f69bc49fa10f +size 1388867 diff --git a/perception/single_instance_identification/object_presence/images/216.png b/perception/single_instance_identification/object_presence/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..59cbb9841d88480a8724a32596557675788feac6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42156a4150c3cf51ab461359533579c320b71821b6e555e5d14207fcee4225b +size 1000075 diff --git a/perception/single_instance_identification/object_presence/images/217.png b/perception/single_instance_identification/object_presence/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..7034aa41212f1ff58d62528f81dda5b7a8d3a670 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f604b80bf51c95b8425722d5ada21f60c8906606a977c25ab5262ef90410fb +size 1262217 diff --git a/perception/single_instance_identification/object_presence/images/218.png b/perception/single_instance_identification/object_presence/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..7c0d062cda32b4f5976da514a1b1fbd1e7ced8fb --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4da966ca7563140c260d446088880cac9df2326cea413e3b4ae48821df23cbe +size 1007603 diff --git a/perception/single_instance_identification/object_presence/images/219.png b/perception/single_instance_identification/object_presence/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..39ac1fcbbcc5c80acc347aeddb37ed6691d5420c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11734b76929e727482df1de6ac5bb72f03c6d0ccb33a39c2c5e20ec04b772287 +size 1193292 diff --git a/perception/single_instance_identification/object_presence/images/22.png b/perception/single_instance_identification/object_presence/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..370967691d44d525ad539ea88ebe8bd65cdd1652 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32f24a22a9435a053b1133b81285dfaa432c2083ffc255275f1a68a51b1a8b1 +size 655198 diff --git a/perception/single_instance_identification/object_presence/images/220.png b/perception/single_instance_identification/object_presence/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..cb78013b8861428d401fbd03ac6f07d659e79d95 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98678a05d6a835e6b84537566fab7ffb24f2646746a06f618946b97dfcc421f +size 1008578 diff --git a/perception/single_instance_identification/object_presence/images/221.png b/perception/single_instance_identification/object_presence/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..2a29ce53740ffed21a67a6d3f0ba1616b71ad3d3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26e13b5b92302a2c9b16c75b5b1583c51aaf309df1b74f74c5f039c92348239 +size 1278804 diff --git a/perception/single_instance_identification/object_presence/images/222.png b/perception/single_instance_identification/object_presence/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..245e457b7996f59aa6aa54188e0aef84664326b6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3029323ffc98028d5c3f69e6d56b5dc4e1ba2d7c243b80783378c7e6367ff2 +size 522575 diff --git a/perception/single_instance_identification/object_presence/images/223.png b/perception/single_instance_identification/object_presence/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..3acaa020e73b6c13e43aa9da5a5de701e0eea148 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4a4eece359b2b97ec72fe1c72a6140dbd97d38100573d4b59a92ba53b1b8e0 +size 1378467 diff --git a/perception/single_instance_identification/object_presence/images/224.png b/perception/single_instance_identification/object_presence/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..b66b36a4d3848e215fe57239cf005200af3f7e67 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f985ac8368117f43f06677f1cb4570e171767e88e3d7264db58d0e4848749d2 +size 1253208 diff --git a/perception/single_instance_identification/object_presence/images/225.png b/perception/single_instance_identification/object_presence/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..2152714b69f9ecf1f2de0539eba6e140ac2d5052 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90db1a19d19d4ca39e684757b0372d5db16277fda3a39127ce33c5f47eaaa844 +size 600437 diff --git a/perception/single_instance_identification/object_presence/images/226.png b/perception/single_instance_identification/object_presence/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..7d59bd8c4f413247a318143ef15a71289038c0ca --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2d3793d6b7dcdabdd3031f77aa1d999a8a75a2629c6d74e3f1155fe1616038 +size 1141202 diff --git a/perception/single_instance_identification/object_presence/images/227.png b/perception/single_instance_identification/object_presence/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..e630bd9ec93a70f98cbf2a6df94a112555b53530 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4bada1d94cdd954eb91a13337b23ad82f6a028ee19b94bd520f5ffa040ab64 +size 1054123 diff --git a/perception/single_instance_identification/object_presence/images/228.png b/perception/single_instance_identification/object_presence/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..8f892811007e74caa923ad0b18de4a0e245ac40b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54ff258a0827e3ce8d30cf236e3253bdf106b96cfcecdf8951d0d8b685e42a9 +size 972743 diff --git a/perception/single_instance_identification/object_presence/images/229.png b/perception/single_instance_identification/object_presence/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..0226c9c4ddff4f69c2f99436c013fafc27bfe9de --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a3ae5d223fe97a2315a6ee30351f7b5b14003cd46914ecfcea4c040d20ed3b +size 984223 diff --git a/perception/single_instance_identification/object_presence/images/23.png b/perception/single_instance_identification/object_presence/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..31bd876cdb7df4f7262dd5ce721929ab6ca68116 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f385b24626b1f141900e6f2ee8fcb086422fed01d13015e13e072191963a177c +size 849633 diff --git a/perception/single_instance_identification/object_presence/images/230.png b/perception/single_instance_identification/object_presence/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..2454a5c947f4dfff823b367f3a0d52a124d840db --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8448255915fe4b8819d1ee5e2c1d5e5686705f3b79b28088483e4758d87de43 +size 1250403 diff --git a/perception/single_instance_identification/object_presence/images/231.png b/perception/single_instance_identification/object_presence/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..e84d58d3811b1428730d1062c37b91d7722c4253 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1f80294f49410c058f604b7d496645c5ac7b9b2019ce329733706a4bff9779 +size 868851 diff --git a/perception/single_instance_identification/object_presence/images/232.png b/perception/single_instance_identification/object_presence/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..0065fcb2080d493396c4607c8bf9ef796206fe03 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37229830d679bdcf84b6c6639c914e25f1fae4cc12ff8620f66b01966a65c07 +size 1154353 diff --git a/perception/single_instance_identification/object_presence/images/233.png b/perception/single_instance_identification/object_presence/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8f8eb30c359efe10ae776de86ffd6fec116162 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2bc120e55e813d4f2a56bb63f6e819ea9486bc5b35cf31552369e815e71cc1 +size 1006575 diff --git a/perception/single_instance_identification/object_presence/images/234.png b/perception/single_instance_identification/object_presence/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..eed02559968bffb7c4b4a39ea0b79392f7b96790 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a40ca12f486871a67d2878e45cfc953a33db1fb99e9ec0617a37a77efc9d3c +size 1432771 diff --git a/perception/single_instance_identification/object_presence/images/235.png b/perception/single_instance_identification/object_presence/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..42368ec548f18e37d0047e195aad50a198fd9cec --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c8bc421a1794732cbe2782ed3379017e663966be584e662f828bb2a7dc36e1 +size 1058502 diff --git a/perception/single_instance_identification/object_presence/images/236.png b/perception/single_instance_identification/object_presence/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1ffb8be26cd178dc85fbb125dea88f85fc6600 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0c3a8d158a8c7cdaccef6b70dfe30d37f71cf91939faac3b5b7ad06299e891 +size 1180496 diff --git a/perception/single_instance_identification/object_presence/images/237.png b/perception/single_instance_identification/object_presence/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3592399868612c79f774e2d07a1015b4825d63 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352be6b7f2401e518359fc30803ad972ee360ab2b6ae2087033fea97194c043 +size 1401792 diff --git a/perception/single_instance_identification/object_presence/images/238.png b/perception/single_instance_identification/object_presence/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..7eab4b578f73e217b0b022259a6dda463aefb934 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c41ec90dd00f72431701083cf8619fa743368552233258fd0548f57667a104 +size 1276182 diff --git a/perception/single_instance_identification/object_presence/images/239.png b/perception/single_instance_identification/object_presence/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..848d0980445b95b863f6a8da5d39ba2e4f2fa693 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cbdfbe38fd16a0df291281fb69374c77e3e0e58316a97871e56bc6e8483404 +size 1143195 diff --git a/perception/single_instance_identification/object_presence/images/24.png b/perception/single_instance_identification/object_presence/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..08ce7c92a5dcc3a6325a077a5b16fe76e0a19b7f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ceeed631fa37e367548417c575c33a711baae4332ce61055f25460b1691fa45 +size 923600 diff --git a/perception/single_instance_identification/object_presence/images/240.png b/perception/single_instance_identification/object_presence/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..7595953b8d4f1ea55e198980546c4424d0abba4f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188a1e22a1d3e882847e1a58c97a0de4114eb41b88b147cd3ee1eef8dba2d1c2 +size 1013294 diff --git a/perception/single_instance_identification/object_presence/images/241.png b/perception/single_instance_identification/object_presence/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..a3661f03cb86cc6ac8a21f994807b36ac3a01abb --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b205d876aa96d526b8c9a24bf2800874e3343bd520d429ae5c615f9331ae47 +size 1263070 diff --git a/perception/single_instance_identification/object_presence/images/242.png b/perception/single_instance_identification/object_presence/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..192995c6e58e2e0aec31482ad52ed9161b1eff27 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb51ca1fb1b4e7c81df2175b6970ba6baa21df3040e725c55740d21ec24113ad +size 1184009 diff --git a/perception/single_instance_identification/object_presence/images/243.png b/perception/single_instance_identification/object_presence/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..37b8ec026f7fd8cb7bb7226c8909de3c08512f66 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc56a028f0d52c187cb2c79f65285e2da97690dd93877a9af90ac9eea32c843 +size 1207485 diff --git a/perception/single_instance_identification/object_presence/images/244.png b/perception/single_instance_identification/object_presence/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..3f83acfb2f990dcdfca3e742c5b258f7fd424313 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aec437807fcdb9bacc2ee93ab636935d34a76081cfc7c76eb26b0301db4ed0f +size 1260199 diff --git a/perception/single_instance_identification/object_presence/images/245.png b/perception/single_instance_identification/object_presence/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..6db369cae232a0f8bf64b3efdcc4e65abbbb6b5e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880e276fece155b3fa111de5a5a83caad884f2e078eb1dbb139164c39a03e60c +size 1118287 diff --git a/perception/single_instance_identification/object_presence/images/246.png b/perception/single_instance_identification/object_presence/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e3c6051b6bba91b196882c27a503fc32f17c70 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88c8e0f6521baebffeff57cdb637a7befbd2a26969cd587727f4824656aeab4 +size 1410205 diff --git a/perception/single_instance_identification/object_presence/images/247.png b/perception/single_instance_identification/object_presence/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..86b2c34f6236223a26033e332cc989601690dd85 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3da030f14b408eb83ece15a1baec4d1985940239b3a205ee165a18657cc60b8 +size 1274705 diff --git a/perception/single_instance_identification/object_presence/images/248.png b/perception/single_instance_identification/object_presence/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..4462235e85a115c372905dbeeb17740267c584f5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6bfce2f4021a601267303fc620585caf88fa2c1891a66254bbb22098174873 +size 1187648 diff --git a/perception/single_instance_identification/object_presence/images/249.png b/perception/single_instance_identification/object_presence/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..a2339750d3663c27f2f265c94dfcb9e910822768 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cd2242a8488422273d7ca163c89611e40033bced81485c8d0c2d4c6896cfad +size 1069443 diff --git a/perception/single_instance_identification/object_presence/images/25.png b/perception/single_instance_identification/object_presence/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..5f244a2cb2d8ba88f1b46e28ada18535c08acf9b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4128329c16249b963caa98bbccf70a6f06f905ed179b4affe3ea5a7624cc3f +size 839051 diff --git a/perception/single_instance_identification/object_presence/images/250.png b/perception/single_instance_identification/object_presence/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7c8ff064a6a61ca503acc044c102d4701bdbff --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66ce1db24b956cf67498712aee0c28c51c56f450e7b290c20be295e9d49e926 +size 1375080 diff --git a/perception/single_instance_identification/object_presence/images/251.png b/perception/single_instance_identification/object_presence/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..355d2bb4a148690aafbd6b6cab073bbb180407cc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd59e80dba6f7f872b16185a5fc2a5b5a228d9ad936c14cbc852bff03695173 +size 1314643 diff --git a/perception/single_instance_identification/object_presence/images/252.png b/perception/single_instance_identification/object_presence/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..8d28ef09222756136b828f56a6e84df2b1fe73c9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a5807f720f7330c1cb67499ab4e67d5abab7946f7e66814d1a9fd3cc1398bb +size 941745 diff --git a/perception/single_instance_identification/object_presence/images/253.png b/perception/single_instance_identification/object_presence/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..e999534f27cef6a538af1588f0528c6c7849630f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18a56589c40021bd22a4d03da369f7c019bdc7817e0cda3093a2a98cf509f09 +size 1310821 diff --git a/perception/single_instance_identification/object_presence/images/254.png b/perception/single_instance_identification/object_presence/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..417a7d22918c7072be7a3b2cc201ec74c4b87b37 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176aa5f518012c5e7aac9d20b88db0c01d6abf7a1756ce613ffd1716a38f69d2 +size 898513 diff --git a/perception/single_instance_identification/object_presence/images/255.png b/perception/single_instance_identification/object_presence/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..87a7bb70ab91a08d674ea6445bea8dceefe8db95 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0461fa7c57d1c866f5e747640258ea29f70d0b67b719c42cc1d22eccd9873bdd +size 1487503 diff --git a/perception/single_instance_identification/object_presence/images/256.png b/perception/single_instance_identification/object_presence/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..cda1e0e6e370b0b34482f31eec38c6054b454a34 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0de851dca74d6d2dcdf43b89ca4407aaaf6b2019982bba3da9c065ea3eac205 +size 619912 diff --git a/perception/single_instance_identification/object_presence/images/257.png b/perception/single_instance_identification/object_presence/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..8d7b53aa098eaa4898c7db336642ea6b8a015337 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51748dac0b354c4a6fa22aa56a5337e0c08fcdbc58ac40bc3ac62c22dc78fa6a +size 1364167 diff --git a/perception/single_instance_identification/object_presence/images/258.png b/perception/single_instance_identification/object_presence/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..70a438e562636eb7a91f9ae8e4add4ad1cc3fe17 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830c72929b6fcfce2871f481468a3a2cb3906030e288104553ea1b1f840caa09 +size 666565 diff --git a/perception/single_instance_identification/object_presence/images/259.png b/perception/single_instance_identification/object_presence/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff03cab934d7ce01c104b697aa76a4a03816959 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5843f5ed44286a2a194e449bd85f9d2ccf14daf86526aa5baabece88c15db3 +size 1323764 diff --git a/perception/single_instance_identification/object_presence/images/26.png b/perception/single_instance_identification/object_presence/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..fca93ee20ddfc664db8f3b712a3b75916ceb93bd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3560f7f44168f86ac8c6285f13e8d0c37f59377b792fdb21a9bf3353c42684ec +size 525324 diff --git a/perception/single_instance_identification/object_presence/images/260.png b/perception/single_instance_identification/object_presence/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..b07b2ccfce943525ef6226a1ff49322db66532d5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da5ceab9c1e4fd9d0cd75400df36f2fcb36fc6286c32b5b9a419fbf62241b0c +size 514430 diff --git a/perception/single_instance_identification/object_presence/images/261.png b/perception/single_instance_identification/object_presence/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..031a645dd987962d129a75267edb1d9b3be7871f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032f4141501d8e0ca7cb90c703956d4c0f995504ea493174778385272d6eb0d5 +size 1216052 diff --git a/perception/single_instance_identification/object_presence/images/262.png b/perception/single_instance_identification/object_presence/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..5923c66ba50ac15811242a578d51e6109d5fde60 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24342a821c8528c9623b98f9d1c7ac48c488b9f91cc39081acb150cd5f2ff74 +size 1376655 diff --git a/perception/single_instance_identification/object_presence/images/263.png b/perception/single_instance_identification/object_presence/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..d71c50965d1fad9e756fd674896278e9066ba0b7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bcdbfca59283b38a50be703cc82107c9befc6955f4e20b9d63030ee938f3a9 +size 1126739 diff --git a/perception/single_instance_identification/object_presence/images/264.png b/perception/single_instance_identification/object_presence/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..916a5baab7c7fb2c8f6ab123d46648f33e5dc1e3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac938d5485fba6d6aed59d6eb955fc5ec7980da2205e6190a34466f517233bf +size 1391203 diff --git a/perception/single_instance_identification/object_presence/images/265.png b/perception/single_instance_identification/object_presence/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..61d0378073de1921b94347f30229ed8c8ea94418 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6923c87c75e9defeb5aa54de1f0c5c2250a3917126b9922749e2a44e814e7e3 +size 708308 diff --git a/perception/single_instance_identification/object_presence/images/266.png b/perception/single_instance_identification/object_presence/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..e90e4285a07525083eb3197aa215a46b19890c18 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849503f0170e47e9cf58b7590ad4ba70761bf34673253bddc0b6d8803e99988 +size 1437833 diff --git a/perception/single_instance_identification/object_presence/images/267.png b/perception/single_instance_identification/object_presence/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..99fc115260ebcb79f1edd51fc9e171530676e650 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80457fab8e57b0381eb254471a25c1456396317bb0b1887e5a5fdb5ce60d61a3 +size 1187501 diff --git a/perception/single_instance_identification/object_presence/images/268.png b/perception/single_instance_identification/object_presence/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..6a5a6d71225a28b06a4194d3450d07816dad4d92 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c68c26f8d3a715f38aeece6722dfb74d1e67a7e236a07aa48fdfa083aa3c8f4 +size 883147 diff --git a/perception/single_instance_identification/object_presence/images/269.png b/perception/single_instance_identification/object_presence/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..754c80e0fd890a95061d7d0e955a83f467942348 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324aa2746e6fb5c49daba4004fe18800c9b5dd9e43f344b9da76d891421326c1 +size 1354028 diff --git a/perception/single_instance_identification/object_presence/images/27.png b/perception/single_instance_identification/object_presence/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..84e103e0883b4498c6fefcc430cbc9a0d1853088 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49992d5392b70255012544acf1c3260907417685e92db40ec69e5b7ab3919fc7 +size 730509 diff --git a/perception/single_instance_identification/object_presence/images/270.png b/perception/single_instance_identification/object_presence/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..c74835a4bc742a1b071f81bad136396fa94093b2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82893e1e6e48a8f16d5a2023befa9d89a8a44975c3688dd1156db10512775f98 +size 1492534 diff --git a/perception/single_instance_identification/object_presence/images/271.png b/perception/single_instance_identification/object_presence/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..7214e0a15412a4ded00a115aebc550660799f509 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09047f440364b02792165074ce871cf60926cd2ca4b4b80a8b7bc2436ab9a56 +size 1206020 diff --git a/perception/single_instance_identification/object_presence/images/272.png b/perception/single_instance_identification/object_presence/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..1902b4e74f1ffeb2d7a4a99e352cc14c27e0d0c7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceb813340609263fc0884ac5e6c756b72e33a08129b217a945c9bc11f105840 +size 1348279 diff --git a/perception/single_instance_identification/object_presence/images/273.png b/perception/single_instance_identification/object_presence/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..9291a29b2b7362f280028c2cffe142be411f98c4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c659c96e21fed574b5c3c74a93432afdc8ed5fa73d7da42845343bce6bad1c0 +size 1310197 diff --git a/perception/single_instance_identification/object_presence/images/274.png b/perception/single_instance_identification/object_presence/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbc1acc9846c9f62e88a43c550d7e35e34ccc4f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee280f90bc977af8da442df5f2b24327a124074030aa7be152f4e3770adcee20 +size 1406090 diff --git a/perception/single_instance_identification/object_presence/images/275.png b/perception/single_instance_identification/object_presence/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..80d83b7d29cfe3760e4715f41ddffea96d1e9102 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e251c1b2abfdf05028e447ff87bbb0f16dd8fa18773eb889f1249ad80ac4d0 +size 1332104 diff --git a/perception/single_instance_identification/object_presence/images/276.png b/perception/single_instance_identification/object_presence/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..e5705e588f8dc6662f80e3cf80ad7bc89780d85c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a8d075c89752aca327e90394419072da6bb13554fbe04c6970e6546d69b95f +size 1237697 diff --git a/perception/single_instance_identification/object_presence/images/277.png b/perception/single_instance_identification/object_presence/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..457260fcd9d72e035301367a417cbb44d825f49b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da1cfd01baae82eeb7202ed9fc8f82f0f337c4dfe1c24e3353d7fd003f86e73 +size 1151846 diff --git a/perception/single_instance_identification/object_presence/images/278.png b/perception/single_instance_identification/object_presence/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..1cce85f92218a1d87c4b7cb83ec6b196930f79a4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da649e8f8aaef46bd5456db2e8ffd7d112ea96a5010f2e74729fdd66a1a14db +size 1401115 diff --git a/perception/single_instance_identification/object_presence/images/279.png b/perception/single_instance_identification/object_presence/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e7ef15a613bb63fa7456290868abe74e3637a5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c87458a9a18c93bae442fa3faa280aaf4e73150d86cc03e289551dd9e90beb4 +size 918282 diff --git a/perception/single_instance_identification/object_presence/images/28.png b/perception/single_instance_identification/object_presence/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..a63cd318088cf093b3101226ad851b22be33cba7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1107c95064a7bbdfb86f3d453f7e78b767cd1ce7c60d9a3911a1fd2c92e121ea +size 707125 diff --git a/perception/single_instance_identification/object_presence/images/280.png b/perception/single_instance_identification/object_presence/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..56fee48fdcf5938cc3366e6fab8da4b459ade539 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1bd22877aa8166b1c2400a1a50f072e767947cbe386b8aa753573547bf117e +size 1016370 diff --git a/perception/single_instance_identification/object_presence/images/281.png b/perception/single_instance_identification/object_presence/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..983848f28d7d760c69ce0be1fa518a1da7aeee75 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4ac712f3e071e933aa3da42677f07bcb71280739ea2e486ed6d7bdec26480e +size 1405823 diff --git a/perception/single_instance_identification/object_presence/images/282.png b/perception/single_instance_identification/object_presence/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5b7a46b4e54122515343a4346ba12afcf8501d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3cba0504ba3f4e1a93a68734c7338354b4e3a11319f5b4c9c4ad588df3a67f +size 1423510 diff --git a/perception/single_instance_identification/object_presence/images/283.png b/perception/single_instance_identification/object_presence/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c9453e2b8c8640f4a3bff51fda94ef1137c6a6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f321cce36c4b043339f010181b7ecb57c6bc0fe737d8a0022ba0adb159c319c +size 1359723 diff --git a/perception/single_instance_identification/object_presence/images/284.png b/perception/single_instance_identification/object_presence/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..fde727e8b48f2edafb7cf1007a0217d7f8b8e998 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43c03a26f1e252158c65c9f3e73241c46cde10a873474dd292248ffa03bf19 +size 1019495 diff --git a/perception/single_instance_identification/object_presence/images/285.png b/perception/single_instance_identification/object_presence/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..c488ad801f17b7e51b1c683335b10d6a560f88e1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc650ae27fd26d0e2c2ebb758c7eefee2d20d1079825a659a14a015772e447e6 +size 1404659 diff --git a/perception/single_instance_identification/object_presence/images/286.png b/perception/single_instance_identification/object_presence/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..4c208bc870281b6fcc38635085ca4988fe9df0e3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfc7d97c6bbe752d0a58b68a18a74b222de9fcce587720bcc30fcccebd903a +size 1558642 diff --git a/perception/single_instance_identification/object_presence/images/287.png b/perception/single_instance_identification/object_presence/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2f9107b706a10716f67f79d49da04df6489762 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541e248809254ff1e2e3eba526f7959b2bb6afced744e76699bfc406475ec484 +size 803139 diff --git a/perception/single_instance_identification/object_presence/images/288.png b/perception/single_instance_identification/object_presence/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..609f60b6ddf3d3c6ac367568d499696b5eb1f6a4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51732fd8ea02c68ebfad3bcc77aab003b624ee86368ca6867da024a0c9e0bf74 +size 1416605 diff --git a/perception/single_instance_identification/object_presence/images/289.png b/perception/single_instance_identification/object_presence/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..57484823913cc567018bc49c914d4f4d76ad25ef --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa757d32b29776e5d326ace8b496d9bcd48fbe45a705d5747ca89d856a2afd4 +size 1224430 diff --git a/perception/single_instance_identification/object_presence/images/29.png b/perception/single_instance_identification/object_presence/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..d55efd583870e9de6622471792c19b0d1c42d111 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf205231d063a4a436c6dbd760b8b6a2099088f7816579ca1caba8b37677efd +size 859750 diff --git a/perception/single_instance_identification/object_presence/images/290.png b/perception/single_instance_identification/object_presence/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..de7ed29427ee484085b92c2dcefafc86e7bc2a41 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19a84d4fb03079db0dbc4a604d65720becd1418139bd5b7fadc87ec0d5dd326 +size 1325325 diff --git a/perception/single_instance_identification/object_presence/images/291.png b/perception/single_instance_identification/object_presence/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..b708379b747a2428f87c01cc2f4e63f57c8c51c9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68589df71ff8c3a991b2a8186a3cc4de064d08dbc8e6f01b5e68becac46ca41 +size 989051 diff --git a/perception/single_instance_identification/object_presence/images/292.png b/perception/single_instance_identification/object_presence/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..53c0f7a171b242cfbc11ee5b7d5ebce406c4b8f8 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4419060c7766620a4f34fa70ecd9f4fab93b13abf204e57d8eabb9cf2bfb5d +size 1293597 diff --git a/perception/single_instance_identification/object_presence/images/293.png b/perception/single_instance_identification/object_presence/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..2d859f64b4b740f8d13d0737db125733f151affa --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e764a3734075f79c8f1e5aa73638d615f7eaa8144bec3dfa29409593e97c12 +size 1061601 diff --git a/perception/single_instance_identification/object_presence/images/294.png b/perception/single_instance_identification/object_presence/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..1d83c93c14cc985ccdda5a587954a8f7dfa93b4c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e58be20b4273372f504c0efbc93f3f68d0f59a1b22c1145de49c6e6d19d525 +size 1311230 diff --git a/perception/single_instance_identification/object_presence/images/295.png b/perception/single_instance_identification/object_presence/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..137f568d110335f7b19705dc55fc2bb4f14902c1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d0c0703e05d52aba2c166766e3d29c059b521dee150e51be77c937b4ed0e6b +size 1093074 diff --git a/perception/single_instance_identification/object_presence/images/296.png b/perception/single_instance_identification/object_presence/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..deeffe12cbe495a4708c9f92d031972f82f267f2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089867395f3631a53970606f84980f342afb93b50da36ab362bd48ab7bf7aa85 +size 1559752 diff --git a/perception/single_instance_identification/object_presence/images/297.png b/perception/single_instance_identification/object_presence/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..527107c5244a3a7bc9388c01ad268b8831c17a15 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae7276bf2f7980c18e1148864c902674d9cb70df6f786ea78241eb6f5610e3 +size 1561874 diff --git a/perception/single_instance_identification/object_presence/images/298.png b/perception/single_instance_identification/object_presence/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6988aa5fc93fa6eb72107375729179b44084f7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82d8d24190ce044921911158ad718edfc71098312f5fdafaaac6adc40a41b0c +size 1346411 diff --git a/perception/single_instance_identification/object_presence/images/299.png b/perception/single_instance_identification/object_presence/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9ef5f09ecc43dd46bb868868eeb6ca7f9e8a0c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bcc932776db0ee0ecdf854c428f9f04a3d4e26d2cf8a72e5411e00301cd636 +size 1417072 diff --git a/perception/single_instance_identification/object_presence/images/3.png b/perception/single_instance_identification/object_presence/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c592389e08acf307a80f109dcff652adab35bc34 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3115307477e7f4fc037c45fb79daba81103a84513d5a37486df571982357c92 +size 741874 diff --git a/perception/single_instance_identification/object_presence/images/30.png b/perception/single_instance_identification/object_presence/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..61ee413140a33b7a7ad999be4ecdf4f51b582707 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5ed65d31e205de731b40e25dbc58c3011086b24796e74a84dcb1cf0d3bea5a +size 560998 diff --git a/perception/single_instance_identification/object_presence/images/300.png b/perception/single_instance_identification/object_presence/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..97c6edffb8e65778a1f05d5221114844f5862df1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6b6292c569fa1bd1d7db495ec433669f4fb3bd640934546d733b2155bb1d03 +size 1401554 diff --git a/perception/single_instance_identification/object_presence/images/301.png b/perception/single_instance_identification/object_presence/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..ea434d17f4d8592851546ea572a387198f81a2fa --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378dd916c1a1ad605ec6bc44f99640f85a9e03849ede0e89a273dd3b103f3723 +size 1524009 diff --git a/perception/single_instance_identification/object_presence/images/302.png b/perception/single_instance_identification/object_presence/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbea8bdd908fb6a5876dafd03d22050d1d5200a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5c79717e2c3a71161cfc979b9bb269738227863e119047e1f386f04e82706 +size 1540046 diff --git a/perception/single_instance_identification/object_presence/images/303.png b/perception/single_instance_identification/object_presence/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..112880d5886bcda977d371e8f29e1fb3fda2d093 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9bdec656f7aeaa922077c6d33aa4f15b5d33f0163a24dc494834cfad85c0a +size 1054710 diff --git a/perception/single_instance_identification/object_presence/images/304.png b/perception/single_instance_identification/object_presence/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..5962308040e3c95d320df4ebca6e19d33b7d9e1d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a520a2c675c4c97c6d3a403a33ba1123c2dcf3cb061b63208d2ae3be05f13f95 +size 970323 diff --git a/perception/single_instance_identification/object_presence/images/305.png b/perception/single_instance_identification/object_presence/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..c73c83d9096c6d1eecac6ba5cab4f4c0d670a525 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf369540bd1819b20964218f196326169ee7dab56432bebd552f4413bd2e8a4 +size 1284481 diff --git a/perception/single_instance_identification/object_presence/images/306.png b/perception/single_instance_identification/object_presence/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..766d9a690e61fcd70ede7ab9eea76ecd9edab60d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8026e681441c372e60d794ec699d10ec9405edbf12bc97cf21cd2bbdc9a225d8 +size 1055394 diff --git a/perception/single_instance_identification/object_presence/images/307.png b/perception/single_instance_identification/object_presence/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..2065285698321082c2c861d1558990784268e3a6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24df044fabfa02d8546f6a1004e7ca7a170376e28235848a9e3df1c3916391f2 +size 998155 diff --git a/perception/single_instance_identification/object_presence/images/308.png b/perception/single_instance_identification/object_presence/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5164ac2ff9418ad0a33a37e856e0e1d052f6f5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d1d5462ef381a9a16a744470b6bebd3e65184896d0625448e7a0776464775b +size 1448815 diff --git a/perception/single_instance_identification/object_presence/images/309.png b/perception/single_instance_identification/object_presence/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff03cab934d7ce01c104b697aa76a4a03816959 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5843f5ed44286a2a194e449bd85f9d2ccf14daf86526aa5baabece88c15db3 +size 1323764 diff --git a/perception/single_instance_identification/object_presence/images/31.png b/perception/single_instance_identification/object_presence/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..89c1726c0ad67e50d1eb79b629a0345e82893e60 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3218ce0488de410c77eea46f2792f6d59b9a8772b3d0cf780a8df9339705962 +size 811216 diff --git a/perception/single_instance_identification/object_presence/images/310.png b/perception/single_instance_identification/object_presence/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..1147a83a87d485dbd5b32a40f90abfdd5df672a0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c4cf3b8f83b3b021cf5d144bdd99194b350f3859777f8ea43b15de7db9e3d9 +size 1010642 diff --git a/perception/single_instance_identification/object_presence/images/311.png b/perception/single_instance_identification/object_presence/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..a321f163130f1a1b62c40450ceb2181d670ea97f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1061b6579cb3ae54e5c1d35ed07162ca513b6c48ddaa9bf138c07de7f9ff3621 +size 1435889 diff --git a/perception/single_instance_identification/object_presence/images/312.png b/perception/single_instance_identification/object_presence/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..5d00637e5599d6e2e05de3eb63f0343e5c77f3d6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a855ea66f38de9a77b6653d4d0b2e97b66a2573f4902bcdec3c204b7f9496e00 +size 1277853 diff --git a/perception/single_instance_identification/object_presence/images/313.png b/perception/single_instance_identification/object_presence/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..24de60d44d8b1ccc1f4579c2b62d05a0ff252090 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818aa69595ec08c38ccbb5802f981444883bee28bec7651930fd719c27023beb +size 1600690 diff --git a/perception/single_instance_identification/object_presence/images/314.png b/perception/single_instance_identification/object_presence/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..bcb3441b46930de8ac6bd02a9dac55e7c5c4ceb4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790fc88665e7759cb61acd0de1f57f18bf8b696a12e6b6030b08dbc8a558a6c9 +size 1255750 diff --git a/perception/single_instance_identification/object_presence/images/315.png b/perception/single_instance_identification/object_presence/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..854335ec63d2fbc6fccec5473c6f5bea45e51f8a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa14046f9dc2acf02ca62f807315f0e30302613451fc645e08e8c73e209bc7a +size 1186675 diff --git a/perception/single_instance_identification/object_presence/images/316.png b/perception/single_instance_identification/object_presence/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..11eb0efb1ab4ee913d35c1b79c61170f30ac54c7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd124dd241f3988571c76661825bc328f1de0413483f82626c364a9a6e25103 +size 960969 diff --git a/perception/single_instance_identification/object_presence/images/317.png b/perception/single_instance_identification/object_presence/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7742a46190304de844fbe066a248cad76ca30e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eaf14b93b8708a7abaf2a8c5d05f03aa8b3540826afc48ce72f1c3cb91ad48 +size 1065667 diff --git a/perception/single_instance_identification/object_presence/images/318.png b/perception/single_instance_identification/object_presence/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..54408a75de56d60180a135283dfc37ef76e9a6de --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c9320db26bb051d58ac26c9dffbeae58f313ad7483d6b6846008b9fecf4d62 +size 1103798 diff --git a/perception/single_instance_identification/object_presence/images/319.png b/perception/single_instance_identification/object_presence/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..8bba98119c71a0ec282de40ae59b6eb906709cb8 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ea0ca00758ea690c49b4d6e7ae9cf8a2fd2f8f1246217ec4371318ea9c9507 +size 1397147 diff --git a/perception/single_instance_identification/object_presence/images/32.png b/perception/single_instance_identification/object_presence/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..b16e728174779a1c18a13f28bee7354c8311c422 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eb879cfe9cdee2b0aedf85d6c211037b3604173059d867f0fb1d2adbc1cb69 +size 602086 diff --git a/perception/single_instance_identification/object_presence/images/320.png b/perception/single_instance_identification/object_presence/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..9f137c5609e366fb322a2b84f0fd2c28a49a89af --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e610181533c07d82a24bac6c4a588c79801b44b934a29a486513b22beee6dbcd +size 1319506 diff --git a/perception/single_instance_identification/object_presence/images/321.png b/perception/single_instance_identification/object_presence/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..60432c4bfbedebea93b7d772e1246d22a1bdb4ea --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1fa3b3a54c5921a842fb2424256585bbb2b753a8e061fecead0496443f6633 +size 711206 diff --git a/perception/single_instance_identification/object_presence/images/322.png b/perception/single_instance_identification/object_presence/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..93a213193331f580c24a7b49c5f93e6c5d94fbc8 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a314d4e58b6f294abbd390c860691c48a7005eb6fae1a65b0b4f02bb6846f6 +size 1167549 diff --git a/perception/single_instance_identification/object_presence/images/323.png b/perception/single_instance_identification/object_presence/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..99db320be920bc52ad42cb4732b1086c18f4d0d0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51473939bc0fb7f6b6116ed088ded489c98132da8efcbb0ce7f03ce3a5da1be +size 918909 diff --git a/perception/single_instance_identification/object_presence/images/324.png b/perception/single_instance_identification/object_presence/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..77270080540a9e4e3bfc5cac4e7c42f0f641f2a6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4dcd65581434eae70d0421ea8fa65192a4beae379ae9f1a49a6d0ca36aeab7 +size 1311199 diff --git a/perception/single_instance_identification/object_presence/images/325.png b/perception/single_instance_identification/object_presence/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c28fcc7df3fa6566fa070857d5f79bcc0eaada --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2ac0903b6e3ee679e10dbd341761cd584d74c40779f8f240c4ca05ef21f9d6 +size 993861 diff --git a/perception/single_instance_identification/object_presence/images/326.png b/perception/single_instance_identification/object_presence/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce4c2349f08b34969b7e0be9b3903f32dbe4cf7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ccf24a39d795d9663c2abaa9407d1cd86efde83c4b3b641020a072cadaba26 +size 1212726 diff --git a/perception/single_instance_identification/object_presence/images/327.png b/perception/single_instance_identification/object_presence/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..90b27e16d801a9ecaa1b025a41dc20787e293161 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419e6000fe146effb69c8f92ebbbc93d270c2deaef5759211aa9c1d5084f5f19 +size 886082 diff --git a/perception/single_instance_identification/object_presence/images/328.png b/perception/single_instance_identification/object_presence/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c8f05f1e49ba7419507ab9b98370c6285bf1de --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f578e4b55af0e574f103cb062e0197b7b1dc881e7703c3998a679f1227045ef8 +size 1320641 diff --git a/perception/single_instance_identification/object_presence/images/329.png b/perception/single_instance_identification/object_presence/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5caf071095774f50fac08657b42660563e88a5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef611e97c92d31f00654ee6e208c5eae894cd596172b2e4dac1ed78a8cb0148f +size 1209986 diff --git a/perception/single_instance_identification/object_presence/images/33.png b/perception/single_instance_identification/object_presence/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..41e9a2815c6f9921b4dd288d5a32675f18c8a53a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb558a519d3a5ac4c18c5d4f184f6f323d6315896a41b87febf6d323e357e1b +size 1022483 diff --git a/perception/single_instance_identification/object_presence/images/330.png b/perception/single_instance_identification/object_presence/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..fe6b114b3cdc47c2767e079d49d372fc76cad286 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425351d850cae6110e0969b61f947657a25ffba6787ed1328fc36c48465b7888 +size 1102481 diff --git a/perception/single_instance_identification/object_presence/images/331.png b/perception/single_instance_identification/object_presence/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb4f1198a4b54f9064b5533a26afa380e75da0a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07edc377c3c44c5f605168368be446e6524cde8cfb845684cd9be462e22d1764 +size 1133271 diff --git a/perception/single_instance_identification/object_presence/images/332.png b/perception/single_instance_identification/object_presence/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..320b6429a2446261be680b024dea036eca65553e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a1d09584d293802882cab8baa39c3848c7e0c347632b655ae6154cc9ef7a31 +size 798597 diff --git a/perception/single_instance_identification/object_presence/images/333.png b/perception/single_instance_identification/object_presence/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3c3574d1ed0482170bdfa2ba79ff9c1fb8f5ef --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ee849122e6dfc6702ac7f1a45160b5350218516e83fa68480d6650346e1485 +size 1317368 diff --git a/perception/single_instance_identification/object_presence/images/334.png b/perception/single_instance_identification/object_presence/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..56092173dc6a20180866d201222d1bdd9a23ac06 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520591e2917930a7f7b8b0b938de7e2f5e56155ec171b4e362f776323df4c7fa +size 688904 diff --git a/perception/single_instance_identification/object_presence/images/335.png b/perception/single_instance_identification/object_presence/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..d182e0a038b05fc695aba61107efc71a518d29d5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ac0a201ae7647928c4850e3159104997a0fd99ab7c94f6a9bce729567f20f +size 634461 diff --git a/perception/single_instance_identification/object_presence/images/336.png b/perception/single_instance_identification/object_presence/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..03b3a2954c66e348630ca7c88bfddebe9a273d2e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab3b996820797947c962aeaac7a5fdcc78b4059eb55e82012475ba5bfa93862 +size 1159458 diff --git a/perception/single_instance_identification/object_presence/images/337.png b/perception/single_instance_identification/object_presence/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..c0671888d10e8cae6973c7147a93b9bcd916bcdd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3137d8d3fabbd1cffbc77365ee56a19b7baf1ad3630661cdea0fff41104f4c +size 891581 diff --git a/perception/single_instance_identification/object_presence/images/338.png b/perception/single_instance_identification/object_presence/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..6e90adf7685b81d927a85c4e26234c776bce30a3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0901e3a6b838e05e1d1693aa921f9b5b6735a2df8033f7b6630ce948eb84afd +size 1313881 diff --git a/perception/single_instance_identification/object_presence/images/339.png b/perception/single_instance_identification/object_presence/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..08c06c58454b7c4061b10476e662bd6e3e77ad1a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dd3c07d2c68379b620da0d820da7f217630d35064015e7f777d1c9907e440d +size 1316306 diff --git a/perception/single_instance_identification/object_presence/images/34.png b/perception/single_instance_identification/object_presence/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..58fbc27098328cfeb1a1e95c432928688048b462 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95628144cd32d53b7f75b300d0810e986bd74b7bc57c21471ef9b9403f2f0a92 +size 1076835 diff --git a/perception/single_instance_identification/object_presence/images/340.png b/perception/single_instance_identification/object_presence/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..b58b89ee8855962d02f4e16b94c80f4b3e4683cc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7ff1fc3161f76f69d7a1249ca3b1f196467d5620cc2682b15143a5cd4d32cd +size 960615 diff --git a/perception/single_instance_identification/object_presence/images/341.png b/perception/single_instance_identification/object_presence/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c15f1de00bac296cd26ff667a24176a9952ecf --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bb897d60d08d34f2f4d36cee7b281364e0d51205c1a38ec2339b00696b510f +size 836391 diff --git a/perception/single_instance_identification/object_presence/images/342.png b/perception/single_instance_identification/object_presence/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b3e809e4e2d2b5add4985627f9c1059c671946 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d96d1ca4c3652f11b6b0950f26b012832096e51344ed278de0e84297d85684 +size 877668 diff --git a/perception/single_instance_identification/object_presence/images/343.png b/perception/single_instance_identification/object_presence/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd925777dff8f6a843e63bc1d7d099fce24c375 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38ee765ba30bc2b6da9de291059a9d924d28d6a5ebd139514ef2e1a91a37464 +size 1281900 diff --git a/perception/single_instance_identification/object_presence/images/344.png b/perception/single_instance_identification/object_presence/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6f732263940e9697c65418163498ae7bb673de --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af33680048881a5316c0bafb9a19ed4b38feb29c4c5925e739d5013fd3acf52 +size 838898 diff --git a/perception/single_instance_identification/object_presence/images/345.png b/perception/single_instance_identification/object_presence/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..c6eb26e4d7186738a3997675b3dee42ea088b0f1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13959750086083a75eaeebb06b1b72ebd9fa7de8fbd32e1f3b485a377ce7c354 +size 1023031 diff --git a/perception/single_instance_identification/object_presence/images/346.png b/perception/single_instance_identification/object_presence/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..8529a2f227d900a7454b0cfbc81deea82a7be1e2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d74ff475bd39b4a66d81cb53d957bee039d1d070fbbb0e5a4b0e6810b62b83 +size 1258572 diff --git a/perception/single_instance_identification/object_presence/images/347.png b/perception/single_instance_identification/object_presence/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..c91691caa8432887eeb78762f2e2fa8d1667eb6f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20a64a913945616576618ea5649f5e0ebcd7ba4d6b6d6fd4047fbf2eac9c22e +size 1022491 diff --git a/perception/single_instance_identification/object_presence/images/348.png b/perception/single_instance_identification/object_presence/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd30b915dff7dad6a0bd2826475b533f580e3e2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8883d996baaae9b5e43eb6a7e5691572594ef4ec804a851f519a2e284cd9de3 +size 893317 diff --git a/perception/single_instance_identification/object_presence/images/349.png b/perception/single_instance_identification/object_presence/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..506aeb3bba9379b76096bde6daf9b48bd5954e02 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da96c3b8bcda5c171ee37fd261fbc7c0b5ff5e232b0e993e0e3f0d434f7e584d +size 1143142 diff --git a/perception/single_instance_identification/object_presence/images/35.png b/perception/single_instance_identification/object_presence/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..f519c86a8f7f1d333821645cab2e76a71fa9093a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92e9f8cebbb39d1eb5c86fac5bd38b975e44104ae502ca6f6ccda077b04187e +size 886446 diff --git a/perception/single_instance_identification/object_presence/images/350.png b/perception/single_instance_identification/object_presence/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..24174e618d47dc2a3985b755612b92634f4c03ab --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83d03b765cfa359e79f38fa1aab2fe96bc79166822b96bf9a02562fa3a2c93 +size 1124864 diff --git a/perception/single_instance_identification/object_presence/images/351.png b/perception/single_instance_identification/object_presence/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..e69e9a9a189a16d953978a839cabc2a75ab66070 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a22034ac0c678b5b792507b2bce7c9071936954eb3a9cb2a33093298ade3fd +size 405653 diff --git a/perception/single_instance_identification/object_presence/images/352.png b/perception/single_instance_identification/object_presence/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..bd6e92c47cc6781672f89f1b71b4da97e931cfb0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f37dd4d2abf45acfa1b71ebd2da2c60de804372db551c1a563327bdf8daf149 +size 705658 diff --git a/perception/single_instance_identification/object_presence/images/353.png b/perception/single_instance_identification/object_presence/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..c541b5cb17b78fec68f05d3bcb23f44635aeb230 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e0c2b17d33245714869596bdc6c9259581f59b09b8422981657c28e5027014 +size 833080 diff --git a/perception/single_instance_identification/object_presence/images/354.png b/perception/single_instance_identification/object_presence/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..7a090d5f6177ed601cdcea5fced04a67c2e3664c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eac29302a5a8166434bf6a850459fa735c763fda1a0e887ec3c86b6e2c4575b +size 742407 diff --git a/perception/single_instance_identification/object_presence/images/355.png b/perception/single_instance_identification/object_presence/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..2a4b0ec561d13377b6a694563225207aea3b07ab --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf94f191beb9025c655058c5a5e78fc352b0f233f6b511bc07aa38dbc8c13d9f +size 1213785 diff --git a/perception/single_instance_identification/object_presence/images/356.png b/perception/single_instance_identification/object_presence/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab5676854ab59a9748547d5b0f57c938bdd2bd3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb38a267c35dcf545f68e0df6ada94da16f4e568f7d083c80c40dca5bcf7bdd +size 880490 diff --git a/perception/single_instance_identification/object_presence/images/357.png b/perception/single_instance_identification/object_presence/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..78f190b70c626815e23b0486abbe854b0eef7a19 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b21bc7fe551e06c6bea111014eda0a1ad59c840f24c14455986fbe6ad2425b +size 1196403 diff --git a/perception/single_instance_identification/object_presence/images/358.png b/perception/single_instance_identification/object_presence/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..022405639ca67aedbfb84ba51efa393171098bd0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3ec0cfa7595396899bd5966447448063a034f5993f8a3af629d88eec74ebc +size 545658 diff --git a/perception/single_instance_identification/object_presence/images/359.png b/perception/single_instance_identification/object_presence/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1a28713729fe6690b4495fc91cbd62bb05753d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8612745bde9636b69d4eeb151b1fac35a4fbb9428a0e62833adac178fe427e +size 1064324 diff --git a/perception/single_instance_identification/object_presence/images/36.png b/perception/single_instance_identification/object_presence/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..51e444700dd2151f24313aff8a26f5b671c09e5c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68727762d443c339447706e269bb5a99ec1da7f58f06ce49696ef05bd8e57067 +size 741773 diff --git a/perception/single_instance_identification/object_presence/images/360.png b/perception/single_instance_identification/object_presence/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa6677d4ca2dd945dfbc77f72ce12214456f6d6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81d1c1f1ade74d99cab891302a5b801a5663e24c42a4710730c997ba4d0bf42 +size 569754 diff --git a/perception/single_instance_identification/object_presence/images/361.png b/perception/single_instance_identification/object_presence/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..9554b343e65ac26f4c1a94fe73b0be6196466626 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51c3cfb24cfaea372539d0d3a642357b18d565e079a94839510b6a759db88c +size 1173215 diff --git a/perception/single_instance_identification/object_presence/images/362.png b/perception/single_instance_identification/object_presence/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..94a528a18d0e7e0205b653aee362474a040ca21d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997ca3e49786ff9b09d43cf8ec95692b069395f682093091e340c2d5db892333 +size 1007700 diff --git a/perception/single_instance_identification/object_presence/images/363.png b/perception/single_instance_identification/object_presence/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..c114dae7f5957fe83fd161811cda2156bae41cc9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d220d3b2de8f84582710d512f0538bf4061061b7aa115860195464adabaa1b +size 1000204 diff --git a/perception/single_instance_identification/object_presence/images/364.png b/perception/single_instance_identification/object_presence/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc6d5eac04cf848ba53d2f3ef713e8071bb9e34 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd80b2e7f384609e4a5c9966b4e06b673bf067ebc69728e17110e2e0a7602ec +size 1070678 diff --git a/perception/single_instance_identification/object_presence/images/365.png b/perception/single_instance_identification/object_presence/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..cc752bffce51bcc3654929184ee347205b0c70bc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467e088ac197c8fa2ffd9d2bb743c0faff475bcdec390358f5a681128e7b52f5 +size 810119 diff --git a/perception/single_instance_identification/object_presence/images/366.png b/perception/single_instance_identification/object_presence/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..44a469fb9390d9a1d918f251622535d754789def --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf75ea580a5afaed91b6549cb500223185fb0e2f40b67a669a10b1bf62cb357 +size 1199145 diff --git a/perception/single_instance_identification/object_presence/images/367.png b/perception/single_instance_identification/object_presence/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..c6735c67444351a5f732159fc4f86151a0dc2dd7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28eec76e501a62bd852db0fa60e22d155fa130a843c93b67655141a1325b557e +size 1015751 diff --git a/perception/single_instance_identification/object_presence/images/368.png b/perception/single_instance_identification/object_presence/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..74c5d994d914de0e86533eff7c0645c3371196ea --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae16e87e7030ef0403f7621af3ddbe0c596270eee94bae4eecd4b2afa5f42a5b +size 543151 diff --git a/perception/single_instance_identification/object_presence/images/369.png b/perception/single_instance_identification/object_presence/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd26c4028db587ae9a31dd55b82cb1cd6d17a69 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b376ebe37480e4a1c61f96a033a0f6cf626966ff152ff1944157201dfe2f233 +size 1116951 diff --git a/perception/single_instance_identification/object_presence/images/37.png b/perception/single_instance_identification/object_presence/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..abb12b2fdfd64236b3c49c6d38025b3fc6ebe7d7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add50047c7f7fe6e2272d78e9ea7fbbbc950b7403ced9a79c3ee8475d1a2cdc0 +size 800400 diff --git a/perception/single_instance_identification/object_presence/images/370.png b/perception/single_instance_identification/object_presence/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..78fff2bdc0a974ca3c9d7457cb54f0a9222e1146 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64325987da05af61a8111aaab5c59a59a9ba134409686ec81d81ec5aef6e836 +size 998814 diff --git a/perception/single_instance_identification/object_presence/images/371.png b/perception/single_instance_identification/object_presence/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..24467663ba8142895e3617491dbf64519c157ff4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee21d0f1efad1d8a59e8d40b7733a3c86752bef477065aefe49f3bead7bb180f +size 1449234 diff --git a/perception/single_instance_identification/object_presence/images/372.png b/perception/single_instance_identification/object_presence/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..0d21a68a55b7c14241f261e323a37b78f76c8c8d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010ac255902dc8440703db94f4b3f6b55e92d79a915e7b3ef26f24af3b3bc741 +size 1289468 diff --git a/perception/single_instance_identification/object_presence/images/373.png b/perception/single_instance_identification/object_presence/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..8f703aa426c037fcdbd1bb348d34aaaf0e8f9a65 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42f7cc7bc5f33ceccf34906b0f24829f10953e06c1e6c1d7e27dd9a8671691d +size 930987 diff --git a/perception/single_instance_identification/object_presence/images/374.png b/perception/single_instance_identification/object_presence/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..fabb15dead5b22f1cfd358d54243240c7001c2d0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e20e8029e7f90efa3d6e55325096252920f3fe65844f12b9362d3abf89373 +size 998179 diff --git a/perception/single_instance_identification/object_presence/images/375.png b/perception/single_instance_identification/object_presence/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..6020ce6da58782e268ee98a2acc1dc956ec3c55c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9ede41668169f22b81025f9d03d7471300e3177325b6bb7cf6aa347650dc3 +size 1206171 diff --git a/perception/single_instance_identification/object_presence/images/376.png b/perception/single_instance_identification/object_presence/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..6350e3a83877963c7d5a1e052952988a26962eff --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac6c92a815b0a8e1fa6bfe9ba2cfc583a562d805bba892562902185eefdc4c2 +size 1249098 diff --git a/perception/single_instance_identification/object_presence/images/377.png b/perception/single_instance_identification/object_presence/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..33416aa3aad2ac93539be94f22857bf2b02732dc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4061085a1888239be7ce636cf643d055e40314613a2f28b9369199b9f864994 +size 1066668 diff --git a/perception/single_instance_identification/object_presence/images/378.png b/perception/single_instance_identification/object_presence/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..45a97700ed4da6f0eaccef7ab262ffccc1b1da26 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf4d691a40f74039dedd1bcfdea428c9aad0d8065a9208289d9f07994554aaf +size 1261885 diff --git a/perception/single_instance_identification/object_presence/images/379.png b/perception/single_instance_identification/object_presence/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3d6da1fc16e20dc8049d1aa3781b4e772af396 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096119b6cc51d238714bb16abff840e02f8d743b492cf630c0a8cc5b884df335 +size 1068295 diff --git a/perception/single_instance_identification/object_presence/images/38.png b/perception/single_instance_identification/object_presence/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..22322e16522f94fcf93df80e71b673795cc71bb7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ff3a9fed5e989dd432d7ddc25b8e82d832c3c4c5a87ac2be1eb4fe0048b139 +size 649066 diff --git a/perception/single_instance_identification/object_presence/images/380.png b/perception/single_instance_identification/object_presence/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f9ed6c5ffad33d4e835b9eecf4587d58d4f19c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b5d2d1cfb569e031141557ea2c9cbd2e8a32ac426120d914cf90b697a95ec1 +size 561962 diff --git a/perception/single_instance_identification/object_presence/images/381.png b/perception/single_instance_identification/object_presence/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..59cc797f5c85e6b62761c9322e8227093cf787b0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f99945d27f4dabb961850b2ed79328bb0937b8eceaf623484354a5be74216a +size 913995 diff --git a/perception/single_instance_identification/object_presence/images/382.png b/perception/single_instance_identification/object_presence/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..6e501ae4f9507e6a3f7742fa3025d1bd4fba42d6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783bf633cc541a9004b1ad09242454725f7d86173bfef155f4c8955bbc93d7da +size 885938 diff --git a/perception/single_instance_identification/object_presence/images/383.png b/perception/single_instance_identification/object_presence/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8b37ee59a8a0ff7d175bdf46d06ad9b86e6062 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d8684aadfcc0d567f7e748270881749805bc1b4e8bde22fa01e3e786dcc9d0 +size 1082922 diff --git a/perception/single_instance_identification/object_presence/images/384.png b/perception/single_instance_identification/object_presence/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce81e70e00f49e57d5f810fdf7c6556c4aa19c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8372a45becf80a35adbf12f195055b8e765294ded8eff278cf90a247f16216f3 +size 877282 diff --git a/perception/single_instance_identification/object_presence/images/385.png b/perception/single_instance_identification/object_presence/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..f4739c4f8c56b0f41146c4b1044e575355279606 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccac2556ee6dd9b317b29ac5ce362140eee8ec2cc3132d490be0d364d9b3d3b +size 1004467 diff --git a/perception/single_instance_identification/object_presence/images/386.png b/perception/single_instance_identification/object_presence/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..60cfc9e491a2102195ca085ac3c9ac8d42f7fe71 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417d74798e3bc1de4250a5a15f20f9c143eb5a5f53787a669b3f13001d1f5ab3 +size 678095 diff --git a/perception/single_instance_identification/object_presence/images/387.png b/perception/single_instance_identification/object_presence/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..2a315eaf8cda314080726e12587fbdb403db839a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf85521ba0fc92eb6444344e4fe03c1203d1cfb9f1398a9e3f7a2e5be843ddf +size 801516 diff --git a/perception/single_instance_identification/object_presence/images/388.png b/perception/single_instance_identification/object_presence/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7e7d3bd644293c0c511188d2908e94a6ac16f3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0d6492aa4b226c365be7ae9d86ec55f9793cb1d65190018f4085bab35e728 +size 950724 diff --git a/perception/single_instance_identification/object_presence/images/389.png b/perception/single_instance_identification/object_presence/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..a08c7a102076de3ec3b4b825cd6bc2ca5f1a3715 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bae70303fb8bc31e875ea3d44b1c13aea172575679ac5400e7ff2a1a57f717b +size 979803 diff --git a/perception/single_instance_identification/object_presence/images/39.png b/perception/single_instance_identification/object_presence/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..4622618e4edb276f0b825bd94efb7d6019b5c342 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8d1432b53cf3dfd6c7d476b344909737ff3d3de87f090542c2862b00690a76 +size 737935 diff --git a/perception/single_instance_identification/object_presence/images/390.png b/perception/single_instance_identification/object_presence/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..766d9a690e61fcd70ede7ab9eea76ecd9edab60d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8026e681441c372e60d794ec699d10ec9405edbf12bc97cf21cd2bbdc9a225d8 +size 1055394 diff --git a/perception/single_instance_identification/object_presence/images/391.png b/perception/single_instance_identification/object_presence/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..ae236a10b97c64441183705fcb9fbda0edcc56e4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80a7ee2a1246e261c8970df09aa13c23a5ecaa450a77c3fd8afb00ad054106e +size 593389 diff --git a/perception/single_instance_identification/object_presence/images/392.png b/perception/single_instance_identification/object_presence/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..13966d91e3bfda785b4c750db025b8c43875289f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581fe5b083cebb1d1ba7b97df4abc9e065ab0cc14b1420feccec08050367a16c +size 1043251 diff --git a/perception/single_instance_identification/object_presence/images/393.png b/perception/single_instance_identification/object_presence/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..41f2991469dc407b4acc1e78fc90557f0a435d2b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b6f2133479151c9265d6d14cea3f47011e4cda52927c6bdec54af5ab8229ac +size 994009 diff --git a/perception/single_instance_identification/object_presence/images/394.png b/perception/single_instance_identification/object_presence/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc857c15b4ac4262f2069af19592fd3b8a56f41 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735858fd2dd473ca4a39369dbea7ef9babc78165b7a5ae15dc337efa0913794a +size 235802 diff --git a/perception/single_instance_identification/object_presence/images/395.png b/perception/single_instance_identification/object_presence/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8e42758d8ee90c6b5421e5bc9fd539cbe0ff65 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50207388ac18bf8b04633a9c349554fcdd66b7b500a8bcb435dff63197369a23 +size 481167 diff --git a/perception/single_instance_identification/object_presence/images/396.png b/perception/single_instance_identification/object_presence/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..243fee5da922ba17d26aaa3886a36dd4829992a8 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873c2ae5d088fdb9cd667e40102a32428ea1b461fbc0d3cd076e29c896c4314f +size 335045 diff --git a/perception/single_instance_identification/object_presence/images/397.png b/perception/single_instance_identification/object_presence/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..d0991d60937251be436e4b93c690da77bb6aaac7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee5cba4063d0f0ee7baf729c64688eedda944f43a21ada2807433d3962d85f1 +size 118158 diff --git a/perception/single_instance_identification/object_presence/images/398.png b/perception/single_instance_identification/object_presence/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..9f023e4c5b0267a1f52bde1d07ee39d038f24f62 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f034584658f7f3e7718844cae2093afcbeb1d3b75f629f5e8f90e971ac426f +size 106821 diff --git a/perception/single_instance_identification/object_presence/images/399.png b/perception/single_instance_identification/object_presence/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..669d27423ba92fa74870e812fcc17d9da551754e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3962b0ac3c77939942412af1f10af83e56e69530310a3982793e58eaaed46a +size 467159 diff --git a/perception/single_instance_identification/object_presence/images/4.png b/perception/single_instance_identification/object_presence/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6155bb00cf3efb53a3c6abf51c9be806b0ba6b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d858f2f6315231bb9c408a3e3ddc51f391d93b83a6339d9fb1becb1fb41f4afb +size 468773 diff --git a/perception/single_instance_identification/object_presence/images/40.png b/perception/single_instance_identification/object_presence/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..76cc0eebef7533a75620fd841c4e98d53602f7c5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b15889965211d59070ea1d53d586d1a522a72406d019a86ce9ffac1838abf8 +size 605643 diff --git a/perception/single_instance_identification/object_presence/images/400.png b/perception/single_instance_identification/object_presence/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..e173c937c40c9aed6a44556b988b24e6af259704 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef836eaeafc4338c7413f73f624f2a09b75b9ecc3100c4508f57e7cc4e8ba620 +size 843867 diff --git a/perception/single_instance_identification/object_presence/images/401.png b/perception/single_instance_identification/object_presence/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..64aaa217480fc8663daf3e162eed9d977f6deeec --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4820eb810ba521d7666a0b18342627e9186bad96b560c819d211cb5115c2c7d8 +size 123795 diff --git a/perception/single_instance_identification/object_presence/images/402.png b/perception/single_instance_identification/object_presence/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..acb3e33734280daa41db669b18af8a1050680b01 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e77b5a2c85f7e6d693327af9d08afe61022ddb169cbce0ca7b9ecd22776aa01 +size 279066 diff --git a/perception/single_instance_identification/object_presence/images/403.png b/perception/single_instance_identification/object_presence/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..235ca43625caf04e54231518ba86b5bcfc1d4283 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64938a62aaff530976e09f25ca9e85feeb0224256790194c726f2016a341f58 +size 472869 diff --git a/perception/single_instance_identification/object_presence/images/404.png b/perception/single_instance_identification/object_presence/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..0a29f9c9b515ce2f36a54e71beb5cde3a90a63fa --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82294e5d51bc74a951f7e1c0a3772a27e1a662ec1563e549e2b50d1faf96aaa5 +size 1005479 diff --git a/perception/single_instance_identification/object_presence/images/405.png b/perception/single_instance_identification/object_presence/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..393a60077fb37abf2b9758e8ae3d88959c5635f1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721d2683b12e989b8656efdf336e304ca8064e3f45a2766f023fddcab140fe4b +size 192106 diff --git a/perception/single_instance_identification/object_presence/images/406.png b/perception/single_instance_identification/object_presence/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..542b61ce37a950db23c8ff7449da0be16e27eb33 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c94d18dd15f354bec79bfeddb8f4e44d5eb3342c405f7acadfc86787129148e +size 671200 diff --git a/perception/single_instance_identification/object_presence/images/407.png b/perception/single_instance_identification/object_presence/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..ab06a09aa0e3c2d032bcb4eba11e42b240ab2d5f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c726e849d4f09973076818d4ed4734ae7b62edc0883f75e4c6d630fb3975b36 +size 141880 diff --git a/perception/single_instance_identification/object_presence/images/408.png b/perception/single_instance_identification/object_presence/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..02ba805baf2409353341b8682f492cdd7a74d2bc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c77e34cae6259fd51a2b78f1fad8ccb8ea54150c190f45502dd39b84220f3e +size 955356 diff --git a/perception/single_instance_identification/object_presence/images/409.png b/perception/single_instance_identification/object_presence/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..179eaf740ddcbc69aa8e44760147daee4d781662 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b99ecf57ca429bdc9d54e50a86ee62302a3a535570089d685fd229b2b6ba422 +size 629598 diff --git a/perception/single_instance_identification/object_presence/images/41.png b/perception/single_instance_identification/object_presence/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc89e3694394d078ed9af71ce29d835897e5e27 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d9f1d9b640173ab370f640622e32dc10d007d00b5d19b067d9f6d139cc4a99 +size 647692 diff --git a/perception/single_instance_identification/object_presence/images/410.png b/perception/single_instance_identification/object_presence/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..9445a1396cd84801a8a2221ef74be4abc650bada --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e74cfcf1284f2b3dc2ad225608990926364e34d9a2f8db5e26206e137194b3d +size 751068 diff --git a/perception/single_instance_identification/object_presence/images/411.png b/perception/single_instance_identification/object_presence/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..677607a682ebdea430d5d0003515e2caca1ea834 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10877f9248c9fdc58a3cb949cafea2698bfd331e7a3e841a0bd2efa31b4d4807 +size 450629 diff --git a/perception/single_instance_identification/object_presence/images/412.png b/perception/single_instance_identification/object_presence/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..10b0d301911dcf1934b104b3a1259a9060015d0b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01442c3a31a6a624119374003c4b1966165a81794ef93fcbe1bfddf0ae865194 +size 91800 diff --git a/perception/single_instance_identification/object_presence/images/413.png b/perception/single_instance_identification/object_presence/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..cccf02f0f186e651c4320219fa29193110fc3aee --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26b6febb2b3d6f1af15113bae05bf2c5910d041abc736835a734a5e6e1c0900 +size 136162 diff --git a/perception/single_instance_identification/object_presence/images/414.png b/perception/single_instance_identification/object_presence/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dec85d2a651017318df28a5041881af54d7f62 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e34b84eff0ed2147b9ec8c600dbee47706999712e936d27af9316dc87b6560 +size 268803 diff --git a/perception/single_instance_identification/object_presence/images/415.png b/perception/single_instance_identification/object_presence/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..bf90a83703e4480357608a52569272900960c839 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894d076a55221dcb3b7a508d473aa047047f4b774e221e362536e67b5df23e32 +size 201208 diff --git a/perception/single_instance_identification/object_presence/images/416.png b/perception/single_instance_identification/object_presence/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..5c63f8c9b0ad028fde15a6f6801043156a51de27 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a3aa0197c67179744b48f69d146b1084250a71a5bc34ffaed9db52eac03e59 +size 420009 diff --git a/perception/single_instance_identification/object_presence/images/417.png b/perception/single_instance_identification/object_presence/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..75a933ca6da093b7dad2b204892ec246188c65bb --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50afdcf4913d04bb8f8485e540676ef9722059775b35172411f25eaef2545f00 +size 109187 diff --git a/perception/single_instance_identification/object_presence/images/418.png b/perception/single_instance_identification/object_presence/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..b18d7a02a32087f28487dae088fff7a68a213559 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf64b63ff7f5bf77d0034985edd822e8fab23b693997c4fdc24768852e4bb1c +size 734360 diff --git a/perception/single_instance_identification/object_presence/images/419.png b/perception/single_instance_identification/object_presence/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..45a43ae60e4bab9ca94413d1d8a6cb585ecbb5c6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a03cfe33f63ec8df5a1b8f9f495a518dcf26d6870a4c4a3b5f335ffd1e7091 +size 155207 diff --git a/perception/single_instance_identification/object_presence/images/42.png b/perception/single_instance_identification/object_presence/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..486cd63b41385108c3b4ba2c680adec7a0a37a67 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d3789f9341b45c532efcc7b861e696ab957e9c0abb1027f625a25e3c68518c +size 688555 diff --git a/perception/single_instance_identification/object_presence/images/420.png b/perception/single_instance_identification/object_presence/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5fedf087163f322a8668a046a4f52079d524bc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f0a2a53bff3f1feed519e8d2aa2df98dddd5bf4bdd35cb44a3b511052305c4 +size 325248 diff --git a/perception/single_instance_identification/object_presence/images/421.png b/perception/single_instance_identification/object_presence/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..437a85e5e053a60dccc98066a0faa401c90e218d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd82c45e317ac438c858e4b0fde3342efc1364e9a86e95da4b6da32e79ecf2bf +size 744693 diff --git a/perception/single_instance_identification/object_presence/images/422.png b/perception/single_instance_identification/object_presence/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..0f4725b844f4a4f395933f0f928213de910f9505 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0814bbb90bf37c30b128a701cfae37deb4b13d6934fb7de37fede49491e56aa7 +size 131364 diff --git a/perception/single_instance_identification/object_presence/images/423.png b/perception/single_instance_identification/object_presence/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f800e6065712e08b17e1a61ce71aeaedc72647 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00776f85768bad1a93c4c797fb66fe76bf109c280962e4ad1a82f6134eb967b +size 291289 diff --git a/perception/single_instance_identification/object_presence/images/424.png b/perception/single_instance_identification/object_presence/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..9a04839a9faf8d2f758dbb7608007488c439c578 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61f49daa8e5d0c499f5b256125aa5d0e99bc38c48b80795756899beaba5cb29 +size 136546 diff --git a/perception/single_instance_identification/object_presence/images/425.png b/perception/single_instance_identification/object_presence/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..966871f12da6f802d54ea2f2f9d9107357451301 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30db04fa8004254a199c5ce84d051ed5822f7b131b995bb4bcd0a8e84accbfed +size 290550 diff --git a/perception/single_instance_identification/object_presence/images/426.png b/perception/single_instance_identification/object_presence/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..267c9b616d8ab8730eab9af9a021f587df75282d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbaca870e7fe3bfaac6f86b0ff3bf06d060220dc135ff6de6eef13409b9d1f4c +size 298212 diff --git a/perception/single_instance_identification/object_presence/images/427.png b/perception/single_instance_identification/object_presence/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..44c9c4ee43f573c7df675d68c6db9c457ca2544a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046f497d22dd511ea75819a4b2fcd54580495a77d00d9e982ef866a0c505885b +size 305407 diff --git a/perception/single_instance_identification/object_presence/images/428.png b/perception/single_instance_identification/object_presence/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..a7210b42a4057e48c5cd66d1eef3221c826d175f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126cbbe49fe29c87c6c784465cc9d8b6294cf4b2115bdfd967704cb06f821838 +size 100881 diff --git a/perception/single_instance_identification/object_presence/images/429.png b/perception/single_instance_identification/object_presence/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..11d7bdfda32ae4e3773a5448f750abebba438cca --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccee8fb6a314834a1b927d968da847f8176ad9543ff782fa5141b1c443bdbb2d +size 104570 diff --git a/perception/single_instance_identification/object_presence/images/43.png b/perception/single_instance_identification/object_presence/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..995368eebaa685fb717f54cf813e07d7c84aa535 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d7130085270640bfa1e6d27063c529e9225221c3728b2cc7b55b7eea9b5ccf +size 673743 diff --git a/perception/single_instance_identification/object_presence/images/430.png b/perception/single_instance_identification/object_presence/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..c122ba807eefedfaece9df8fe2255f7f4497b802 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630e5d39cbaf3536560ad75040b4e238ea5b3c55780d87943c14bd55a8432659 +size 525235 diff --git a/perception/single_instance_identification/object_presence/images/431.png b/perception/single_instance_identification/object_presence/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..27d017ac297c1638ec8cf03d725d84d38e234b94 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e2f4b1a24eb30e9d6efa47932095e651a81b273e08e10be4508f3e7e3bd52c +size 536445 diff --git a/perception/single_instance_identification/object_presence/images/432.png b/perception/single_instance_identification/object_presence/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..f6731089f1d073616f078d43340cd148d5a791b9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae8b4ca6a7d9a5d71f92c4363e5b116941ce24bc1ac717e4df7fbac6bdd1c0 +size 119080 diff --git a/perception/single_instance_identification/object_presence/images/433.png b/perception/single_instance_identification/object_presence/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..9f6da158f19ad6a7eaec17099bf4bb8755837501 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42e663cefc733864d9c6bd3aad65517d1b2883f674567d34176a20e1b1506bc +size 119640 diff --git a/perception/single_instance_identification/object_presence/images/434.png b/perception/single_instance_identification/object_presence/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..020b383fe049b8c871cfae8dd804ee5045104355 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349120560034731ac08f4a4d17e4c5b6102837edc846d68ccebcf452f320224d +size 298183 diff --git a/perception/single_instance_identification/object_presence/images/435.png b/perception/single_instance_identification/object_presence/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..8648d9b33d4ed6ad02dc2763da3e6b44725e84f0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe7b9708fb601b816e5c276ee5d0899d2679b1f484dc848f2c36f6f83f2acef +size 620686 diff --git a/perception/single_instance_identification/object_presence/images/436.png b/perception/single_instance_identification/object_presence/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..e30a2b679654c18edd5eac3f29dd2a02a6769880 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e1deac86d0f4fd0a21f014248fd264e1eba856833efd2418c9abf0eaad6981 +size 153273 diff --git a/perception/single_instance_identification/object_presence/images/437.png b/perception/single_instance_identification/object_presence/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..767545707e4d35d7e01445bd36b0fcb01d748133 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a51fc1231c3f7629d08ec32918df996b4a2c8563cad25f7d369e15ccdf01296 +size 309985 diff --git a/perception/single_instance_identification/object_presence/images/438.png b/perception/single_instance_identification/object_presence/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..94f09b21259949b6dcca2c623d85cc4232385b82 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e133e75162e77842f3af73b33c429ee4aba69bc144bb673ca080cb21847c69 +size 155863 diff --git a/perception/single_instance_identification/object_presence/images/439.png b/perception/single_instance_identification/object_presence/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f7d83893fc64dd331e19dd4e220862143b8cc3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c225f2692fa7501d0d9de4434ab9aad48bdb6a4876ba85cc12fa90f3fb33d3ec +size 1100880 diff --git a/perception/single_instance_identification/object_presence/images/44.png b/perception/single_instance_identification/object_presence/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c5b178dd01e8cac3d4e622db018e7864b77b2f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fa0efc0622b3368c360a04e75a41b47c47c3b46b32bb3b2c8fc70dc5bfe6f4 +size 957681 diff --git a/perception/single_instance_identification/object_presence/images/440.png b/perception/single_instance_identification/object_presence/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..0459029ef43723705b2efa16270df6053a533ab1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35571b50f9a57bc69a47c648ae6dddf2bae93e8624724d2a29df922ea962f2ce +size 424552 diff --git a/perception/single_instance_identification/object_presence/images/441.png b/perception/single_instance_identification/object_presence/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..35d34a23b6f0949357729787ed7cf257b2ce723d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cacad0d299c2a56a5d8c45b330f276a00df83bae01af48798247a35e8915b0 +size 717355 diff --git a/perception/single_instance_identification/object_presence/images/442.png b/perception/single_instance_identification/object_presence/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3461f0f119f68e2e22896aae2593af85c81040 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4309f60a0219810f1904528e9d7de830e037d2d0905efe29ae1a3a83955b12df +size 531478 diff --git a/perception/single_instance_identification/object_presence/images/443.png b/perception/single_instance_identification/object_presence/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc43f6a2eb7579b74f4833b457ee74202c89b9a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efe6b5f9332987a28772a17ef15482118007517054d746a94644a048352cd10 +size 680982 diff --git a/perception/single_instance_identification/object_presence/images/444.png b/perception/single_instance_identification/object_presence/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..e2af9fbb30fc72042bc711c27d0dc45d15efa6e3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb02142f2237a7737d9fe9a5b72fe722392bcb32d25177a254a17ab8f8a9f29 +size 156708 diff --git a/perception/single_instance_identification/object_presence/images/445.png b/perception/single_instance_identification/object_presence/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..53dbca1eecb140b6d66a0aa23aba0e516bb49c57 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68578554d775e7c2672e86e474ab7fe507da32e1f458c169bae6bd39623b75e +size 430671 diff --git a/perception/single_instance_identification/object_presence/images/446.png b/perception/single_instance_identification/object_presence/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..91b9a514953771c2a277daf72cb4c8ea5b0c9d86 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f64b277134281c55d553656700e3b6c04a1977749252d452fb86cd050e45e3 +size 445069 diff --git a/perception/single_instance_identification/object_presence/images/447.png b/perception/single_instance_identification/object_presence/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..8e64a082ebf7079135818e1332cd022c6bbe93dd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9041bb3c2e8c5d01e6be35385b0a5c578bd2b17959de168588910a652dfa8caa +size 333023 diff --git a/perception/single_instance_identification/object_presence/images/448.png b/perception/single_instance_identification/object_presence/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..411e881d395c405145d0d5b0b2a204b738ffea94 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c5fa0a5ee7fc2dbe8e8e4576682ce82b7681dc3156345315ba77725c44a339 +size 465478 diff --git a/perception/single_instance_identification/object_presence/images/449.png b/perception/single_instance_identification/object_presence/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..c953dea92829929115ce642314035ecf10b483a8 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6327ac8a7542ae879fc6add5e7be9e13960f934763eb74f797d023d88119ea4 +size 310428 diff --git a/perception/single_instance_identification/object_presence/images/45.png b/perception/single_instance_identification/object_presence/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..94230d78d3775529dd2231c08ec9d276de0c99a2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6f964b57bfcd67a87c38af0df84b706f7c0cacfaf76fb8234b7a4564180c2d +size 768139 diff --git a/perception/single_instance_identification/object_presence/images/450.png b/perception/single_instance_identification/object_presence/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..ab7f1c2e5cfe154fb47e1c41bee05bb4833ce90a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecaafe7bbbf2edcd0b876e376e1a196b990ca07dec4ab0a9a17bddbd7eed938 +size 117506 diff --git a/perception/single_instance_identification/object_presence/images/451.png b/perception/single_instance_identification/object_presence/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..32649dad0281b1ea677f103428551059f31edb43 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fced271222a05f41e73bfa8eecaceba975f44bb71b4cfa799153667ed8f6cb +size 982928 diff --git a/perception/single_instance_identification/object_presence/images/452.png b/perception/single_instance_identification/object_presence/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..043d55f237e39da573ba1cd5ae9818b4f5204c9f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5853705c65686ca99b486cc0c548acd2e64d925864566a70ec7c23c6ed59f8c1 +size 740501 diff --git a/perception/single_instance_identification/object_presence/images/453.png b/perception/single_instance_identification/object_presence/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..1e81561f85f04dba5a7ac0380b1278716d6bbe9a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6979e87659ec93babbbc4b606d1a858845e21c2ad1636caf7e9c5a73ff5db09 +size 935991 diff --git a/perception/single_instance_identification/object_presence/images/454.png b/perception/single_instance_identification/object_presence/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..37dfb37ac9919cbb8b756b0868a1e510919a1002 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd291f84b4b78cb19f10677379c20b1bfdae81af9d050c6f74812ae52357f3e +size 1300345 diff --git a/perception/single_instance_identification/object_presence/images/455.png b/perception/single_instance_identification/object_presence/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..a7fc4720356ba66bee1de4d30ce621c9da425156 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752b05aa15262db3e3c32423d70d56ab35fb4462afd09fdbd18a5bc8e056fdfd +size 1311891 diff --git a/perception/single_instance_identification/object_presence/images/456.png b/perception/single_instance_identification/object_presence/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..206c182ea0b927566285bfee5db61530500d9244 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0473b065f5dbbdb0696ae61336726b23aaf7d911d544c9832a420c1195bc4b3 +size 562117 diff --git a/perception/single_instance_identification/object_presence/images/457.png b/perception/single_instance_identification/object_presence/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b841c9b3d02d8294ed7d47f1a032d2f7bc6e18 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a51b0fbdf3ccf462c8ecd6b144fcd6206822699545e15efa435b37270a13e9e +size 880528 diff --git a/perception/single_instance_identification/object_presence/images/458.png b/perception/single_instance_identification/object_presence/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa53f8efe729d84eedd0c4c5a52bff5801b8bd0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e096aa6074c3ead56897f4bb9e49a3b849809570d3ecfa67a8f725c4dc57a9 +size 1022941 diff --git a/perception/single_instance_identification/object_presence/images/459.png b/perception/single_instance_identification/object_presence/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..c1bf5cf497b3c09206704bff12df561513c07bf8 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f498ac951d4fba029a086a772b3e5a7c17cb18d7fa78dd50b9af2dd8f29b3121 +size 1214135 diff --git a/perception/single_instance_identification/object_presence/images/46.png b/perception/single_instance_identification/object_presence/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..a700277b8a8cd4a853d6ec206c474cee97e6025f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af2fdf5956da9cc380cefae1bd4fc7a524d80b88c75418aa4e9e453d3a457d2 +size 1003664 diff --git a/perception/single_instance_identification/object_presence/images/460.png b/perception/single_instance_identification/object_presence/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..e83541cd061603faf6faf05879cdd2a46d95a1a9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b328cc9d8f7a4d90326af25906e812e7320bfecbdc7e43097f1f11d0fbbcf515 +size 896152 diff --git a/perception/single_instance_identification/object_presence/images/461.png b/perception/single_instance_identification/object_presence/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..fac4b5108a71c10d9c4d028a5242c5f30d2af3b1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a84ba328d308fa18334e0fc1c51c7a412c7a6fcb3018d4db76ca76c5addedbb +size 934192 diff --git a/perception/single_instance_identification/object_presence/images/462.png b/perception/single_instance_identification/object_presence/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..2a7628091143d5364c07399e408432f7ee07e829 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2b0a206f4be5d2ad4c7daf42279425fab6dd29e2ba5b600d33535777936807 +size 1003376 diff --git a/perception/single_instance_identification/object_presence/images/463.png b/perception/single_instance_identification/object_presence/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe5556bcb3db75eb393259a738d80c5d3054611 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5343e7800229d2c65cef3906bf65f282df6d24586231dab554fe24b74409d818 +size 722680 diff --git a/perception/single_instance_identification/object_presence/images/464.png b/perception/single_instance_identification/object_presence/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..48361bd8be928df9b5cea7bdd696d1d7775882f4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417660a1d6c1664ed6d16f5ef594e10efd942e30f91f6d006b385c4780eaa451 +size 574483 diff --git a/perception/single_instance_identification/object_presence/images/465.png b/perception/single_instance_identification/object_presence/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..95af842a287bee94258bcf67525583529c1d2a16 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb390aed0870be0dd365c6591c0386cd771059e50f11148dbf31a4a800d12fb +size 1162978 diff --git a/perception/single_instance_identification/object_presence/images/466.png b/perception/single_instance_identification/object_presence/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2df244b29b8bfa365bdfcbe9fb5f44e835983e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0ae2806fac9646562cc6394f1886ae430f35abeca1063a2ce0bd1b588113d2 +size 910382 diff --git a/perception/single_instance_identification/object_presence/images/467.png b/perception/single_instance_identification/object_presence/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..60f759b4645e40aa2de9801896671a150945d51f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5f72fb4609e679c45806154de11b2e9bfecd16cadc25768b390bb6a68cfe77 +size 422072 diff --git a/perception/single_instance_identification/object_presence/images/468.png b/perception/single_instance_identification/object_presence/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..a9912657120502f63fe8e838b62867d564e7a6e0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9b929f05eded9eb0081cd45eb61b5b6e5f4617e12a5508e928426c32949842 +size 572443 diff --git a/perception/single_instance_identification/object_presence/images/469.png b/perception/single_instance_identification/object_presence/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd7f54ca15cbfabdd3328f91a9fa801730470ff --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ae68267b71809012fea80db8ec81da4e24d99c75b6aaffc7c9f86b892298b0 +size 997449 diff --git a/perception/single_instance_identification/object_presence/images/47.png b/perception/single_instance_identification/object_presence/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..fc35c29e1edd4a830640f2aada69825dd1e948a4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2c227f9cc51fdd0aae33be8b06887e29ee9a510ca927ed6ce04018e6737046 +size 670958 diff --git a/perception/single_instance_identification/object_presence/images/470.png b/perception/single_instance_identification/object_presence/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..af2022c3875125775b524ae502f0405353a73049 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c977c112805a46c30335606a0a76add3b7eed8c8f91ab5ce70bb7552b2038cd +size 901798 diff --git a/perception/single_instance_identification/object_presence/images/471.png b/perception/single_instance_identification/object_presence/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..771f926990da31776ed57ac29d800a2583cacbc6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915f1d7616a1ea9c44bbf7f69ee2c85bbcde87aac6db7e55cf96faa097e22d06 +size 1294189 diff --git a/perception/single_instance_identification/object_presence/images/472.png b/perception/single_instance_identification/object_presence/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..921a7449b5702761bd6b7956d544903ea9f71bc6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08062d6303c71463a508b60b448311963cad5d053918703a936fe144ca71dd1 +size 1317900 diff --git a/perception/single_instance_identification/object_presence/images/473.png b/perception/single_instance_identification/object_presence/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d2bf5977824c7981da007f94e7dc5a0c426fb5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7e52c0136ce44313a9db32cf632674856b1835891c1f25d3d442e095001231 +size 1144125 diff --git a/perception/single_instance_identification/object_presence/images/474.png b/perception/single_instance_identification/object_presence/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e6f82500fedde6c967f0f79719fcf79aa5e513 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b235e4e4c04592355c5c62012e49d972e0580f1fde10d7652b7a084795381e +size 655852 diff --git a/perception/single_instance_identification/object_presence/images/475.png b/perception/single_instance_identification/object_presence/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3ea239ddea212cd205ab6c96b43bd940422e2f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9309431acea625462efb67c29fa19bad37d4bb64fa61885bf932ac6e29f8b1b +size 1005759 diff --git a/perception/single_instance_identification/object_presence/images/476.png b/perception/single_instance_identification/object_presence/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..4d793c91cab08838788ff324d080f21272a684a7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845b65bc1adab6a1c95c54625a07adf731c6e4eded325de1bbbb31f8cf21ae87 +size 791168 diff --git a/perception/single_instance_identification/object_presence/images/477.png b/perception/single_instance_identification/object_presence/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..b068d8b2fd73798ecb281724e0611e6022e83a28 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d54fcb75245523cb51a19df19747cd96f0c18ed9242da09cf65a153fac02bb +size 1120616 diff --git a/perception/single_instance_identification/object_presence/images/478.png b/perception/single_instance_identification/object_presence/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..29f4b31e41412cb27625e748c3194f928b7d6c2d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb671186ae3444505b44092733f6cb2db8e0c9ee4ef47acc272706da72d9145 +size 326588 diff --git a/perception/single_instance_identification/object_presence/images/479.png b/perception/single_instance_identification/object_presence/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..93c6594efabc684e51494bbef275e5aa4ec73a6b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995277ff489800f294aaa34d467a9daca44e57e9dbbc56ed086bf4fc527873a9 +size 682035 diff --git a/perception/single_instance_identification/object_presence/images/48.png b/perception/single_instance_identification/object_presence/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d84a52589583ac1c0dcffc1c84d4be753ec23f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f274228ffa8a5bfa5552171d30c18e0294b16ecde3c41ae9936b2e9b469103c5 +size 904451 diff --git a/perception/single_instance_identification/object_presence/images/480.png b/perception/single_instance_identification/object_presence/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..44507c430a1eb9b5cbe9fb5ad67eda934b8227c1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d6d1c1ad309b6f14cf3f2d09fc5e2941898b38e815ec1e2f8807ddb66fedee +size 1089391 diff --git a/perception/single_instance_identification/object_presence/images/481.png b/perception/single_instance_identification/object_presence/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..610932c0fcc46462e37877066388b38e28e35720 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8be0a91fdbd01feef3bec3f697234280354eabbea44c81e479967953754f2b3 +size 440800 diff --git a/perception/single_instance_identification/object_presence/images/482.png b/perception/single_instance_identification/object_presence/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..7aab3faf618b705327ab8d2769a2c09f8ddabbe1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0c20e4381a9e87b9a81203f310e489ae784cac86dd7912a508cb40582cef7d +size 890739 diff --git a/perception/single_instance_identification/object_presence/images/483.png b/perception/single_instance_identification/object_presence/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e4db54d4a98028a83cbdda1c117aa449cb7c7a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c9f11b6e329398801977a3e4ab8bd2cfcc502417fb02ec0b7a3199777683ac +size 1340309 diff --git a/perception/single_instance_identification/object_presence/images/484.png b/perception/single_instance_identification/object_presence/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..410917a5c459bc0e0c7ac436609a24c5e88d14a7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32666ea315dadab26833f1adc2abf95b36381b8fc6c13daa6f0e71b98b23d10c +size 865059 diff --git a/perception/single_instance_identification/object_presence/images/485.png b/perception/single_instance_identification/object_presence/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..fbcbd5f268b80a859052ff53e0fd8b5df0d78f6c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bafca3ce3c356aabb352db7892ad6dfae7f0cf33039209d69aa6c3c833fe2e +size 706869 diff --git a/perception/single_instance_identification/object_presence/images/486.png b/perception/single_instance_identification/object_presence/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..f913bac643ffb8f0e2079de69480e3cf6a02f2fa --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ed379ffae2897f867c5fe35e76313076cdde53bb6c90ccc480fb7f135fd803 +size 1199010 diff --git a/perception/single_instance_identification/object_presence/images/487.png b/perception/single_instance_identification/object_presence/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..78928a4362cea522ab20caaa3d2f8b95a19f6fd9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428fef43dfbab9ff40202d5b10be0412d9b2d3f580c5ecccb99a0c0ab1c61f4d +size 1209348 diff --git a/perception/single_instance_identification/object_presence/images/488.png b/perception/single_instance_identification/object_presence/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..2e06300c1926a6039a8410af270a96059da1bdb3 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a010fc2640de7332f6d1545d41f91e1e38ecab9c13eecbc6e65529ff15c98492 +size 1007613 diff --git a/perception/single_instance_identification/object_presence/images/489.png b/perception/single_instance_identification/object_presence/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..5d02b3d598054431f83a5a39166ac3063584f4fd --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280bc5a3f76c10974dc048e8255ce713f5a51c0634688f360ba842bc83e9a1fe +size 1251482 diff --git a/perception/single_instance_identification/object_presence/images/49.png b/perception/single_instance_identification/object_presence/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccf3630289e7d2431325366deddc0cfd1407374 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f57873d78d058e9090aa0288f843edf3638d4e46031c8fa10d28de6720d4e8 +size 1036336 diff --git a/perception/single_instance_identification/object_presence/images/490.png b/perception/single_instance_identification/object_presence/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..46c7406c1d16665515129014206feb9fdc9f6f7d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434b7190cf69f6f98f61571f6e6ac735d799b11190ace7be59d425b13e06b399 +size 954745 diff --git a/perception/single_instance_identification/object_presence/images/491.png b/perception/single_instance_identification/object_presence/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..3c813b750ba2de79a86cd3cdbe0731d4ddfa5e42 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86973a46f388fa06ace01c28305f0814d3409d765366cb5f6485d8a5c3018f +size 1382098 diff --git a/perception/single_instance_identification/object_presence/images/492.png b/perception/single_instance_identification/object_presence/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..d761c2cd48a8ce33eb39f7f994d9376be144ed2b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da71aea6c6de8153403ec61f1e11a4eee3413cf6949f84111267abafb8cb592d +size 1009571 diff --git a/perception/single_instance_identification/object_presence/images/493.png b/perception/single_instance_identification/object_presence/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..549bca406b125f6eb5386e70cac7a04334e110af --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062eb8cfdaacc5a76c1c72e30959f8b233c1e0fb752c4d630582012329c09e55 +size 1029604 diff --git a/perception/single_instance_identification/object_presence/images/494.png b/perception/single_instance_identification/object_presence/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..75e77e205f486e1d7237f8c54b2b6149bef1fdda --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9d0a98ee717e92f8de1b1d6706b5b5e40c367d3bafd865a26b022fc74bf0ad +size 372405 diff --git a/perception/single_instance_identification/object_presence/images/495.png b/perception/single_instance_identification/object_presence/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..16243831d8342896f1083a5be24cf99071bf6e16 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b7164b419f3375cbc9f2bb67314773f32dc511de2eacc29a14bdd98ca459a +size 139137 diff --git a/perception/single_instance_identification/object_presence/images/496.png b/perception/single_instance_identification/object_presence/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..b92a91d2d20633b781131689b50ddae772957e45 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cf12cd58fb68667a3ccccf2086ef97c8f87b5850914ff57193a90e94464cba +size 741824 diff --git a/perception/single_instance_identification/object_presence/images/497.png b/perception/single_instance_identification/object_presence/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..3634098db41ee392b05bcef1e52c3fe4adb26a03 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc50e69e6f3c7c32ef672f6a42b957a3fb2a453f589dfdcc4615921781851206 +size 895451 diff --git a/perception/single_instance_identification/object_presence/images/498.png b/perception/single_instance_identification/object_presence/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb6ed98dc3badd299cdbf2ed941e31b695afeea --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579b4de39238359c640c9b6cec3fe0447d37d5f31a5ef99d2d6e451b59119a8a +size 637299 diff --git a/perception/single_instance_identification/object_presence/images/499.png b/perception/single_instance_identification/object_presence/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a0fc8e895d2bfc3aed1147406f495067b586cc --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc9fa519584de7c4d1c2f3d4f5047f33e5f9ce404fb46b975d99946b2208dbc +size 729520 diff --git a/perception/single_instance_identification/object_presence/images/5.png b/perception/single_instance_identification/object_presence/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..905d844a649080b662608b8ccbf6368fd4a926a1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbc114649135938f49d79ff1f841b714fdc0620299484021a1a966b681693f9 +size 681085 diff --git a/perception/single_instance_identification/object_presence/images/50.png b/perception/single_instance_identification/object_presence/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa99ddc8d866caa1a2ed7068640e52128e54812 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04eecd90260c3893a7dc3088025a78b405c2aac1c2ad042222df853d05f9c9e +size 538832 diff --git a/perception/single_instance_identification/object_presence/images/500.png b/perception/single_instance_identification/object_presence/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf9b8d53148012ee202f101e394bd3469258f5f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9993227ad8b7b1d3dd3193b2950ab60db8b40c15dcf3222d7cba48bca8641bf5 +size 660967 diff --git a/perception/single_instance_identification/object_presence/images/51.png b/perception/single_instance_identification/object_presence/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..6bcbfdb41665fe56fdd2b5abe3ea9fb31a7d9cb9 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13e0511883709cd8a95107dc3015633cf976a4543e30d7990842caa696e1201 +size 626050 diff --git a/perception/single_instance_identification/object_presence/images/52.png b/perception/single_instance_identification/object_presence/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..26e45ffb0bcf37cf45bd85fadf8be8142e0b82ef --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c385e6a3bda27a68fe2730764aba38d5d904a3512722d819c8318ed3feb7f4 +size 768036 diff --git a/perception/single_instance_identification/object_presence/images/53.png b/perception/single_instance_identification/object_presence/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..877781cd9ba671ee0e51b2b1ab9a39facf9c0acb --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129512ab58f833daca268026490e82034b989bca2340b6739fe567775f7b6cb2 +size 716617 diff --git a/perception/single_instance_identification/object_presence/images/54.png b/perception/single_instance_identification/object_presence/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..c146848da1b97dbe696b6f317e6918ee4dce950d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709117380af812e1b85677bf7f92d218a3a370261ecec040b0a353d3d1223224 +size 912561 diff --git a/perception/single_instance_identification/object_presence/images/55.png b/perception/single_instance_identification/object_presence/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..db2110d8c1131289976f49b6759580f66266f745 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ee415d5cfb0f71e157eed554766f9d8c199cf901ee70b81508c499b8791838 +size 678210 diff --git a/perception/single_instance_identification/object_presence/images/56.png b/perception/single_instance_identification/object_presence/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..b80f22dd0b071f9bfb86cf01202321b0cf63641c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055d303f751912f598837352bb66ccf27a3de0e1af878c9219242a3cc0602ec6 +size 709397 diff --git a/perception/single_instance_identification/object_presence/images/57.png b/perception/single_instance_identification/object_presence/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..d08ee08471d46382ab3a2e568d78e17390496ad4 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb8638e8b070c991356fd2e5d6f93cf1ed68df2b23f51e5ffebf6a26a2e4903 +size 637757 diff --git a/perception/single_instance_identification/object_presence/images/58.png b/perception/single_instance_identification/object_presence/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e5642a25dfa65272fe09fd4679c9697808ebc7 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f619ce0b0e620e846d37b3484686fb972fde2727cf42676fab0897be36b8161 +size 681870 diff --git a/perception/single_instance_identification/object_presence/images/59.png b/perception/single_instance_identification/object_presence/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..62e608db2bd9698368be64dbf0cfcce73feb7636 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b281a285be882ce0e9cfde4746f818bf5dbd000f1eff02b87d83a5d87539862d +size 814032 diff --git a/perception/single_instance_identification/object_presence/images/6.png b/perception/single_instance_identification/object_presence/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d938b9346ae0979e36b477e38d3747649b618bd5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4810cc723d1379c8dcb6aa21d5593c9b864f18b38c3390271c9b43349789e650 +size 1084673 diff --git a/perception/single_instance_identification/object_presence/images/60.png b/perception/single_instance_identification/object_presence/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..a3b7a33ac82b599b6cf229023c7d4201b9d64e64 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f791945f3e6e508f4003ac0529988eb8ee633c37778ba71ce035b5a0c6a4897 +size 769353 diff --git a/perception/single_instance_identification/object_presence/images/61.png b/perception/single_instance_identification/object_presence/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..3d145e13efd6c1e18813b0e164a2bf67706e4393 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a536f940ae837a41c7f9ee9667508e3a79e82c1d5ab0ef1ebbc08d5fb6da937 +size 931804 diff --git a/perception/single_instance_identification/object_presence/images/62.png b/perception/single_instance_identification/object_presence/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..48eeed7516b287b3f6726d5fa381c616ef73e792 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b993795be215cec9cbe0c41d3af674960f6ce59ff638804003784a417ef1b +size 1104596 diff --git a/perception/single_instance_identification/object_presence/images/63.png b/perception/single_instance_identification/object_presence/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..b620b367ff5ed9e1ac8890bf269abece119d12fb --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267428d25b677b4ee98417aeabdfaffe8cf1b9dc0108b9167875beb5c43503d5 +size 1196426 diff --git a/perception/single_instance_identification/object_presence/images/64.png b/perception/single_instance_identification/object_presence/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..5347e610af02e2636a4b547aee6029c68c0bc362 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5ddc0f346644886d90dd7ec01c0637a81d6411310a71d4a39852a5b2834dba +size 1148832 diff --git a/perception/single_instance_identification/object_presence/images/65.png b/perception/single_instance_identification/object_presence/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..b8467fe1b8c630309fdd58a2fab56e6899c3eb29 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946cbf3b37b75c7679cc1a5af2370b8a69048185d8cd241c085c21b3f25d7390 +size 1184238 diff --git a/perception/single_instance_identification/object_presence/images/66.png b/perception/single_instance_identification/object_presence/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..c36defafafb2feb6c90c07b6d91e6c15bb84e584 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc0d55e4b1c7a1fc840263711ffea998f82ed20e08853edb75a203e4bdb9558 +size 1327715 diff --git a/perception/single_instance_identification/object_presence/images/67.png b/perception/single_instance_identification/object_presence/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..c2f4ba97d7949339f60a788a433a3b5c9e70036a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abdc5690cd42f59927037341acd89364a39cd5950df4787342fb122ee24da0c +size 1275913 diff --git a/perception/single_instance_identification/object_presence/images/68.png b/perception/single_instance_identification/object_presence/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..939eb88d26dd9d342c91011700acabe50ac274b0 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b0c32f8b2318586ab64085d0d371081a7c8d404e125199e055c681ca87f90d +size 956744 diff --git a/perception/single_instance_identification/object_presence/images/69.png b/perception/single_instance_identification/object_presence/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..571dab47608f7b17dcb549a59f737d970c962c80 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb32f2b03abe38e73a758978baf5eee1503966b1d1dcfdf435f301c85d95e0be +size 1161390 diff --git a/perception/single_instance_identification/object_presence/images/7.png b/perception/single_instance_identification/object_presence/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..59626f7ff77f6c152bf557b14d7fa7a19fcfbe66 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92d14ac41693de46ae6060ea3b16670cf923801d3a5277bfeee4b1054d8ddd7 +size 671106 diff --git a/perception/single_instance_identification/object_presence/images/70.png b/perception/single_instance_identification/object_presence/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..dba8bdb3e31c0cd507fdd0b8717b38927706d7e1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910791a346129c0bea5f86a61b42f7c72806e457433e5909169c0acbe9f3d19a +size 507678 diff --git a/perception/single_instance_identification/object_presence/images/71.png b/perception/single_instance_identification/object_presence/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..863be67d08788770c9c82938caeda6b4e40bde7c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43b7b55a41e21400eaad507bd15a1f5fc30bca75b17db01b9ef2bf03c86f8a6 +size 865610 diff --git a/perception/single_instance_identification/object_presence/images/72.png b/perception/single_instance_identification/object_presence/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..40a2d2a3e2bb582f49c52269d271a4c702ae203a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506acda0a77ef49185fb31a0855b48d62ae6677345a34a059f5cd7a1937d8dd8 +size 1322050 diff --git a/perception/single_instance_identification/object_presence/images/73.png b/perception/single_instance_identification/object_presence/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..405a93027eb6cb51c0d2171c39befc69f5ea077c --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f155e3dffa605dd1d65c7c6410eebd03930833aa44bb3497bd5a9f253027e8b +size 1201128 diff --git a/perception/single_instance_identification/object_presence/images/74.png b/perception/single_instance_identification/object_presence/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..603ff75e2f4d8c4a4c997e61fe5b449b9cb22a02 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11975f4bed98f3eedcc5c604183d32fde41eaa137eb7d4b4c75097ccecca2fb1 +size 1095650 diff --git a/perception/single_instance_identification/object_presence/images/75.png b/perception/single_instance_identification/object_presence/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..5f89e429b0acd53ae4f13d43e15a873d78953537 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ca2fe721dff9e0d63275627d942c12317dfd81fcbff21fdf8351720acd9aec +size 1220384 diff --git a/perception/single_instance_identification/object_presence/images/76.png b/perception/single_instance_identification/object_presence/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..182c4dd9fa8259f9da6666aaf4dc2131f336db75 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226b5de6090ec4d592979b9a7c65273da2b007b0e2b2d2d398da10bb8a51acc7 +size 1286109 diff --git a/perception/single_instance_identification/object_presence/images/77.png b/perception/single_instance_identification/object_presence/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..1b9a587d3ac2c4d19548b42382b04c4e2cdf8e42 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa268f39f770954ad3392e698e53c3f5ca1307fea4970ae2da61a097a0abd628 +size 1025216 diff --git a/perception/single_instance_identification/object_presence/images/78.png b/perception/single_instance_identification/object_presence/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..fec0d178553e5de205d1a1e7999dc7e32c91a7ce --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12372d58d3dc629289662dafeefdac29cdc22ce20dced3db04da4b830fedfe56 +size 1362107 diff --git a/perception/single_instance_identification/object_presence/images/79.png b/perception/single_instance_identification/object_presence/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..7189c6cbfed630c58f3c3ccc9efb41f1cc946c89 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f2cf98a494e5246edd4bac6aa4220e601f5504d2b072e55af666adb22c6f38 +size 1382167 diff --git a/perception/single_instance_identification/object_presence/images/8.png b/perception/single_instance_identification/object_presence/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..6decae134a847452fda3bd1ca37e120f97b074f1 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5076bd9f57916dd87dad5dcbc1194a9f0e47bccc6235ec97d20811ec28f7a538 +size 420599 diff --git a/perception/single_instance_identification/object_presence/images/80.png b/perception/single_instance_identification/object_presence/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..8d7b53aa098eaa4898c7db336642ea6b8a015337 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51748dac0b354c4a6fa22aa56a5337e0c08fcdbc58ac40bc3ac62c22dc78fa6a +size 1364167 diff --git a/perception/single_instance_identification/object_presence/images/81.png b/perception/single_instance_identification/object_presence/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..9057b3bc499ece271aa8f492de2c86bf470e1cf6 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa5471a7ce197cb124651a9755fdcd74811cd72f9e6d70da37136c2db177009 +size 1001876 diff --git a/perception/single_instance_identification/object_presence/images/82.png b/perception/single_instance_identification/object_presence/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2029b39dee3098df18bb08d969218a1fee8a0a --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b53aeb57d579321d19a1eacc490a785cdb0362822bc76587bc7daec4ede298 +size 820565 diff --git a/perception/single_instance_identification/object_presence/images/83.png b/perception/single_instance_identification/object_presence/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..db6bf46143dc86f498e940bb6922b5707f961a2b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22909cdd170a9d143e0289318df323157d530bdabe4cc8b59a91e84dd181284 +size 1400817 diff --git a/perception/single_instance_identification/object_presence/images/84.png b/perception/single_instance_identification/object_presence/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bf6f428956179dd36a6d58c3dcf1ddc293e82d --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ffb0f23b0747e4ad888e8a53226217d09cedf637f884ba169bdbdfeba4ff1b +size 1262509 diff --git a/perception/single_instance_identification/object_presence/images/85.png b/perception/single_instance_identification/object_presence/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..6af5226189ef068c7fbff8bd7747e7a71345d242 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0c5541f6c7d8fa94550a49a59b52b7d5712405ed58c5eaf69e510b34a27b2d +size 1144400 diff --git a/perception/single_instance_identification/object_presence/images/86.png b/perception/single_instance_identification/object_presence/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed04d1ecab3f9d556efd60b6859c1ef688fd816 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab246bff6d9931761efe207bbc517b08ac9c588057ed2d974fa4e106e682996 +size 1225642 diff --git a/perception/single_instance_identification/object_presence/images/87.png b/perception/single_instance_identification/object_presence/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..ea860c905b9a74d9a37f5ce1c34df38bdaa59e2b --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69154eabafd378de998f7cd2258c967bc83584301541c46aab45dca53d512bea +size 1115505 diff --git a/perception/single_instance_identification/object_presence/images/88.png b/perception/single_instance_identification/object_presence/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..75e6c0fa7498995ad42eb0e8dd707148b24caf20 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07790b112c73f3a869e6ee2d011f475c12a1398777067879cbea645edda7e7ca +size 1226384 diff --git a/perception/single_instance_identification/object_presence/images/89.png b/perception/single_instance_identification/object_presence/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..cf57b183f5ee5d1568057d63b38960d33d1b0b17 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494d2ad34d20d2e5071d6628809f9aded9dd5d7ad21cda4696c8f7ea6605d464 +size 1072111 diff --git a/perception/single_instance_identification/object_presence/images/9.png b/perception/single_instance_identification/object_presence/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..65517a85ece200f6cc6b11f84101593beee06f85 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15926bf9c6b363e18488eb2952085cb4c68ef60ff6aa9a2ba108c9c20c63cb27 +size 935330 diff --git a/perception/single_instance_identification/object_presence/images/90.png b/perception/single_instance_identification/object_presence/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd0e3ce228640e5de44453d2620394d4c9ae8e2 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed37ea54f70b3138a17a1991ddd4320554691348b789b65236f217ff11607093 +size 1642652 diff --git a/perception/single_instance_identification/object_presence/images/91.png b/perception/single_instance_identification/object_presence/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..83b705a4bb3a7739b9f899ba8905b038b09a9b2e --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d9f52fb28643aa54dcd00dae25eef8a043afd9bb1d6c227be0768c42529365 +size 1019372 diff --git a/perception/single_instance_identification/object_presence/images/92.png b/perception/single_instance_identification/object_presence/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..ad227e8170094304c3fd731100b601e8deb12408 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28de0f23ed4197ebdfee5b0cabb23a686f169c899fdc99621894518bd77dc2ad +size 1185619 diff --git a/perception/single_instance_identification/object_presence/images/93.png b/perception/single_instance_identification/object_presence/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..9befa2c213764f19cf8a262c33eb3e0674301b83 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8655e783e74646aaaffec700d2efadb385b294e036e0a1cbecdcc873876f8799 +size 1493375 diff --git a/perception/single_instance_identification/object_presence/images/94.png b/perception/single_instance_identification/object_presence/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..03af3c1f86ea8a096bb8cda224cfa3f676211da5 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586cb0f20a6d8fb994feb772a51f724d08db4d6d9116cb4a75921eec6e3ca27a +size 1102547 diff --git a/perception/single_instance_identification/object_presence/images/95.png b/perception/single_instance_identification/object_presence/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..30dee86b198a982158e002fd2713a84e16668d07 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdc54c23ca7dfd03fef48c03d2e6a92c7fdceded4f7abdf5417f9689440e3d3 +size 1271426 diff --git a/perception/single_instance_identification/object_presence/images/96.png b/perception/single_instance_identification/object_presence/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..e9693328986fa3947dab40d76cc409d45062a246 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfcd8a972aee5cb42a44f6abf9f210c4a5cf79eabe5b1719251f8cb16fbe86c +size 1119164 diff --git a/perception/single_instance_identification/object_presence/images/97.png b/perception/single_instance_identification/object_presence/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..677412ff1983dd7237f81a2d6ff99896cd22b756 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bebae310238c4bd26a7c03fc1774647b73547e3d683853bdd37265538967b11 +size 1000319 diff --git a/perception/single_instance_identification/object_presence/images/98.png b/perception/single_instance_identification/object_presence/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..f99965ef89db5e3a1342d3d9ff992f3b9221d231 --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696507de4299608ca686847664f297f3c2b02c59f15fa8528b62e71c860fc723 +size 1455082 diff --git a/perception/single_instance_identification/object_presence/images/99.png b/perception/single_instance_identification/object_presence/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..b4bcb3e2f59f81796af0c461f1eb452dd867184f --- /dev/null +++ b/perception/single_instance_identification/object_presence/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6d2b47afbc0acde49927cffc154c9e2fa75fd7631ca74a8c8afcfd254703f4 +size 1283634 diff --git a/perception/single_instance_identification/object_presence/object_presence.json b/perception/single_instance_identification/object_presence/object_presence.json new file mode 100644 index 0000000000000000000000000000000000000000..afc0805290bd54396488dd285b4de80909838845 --- /dev/null +++ b/perception/single_instance_identification/object_presence/object_presence.json @@ -0,0 +1,3002 @@ +[ + { + "id": "909d3bc3-aa57-4084-be41-2c5a06b19eb1", + "image_path": "images/1.png", + "question": "Is there a/an airplane in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "62d8f3a0-7ae6-49d6-aea6-5334e63da58f", + "image_path": "images/2.png", + "question": "Is there a/an airplane in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "2ef13ab6-51c3-4eec-b255-7505243b70a5", + "image_path": "images/3.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "8c938e0d-2853-4e67-868c-051c8bc9081e", + "image_path": "images/4.png", + "question": "Does this image contain a/an airplane?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "cb30791e-c8ec-49ae-a475-ca6b27b5bed1", + "image_path": "images/5.png", + "question": "Is there a/an airplane in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "ad9c819b-6871-4552-853d-1e5fde6054ef", + "image_path": "images/6.png", + "question": "Does this image contain a/an airplane?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "e737a9b9-445c-420d-a00d-a1505bf7f205", + "image_path": "images/7.png", + "question": "Is there a/an airplane in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "44727779-4570-4d15-b4ed-d13ae3c8a8b2", + "image_path": "images/8.png", + "question": "Is there a/an airplane in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "6c61123a-059b-4f16-9fba-de6190b8305d", + "image_path": "images/9.png", + "question": "Does this image feature a/an airplane?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "ca6ce5d4-7fbc-45d7-9b71-91f679f8b994", + "image_path": "images/10.png", + "question": "Does this image feature a/an airplane?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "ba2861c8-5d73-441f-9f48-033f420f643a", + "image_path": "images/11.png", + "question": "Is a/an airplane present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "f14c37da-5c58-44a1-a658-ad5647c8492e", + "image_path": "images/12.png", + "question": "Is a/an airplane present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "0f3b3076-b0ae-4f36-9f7b-35d5d6528b6f", + "image_path": "images/13.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "f6ec13e5-015b-453e-bd40-1f6ac56e37df", + "image_path": "images/14.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "ed1ac077-965a-4de8-bfdc-ef2cdf08e41b", + "image_path": "images/15.png", + "question": "Does this image feature a/an airplane?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2daa92f7-e3a0-4a2a-958f-165820277568", + "image_path": "images/16.png", + "question": "Does this image contain a/an airplane?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "bf7f6109-8d0a-4dd1-82d1-26d47179f5ca", + "image_path": "images/17.png", + "question": "Does this image feature a/an airplane?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "be290d48-ddb8-4a07-b413-e6e9db264d2b", + "image_path": "images/18.png", + "question": "Can you see a/an airplane in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "4110d9b8-ec3f-4a93-960e-ddcec3ecc6e1", + "image_path": "images/19.png", + "question": "Can you see a/an airplane in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "466a67cc-09d8-4337-bd6a-fd9158a15d0c", + "image_path": "images/20.png", + "question": "Can you see a/an airplane in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "f5e7cb00-2edd-491e-a99d-7e5d9eb8978a", + "image_path": "images/21.png", + "question": "Is there a/an airplane in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "718ed806-811a-4b9c-89d1-08519a3adb26", + "image_path": "images/22.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "c71fca7a-5450-430b-908f-32db86dfcb09", + "image_path": "images/23.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2c0d37ba-4038-496d-95f1-75df46235896", + "image_path": "images/24.png", + "question": "Does this image contain a/an airplane?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "dbd16251-ccee-4f58-82ef-2dc5b79e2723", + "image_path": "images/25.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "c40b1f5c-0029-4acb-866a-fda638d4951b", + "image_path": "images/26.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "e842532d-d22d-4bff-951a-334317d67c34", + "image_path": "images/27.png", + "question": "Is there a/an airplane in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "a8f88775-19ea-4291-869e-7883180b3c01", + "image_path": "images/28.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "8b0b1f15-d595-48c8-8ca6-b84b880475d6", + "image_path": "images/29.png", + "question": "Does this image feature a/an airplane?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "39a88c84-c3f2-45df-91b0-bb59b87a4c3e", + "image_path": "images/30.png", + "question": "Is a/an airplane present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "dd0b93cf-fd99-4b54-abf3-7c4efaf9d7d2", + "image_path": "images/31.png", + "question": "Does this image feature a/an airplane?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "8f9970b5-900a-46af-a775-2daa500d73b7", + "image_path": "images/32.png", + "question": "Is there a/an airplane in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "c7a5fbf6-178f-4ade-9a8c-c88e9a0e523d", + "image_path": "images/33.png", + "question": "Does this image contain a/an airplane?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "5bab5d55-1942-4cfa-b7fb-15171eab471c", + "image_path": "images/34.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "eeb82880-8918-4b11-a29c-b69de42d10a1", + "image_path": "images/35.png", + "question": "Is there a/an airplane in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "80fc12c6-5bc4-4a23-b56a-88823fa42d90", + "image_path": "images/36.png", + "question": "Is a/an airplane present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "7464e3fe-ea18-473d-bd59-daea97803b7c", + "image_path": "images/37.png", + "question": "Can you see a/an airplane in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "1fc7719e-f207-4f8e-8a23-c75a82e68b3e", + "image_path": "images/38.png", + "question": "Does this image contain a/an airplane?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "5e21c221-0122-459a-a496-c8fe2aa2077a", + "image_path": "images/39.png", + "question": "Can you see a/an airplane in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "edaca12b-9f9d-43bc-8773-6b44d70df086", + "image_path": "images/40.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "afc78df5-640b-44ab-b3b0-9b14879817ad", + "image_path": "images/41.png", + "question": "Is there a/an airplane in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "687ed4b6-71c3-468a-afa8-5eb1f35dea4c", + "image_path": "images/42.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "7354ad26-d50f-49f2-80f6-4debffbac5dc", + "image_path": "images/43.png", + "question": "Does this image contain a/an airplane?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "3131fd6c-cde4-4c91-9177-dd28b1dac276", + "image_path": "images/44.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "6c6184fc-9835-43c9-973b-70858dd7e316", + "image_path": "images/45.png", + "question": "Does this image contain a/an airplane?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "547e759e-5ca7-44ce-82a2-0fab0e40eb7c", + "image_path": "images/46.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "8434514b-22d0-42a6-b620-1d74c75baea4", + "image_path": "images/47.png", + "question": "Can you see a/an airplane in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "0ef131c1-8f37-4c4d-a506-0150de7b18b3", + "image_path": "images/48.png", + "question": "Can you see a/an airplane in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "151eddb9-740a-452c-a066-c8ab009c9356", + "image_path": "images/49.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "eeea8973-91f9-45c8-9fbc-791542b84a25", + "image_path": "images/50.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "b3b9e235-4c42-46bf-b96b-024c95d218e3", + "image_path": "images/51.png", + "question": "Can you see a/an airplane in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "f0bb800b-9fc0-45dc-893f-c89363f970c1", + "image_path": "images/52.png", + "question": "Does this image feature a/an airplane?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "ee85057c-2856-4d45-b90f-c4910b32b147", + "image_path": "images/53.png", + "question": "Does this image feature a/an airplane?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "ae36ab9c-8142-41a7-bf9b-66cf764a2da6", + "image_path": "images/54.png", + "question": "Does this image feature a/an airplane?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "a6bd1942-e81c-412b-bf38-2f1ccb2ff7e1", + "image_path": "images/55.png", + "question": "Is a/an airplane present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "0dd18040-e0db-4805-9e06-42d7b07681de", + "image_path": "images/56.png", + "question": "Can you see a/an airplane in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "0ba6940b-b1eb-4692-9b97-6348400d115e", + "image_path": "images/57.png", + "question": "Can you see a/an airplane in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "d01de7de-6fc3-4d7a-86a5-959a307a96da", + "image_path": "images/58.png", + "question": "Can you see a/an airplane in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "5e28be5b-ab4a-461f-ac8a-ca7baba473d7", + "image_path": "images/59.png", + "question": "Is there a/an airplane in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "0cb66d24-e347-416c-8a3d-9c71a3fcd368", + "image_path": "images/60.png", + "question": "Is there a/an airplane in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "671d109f-9cc6-4852-abcf-45378a6dad20", + "image_path": "images/61.png", + "question": "Is there a/an airplane in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "6c952a18-2ae5-4437-bbfa-390451e20141", + "image_path": "images/62.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "cfaed242-27b2-4fe5-9558-d5318f8ed171", + "image_path": "images/63.png", + "question": "Is a/an airplane present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "9ea05668-c8b3-42fd-b500-96fccdabb5e7", + "image_path": "images/64.png", + "question": "Is there a/an airplane in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "5eb15984-2328-49f2-81e3-5fb36c355a6d", + "image_path": "images/65.png", + "question": "Is there a/an airplane in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "f3bdf8d6-93c4-4078-b583-2e167f1dc323", + "image_path": "images/66.png", + "question": "Can you see a/an bridge in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "289bb3d4-6a41-477c-a525-0dbe22627a38", + "image_path": "images/67.png", + "question": "Can you see a/an bridge in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "a242a46b-80ed-47b3-8d24-410eba973cb2", + "image_path": "images/68.png", + "question": "Does this image contain a/an bridge?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "32742ad8-d6ad-4d74-b4ff-8acddf47275e", + "image_path": "images/69.png", + "question": "Does this image contain a/an bridge?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "d79f3af3-be7d-4eb2-8a97-42fc8e9fe05c", + "image_path": "images/70.png", + "question": "Is there a/an bridge in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "24d3e698-daa9-4ac9-a254-069a2d9ec4a6", + "image_path": "images/71.png", + "question": "Can you see a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "7724332c-d8a2-435d-a83a-9295da425685", + "image_path": "images/72.png", + "question": "Is a/an bridge present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "afde35e0-5d7a-47bd-956e-6c6251d2df7c", + "image_path": "images/73.png", + "question": "Does this image contain a/an bridge?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "462b4806-c12e-44cd-b1c3-ccaf64ce0b10", + "image_path": "images/74.png", + "question": "Is there a/an bridge in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "16c09b16-fb74-4131-81f8-e54f0c66b2d8", + "image_path": "images/75.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "25aff092-769c-4150-b487-d6898c835350", + "image_path": "images/76.png", + "question": "Can you see a/an bridge in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "667b9859-d99e-43fe-8df0-46b436e882f4", + "image_path": "images/77.png", + "question": "Does this image contain a/an bridge?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "dda7fe78-18dd-47bf-a8db-b08fe8ba4129", + "image_path": "images/78.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "c8f30e4f-c9b7-467b-9d55-66d4fe48b10d", + "image_path": "images/79.png", + "question": "Does this image contain a/an bridge?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "2562a167-d5f7-47c3-b7bb-c59b4c922025", + "image_path": "images/80.png", + "question": "Is a/an bridge present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "aebaf707-6a9b-43fe-a681-6983de1b14e1", + "image_path": "images/81.png", + "question": "Can you see a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "84d6f762-b76c-4e9c-9fd2-009820175115", + "image_path": "images/82.png", + "question": "Is there a/an bridge in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "91c4d025-b328-4317-8f5a-4d787e4b0c89", + "image_path": "images/83.png", + "question": "Is a/an bridge present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "de2f1d47-f66c-450e-bac8-15196812b363", + "image_path": "images/84.png", + "question": "Is a/an bridge present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "74638d98-f02c-4b59-b078-83387f9ecac1", + "image_path": "images/85.png", + "question": "Is a/an bridge present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "a4e8929c-9b90-4961-ab70-8e38128c9b4d", + "image_path": "images/86.png", + "question": "Can you see a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "4db83920-fc78-4804-8906-5500e973755a", + "image_path": "images/87.png", + "question": "Does this image contain a/an bridge?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "058cb578-fb78-40e3-a60d-e568ab577f80", + "image_path": "images/88.png", + "question": "Does this image feature a/an bridge?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "fbee3ddf-2d9e-4153-bf22-204c52aa734f", + "image_path": "images/89.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "f0f66f70-92c0-4c87-8c25-bcf21052df33", + "image_path": "images/90.png", + "question": "Does this image feature a/an bridge?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "c07a1ebc-0221-4410-bd8e-443220fbce00", + "image_path": "images/91.png", + "question": "Does this image feature a/an bridge?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "d9b4ede1-71d1-42b2-bc93-673032ed27f6", + "image_path": "images/92.png", + "question": "Does this image feature a/an bridge?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "91580d1c-6bfc-40ca-beea-e363eaf531e0", + "image_path": "images/93.png", + "question": "Is there a/an bridge in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "16ff13c0-ffc5-40f1-a4b4-113ac19235b3", + "image_path": "images/94.png", + "question": "Is a/an bridge present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "7c01e02c-9967-4eec-9b6a-86a05a4b61f2", + "image_path": "images/95.png", + "question": "Is a/an bridge present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "5d653a14-6a69-4fcd-898c-14be02147bd2", + "image_path": "images/96.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "17a5977a-b063-4f3c-a99b-2c474343aa3b", + "image_path": "images/97.png", + "question": "Does this image feature a/an bridge?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "695966b5-1dd2-46f2-ad3a-018b77805c50", + "image_path": "images/98.png", + "question": "Is there a/an bridge in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7fd5b0f6-5f4c-40a5-bd59-97db49f992f3", + "image_path": "images/99.png", + "question": "Is there a/an bridge in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "ee1fe1fe-7948-469f-aef1-b6f396240e0e", + "image_path": "images/100.png", + "question": "Does this image feature a/an bridge?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "fc54b898-a18f-4eb2-8365-88aa3c2fc8ce", + "image_path": "images/101.png", + "question": "Is a/an bridge present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "08f8d505-ef54-4c6e-b15d-0a50caab06fb", + "image_path": "images/102.png", + "question": "Is a/an bridge present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "db289575-8ebc-4196-8e1e-dc113d5e2d2d", + "image_path": "images/103.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2a85396b-8913-44ce-8612-2297ebd3cdf2", + "image_path": "images/104.png", + "question": "Is a/an bridge present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "8a9782ac-67d2-4562-8a36-c0e134d49aaf", + "image_path": "images/105.png", + "question": "Does this image feature a/an bridge?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "39b5607b-01f7-4e73-bf78-4ee07ce2b8ef", + "image_path": "images/106.png", + "question": "Can you see a/an bridge in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "7d5fae5a-2bd7-4f6d-a35c-4c5b693a5627", + "image_path": "images/107.png", + "question": "Can you see a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "e2605fb6-b38d-405b-8d0f-8ccb1c931045", + "image_path": "images/108.png", + "question": "Is a/an bridge present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "26a7f6ce-fb27-47af-891d-d7de744b3e36", + "image_path": "images/109.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "2c181b71-1c48-4341-a93a-984d8c88d9e6", + "image_path": "images/110.png", + "question": "Is there a/an bridge in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "6acb154d-4efb-4669-a897-003c07196f3f", + "image_path": "images/111.png", + "question": "Does this image feature a/an bridge?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "b3a13e95-4c3e-4b91-8017-21a1cddb39e9", + "image_path": "images/112.png", + "question": "Can you see a/an bridge in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "be8a1d7c-374c-4b4b-8fd5-0b491f6eb9ad", + "image_path": "images/113.png", + "question": "Is a/an bridge present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "a574ceea-6903-492d-80f9-0f57cc1412aa", + "image_path": "images/114.png", + "question": "Does this image feature a/an bridge?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "0be8c17f-c837-47ee-8490-02525e683abf", + "image_path": "images/115.png", + "question": "Does this image contain a/an bridge?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "4f76079b-d2fb-48ba-a2a4-8db242c777b6", + "image_path": "images/116.png", + "question": "Is a/an bridge present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "7e682019-b07d-4eab-b730-dc9a2fda81b2", + "image_path": "images/117.png", + "question": "Does this image contain a/an bridge?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "05375aa7-3cee-4cc6-bd74-07df3b0fa1be", + "image_path": "images/118.png", + "question": "Does this image feature a/an bridge?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "c0dbea6b-9669-42de-9547-a61deea0434a", + "image_path": "images/119.png", + "question": "Is there a/an bridge in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "06a15380-9dd7-42b5-b065-cc1c10924a14", + "image_path": "images/120.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "40e5f3b0-0dca-4a2c-b5f8-795cafd9dc77", + "image_path": "images/121.png", + "question": "Can you see a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "f0bf334b-9ca9-48df-a9b2-abfc3dd16bb0", + "image_path": "images/122.png", + "question": "Does this image feature a/an bridge?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "a7b50dd6-a361-4bf0-881d-b8a4c10655c9", + "image_path": "images/123.png", + "question": "Can you see a/an bridge in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "32c9fe73-bd8f-4974-9ab7-42290397b802", + "image_path": "images/124.png", + "question": "Does this image feature a/an bridge?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "615233a4-4650-474b-942b-01f233c4607d", + "image_path": "images/125.png", + "question": "Does this image contain a/an bridge?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "537f578e-a9bb-40d4-8f2a-20559bcf7afd", + "image_path": "images/126.png", + "question": "Is there a/an bridge in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "a584ce23-6c20-480b-9b42-3f8ac7eb3ae0", + "image_path": "images/127.png", + "question": "Does this image contain a/an bridge?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "b98306ea-4344-484d-ab10-2c535ba90fa8", + "image_path": "images/128.png", + "question": "Is a/an bridge present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "633968dd-4561-42ca-a3c1-c543dae27cf4", + "image_path": "images/129.png", + "question": "Does this image feature a/an bridge?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "88e58519-7957-4a0a-bdcd-8952d58cfafe", + "image_path": "images/130.png", + "question": "Does this image feature a/an bridge?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "4b8bec49-e10a-41c2-bd82-c92c9202741d", + "image_path": "images/131.png", + "question": "Is a/an dam present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "1cae6aa1-779a-45d8-bf79-e708f358b1fa", + "image_path": "images/132.png", + "question": "Is there a/an dam in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "744df7da-aee9-45fb-a0ef-550169c671b1", + "image_path": "images/133.png", + "question": "Is a/an dam present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "00a71337-6532-4ec6-a392-fb9fd819ae40", + "image_path": "images/134.png", + "question": "Is a/an dam present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "8ccdb95b-65ce-4c33-a0dd-92c71d387b92", + "image_path": "images/135.png", + "question": "Is a/an dam present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "30b5285a-6414-44f6-b34f-4f1395a63108", + "image_path": "images/136.png", + "question": "Does this image feature a/an dam?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "0d0bc4e5-71a9-413a-a349-9d92cb79034c", + "image_path": "images/137.png", + "question": "Does this image contain a/an dam?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "35215713-997f-4ce5-942f-c87b993b7153", + "image_path": "images/138.png", + "question": "Is there a/an dam in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "05c7d0d3-65f4-48ef-bf36-a5d160dfc11f", + "image_path": "images/139.png", + "question": "Does this image contain a/an dam?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "3ef67ad4-1ab5-4109-8b1e-69edf874d8ee", + "image_path": "images/140.png", + "question": "Is there a/an dam in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "42b554dd-0b3d-4014-810a-1c1b2b918a29", + "image_path": "images/141.png", + "question": "Does this image feature a/an dam?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "e72c5d04-529a-449a-8464-452ecd546f62", + "image_path": "images/142.png", + "question": "Can you see a/an dam in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "5f76b5f7-23c4-4c6e-9ff5-94d72be5b8ba", + "image_path": "images/143.png", + "question": "Can you see a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "88648582-cfeb-4f55-9fd5-179725f1c011", + "image_path": "images/144.png", + "question": "Can you see a/an dam in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "42d0a8f0-2c41-4696-85be-671b1b2e9c81", + "image_path": "images/145.png", + "question": "Is there a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "696f384d-feae-4f12-aee6-524d60498781", + "image_path": "images/146.png", + "question": "Can you see a/an dam in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "f616b8bd-e0ed-4b19-b977-b8cdd3091f97", + "image_path": "images/147.png", + "question": "Does this image contain a/an dam?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "64ec3745-fe9b-42ce-a624-a9886d3b77ec", + "image_path": "images/148.png", + "question": "Can you see a/an dam in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "4583223b-99b0-49d3-a7e3-6761c3e90aed", + "image_path": "images/149.png", + "question": "Can you see a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "bbaa0e59-eea7-45f9-8902-bf0b1e21094e", + "image_path": "images/150.png", + "question": "Does this image feature a/an dam?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "7e0c01b4-98ee-45a3-a34b-1b68595a5835", + "image_path": "images/151.png", + "question": "Does this image feature a/an dam?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "cf6a451d-d915-4d43-936d-affc22ed884f", + "image_path": "images/152.png", + "question": "Can you see a/an dam in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "f9d0b753-5fd7-47fa-9447-a0a95dac27bc", + "image_path": "images/153.png", + "question": "Does this image contain a/an dam?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "bf3e0dca-81ef-4038-8c38-accefda05ec5", + "image_path": "images/154.png", + "question": "Does this image contain a/an dam?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "2b32b834-de36-44a4-9b62-e1ba96c7611c", + "image_path": "images/155.png", + "question": "Does this image feature a/an dam?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "19ce6037-97b2-4484-b835-c796d1097c38", + "image_path": "images/156.png", + "question": "Does this image feature a/an dam?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "012484b0-ff4f-4e38-9add-8a90195318f8", + "image_path": "images/157.png", + "question": "Is there a/an dam in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "dca3ff5b-ac2e-4dc7-b56a-a74326393ae8", + "image_path": "images/158.png", + "question": "Can you see a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "391e5a83-cd5b-4617-9599-9d8b84f2db29", + "image_path": "images/159.png", + "question": "Does this image feature a/an dam?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "ba2dda42-a1dd-47b5-ab1e-7c50b7751357", + "image_path": "images/160.png", + "question": "Does this image contain a/an dam?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "baeabf6b-8e11-4e13-8dc3-3ee65d4f1aa3", + "image_path": "images/161.png", + "question": "Can you see a/an dam in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "e2f4cadd-4133-4f21-b8d6-69cebe8e2b9d", + "image_path": "images/162.png", + "question": "Is there a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "e8066f4c-76cd-4e4a-8c10-0676680c75bc", + "image_path": "images/163.png", + "question": "Does this image feature a/an dam?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "26f4aa71-1dec-4332-a76d-b0087f6289b7", + "image_path": "images/164.png", + "question": "Is a/an dam present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "6ec3cf00-1c94-4378-9c0a-4e94e5f24dd6", + "image_path": "images/165.png", + "question": "Does this image contain a/an dam?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "62736f40-2a93-48c9-8942-eedc6ffe76e6", + "image_path": "images/166.png", + "question": "Does this image feature a/an dam?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "381ed632-44bf-44c8-821c-303b70e2c5bb", + "image_path": "images/167.png", + "question": "Does this image contain a/an dam?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "26d40022-19eb-46e9-950e-7a78d4831621", + "image_path": "images/168.png", + "question": "Can you see a/an dam in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "30a0dcd8-b4e7-4588-9d4d-a977236b9a05", + "image_path": "images/169.png", + "question": "Can you see a/an dam in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "f0c0871f-f040-4443-84b1-1a3415166685", + "image_path": "images/170.png", + "question": "Is there a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "d440bef6-9271-4f0e-a985-03a8542c5b32", + "image_path": "images/171.png", + "question": "Is there a/an dam in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "12ae9167-cd06-4944-b51c-5c90dbb30ef5", + "image_path": "images/172.png", + "question": "Does this image feature a/an dam?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "a1cdf7f7-5816-4743-b48c-dd38b48fc45b", + "image_path": "images/173.png", + "question": "Does this image contain a/an dam?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "b45f7394-6ecd-4a4b-9f8e-475ea8d52107", + "image_path": "images/174.png", + "question": "Does this image feature a/an dam?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "570fec22-26b6-4211-8e62-7dc76962714e", + "image_path": "images/175.png", + "question": "Is a/an dam present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "adbda54f-14c1-4fdb-b108-35780432fef2", + "image_path": "images/176.png", + "question": "Does this image feature a/an dam?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "32fcdcf2-ed46-497b-b0f0-169720326f82", + "image_path": "images/177.png", + "question": "Is there a/an dam in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "fc81e137-72dd-44bc-b25d-15438f8d5e7b", + "image_path": "images/178.png", + "question": "Does this image feature a/an dam?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "ab0cd9cc-0ea1-4589-b172-b814279dd8ff", + "image_path": "images/179.png", + "question": "Can you see a/an dam in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "aaa5542a-1d3c-40df-bfb4-3d3cb2d70606", + "image_path": "images/180.png", + "question": "Can you see a/an dam in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7aa7e22b-82d0-4900-8c73-4ff16836f040", + "image_path": "images/181.png", + "question": "Does this image feature a/an dam?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "da75a64f-8ffe-40a2-a8b7-703be2331bd1", + "image_path": "images/182.png", + "question": "Can you see a/an dam in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "71780d65-cb54-4019-aa08-a0a46e6ac392", + "image_path": "images/183.png", + "question": "Is a/an dam present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "499fc761-10d5-4c04-948e-0e8bb8af5e0c", + "image_path": "images/184.png", + "question": "Is there a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "46cef08d-6036-48fa-bcaf-7ac82716334a", + "image_path": "images/185.png", + "question": "Can you see a/an dam in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "cfa18365-56c1-41c9-ad89-cd0eeea2baff", + "image_path": "images/186.png", + "question": "Does this image feature a/an dam?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "e261a711-444a-4716-8120-0cbe37c912d9", + "image_path": "images/187.png", + "question": "Does this image feature a/an dam?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "18e780ae-ad97-4a83-a474-5556da530847", + "image_path": "images/188.png", + "question": "Does this image feature a/an dam?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "a64c01f9-8a64-4ccb-83e8-c2530877a175", + "image_path": "images/189.png", + "question": "Does this image contain a/an dam?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "6f47ec43-03eb-4462-8577-4314b5bb2013", + "image_path": "images/190.png", + "question": "Can you see a/an dam in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "5ccc4349-1c1f-41be-9498-4c118918df8a", + "image_path": "images/191.png", + "question": "Is a/an dam present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "61fe3b55-3e2b-498e-83be-ded7597ac374", + "image_path": "images/192.png", + "question": "Is there a/an dam in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "f185d842-dba2-4389-ba23-3be2c20167d8", + "image_path": "images/193.png", + "question": "Is there a/an dam in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "b1a47876-0506-4b16-82e6-4a2162ec94ef", + "image_path": "images/194.png", + "question": "Does this image feature a/an dam?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "1b3eac01-4384-4c58-afee-549c163c1658", + "image_path": "images/195.png", + "question": "Is a/an dam present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "ddf284f1-0803-4e3f-9e43-da73e27896ac", + "image_path": "images/196.png", + "question": "Can you see a/an roundabout in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "ab0c4022-96a6-42e0-b953-c7a1c7a75406", + "image_path": "images/197.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "392115a9-7248-4034-a98d-d90a75543cc6", + "image_path": "images/198.png", + "question": "Does this image feature a/an roundabout?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "dc25d5d2-f053-4b42-8f79-5514db9f4574", + "image_path": "images/199.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "1d4c1987-0df0-4b2f-879e-0ea2dc919b03", + "image_path": "images/200.png", + "question": "Is a/an roundabout present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "fdc260fe-0883-4531-8fe1-09955cdcc848", + "image_path": "images/201.png", + "question": "Is a/an roundabout present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "ef8f388d-a3f1-4e53-846b-b91bf98bcd68", + "image_path": "images/202.png", + "question": "Does this image feature a/an roundabout?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "054f0920-9ae7-4ffb-bec0-14cbf0fa4160", + "image_path": "images/203.png", + "question": "Does this image contain a/an roundabout?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "9c100190-8d33-41f2-8810-7d3674e9e04e", + "image_path": "images/204.png", + "question": "Does this image contain a/an roundabout?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "2ca731ad-0944-4940-a4ac-2784361c1837", + "image_path": "images/205.png", + "question": "Is there a/an roundabout in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7520713b-cbf1-4a3e-acbe-77a44c68efa0", + "image_path": "images/206.png", + "question": "Does this image feature a/an roundabout?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "ef605a13-1333-4352-b389-ff4a1a47140a", + "image_path": "images/207.png", + "question": "Can you see a/an roundabout in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "cb66c743-e147-47cd-98db-6f742323609e", + "image_path": "images/208.png", + "question": "Can you see a/an roundabout in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "3163c4a9-2413-4c6b-a3cf-09108a1a659e", + "image_path": "images/209.png", + "question": "Can you see a/an roundabout in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "c78b5ae1-9c18-4ebc-add3-f16bff86996f", + "image_path": "images/210.png", + "question": "Is there a/an roundabout in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "afdbef12-1869-4993-9aad-41b91c41a302", + "image_path": "images/211.png", + "question": "Can you see a/an roundabout in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "dfb257d1-3388-47cc-819f-845a61d2e32e", + "image_path": "images/212.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "4c69d980-39c3-4b61-9373-2d163c2039ad", + "image_path": "images/213.png", + "question": "Does this image contain a/an roundabout?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "25b809d4-e821-4010-b200-9a74d530573b", + "image_path": "images/214.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "85f726f8-5863-45e5-ab77-4af6090d0477", + "image_path": "images/215.png", + "question": "Is there a/an roundabout in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "b3be8a15-9676-415b-9843-a6e390e0e3ae", + "image_path": "images/216.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "f1a6b1f2-6a2f-4b1e-a117-bd5b555b5d19", + "image_path": "images/217.png", + "question": "Is a/an roundabout present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "a8c3e826-1594-49f9-b616-57821280d046", + "image_path": "images/218.png", + "question": "Does this image feature a/an roundabout?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "a0f60658-b1c3-42f6-a3c9-fe1ba715d9bf", + "image_path": "images/219.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "347ea9fc-0a57-4af6-82bd-4080d9becd42", + "image_path": "images/220.png", + "question": "Does this image contain a/an roundabout?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "bca0eb2e-a349-4aca-ba44-fb89e72554fd", + "image_path": "images/221.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "3fb5f6f3-a2d4-4046-93bc-d68d74857824", + "image_path": "images/222.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "8365634c-140b-46e7-836a-5126a83ab368", + "image_path": "images/223.png", + "question": "Is there a/an roundabout in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "074c4bca-b545-4b7a-872b-bef963b7066e", + "image_path": "images/224.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "817a9232-faa3-4466-82d4-7eba0a7d34f8", + "image_path": "images/225.png", + "question": "Does this image feature a/an roundabout?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "eb90534b-50f9-47b0-b188-3b55453abdd1", + "image_path": "images/226.png", + "question": "Does this image contain a/an roundabout?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "8dd24ad9-c4d6-410d-a414-11f1dbc36140", + "image_path": "images/227.png", + "question": "Is a/an roundabout present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "8fb744f9-af90-45f8-8aa3-14746faa43d8", + "image_path": "images/228.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "8e9884af-2c53-42f4-8476-eb1ac3cce6e5", + "image_path": "images/229.png", + "question": "Does this image feature a/an roundabout?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "04fbc49f-4f86-4c53-81e7-446b6dfb83c0", + "image_path": "images/230.png", + "question": "Is a/an roundabout present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "8d375c99-1eb8-4736-9937-e2a08c58b62b", + "image_path": "images/231.png", + "question": "Is a/an roundabout present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "176cffe5-776c-49eb-96a4-9980120f5e4e", + "image_path": "images/232.png", + "question": "Is there a/an roundabout in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "522eb3b0-bf41-4c92-8a24-173e78a1295e", + "image_path": "images/233.png", + "question": "Does this image contain a/an roundabout?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2dc6e2d7-5fb1-4575-b2e7-2b1d512f1252", + "image_path": "images/234.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "03600e62-0beb-4cf7-b442-f0e95416a6f2", + "image_path": "images/235.png", + "question": "Is there a/an roundabout in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "5e8f1fcb-768d-4577-9972-6ccdd8840f7b", + "image_path": "images/236.png", + "question": "Can you see a/an roundabout in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "5454534c-5c48-463d-b034-0533a9959f84", + "image_path": "images/237.png", + "question": "Is a/an roundabout present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "bb4768aa-5e93-4ef0-ab5f-a9582f619079", + "image_path": "images/238.png", + "question": "Does this image feature a/an roundabout?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "53d804a7-9e46-41d1-8647-23b7e72d2578", + "image_path": "images/239.png", + "question": "Can you see a/an roundabout in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "ac48b7e9-c256-4f9a-8b33-76a9c032f970", + "image_path": "images/240.png", + "question": "Can you see a/an roundabout in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "7eb1853b-1cb3-4b56-a5fc-053bf7fe1d19", + "image_path": "images/241.png", + "question": "Does this image feature a/an roundabout?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "edd0b135-dfac-48c3-b6ea-b3c096bde82f", + "image_path": "images/242.png", + "question": "Does this image feature a/an roundabout?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "15f77ed0-a28d-45ad-aa9b-b44322192ee3", + "image_path": "images/243.png", + "question": "Does this image contain a/an roundabout?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "27029219-418e-43b4-ab9b-a9bfc6d4af55", + "image_path": "images/244.png", + "question": "Does this image contain a/an roundabout?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "1e614314-0e0c-4281-8f3e-1ce2bb785325", + "image_path": "images/245.png", + "question": "Does this image contain a/an roundabout?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "e1476d71-6ddc-4467-a5b6-c4a8bb5b62be", + "image_path": "images/246.png", + "question": "Does this image contain a/an roundabout?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "bc89d7f7-d781-4702-bf8a-3cf001f51722", + "image_path": "images/247.png", + "question": "Does this image feature a/an roundabout?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "8029b7b6-db35-47fe-ab0b-8a788d00e697", + "image_path": "images/248.png", + "question": "Is a/an roundabout present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "ba9a92b9-3f7e-4b2f-b685-3317012d573d", + "image_path": "images/249.png", + "question": "Can you see a/an roundabout in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "0aeb1bea-77c8-4913-a829-77af105acda9", + "image_path": "images/250.png", + "question": "Can you see a/an roundabout in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "7da15dc0-6ab4-4606-8a70-312ac363b9e2", + "image_path": "images/251.png", + "question": "Does this image contain a/an roundabout?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "4007609d-8bbf-40a0-835e-c96e3facef42", + "image_path": "images/252.png", + "question": "Can you see a/an roundabout in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "989a8d7d-855e-4830-9c9f-479b1afe18a4", + "image_path": "images/253.png", + "question": "Does this image feature a/an roundabout?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "2555cb15-2d5f-47ac-883e-c36f325c623d", + "image_path": "images/254.png", + "question": "Is there a/an roundabout in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "70ebd085-f3f1-4739-849f-b59ef72a349a", + "image_path": "images/255.png", + "question": "Does this image feature a/an roundabout?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "9cf2b31f-4d65-4475-92a2-5c21e772a90b", + "image_path": "images/256.png", + "question": "Does this image feature a/an roundabout?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "adf9b342-3668-4a68-8234-e562eec1d630", + "image_path": "images/257.png", + "question": "Does this image contain a/an roundabout?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "15c49642-c05d-4934-bc67-c98ac97401e8", + "image_path": "images/258.png", + "question": "Is there a/an roundabout in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "afa34c17-841b-4dcc-883b-d9d9612a1aa2", + "image_path": "images/259.png", + "question": "Does this image contain a/an roundabout?\nA.Yes\nB.can't judge\nC.No", + "answer": "C" + }, + { + "id": "d72a5e40-ae0a-475d-ba8b-f7a1f5a99519", + "image_path": "images/260.png", + "question": "Does this image feature a/an roundabout?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "7cba0707-4a0c-4a84-a942-351fce7508b3", + "image_path": "images/261.png", + "question": "Is there a/an soccer ball field in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "5ab79cd9-b8a7-41cb-8b5f-39a7af7a21a1", + "image_path": "images/262.png", + "question": "Can you see a/an soccer ball field in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "e074d761-a068-4f2d-b4e9-82e30b6c2d27", + "image_path": "images/263.png", + "question": "Can you see a/an soccer ball field in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "7b8bba6c-5037-42e9-860a-2b4c03ac1765", + "image_path": "images/264.png", + "question": "Is a/an soccer ball field present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "786f5f9e-c563-47dd-acee-c43b75ba68dc", + "image_path": "images/265.png", + "question": "Is a/an soccer ball field present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "15faa737-8a55-4302-b2a2-cd5446c71369", + "image_path": "images/266.png", + "question": "Can you see a/an baseball diamond in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "1297d6f6-66a4-4b16-8377-da3b947c36eb", + "image_path": "images/267.png", + "question": "Does this image contain a/an basketball court?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "511af029-47b1-4c7a-98f8-826cd4957b6b", + "image_path": "images/268.png", + "question": "Does this image contain a/an soccer ball field?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "ca0c33c8-4941-48ba-a700-4c2ddb4bb078", + "image_path": "images/269.png", + "question": "Does this image contain a/an ground track field?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "08bdca2e-d066-44e4-8f43-193a570b6ce3", + "image_path": "images/270.png", + "question": "Does this image feature a/an soccer ball field?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "8a24a347-ec7b-4175-a267-b9748ca09457", + "image_path": "images/271.png", + "question": "Is a/an tennis court present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "1c6d5d34-8bca-4626-96e0-a09f72b75649", + "image_path": "images/272.png", + "question": "Is there a/an tennis court in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "1fb059cd-dc5b-4e7b-b327-e1bc7a2f526b", + "image_path": "images/273.png", + "question": "Does this image contain a/an baseball diamond?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "a4b57ba4-1600-4846-b5bd-de893c42342e", + "image_path": "images/274.png", + "question": "Can you see a/an tennis court in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "88f0d9f2-2861-4f20-872a-982c83698cc9", + "image_path": "images/275.png", + "question": "Does this image feature a/an basketball court?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "4112e900-de27-427a-bfd9-e4d9e50303ea", + "image_path": "images/276.png", + "question": "Does this image feature a/an soccer ball field?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "b46bd3a0-30ec-4458-b895-9636ceee87b4", + "image_path": "images/277.png", + "question": "Is a/an baseball diamond present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "6192ed1a-67e2-4417-a0a2-3a718e39aa6a", + "image_path": "images/278.png", + "question": "Is a/an basketball court present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "94375e29-07bd-4778-8a54-8a6613bdf9a8", + "image_path": "images/279.png", + "question": "Does this image feature a/an ground track field?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "6d1debf5-e3de-4f59-9158-f6407a07d737", + "image_path": "images/280.png", + "question": "Is a/an soccer ball field present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "fb4742cc-4196-4f06-ae02-99507933e39d", + "image_path": "images/281.png", + "question": "Can you see a/an soccer ball field in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "028cfcfa-85e9-4b4a-b6fc-4c8e0b53c8d7", + "image_path": "images/282.png", + "question": "Can you see a/an soccer ball field in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "418519d6-6391-47a2-a026-7aff322d6fb8", + "image_path": "images/283.png", + "question": "Can you see a/an baseball diamond in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "90557d74-9274-4163-9203-ae2f60d0be91", + "image_path": "images/284.png", + "question": "Is there a/an soccer ball field in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "917035e0-f7f8-48f8-8d38-626d768f8bae", + "image_path": "images/285.png", + "question": "Can you see a/an ground track field in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "dac387cb-13b4-4a6b-b7a3-0ace34f541fe", + "image_path": "images/286.png", + "question": "Is a/an soccer ball field present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "1ecf3d1f-c326-48e2-b823-5076f35c4a7c", + "image_path": "images/287.png", + "question": "Is a/an soccer ball field present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "18e9644b-c935-4489-94c2-bbd1828a1f2e", + "image_path": "images/288.png", + "question": "Is a/an soccer ball field present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "6e686f4f-a23d-4811-80bd-0c656eb1fed9", + "image_path": "images/289.png", + "question": "Does this image feature a/an soccer ball field?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "6e83c635-4528-47f8-b6bd-fc88d82953d6", + "image_path": "images/290.png", + "question": "Is there a/an soccer ball field in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "4285a8f6-7129-41d9-adfd-ecc1060ece5b", + "image_path": "images/291.png", + "question": "Does this image feature a/an baseball diamond?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "045117f4-4241-4d2f-b415-8f72ceb9660f", + "image_path": "images/292.png", + "question": "Can you see a/an soccer ball field in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "6f6b9f51-739b-4a43-8643-28e792ddc5ae", + "image_path": "images/293.png", + "question": "Is a/an ground track field present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "deb418d5-eb6a-469c-abfe-1f6168c9d1de", + "image_path": "images/294.png", + "question": "Can you see a/an baseball diamond in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "2da21905-a467-4acd-b92d-dd69beafe46b", + "image_path": "images/295.png", + "question": "Does this image contain a/an soccer ball field?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "80f31e55-2e6c-4cf4-9c93-2aeeb7c7f84c", + "image_path": "images/296.png", + "question": "Is there a/an soccer ball field in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "991a19ec-1612-42db-9060-d8357369df3e", + "image_path": "images/297.png", + "question": "Can you see a/an baseball diamond in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "37dcf3a9-7e1c-480b-ab85-664558064b56", + "image_path": "images/298.png", + "question": "Does this image feature a/an soccer ball field?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "e534b03e-310b-46af-8cd3-fa9af6032ab6", + "image_path": "images/299.png", + "question": "Is a/an baseball diamond present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "0f925ea5-eff9-4efb-8be9-47a00ebb4fd7", + "image_path": "images/300.png", + "question": "Is a/an soccer ball field present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "8b652440-58cd-44d7-9459-7caef173f4f9", + "image_path": "images/301.png", + "question": "Is there a/an soccer ball field in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "41c37dfe-b7bf-47ab-8268-0d0bba0f0767", + "image_path": "images/302.png", + "question": "Can you see a/an soccer ball field in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "1a8be7e3-340f-4cb1-b088-0bbbab509d80", + "image_path": "images/303.png", + "question": "Is a/an soccer ball field present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "b33fd54f-9c2a-47be-ab17-b20a67d8673c", + "image_path": "images/304.png", + "question": "Can you see a/an ground track field in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "21fccaa3-7875-4738-9a3b-747d1dcdcb0c", + "image_path": "images/305.png", + "question": "Does this image contain a/an basketball court?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "82b6aa13-332f-413b-a91e-01f510e5dff6", + "image_path": "images/306.png", + "question": "Does this image contain a/an tennis court?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2c98c23b-adc3-4510-8b7b-5cb6a4f493bb", + "image_path": "images/307.png", + "question": "Does this image feature a/an ground track field?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "7268cffd-cd58-4bc6-8528-b5ed0b34d1fb", + "image_path": "images/308.png", + "question": "Does this image feature a/an soccer ball field?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "112d442f-54db-43d1-a5d7-6e633ba1c4cf", + "image_path": "images/309.png", + "question": "Is a/an baseball diamond present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "cf401213-79ad-4ee7-81c7-44e783bd7193", + "image_path": "images/310.png", + "question": "Is a/an soccer ball field present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "4d63d850-9e16-4a93-88a2-e5c29c1301d5", + "image_path": "images/311.png", + "question": "Is a/an soccer ball field present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "6fff94ce-44f7-4e62-86e9-e3e177f5ee9e", + "image_path": "images/312.png", + "question": "Is there a/an baseball diamond in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "39849802-7db6-462c-a6bc-112de6805af2", + "image_path": "images/313.png", + "question": "Is there a/an soccer ball field in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "e7dcf12b-cdcd-4f7e-988f-831cbdd96bee", + "image_path": "images/314.png", + "question": "Is there a/an soccer ball field in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "67d47125-a9c5-4ccb-977e-ff0e60282fd3", + "image_path": "images/315.png", + "question": "Is a/an basketball court present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "a78dc264-4f3f-497f-adc0-ef30399ef87e", + "image_path": "images/316.png", + "question": "Does this image contain a/an ground track field?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "3379c55a-0974-4352-b96b-e779f3823b8e", + "image_path": "images/317.png", + "question": "Does this image contain a/an soccer ball field?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "5b4dc63a-950e-4845-b8a4-eb54e7c662ba", + "image_path": "images/318.png", + "question": "Is there a/an basketball court in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "b8e6482d-8852-42ac-86a2-5c389089647e", + "image_path": "images/319.png", + "question": "Does this image contain a/an ground track field?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "ccecf2fb-7745-48bb-b1ee-87a7efa274e0", + "image_path": "images/320.png", + "question": "Does this image contain a/an baseball diamond?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "ff1f7b9e-bce1-42b6-accf-560fd68aab0b", + "image_path": "images/321.png", + "question": "Is there a/an soccer ball field in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "bbcb148a-c85d-4ddb-af8f-38e46b802934", + "image_path": "images/322.png", + "question": "Does this image contain a/an baseball diamond?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "3694de5d-1069-48b7-8eba-a35e9ef258aa", + "image_path": "images/323.png", + "question": "Can you see a/an baseball diamond in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "a401c861-747d-4b98-8ddc-890fafc66a0d", + "image_path": "images/324.png", + "question": "Does this image contain a/an soccer ball field?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "fd712122-2330-46be-9615-28ad4d3ed2d4", + "image_path": "images/325.png", + "question": "Is there a/an soccer ball field in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "11a1a979-6407-43f8-9ab5-5d0312fa23ab", + "image_path": "images/326.png", + "question": "Is there a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "cedfff49-569a-4b3e-a90a-4743f0ee120e", + "image_path": "images/327.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "711221c0-122b-47ef-98ce-5e207a6fe0d6", + "image_path": "images/328.png", + "question": "Does this image feature a/an storage tank?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "8ecb19d1-1ec2-49e8-a2cd-67b13432dc1c", + "image_path": "images/329.png", + "question": "Does this image feature a/an storage tank?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "fe7e6525-6552-4c99-ad53-cc4d476ebe03", + "image_path": "images/330.png", + "question": "Can you see a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "682ac259-2091-4215-8f5f-7fec39b12dfe", + "image_path": "images/331.png", + "question": "Does this image feature a/an storage tank?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "d05f285d-632c-42b6-a466-9546ef2ddb39", + "image_path": "images/332.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "1a3a5a97-e44d-409d-9514-a32d9a07a9ff", + "image_path": "images/333.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "4c8bb191-8ee9-4238-b372-b431f1747429", + "image_path": "images/334.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "73e4d68f-4e43-4e03-b729-6f5262c5781b", + "image_path": "images/335.png", + "question": "Can you see a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7f57db4d-7940-488d-93c6-9abb5595590c", + "image_path": "images/336.png", + "question": "Is a/an storage tank present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "5d62b9a6-7aa8-4113-b6ff-2d958a63f935", + "image_path": "images/337.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "73b5581b-c12c-486a-bc96-a2df33913c93", + "image_path": "images/338.png", + "question": "Does this image feature a/an storage tank?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "ea942229-014e-4605-adb5-472658830705", + "image_path": "images/339.png", + "question": "Can you see a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "38e14811-9c29-422c-a540-36d47e34853b", + "image_path": "images/340.png", + "question": "Is there a/an storage tank in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "c3275744-6248-492c-b538-e700c4d5762f", + "image_path": "images/341.png", + "question": "Does this image feature a/an storage tank?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "4cbb08d2-8034-49bf-b16f-d90b9121532b", + "image_path": "images/342.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "70438e60-40b1-4dc3-b59e-872fc954d2a8", + "image_path": "images/343.png", + "question": "Is a/an storage tank present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "6d9b7331-5aac-4813-ac82-55726b3e562a", + "image_path": "images/344.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "161f160e-f7ee-44b2-904e-497a08070895", + "image_path": "images/345.png", + "question": "Is there a/an storage tank in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "bb692125-7254-4046-95c3-d2776f23b78f", + "image_path": "images/346.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "fc9392d4-95a2-4612-afe9-9e5a7cbe8ef2", + "image_path": "images/347.png", + "question": "Does this image contain a/an storage tank?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2217ad73-db20-4f25-8b29-7de0da7f7fbe", + "image_path": "images/348.png", + "question": "Is a/an storage tank present in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "dca80f34-bfab-490a-b2b5-f93426017e8f", + "image_path": "images/349.png", + "question": "Is there a/an storage tank in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "1baa10ac-8947-49bd-91c9-e243a9ed7932", + "image_path": "images/350.png", + "question": "Does this image contain a/an storage tank?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "34714ddb-0337-4eef-8989-49cc5862594a", + "image_path": "images/351.png", + "question": "Does this image feature a/an storage tank?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "3ae83fce-8ae7-4ec6-b792-b024ce9901b7", + "image_path": "images/352.png", + "question": "Is there a/an storage tank in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "3a800e5e-c110-4597-8e0d-27f7fc26fa53", + "image_path": "images/353.png", + "question": "Can you see a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7dde17b6-8485-4927-9a60-8f123e5b92b0", + "image_path": "images/354.png", + "question": "Can you see a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "db9e6dcc-b55d-406e-ac4a-a9d3fdf73b20", + "image_path": "images/355.png", + "question": "Can you see a/an storage tank in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "40c72825-c971-4b81-b56d-a20565451422", + "image_path": "images/356.png", + "question": "Is there a/an storage tank in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "39d3c24f-4888-47ae-8907-14df3e2454d0", + "image_path": "images/357.png", + "question": "Can you see a/an storage tank in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "7e7c0838-ad84-4f05-a774-d4d7e39fe2d6", + "image_path": "images/358.png", + "question": "Does this image contain a/an storage tank?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "12bc4cf2-dea6-46d9-b1b7-3827be4edcf0", + "image_path": "images/359.png", + "question": "Is there a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "3e0258be-8546-4617-bd4d-b00f322f559b", + "image_path": "images/360.png", + "question": "Is a/an storage tank present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "96655385-653b-47b9-a1fc-99d0daf9c3cf", + "image_path": "images/361.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "4a14ce50-c96a-4642-8ba1-65bb8f18711c", + "image_path": "images/362.png", + "question": "Does this image contain a/an storage tank?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "7ad79be7-4c9a-40a9-8e5b-ab86f0e5fa8b", + "image_path": "images/363.png", + "question": "Is there a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "80111ae8-fbb6-414d-893c-d87b05921730", + "image_path": "images/364.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "c6556299-b7cc-45cf-9c64-42fb73c177f2", + "image_path": "images/365.png", + "question": "Can you see a/an storage tank in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "31da84ee-8105-4e79-8b8f-be45084ab0fe", + "image_path": "images/366.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "9a49d7ab-3298-472d-a2b7-dd3ca2403d27", + "image_path": "images/367.png", + "question": "Is there a/an storage tank in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "46fdc9a0-e639-4f50-940b-c4ee6d98506a", + "image_path": "images/368.png", + "question": "Is a/an storage tank present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "8c64a854-2fd9-424d-886a-b7b509617fb7", + "image_path": "images/369.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "7fe18b94-9ac6-43aa-8802-6e74bc7af480", + "image_path": "images/370.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "047c142b-ddca-4a92-9f8b-66b1a8137790", + "image_path": "images/371.png", + "question": "Does this image feature a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "8a3d747f-ac6c-40cf-bc1e-169927594efa", + "image_path": "images/372.png", + "question": "Is a/an storage tank present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "f6032b8e-5a44-44c2-a087-acebf502d086", + "image_path": "images/373.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "36b0bddd-f19d-4688-b51f-26807924e640", + "image_path": "images/374.png", + "question": "Does this image feature a/an storage tank?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "643c5b63-6f1c-4e4d-998f-dc9e977fa611", + "image_path": "images/375.png", + "question": "Does this image feature a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "2e4541a8-b5bc-487f-a296-881770b79e37", + "image_path": "images/376.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "bde57459-e95a-4447-90c8-f61efe5336c9", + "image_path": "images/377.png", + "question": "Is there a/an storage tank in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "d43fc400-a6ba-418c-91e5-b4132ba04077", + "image_path": "images/378.png", + "question": "Is a/an storage tank present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "e4786e52-d4e8-445b-9605-c78832dcfaf4", + "image_path": "images/379.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "b3f2a684-5c95-4eeb-823a-ba6940fc9da9", + "image_path": "images/380.png", + "question": "Is there a/an storage tank in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "c68b47fa-9e67-4d71-912f-5311561c8233", + "image_path": "images/381.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "0d554a81-1e4d-47e7-b98f-a33705884dd8", + "image_path": "images/382.png", + "question": "Does this image feature a/an storage tank?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "e43e73d9-4228-4eee-85a4-bfffb0e87deb", + "image_path": "images/383.png", + "question": "Can you see a/an storage tank in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "406d4744-9d2b-41c3-9c70-99958de2ef9f", + "image_path": "images/384.png", + "question": "Can you see a/an storage tank in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "29daeb7f-e9dd-4987-86d1-0fd423489ceb", + "image_path": "images/385.png", + "question": "Is there a/an storage tank in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "224350fc-2d64-4550-9d60-19fe0cb6e0c4", + "image_path": "images/386.png", + "question": "Is a/an storage tank present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "86e42ec5-17f6-4aad-b32c-7b85f2a9e4b0", + "image_path": "images/387.png", + "question": "Is there a/an storage tank in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "C" + }, + { + "id": "c1e21bfe-e1bf-47e6-ac4d-16b6b10980a2", + "image_path": "images/388.png", + "question": "Is a/an storage tank present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "B" + }, + { + "id": "950af783-5d37-47fb-9019-64718df6af96", + "image_path": "images/389.png", + "question": "Does this image contain a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "42c9c645-c3ae-497a-89aa-8786ef5a306d", + "image_path": "images/390.png", + "question": "Does this image feature a/an storage tank?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "e358c9b6-b108-45f2-9d81-fb06882f0e15", + "image_path": "images/391.png", + "question": "Does this image feature a/an ship?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "6b5d4f2a-786c-43f4-8ebe-48c5c61f74ae", + "image_path": "images/392.png", + "question": "Can you see a/an ship in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "3af15327-1bd1-4c7d-aa77-ca6d8836d4b9", + "image_path": "images/393.png", + "question": "Is there a/an ship in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "f12d17c7-6042-4cdf-a789-d6a7dd97f75a", + "image_path": "images/394.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "52873e8d-e3b2-4d43-a120-d24d69e07310", + "image_path": "images/395.png", + "question": "Does this image feature a/an ship?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "29bf5661-d760-4510-a137-7767d3d134e3", + "image_path": "images/396.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "91a560a6-ac2e-4ce4-aa18-05e72f083cc0", + "image_path": "images/397.png", + "question": "Does this image contain a/an ship?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "64092524-a607-45a5-892a-2ce497138b69", + "image_path": "images/398.png", + "question": "Does this image contain a/an ship?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "afdaa52d-9d1d-451e-bd05-142da4f6c979", + "image_path": "images/399.png", + "question": "Does this image feature a/an ship?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "40e220c6-8adb-4d05-a472-dc9021b39463", + "image_path": "images/400.png", + "question": "Is there a/an ship in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "67a50048-1836-45e9-9022-507260d19c6c", + "image_path": "images/401.png", + "question": "Is there a/an ship in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "12657999-60a8-40af-952b-067c1bba5348", + "image_path": "images/402.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "11d99c53-7ae1-45cf-9530-6b681ded542c", + "image_path": "images/403.png", + "question": "Does this image feature a/an ship?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "6de2e2e4-d9d8-4fcb-b4df-06b2d54648dd", + "image_path": "images/404.png", + "question": "Does this image contain a/an ship?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "2aab5bce-efb3-47dd-bffa-85231f4fbade", + "image_path": "images/405.png", + "question": "Does this image feature a/an ship?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "9c2ccd93-b96c-4423-8fda-56e791ba6451", + "image_path": "images/406.png", + "question": "Does this image feature a/an ship?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "a351d079-ecfb-4ce6-89cc-2d84420576e5", + "image_path": "images/407.png", + "question": "Does this image contain a/an ship?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "3523556b-2b05-4c25-b5af-49dfb2eec637", + "image_path": "images/408.png", + "question": "Does this image contain a/an ship?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "03cd48dd-7879-42be-9477-3b4862ca1a3e", + "image_path": "images/409.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "f18bf7d5-d510-4089-aaa0-7fc1c9d4ab3b", + "image_path": "images/410.png", + "question": "Does this image feature a/an ship?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "0a90592e-ea1a-477b-96c6-569ec1f247b7", + "image_path": "images/411.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "6b4b91b8-ec16-469e-8539-95b3a62edee9", + "image_path": "images/412.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "b6e8baaa-34dd-4b65-84b2-aa9abb6060de", + "image_path": "images/413.png", + "question": "Can you see a/an ship in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "68853001-7b5f-43d0-a408-0e9d93e8a892", + "image_path": "images/414.png", + "question": "Does this image contain a/an ship?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "5c702ba2-ed48-4123-99a4-a8405a26a4ac", + "image_path": "images/415.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "701d31e2-57eb-4f75-ab26-92075b3fe024", + "image_path": "images/416.png", + "question": "Does this image contain a/an ship?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "7376f9a4-415e-438d-a19c-1b37ce48d642", + "image_path": "images/417.png", + "question": "Is there a/an ship in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "b7e5b506-e82e-4cde-9fa3-3f5b3bb2a0b4", + "image_path": "images/418.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "82bc96b1-ea13-4e50-9220-7369eba4f02b", + "image_path": "images/419.png", + "question": "Is there a/an ship in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "2535246e-bc24-410b-a6b4-5470b8aa2921", + "image_path": "images/420.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "5bae2532-5074-4993-b4ce-3996becf3653", + "image_path": "images/421.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "8c7dede9-e2a5-4931-8a5a-b4fe1954e694", + "image_path": "images/422.png", + "question": "Does this image contain a/an ship?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "c1759cbf-c01c-4b71-a197-b63ba5d35a82", + "image_path": "images/423.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "f2eb7464-9874-4344-87de-044797007ea8", + "image_path": "images/424.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "d05a6ba4-f0f4-42ad-ab28-d6255112f253", + "image_path": "images/425.png", + "question": "Is a/an ship present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "89a6e69e-b692-432d-a49d-8f1562e63b34", + "image_path": "images/426.png", + "question": "Does this image feature a/an ship?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "2d6419c8-9b3d-4008-9064-5bcd7e2305c5", + "image_path": "images/427.png", + "question": "Is a/an ship present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "4bdc4531-1bed-4d9a-8b56-ecc5d9648dbb", + "image_path": "images/428.png", + "question": "Is a/an ship present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "fc7f54d7-f2b2-4cba-8324-0066ed08053c", + "image_path": "images/429.png", + "question": "Does this image feature a/an ship?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "efb28577-77a7-490a-9c18-eb111c9ffeed", + "image_path": "images/430.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "79452d4c-0dfc-4f06-ab42-3cd341138cee", + "image_path": "images/431.png", + "question": "Does this image feature a/an ship?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "68f3e148-8ff6-45f3-b345-6dc1c166b1fd", + "image_path": "images/432.png", + "question": "Can you see a/an ship in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "0136b0b6-ccb4-40c0-90f9-284f2c643287", + "image_path": "images/433.png", + "question": "Does this image feature a/an ship?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "510eecee-2315-4a6e-826f-bd383b5b6098", + "image_path": "images/434.png", + "question": "Does this image contain a/an ship?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "ef8120fa-2e23-4ee1-839b-229b3e8e78ec", + "image_path": "images/435.png", + "question": "Is a/an ship present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "2dc1346a-5b44-4c64-8a9b-1c545285e719", + "image_path": "images/436.png", + "question": "Is a/an ship present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "d73cc04a-4df3-4ae1-819d-73800fe7bd60", + "image_path": "images/437.png", + "question": "Is there a/an ship in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "34dba5c9-c811-4b21-b4b7-e8310f759ddb", + "image_path": "images/438.png", + "question": "Can you see a/an ship in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "f2802cee-4303-43be-90ea-ce33b8672959", + "image_path": "images/439.png", + "question": "Does this image contain a/an ship?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "093dd660-7729-4e25-a878-faa91577b266", + "image_path": "images/440.png", + "question": "Does this image contain a/an ship?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "8c5377de-8338-4c9b-8cda-227192327551", + "image_path": "images/441.png", + "question": "Is a/an ship present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "83ca05a3-ae3e-4321-9166-b3dc10c802cc", + "image_path": "images/442.png", + "question": "Is there a/an ship in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "dc5dd482-bf60-46fb-a37f-4dbe0944f4be", + "image_path": "images/443.png", + "question": "Does this image contain a/an ship?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "d81b2ceb-d5af-4ba7-89ea-74a8b85192d6", + "image_path": "images/444.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "3045b6c2-987e-4468-80db-e988700e1a9c", + "image_path": "images/445.png", + "question": "Does this image feature a/an ship?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "99209c9c-e734-4a9c-b849-83efa2b4ffe9", + "image_path": "images/446.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "b1890e08-9e5d-4dc7-8099-bc3979a2ab74", + "image_path": "images/447.png", + "question": "Is a/an ship present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "5c4da56a-a50d-4a08-9046-43687c1fc903", + "image_path": "images/448.png", + "question": "Is there a/an ship in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "cd5799c2-ecd4-449a-b965-e76a96daa964", + "image_path": "images/449.png", + "question": "Is there a/an ship in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "db17dcbd-fc54-4e6c-b4d6-efc013072670", + "image_path": "images/450.png", + "question": "Does this image feature a/an ship?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "0d9f25ec-d0e7-4c5c-8aa7-515551276b31", + "image_path": "images/451.png", + "question": "Does this image contain a/an ship?\nA.No\nB.can't judge\nC.Yes", + "answer": "A" + }, + { + "id": "21ea136a-74a4-499b-89fa-1d0837272fee", + "image_path": "images/452.png", + "question": "Is there a/an ship in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "9404ec0f-2cd3-4e18-b337-41ee404e5eb0", + "image_path": "images/453.png", + "question": "Does this image feature a/an ship?\nA.can't judge\nB.No\nC.Yes", + "answer": "B" + }, + { + "id": "2646d41b-edcf-4727-a89b-90f7bb4b6ac7", + "image_path": "images/454.png", + "question": "Can you see a/an ship in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "e66af453-e96e-4efc-9c4f-47b58a7ab1f0", + "image_path": "images/455.png", + "question": "Is a/an ship present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "A" + }, + { + "id": "96af4acb-5bc3-4185-bca2-c7796bfdb0ab", + "image_path": "images/456.png", + "question": "Does this image feature a/an harbor?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "da24199e-096f-45b3-aecf-36e657987d5a", + "image_path": "images/457.png", + "question": "Is there a/an harbor in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "74a4cc10-e0e2-4673-84ce-a0b200a0384f", + "image_path": "images/458.png", + "question": "Is a/an harbor present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "a5fd46ca-bc0e-4933-97b5-5becf9f50aeb", + "image_path": "images/459.png", + "question": "Does this image feature a/an harbor?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "6a568be5-aa1f-4585-918a-a2a7c28ebc6e", + "image_path": "images/460.png", + "question": "Does this image feature a/an harbor?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "081754e1-5bd5-4cd8-9cad-ac03f657c8fc", + "image_path": "images/461.png", + "question": "Does this image feature a/an harbor?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "29f50e6e-6676-45b4-a7ba-4fd1601213d1", + "image_path": "images/462.png", + "question": "Is a/an harbor present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "fc0d4706-2661-4719-872a-fb206e02fd57", + "image_path": "images/463.png", + "question": "Is there a/an harbor in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "291940e8-bc4e-40ca-aa0c-0c12b1f613cc", + "image_path": "images/464.png", + "question": "Is a/an harbor present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "1d0f0ea3-b715-43b7-9442-ef459f9fc5dc", + "image_path": "images/465.png", + "question": "Can you see a/an harbor in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "79fb89c0-589d-4548-b3fc-fc8d6f54afef", + "image_path": "images/466.png", + "question": "Is there a/an harbor in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "3fd42807-aa00-42c9-8852-8a7e7c98febc", + "image_path": "images/467.png", + "question": "Does this image feature a/an harbor?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "061120e7-0135-4d2d-8ce0-508e2055ada1", + "image_path": "images/468.png", + "question": "Is a/an harbor present in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "7bf6ef47-7122-42d1-9ce4-089dcb95e5d8", + "image_path": "images/469.png", + "question": "Is there a/an harbor in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "381c6287-5636-4e07-9d49-d041cab244f4", + "image_path": "images/470.png", + "question": "Is there a/an harbor in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "5bdc82ea-6eb5-4920-9f65-5776c6af98a0", + "image_path": "images/471.png", + "question": "Does this image feature a/an harbor?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "f81c94be-3f03-4caa-a344-886731820e32", + "image_path": "images/472.png", + "question": "Is a/an harbor present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "a1fde6f0-d598-4647-83b6-b5658f1d6894", + "image_path": "images/473.png", + "question": "Does this image contain a/an harbor?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "438719b1-c966-4907-bf18-32ef0e6c1bb6", + "image_path": "images/474.png", + "question": "Is a/an harbor present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "f199ac65-a482-403b-8acc-d3de3f19d018", + "image_path": "images/475.png", + "question": "Can you see a/an harbor in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "d24b2f3e-3cde-4cf9-b59d-657d6287cc30", + "image_path": "images/476.png", + "question": "Is there a/an harbor in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "8b6a31fd-1dd7-4e0a-adda-fc96e01d3dcb", + "image_path": "images/477.png", + "question": "Is there a/an harbor in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "41cef6d8-4075-4341-92c4-9e89e06bf99a", + "image_path": "images/478.png", + "question": "Can you see a/an harbor in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "ce446e6c-fc79-4cac-b0df-2ecdc271d16d", + "image_path": "images/479.png", + "question": "Can you see a/an harbor in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "c6c2d373-d1ed-4092-900d-0cf57936ac02", + "image_path": "images/480.png", + "question": "Does this image contain a/an harbor?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "d42bd67d-77ab-4fb9-b802-d436d37fe600", + "image_path": "images/481.png", + "question": "Is a/an harbor present in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "80f11404-1c21-4e7f-9c6f-15df01dd4915", + "image_path": "images/482.png", + "question": "Does this image feature a/an harbor?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "f2019cd1-2ff2-4682-9e41-47092baf26b8", + "image_path": "images/483.png", + "question": "Does this image contain a/an harbor?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "fc87acd9-8e2e-41e7-9d4f-aedf70c604d0", + "image_path": "images/484.png", + "question": "Is there a/an harbor in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "dbf0885e-8c19-4a52-890a-be97c5880309", + "image_path": "images/485.png", + "question": "Does this image contain a/an harbor?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "67167015-2f98-4cfb-b170-36fde13c16f5", + "image_path": "images/486.png", + "question": "Does this image contain a/an harbor?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "8d5d7dff-19f1-4ed1-9289-0fc63f252d94", + "image_path": "images/487.png", + "question": "Is there a/an harbor in this image?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "ac8faa71-a744-4a74-88b7-71230ecf39a6", + "image_path": "images/488.png", + "question": "Does this image contain a/an harbor?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "233a234b-ace3-4f5e-b140-39c638b9ed79", + "image_path": "images/489.png", + "question": "Is a/an harbor present in this image?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + }, + { + "id": "3f7638e5-0f5e-4211-b083-efbd4a70d866", + "image_path": "images/490.png", + "question": "Can you see a/an harbor in this image?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "066451ad-f93d-403c-9714-0a3960adaa22", + "image_path": "images/491.png", + "question": "Does this image feature a/an harbor?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "f7f35ff2-8bc0-4cee-8d32-41e64fb6da84", + "image_path": "images/492.png", + "question": "Does this image feature a/an harbor?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "66babf5b-587a-4a9b-af73-7f0a3ea4372c", + "image_path": "images/493.png", + "question": "Is a/an harbor present in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "78691f69-3628-4ab7-ad9b-1053425b63e0", + "image_path": "images/494.png", + "question": "Does this image feature a/an harbor?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "3d94f4fe-edec-404b-a0af-085a19f2a0cc", + "image_path": "images/495.png", + "question": "Is a/an harbor present in this image?\nA.Yes\nB.can't judge\nC.No", + "answer": "A" + }, + { + "id": "6c3ed0f0-1b13-4377-8b98-fb869083fe30", + "image_path": "images/496.png", + "question": "Does this image feature a/an harbor?\nA.Yes\nB.No\nC.can't judge", + "answer": "A" + }, + { + "id": "e2206422-59b9-4bcd-b051-077b272422c5", + "image_path": "images/497.png", + "question": "Can you see a/an harbor in this image?\nA.can't judge\nB.No\nC.Yes", + "answer": "C" + }, + { + "id": "c4928dd0-401d-438e-bb36-9a71be57704f", + "image_path": "images/498.png", + "question": "Can you see a/an harbor in this image?\nA.No\nB.can't judge\nC.Yes", + "answer": "C" + }, + { + "id": "5e90122d-983b-4272-9c02-aae54357a623", + "image_path": "images/499.png", + "question": "Does this image contain a/an harbor?\nA.No\nB.Yes\nC.can't judge", + "answer": "B" + }, + { + "id": "acf53b26-e971-4730-8376-f0876a74f3e8", + "image_path": "images/500.png", + "question": "Does this image contain a/an harbor?\nA.can't judge\nB.Yes\nC.No", + "answer": "B" + } +] \ No newline at end of file diff --git a/perception/single_instance_identification/visual_grounding/images/1.png b/perception/single_instance_identification/visual_grounding/images/1.png new file mode 100644 index 0000000000000000000000000000000000000000..a19727ea513351bdc90456f4c15e85e0b614d896 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64085047cf445b4700aacca8dcba8d228ce9d273e439c035bbe90b0329f36f24 +size 994863 diff --git a/perception/single_instance_identification/visual_grounding/images/10.png b/perception/single_instance_identification/visual_grounding/images/10.png new file mode 100644 index 0000000000000000000000000000000000000000..5731750bc37fc14d8f2cdad80d5ee1b48130f09a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2c4fc45ae094f43c52fcb12f9a2e91cfcd3f12acc82ef3ae7ab06cfddf56c7 +size 903480 diff --git a/perception/single_instance_identification/visual_grounding/images/100.png b/perception/single_instance_identification/visual_grounding/images/100.png new file mode 100644 index 0000000000000000000000000000000000000000..43683faad16f0d8e0355739e43a8fe4391be4390 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3874570b873bdf4805bfaba608c3bff5574236b4ed967c9b0fa1ede0f2e3a3 +size 1079663 diff --git a/perception/single_instance_identification/visual_grounding/images/101.png b/perception/single_instance_identification/visual_grounding/images/101.png new file mode 100644 index 0000000000000000000000000000000000000000..31bb8f0408620758be7ef48ab1d8cb6111593a93 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7922477309dfe54b6c134f007ecbcc32b7fd8d1a4f0f5b55ea1ba8f1558c5a60 +size 341736 diff --git a/perception/single_instance_identification/visual_grounding/images/102.png b/perception/single_instance_identification/visual_grounding/images/102.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2d6037ba1efdc9cc51b303c226d594c4bf2862 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fc740292eb1e69ecdc721e6e57d9b38827ca6af114a5c2a084315650f8b342 +size 1060001 diff --git a/perception/single_instance_identification/visual_grounding/images/103.png b/perception/single_instance_identification/visual_grounding/images/103.png new file mode 100644 index 0000000000000000000000000000000000000000..15274e7933f14acd5adaeb5f6dfa708a6a6f6eee --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b10c785d5d164b142bb212866c678219330bcb59d372514c415cbdc3e485048 +size 1051549 diff --git a/perception/single_instance_identification/visual_grounding/images/104.png b/perception/single_instance_identification/visual_grounding/images/104.png new file mode 100644 index 0000000000000000000000000000000000000000..23e68af876afef7894ffe50f5963640ce8fa8f40 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2df68bc714824b6d168a20f80e0f648b08687bb5216b14cae7c207eeedce5f9 +size 834786 diff --git a/perception/single_instance_identification/visual_grounding/images/105.png b/perception/single_instance_identification/visual_grounding/images/105.png new file mode 100644 index 0000000000000000000000000000000000000000..572cfd610bb0d7ec6cab908c8559644b0af46788 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a6d2744394c79e7f9676d1bbaa9b4751acf8a867bd161a9cd5a7ccea960c97 +size 1425000 diff --git a/perception/single_instance_identification/visual_grounding/images/106.png b/perception/single_instance_identification/visual_grounding/images/106.png new file mode 100644 index 0000000000000000000000000000000000000000..6f12b4ea5f56881b1deab5051b7fed6ae0ffcf46 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbabc8c2790901e369d07d8a8a7e2521badab615921d615d80a0922d8f538ef6 +size 576257 diff --git a/perception/single_instance_identification/visual_grounding/images/107.png b/perception/single_instance_identification/visual_grounding/images/107.png new file mode 100644 index 0000000000000000000000000000000000000000..826c399e5d1d85ac44e71fbd7dc1d615f696a611 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637e6efe6723a700e5cfa74778961e17feba64e37cb6d999e6bdcaf97eabd11a +size 892258 diff --git a/perception/single_instance_identification/visual_grounding/images/108.png b/perception/single_instance_identification/visual_grounding/images/108.png new file mode 100644 index 0000000000000000000000000000000000000000..786a8de8b2e0ad02aa02406301c4015b688cf1e3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988d0be2d5e28ad7586020416ff1a017a610741ee1489abdaa094691d65690f5 +size 944801 diff --git a/perception/single_instance_identification/visual_grounding/images/109.png b/perception/single_instance_identification/visual_grounding/images/109.png new file mode 100644 index 0000000000000000000000000000000000000000..7815e9088bffe5d4e6e5e82a9fef5198f8522b00 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f59d3c81e764895d4a4552fe723802cb57726335cac95c24b6eb15ed86b82b +size 791072 diff --git a/perception/single_instance_identification/visual_grounding/images/11.png b/perception/single_instance_identification/visual_grounding/images/11.png new file mode 100644 index 0000000000000000000000000000000000000000..921a7449b5702761bd6b7956d544903ea9f71bc6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08062d6303c71463a508b60b448311963cad5d053918703a936fe144ca71dd1 +size 1317900 diff --git a/perception/single_instance_identification/visual_grounding/images/110.png b/perception/single_instance_identification/visual_grounding/images/110.png new file mode 100644 index 0000000000000000000000000000000000000000..801adeff2e6f31e45beb10d47af0939458b52ec4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2724d1da4fd5b323241542b05592f20d589755083af042102fa364b85d563390 +size 777713 diff --git a/perception/single_instance_identification/visual_grounding/images/111.png b/perception/single_instance_identification/visual_grounding/images/111.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb5cfbbebd7f7d9586c0fabd93586c7d0078991 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6c851ba7fb5b77a943d4063217d292c86bcc58384a9513eaeecff1fa24e9a3 +size 803802 diff --git a/perception/single_instance_identification/visual_grounding/images/112.png b/perception/single_instance_identification/visual_grounding/images/112.png new file mode 100644 index 0000000000000000000000000000000000000000..248e0b7b68e2ee84a4064698d743865e159cc035 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66faee2cc1b065b32b4a5af0b090771acc7d7a0b1a19d707f7d2e190b653e13c +size 1187516 diff --git a/perception/single_instance_identification/visual_grounding/images/113.png b/perception/single_instance_identification/visual_grounding/images/113.png new file mode 100644 index 0000000000000000000000000000000000000000..c12b15eb27822b0b9383b0849c18c97834ecf45a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13791fbf972bd358d19a9b475c2d72a6295c3d011b0753424dfa42f5643d21c5 +size 930841 diff --git a/perception/single_instance_identification/visual_grounding/images/114.png b/perception/single_instance_identification/visual_grounding/images/114.png new file mode 100644 index 0000000000000000000000000000000000000000..939eb88d26dd9d342c91011700acabe50ac274b0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b0c32f8b2318586ab64085d0d371081a7c8d404e125199e055c681ca87f90d +size 956744 diff --git a/perception/single_instance_identification/visual_grounding/images/115.png b/perception/single_instance_identification/visual_grounding/images/115.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa6677d4ca2dd945dfbc77f72ce12214456f6d6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81d1c1f1ade74d99cab891302a5b801a5663e24c42a4710730c997ba4d0bf42 +size 569754 diff --git a/perception/single_instance_identification/visual_grounding/images/116.png b/perception/single_instance_identification/visual_grounding/images/116.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9c3b47662a0e137ad8a8b39650db5ad7d4fdfe --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7574355aaecf1a3f1f17e6b5608ca8796fa5ebfe3505037ffcda9ad2122c2c +size 1144807 diff --git a/perception/single_instance_identification/visual_grounding/images/117.png b/perception/single_instance_identification/visual_grounding/images/117.png new file mode 100644 index 0000000000000000000000000000000000000000..e5304583bdc3d0c83d4610e83fa4352bce079762 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a1af3be5988b4afe20e2b775649e09665ab517f83f92e1b1956e8347d78520 +size 706914 diff --git a/perception/single_instance_identification/visual_grounding/images/118.png b/perception/single_instance_identification/visual_grounding/images/118.png new file mode 100644 index 0000000000000000000000000000000000000000..938b65d1e66cbe247b9236866ff21befa9ae40bf --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6ebb7418879b3d7a4f9b911cb89cad72f4caa2791d56f4b9ec7bdb666be8df +size 620110 diff --git a/perception/single_instance_identification/visual_grounding/images/119.png b/perception/single_instance_identification/visual_grounding/images/119.png new file mode 100644 index 0000000000000000000000000000000000000000..577432be87e6a4189db264bd0766aaa64d49f844 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38135da7d62c8e12c5091e8ba961049377c1559e1884dcfae25dd552ab867c48 +size 280457 diff --git a/perception/single_instance_identification/visual_grounding/images/12.png b/perception/single_instance_identification/visual_grounding/images/12.png new file mode 100644 index 0000000000000000000000000000000000000000..3fafc04454be8e8066d0a8964a65c6c863295aa6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5541b8f5c27bf177174b78e079dfb8a18f729184ecd9b1415e3b361152451d2d +size 810847 diff --git a/perception/single_instance_identification/visual_grounding/images/120.png b/perception/single_instance_identification/visual_grounding/images/120.png new file mode 100644 index 0000000000000000000000000000000000000000..441415705766256a5fb17183a55123d1784cbbaa --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1dec04e5c4e71c329b965166a737e8ddc384065d600880fbed012a9dffe9bd +size 1439269 diff --git a/perception/single_instance_identification/visual_grounding/images/121.png b/perception/single_instance_identification/visual_grounding/images/121.png new file mode 100644 index 0000000000000000000000000000000000000000..6522fb345a5dd4bf0cda2a07bba516b4eb1f6da7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627d1d36de17ee591d6926de2f536d7731c164fe3af81ba879d3921ea81174d6 +size 923256 diff --git a/perception/single_instance_identification/visual_grounding/images/122.png b/perception/single_instance_identification/visual_grounding/images/122.png new file mode 100644 index 0000000000000000000000000000000000000000..fb83bf616e80650fc8c1c5ed75d658184e4685ed --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96a93ffeb1998c671048b580f132bbcf4696d416ee9b1940e6d2b4d62232ab4 +size 1178895 diff --git a/perception/single_instance_identification/visual_grounding/images/123.png b/perception/single_instance_identification/visual_grounding/images/123.png new file mode 100644 index 0000000000000000000000000000000000000000..3acaa020e73b6c13e43aa9da5a5de701e0eea148 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4a4eece359b2b97ec72fe1c72a6140dbd97d38100573d4b59a92ba53b1b8e0 +size 1378467 diff --git a/perception/single_instance_identification/visual_grounding/images/124.png b/perception/single_instance_identification/visual_grounding/images/124.png new file mode 100644 index 0000000000000000000000000000000000000000..b80f22dd0b071f9bfb86cf01202321b0cf63641c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055d303f751912f598837352bb66ccf27a3de0e1af878c9219242a3cc0602ec6 +size 709397 diff --git a/perception/single_instance_identification/visual_grounding/images/125.png b/perception/single_instance_identification/visual_grounding/images/125.png new file mode 100644 index 0000000000000000000000000000000000000000..fda4f9259450f1a701f8cd21592233ede767ea46 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc1dfa3de9a72af40dbe779cb9025134ee5b73ad1bd0c783c06b74bbd9bfbdf +size 1062706 diff --git a/perception/single_instance_identification/visual_grounding/images/126.png b/perception/single_instance_identification/visual_grounding/images/126.png new file mode 100644 index 0000000000000000000000000000000000000000..bba033cc9615b0a49a0f99d09db6c31b7b436d2a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88edf620b5402addb9c41c0963ab4fd6f3c67296550e46f928574ec4ab4bc70 +size 810603 diff --git a/perception/single_instance_identification/visual_grounding/images/127.png b/perception/single_instance_identification/visual_grounding/images/127.png new file mode 100644 index 0000000000000000000000000000000000000000..8d28ef09222756136b828f56a6e84df2b1fe73c9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a5807f720f7330c1cb67499ab4e67d5abab7946f7e66814d1a9fd3cc1398bb +size 941745 diff --git a/perception/single_instance_identification/visual_grounding/images/128.png b/perception/single_instance_identification/visual_grounding/images/128.png new file mode 100644 index 0000000000000000000000000000000000000000..44c9c4ee43f573c7df675d68c6db9c457ca2544a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046f497d22dd511ea75819a4b2fcd54580495a77d00d9e982ef866a0c505885b +size 305407 diff --git a/perception/single_instance_identification/visual_grounding/images/129.png b/perception/single_instance_identification/visual_grounding/images/129.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd0e3ce228640e5de44453d2620394d4c9ae8e2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed37ea54f70b3138a17a1991ddd4320554691348b789b65236f217ff11607093 +size 1642652 diff --git a/perception/single_instance_identification/visual_grounding/images/13.png b/perception/single_instance_identification/visual_grounding/images/13.png new file mode 100644 index 0000000000000000000000000000000000000000..9065eb3b066b50d5258be9263162cf6a911f3aaf --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26793f1760b6f1c8307a721987971a791b7aaf08af38406b8711970d1f87c12 +size 783182 diff --git a/perception/single_instance_identification/visual_grounding/images/130.png b/perception/single_instance_identification/visual_grounding/images/130.png new file mode 100644 index 0000000000000000000000000000000000000000..8845e14cbdf19047f319225a82d321878d32e2f0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3d1480e7bb0eb8eb92b1ca36b9d0604abf275ee9f235a18145b1551473d619 +size 879487 diff --git a/perception/single_instance_identification/visual_grounding/images/131.png b/perception/single_instance_identification/visual_grounding/images/131.png new file mode 100644 index 0000000000000000000000000000000000000000..36a1bdbd933138dcd4c10fd1fd7e99b5b6945684 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537977cb8c153640671b188a3c15fa55d4940f787b078b4cae52814745cfd733 +size 605108 diff --git a/perception/single_instance_identification/visual_grounding/images/132.png b/perception/single_instance_identification/visual_grounding/images/132.png new file mode 100644 index 0000000000000000000000000000000000000000..ddfb055326b70be6d20eca16a21c4d03c2329a2f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdce246f6017179917c0e0827f4422cae2194b81bc207173ac8c62edd4fb997d +size 592156 diff --git a/perception/single_instance_identification/visual_grounding/images/133.png b/perception/single_instance_identification/visual_grounding/images/133.png new file mode 100644 index 0000000000000000000000000000000000000000..0ebc37ee1792631e65c46c533aed201ed18903f0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b883a9fc32f4ad85917b28c1e7d6a04d08c0f57940dc53f759bd8174f0bb8b4 +size 1213200 diff --git a/perception/single_instance_identification/visual_grounding/images/134.png b/perception/single_instance_identification/visual_grounding/images/134.png new file mode 100644 index 0000000000000000000000000000000000000000..db6bf46143dc86f498e940bb6922b5707f961a2b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22909cdd170a9d143e0289318df323157d530bdabe4cc8b59a91e84dd181284 +size 1400817 diff --git a/perception/single_instance_identification/visual_grounding/images/135.png b/perception/single_instance_identification/visual_grounding/images/135.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed614d994e7bbefa42de67738657a323f8c2e0e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a22c2cdb01da7b0388f6637af791b047d61321e6871953c42e216e97d81b4b2 +size 710659 diff --git a/perception/single_instance_identification/visual_grounding/images/136.png b/perception/single_instance_identification/visual_grounding/images/136.png new file mode 100644 index 0000000000000000000000000000000000000000..4f64f3cd976e48a756789e9a378c15bf932d87ad --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6627515107dbee99aead58f796a2a9dad31adee0305902e86b47393e6c8f72 +size 787612 diff --git a/perception/single_instance_identification/visual_grounding/images/137.png b/perception/single_instance_identification/visual_grounding/images/137.png new file mode 100644 index 0000000000000000000000000000000000000000..f99965ef89db5e3a1342d3d9ff992f3b9221d231 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696507de4299608ca686847664f297f3c2b02c59f15fa8528b62e71c860fc723 +size 1455082 diff --git a/perception/single_instance_identification/visual_grounding/images/138.png b/perception/single_instance_identification/visual_grounding/images/138.png new file mode 100644 index 0000000000000000000000000000000000000000..e9693328986fa3947dab40d76cc409d45062a246 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfcd8a972aee5cb42a44f6abf9f210c4a5cf79eabe5b1719251f8cb16fbe86c +size 1119164 diff --git a/perception/single_instance_identification/visual_grounding/images/139.png b/perception/single_instance_identification/visual_grounding/images/139.png new file mode 100644 index 0000000000000000000000000000000000000000..873204d719cd7a64b2cc85d1f4b3f59a8280762d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd27427c42fd5183985e74ae06b442835f0e927d54e20991d9d53346ff88d6bb +size 1027378 diff --git a/perception/single_instance_identification/visual_grounding/images/14.png b/perception/single_instance_identification/visual_grounding/images/14.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc29d25ad831f760dcc06ef9f48c681ce56e8d9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80df14fe3544b0ce0ddfc66a2aa587e4ca5322b9e6744f5de552bb37220f647d +size 1441285 diff --git a/perception/single_instance_identification/visual_grounding/images/140.png b/perception/single_instance_identification/visual_grounding/images/140.png new file mode 100644 index 0000000000000000000000000000000000000000..370967691d44d525ad539ea88ebe8bd65cdd1652 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32f24a22a9435a053b1133b81285dfaa432c2083ffc255275f1a68a51b1a8b1 +size 655198 diff --git a/perception/single_instance_identification/visual_grounding/images/141.png b/perception/single_instance_identification/visual_grounding/images/141.png new file mode 100644 index 0000000000000000000000000000000000000000..e93e4ae65017b99f7bc1474e134e0e3a3b6212e1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5395e3227f82c7cff520e39f4d373c2772cb3eaa385c3ef554c7f62bd0ce442e +size 721700 diff --git a/perception/single_instance_identification/visual_grounding/images/142.png b/perception/single_instance_identification/visual_grounding/images/142.png new file mode 100644 index 0000000000000000000000000000000000000000..90b27e16d801a9ecaa1b025a41dc20787e293161 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419e6000fe146effb69c8f92ebbbc93d270c2deaef5759211aa9c1d5084f5f19 +size 886082 diff --git a/perception/single_instance_identification/visual_grounding/images/143.png b/perception/single_instance_identification/visual_grounding/images/143.png new file mode 100644 index 0000000000000000000000000000000000000000..9c224e27b9ced04ce9b99d53703b62ce7a2ca733 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ba9fcda43b92f09e8a66501660f04aa61c3c6a18650cdb4d10e2388413faa1 +size 886284 diff --git a/perception/single_instance_identification/visual_grounding/images/144.png b/perception/single_instance_identification/visual_grounding/images/144.png new file mode 100644 index 0000000000000000000000000000000000000000..19518c25fed918fa0d99d5b33e3943a03b094ea7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d758f4dd995f2aa3c8981596184f1ea1b6c4e7444c56f820b06db8fff985f9a +size 991158 diff --git a/perception/single_instance_identification/visual_grounding/images/145.png b/perception/single_instance_identification/visual_grounding/images/145.png new file mode 100644 index 0000000000000000000000000000000000000000..a93f4920b554ac07f6c946894f7c89c4dda43336 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a1753239a3c104fed2dfcf1873a81e8ad278995894a3f14f4ffb98068ba9b5 +size 1438042 diff --git a/perception/single_instance_identification/visual_grounding/images/146.png b/perception/single_instance_identification/visual_grounding/images/146.png new file mode 100644 index 0000000000000000000000000000000000000000..81a87badcd7a932adf05b6976afef5f5dff04545 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7ce41072df704b21004c9311913cfbf00c1bab3a43f4e5d525763e193cb254 +size 881252 diff --git a/perception/single_instance_identification/visual_grounding/images/147.png b/perception/single_instance_identification/visual_grounding/images/147.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccf3630289e7d2431325366deddc0cfd1407374 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f57873d78d058e9090aa0288f843edf3638d4e46031c8fa10d28de6720d4e8 +size 1036336 diff --git a/perception/single_instance_identification/visual_grounding/images/148.png b/perception/single_instance_identification/visual_grounding/images/148.png new file mode 100644 index 0000000000000000000000000000000000000000..fe8239df82ce9f3bdd0bd0c633fd106c5736c290 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef67c393fccba615a10a6140a67b84678e5e3e42fff7b774cacaeba606226be0 +size 1282683 diff --git a/perception/single_instance_identification/visual_grounding/images/149.png b/perception/single_instance_identification/visual_grounding/images/149.png new file mode 100644 index 0000000000000000000000000000000000000000..78928a4362cea522ab20caaa3d2f8b95a19f6fd9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428fef43dfbab9ff40202d5b10be0412d9b2d3f580c5ecccb99a0c0ab1c61f4d +size 1209348 diff --git a/perception/single_instance_identification/visual_grounding/images/15.png b/perception/single_instance_identification/visual_grounding/images/15.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ca804715ec87c24beeab14e1b8c64d1f69a2a9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3426b71449c874223e7b777b4107645c6e05c2e4745ee3d46642e94cad5a5df0 +size 856826 diff --git a/perception/single_instance_identification/visual_grounding/images/150.png b/perception/single_instance_identification/visual_grounding/images/150.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6f11dac86b07a3a20c71096e5cba2910999b1b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906ae787bdbfb880271c2ee16b85874e829894cc9039864c2d4d5b52d0103ea2 +size 648718 diff --git a/perception/single_instance_identification/visual_grounding/images/151.png b/perception/single_instance_identification/visual_grounding/images/151.png new file mode 100644 index 0000000000000000000000000000000000000000..290855397273b1a5d770dfb3b36557ad1c93e26d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31d235ec04732c4b9a19dc79472c6477129e38a03341acb466cdb3ca888344b +size 1127885 diff --git a/perception/single_instance_identification/visual_grounding/images/152.png b/perception/single_instance_identification/visual_grounding/images/152.png new file mode 100644 index 0000000000000000000000000000000000000000..8da32b3d7624bdace995920321ae899e47032845 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef590dfbb0da6a4b1f8a47edbfc73fb032109c4659c6aa66a2d5be180871179 +size 1373728 diff --git a/perception/single_instance_identification/visual_grounding/images/153.png b/perception/single_instance_identification/visual_grounding/images/153.png new file mode 100644 index 0000000000000000000000000000000000000000..a120861e4981301c195b7a24cf46a50b28414951 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db11a8f0929da241b6997161f90b231944bad90386b9863fff668a0985258cc2 +size 808023 diff --git a/perception/single_instance_identification/visual_grounding/images/154.png b/perception/single_instance_identification/visual_grounding/images/154.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2704ea8df290120e872ebb080ef7c8b11614d9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a89734d1bb3597eea81568df2d9b97202bc6eceba1f539ec63a12ab98f93533 +size 1467553 diff --git a/perception/single_instance_identification/visual_grounding/images/155.png b/perception/single_instance_identification/visual_grounding/images/155.png new file mode 100644 index 0000000000000000000000000000000000000000..48eeed7516b287b3f6726d5fa381c616ef73e792 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b993795be215cec9cbe0c41d3af674960f6ce59ff638804003784a417ef1b +size 1104596 diff --git a/perception/single_instance_identification/visual_grounding/images/156.png b/perception/single_instance_identification/visual_grounding/images/156.png new file mode 100644 index 0000000000000000000000000000000000000000..018596d63af10e1c6cd71af6025737c3378fe75a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2dfd3c8129acc773ab5cf488f7507568a22a4b29d186879d0e60d12bc93087 +size 1201031 diff --git a/perception/single_instance_identification/visual_grounding/images/157.png b/perception/single_instance_identification/visual_grounding/images/157.png new file mode 100644 index 0000000000000000000000000000000000000000..b71cf99617c6031cc6cd4e8e2b81698e737e14ab --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1cbc2ba01ee2fa0459687cb034dfacce417626bb8c9e960c93d8b264e26120 +size 869502 diff --git a/perception/single_instance_identification/visual_grounding/images/158.png b/perception/single_instance_identification/visual_grounding/images/158.png new file mode 100644 index 0000000000000000000000000000000000000000..415ebe210a91a1182e16e6e73692e080614aa086 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db48750d4dd45b9f226ef35e3675156f860f1d0745f923284207fb16122e1a7d +size 829069 diff --git a/perception/single_instance_identification/visual_grounding/images/159.png b/perception/single_instance_identification/visual_grounding/images/159.png new file mode 100644 index 0000000000000000000000000000000000000000..ad55ea2d8e0beffd47c1c45229cacf4f373d1f49 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18da9932e33a6f56875deef33b75992d378ffec74eb0a6376e06ca645a53bb86 +size 1306574 diff --git a/perception/single_instance_identification/visual_grounding/images/16.png b/perception/single_instance_identification/visual_grounding/images/16.png new file mode 100644 index 0000000000000000000000000000000000000000..603ff75e2f4d8c4a4c997e61fe5b449b9cb22a02 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11975f4bed98f3eedcc5c604183d32fde41eaa137eb7d4b4c75097ccecca2fb1 +size 1095650 diff --git a/perception/single_instance_identification/visual_grounding/images/160.png b/perception/single_instance_identification/visual_grounding/images/160.png new file mode 100644 index 0000000000000000000000000000000000000000..53dbca1eecb140b6d66a0aa23aba0e516bb49c57 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68578554d775e7c2672e86e474ab7fe507da32e1f458c169bae6bd39623b75e +size 430671 diff --git a/perception/single_instance_identification/visual_grounding/images/161.png b/perception/single_instance_identification/visual_grounding/images/161.png new file mode 100644 index 0000000000000000000000000000000000000000..632997db11a0cc105f33de9579907576bd3096c5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837bf7ae6f9ce9305a1abec7097e08e17e979103abcccb78422bcbb2f022a0e2 +size 1274608 diff --git a/perception/single_instance_identification/visual_grounding/images/162.png b/perception/single_instance_identification/visual_grounding/images/162.png new file mode 100644 index 0000000000000000000000000000000000000000..c6551a1f2780836cd5bac1ac0ada34d4f729aff8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f7de3b862c40e4472a2e461322a10a42e79cca6b98aeaebcd299bb028c080 +size 942194 diff --git a/perception/single_instance_identification/visual_grounding/images/163.png b/perception/single_instance_identification/visual_grounding/images/163.png new file mode 100644 index 0000000000000000000000000000000000000000..d761c2cd48a8ce33eb39f7f994d9376be144ed2b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da71aea6c6de8153403ec61f1e11a4eee3413cf6949f84111267abafb8cb592d +size 1009571 diff --git a/perception/single_instance_identification/visual_grounding/images/164.png b/perception/single_instance_identification/visual_grounding/images/164.png new file mode 100644 index 0000000000000000000000000000000000000000..352f511fd3f64ae10d07ab8db2185538ecdc8bc5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdf664f60a86e9b25c797fc767479f07fc6ecffa5507ab0ae26097d29bce71e +size 1086964 diff --git a/perception/single_instance_identification/visual_grounding/images/165.png b/perception/single_instance_identification/visual_grounding/images/165.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6540dc7bc2923b058e9e6854d73807dbbfbca8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08449f6b75aef35ee53b694106b2cac358a63dae3e41c9a15c9169fd1caf8736 +size 1083869 diff --git a/perception/single_instance_identification/visual_grounding/images/166.png b/perception/single_instance_identification/visual_grounding/images/166.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5164ac2ff9418ad0a33a37e856e0e1d052f6f5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d1d5462ef381a9a16a744470b6bebd3e65184896d0625448e7a0776464775b +size 1448815 diff --git a/perception/single_instance_identification/visual_grounding/images/167.png b/perception/single_instance_identification/visual_grounding/images/167.png new file mode 100644 index 0000000000000000000000000000000000000000..a98c09fb7de624438f2480d6cae97de03213d878 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd5e32b2db5a0385efacfe1d92fe9ecfda75be100a9dc3240660aa314362c5d +size 794292 diff --git a/perception/single_instance_identification/visual_grounding/images/168.png b/perception/single_instance_identification/visual_grounding/images/168.png new file mode 100644 index 0000000000000000000000000000000000000000..6b113d3634f3a6fe17fbdecfb2cec0fac44cb012 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8aa243e81c6aebd8808e8466d3fac93fb29f7843af390d32a930cc77fffad0 +size 1399928 diff --git a/perception/single_instance_identification/visual_grounding/images/169.png b/perception/single_instance_identification/visual_grounding/images/169.png new file mode 100644 index 0000000000000000000000000000000000000000..8acb654a9371fe57273e4517ac4c14a6e1094f3c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a67166b5f5559271f0901a40eff3a4fd5c5acc8782ade032e75ab1a53a2110a +size 591981 diff --git a/perception/single_instance_identification/visual_grounding/images/17.png b/perception/single_instance_identification/visual_grounding/images/17.png new file mode 100644 index 0000000000000000000000000000000000000000..973feb2d5e45ccefe7dfd035263da0d355561320 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed080da6b06db33b59c6c397448c7e761f826b4fae141873d9051001e50269b1 +size 198092 diff --git a/perception/single_instance_identification/visual_grounding/images/170.png b/perception/single_instance_identification/visual_grounding/images/170.png new file mode 100644 index 0000000000000000000000000000000000000000..d0991d60937251be436e4b93c690da77bb6aaac7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee5cba4063d0f0ee7baf729c64688eedda944f43a21ada2807433d3962d85f1 +size 118158 diff --git a/perception/single_instance_identification/visual_grounding/images/171.png b/perception/single_instance_identification/visual_grounding/images/171.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1fdb5f1ff5a4d4c4f61ff3402adff6acf2322c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290b45a0089b680ec9765608d19629b624ca3b2d2cade69ea8879b128a7eef8 +size 1158902 diff --git a/perception/single_instance_identification/visual_grounding/images/172.png b/perception/single_instance_identification/visual_grounding/images/172.png new file mode 100644 index 0000000000000000000000000000000000000000..f345e60d49a4305c2779382f2077df7a3b84ec34 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20f39760d0bb638da9a07ffd46836a2668c48dfd1ed0a499b682d465de86f12 +size 438518 diff --git a/perception/single_instance_identification/visual_grounding/images/173.png b/perception/single_instance_identification/visual_grounding/images/173.png new file mode 100644 index 0000000000000000000000000000000000000000..167c82ef7d713351cbf955f86d7e532463653816 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfba17ad1ed7c748ed673f6c5f5c533c4ca0c1f716712815f99eae102d0b60a +size 1507694 diff --git a/perception/single_instance_identification/visual_grounding/images/174.png b/perception/single_instance_identification/visual_grounding/images/174.png new file mode 100644 index 0000000000000000000000000000000000000000..a268046bd438f507022c8952b25bf106bc153e5b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f833c469aa6527231f78e4180df123b1ecfe423ff78e289d2084a42b9650562 +size 1500394 diff --git a/perception/single_instance_identification/visual_grounding/images/175.png b/perception/single_instance_identification/visual_grounding/images/175.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9c13bd6438b4434c0b5c12f7a078a1ba3a8ef6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eab04002c17eae030357bb1c1ce743ae0ecfabd6126fab47c7e61ead6ea3f18 +size 735351 diff --git a/perception/single_instance_identification/visual_grounding/images/176.png b/perception/single_instance_identification/visual_grounding/images/176.png new file mode 100644 index 0000000000000000000000000000000000000000..5231ccc845c1cc43fe7aaf2cef6264aad4b2e0c5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563db3118bfaa4d25ee8f1a9cc5767cd1946e42c0f2a719019e663c586d7a922 +size 1272966 diff --git a/perception/single_instance_identification/visual_grounding/images/177.png b/perception/single_instance_identification/visual_grounding/images/177.png new file mode 100644 index 0000000000000000000000000000000000000000..f4125e86c9bf547e1e2e1cd3d8439213adbb6150 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be6d147f300607b9b8ddaac5b0c7a08f879f7c5cf8fc56624bc7a6bdff43df6 +size 277100 diff --git a/perception/single_instance_identification/visual_grounding/images/178.png b/perception/single_instance_identification/visual_grounding/images/178.png new file mode 100644 index 0000000000000000000000000000000000000000..472cade1d394cfafb5e6c38bbccf6920082e0bd0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf136ef0fbcc762c92d34e799e49ecf604f896d8a567692cd2cc9cdfb419456 +size 895238 diff --git a/perception/single_instance_identification/visual_grounding/images/179.png b/perception/single_instance_identification/visual_grounding/images/179.png new file mode 100644 index 0000000000000000000000000000000000000000..df9b7d1b3df27505480a5a6da8f21bedeaffe598 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c892e026b3032421c856d8045810d210230b7d5e0c7fc5735458e0be5d9b6e +size 568199 diff --git a/perception/single_instance_identification/visual_grounding/images/18.png b/perception/single_instance_identification/visual_grounding/images/18.png new file mode 100644 index 0000000000000000000000000000000000000000..2d859f64b4b740f8d13d0737db125733f151affa --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e764a3734075f79c8f1e5aa73638d615f7eaa8144bec3dfa29409593e97c12 +size 1061601 diff --git a/perception/single_instance_identification/visual_grounding/images/180.png b/perception/single_instance_identification/visual_grounding/images/180.png new file mode 100644 index 0000000000000000000000000000000000000000..13a092370788996d35c73713eca910ce20d61329 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5367b126f6057d96b9b00738805ebcccf26e247f5b24a42be3d55bad409877b9 +size 1288765 diff --git a/perception/single_instance_identification/visual_grounding/images/181.png b/perception/single_instance_identification/visual_grounding/images/181.png new file mode 100644 index 0000000000000000000000000000000000000000..2c1eaecfe21c8394e1b39a1e8f8d4aeeebc9e713 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9465f1ead3a26354c9784c35f7a9dffbbfa370b41a22d1b30d3c07e29fc102 +size 1288070 diff --git a/perception/single_instance_identification/visual_grounding/images/182.png b/perception/single_instance_identification/visual_grounding/images/182.png new file mode 100644 index 0000000000000000000000000000000000000000..15d657d87b4dca6fa37de3896ed66bf3df159fb0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97d2908baa81499d78508168a167dcaf791b239a082533ebe500cd09536ca1e +size 994826 diff --git a/perception/single_instance_identification/visual_grounding/images/183.png b/perception/single_instance_identification/visual_grounding/images/183.png new file mode 100644 index 0000000000000000000000000000000000000000..cccb237fb8eb6fa1c098af75c423d682b53c455d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d83d79755bf1d4da71968521f2d553af263f452b79b6af901e2e8921841f4d0 +size 961264 diff --git a/perception/single_instance_identification/visual_grounding/images/184.png b/perception/single_instance_identification/visual_grounding/images/184.png new file mode 100644 index 0000000000000000000000000000000000000000..6af5226189ef068c7fbff8bd7747e7a71345d242 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0c5541f6c7d8fa94550a49a59b52b7d5712405ed58c5eaf69e510b34a27b2d +size 1144400 diff --git a/perception/single_instance_identification/visual_grounding/images/185.png b/perception/single_instance_identification/visual_grounding/images/185.png new file mode 100644 index 0000000000000000000000000000000000000000..fe8a9bda5a2f34cbaeb061e03ebb6f1e3787fe06 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdf7959ef7683306c296468e7b6ee67a9245d133140342fe817245cae72f128 +size 1301868 diff --git a/perception/single_instance_identification/visual_grounding/images/186.png b/perception/single_instance_identification/visual_grounding/images/186.png new file mode 100644 index 0000000000000000000000000000000000000000..913d67e76f8d87d2d78c59fbc6d91f73eba49fe4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edab796d4b3c7aa8aa2ec9e7bb9cacd8b7342273b3add81226455ee9d5c83186 +size 1218742 diff --git a/perception/single_instance_identification/visual_grounding/images/187.png b/perception/single_instance_identification/visual_grounding/images/187.png new file mode 100644 index 0000000000000000000000000000000000000000..2baa5b17d601a3a2849dc0c7c02b4ff58deb0dd4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88196a0f2dbdf5f98770bf1fa04d3ca4a01084a4b41139ebb7c869ceabdb69cb +size 447169 diff --git a/perception/single_instance_identification/visual_grounding/images/188.png b/perception/single_instance_identification/visual_grounding/images/188.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6f0593073f56e4341d8d343cbefee6d4763d2f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25e4c22f44bad816da90db9ca18413daea9a230db0192a5384433ff4053cf38 +size 889194 diff --git a/perception/single_instance_identification/visual_grounding/images/189.png b/perception/single_instance_identification/visual_grounding/images/189.png new file mode 100644 index 0000000000000000000000000000000000000000..f36e2dc7e7af71a1dc7441a63dbfcbdec3f6180c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d96c3a24ce0412a0b5460f8df45e17ba3852592c76ad2ccd8580b0ff3633a1 +size 1261129 diff --git a/perception/single_instance_identification/visual_grounding/images/19.png b/perception/single_instance_identification/visual_grounding/images/19.png new file mode 100644 index 0000000000000000000000000000000000000000..fe52882e2e4d0bba1568ae3c3f4ae9552298d729 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26d15e8837035bd6a5b7cfaf75506a2853b88475041515d183481a9b59a234c +size 716214 diff --git a/perception/single_instance_identification/visual_grounding/images/190.png b/perception/single_instance_identification/visual_grounding/images/190.png new file mode 100644 index 0000000000000000000000000000000000000000..fcce696603663d474afa269e47903dbe76c8d998 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd8b901b8bc2a6af5c2c55ab1c3d72be2ef6f39c204b95c0a7b8e44bbaef84e +size 450148 diff --git a/perception/single_instance_identification/visual_grounding/images/191.png b/perception/single_instance_identification/visual_grounding/images/191.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc062000ac5606a67d4d4d3209e8ef5140fb468 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da70b506629a05d13ac4d59f6f54951902dbbd0293c4499c55353b3cba45155 +size 748391 diff --git a/perception/single_instance_identification/visual_grounding/images/192.png b/perception/single_instance_identification/visual_grounding/images/192.png new file mode 100644 index 0000000000000000000000000000000000000000..71054d4769aea5e87b065a125a090d523eb3183f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d839375fa23c3df186ec4b79fb97260bad0c984c3efc063aa5ed79803254f9a1 +size 117707 diff --git a/perception/single_instance_identification/visual_grounding/images/193.png b/perception/single_instance_identification/visual_grounding/images/193.png new file mode 100644 index 0000000000000000000000000000000000000000..c8be64454f675dd9780cc6a42f5ec9282ec6b5fa --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4366f44fea761b5b99fc6963a0f09a0234f3cdac2d5067120a00531de269e8f6 +size 803834 diff --git a/perception/single_instance_identification/visual_grounding/images/194.png b/perception/single_instance_identification/visual_grounding/images/194.png new file mode 100644 index 0000000000000000000000000000000000000000..5f89e429b0acd53ae4f13d43e15a873d78953537 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ca2fe721dff9e0d63275627d942c12317dfd81fcbff21fdf8351720acd9aec +size 1220384 diff --git a/perception/single_instance_identification/visual_grounding/images/195.png b/perception/single_instance_identification/visual_grounding/images/195.png new file mode 100644 index 0000000000000000000000000000000000000000..7393685292382a2ba0a020a81bdf3347b43d3389 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b620c2040ab5ed263f122e6b1f9a47ced496e056c914b12d2941508bed069a28 +size 1084215 diff --git a/perception/single_instance_identification/visual_grounding/images/196.png b/perception/single_instance_identification/visual_grounding/images/196.png new file mode 100644 index 0000000000000000000000000000000000000000..9dfb5726ba60f98c0287d02bc7aa293c2213d17e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085408aa54a2083e6566365b5c7c39138bb2712b98bbd1d3cb15ac6cb3202aa2 +size 569817 diff --git a/perception/single_instance_identification/visual_grounding/images/197.png b/perception/single_instance_identification/visual_grounding/images/197.png new file mode 100644 index 0000000000000000000000000000000000000000..511077d495ce855fbbb3580c4c513eb4a146ad23 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed366027863e0add0d03185c45bbebd6a693f4608a60f8deccc7618762826edf +size 1002802 diff --git a/perception/single_instance_identification/visual_grounding/images/198.png b/perception/single_instance_identification/visual_grounding/images/198.png new file mode 100644 index 0000000000000000000000000000000000000000..431eb100d209382f17e39b479cdc0413a9bcce79 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398692eaf683aadb757a3319102d778df9ce903750dce558ed4ce648e24e6b58 +size 757890 diff --git a/perception/single_instance_identification/visual_grounding/images/199.png b/perception/single_instance_identification/visual_grounding/images/199.png new file mode 100644 index 0000000000000000000000000000000000000000..3c813b750ba2de79a86cd3cdbe0731d4ddfa5e42 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86973a46f388fa06ace01c28305f0814d3409d765366cb5f6485d8a5c3018f +size 1382098 diff --git a/perception/single_instance_identification/visual_grounding/images/2.png b/perception/single_instance_identification/visual_grounding/images/2.png new file mode 100644 index 0000000000000000000000000000000000000000..86b2c34f6236223a26033e332cc989601690dd85 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3da030f14b408eb83ece15a1baec4d1985940239b3a205ee165a18657cc60b8 +size 1274705 diff --git a/perception/single_instance_identification/visual_grounding/images/20.png b/perception/single_instance_identification/visual_grounding/images/20.png new file mode 100644 index 0000000000000000000000000000000000000000..80cec7fd84310b4f05238e595b162b726bcf1914 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f94e123fe19229c72f2f8904aeaf6150dfff2930f61ffbc5e39daf07cfda270 +size 933907 diff --git a/perception/single_instance_identification/visual_grounding/images/200.png b/perception/single_instance_identification/visual_grounding/images/200.png new file mode 100644 index 0000000000000000000000000000000000000000..d22f30affad588f2db7bba3a464046fc7613924a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a00e8e9acc9f026ae4a45f012abdfae16cb09222ed8398fe6be6efbee421f2b +size 1448678 diff --git a/perception/single_instance_identification/visual_grounding/images/201.png b/perception/single_instance_identification/visual_grounding/images/201.png new file mode 100644 index 0000000000000000000000000000000000000000..88331098b712b5c53910a1388a9ccf66b5601ab6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49db9a22bf3901f9462f681269516d6ffd01d9b61813f108f2040ee41a981884 +size 1393844 diff --git a/perception/single_instance_identification/visual_grounding/images/202.png b/perception/single_instance_identification/visual_grounding/images/202.png new file mode 100644 index 0000000000000000000000000000000000000000..8f703aa426c037fcdbd1bb348d34aaaf0e8f9a65 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42f7cc7bc5f33ceccf34906b0f24829f10953e06c1e6c1d7e27dd9a8671691d +size 930987 diff --git a/perception/single_instance_identification/visual_grounding/images/203.png b/perception/single_instance_identification/visual_grounding/images/203.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ac5579ebd5da3e18d90efccdd1860e77e877ca --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d4101f08087fc0f28574066ecebcd866bcba4ccbf7a38690ac26fc04094ec8 +size 1311377 diff --git a/perception/single_instance_identification/visual_grounding/images/204.png b/perception/single_instance_identification/visual_grounding/images/204.png new file mode 100644 index 0000000000000000000000000000000000000000..810ac87498f80bd8fe7f9ba044919f805c40330f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e701959bfa15c06ecfe2ba7c26455135fbea608edd0570b072dc4b71758f0aa +size 902201 diff --git a/perception/single_instance_identification/visual_grounding/images/205.png b/perception/single_instance_identification/visual_grounding/images/205.png new file mode 100644 index 0000000000000000000000000000000000000000..30dee86b198a982158e002fd2713a84e16668d07 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdc54c23ca7dfd03fef48c03d2e6a92c7fdceded4f7abdf5417f9689440e3d3 +size 1271426 diff --git a/perception/single_instance_identification/visual_grounding/images/206.png b/perception/single_instance_identification/visual_grounding/images/206.png new file mode 100644 index 0000000000000000000000000000000000000000..52245d8b5839ad87cfaf4dc7ac57ca300e95d96a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376b16862378460ba06ba7a431af607508bfd6a9e9d6874955618b8435d50d9c +size 1316403 diff --git a/perception/single_instance_identification/visual_grounding/images/207.png b/perception/single_instance_identification/visual_grounding/images/207.png new file mode 100644 index 0000000000000000000000000000000000000000..b1812d05f4c35690f1a8858a580d061650457b90 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4a3703d62c0d3daad80a35c2c93e5a2c0bd652b39eb7123206128d9aaa8e3b +size 1401127 diff --git a/perception/single_instance_identification/visual_grounding/images/208.png b/perception/single_instance_identification/visual_grounding/images/208.png new file mode 100644 index 0000000000000000000000000000000000000000..03032288c83ef1f399d57375bbfdf2a38de57979 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fcfa531e4c815c710767550aae004d91537683b530bf103440687f16ce21df +size 663954 diff --git a/perception/single_instance_identification/visual_grounding/images/209.png b/perception/single_instance_identification/visual_grounding/images/209.png new file mode 100644 index 0000000000000000000000000000000000000000..b08c7a621f485b2255964c558cf1775341e99ff3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c109658599f3627eb0c5884487f719127a1d3840374cebcb5636a4ad1576f6 +size 796980 diff --git a/perception/single_instance_identification/visual_grounding/images/21.png b/perception/single_instance_identification/visual_grounding/images/21.png new file mode 100644 index 0000000000000000000000000000000000000000..c592389e08acf307a80f109dcff652adab35bc34 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3115307477e7f4fc037c45fb79daba81103a84513d5a37486df571982357c92 +size 741874 diff --git a/perception/single_instance_identification/visual_grounding/images/210.png b/perception/single_instance_identification/visual_grounding/images/210.png new file mode 100644 index 0000000000000000000000000000000000000000..0db478441cb511fb2ff06aeeaf75c6079dd03f50 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14131f906be157c9f2b80d181e833a63ff0df3658ad04ba1e0bfcb4778dc90bc +size 629436 diff --git a/perception/single_instance_identification/visual_grounding/images/211.png b/perception/single_instance_identification/visual_grounding/images/211.png new file mode 100644 index 0000000000000000000000000000000000000000..34854dffec7086892f8f51c2a14e7d689a5d2c0e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198aeaa539324548ea4686690dcac2c2c5b43704b25cdfa9efaa14eed4d34b99 +size 1090632 diff --git a/perception/single_instance_identification/visual_grounding/images/212.png b/perception/single_instance_identification/visual_grounding/images/212.png new file mode 100644 index 0000000000000000000000000000000000000000..78aa3f7c5ab401254e65bc17047bf1cb2687d90f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2b4b2eb9e1fc44e55e4d1595a1d075b3717ee43ead3d442ca36f51db350a4b +size 1057684 diff --git a/perception/single_instance_identification/visual_grounding/images/213.png b/perception/single_instance_identification/visual_grounding/images/213.png new file mode 100644 index 0000000000000000000000000000000000000000..73c041612aada484d38f1ec2ae4f32e598b0448b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451455716a93d52f3fdbf93f7ec76a7a5a1f8569b89a5175f77eca8c3a2d17f6 +size 1396299 diff --git a/perception/single_instance_identification/visual_grounding/images/214.png b/perception/single_instance_identification/visual_grounding/images/214.png new file mode 100644 index 0000000000000000000000000000000000000000..b184273aa8da9f4c713cfb7c8830f59b6e9b0cac --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8be670c9401f99fc68fa41c2bc3743c0a3c37f2df964d63a1f5c0ba32dbd950 +size 675425 diff --git a/perception/single_instance_identification/visual_grounding/images/215.png b/perception/single_instance_identification/visual_grounding/images/215.png new file mode 100644 index 0000000000000000000000000000000000000000..9554b343e65ac26f4c1a94fe73b0be6196466626 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51c3cfb24cfaea372539d0d3a642357b18d565e079a94839510b6a759db88c +size 1173215 diff --git a/perception/single_instance_identification/visual_grounding/images/216.png b/perception/single_instance_identification/visual_grounding/images/216.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3dfa4f8dbde779960cce68e7d96a828e7b9d51 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b78a43f6379ada0109755fd8b0e52ac2d2c694c8038917a29233e23ed156b2 +size 100838 diff --git a/perception/single_instance_identification/visual_grounding/images/217.png b/perception/single_instance_identification/visual_grounding/images/217.png new file mode 100644 index 0000000000000000000000000000000000000000..75e6c0fa7498995ad42eb0e8dd707148b24caf20 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07790b112c73f3a869e6ee2d011f475c12a1398777067879cbea645edda7e7ca +size 1226384 diff --git a/perception/single_instance_identification/visual_grounding/images/218.png b/perception/single_instance_identification/visual_grounding/images/218.png new file mode 100644 index 0000000000000000000000000000000000000000..876f0c490e3d46493accae25b948c2d97f5161cc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3478af3f1f3bcaf2ee2b1e64eb3e806cdc61dd2a8f5c44d45e0077f3cfc60d21 +size 808043 diff --git a/perception/single_instance_identification/visual_grounding/images/219.png b/perception/single_instance_identification/visual_grounding/images/219.png new file mode 100644 index 0000000000000000000000000000000000000000..b68285dc89942868d8b8ab7044bc9139d0d45e5e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d13627850c35f12a3a9e0a9359635eac198e643abd846bc0dbae56be1f3b3c +size 729800 diff --git a/perception/single_instance_identification/visual_grounding/images/22.png b/perception/single_instance_identification/visual_grounding/images/22.png new file mode 100644 index 0000000000000000000000000000000000000000..8f192c0c182b724a665248a6268e5ce8339c16c3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9852671a754e1c78103481ff540c5312d0de30fc1e87b1e4de764a4e23b346 +size 1389776 diff --git a/perception/single_instance_identification/visual_grounding/images/220.png b/perception/single_instance_identification/visual_grounding/images/220.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa1d2abe09a1c82ca5fbd753f107d93314b0ab5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0c21c94ee492d731f6ed7a8cdacfe4034dc66cfa8cb44a7f28c7425e9361d0 +size 1320893 diff --git a/perception/single_instance_identification/visual_grounding/images/221.png b/perception/single_instance_identification/visual_grounding/images/221.png new file mode 100644 index 0000000000000000000000000000000000000000..a1d7e75add9c28e1be352cd371da49a86616d5b3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee09fb51e2620b8499d263754594839f846bc63ab22d821305784d4383809446 +size 364412 diff --git a/perception/single_instance_identification/visual_grounding/images/222.png b/perception/single_instance_identification/visual_grounding/images/222.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c25e1778d86571a24fb4d8b490014d5a2adf90 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8215fe516b40b14832fbf65f476feefe8323f709e64975adf6b8237d50b73e +size 1068019 diff --git a/perception/single_instance_identification/visual_grounding/images/223.png b/perception/single_instance_identification/visual_grounding/images/223.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8dfb473b1c97edfc43595158bc5ebf13ac3c56 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283d06e4107486a498d23b7de4559a7c2977dff9cd37815153028a62b25ce4f5 +size 1388291 diff --git a/perception/single_instance_identification/visual_grounding/images/224.png b/perception/single_instance_identification/visual_grounding/images/224.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad24dacb638db5a8abc3225b4388caf5d7a5a18 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c389c4ed7516835ca71aa762c155f38fcc4e70aba03af1cdaea47fc305d30ce +size 676282 diff --git a/perception/single_instance_identification/visual_grounding/images/225.png b/perception/single_instance_identification/visual_grounding/images/225.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5d211d8cfa03811fa4694042c6040fbf8c95c9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30cc08bbcfc2a3607cda04d0566717bcedf200715cf9d5a4de0272a566081a8 +size 739644 diff --git a/perception/single_instance_identification/visual_grounding/images/226.png b/perception/single_instance_identification/visual_grounding/images/226.png new file mode 100644 index 0000000000000000000000000000000000000000..55d85a2ed535073976f45b874ef67850e3283fb0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b9d5cb431426d3bed470abcceefc3fc84b52295b8b85cbd9fa6fc9cc354128 +size 1344931 diff --git a/perception/single_instance_identification/visual_grounding/images/227.png b/perception/single_instance_identification/visual_grounding/images/227.png new file mode 100644 index 0000000000000000000000000000000000000000..c61abe3405a7254c62fea3beebf879db36776d0a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e3ec95ba146492994008310fbc25b2a5dd4ba579937a27c64a1066fba2569c +size 1027011 diff --git a/perception/single_instance_identification/visual_grounding/images/228.png b/perception/single_instance_identification/visual_grounding/images/228.png new file mode 100644 index 0000000000000000000000000000000000000000..599d120dbe3f3877d2a71cdb0a6c479ffd540e2e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db4d2c56c0edbad2ee8ecd39e4bf8d4fdbee8f29fbf783c2310a6824336dedb +size 1491246 diff --git a/perception/single_instance_identification/visual_grounding/images/229.png b/perception/single_instance_identification/visual_grounding/images/229.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4c7fd0d3a79142ce39ca2c7f53e8324546ec4b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e265483cdf6b0f1b521b3cf18e7151a4c91cd5c1b46a97b3869566d2c5a819 +size 756052 diff --git a/perception/single_instance_identification/visual_grounding/images/23.png b/perception/single_instance_identification/visual_grounding/images/23.png new file mode 100644 index 0000000000000000000000000000000000000000..5a120627fb14ac0198ad5f901f48f6502d57c4cd --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e05326c44374bb8cc0f26b6ebcdd86a343721a53217fcda9b3d3c91b28dbd65 +size 282279 diff --git a/perception/single_instance_identification/visual_grounding/images/230.png b/perception/single_instance_identification/visual_grounding/images/230.png new file mode 100644 index 0000000000000000000000000000000000000000..320320a7e890e846541b373ff252d19c711ed17b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b772b8cf6f55b564b2e023a07beeb6a8dc7a65e49514ca43dfce0d67a7dead30 +size 1006654 diff --git a/perception/single_instance_identification/visual_grounding/images/231.png b/perception/single_instance_identification/visual_grounding/images/231.png new file mode 100644 index 0000000000000000000000000000000000000000..09ebd529e159632676dccb5baa28c386679bc816 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7983a51592e6f563c4265b841b885e7273e31c66b2fb13c4b9ccc753a7d4673 +size 1038672 diff --git a/perception/single_instance_identification/visual_grounding/images/232.png b/perception/single_instance_identification/visual_grounding/images/232.png new file mode 100644 index 0000000000000000000000000000000000000000..89fef255f5ddd6bd10d9d90e5198e7329649e2fb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fe6d2502952c76207965f619e14090f0177cabd402582a24bd040dfaf87e89 +size 740135 diff --git a/perception/single_instance_identification/visual_grounding/images/233.png b/perception/single_instance_identification/visual_grounding/images/233.png new file mode 100644 index 0000000000000000000000000000000000000000..dd02bc37c490b80e3dfafb3632780e587b6eadbb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ef29632d8ee04de857b06be417e77b9801b3adbe483dfe40cbe87a12a0b0d8 +size 716801 diff --git a/perception/single_instance_identification/visual_grounding/images/234.png b/perception/single_instance_identification/visual_grounding/images/234.png new file mode 100644 index 0000000000000000000000000000000000000000..47c001613564b3f5291c282b07178fe64bfaa571 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd25b62e7d5ca503f05c1a9da9a222e3d3abf495dce374ac9785734b4898e707 +size 645783 diff --git a/perception/single_instance_identification/visual_grounding/images/235.png b/perception/single_instance_identification/visual_grounding/images/235.png new file mode 100644 index 0000000000000000000000000000000000000000..822f97ee0e140e48073b6fb3c0aff3d4e1ab1cc7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0872a4a415db990fd9336de4512ddf00efc1385f85a6d9e207d011ef951365b3 +size 1383589 diff --git a/perception/single_instance_identification/visual_grounding/images/236.png b/perception/single_instance_identification/visual_grounding/images/236.png new file mode 100644 index 0000000000000000000000000000000000000000..457260fcd9d72e035301367a417cbb44d825f49b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da1cfd01baae82eeb7202ed9fc8f82f0f337c4dfe1c24e3353d7fd003f86e73 +size 1151846 diff --git a/perception/single_instance_identification/visual_grounding/images/237.png b/perception/single_instance_identification/visual_grounding/images/237.png new file mode 100644 index 0000000000000000000000000000000000000000..c13a75a3c125eeb35ae31287b17c6e748c161d8a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9367771643261bbb80d60b77e66c8189c46aece596647945bbb6d10ddf9a76d2 +size 1054467 diff --git a/perception/single_instance_identification/visual_grounding/images/238.png b/perception/single_instance_identification/visual_grounding/images/238.png new file mode 100644 index 0000000000000000000000000000000000000000..ceedf663ff927a9ccd0cbe1817eeea98549913ea --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e48ff9cfc585bc2b773874e9b50bd3406571f552b86f9494d685d1b882824c8 +size 946845 diff --git a/perception/single_instance_identification/visual_grounding/images/239.png b/perception/single_instance_identification/visual_grounding/images/239.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3ea239ddea212cd205ab6c96b43bd940422e2f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9309431acea625462efb67c29fa19bad37d4bb64fa61885bf932ac6e29f8b1b +size 1005759 diff --git a/perception/single_instance_identification/visual_grounding/images/24.png b/perception/single_instance_identification/visual_grounding/images/24.png new file mode 100644 index 0000000000000000000000000000000000000000..cc1558c4258eb759dfdf64601b7ed2aa71fa5689 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce249e70794a93938f2da12d7b9d30ef909ec172b69d1e5fb625fb24be7c5ca +size 1337293 diff --git a/perception/single_instance_identification/visual_grounding/images/240.png b/perception/single_instance_identification/visual_grounding/images/240.png new file mode 100644 index 0000000000000000000000000000000000000000..916a5baab7c7fb2c8f6ab123d46648f33e5dc1e3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac938d5485fba6d6aed59d6eb955fc5ec7980da2205e6190a34466f517233bf +size 1391203 diff --git a/perception/single_instance_identification/visual_grounding/images/241.png b/perception/single_instance_identification/visual_grounding/images/241.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8aa0cb192157e3cab0db17bb5a73696df91ff1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c481ca488956067d9485b49fd6d0d736f59bf527a284f9eee238e7a21b9bc17 +size 744884 diff --git a/perception/single_instance_identification/visual_grounding/images/242.png b/perception/single_instance_identification/visual_grounding/images/242.png new file mode 100644 index 0000000000000000000000000000000000000000..e173c937c40c9aed6a44556b988b24e6af259704 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef836eaeafc4338c7413f73f624f2a09b75b9ecc3100c4508f57e7cc4e8ba620 +size 843867 diff --git a/perception/single_instance_identification/visual_grounding/images/243.png b/perception/single_instance_identification/visual_grounding/images/243.png new file mode 100644 index 0000000000000000000000000000000000000000..ede7f58d1154e412b18b5d205d7525cdddd5650e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b35370b4fb3c3a451a7ca3be19a588255f1f7d78750168bfd1653426c3b711 +size 563856 diff --git a/perception/single_instance_identification/visual_grounding/images/244.png b/perception/single_instance_identification/visual_grounding/images/244.png new file mode 100644 index 0000000000000000000000000000000000000000..15844475e14e746c2ab625bbd811d7f13bc9435b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695ed15b27e52134d982cbd38ff63557d5198094a6a6ef8a5a5292f1ece74ee4 +size 654916 diff --git a/perception/single_instance_identification/visual_grounding/images/245.png b/perception/single_instance_identification/visual_grounding/images/245.png new file mode 100644 index 0000000000000000000000000000000000000000..6a084f3495965839555aa4155fb38067d2a02451 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaafe061eb8f2a8b28bb5d54c5c88242633d75c4bda8b1a1ddfccfbc38f9493c +size 1320074 diff --git a/perception/single_instance_identification/visual_grounding/images/246.png b/perception/single_instance_identification/visual_grounding/images/246.png new file mode 100644 index 0000000000000000000000000000000000000000..18002dec687c4f319351d6a87d4618d9993ca1bb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea15bcddffa68a87b4a32fe60fda33746684fdc094163383ebd7cad0776da37 +size 1314639 diff --git a/perception/single_instance_identification/visual_grounding/images/247.png b/perception/single_instance_identification/visual_grounding/images/247.png new file mode 100644 index 0000000000000000000000000000000000000000..e3550852d9077036abbfd1389a6f6a0776238704 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6484a109024eca9f0f448a43ab897ab248c91f75822327d2ca318b6793cded +size 866882 diff --git a/perception/single_instance_identification/visual_grounding/images/248.png b/perception/single_instance_identification/visual_grounding/images/248.png new file mode 100644 index 0000000000000000000000000000000000000000..063912f33d62fbc14165f66579692a2862be1c09 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0973bfeb5e3e4bb4daddedc30d8a8564ea2117078e883c4a9941714253be27a5 +size 1577473 diff --git a/perception/single_instance_identification/visual_grounding/images/249.png b/perception/single_instance_identification/visual_grounding/images/249.png new file mode 100644 index 0000000000000000000000000000000000000000..49f5db9603fb6c491b883fa7666bf9493a9413fd --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2fb4935378f61d70a3f6cd77c0c42cc7a90775c1cd57131ce41f0427a50898 +size 931714 diff --git a/perception/single_instance_identification/visual_grounding/images/25.png b/perception/single_instance_identification/visual_grounding/images/25.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd8a8fd988c19f2e64116f438fbdfb78648f11f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf91ec3cd71b98ad041362486ae96336ad08caa6991296149fd9aba31fbf520 +size 785739 diff --git a/perception/single_instance_identification/visual_grounding/images/250.png b/perception/single_instance_identification/visual_grounding/images/250.png new file mode 100644 index 0000000000000000000000000000000000000000..52e7a82d217d2e49a6488760b2191833361f57b9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d3f10c38a31b03bc37c1c7c2275523e3240ab13f613dab60a397773844f05c +size 1218096 diff --git a/perception/single_instance_identification/visual_grounding/images/251.png b/perception/single_instance_identification/visual_grounding/images/251.png new file mode 100644 index 0000000000000000000000000000000000000000..2a53b94e13103a1ceb0435b1926ce11da9761361 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61309c761747a3193e0155dc03c8f312b8d883a77df01aa284a473514feadc08 +size 598352 diff --git a/perception/single_instance_identification/visual_grounding/images/252.png b/perception/single_instance_identification/visual_grounding/images/252.png new file mode 100644 index 0000000000000000000000000000000000000000..f92d6059d76caf8c50ef82e2dc7bdc577fbfad6e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8a6c74ff9f72bdbe251b5532de388facad2ea45e037711b06d8a08a3a62c4c +size 1016429 diff --git a/perception/single_instance_identification/visual_grounding/images/253.png b/perception/single_instance_identification/visual_grounding/images/253.png new file mode 100644 index 0000000000000000000000000000000000000000..6d382c4f07ff5f43777b66fd23fcbc50e3e44f9f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28923fb7d4b11cf60e2c209175b91bb8f3ded6cd0a84c9f43df77a2e9cbfc4e6 +size 1408233 diff --git a/perception/single_instance_identification/visual_grounding/images/254.png b/perception/single_instance_identification/visual_grounding/images/254.png new file mode 100644 index 0000000000000000000000000000000000000000..74c4781ad9493a7ea3b8f41f301eba60518c4fac --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff538b4fa4698ec07e8962f5c3fda3732303186ff3901572d90de8d904811ca4 +size 946537 diff --git a/perception/single_instance_identification/visual_grounding/images/255.png b/perception/single_instance_identification/visual_grounding/images/255.png new file mode 100644 index 0000000000000000000000000000000000000000..92e0418e8d00645bc87abe1f065eda3883aa4fc3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0829df067e02b2b8d2170fe6cf0ebada6629f6af4f951c2aefac0ae6e12610b2 +size 692706 diff --git a/perception/single_instance_identification/visual_grounding/images/256.png b/perception/single_instance_identification/visual_grounding/images/256.png new file mode 100644 index 0000000000000000000000000000000000000000..dbedd18e750d22512744a786aa209d2381168eab --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0391854817a492070e53c163a0e17243c9712242f1ad9942c7f837f0eed024ec +size 764511 diff --git a/perception/single_instance_identification/visual_grounding/images/257.png b/perception/single_instance_identification/visual_grounding/images/257.png new file mode 100644 index 0000000000000000000000000000000000000000..c9cbc41bebc9b8dcb425395048c717e4ad6ff2f0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8baebf7a17cd48e024ce27087aa677aa000336b192f1f10d613db0c206a2e0 +size 1550293 diff --git a/perception/single_instance_identification/visual_grounding/images/258.png b/perception/single_instance_identification/visual_grounding/images/258.png new file mode 100644 index 0000000000000000000000000000000000000000..c5ebf86dacd3a9a383a0c7db65b7a0cb837f074a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660fed652d2184d8d5576cefd5a620e2be734f35f737971f49baa4af45d3be7d +size 1265831 diff --git a/perception/single_instance_identification/visual_grounding/images/259.png b/perception/single_instance_identification/visual_grounding/images/259.png new file mode 100644 index 0000000000000000000000000000000000000000..924eda7da59a48dba4800293b4fafd4f8f1c92c3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a2b3d0ec36b5fa806ddcf81ed2380fbb06664413abbe0a23f78fafbc095118 +size 855432 diff --git a/perception/single_instance_identification/visual_grounding/images/26.png b/perception/single_instance_identification/visual_grounding/images/26.png new file mode 100644 index 0000000000000000000000000000000000000000..f9dd44031cbf6194ad0390efe4adf201d21564da --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2c790d7102e4d2fcdc18eb62d9fb42621bffbe6bafeb67dcf8d9dfc22b2bf6 +size 913568 diff --git a/perception/single_instance_identification/visual_grounding/images/260.png b/perception/single_instance_identification/visual_grounding/images/260.png new file mode 100644 index 0000000000000000000000000000000000000000..45d4b55031195192dee8daf41eaff2e9c7d8f73e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba646ac29ac0d53a59f2771dd492748d038d7426a202345ac64844d279c8f0c +size 784329 diff --git a/perception/single_instance_identification/visual_grounding/images/261.png b/perception/single_instance_identification/visual_grounding/images/261.png new file mode 100644 index 0000000000000000000000000000000000000000..417a7d22918c7072be7a3b2cc201ec74c4b87b37 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176aa5f518012c5e7aac9d20b88db0c01d6abf7a1756ce613ffd1716a38f69d2 +size 898513 diff --git a/perception/single_instance_identification/visual_grounding/images/262.png b/perception/single_instance_identification/visual_grounding/images/262.png new file mode 100644 index 0000000000000000000000000000000000000000..85a0045453951385ebd85a7c47b783ab573b0649 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be30ae84e472bc4aa151893bfb3f27dac21e3a1372fb97da58ecf489242fb869 +size 1303626 diff --git a/perception/single_instance_identification/visual_grounding/images/263.png b/perception/single_instance_identification/visual_grounding/images/263.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe02ff559004fbfabf9a4841b472b0c4db8be4e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a800b6efe0fcae8fff0a53591d715b346502e919667b17e52641570295f49681 +size 797392 diff --git a/perception/single_instance_identification/visual_grounding/images/264.png b/perception/single_instance_identification/visual_grounding/images/264.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb94992db67e62621135bdbe52b4187cb42d2e2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b9dfa7e90469db4dd3e75dfdebac52817e626fd5e92250aa70b08e6b92d18b +size 680538 diff --git a/perception/single_instance_identification/visual_grounding/images/265.png b/perception/single_instance_identification/visual_grounding/images/265.png new file mode 100644 index 0000000000000000000000000000000000000000..1d344b272370cd009016e6145b9d86ed95f98a70 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01ced32b32ca9f4ed2d0874fbc22f22b438bff612d0c6b7306a9c48f25ed8c7 +size 862657 diff --git a/perception/single_instance_identification/visual_grounding/images/266.png b/perception/single_instance_identification/visual_grounding/images/266.png new file mode 100644 index 0000000000000000000000000000000000000000..1f89f941749cd946e1d0cfd43bdf9c7e65ed564a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519a136da552964695ef72af04ec3628e2fd45faab482a24e4d42936103ef36a +size 551243 diff --git a/perception/single_instance_identification/visual_grounding/images/267.png b/perception/single_instance_identification/visual_grounding/images/267.png new file mode 100644 index 0000000000000000000000000000000000000000..da4fc40a8b2069c264672faa1b0e74392ee73775 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dfce68c02e89ba93e93db162e26ed6927d954bf03123e06e4402f0464858e2 +size 88707 diff --git a/perception/single_instance_identification/visual_grounding/images/268.png b/perception/single_instance_identification/visual_grounding/images/268.png new file mode 100644 index 0000000000000000000000000000000000000000..54a1e14de498b8d326d71f4c4bf12dc2edd42f55 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599610fd2c865eb22a15bb0d9f3459b28202131a7b126fc67cda5a00425406c9 +size 479596 diff --git a/perception/single_instance_identification/visual_grounding/images/269.png b/perception/single_instance_identification/visual_grounding/images/269.png new file mode 100644 index 0000000000000000000000000000000000000000..b66b36a4d3848e215fe57239cf005200af3f7e67 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f985ac8368117f43f06677f1cb4570e171767e88e3d7264db58d0e4848749d2 +size 1253208 diff --git a/perception/single_instance_identification/visual_grounding/images/27.png b/perception/single_instance_identification/visual_grounding/images/27.png new file mode 100644 index 0000000000000000000000000000000000000000..0065fcb2080d493396c4607c8bf9ef796206fe03 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37229830d679bdcf84b6c6639c914e25f1fae4cc12ff8620f66b01966a65c07 +size 1154353 diff --git a/perception/single_instance_identification/visual_grounding/images/270.png b/perception/single_instance_identification/visual_grounding/images/270.png new file mode 100644 index 0000000000000000000000000000000000000000..c953dea92829929115ce642314035ecf10b483a8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6327ac8a7542ae879fc6add5e7be9e13960f934763eb74f797d023d88119ea4 +size 310428 diff --git a/perception/single_instance_identification/visual_grounding/images/271.png b/perception/single_instance_identification/visual_grounding/images/271.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c5146c2add003bde7ed87dc6ad98754a2966d5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0ed1b7504b893ab635471b26936eae5290f9db6fee97835e531f07b36fa22d +size 496958 diff --git a/perception/single_instance_identification/visual_grounding/images/272.png b/perception/single_instance_identification/visual_grounding/images/272.png new file mode 100644 index 0000000000000000000000000000000000000000..eee2f82085c9484d808ba3f647698b28f98ef10c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33897551c907bfe5916852b00e0e6b5b4abd58c293c5e4ace26d95cf329d0620 +size 1035793 diff --git a/perception/single_instance_identification/visual_grounding/images/273.png b/perception/single_instance_identification/visual_grounding/images/273.png new file mode 100644 index 0000000000000000000000000000000000000000..24467663ba8142895e3617491dbf64519c157ff4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee21d0f1efad1d8a59e8d40b7733a3c86752bef477065aefe49f3bead7bb180f +size 1449234 diff --git a/perception/single_instance_identification/visual_grounding/images/274.png b/perception/single_instance_identification/visual_grounding/images/274.png new file mode 100644 index 0000000000000000000000000000000000000000..e9181d2d0a4509cacb36b0771348c9b751628bbd --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0def095f59a13ff705ddfefb3ce61cff2df7074023e791998f87e96a93cdd29 +size 1130323 diff --git a/perception/single_instance_identification/visual_grounding/images/275.png b/perception/single_instance_identification/visual_grounding/images/275.png new file mode 100644 index 0000000000000000000000000000000000000000..b946692b1ec4227b9b0aa9db57d31516360c7e28 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a559914666835a0c9709e3a5809c5ebd21be1883ed5e92d07078cf436a4d2a1 +size 1067232 diff --git a/perception/single_instance_identification/visual_grounding/images/276.png b/perception/single_instance_identification/visual_grounding/images/276.png new file mode 100644 index 0000000000000000000000000000000000000000..a210a03944363f68be918d975edb1c14aba6322c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f96aa37d312b7b56b2faff7b899be7d00b3fe28dabd90b51cf0e7019cb984e6 +size 783547 diff --git a/perception/single_instance_identification/visual_grounding/images/277.png b/perception/single_instance_identification/visual_grounding/images/277.png new file mode 100644 index 0000000000000000000000000000000000000000..c4fb25d2493c0b969b942a6940bb38640fbe53e3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d65b86d1101d672e1933b4d232a99660c3203598e6e72c5757cd97bd29a7aeb +size 229050 diff --git a/perception/single_instance_identification/visual_grounding/images/278.png b/perception/single_instance_identification/visual_grounding/images/278.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2f9107b706a10716f67f79d49da04df6489762 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541e248809254ff1e2e3eba526f7959b2bb6afced744e76699bfc406475ec484 +size 803139 diff --git a/perception/single_instance_identification/visual_grounding/images/279.png b/perception/single_instance_identification/visual_grounding/images/279.png new file mode 100644 index 0000000000000000000000000000000000000000..f04ff1f4be484797df7e8d08831b5516d796db22 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f70b68e4fcc388adc8b3b6c20474dc24664034e9c84c252e33fbeb77492d79 +size 1077715 diff --git a/perception/single_instance_identification/visual_grounding/images/28.png b/perception/single_instance_identification/visual_grounding/images/28.png new file mode 100644 index 0000000000000000000000000000000000000000..caaa4a6a28dccbb2c871a05622ad53ed86457c01 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de03ab97592b0fae21ee173850ca5cf3c1f61c10e0a23c023ad4ece16ecc77c +size 1246933 diff --git a/perception/single_instance_identification/visual_grounding/images/280.png b/perception/single_instance_identification/visual_grounding/images/280.png new file mode 100644 index 0000000000000000000000000000000000000000..989ab8dfe939552be829e7461ec0fd138346cf8a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8695ed7208f7343aefa25de0a2f36d19f530a00e267427b0b712be3eeaae3929 +size 853442 diff --git a/perception/single_instance_identification/visual_grounding/images/281.png b/perception/single_instance_identification/visual_grounding/images/281.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb6ed98dc3badd299cdbf2ed941e31b695afeea --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579b4de39238359c640c9b6cec3fe0447d37d5f31a5ef99d2d6e451b59119a8a +size 637299 diff --git a/perception/single_instance_identification/visual_grounding/images/282.png b/perception/single_instance_identification/visual_grounding/images/282.png new file mode 100644 index 0000000000000000000000000000000000000000..30ebdc4365bc766362a5946ee4bbd4779b1ace67 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5b74f9236e8e42b3c4ae2234dc2833f2b5e4846ff980cfa96a582efc012989 +size 955145 diff --git a/perception/single_instance_identification/visual_grounding/images/283.png b/perception/single_instance_identification/visual_grounding/images/283.png new file mode 100644 index 0000000000000000000000000000000000000000..bca8e82c90991e02bc3ab4f872b60c974a2983f0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9f86fe8144f0f98b954b6f6a2407b2730532bcfc20063ffe2ec759ace500eb +size 631348 diff --git a/perception/single_instance_identification/visual_grounding/images/284.png b/perception/single_instance_identification/visual_grounding/images/284.png new file mode 100644 index 0000000000000000000000000000000000000000..64aaa217480fc8663daf3e162eed9d977f6deeec --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4820eb810ba521d7666a0b18342627e9186bad96b560c819d211cb5115c2c7d8 +size 123795 diff --git a/perception/single_instance_identification/visual_grounding/images/285.png b/perception/single_instance_identification/visual_grounding/images/285.png new file mode 100644 index 0000000000000000000000000000000000000000..08f23b7402f7cc12e4a8667b286adf3e6e88498e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1663939c075285b77567ae46ef935bba3d5147c7790228eaec6e3a8a3f69c15 +size 1031755 diff --git a/perception/single_instance_identification/visual_grounding/images/286.png b/perception/single_instance_identification/visual_grounding/images/286.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e5642a25dfa65272fe09fd4679c9697808ebc7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f619ce0b0e620e846d37b3484686fb972fde2727cf42676fab0897be36b8161 +size 681870 diff --git a/perception/single_instance_identification/visual_grounding/images/287.png b/perception/single_instance_identification/visual_grounding/images/287.png new file mode 100644 index 0000000000000000000000000000000000000000..22322e16522f94fcf93df80e71b673795cc71bb7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ff3a9fed5e989dd432d7ddc25b8e82d832c3c4c5a87ac2be1eb4fe0048b139 +size 649066 diff --git a/perception/single_instance_identification/visual_grounding/images/288.png b/perception/single_instance_identification/visual_grounding/images/288.png new file mode 100644 index 0000000000000000000000000000000000000000..24de60d44d8b1ccc1f4579c2b62d05a0ff252090 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818aa69595ec08c38ccbb5802f981444883bee28bec7651930fd719c27023beb +size 1600690 diff --git a/perception/single_instance_identification/visual_grounding/images/289.png b/perception/single_instance_identification/visual_grounding/images/289.png new file mode 100644 index 0000000000000000000000000000000000000000..4462235e85a115c372905dbeeb17740267c584f5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6bfce2f4021a601267303fc620585caf88fa2c1891a66254bbb22098174873 +size 1187648 diff --git a/perception/single_instance_identification/visual_grounding/images/29.png b/perception/single_instance_identification/visual_grounding/images/29.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a0f36719ada410dfa5d3e4a02881e02d9d2ebc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac52b085feb2bdfada3bde16b283fb4941acf18371c61d621a98a5278f346fd5 +size 1095574 diff --git a/perception/single_instance_identification/visual_grounding/images/290.png b/perception/single_instance_identification/visual_grounding/images/290.png new file mode 100644 index 0000000000000000000000000000000000000000..8820d6b5d7afe6c9193bbddf8c8f528376416f0d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b198322be00dd13ccb2e20717d61d6cb96f9f5d32fd31e1fb64d6ac68c98f44b +size 885342 diff --git a/perception/single_instance_identification/visual_grounding/images/291.png b/perception/single_instance_identification/visual_grounding/images/291.png new file mode 100644 index 0000000000000000000000000000000000000000..f6731089f1d073616f078d43340cd148d5a791b9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae8b4ca6a7d9a5d71f92c4363e5b116941ce24bc1ac717e4df7fbac6bdd1c0 +size 119080 diff --git a/perception/single_instance_identification/visual_grounding/images/292.png b/perception/single_instance_identification/visual_grounding/images/292.png new file mode 100644 index 0000000000000000000000000000000000000000..a63cd318088cf093b3101226ad851b22be33cba7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1107c95064a7bbdfb86f3d453f7e78b767cd1ce7c60d9a3911a1fd2c92e121ea +size 707125 diff --git a/perception/single_instance_identification/visual_grounding/images/293.png b/perception/single_instance_identification/visual_grounding/images/293.png new file mode 100644 index 0000000000000000000000000000000000000000..9fae32b4f4f1eb61d22bd9b5e45c0015e233b8cf --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68a202c1365fbeaa323ee0cbc60d2d6ec5b114f7ece66fda381d0cd6af89066 +size 998581 diff --git a/perception/single_instance_identification/visual_grounding/images/294.png b/perception/single_instance_identification/visual_grounding/images/294.png new file mode 100644 index 0000000000000000000000000000000000000000..1516aca0291f70921b38feb4b17278ca834e4eb8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbba8be4caa7398eb5239d3e1f6f11865c51259df6df849240f0745d84aad80 +size 414995 diff --git a/perception/single_instance_identification/visual_grounding/images/295.png b/perception/single_instance_identification/visual_grounding/images/295.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc58926360eeba60b480ab9758f8b62c5942abc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754cbd85e3c384ace2c92874dc3c902835ca3e83cf8e8563d909faebab39b873 +size 1412884 diff --git a/perception/single_instance_identification/visual_grounding/images/296.png b/perception/single_instance_identification/visual_grounding/images/296.png new file mode 100644 index 0000000000000000000000000000000000000000..854f94f41aa6dffc95107a62635cb21f9d34b074 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca50274a827628f5df7e65fbac7dbccb62cbfe64b1cce90634ce04937df76ec +size 680776 diff --git a/perception/single_instance_identification/visual_grounding/images/297.png b/perception/single_instance_identification/visual_grounding/images/297.png new file mode 100644 index 0000000000000000000000000000000000000000..bef8431a3a181a940d68810cc395fbe35646a5b4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69181252f7ca541ebaca7e6281be4e94bddb9f9d03b01827009d12b2cf045fd3 +size 517921 diff --git a/perception/single_instance_identification/visual_grounding/images/298.png b/perception/single_instance_identification/visual_grounding/images/298.png new file mode 100644 index 0000000000000000000000000000000000000000..6679516e362900bb592135637b6de2d180c5824a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1270adb99fa7f95cffbbe0d002a582855a4a9bdb2398b99f3cde6a04d3a63db9 +size 1368766 diff --git a/perception/single_instance_identification/visual_grounding/images/299.png b/perception/single_instance_identification/visual_grounding/images/299.png new file mode 100644 index 0000000000000000000000000000000000000000..c146848da1b97dbe696b6f317e6918ee4dce950d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709117380af812e1b85677bf7f92d218a3a370261ecec040b0a353d3d1223224 +size 912561 diff --git a/perception/single_instance_identification/visual_grounding/images/3.png b/perception/single_instance_identification/visual_grounding/images/3.png new file mode 100644 index 0000000000000000000000000000000000000000..020b383fe049b8c871cfae8dd804ee5045104355 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349120560034731ac08f4a4d17e4c5b6102837edc846d68ccebcf452f320224d +size 298183 diff --git a/perception/single_instance_identification/visual_grounding/images/30.png b/perception/single_instance_identification/visual_grounding/images/30.png new file mode 100644 index 0000000000000000000000000000000000000000..245e457b7996f59aa6aa54188e0aef84664326b6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3029323ffc98028d5c3f69e6d56b5dc4e1ba2d7c243b80783378c7e6367ff2 +size 522575 diff --git a/perception/single_instance_identification/visual_grounding/images/300.png b/perception/single_instance_identification/visual_grounding/images/300.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff9d56288a83d00d3a658c4ddec2115de688441 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6512dd6fb0fcb304940bb3ccdd5fadea3d04b3c89350034bae27e8e693f45f8e +size 1405051 diff --git a/perception/single_instance_identification/visual_grounding/images/301.png b/perception/single_instance_identification/visual_grounding/images/301.png new file mode 100644 index 0000000000000000000000000000000000000000..03af3c1f86ea8a096bb8cda224cfa3f676211da5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586cb0f20a6d8fb994feb772a51f724d08db4d6d9116cb4a75921eec6e3ca27a +size 1102547 diff --git a/perception/single_instance_identification/visual_grounding/images/302.png b/perception/single_instance_identification/visual_grounding/images/302.png new file mode 100644 index 0000000000000000000000000000000000000000..a6aa8a10f5c42483d1ff1dccc343cd76ce0eac5e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae506d185756ce83c29861ccf067239054c91ebfed02663823fbbb34cc09f18 +size 1077472 diff --git a/perception/single_instance_identification/visual_grounding/images/303.png b/perception/single_instance_identification/visual_grounding/images/303.png new file mode 100644 index 0000000000000000000000000000000000000000..60b8e98fd2cdaecc49d5dedb2fe8993585314b30 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6befbf85d8fc747368af1225284b2b42da38590c0130c1687396d4b8776fcde +size 1516285 diff --git a/perception/single_instance_identification/visual_grounding/images/304.png b/perception/single_instance_identification/visual_grounding/images/304.png new file mode 100644 index 0000000000000000000000000000000000000000..7ebcb6bb8a26b5fb59711f62bd293a2e946139d5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7379472209ae185751734ae4d94cf748b72a07847b4f76c5f6224d0b5a7398 +size 475056 diff --git a/perception/single_instance_identification/visual_grounding/images/305.png b/perception/single_instance_identification/visual_grounding/images/305.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba1cc5a527e248dcba6e679cded80461591b6b9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7324fac4817811cc7fd5e6d34997acbba933f91927fadb0e23426725ab4d915 +size 815278 diff --git a/perception/single_instance_identification/visual_grounding/images/306.png b/perception/single_instance_identification/visual_grounding/images/306.png new file mode 100644 index 0000000000000000000000000000000000000000..de468018550535a0bc42019f0d3bfb88b1d19aeb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382e803029f2153c519c69866faee96be2279d419712757a311587407f01e206 +size 1209906 diff --git a/perception/single_instance_identification/visual_grounding/images/307.png b/perception/single_instance_identification/visual_grounding/images/307.png new file mode 100644 index 0000000000000000000000000000000000000000..9d91a9f56a963602296b00c3a6cd438698d4fb64 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67873bd971d049aed60a0e249eab995e269929ee844b1d55501047901b2b340 +size 617118 diff --git a/perception/single_instance_identification/visual_grounding/images/308.png b/perception/single_instance_identification/visual_grounding/images/308.png new file mode 100644 index 0000000000000000000000000000000000000000..08f6b65ac587fb3ed72798e1ecd835a5979d1c70 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd62ae16e242f572e6751129759a80397900e20734638c1d1a8d6e88ee592df9 +size 840399 diff --git a/perception/single_instance_identification/visual_grounding/images/309.png b/perception/single_instance_identification/visual_grounding/images/309.png new file mode 100644 index 0000000000000000000000000000000000000000..1bef6cd110109ffde57ab7afec2aec97a9209361 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2032c416d4a61d2538b90e671d925849cc4037b99f5d9443d5fdde29a77bb1a +size 1486920 diff --git a/perception/single_instance_identification/visual_grounding/images/31.png b/perception/single_instance_identification/visual_grounding/images/31.png new file mode 100644 index 0000000000000000000000000000000000000000..3381b1bfb972efd1548ca9faed6511bb64414871 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5a9ecdf8b980b2dc2cb1782cf4bd966b382525f9fe1094e1b82e2fc1877950 +size 956347 diff --git a/perception/single_instance_identification/visual_grounding/images/310.png b/perception/single_instance_identification/visual_grounding/images/310.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b04174e4484ee241c8b74b43dc561ff7a7cb23 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f384bc60629bf497eda95de34b314f9bedc3f86ce6d961062136f9bcaaa03831 +size 1324279 diff --git a/perception/single_instance_identification/visual_grounding/images/311.png b/perception/single_instance_identification/visual_grounding/images/311.png new file mode 100644 index 0000000000000000000000000000000000000000..5ca3e2836a6423188eeac0d7526ba470aae61119 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b70f842f6fdd40a26583579136379fba633347d086c072c1643f3892260b4ef +size 882971 diff --git a/perception/single_instance_identification/visual_grounding/images/312.png b/perception/single_instance_identification/visual_grounding/images/312.png new file mode 100644 index 0000000000000000000000000000000000000000..7de21e65622b7ac610cac872595d7394116a01d3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd26572a24a4ca056d65313509a302e07f01354de2c3bf8db697ffe3ceb2f82 +size 104787 diff --git a/perception/single_instance_identification/visual_grounding/images/313.png b/perception/single_instance_identification/visual_grounding/images/313.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c28fcc7df3fa6566fa070857d5f79bcc0eaada --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2ac0903b6e3ee679e10dbd341761cd584d74c40779f8f240c4ca05ef21f9d6 +size 993861 diff --git a/perception/single_instance_identification/visual_grounding/images/314.png b/perception/single_instance_identification/visual_grounding/images/314.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c5b178dd01e8cac3d4e622db018e7864b77b2f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fa0efc0622b3368c360a04e75a41b47c47c3b46b32bb3b2c8fc70dc5bfe6f4 +size 957681 diff --git a/perception/single_instance_identification/visual_grounding/images/315.png b/perception/single_instance_identification/visual_grounding/images/315.png new file mode 100644 index 0000000000000000000000000000000000000000..7c0d062cda32b4f5976da514a1b1fbd1e7ced8fb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4da966ca7563140c260d446088880cac9df2326cea413e3b4ae48821df23cbe +size 1007603 diff --git a/perception/single_instance_identification/visual_grounding/images/316.png b/perception/single_instance_identification/visual_grounding/images/316.png new file mode 100644 index 0000000000000000000000000000000000000000..fca93ee20ddfc664db8f3b712a3b75916ceb93bd --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3560f7f44168f86ac8c6285f13e8d0c37f59377b792fdb21a9bf3353c42684ec +size 525324 diff --git a/perception/single_instance_identification/visual_grounding/images/317.png b/perception/single_instance_identification/visual_grounding/images/317.png new file mode 100644 index 0000000000000000000000000000000000000000..66d8d6d02e324ec56a6c273e8bbaeeb9cbdb8dc6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63289d2e190c51cbc066869fa75ae97b605b4c8f52079e1d2e9fa13db0c9570 +size 433956 diff --git a/perception/single_instance_identification/visual_grounding/images/318.png b/perception/single_instance_identification/visual_grounding/images/318.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd27eeee5145a07b60f1c7ff781cd018735d9ea --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f9648a248c84c601987904f7724d2fd02a8502f078b1554a2bc59bbd596f27 +size 121128 diff --git a/perception/single_instance_identification/visual_grounding/images/319.png b/perception/single_instance_identification/visual_grounding/images/319.png new file mode 100644 index 0000000000000000000000000000000000000000..16243831d8342896f1083a5be24cf99071bf6e16 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7b7164b419f3375cbc9f2bb67314773f32dc511de2eacc29a14bdd98ca459a +size 139137 diff --git a/perception/single_instance_identification/visual_grounding/images/32.png b/perception/single_instance_identification/visual_grounding/images/32.png new file mode 100644 index 0000000000000000000000000000000000000000..b83d193e5c7f215da7c4449a2f24713b85c13d4a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31bd98b577d4326a03154dc3dc2a146dfbc0e3e28f39c5a04c5c4f980f3bf9d +size 1017741 diff --git a/perception/single_instance_identification/visual_grounding/images/320.png b/perception/single_instance_identification/visual_grounding/images/320.png new file mode 100644 index 0000000000000000000000000000000000000000..677412ff1983dd7237f81a2d6ff99896cd22b756 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bebae310238c4bd26a7c03fc1774647b73547e3d683853bdd37265538967b11 +size 1000319 diff --git a/perception/single_instance_identification/visual_grounding/images/321.png b/perception/single_instance_identification/visual_grounding/images/321.png new file mode 100644 index 0000000000000000000000000000000000000000..99db320be920bc52ad42cb4732b1086c18f4d0d0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51473939bc0fb7f6b6116ed088ded489c98132da8efcbb0ce7f03ce3a5da1be +size 918909 diff --git a/perception/single_instance_identification/visual_grounding/images/322.png b/perception/single_instance_identification/visual_grounding/images/322.png new file mode 100644 index 0000000000000000000000000000000000000000..9e675e1f0bc72cf2565f4f0e89364f2f4c55dff3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9079e22dafa1ea79b249678783dafc865bdc5991cf9379a102816726ce1379b +size 731782 diff --git a/perception/single_instance_identification/visual_grounding/images/323.png b/perception/single_instance_identification/visual_grounding/images/323.png new file mode 100644 index 0000000000000000000000000000000000000000..549bca406b125f6eb5386e70cac7a04334e110af --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062eb8cfdaacc5a76c1c72e30959f8b233c1e0fb752c4d630582012329c09e55 +size 1029604 diff --git a/perception/single_instance_identification/visual_grounding/images/324.png b/perception/single_instance_identification/visual_grounding/images/324.png new file mode 100644 index 0000000000000000000000000000000000000000..ad9ac1f1143b31e9a635809cd5e857101216bfdc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b07870ebe5c8938c992ed2433ce56a6970832e7bbe116a834c78840a1ac995 +size 1150027 diff --git a/perception/single_instance_identification/visual_grounding/images/325.png b/perception/single_instance_identification/visual_grounding/images/325.png new file mode 100644 index 0000000000000000000000000000000000000000..2f52c6077582b3f8d33dbe8fed62c360acc64590 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f59457cc42997a1c24e3a01a9d61e47a268a90b2076e2f7a67761d01b48a653 +size 912315 diff --git a/perception/single_instance_identification/visual_grounding/images/326.png b/perception/single_instance_identification/visual_grounding/images/326.png new file mode 100644 index 0000000000000000000000000000000000000000..9356ec60bca839157c683ecf65f6eb269ce368ee --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d33ff5711a69ad6e067b336a3509c12224b618c88f501a9aee32171569d278 +size 1250727 diff --git a/perception/single_instance_identification/visual_grounding/images/327.png b/perception/single_instance_identification/visual_grounding/images/327.png new file mode 100644 index 0000000000000000000000000000000000000000..b7972bae7e710cdd89912cd263dfef35c593be33 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62263881bb2f0edd707c29a46a6f00b8aa94deb41e57aac4d24373142a039283 +size 1029764 diff --git a/perception/single_instance_identification/visual_grounding/images/328.png b/perception/single_instance_identification/visual_grounding/images/328.png new file mode 100644 index 0000000000000000000000000000000000000000..db845b1b55cd55a788d8390e05fa955a6c181f30 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e87df9f605112103d1dfc1e3441b58c906056c420857c845c7b720f7a17b80 +size 783584 diff --git a/perception/single_instance_identification/visual_grounding/images/329.png b/perception/single_instance_identification/visual_grounding/images/329.png new file mode 100644 index 0000000000000000000000000000000000000000..2509e261f0d513d7da0deafbfd7c02c7e0eec49f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effea18b45f7d8e7361e720a29d64615909aa1135745b3a026d1465b55cb1e11 +size 1051708 diff --git a/perception/single_instance_identification/visual_grounding/images/33.png b/perception/single_instance_identification/visual_grounding/images/33.png new file mode 100644 index 0000000000000000000000000000000000000000..76cc0eebef7533a75620fd841c4e98d53602f7c5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b15889965211d59070ea1d53d586d1a522a72406d019a86ce9ffac1838abf8 +size 605643 diff --git a/perception/single_instance_identification/visual_grounding/images/330.png b/perception/single_instance_identification/visual_grounding/images/330.png new file mode 100644 index 0000000000000000000000000000000000000000..84d431b5d943a0fa3e662c105cac64784445771f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3fe71b8ef1f10e0f7a8edf25c697c9010e205c9b4fffc31bc37c65ee6a74f9 +size 897880 diff --git a/perception/single_instance_identification/visual_grounding/images/331.png b/perception/single_instance_identification/visual_grounding/images/331.png new file mode 100644 index 0000000000000000000000000000000000000000..357a34446e382c81023dfe1eda7ff29666f49685 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735f4d8ad419d9b906da5d92f454257d226726906c3186cf7bb40c3ae8b9389a +size 179657 diff --git a/perception/single_instance_identification/visual_grounding/images/332.png b/perception/single_instance_identification/visual_grounding/images/332.png new file mode 100644 index 0000000000000000000000000000000000000000..57fb813364859875d1f7db1b25fc7fd86d1f5ff0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6c328700b13da40463c083b8f1bad56c6296f195afb2bd5856781f6115df4e +size 807856 diff --git a/perception/single_instance_identification/visual_grounding/images/333.png b/perception/single_instance_identification/visual_grounding/images/333.png new file mode 100644 index 0000000000000000000000000000000000000000..fecb5363271d241d6e57c66ccb694fa3263171b2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300adfc582a0d9b16c59b9471484ebdfafedc30c90afb5ecd25d848d1728f35c +size 841839 diff --git a/perception/single_instance_identification/visual_grounding/images/334.png b/perception/single_instance_identification/visual_grounding/images/334.png new file mode 100644 index 0000000000000000000000000000000000000000..e30a2b679654c18edd5eac3f29dd2a02a6769880 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e1deac86d0f4fd0a21f014248fd264e1eba856833efd2418c9abf0eaad6981 +size 153273 diff --git a/perception/single_instance_identification/visual_grounding/images/335.png b/perception/single_instance_identification/visual_grounding/images/335.png new file mode 100644 index 0000000000000000000000000000000000000000..405a93027eb6cb51c0d2171c39befc69f5ea077c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f155e3dffa605dd1d65c7c6410eebd03930833aa44bb3497bd5a9f253027e8b +size 1201128 diff --git a/perception/single_instance_identification/visual_grounding/images/336.png b/perception/single_instance_identification/visual_grounding/images/336.png new file mode 100644 index 0000000000000000000000000000000000000000..25e8534ff7bb9ff145a541c85fdf795bd17efbee --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f19bae3b8daaabc3c598c6c797acaef055e34849e6804c47a99dd86866319d +size 901136 diff --git a/perception/single_instance_identification/visual_grounding/images/337.png b/perception/single_instance_identification/visual_grounding/images/337.png new file mode 100644 index 0000000000000000000000000000000000000000..63dc8d74e80dcb140263214d793399ac4a9bfeb7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b04413a60306206e69bb53c4f40911c47e67b6f3fb577b46698a38edd93ce4 +size 1026298 diff --git a/perception/single_instance_identification/visual_grounding/images/338.png b/perception/single_instance_identification/visual_grounding/images/338.png new file mode 100644 index 0000000000000000000000000000000000000000..96e6f57499f9f29f9011937d8c11ce3bc71e5240 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb52dd4a7478ae3a26f33bdfff070f947c7a62184a2af25144b487a55dc8473 +size 932600 diff --git a/perception/single_instance_identification/visual_grounding/images/339.png b/perception/single_instance_identification/visual_grounding/images/339.png new file mode 100644 index 0000000000000000000000000000000000000000..df87ffb419be323a244ac575c195d1caa59cd469 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db04d964d19146a09657db443d33a74dcd1d3c69ffccb6a29dce313a83a7c20 +size 92671 diff --git a/perception/single_instance_identification/visual_grounding/images/34.png b/perception/single_instance_identification/visual_grounding/images/34.png new file mode 100644 index 0000000000000000000000000000000000000000..1b9a587d3ac2c4d19548b42382b04c4e2cdf8e42 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa268f39f770954ad3392e698e53c3f5ca1307fea4970ae2da61a097a0abd628 +size 1025216 diff --git a/perception/single_instance_identification/visual_grounding/images/340.png b/perception/single_instance_identification/visual_grounding/images/340.png new file mode 100644 index 0000000000000000000000000000000000000000..2855734b4f96f672c70330752c56fc899c1e1718 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e400eaa09891a8f07c49af37c6e38c5708e2e6a907113cae7036c83b3abfc737 +size 888584 diff --git a/perception/single_instance_identification/visual_grounding/images/341.png b/perception/single_instance_identification/visual_grounding/images/341.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ca23e9fa6db9230b6920345ccba012b2e9b0f5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6120ee1c101afce4612f85a6a1c7f4e97be4c06ec25e7824e1f3bc3152ea1590 +size 1218025 diff --git a/perception/single_instance_identification/visual_grounding/images/342.png b/perception/single_instance_identification/visual_grounding/images/342.png new file mode 100644 index 0000000000000000000000000000000000000000..5c63f8c9b0ad028fde15a6f6801043156a51de27 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a3aa0197c67179744b48f69d146b1084250a71a5bc34ffaed9db52eac03e59 +size 420009 diff --git a/perception/single_instance_identification/visual_grounding/images/343.png b/perception/single_instance_identification/visual_grounding/images/343.png new file mode 100644 index 0000000000000000000000000000000000000000..ae66ac24398aba96cde521953fce4208ca78b1eb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203cc12e24eabbe20c1f989c29703688705476bb18c6358bf7a2af3bb4c3875a +size 726003 diff --git a/perception/single_instance_identification/visual_grounding/images/344.png b/perception/single_instance_identification/visual_grounding/images/344.png new file mode 100644 index 0000000000000000000000000000000000000000..9519002c8c465ed221510f6def81e1840fcaa774 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e9be23da04d0bd536ad5274408bf31bfef3ef6b1c0b2e2dd5bc1c58bd99ecd +size 1055353 diff --git a/perception/single_instance_identification/visual_grounding/images/345.png b/perception/single_instance_identification/visual_grounding/images/345.png new file mode 100644 index 0000000000000000000000000000000000000000..23640f3eb9bb9475595d9b647523966c7fafc243 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd4b1aca63b8bf44dfdbbe800fd845bd02a4e5109597c32213920b8b11f5780 +size 1247841 diff --git a/perception/single_instance_identification/visual_grounding/images/346.png b/perception/single_instance_identification/visual_grounding/images/346.png new file mode 100644 index 0000000000000000000000000000000000000000..27a9e8e37fac68b2f5fe54f495586a91c2ff428a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5b632197e4b6156b41be75fdad3aeda4a342b643fda10034af0f4b7634a799 +size 614292 diff --git a/perception/single_instance_identification/visual_grounding/images/347.png b/perception/single_instance_identification/visual_grounding/images/347.png new file mode 100644 index 0000000000000000000000000000000000000000..c78359ac1f25c091c4a5a40d30199281cc550d89 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716b0c26e2dc127b1eb89b8d43538ab481d9c62ba9cbf75aee20274f58c360f1 +size 891986 diff --git a/perception/single_instance_identification/visual_grounding/images/348.png b/perception/single_instance_identification/visual_grounding/images/348.png new file mode 100644 index 0000000000000000000000000000000000000000..5804e5365d1157152bf9ab03a36e135b5a7ff386 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6955f04d5eea06a61e36f09e3348b250814e225633cba9b3cb9e7f0843b8bc +size 961185 diff --git a/perception/single_instance_identification/visual_grounding/images/349.png b/perception/single_instance_identification/visual_grounding/images/349.png new file mode 100644 index 0000000000000000000000000000000000000000..fbcbd5f268b80a859052ff53e0fd8b5df0d78f6c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bafca3ce3c356aabb352db7892ad6dfae7f0cf33039209d69aa6c3c833fe2e +size 706869 diff --git a/perception/single_instance_identification/visual_grounding/images/35.png b/perception/single_instance_identification/visual_grounding/images/35.png new file mode 100644 index 0000000000000000000000000000000000000000..fc608fe7dd2db35bccd6d57dfa141a32a54fff67 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0683a37956be7b15c56912fe8c1f8e5bfca88125bf7716209d9a8332a246c2da +size 950124 diff --git a/perception/single_instance_identification/visual_grounding/images/350.png b/perception/single_instance_identification/visual_grounding/images/350.png new file mode 100644 index 0000000000000000000000000000000000000000..cb78013b8861428d401fbd03ac6f07d659e79d95 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98678a05d6a835e6b84537566fab7ffb24f2646746a06f618946b97dfcc421f +size 1008578 diff --git a/perception/single_instance_identification/visual_grounding/images/351.png b/perception/single_instance_identification/visual_grounding/images/351.png new file mode 100644 index 0000000000000000000000000000000000000000..5c179cad1925dabba195651610333a0160a04e76 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0017838f7ae735afdd322d1a73fb64dfc7fc8173408fbce2bbd4f2e0d7256f34 +size 1140732 diff --git a/perception/single_instance_identification/visual_grounding/images/352.png b/perception/single_instance_identification/visual_grounding/images/352.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb5b6eecf92336aad1d6bbefb5ca669747de71b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d4c25bc2c892b62aa4a85325228e340f42753a17798d2f6bb27b7ecd32e6f5 +size 1135114 diff --git a/perception/single_instance_identification/visual_grounding/images/353.png b/perception/single_instance_identification/visual_grounding/images/353.png new file mode 100644 index 0000000000000000000000000000000000000000..395e3af5fb8a5f9b922c99faec92a1281c8db2b7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393c5a9b61ce1edd6dc9d19c2d320b229a39d19a4fe2d44094931baa3780aeb1 +size 996567 diff --git a/perception/single_instance_identification/visual_grounding/images/354.png b/perception/single_instance_identification/visual_grounding/images/354.png new file mode 100644 index 0000000000000000000000000000000000000000..fad5c5e898d85c9e2e820da26718ad8d14a9eb98 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc006174e10d16ad8f043cf6051eb9b6edeb705c176d5cc3f3cf81286b67c2e0 +size 1319098 diff --git a/perception/single_instance_identification/visual_grounding/images/355.png b/perception/single_instance_identification/visual_grounding/images/355.png new file mode 100644 index 0000000000000000000000000000000000000000..a047398b95228993028be5cb648ca53df0b82052 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8c147cc7f7211798080968048f12ca137c110547b97874a035514752f6349b +size 825344 diff --git a/perception/single_instance_identification/visual_grounding/images/356.png b/perception/single_instance_identification/visual_grounding/images/356.png new file mode 100644 index 0000000000000000000000000000000000000000..9112c1a460196c83f53f92ad4d55bcdc7e14c506 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fbed5f401e603972e7ed169e7f967e78d669e862fc8afb0e0cab4fd7e5092b +size 1025493 diff --git a/perception/single_instance_identification/visual_grounding/images/357.png b/perception/single_instance_identification/visual_grounding/images/357.png new file mode 100644 index 0000000000000000000000000000000000000000..1cce85f92218a1d87c4b7cb83ec6b196930f79a4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da649e8f8aaef46bd5456db2e8ffd7d112ea96a5010f2e74729fdd66a1a14db +size 1401115 diff --git a/perception/single_instance_identification/visual_grounding/images/358.png b/perception/single_instance_identification/visual_grounding/images/358.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea3726bcb1844a672d69fb72a738e89304595d4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8951e23913e372fca9b7c59c59b93af2f41be52271292ad7b6c5d27116657967 +size 1197566 diff --git a/perception/single_instance_identification/visual_grounding/images/359.png b/perception/single_instance_identification/visual_grounding/images/359.png new file mode 100644 index 0000000000000000000000000000000000000000..9dff2925592368d6405a45d644650fcdfe25ecce --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ef2bb0cb7fd777aae64af92c13d408fad69f16eb680eea2a32de99a7689aac +size 712469 diff --git a/perception/single_instance_identification/visual_grounding/images/36.png b/perception/single_instance_identification/visual_grounding/images/36.png new file mode 100644 index 0000000000000000000000000000000000000000..e97cce094fde1f56d0d42f9785d9e5752bf5a670 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc6e59d13e5d401ec74e5728776fe09c42d41f7d19238650cdc2c3b732429ef +size 1244888 diff --git a/perception/single_instance_identification/visual_grounding/images/360.png b/perception/single_instance_identification/visual_grounding/images/360.png new file mode 100644 index 0000000000000000000000000000000000000000..2b79c73ac782383dbae92cddbf62c0060d3549d3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb1852fa14a6d365f832292c1055dd2aa31f4d8023ec25e7802d1c4c1788275 +size 1086837 diff --git a/perception/single_instance_identification/visual_grounding/images/361.png b/perception/single_instance_identification/visual_grounding/images/361.png new file mode 100644 index 0000000000000000000000000000000000000000..a2f65492fc4c7a6dec207b1de453b5fc54d336ae --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d69b65329248bbfdc26fef34bff4f4fde364e4f477d6b10a292fdb2f71e9e3 +size 1389908 diff --git a/perception/single_instance_identification/visual_grounding/images/362.png b/perception/single_instance_identification/visual_grounding/images/362.png new file mode 100644 index 0000000000000000000000000000000000000000..ab33bf56bc4e55a81333b6a6b9db51aa8a9f6e1b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23e67b3351040edb3920fc5bf1076ec61adb0008556d9749f28cba02897547e +size 1195749 diff --git a/perception/single_instance_identification/visual_grounding/images/363.png b/perception/single_instance_identification/visual_grounding/images/363.png new file mode 100644 index 0000000000000000000000000000000000000000..30ef27957fd07b0aac3b454b8a8823812916297c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe596209baf7a795f3644a0b7c7b750c27ff8ace95f6d90e51080a31ffe27540 +size 90826 diff --git a/perception/single_instance_identification/visual_grounding/images/364.png b/perception/single_instance_identification/visual_grounding/images/364.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc4cc7a00adf11de913c146918e545433a80f18 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5428045df5c6aba139d8f3f1d23d35313cf2f7300a58027b8a25c9983f6cf2e +size 1373105 diff --git a/perception/single_instance_identification/visual_grounding/images/365.png b/perception/single_instance_identification/visual_grounding/images/365.png new file mode 100644 index 0000000000000000000000000000000000000000..41f2991469dc407b4acc1e78fc90557f0a435d2b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b6f2133479151c9265d6d14cea3f47011e4cda52927c6bdec54af5ab8229ac +size 994009 diff --git a/perception/single_instance_identification/visual_grounding/images/366.png b/perception/single_instance_identification/visual_grounding/images/366.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5dc1be4c6ddd5bc3c5c3d06d9fb3e6a7f25f63 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9116099c971c10a6b371443ca0b00f5ee7da87182ec1c0f903feabd35f902db7 +size 1028237 diff --git a/perception/single_instance_identification/visual_grounding/images/367.png b/perception/single_instance_identification/visual_grounding/images/367.png new file mode 100644 index 0000000000000000000000000000000000000000..512df44b26035d65b15813efe5d1495b2e5ff5fa --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7c0474616e540af9c27ccdfa88305c12b38b0a847f3dad083c53fc731700d0 +size 918816 diff --git a/perception/single_instance_identification/visual_grounding/images/368.png b/perception/single_instance_identification/visual_grounding/images/368.png new file mode 100644 index 0000000000000000000000000000000000000000..78514a86732d7d4fbecd2f9bb5926ff7841c7fb1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca7a3007e5c56e35e461ebca4778130b920041cb87cf3383f8c09a1fe5d51b9 +size 1293639 diff --git a/perception/single_instance_identification/visual_grounding/images/369.png b/perception/single_instance_identification/visual_grounding/images/369.png new file mode 100644 index 0000000000000000000000000000000000000000..5a94c14d52599df7e71a0d6dfdb1aff032e9eb5a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e947128847bbde11a511ad7a203c1e3291131df8a6e0883bc9aef66988bfd0 +size 1045543 diff --git a/perception/single_instance_identification/visual_grounding/images/37.png b/perception/single_instance_identification/visual_grounding/images/37.png new file mode 100644 index 0000000000000000000000000000000000000000..a2563b11e9ddf67f77378ea7ee6aa0b7b12e79f6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073cf7c63faea812e39896cb257b87bf3dfb6cc526874a1a2e2faa5be9c8a905 +size 1466602 diff --git a/perception/single_instance_identification/visual_grounding/images/370.png b/perception/single_instance_identification/visual_grounding/images/370.png new file mode 100644 index 0000000000000000000000000000000000000000..1a51e507ac532b23af5912aa604fef90714c3d57 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52136b5f938431b603a3635e7013a14542bba5dfd3926db1849d2b96afdc817a +size 1437207 diff --git a/perception/single_instance_identification/visual_grounding/images/371.png b/perception/single_instance_identification/visual_grounding/images/371.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf9b8d53148012ee202f101e394bd3469258f5f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9993227ad8b7b1d3dd3193b2950ab60db8b40c15dcf3222d7cba48bca8641bf5 +size 660967 diff --git a/perception/single_instance_identification/visual_grounding/images/372.png b/perception/single_instance_identification/visual_grounding/images/372.png new file mode 100644 index 0000000000000000000000000000000000000000..bec8ece814b9ac7918b19c3aadea67f142ea4664 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a90de0ecd1769e364e9e9382acde700995978fe2b063a073badf34e63ce533a +size 1292909 diff --git a/perception/single_instance_identification/visual_grounding/images/373.png b/perception/single_instance_identification/visual_grounding/images/373.png new file mode 100644 index 0000000000000000000000000000000000000000..8a92f4770599eacc952bb2551159e324895ba566 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9e61b757d5c0289e4520888e345d3ef0e47eecff463fd1907833d50bc5cbd9 +size 1135980 diff --git a/perception/single_instance_identification/visual_grounding/images/374.png b/perception/single_instance_identification/visual_grounding/images/374.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3592399868612c79f774e2d07a1015b4825d63 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352be6b7f2401e518359fc30803ad972ee360ab2b6ae2087033fea97194c043 +size 1401792 diff --git a/perception/single_instance_identification/visual_grounding/images/375.png b/perception/single_instance_identification/visual_grounding/images/375.png new file mode 100644 index 0000000000000000000000000000000000000000..eb792ed1c5914ff3787a830b0320ff0309159eda --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496734ec325bd87ea99486013249ef2df25f469b8101ca233a70e48997844304 +size 1446338 diff --git a/perception/single_instance_identification/visual_grounding/images/376.png b/perception/single_instance_identification/visual_grounding/images/376.png new file mode 100644 index 0000000000000000000000000000000000000000..0e97bab31cfa514d693329f2b342063ea6ae6f80 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5680f8c18688e0011a6c13836701e67b11d1be34fd3f5f6d28d7daea613305 +size 1115836 diff --git a/perception/single_instance_identification/visual_grounding/images/377.png b/perception/single_instance_identification/visual_grounding/images/377.png new file mode 100644 index 0000000000000000000000000000000000000000..c28e9d0eacbe3a587be6943cc3ce5dfe00ca37dc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5f1aa99e40576e9eb35b90d2bffde71e560e307900d7a0118146620f082b41 +size 533794 diff --git a/perception/single_instance_identification/visual_grounding/images/378.png b/perception/single_instance_identification/visual_grounding/images/378.png new file mode 100644 index 0000000000000000000000000000000000000000..4cfb0bc97ccb47c4813dd0cec5b40b0319fae495 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c71b8641d9322c1b1a55672b544b831148ba21d385ced9cfdf2c623bbd1ce1d +size 299547 diff --git a/perception/single_instance_identification/visual_grounding/images/379.png b/perception/single_instance_identification/visual_grounding/images/379.png new file mode 100644 index 0000000000000000000000000000000000000000..04b2c4fe73bb11e9003490477c601399493cfb4b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4513f58ec6049aaa504b20085a626d4649a3be39bdbe3747ce2d657ab599aab8 +size 1317958 diff --git a/perception/single_instance_identification/visual_grounding/images/38.png b/perception/single_instance_identification/visual_grounding/images/38.png new file mode 100644 index 0000000000000000000000000000000000000000..c6cbc413d048129d0fad97da69b86836d178013a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d75d81e4ea5337295a4127f7bb8d123d362e209983a8abd0dc548356a78b887 +size 664198 diff --git a/perception/single_instance_identification/visual_grounding/images/380.png b/perception/single_instance_identification/visual_grounding/images/380.png new file mode 100644 index 0000000000000000000000000000000000000000..da236368b59d51eb902666c337f30c8f1478f4ee --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b221795a003cb8c3a0dbed4ed40d702f71235d8a0589948eeeb7e352d060ca00 +size 1290016 diff --git a/perception/single_instance_identification/visual_grounding/images/381.png b/perception/single_instance_identification/visual_grounding/images/381.png new file mode 100644 index 0000000000000000000000000000000000000000..c989c659819d7e90012953fdb4a85f092e3ca2a0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8029048c0aa29ab6ea6de2138a8ef0f01e59d23a8fc2c4484ccac56dfe99ef4f +size 658660 diff --git a/perception/single_instance_identification/visual_grounding/images/382.png b/perception/single_instance_identification/visual_grounding/images/382.png new file mode 100644 index 0000000000000000000000000000000000000000..38cdff7a7eb77beae143f2a4f1138221facda57b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda4d17fb16e18188a02fe3cb14abc5be894a1bc88fafa14d4340098f80279ed +size 536400 diff --git a/perception/single_instance_identification/visual_grounding/images/383.png b/perception/single_instance_identification/visual_grounding/images/383.png new file mode 100644 index 0000000000000000000000000000000000000000..7eab4b578f73e217b0b022259a6dda463aefb934 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c41ec90dd00f72431701083cf8619fa743368552233258fd0548f57667a104 +size 1276182 diff --git a/perception/single_instance_identification/visual_grounding/images/384.png b/perception/single_instance_identification/visual_grounding/images/384.png new file mode 100644 index 0000000000000000000000000000000000000000..6a8dbe5c482408b15ddec0e87fd540bd96b10962 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6630835473328f96e0b6d887063c4b5414a0aff9b8985bbfc4d9c515c5f30d85 +size 1534869 diff --git a/perception/single_instance_identification/visual_grounding/images/385.png b/perception/single_instance_identification/visual_grounding/images/385.png new file mode 100644 index 0000000000000000000000000000000000000000..545f4256055e4b3a2aeaa781d5bf3b8dc6db1703 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1872c083e39e7a623cfbb387dffe1e32d1c153277a0403105f4e8bb09e414b2f +size 727271 diff --git a/perception/single_instance_identification/visual_grounding/images/386.png b/perception/single_instance_identification/visual_grounding/images/386.png new file mode 100644 index 0000000000000000000000000000000000000000..af288ba8f36bfc0fe46f0ccc81dcdc1fae01a5e9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee0d3b4f59aadbd88d43ba967f9b8320bc39c071b9c3d8a9d0707502b4845a3 +size 1391374 diff --git a/perception/single_instance_identification/visual_grounding/images/387.png b/perception/single_instance_identification/visual_grounding/images/387.png new file mode 100644 index 0000000000000000000000000000000000000000..3f83acfb2f990dcdfca3e742c5b258f7fd424313 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aec437807fcdb9bacc2ee93ab636935d34a76081cfc7c76eb26b0301db4ed0f +size 1260199 diff --git a/perception/single_instance_identification/visual_grounding/images/388.png b/perception/single_instance_identification/visual_grounding/images/388.png new file mode 100644 index 0000000000000000000000000000000000000000..05b3e1452d1b06dceefb0d566d5f7e7ccf185210 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc09d9650596ae1f0dac12cee25a3ea48f821fbebd58fac77f3cecaa25776f11 +size 880285 diff --git a/perception/single_instance_identification/visual_grounding/images/389.png b/perception/single_instance_identification/visual_grounding/images/389.png new file mode 100644 index 0000000000000000000000000000000000000000..d16dc0a6389bdd80cdede1f73eb92acf39f2bc08 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14344f67218037c8f1735d4be99cfcb27270461ed08243fff63c1551c846e4b9 +size 687513 diff --git a/perception/single_instance_identification/visual_grounding/images/39.png b/perception/single_instance_identification/visual_grounding/images/39.png new file mode 100644 index 0000000000000000000000000000000000000000..6977941730d8f3945f0074d00cf47d395dc84665 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54b7c2bc94809d9f78a55574410b85be8b29d74f61b9192b64eb9fec91fa85f +size 769619 diff --git a/perception/single_instance_identification/visual_grounding/images/390.png b/perception/single_instance_identification/visual_grounding/images/390.png new file mode 100644 index 0000000000000000000000000000000000000000..71509ca8ab323b1d384e91402ea5a22fe04b9b01 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03fbe89d1ad0502f2f2fcb61e89b90fc1ba07cdfa42f84b845e43b7b74fb482 +size 1475366 diff --git a/perception/single_instance_identification/visual_grounding/images/391.png b/perception/single_instance_identification/visual_grounding/images/391.png new file mode 100644 index 0000000000000000000000000000000000000000..b915712acfaabc8fa0590b1504d387fe5fb32eef --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf692a8140bcfe022a688414b2bd6ebcee37cccf5d792160402f282fe09ba56 +size 1006401 diff --git a/perception/single_instance_identification/visual_grounding/images/392.png b/perception/single_instance_identification/visual_grounding/images/392.png new file mode 100644 index 0000000000000000000000000000000000000000..631dc4a17fce1419af8c9e6207e8d7b72e8aeac1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff984a1577f2bc692575a1e0f03d4b98f15e7ec07b029e47aac1d0cb52aa4386 +size 912005 diff --git a/perception/single_instance_identification/visual_grounding/images/393.png b/perception/single_instance_identification/visual_grounding/images/393.png new file mode 100644 index 0000000000000000000000000000000000000000..5279bf0ce6d85e9b73c1232a10c881ba8f8585f1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ab68691b61d238d3651e84de9989e796add498e4ce8914eb231586d9cba5b5 +size 1151171 diff --git a/perception/single_instance_identification/visual_grounding/images/394.png b/perception/single_instance_identification/visual_grounding/images/394.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8f8eb30c359efe10ae776de86ffd6fec116162 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2bc120e55e813d4f2a56bb63f6e819ea9486bc5b35cf31552369e815e71cc1 +size 1006575 diff --git a/perception/single_instance_identification/visual_grounding/images/395.png b/perception/single_instance_identification/visual_grounding/images/395.png new file mode 100644 index 0000000000000000000000000000000000000000..542b61ce37a950db23c8ff7449da0be16e27eb33 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c94d18dd15f354bec79bfeddb8f4e44d5eb3342c405f7acadfc86787129148e +size 671200 diff --git a/perception/single_instance_identification/visual_grounding/images/396.png b/perception/single_instance_identification/visual_grounding/images/396.png new file mode 100644 index 0000000000000000000000000000000000000000..9445a1396cd84801a8a2221ef74be4abc650bada --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e74cfcf1284f2b3dc2ad225608990926364e34d9a2f8db5e26206e137194b3d +size 751068 diff --git a/perception/single_instance_identification/visual_grounding/images/397.png b/perception/single_instance_identification/visual_grounding/images/397.png new file mode 100644 index 0000000000000000000000000000000000000000..a032947cf22f4546491eb8dceb6c99a65a32f040 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5966ede451c50e59ff9437d03b18e74bfc7d1e0a6ffeef637cb6119c881c17f +size 997800 diff --git a/perception/single_instance_identification/visual_grounding/images/398.png b/perception/single_instance_identification/visual_grounding/images/398.png new file mode 100644 index 0000000000000000000000000000000000000000..1528f023b11e45eafe6ad8d555ab69caa0584c2b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245c7d7e8f775fb62450c3c159bd6b5fbe274fff88e9fe6d7b1e1083d067d0fc +size 809132 diff --git a/perception/single_instance_identification/visual_grounding/images/399.png b/perception/single_instance_identification/visual_grounding/images/399.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0537a1b79f6eb93076ba43789aa80870245d79 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300a2c2118d5173f6af036e4e8c3d46e29cc01d722761e6bae4edc3f51a5243b +size 255714 diff --git a/perception/single_instance_identification/visual_grounding/images/4.png b/perception/single_instance_identification/visual_grounding/images/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b969afa25deff389568dddb4bb27008722218d6a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ece2fd8cc8de4f17fc454d056ca2b0b35dda14d41bb269d032a9ddd69520d80 +size 1310976 diff --git a/perception/single_instance_identification/visual_grounding/images/40.png b/perception/single_instance_identification/visual_grounding/images/40.png new file mode 100644 index 0000000000000000000000000000000000000000..8a7842103e80e2cab8171f3941d37d877b57e6c4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49da6baeac8a6c9c0fa6dbde55d4299612eda4a605f653c981cfcb30df4ca700 +size 931941 diff --git a/perception/single_instance_identification/visual_grounding/images/400.png b/perception/single_instance_identification/visual_grounding/images/400.png new file mode 100644 index 0000000000000000000000000000000000000000..35e03a7713ebc975d2616f5b7906408dfd1a8a99 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b471e232593981e354ed99348799009af26dc78123f66621e07b09a63f2dc246 +size 1270956 diff --git a/perception/single_instance_identification/visual_grounding/images/401.png b/perception/single_instance_identification/visual_grounding/images/401.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9ef5f09ecc43dd46bb868868eeb6ca7f9e8a0c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bcc932776db0ee0ecdf854c428f9f04a3d4e26d2cf8a72e5411e00301cd636 +size 1417072 diff --git a/perception/single_instance_identification/visual_grounding/images/402.png b/perception/single_instance_identification/visual_grounding/images/402.png new file mode 100644 index 0000000000000000000000000000000000000000..91ce450e5373f1b45457a7178671692096f12439 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a858f269bb41c81120ad47fadc00e7bc06e86f5f27ba78cbb14c301f1382af32 +size 857975 diff --git a/perception/single_instance_identification/visual_grounding/images/403.png b/perception/single_instance_identification/visual_grounding/images/403.png new file mode 100644 index 0000000000000000000000000000000000000000..049f27d26480df168cbc375d7b3b8d862a4ae27f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf675e9a05160e6856c34d82d1cbff0c6c81b15e426fc601339c919e8d385eb +size 969094 diff --git a/perception/single_instance_identification/visual_grounding/images/404.png b/perception/single_instance_identification/visual_grounding/images/404.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6a8949d51923813d415406ff2b4c0a4c0917d5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f0d11a0c05cac8f528f8f131b9f10ddc47a01b6c7e957a551f84aaee62f92a +size 1060311 diff --git a/perception/single_instance_identification/visual_grounding/images/405.png b/perception/single_instance_identification/visual_grounding/images/405.png new file mode 100644 index 0000000000000000000000000000000000000000..62b644081cbfc8a3b79959c5df6ca7c16e090b25 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa55371bfaa34af036d0d28f6fd559dcd014912cbff016cafa324055fe49b19 +size 1025256 diff --git a/perception/single_instance_identification/visual_grounding/images/406.png b/perception/single_instance_identification/visual_grounding/images/406.png new file mode 100644 index 0000000000000000000000000000000000000000..ff155725c8d32e7e12d29e34f72c66d3c1763a50 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297180b0349f29b2ea62bb2ece80a703af43e47468cecd19d072cc1e83e8a585 +size 932337 diff --git a/perception/single_instance_identification/visual_grounding/images/407.png b/perception/single_instance_identification/visual_grounding/images/407.png new file mode 100644 index 0000000000000000000000000000000000000000..4e92382a92457614417259bcdc4588bf6f8fd7da --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b3f04c7457775000fd16b3f5d655fc3cf65181416a47cc2dc500ec024ccede +size 682388 diff --git a/perception/single_instance_identification/visual_grounding/images/408.png b/perception/single_instance_identification/visual_grounding/images/408.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6e6cbf21bca66f5661cd3eb94fd9d7df113961 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb26b5f2e63d453892df722296c3a5656c7ac04af8cc2e1b516e1bf15c301dc0 +size 1256220 diff --git a/perception/single_instance_identification/visual_grounding/images/409.png b/perception/single_instance_identification/visual_grounding/images/409.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7091fe63f52807ee81c239b0f447b65a3d5820 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f6e5c77e228802b4fe77188f28a0835799649261fc59df63e4b2db022e84c9 +size 973782 diff --git a/perception/single_instance_identification/visual_grounding/images/41.png b/perception/single_instance_identification/visual_grounding/images/41.png new file mode 100644 index 0000000000000000000000000000000000000000..b390835b1c5a5c5d8a9d57de8ec5aca9340195a0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48563db807caf5cc6996ae6ff028ec4a6dae2d5d02d062bfeb80f5ed7543e141 +size 725989 diff --git a/perception/single_instance_identification/visual_grounding/images/410.png b/perception/single_instance_identification/visual_grounding/images/410.png new file mode 100644 index 0000000000000000000000000000000000000000..23450f85a23405a34bf8b29d9ad5de2bba2189c0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59854b3306e87643b5d5769efb5337a70d82f401937a9d2dd9442b42e02dd676 +size 1150854 diff --git a/perception/single_instance_identification/visual_grounding/images/411.png b/perception/single_instance_identification/visual_grounding/images/411.png new file mode 100644 index 0000000000000000000000000000000000000000..65c95e0277fcd41332669292d982fa5afed19750 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0fc09ca0726fc0b9ae30157d74655dd10147eedbf0024ca21cfd4a92508f4c +size 1028914 diff --git a/perception/single_instance_identification/visual_grounding/images/412.png b/perception/single_instance_identification/visual_grounding/images/412.png new file mode 100644 index 0000000000000000000000000000000000000000..9f023e4c5b0267a1f52bde1d07ee39d038f24f62 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f034584658f7f3e7718844cae2093afcbeb1d3b75f629f5e8f90e971ac426f +size 106821 diff --git a/perception/single_instance_identification/visual_grounding/images/413.png b/perception/single_instance_identification/visual_grounding/images/413.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d84a52589583ac1c0dcffc1c84d4be753ec23f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f274228ffa8a5bfa5552171d30c18e0294b16ecde3c41ae9936b2e9b469103c5 +size 904451 diff --git a/perception/single_instance_identification/visual_grounding/images/414.png b/perception/single_instance_identification/visual_grounding/images/414.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dec85d2a651017318df28a5041881af54d7f62 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e34b84eff0ed2147b9ec8c600dbee47706999712e936d27af9316dc87b6560 +size 268803 diff --git a/perception/single_instance_identification/visual_grounding/images/415.png b/perception/single_instance_identification/visual_grounding/images/415.png new file mode 100644 index 0000000000000000000000000000000000000000..411a044bb9a24f06b0490a09727cdcc472e7f75f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ae1bf5cb890c468d76dbd198d047775686706bf3b77c536ef5303f40b34807 +size 1171945 diff --git a/perception/single_instance_identification/visual_grounding/images/416.png b/perception/single_instance_identification/visual_grounding/images/416.png new file mode 100644 index 0000000000000000000000000000000000000000..d4923a3d26ae1ec47df39ae510d6b40944f7dfd5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc65e3dcbdee7ff7e74c930863db539bd1af4c6543fd78d31a8e81237885b21f +size 1216775 diff --git a/perception/single_instance_identification/visual_grounding/images/417.png b/perception/single_instance_identification/visual_grounding/images/417.png new file mode 100644 index 0000000000000000000000000000000000000000..62e136d22551b377df086623393f672429bde670 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dcd5a63523cc08514af530c2deae872060f0f9036b959b62dbacebd8b2902b +size 1115302 diff --git a/perception/single_instance_identification/visual_grounding/images/418.png b/perception/single_instance_identification/visual_grounding/images/418.png new file mode 100644 index 0000000000000000000000000000000000000000..3c31a1c74f10f43157d9e5b6d7581c0788138db2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc493aea1f51c4f5557041154e3a1a23656562622788696c090c217dfce41f15 +size 1298336 diff --git a/perception/single_instance_identification/visual_grounding/images/419.png b/perception/single_instance_identification/visual_grounding/images/419.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5800bf9b8e1a996defdde15dcb8033a4e5e4f7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4255dbf5e6977ecb2805fbec274f789a0de267eeffdadf69d28274c1531aff59 +size 1008198 diff --git a/perception/single_instance_identification/visual_grounding/images/42.png b/perception/single_instance_identification/visual_grounding/images/42.png new file mode 100644 index 0000000000000000000000000000000000000000..6a5a6d71225a28b06a4194d3450d07816dad4d92 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c68c26f8d3a715f38aeece6722dfb74d1e67a7e236a07aa48fdfa083aa3c8f4 +size 883147 diff --git a/perception/single_instance_identification/visual_grounding/images/420.png b/perception/single_instance_identification/visual_grounding/images/420.png new file mode 100644 index 0000000000000000000000000000000000000000..760b47c74f1b0976180b29ae2cc4543f0106bfdf --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672080486e3e1a6ba6844dfbea390237eee848e6a851fa29fd26ea8b3dc54b81 +size 851120 diff --git a/perception/single_instance_identification/visual_grounding/images/421.png b/perception/single_instance_identification/visual_grounding/images/421.png new file mode 100644 index 0000000000000000000000000000000000000000..15fd9d2e559dbf245c051ba2ac4304b2208a79d7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e8dc415028c1eaf48d3eecaa313b4796de8b3936efb8719b92a8a3538b97a2 +size 656857 diff --git a/perception/single_instance_identification/visual_grounding/images/422.png b/perception/single_instance_identification/visual_grounding/images/422.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8c93adb9810160ed8ddd9f7680b36a90c871a5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15bbafc3c234a69ef8cc1d817c0ddd17691f0b3789a4b39252513916defca74 +size 961840 diff --git a/perception/single_instance_identification/visual_grounding/images/423.png b/perception/single_instance_identification/visual_grounding/images/423.png new file mode 100644 index 0000000000000000000000000000000000000000..4e32ada674ac14600267ef70d64aa0a034e80647 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1650d02fae7fdb510d92cf512d53fc345d4a1b1817f051aee06a0941b3cc1df0 +size 445642 diff --git a/perception/single_instance_identification/visual_grounding/images/424.png b/perception/single_instance_identification/visual_grounding/images/424.png new file mode 100644 index 0000000000000000000000000000000000000000..317d122c148d0d54d4ea0f9846de83f423de41d4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c802ae50fb740dd422e8dd7e559212f4aa3c4114b3f7bb61bcf6dc9bac329db +size 901068 diff --git a/perception/single_instance_identification/visual_grounding/images/425.png b/perception/single_instance_identification/visual_grounding/images/425.png new file mode 100644 index 0000000000000000000000000000000000000000..e5393a3b1f6be7ba728a2ad8e499683a8beb42ee --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d31b87f5c2dd6ffb666c7dddf119a8c23f5bc8b97ecf232b4809a8315746c7 +size 1052432 diff --git a/perception/single_instance_identification/visual_grounding/images/426.png b/perception/single_instance_identification/visual_grounding/images/426.png new file mode 100644 index 0000000000000000000000000000000000000000..fa33e0f17a2350da29858832e3dd94b547e0860a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66bc92af686f0b4057e5597df0e42b789bd3e9d892732daca1b17cdd5bb8590 +size 1181480 diff --git a/perception/single_instance_identification/visual_grounding/images/427.png b/perception/single_instance_identification/visual_grounding/images/427.png new file mode 100644 index 0000000000000000000000000000000000000000..1b84fcd351acaa8c95fa6d2c3de3fc88f596b7e4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d1c67d04519ff0cee4c9a9059889ffa2da6ef91e01a048c2613c169b789c30 +size 1331969 diff --git a/perception/single_instance_identification/visual_grounding/images/428.png b/perception/single_instance_identification/visual_grounding/images/428.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a8eb0c49aef463607dd1b9e2b460dd49a33c2b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf469250aede21f32957d6beff775344f585734d4809f0ef8a4e327bb1a2071 +size 865027 diff --git a/perception/single_instance_identification/visual_grounding/images/429.png b/perception/single_instance_identification/visual_grounding/images/429.png new file mode 100644 index 0000000000000000000000000000000000000000..4c208bc870281b6fcc38635085ca4988fe9df0e3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfc7d97c6bbe752d0a58b68a18a74b222de9fcce587720bcc30fcccebd903a +size 1558642 diff --git a/perception/single_instance_identification/visual_grounding/images/43.png b/perception/single_instance_identification/visual_grounding/images/43.png new file mode 100644 index 0000000000000000000000000000000000000000..48b82b3d5c2e42b41a9c48d955ffdbecc8bbe326 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f5f89fe6b74a3c74c0bca062c726e0af70b631c250edca3ff8f01b5c530d2b +size 1295680 diff --git a/perception/single_instance_identification/visual_grounding/images/430.png b/perception/single_instance_identification/visual_grounding/images/430.png new file mode 100644 index 0000000000000000000000000000000000000000..0163ab35f3a6914fd6ae442495513e7dae028de7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09057a1ec5841f6d7f59b68fdaebae2810eeff7d8ef58281b79d2476fa82ed00 +size 810999 diff --git a/perception/single_instance_identification/visual_grounding/images/431.png b/perception/single_instance_identification/visual_grounding/images/431.png new file mode 100644 index 0000000000000000000000000000000000000000..b49213bd11fac22bbbeb7f76835b3127bd287bf7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d869a2306c712b6396009f0a99bba7331895ec3a82ed92c97f4b8aecc1f3b7 +size 1062091 diff --git a/perception/single_instance_identification/visual_grounding/images/432.png b/perception/single_instance_identification/visual_grounding/images/432.png new file mode 100644 index 0000000000000000000000000000000000000000..cb54ab949f5d3ccfcc4f7c7d1444e3a67656a89d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5119039cb51ba1b1cc304640b1fe4ea3f848d46424d6c3e2e1c7effa563a441 +size 1521741 diff --git a/perception/single_instance_identification/visual_grounding/images/433.png b/perception/single_instance_identification/visual_grounding/images/433.png new file mode 100644 index 0000000000000000000000000000000000000000..2727e456fb33c0d66962576d5a07f8badf259c98 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6e5891e2e2187c68bdf7bbd450d61238131f03ce9026514b50b208433bb6c2 +size 1054911 diff --git a/perception/single_instance_identification/visual_grounding/images/434.png b/perception/single_instance_identification/visual_grounding/images/434.png new file mode 100644 index 0000000000000000000000000000000000000000..11192195fdad1012ba02aa81ea0e8ec6961d6da1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f6e652f889caeb0a60228305844ac254944f2dc2db2470bafdca06ebe6128e +size 955053 diff --git a/perception/single_instance_identification/visual_grounding/images/435.png b/perception/single_instance_identification/visual_grounding/images/435.png new file mode 100644 index 0000000000000000000000000000000000000000..b706f3e2218f8b6932f4cbb48c49d5b49a8e7ef6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca5c75960eb0a6e2211e71221f6d2c305a8560c8b56cd21b5c440daf7ad75a3 +size 1304927 diff --git a/perception/single_instance_identification/visual_grounding/images/436.png b/perception/single_instance_identification/visual_grounding/images/436.png new file mode 100644 index 0000000000000000000000000000000000000000..3df8be3617c6df494701d0540e989484f88a5a40 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57098d2b2311733cf448e54264b0bb49962f9995c19072c31b81c8c0f40f605 +size 1328517 diff --git a/perception/single_instance_identification/visual_grounding/images/437.png b/perception/single_instance_identification/visual_grounding/images/437.png new file mode 100644 index 0000000000000000000000000000000000000000..42368ec548f18e37d0047e195aad50a198fd9cec --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c8bc421a1794732cbe2782ed3379017e663966be584e662f828bb2a7dc36e1 +size 1058502 diff --git a/perception/single_instance_identification/visual_grounding/images/438.png b/perception/single_instance_identification/visual_grounding/images/438.png new file mode 100644 index 0000000000000000000000000000000000000000..129b9f3367a0af492a392c9cefa0441d66ef1ab6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cf04677d1996e5d138646d7683b9a7483f98780909198285ebbdbacee483d2 +size 566981 diff --git a/perception/single_instance_identification/visual_grounding/images/439.png b/perception/single_instance_identification/visual_grounding/images/439.png new file mode 100644 index 0000000000000000000000000000000000000000..2a29ce53740ffed21a67a6d3f0ba1616b71ad3d3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26e13b5b92302a2c9b16c75b5b1583c51aaf309df1b74f74c5f039c92348239 +size 1278804 diff --git a/perception/single_instance_identification/visual_grounding/images/44.png b/perception/single_instance_identification/visual_grounding/images/44.png new file mode 100644 index 0000000000000000000000000000000000000000..fd5983eb253045932caaf066ca895d263bf34dc5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a40eb3b67608cf166eb2637d7c06c2d3b769990e1cfd2b8d97a46f66b53ff53 +size 1174096 diff --git a/perception/single_instance_identification/visual_grounding/images/440.png b/perception/single_instance_identification/visual_grounding/images/440.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a22549fec1e29a5a14f05fb692aed701b0793c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d99a7f8b0d6b558b7238c0b3aac9b7e1cf18f92ac3e35be7f311cb9c1145c5 +size 1098872 diff --git a/perception/single_instance_identification/visual_grounding/images/441.png b/perception/single_instance_identification/visual_grounding/images/441.png new file mode 100644 index 0000000000000000000000000000000000000000..8127f560de3c821f8fe762fa416fa81fc2958148 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3083fbf982d35069071564805cc9ea2c35f8d00e40216662b8e806249ef041 +size 812167 diff --git a/perception/single_instance_identification/visual_grounding/images/442.png b/perception/single_instance_identification/visual_grounding/images/442.png new file mode 100644 index 0000000000000000000000000000000000000000..37b8ec026f7fd8cb7bb7226c8909de3c08512f66 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc56a028f0d52c187cb2c79f65285e2da97690dd93877a9af90ac9eea32c843 +size 1207485 diff --git a/perception/single_instance_identification/visual_grounding/images/443.png b/perception/single_instance_identification/visual_grounding/images/443.png new file mode 100644 index 0000000000000000000000000000000000000000..206f646a350c26f92834f94e0fe8c18f4ee6956a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57c39979f5edb58c5ff4209296d5b535a68b41bc18b77fb5fa34adadc617750 +size 1045460 diff --git a/perception/single_instance_identification/visual_grounding/images/444.png b/perception/single_instance_identification/visual_grounding/images/444.png new file mode 100644 index 0000000000000000000000000000000000000000..64a3e3cf4a185ad724e2484946fbcdb7f4f7c0cd --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757ed954d4deb96c6d69398809b41e6b17a63823e2297c5066e072adb1b365c0 +size 1114263 diff --git a/perception/single_instance_identification/visual_grounding/images/445.png b/perception/single_instance_identification/visual_grounding/images/445.png new file mode 100644 index 0000000000000000000000000000000000000000..ef31214691c4e0715f156b2552f2927b1dc9756a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70d7d5636e5c1251626a30edecdf4725f4ea7b4bce949df2d72a4a02f037e69 +size 739742 diff --git a/perception/single_instance_identification/visual_grounding/images/446.png b/perception/single_instance_identification/visual_grounding/images/446.png new file mode 100644 index 0000000000000000000000000000000000000000..e723792e62b8098667df0c3209c518cb9e37a643 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd757558e809abab3c03ff6eb0f66c531a7cef3a3218ff81880916f49e0135a4 +size 715256 diff --git a/perception/single_instance_identification/visual_grounding/images/447.png b/perception/single_instance_identification/visual_grounding/images/447.png new file mode 100644 index 0000000000000000000000000000000000000000..44507c430a1eb9b5cbe9fb5ad67eda934b8227c1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d6d1c1ad309b6f14cf3f2d09fc5e2941898b38e815ec1e2f8807ddb66fedee +size 1089391 diff --git a/perception/single_instance_identification/visual_grounding/images/448.png b/perception/single_instance_identification/visual_grounding/images/448.png new file mode 100644 index 0000000000000000000000000000000000000000..ad227e8170094304c3fd731100b601e8deb12408 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28de0f23ed4197ebdfee5b0cabb23a686f169c899fdc99621894518bd77dc2ad +size 1185619 diff --git a/perception/single_instance_identification/visual_grounding/images/449.png b/perception/single_instance_identification/visual_grounding/images/449.png new file mode 100644 index 0000000000000000000000000000000000000000..03a4dac05c35972a455f92398e86e64135058521 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7009ef0db142d093cb8df8785e7af3c3079b436679b5a1aad7bba28fc5e898 +size 835543 diff --git a/perception/single_instance_identification/visual_grounding/images/45.png b/perception/single_instance_identification/visual_grounding/images/45.png new file mode 100644 index 0000000000000000000000000000000000000000..427bc02f1e9a83bc1b5ba1324f2595602ed50395 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12be7e20946f3665a348c614cf65e33f916a025fe5ada4f6f2440de405770b00 +size 905600 diff --git a/perception/single_instance_identification/visual_grounding/images/450.png b/perception/single_instance_identification/visual_grounding/images/450.png new file mode 100644 index 0000000000000000000000000000000000000000..9f9d94dbde0e4a099875d6f89a3300b9fbaf1e47 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ca08c0d019197fb5f918784ddb5d17dad08175c569c98f3416bdc8305e9bdd +size 804484 diff --git a/perception/single_instance_identification/visual_grounding/images/451.png b/perception/single_instance_identification/visual_grounding/images/451.png new file mode 100644 index 0000000000000000000000000000000000000000..03347e41117742fac2932d13584ffa780377388f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacf9a80a9f406af74dae0199316ce2fc9ca277b579a77bd4f98f5f833a892d9 +size 808536 diff --git a/perception/single_instance_identification/visual_grounding/images/452.png b/perception/single_instance_identification/visual_grounding/images/452.png new file mode 100644 index 0000000000000000000000000000000000000000..a32bc56a54b112172722834b69a58f85372d90bb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88d56e789c4a2d1888494c08df043952e04631faadc7ea587a1331b9acc113 +size 926930 diff --git a/perception/single_instance_identification/visual_grounding/images/453.png b/perception/single_instance_identification/visual_grounding/images/453.png new file mode 100644 index 0000000000000000000000000000000000000000..cca5299bc55c05e2c9f9ab77aea464d64fdcd931 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a488a3e558a2cfd46d4dc60c775c893c7e172a0d7de05f537257e138b18767c +size 648606 diff --git a/perception/single_instance_identification/visual_grounding/images/454.png b/perception/single_instance_identification/visual_grounding/images/454.png new file mode 100644 index 0000000000000000000000000000000000000000..f159fc2b6adbaf2eb79f3a16bbc777ef7243e347 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d09adafd177e99cff0fe6329bc49d56044804e07430d9d00b846f7b91ce394 +size 1571442 diff --git a/perception/single_instance_identification/visual_grounding/images/455.png b/perception/single_instance_identification/visual_grounding/images/455.png new file mode 100644 index 0000000000000000000000000000000000000000..527107c5244a3a7bc9388c01ad268b8831c17a15 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae7276bf2f7980c18e1148864c902674d9cb70df6f786ea78241eb6f5610e3 +size 1561874 diff --git a/perception/single_instance_identification/visual_grounding/images/456.png b/perception/single_instance_identification/visual_grounding/images/456.png new file mode 100644 index 0000000000000000000000000000000000000000..18838e21dcf140b8db12d48f897ed50c960fef62 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ace4eb8c04740534c0d1e15237464c1fd6adc82eadb7c8f5463d9568001f3ce +size 1562970 diff --git a/perception/single_instance_identification/visual_grounding/images/457.png b/perception/single_instance_identification/visual_grounding/images/457.png new file mode 100644 index 0000000000000000000000000000000000000000..767545707e4d35d7e01445bd36b0fcb01d748133 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a51fc1231c3f7629d08ec32918df996b4a2c8563cad25f7d369e15ccdf01296 +size 309985 diff --git a/perception/single_instance_identification/visual_grounding/images/458.png b/perception/single_instance_identification/visual_grounding/images/458.png new file mode 100644 index 0000000000000000000000000000000000000000..1e57089133b83c88828a7a34a7b066c343707cea --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12f86b166b02c874b8f8e88fbb70d4027d702f30748a98bc2e1e511f14fae90 +size 1405332 diff --git a/perception/single_instance_identification/visual_grounding/images/459.png b/perception/single_instance_identification/visual_grounding/images/459.png new file mode 100644 index 0000000000000000000000000000000000000000..4559a2e33f378b5ede739c66cb95f0d9e758755e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d614bbc3b7991cdbf8439b6cffa07989678c76abd1ad04acb7d9f512d7d110b +size 833680 diff --git a/perception/single_instance_identification/visual_grounding/images/46.png b/perception/single_instance_identification/visual_grounding/images/46.png new file mode 100644 index 0000000000000000000000000000000000000000..faed4a271d00cc7fafbdea627911b7d665d1d026 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d9f3b98c941c31946f3860d634d78dcc826cf249234f6407580c8914815ec1 +size 974856 diff --git a/perception/single_instance_identification/visual_grounding/images/460.png b/perception/single_instance_identification/visual_grounding/images/460.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3461f0f119f68e2e22896aae2593af85c81040 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4309f60a0219810f1904528e9d7de830e037d2d0905efe29ae1a3a83955b12df +size 531478 diff --git a/perception/single_instance_identification/visual_grounding/images/461.png b/perception/single_instance_identification/visual_grounding/images/461.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e4db54d4a98028a83cbdda1c117aa449cb7c7a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c9f11b6e329398801977a3e4ab8bd2cfcc502417fb02ec0b7a3199777683ac +size 1340309 diff --git a/perception/single_instance_identification/visual_grounding/images/462.png b/perception/single_instance_identification/visual_grounding/images/462.png new file mode 100644 index 0000000000000000000000000000000000000000..0041b5f58619ad1aa8bf75b02f510b10eaad55bb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35814729537138b4c5b66ab625ebe9a9c9cd11d4a8ec1c780c2c2e8e43684fe +size 330452 diff --git a/perception/single_instance_identification/visual_grounding/images/463.png b/perception/single_instance_identification/visual_grounding/images/463.png new file mode 100644 index 0000000000000000000000000000000000000000..0195740102ac84abedb92aa6c32c95691376c42d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e72b2e757220522b7ff3daa40a394b60b09b16327c1c5424792bc54fb615d20 +size 1207017 diff --git a/perception/single_instance_identification/visual_grounding/images/464.png b/perception/single_instance_identification/visual_grounding/images/464.png new file mode 100644 index 0000000000000000000000000000000000000000..8054d613694ff8b7d0decc00c8b64c8fe3c5eb72 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1cf53c3daf02e59a576ad7cf34edfdae28075da37f5870bc708eaa75498438 +size 103707 diff --git a/perception/single_instance_identification/visual_grounding/images/465.png b/perception/single_instance_identification/visual_grounding/images/465.png new file mode 100644 index 0000000000000000000000000000000000000000..95a10cb9f2608336960fb3d4d5b87780081ce005 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7363c55f2f605d1751650e64e3ef7ac7538b3322f3e674b4650d45b6d0fbaa +size 1043973 diff --git a/perception/single_instance_identification/visual_grounding/images/466.png b/perception/single_instance_identification/visual_grounding/images/466.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c2b240ed73bbacee2a926fb05e6cecd87d20e9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212bc2d486e3cf12e0892cbd50018bb8efb83c1be51e43084336b47135d50f82 +size 1088793 diff --git a/perception/single_instance_identification/visual_grounding/images/467.png b/perception/single_instance_identification/visual_grounding/images/467.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6580479e5908e32cc160ac0d5215f3866cfcc5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b5705ad78985226e204318773b31b3932d482ead395ac4cc7bedbaef2c5f74 +size 976787 diff --git a/perception/single_instance_identification/visual_grounding/images/468.png b/perception/single_instance_identification/visual_grounding/images/468.png new file mode 100644 index 0000000000000000000000000000000000000000..a1877307217666d7d953023a2b7440b45637d14d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0199c5c4e6ed19909ed7f6c5d1ab328973d9c40689ec3a1f88618c705768b59d +size 1182346 diff --git a/perception/single_instance_identification/visual_grounding/images/469.png b/perception/single_instance_identification/visual_grounding/images/469.png new file mode 100644 index 0000000000000000000000000000000000000000..0d90be45a6d8b3348914662c0c26376146c05681 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0272743ae2ea09f9444516b757452e8fa247e4777bd433ab6d8bebaaec3b861a +size 1297103 diff --git a/perception/single_instance_identification/visual_grounding/images/47.png b/perception/single_instance_identification/visual_grounding/images/47.png new file mode 100644 index 0000000000000000000000000000000000000000..35d34a23b6f0949357729787ed7cf257b2ce723d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cacad0d299c2a56a5d8c45b330f276a00df83bae01af48798247a35e8915b0 +size 717355 diff --git a/perception/single_instance_identification/visual_grounding/images/470.png b/perception/single_instance_identification/visual_grounding/images/470.png new file mode 100644 index 0000000000000000000000000000000000000000..899609005fe62102677a0e918dcacc0f7e851f97 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1ca58b0af2a8fcc01c3a87eac252dddb1699144977be151d6b988d69ffbafd +size 844782 diff --git a/perception/single_instance_identification/visual_grounding/images/471.png b/perception/single_instance_identification/visual_grounding/images/471.png new file mode 100644 index 0000000000000000000000000000000000000000..b18d7a02a32087f28487dae088fff7a68a213559 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf64b63ff7f5bf77d0034985edd822e8fab23b693997c4fdc24768852e4bb1c +size 734360 diff --git a/perception/single_instance_identification/visual_grounding/images/472.png b/perception/single_instance_identification/visual_grounding/images/472.png new file mode 100644 index 0000000000000000000000000000000000000000..59ad98ee43e39754c9d225687ac406c2fe37c8cd --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bba4c4b11a9314e82a88b7b4ee08627424dd8cb31c73873158272f6abeeaac +size 959363 diff --git a/perception/single_instance_identification/visual_grounding/images/473.png b/perception/single_instance_identification/visual_grounding/images/473.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b841c9b3d02d8294ed7d47f1a032d2f7bc6e18 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a51b0fbdf3ccf462c8ecd6b144fcd6206822699545e15efa435b37270a13e9e +size 880528 diff --git a/perception/single_instance_identification/visual_grounding/images/474.png b/perception/single_instance_identification/visual_grounding/images/474.png new file mode 100644 index 0000000000000000000000000000000000000000..3b42fb2c14149655f0cac4ef45b21b74d3c3c1d4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367702169a33678a05a815e4655cd9338c2042e8ce13e63452b87454ac09974f +size 980797 diff --git a/perception/single_instance_identification/visual_grounding/images/475.png b/perception/single_instance_identification/visual_grounding/images/475.png new file mode 100644 index 0000000000000000000000000000000000000000..e85fc59811cd7c7be92e725054dfb2694a951713 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31b25bbe6241467226f85eceadbf5c499d0ed5cca5a40e00cd0fd66ab7db159 +size 823068 diff --git a/perception/single_instance_identification/visual_grounding/images/476.png b/perception/single_instance_identification/visual_grounding/images/476.png new file mode 100644 index 0000000000000000000000000000000000000000..2a315eaf8cda314080726e12587fbdb403db839a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf85521ba0fc92eb6444344e4fe03c1203d1cfb9f1398a9e3f7a2e5be843ddf +size 801516 diff --git a/perception/single_instance_identification/visual_grounding/images/477.png b/perception/single_instance_identification/visual_grounding/images/477.png new file mode 100644 index 0000000000000000000000000000000000000000..b49be2543fd456bab468508041ceda1ae0af3f94 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71d6c1b7ec3e89d72ce91dfb41447747638e4df809e5811d5b57ac2d93ae795 +size 436322 diff --git a/perception/single_instance_identification/visual_grounding/images/478.png b/perception/single_instance_identification/visual_grounding/images/478.png new file mode 100644 index 0000000000000000000000000000000000000000..3888010d9d1bb51345292f8383011e3352322b16 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe0028f8726271cae2b2594517df39c76307e8d4491de26a40dcc28cfac842b +size 808207 diff --git a/perception/single_instance_identification/visual_grounding/images/479.png b/perception/single_instance_identification/visual_grounding/images/479.png new file mode 100644 index 0000000000000000000000000000000000000000..c27c2bce59b706ae25dd1cb13292cf102ff28db3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682818132d178af5d19bf07a268fee345f4b01bb9f2a79b9c4939eae07a12743 +size 847072 diff --git a/perception/single_instance_identification/visual_grounding/images/48.png b/perception/single_instance_identification/visual_grounding/images/48.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa242fb4e5c628198cb27f62efa36f1a4017b92 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0949df8c60fdfd663edabd4e4026ef7d8c58672251cdccb087a7cb128124189b +size 809063 diff --git a/perception/single_instance_identification/visual_grounding/images/480.png b/perception/single_instance_identification/visual_grounding/images/480.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa8943e7b0612c0ac31a582fcdff2dfe0f5749f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5274a36c0e14a03b64f8ee3f86e621482bdf08f2098c10a904cfccc41a71da4b +size 1112565 diff --git a/perception/single_instance_identification/visual_grounding/images/481.png b/perception/single_instance_identification/visual_grounding/images/481.png new file mode 100644 index 0000000000000000000000000000000000000000..baf90eb78ec48fcb9f2dc6abd57e9ee9f81635ea --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ea5c8cc97564f3f836c801586e9cdf3df9f4abc6c67a34217253ba23b71c50 +size 1004428 diff --git a/perception/single_instance_identification/visual_grounding/images/482.png b/perception/single_instance_identification/visual_grounding/images/482.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8b37ee59a8a0ff7d175bdf46d06ad9b86e6062 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d8684aadfcc0d567f7e748270881749805bc1b4e8bde22fa01e3e786dcc9d0 +size 1082922 diff --git a/perception/single_instance_identification/visual_grounding/images/483.png b/perception/single_instance_identification/visual_grounding/images/483.png new file mode 100644 index 0000000000000000000000000000000000000000..b5405af9c1d7140fab636114eb02da4dc0f67548 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd128ed0d46fd1e436d726e783a4b404f00fa1df283f103e39a3bce4637f1b6e +size 730241 diff --git a/perception/single_instance_identification/visual_grounding/images/484.png b/perception/single_instance_identification/visual_grounding/images/484.png new file mode 100644 index 0000000000000000000000000000000000000000..1d74c12d6e143290b782f9ba2a0bbd5816b4c40c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181cc0b2a61f935ae6634ee7cc318efa42ba0ac889ee689df93a36385ad1ef91 +size 714698 diff --git a/perception/single_instance_identification/visual_grounding/images/485.png b/perception/single_instance_identification/visual_grounding/images/485.png new file mode 100644 index 0000000000000000000000000000000000000000..cb2318628496b969a8f331db28b92018c99023b0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e712e452047339efdbe9aefe88d375e42134cbd564919e22d0ed95d286b2a37b +size 996463 diff --git a/perception/single_instance_identification/visual_grounding/images/486.png b/perception/single_instance_identification/visual_grounding/images/486.png new file mode 100644 index 0000000000000000000000000000000000000000..18dff3312ccdc99745da9898ad34f4be76670605 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdec7368ae074218afef5e485ae6d8593710245c127b223e4dd2238f3791551 +size 679361 diff --git a/perception/single_instance_identification/visual_grounding/images/487.png b/perception/single_instance_identification/visual_grounding/images/487.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2a49649db7d02718fd2f66ab93802500cf4ed1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796dc1e00dc6db3b103d616e17b53de93059067884e52481a519709e3f5c5978 +size 918067 diff --git a/perception/single_instance_identification/visual_grounding/images/488.png b/perception/single_instance_identification/visual_grounding/images/488.png new file mode 100644 index 0000000000000000000000000000000000000000..58fbc27098328cfeb1a1e95c432928688048b462 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95628144cd32d53b7f75b300d0810e986bd74b7bc57c21471ef9b9403f2f0a92 +size 1076835 diff --git a/perception/single_instance_identification/visual_grounding/images/489.png b/perception/single_instance_identification/visual_grounding/images/489.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8e42758d8ee90c6b5421e5bc9fd539cbe0ff65 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50207388ac18bf8b04633a9c349554fcdd66b7b500a8bcb435dff63197369a23 +size 481167 diff --git a/perception/single_instance_identification/visual_grounding/images/49.png b/perception/single_instance_identification/visual_grounding/images/49.png new file mode 100644 index 0000000000000000000000000000000000000000..add4569f1a4b24eb3b77384f99915143eb7242e0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6487df77facccdce19dc7333eefba296a3eb6b2dc7c35543175b0ff0a31184 +size 685268 diff --git a/perception/single_instance_identification/visual_grounding/images/490.png b/perception/single_instance_identification/visual_grounding/images/490.png new file mode 100644 index 0000000000000000000000000000000000000000..fface71fab06455e3444331cd80d4d6e39898ef0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e505b4cce34c7cfd53edd27367c4408fa80246aa8f83f1cbfd1b1d3244dcc7ca +size 684623 diff --git a/perception/single_instance_identification/visual_grounding/images/491.png b/perception/single_instance_identification/visual_grounding/images/491.png new file mode 100644 index 0000000000000000000000000000000000000000..51e444700dd2151f24313aff8a26f5b671c09e5c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68727762d443c339447706e269bb5a99ec1da7f58f06ce49696ef05bd8e57067 +size 741773 diff --git a/perception/single_instance_identification/visual_grounding/images/492.png b/perception/single_instance_identification/visual_grounding/images/492.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5561c2e8110de0156cc63a52ef013522907aee --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e928dea5d0ca6974e85c1dbfc6be41db4a26fb9b1827649c4428983e98f0ea +size 913674 diff --git a/perception/single_instance_identification/visual_grounding/images/493.png b/perception/single_instance_identification/visual_grounding/images/493.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7742a46190304de844fbe066a248cad76ca30e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eaf14b93b8708a7abaf2a8c5d05f03aa8b3540826afc48ce72f1c3cb91ad48 +size 1065667 diff --git a/perception/single_instance_identification/visual_grounding/images/494.png b/perception/single_instance_identification/visual_grounding/images/494.png new file mode 100644 index 0000000000000000000000000000000000000000..c7a5f3f1cb50e9754d9550f4d45e55266ceb77c4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e916de2f903e1609031eef8944ae9ca44037351e02c0276b539e0e7f097c3db2 +size 973230 diff --git a/perception/single_instance_identification/visual_grounding/images/495.png b/perception/single_instance_identification/visual_grounding/images/495.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f967e545d25b789e1e67b526c760b9a360861c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c2296ce8755b9916e21767e713f2a00550f48e04b4267cfc3713070ba38fa4 +size 1475451 diff --git a/perception/single_instance_identification/visual_grounding/images/496.png b/perception/single_instance_identification/visual_grounding/images/496.png new file mode 100644 index 0000000000000000000000000000000000000000..533a4e123b0f11152a832eab18ed82f1156ea9ab --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58ee4ed10c61e39a983cdb74b5a1f05291bab819eca2abfe7f72d49a8c6f52b +size 1237901 diff --git a/perception/single_instance_identification/visual_grounding/images/497.png b/perception/single_instance_identification/visual_grounding/images/497.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2699f3b3c63058b58572dd06daa7b347e8ff7c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c13179ae94ad5f9f9ad93abc638354882d8ce0340d52d6d8947f69bc49fa10f +size 1388867 diff --git a/perception/single_instance_identification/visual_grounding/images/498.png b/perception/single_instance_identification/visual_grounding/images/498.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a2dae7056b2cc891ff49250517a2d7bf670ef0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3afb417be58287d6e5fa34beec8d81769f5b979fae63987ccb1215030aec62e +size 1314919 diff --git a/perception/single_instance_identification/visual_grounding/images/499.png b/perception/single_instance_identification/visual_grounding/images/499.png new file mode 100644 index 0000000000000000000000000000000000000000..2e197ef63b379cce305f60b9d592698e5bf66266 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d49732a356e28b667ab17f7ec0ac42a8ffb10410c227980207e7bb40ab94f8 +size 297365 diff --git a/perception/single_instance_identification/visual_grounding/images/5.png b/perception/single_instance_identification/visual_grounding/images/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1187dd3982227e41828f460997c403f79e992e19 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2b0ecac56836bfad566b64253f8299e7de4dfc5cf34a5292552885c16f2f32 +size 548326 diff --git a/perception/single_instance_identification/visual_grounding/images/50.png b/perception/single_instance_identification/visual_grounding/images/50.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2df244b29b8bfa365bdfcbe9fb5f44e835983e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0ae2806fac9646562cc6394f1886ae430f35abeca1063a2ce0bd1b588113d2 +size 910382 diff --git a/perception/single_instance_identification/visual_grounding/images/500.png b/perception/single_instance_identification/visual_grounding/images/500.png new file mode 100644 index 0000000000000000000000000000000000000000..5837a154ecdba26210ec71e1513ace9b521682e9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81032939570ae00eb8f9d626a8f3116e47bb832775d2229ec07ee41d06ccacc0 +size 485453 diff --git a/perception/single_instance_identification/visual_grounding/images/501.png b/perception/single_instance_identification/visual_grounding/images/501.png new file mode 100644 index 0000000000000000000000000000000000000000..ac166341a117ec33fc664f36c62c72f2870bf92a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75048bdd5b70f1089205cafa1397417e0a2c6cb0ba552b098f5e70cc366b72d +size 1361912 diff --git a/perception/single_instance_identification/visual_grounding/images/502.png b/perception/single_instance_identification/visual_grounding/images/502.png new file mode 100644 index 0000000000000000000000000000000000000000..16d07517b107dfd8023d4627f324a48cb4fde406 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab8c1a12c59cbb3dc0c9938a1c38f4f2c3bb3f1f7003f4d7621ee72a4bb5ffc +size 1181001 diff --git a/perception/single_instance_identification/visual_grounding/images/503.png b/perception/single_instance_identification/visual_grounding/images/503.png new file mode 100644 index 0000000000000000000000000000000000000000..b58b89ee8855962d02f4e16b94c80f4b3e4683cc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7ff1fc3161f76f69d7a1249ca3b1f196467d5620cc2682b15143a5cd4d32cd +size 960615 diff --git a/perception/single_instance_identification/visual_grounding/images/504.png b/perception/single_instance_identification/visual_grounding/images/504.png new file mode 100644 index 0000000000000000000000000000000000000000..545cf29e6d2c800c21c7f9d28335600a11fcc1f2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7c81a6c6bfb398daf514775b5d1b7b75752f04f0e05060427ad20b0239068b +size 1498053 diff --git a/perception/single_instance_identification/visual_grounding/images/505.png b/perception/single_instance_identification/visual_grounding/images/505.png new file mode 100644 index 0000000000000000000000000000000000000000..2c166998f9645076cf0f22040574f2b5ba972f27 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e0bbb8dd59544f78d22b61b2db43063b0b1a28f98ecfd001248a7f7f5198f9 +size 707092 diff --git a/perception/single_instance_identification/visual_grounding/images/506.png b/perception/single_instance_identification/visual_grounding/images/506.png new file mode 100644 index 0000000000000000000000000000000000000000..64309db2057ba83bb1bc1771bb1a009a3d8b5c4d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981d2727420a816b65df16dcb4d648d14edb8d0a6f01288afbb115bcc981ee8c +size 1083686 diff --git a/perception/single_instance_identification/visual_grounding/images/507.png b/perception/single_instance_identification/visual_grounding/images/507.png new file mode 100644 index 0000000000000000000000000000000000000000..a8e8001964eb9a35978c4c69d3f37d4f24dd663c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e2d4349be7b967f8775dc482fd11292a1b39060586be2650378432cb404277 +size 833021 diff --git a/perception/single_instance_identification/visual_grounding/images/508.png b/perception/single_instance_identification/visual_grounding/images/508.png new file mode 100644 index 0000000000000000000000000000000000000000..043d55f237e39da573ba1cd5ae9818b4f5204c9f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5853705c65686ca99b486cc0c548acd2e64d925864566a70ec7c23c6ed59f8c1 +size 740501 diff --git a/perception/single_instance_identification/visual_grounding/images/509.png b/perception/single_instance_identification/visual_grounding/images/509.png new file mode 100644 index 0000000000000000000000000000000000000000..b4874ac90a915570f1444cbd7aea32fc61e4b29f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abded60b5e5545cc4c28603fe197becf4a3774ff768abafdf31c71423e7ecb0 +size 1429939 diff --git a/perception/single_instance_identification/visual_grounding/images/51.png b/perception/single_instance_identification/visual_grounding/images/51.png new file mode 100644 index 0000000000000000000000000000000000000000..771be5edbe3135d0bf5f37c9ae5486075776317c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe513dac70c1d1eac27af42e0d713637427b441735845c09ca28a0e7b0343a7 +size 762271 diff --git a/perception/single_instance_identification/visual_grounding/images/510.png b/perception/single_instance_identification/visual_grounding/images/510.png new file mode 100644 index 0000000000000000000000000000000000000000..60cfc9e491a2102195ca085ac3c9ac8d42f7fe71 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417d74798e3bc1de4250a5a15f20f9c143eb5a5f53787a669b3f13001d1f5ab3 +size 678095 diff --git a/perception/single_instance_identification/visual_grounding/images/511.png b/perception/single_instance_identification/visual_grounding/images/511.png new file mode 100644 index 0000000000000000000000000000000000000000..cb97e5acf63504a4acd879217e15d92686e2dc00 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe97a8a0614716c244ff4bc16a8506294340c0ade1f0abbfaba6fe942444925 +size 1353530 diff --git a/perception/single_instance_identification/visual_grounding/images/512.png b/perception/single_instance_identification/visual_grounding/images/512.png new file mode 100644 index 0000000000000000000000000000000000000000..33fa4bf10894211904e9a12d62bee80e09aae934 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca88589ea1bb0e183f1bb142e967c398c0a8ec0988b2bf65b988b8416cfe8d9d +size 969657 diff --git a/perception/single_instance_identification/visual_grounding/images/513.png b/perception/single_instance_identification/visual_grounding/images/513.png new file mode 100644 index 0000000000000000000000000000000000000000..2cd009a3c60dc87f67f31fb615b3d689ef8c278a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28437d2a0237fdb33ff289164cfd982e32f3bbd96ac30161d788c05fec06b4db +size 1011847 diff --git a/perception/single_instance_identification/visual_grounding/images/514.png b/perception/single_instance_identification/visual_grounding/images/514.png new file mode 100644 index 0000000000000000000000000000000000000000..1db2f551b5e1a8a4466a9950f73b1f3486351b70 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583e22ea121219af2ea147db582c6e648667e9a125b2fb5ca4ac47d7c16dc187 +size 1288584 diff --git a/perception/single_instance_identification/visual_grounding/images/515.png b/perception/single_instance_identification/visual_grounding/images/515.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e57571a4c84d4b5d9ccf6896b159a2a90cdd28 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4966780e7ffddbaf653fc018dbc4fd37f26e5ecbf92fb3323d63372165baf3 +size 688062 diff --git a/perception/single_instance_identification/visual_grounding/images/516.png b/perception/single_instance_identification/visual_grounding/images/516.png new file mode 100644 index 0000000000000000000000000000000000000000..ea434d17f4d8592851546ea572a387198f81a2fa --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378dd916c1a1ad605ec6bc44f99640f85a9e03849ede0e89a273dd3b103f3723 +size 1524009 diff --git a/perception/single_instance_identification/visual_grounding/images/517.png b/perception/single_instance_identification/visual_grounding/images/517.png new file mode 100644 index 0000000000000000000000000000000000000000..79d5803fc8e77fcd9203f87fb044b813519bb72c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d85438363dff24b6c099f1ec7090cf509ae65364aeb23df51f17dd8733b03d5 +size 1187179 diff --git a/perception/single_instance_identification/visual_grounding/images/518.png b/perception/single_instance_identification/visual_grounding/images/518.png new file mode 100644 index 0000000000000000000000000000000000000000..52532aeb609aded82fbbe5e2c1271ada29048d71 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/518.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2594c1fb3c18b0b973176627fe03cac6d0ef19cce3b3f8f1dead2a1d2f577dd3 +size 1155314 diff --git a/perception/single_instance_identification/visual_grounding/images/519.png b/perception/single_instance_identification/visual_grounding/images/519.png new file mode 100644 index 0000000000000000000000000000000000000000..62e608db2bd9698368be64dbf0cfcce73feb7636 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b281a285be882ce0e9cfde4746f818bf5dbd000f1eff02b87d83a5d87539862d +size 814032 diff --git a/perception/single_instance_identification/visual_grounding/images/52.png b/perception/single_instance_identification/visual_grounding/images/52.png new file mode 100644 index 0000000000000000000000000000000000000000..78fff2bdc0a974ca3c9d7457cb54f0a9222e1146 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64325987da05af61a8111aaab5c59a59a9ba134409686ec81d81ec5aef6e836 +size 998814 diff --git a/perception/single_instance_identification/visual_grounding/images/520.png b/perception/single_instance_identification/visual_grounding/images/520.png new file mode 100644 index 0000000000000000000000000000000000000000..2152714b69f9ecf1f2de0539eba6e140ac2d5052 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90db1a19d19d4ca39e684757b0372d5db16277fda3a39127ce33c5f47eaaa844 +size 600437 diff --git a/perception/single_instance_identification/visual_grounding/images/521.png b/perception/single_instance_identification/visual_grounding/images/521.png new file mode 100644 index 0000000000000000000000000000000000000000..d625218e70c584aa5d34bf11bd42cc916494e9fc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f904028a8bb46b062a1454816b4f5502d0fab3ae05280ea3972091eda00c5682 +size 1074068 diff --git a/perception/single_instance_identification/visual_grounding/images/522.png b/perception/single_instance_identification/visual_grounding/images/522.png new file mode 100644 index 0000000000000000000000000000000000000000..13966d91e3bfda785b4c750db025b8c43875289f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581fe5b083cebb1d1ba7b97df4abc9e065ab0cc14b1420feccec08050367a16c +size 1043251 diff --git a/perception/single_instance_identification/visual_grounding/images/523.png b/perception/single_instance_identification/visual_grounding/images/523.png new file mode 100644 index 0000000000000000000000000000000000000000..dca756eff14e54b61a2659d943c6f5c0ab456ac1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27d63a5fe902067d24849961f44fdfa8651634ec067faec7b92da3f719f6f21 +size 1082324 diff --git a/perception/single_instance_identification/visual_grounding/images/524.png b/perception/single_instance_identification/visual_grounding/images/524.png new file mode 100644 index 0000000000000000000000000000000000000000..4a226503a22fc0d9016e74672d52bd975bc8fcb8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0f4d31d20a7b418d9d62c8f0efae2e97d64fee79ab0e550c26813618e50f2b +size 766023 diff --git a/perception/single_instance_identification/visual_grounding/images/525.png b/perception/single_instance_identification/visual_grounding/images/525.png new file mode 100644 index 0000000000000000000000000000000000000000..8f950451d06d47e7a69cf281531d1ddbc849d482 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0075da05c4c58976bb2d3f1dc2aa3481d94b19566609fe340f608147fb3cde +size 267834 diff --git a/perception/single_instance_identification/visual_grounding/images/526.png b/perception/single_instance_identification/visual_grounding/images/526.png new file mode 100644 index 0000000000000000000000000000000000000000..76a07199a19306c6534287e8512bf84a1ad6fbac --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e59801fa5df586d7750878435ba8e1b9232e5a5a09eeab00d5f9f27f1339e5 +size 825926 diff --git a/perception/single_instance_identification/visual_grounding/images/527.png b/perception/single_instance_identification/visual_grounding/images/527.png new file mode 100644 index 0000000000000000000000000000000000000000..a08c7a102076de3ec3b4b825cd6bc2ca5f1a3715 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bae70303fb8bc31e875ea3d44b1c13aea172575679ac5400e7ff2a1a57f717b +size 979803 diff --git a/perception/single_instance_identification/visual_grounding/images/528.png b/perception/single_instance_identification/visual_grounding/images/528.png new file mode 100644 index 0000000000000000000000000000000000000000..72e4207d0d5283d97bd652e5ff7495b9dc7f502f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fd27f15067b71d9e3d4e70efbd25e59e209dd68f354876d295b45e440dbe10 +size 1294700 diff --git a/perception/single_instance_identification/visual_grounding/images/529.png b/perception/single_instance_identification/visual_grounding/images/529.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d5397c3056ce98f05f233b25c586d1ae4fbf29 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1d621703bb38c091d8a39f16b3a3e1b5df98ca89ba80d4d44c665b1ff29166 +size 98441 diff --git a/perception/single_instance_identification/visual_grounding/images/53.png b/perception/single_instance_identification/visual_grounding/images/53.png new file mode 100644 index 0000000000000000000000000000000000000000..9cd897bf9c41b73e7c8fc95165d41b0624ac16c7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6230ed5536c68457b95c24b03405f937115293c96b69f09102ccb96f6fe16b99 +size 1187229 diff --git a/perception/single_instance_identification/visual_grounding/images/530.png b/perception/single_instance_identification/visual_grounding/images/530.png new file mode 100644 index 0000000000000000000000000000000000000000..78882df3eed966239607ac33b22922f8500d480e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce768c925a37fd975d50cf568505ef42fff6cfe14735c33a18da2d2b91341a5 +size 1127199 diff --git a/perception/single_instance_identification/visual_grounding/images/531.png b/perception/single_instance_identification/visual_grounding/images/531.png new file mode 100644 index 0000000000000000000000000000000000000000..07818d9361032d5f31040e445544f8776461ffd7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707c96794f6991de26c8e1656ecd5172b84d5f581a06c7f7949b23c31f425ac2 +size 859186 diff --git a/perception/single_instance_identification/visual_grounding/images/532.png b/perception/single_instance_identification/visual_grounding/images/532.png new file mode 100644 index 0000000000000000000000000000000000000000..c6fd730d1a0db0777509f6204ae96bc58c022c77 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61bb483028fc2817b57e4565af5787c4da01c1688c76f64641a44df6835146e +size 699625 diff --git a/perception/single_instance_identification/visual_grounding/images/533.png b/perception/single_instance_identification/visual_grounding/images/533.png new file mode 100644 index 0000000000000000000000000000000000000000..5de50c317e8ecb4eae077615cd1cf2c6387ebd09 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc81ecaa3cf2682dfad0b10d182a6a883197f01b972c7d4edfdb9612c61e78e +size 947272 diff --git a/perception/single_instance_identification/visual_grounding/images/534.png b/perception/single_instance_identification/visual_grounding/images/534.png new file mode 100644 index 0000000000000000000000000000000000000000..9a04839a9faf8d2f758dbb7608007488c439c578 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61f49daa8e5d0c499f5b256125aa5d0e99bc38c48b80795756899beaba5cb29 +size 136546 diff --git a/perception/single_instance_identification/visual_grounding/images/535.png b/perception/single_instance_identification/visual_grounding/images/535.png new file mode 100644 index 0000000000000000000000000000000000000000..e49b840e739e73ce730b36ac2fb2999efe10068b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36edac8f7705d6777dbc0a20ace83e0c2873d04622979e008871bc5b4ddfdaa7 +size 1233260 diff --git a/perception/single_instance_identification/visual_grounding/images/536.png b/perception/single_instance_identification/visual_grounding/images/536.png new file mode 100644 index 0000000000000000000000000000000000000000..a91216d66c63e9c19a909b95dd849e98df849a74 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17227023e47b8d196627dfcb3c23d5331d0962cd773c2c51a493d5fc97bba01a +size 1136894 diff --git a/perception/single_instance_identification/visual_grounding/images/537.png b/perception/single_instance_identification/visual_grounding/images/537.png new file mode 100644 index 0000000000000000000000000000000000000000..11482e11ebcf50eb384f5216d0e9be6c7cf0b168 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cb8966ba11def94d89ed415a8a079c00c0b81bb04acb0fa8788917a7c41707 +size 1443790 diff --git a/perception/single_instance_identification/visual_grounding/images/538.png b/perception/single_instance_identification/visual_grounding/images/538.png new file mode 100644 index 0000000000000000000000000000000000000000..a2339750d3663c27f2f265c94dfcb9e910822768 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cd2242a8488422273d7ca163c89611e40033bced81485c8d0c2d4c6896cfad +size 1069443 diff --git a/perception/single_instance_identification/visual_grounding/images/539.png b/perception/single_instance_identification/visual_grounding/images/539.png new file mode 100644 index 0000000000000000000000000000000000000000..3c806c600ea360c2e8dd6120edc326689fcef0ec --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdad805e38e6f9e7f5216809d2f5fd515d2a32e8143bd98812e1dbd466185a58 +size 738096 diff --git a/perception/single_instance_identification/visual_grounding/images/54.png b/perception/single_instance_identification/visual_grounding/images/54.png new file mode 100644 index 0000000000000000000000000000000000000000..6132598d05d0a9d06f989a58118a8c649cd252d5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7061ca33be607b0685c6f57879e5b22868bb53dca698afe17cab2ca0ed270fb6 +size 1447561 diff --git a/perception/single_instance_identification/visual_grounding/images/540.png b/perception/single_instance_identification/visual_grounding/images/540.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c5cc6e2c0843bf7c61c5f960d49b33f76f1975 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27262d5a97becd694e60265c2132356b9ac5a84a0141b7091a4a67f532ca83ec +size 1002952 diff --git a/perception/single_instance_identification/visual_grounding/images/541.png b/perception/single_instance_identification/visual_grounding/images/541.png new file mode 100644 index 0000000000000000000000000000000000000000..c2f4ba97d7949339f60a788a433a3b5c9e70036a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abdc5690cd42f59927037341acd89364a39cd5950df4787342fb122ee24da0c +size 1275913 diff --git a/perception/single_instance_identification/visual_grounding/images/542.png b/perception/single_instance_identification/visual_grounding/images/542.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab2e5a132fa802728de398459ebf42b05f19bcc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206f17d71bfbb614f32b61dc6466c2b78cc96fb7ea75ff0836d1ade5c708f0d0 +size 87275 diff --git a/perception/single_instance_identification/visual_grounding/images/543.png b/perception/single_instance_identification/visual_grounding/images/543.png new file mode 100644 index 0000000000000000000000000000000000000000..87c573abd6c4ded835445dc09c37837139d7e98a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fb2c54909dcf417b026f6d83ec83758592373fd5df57378483691a4a305541 +size 886603 diff --git a/perception/single_instance_identification/visual_grounding/images/544.png b/perception/single_instance_identification/visual_grounding/images/544.png new file mode 100644 index 0000000000000000000000000000000000000000..a942f8fc9711234367bf8f3d97b85995b119018b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90f8dcccf3c83590d284ed836a87ab1a8da40e6addbad35e02573c9c39424c5 +size 1195387 diff --git a/perception/single_instance_identification/visual_grounding/images/545.png b/perception/single_instance_identification/visual_grounding/images/545.png new file mode 100644 index 0000000000000000000000000000000000000000..08ac2d0f634c95967e2c08a393500cc0c2bc8396 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28b9ea46887b5f23fbbf2e1a9743e0826f4dd466a92072d5371490dec092bb0 +size 861563 diff --git a/perception/single_instance_identification/visual_grounding/images/546.png b/perception/single_instance_identification/visual_grounding/images/546.png new file mode 100644 index 0000000000000000000000000000000000000000..e58265e1e749814906c4419026ec181e7f4c9cb8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1d2da00086b3d60e28e333c8bae7d87efe44ecba66124a63822e0ecd5ba71b +size 1343068 diff --git a/perception/single_instance_identification/visual_grounding/images/547.png b/perception/single_instance_identification/visual_grounding/images/547.png new file mode 100644 index 0000000000000000000000000000000000000000..7acd6a51f450aa10845347a0e1bf90af73cebf5a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed159cb99b8e7b5e93843f5e541c74d1533ff6f28beaaa29cb6a1a111abcd490 +size 902374 diff --git a/perception/single_instance_identification/visual_grounding/images/548.png b/perception/single_instance_identification/visual_grounding/images/548.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd30b915dff7dad6a0bd2826475b533f580e3e2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8883d996baaae9b5e43eb6a7e5691572594ef4ec804a851f519a2e284cd9de3 +size 893317 diff --git a/perception/single_instance_identification/visual_grounding/images/549.png b/perception/single_instance_identification/visual_grounding/images/549.png new file mode 100644 index 0000000000000000000000000000000000000000..1928c6eb976d9d2207085560b616eced938de9d2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ee34e15ba92d6aee6f17f9e6dd09e5c7d80c104819ed7447683caf002594bb +size 1309144 diff --git a/perception/single_instance_identification/visual_grounding/images/55.png b/perception/single_instance_identification/visual_grounding/images/55.png new file mode 100644 index 0000000000000000000000000000000000000000..53eee913a2b883629fad8c6e9618c69c1de796e8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e96a658f934c9d4f4684b81730499fc4d966b6f9c762913eace4610f7ab356e +size 1190639 diff --git a/perception/single_instance_identification/visual_grounding/images/550.png b/perception/single_instance_identification/visual_grounding/images/550.png new file mode 100644 index 0000000000000000000000000000000000000000..078535d20fd9fb0536fc452549799b9ad4c46684 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f047c01e79f73e1176c0380f708ec72b1e3981c0412b869723dda00a4c2cf1 +size 1273888 diff --git a/perception/single_instance_identification/visual_grounding/images/551.png b/perception/single_instance_identification/visual_grounding/images/551.png new file mode 100644 index 0000000000000000000000000000000000000000..b497a2211d24504c3749678b6497eb36d25342ee --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784b761a7d6daeb0ca099f8d00e6a91d018bbb19f4bec5192ee3831d930057aa +size 991110 diff --git a/perception/single_instance_identification/visual_grounding/images/552.png b/perception/single_instance_identification/visual_grounding/images/552.png new file mode 100644 index 0000000000000000000000000000000000000000..c6735c67444351a5f732159fc4f86151a0dc2dd7 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28eec76e501a62bd852db0fa60e22d155fa130a843c93b67655141a1325b557e +size 1015751 diff --git a/perception/single_instance_identification/visual_grounding/images/553.png b/perception/single_instance_identification/visual_grounding/images/553.png new file mode 100644 index 0000000000000000000000000000000000000000..0d23ad9e4c7266b172ff4e844e96cc7479552c3e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a470fe4dea9b0023d64495f13693907523509f5f3dc8dd0f3a5600525ac3d85c +size 1188386 diff --git a/perception/single_instance_identification/visual_grounding/images/554.png b/perception/single_instance_identification/visual_grounding/images/554.png new file mode 100644 index 0000000000000000000000000000000000000000..e2d45e26b8e4d126f8fd8cf125384c38e7288b90 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6c88cc82f2421475ad5ec387d87e63d60f2366c62c144fe82397616294202a +size 884919 diff --git a/perception/single_instance_identification/visual_grounding/images/555.png b/perception/single_instance_identification/visual_grounding/images/555.png new file mode 100644 index 0000000000000000000000000000000000000000..6decae134a847452fda3bd1ca37e120f97b074f1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5076bd9f57916dd87dad5dcbc1194a9f0e47bccc6235ec97d20811ec28f7a538 +size 420599 diff --git a/perception/single_instance_identification/visual_grounding/images/556.png b/perception/single_instance_identification/visual_grounding/images/556.png new file mode 100644 index 0000000000000000000000000000000000000000..55153f80a3088dc5288e0cdf4e4b4dffd97b3563 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb30aa9dc71539546321a78f4b7801466ce1eb8d223416357643404955ded696 +size 95076 diff --git a/perception/single_instance_identification/visual_grounding/images/557.png b/perception/single_instance_identification/visual_grounding/images/557.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a7537ccde6799946db41a53ed255e2f8ff64cc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a541679be960cb0e98d57978c2568aa17db4a8e4fa683ea3486eaa2c05688d +size 799811 diff --git a/perception/single_instance_identification/visual_grounding/images/558.png b/perception/single_instance_identification/visual_grounding/images/558.png new file mode 100644 index 0000000000000000000000000000000000000000..7cab27f524dc1718069435ddb795b83f6c471aa5 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdbd7be7b3da176069297be7d08f55045d473ae99e0ce49f37eebdcf07922ae +size 1020033 diff --git a/perception/single_instance_identification/visual_grounding/images/559.png b/perception/single_instance_identification/visual_grounding/images/559.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8acb4423323e04ed18faeb5400a18904b84c7b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44eb39938718a7a02b3df4cba7a67dc23075357bb48105788fbafd4276bea12 +size 753519 diff --git a/perception/single_instance_identification/visual_grounding/images/56.png b/perception/single_instance_identification/visual_grounding/images/56.png new file mode 100644 index 0000000000000000000000000000000000000000..9a29f9fe5b2d3ce62122134a8146e9c6adb5e25c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65789a32651a2ec5275088a78368b61ee9015dac8c661298b030c0df42b49f95 +size 1098590 diff --git a/perception/single_instance_identification/visual_grounding/images/560.png b/perception/single_instance_identification/visual_grounding/images/560.png new file mode 100644 index 0000000000000000000000000000000000000000..8031519d55c609b5eed639da76eb6827e8fccd02 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6537520bc808d32327502bd100175c249e70d4a08073667b7e7784f7cc4a99e +size 1305151 diff --git a/perception/single_instance_identification/visual_grounding/images/561.png b/perception/single_instance_identification/visual_grounding/images/561.png new file mode 100644 index 0000000000000000000000000000000000000000..024e6429cbebffc93457af898ace769f05610feb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e5f833e19344fa4f92d868e44e40a504ecc9716f39b5ab9a5bde65add6b2e3 +size 483770 diff --git a/perception/single_instance_identification/visual_grounding/images/562.png b/perception/single_instance_identification/visual_grounding/images/562.png new file mode 100644 index 0000000000000000000000000000000000000000..6d896d916058a178d84052eb28e3200283309eef --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79befc83fe2244bbc7b5d69fb1b650b47b4f09d585f91bc3151d73e9b4f0c04d +size 986771 diff --git a/perception/single_instance_identification/visual_grounding/images/563.png b/perception/single_instance_identification/visual_grounding/images/563.png new file mode 100644 index 0000000000000000000000000000000000000000..fc00386d36be56c47c8c5d2b47b71b7b3ecf562c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df67da8fc01727d39ced178acbefb24ebfd96af34bab4e0b76ac0faa1e6a753 +size 668072 diff --git a/perception/single_instance_identification/visual_grounding/images/564.png b/perception/single_instance_identification/visual_grounding/images/564.png new file mode 100644 index 0000000000000000000000000000000000000000..43b9ef13604995cc1379c73d7033f84b5ce80fe2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afa9a41c777a45aeea036ad56c6b2ca2442b89ac93985ca361c288970ade76e +size 1101910 diff --git a/perception/single_instance_identification/visual_grounding/images/565.png b/perception/single_instance_identification/visual_grounding/images/565.png new file mode 100644 index 0000000000000000000000000000000000000000..bf22d618e70507906e08909573fc3fbd9de2bf09 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9d08c8f267dbeff57529bbc45570a27c4cdd7bbe22ffffa275769d0191c7cf +size 905971 diff --git a/perception/single_instance_identification/visual_grounding/images/566.png b/perception/single_instance_identification/visual_grounding/images/566.png new file mode 100644 index 0000000000000000000000000000000000000000..fb923f74c08ee373e4ae43963405d5e6b186aa3a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062dd13adcbb653ed1333a91e77524687773455297dbcc3b5c63066567525a5d +size 1123131 diff --git a/perception/single_instance_identification/visual_grounding/images/567.png b/perception/single_instance_identification/visual_grounding/images/567.png new file mode 100644 index 0000000000000000000000000000000000000000..7a08e9194c0b3690fcfc65f1f7c568277a5f869f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6b81cd553a1e687e2fda210a4889682726ae11e87c06568fe980fe596eb3ff +size 921819 diff --git a/perception/single_instance_identification/visual_grounding/images/568.png b/perception/single_instance_identification/visual_grounding/images/568.png new file mode 100644 index 0000000000000000000000000000000000000000..bb50c77dd6e488dc168bba57bdd07549c35ce904 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e15582967ac97aaf693ee6efaab19f400b7ad4ccc25f925c7075ec32b4cbe45 +size 851921 diff --git a/perception/single_instance_identification/visual_grounding/images/569.png b/perception/single_instance_identification/visual_grounding/images/569.png new file mode 100644 index 0000000000000000000000000000000000000000..51d0afdef76152e17ca5a71abe080392f8461ff2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5feae235088721b97119fd09aba47f07da9d510f74b95e1e1136b60e7f9592 +size 989326 diff --git a/perception/single_instance_identification/visual_grounding/images/57.png b/perception/single_instance_identification/visual_grounding/images/57.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee8dca74c313e4da744cfa10f59da5e223bf7ea --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f30dfd9ff648f269db7e2108d072f0cb30a2acd1e8dfac6938919675ed84ec +size 1182370 diff --git a/perception/single_instance_identification/visual_grounding/images/570.png b/perception/single_instance_identification/visual_grounding/images/570.png new file mode 100644 index 0000000000000000000000000000000000000000..678381f8df4935aa575fd24a41d01e9dbf30b748 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd9942c3fbf56ad1540f0e83a4c01441e2c3de76f3702533b8a87669cce070e +size 919228 diff --git a/perception/single_instance_identification/visual_grounding/images/571.png b/perception/single_instance_identification/visual_grounding/images/571.png new file mode 100644 index 0000000000000000000000000000000000000000..57518e75e74be572c6381b550d78904cd1b7a2fb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b5cb179e59ad90a1c361e67cc4c2f19a09a59cddc28a3069f04a82d3e63785 +size 927514 diff --git a/perception/single_instance_identification/visual_grounding/images/572.png b/perception/single_instance_identification/visual_grounding/images/572.png new file mode 100644 index 0000000000000000000000000000000000000000..83a94266c05421a1ec1f85748d887996b47b4ca6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d509b12ec98f90a7efe0bf695507779bfb6abe91130c7a0dfc6c5d7c8c3581 +size 1005037 diff --git a/perception/single_instance_identification/visual_grounding/images/573.png b/perception/single_instance_identification/visual_grounding/images/573.png new file mode 100644 index 0000000000000000000000000000000000000000..70187af60fb724c6ae93ba63ce8f00ff661786ef --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4b17f9f551be1c37769f6e8b56f6291724aeaaff64f9630913d334563790eb +size 1233740 diff --git a/perception/single_instance_identification/visual_grounding/images/574.png b/perception/single_instance_identification/visual_grounding/images/574.png new file mode 100644 index 0000000000000000000000000000000000000000..fe9032385970f70022563baa9454a73710b58500 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973d0b43252effbadc99d336c96613222a412fe7b6ae57bf8860552fcae14056 +size 356602 diff --git a/perception/single_instance_identification/visual_grounding/images/575.png b/perception/single_instance_identification/visual_grounding/images/575.png new file mode 100644 index 0000000000000000000000000000000000000000..3a85795c6019697bad2f384cb998901b6dec1533 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbfe63f2df43e4193858b40cd3d17d3fd2ecb21b30d356b0a9f08cd85f38656 +size 210004 diff --git a/perception/single_instance_identification/visual_grounding/images/576.png b/perception/single_instance_identification/visual_grounding/images/576.png new file mode 100644 index 0000000000000000000000000000000000000000..3186bd820bafcbdddabab560b1134043dd5e3bdb --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dcbd358d5526194cb6539d9e4d2267d503b3ed4afcfe0c2946ff924be57ada +size 1006230 diff --git a/perception/single_instance_identification/visual_grounding/images/577.png b/perception/single_instance_identification/visual_grounding/images/577.png new file mode 100644 index 0000000000000000000000000000000000000000..d2fcf4852053a82fedafbabcc5f92a213bdb0e8e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2262a6971776910ed1c917a798c9ac5b037526873b61b99d03db9ea82afdf6 +size 438865 diff --git a/perception/single_instance_identification/visual_grounding/images/578.png b/perception/single_instance_identification/visual_grounding/images/578.png new file mode 100644 index 0000000000000000000000000000000000000000..69ba22702b61db3926c67799be5a3c37af142481 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbd1d8b06595b394f1f24ab3cde643d1afe0818f5a4cb388f0b38f74d4a922f +size 465224 diff --git a/perception/single_instance_identification/visual_grounding/images/579.png b/perception/single_instance_identification/visual_grounding/images/579.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7308bd7f1b6fb76fc77efeef9aaf291b7447d3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61499b1942db74770fdc5ed8235a2b607ba5275a6d6be311d00ccca92a7d633 +size 1412317 diff --git a/perception/single_instance_identification/visual_grounding/images/58.png b/perception/single_instance_identification/visual_grounding/images/58.png new file mode 100644 index 0000000000000000000000000000000000000000..c606205414696f7b61956a34e1205dc5f855fd34 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f897263643849e3be7e2506ff39d13f0065a99a9816b7ab2471cdb47b34df8d +size 1479269 diff --git a/perception/single_instance_identification/visual_grounding/images/580.png b/perception/single_instance_identification/visual_grounding/images/580.png new file mode 100644 index 0000000000000000000000000000000000000000..89000182aea0a0cedd91ee3a099abca75bc4da87 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c218e5c2ad3b80eaedbb3cbf104f3973d7137464c41a53578eafac5df25fde2 +size 1100848 diff --git a/perception/single_instance_identification/visual_grounding/images/581.png b/perception/single_instance_identification/visual_grounding/images/581.png new file mode 100644 index 0000000000000000000000000000000000000000..e999534f27cef6a538af1588f0528c6c7849630f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18a56589c40021bd22a4d03da369f7c019bdc7817e0cda3093a2a98cf509f09 +size 1310821 diff --git a/perception/single_instance_identification/visual_grounding/images/582.png b/perception/single_instance_identification/visual_grounding/images/582.png new file mode 100644 index 0000000000000000000000000000000000000000..70a438e562636eb7a91f9ae8e4add4ad1cc3fe17 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830c72929b6fcfce2871f481468a3a2cb3906030e288104553ea1b1f840caa09 +size 666565 diff --git a/perception/single_instance_identification/visual_grounding/images/583.png b/perception/single_instance_identification/visual_grounding/images/583.png new file mode 100644 index 0000000000000000000000000000000000000000..73b9bffc47317d4a755817afa9b26e3a0e47dc6e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8294b69f4119dd69ac1a5ea08c96a1a009eb6d2ca3f7891b3234152370ff737 +size 1058144 diff --git a/perception/single_instance_identification/visual_grounding/images/584.png b/perception/single_instance_identification/visual_grounding/images/584.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed0bec640ca8adfc04569796890940a3769800c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40ce1e5915928d7f9d8679c91f4eba7111a08db75907b27f615b7330bcfa740 +size 733809 diff --git a/perception/single_instance_identification/visual_grounding/images/585.png b/perception/single_instance_identification/visual_grounding/images/585.png new file mode 100644 index 0000000000000000000000000000000000000000..a511fa4e0c774969f6764a9828103abdd0becd77 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839cfcd4deb0f165c5b53853e7b7ef1f395eafe10c07c08ff7ffc211382a998c +size 1443924 diff --git a/perception/single_instance_identification/visual_grounding/images/586.png b/perception/single_instance_identification/visual_grounding/images/586.png new file mode 100644 index 0000000000000000000000000000000000000000..28e9be5aa3cd6b97655c3418951d255e601459ff --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feefc50c1a442670c8d78b133747189c05c74de1fa715d4b24cc7bd798fc816 +size 1056996 diff --git a/perception/single_instance_identification/visual_grounding/images/587.png b/perception/single_instance_identification/visual_grounding/images/587.png new file mode 100644 index 0000000000000000000000000000000000000000..0613a76defa148623c890a5d30443898330dfab2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dbce2e6b377a08bfca4d5913110392487297d94fc577f5bd9ebf124908a5a8 +size 872543 diff --git a/perception/single_instance_identification/visual_grounding/images/588.png b/perception/single_instance_identification/visual_grounding/images/588.png new file mode 100644 index 0000000000000000000000000000000000000000..8b11eff8af567012ccdcd179411fba7405ce4e2a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f2ee2131c60df8cb2fba7b545b9a88acd9858ffdc5fb2a55026cee2ec4b929 +size 678147 diff --git a/perception/single_instance_identification/visual_grounding/images/589.png b/perception/single_instance_identification/visual_grounding/images/589.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6155bb00cf3efb53a3c6abf51c9be806b0ba6b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d858f2f6315231bb9c408a3e3ddc51f391d93b83a6339d9fb1becb1fb41f4afb +size 468773 diff --git a/perception/single_instance_identification/visual_grounding/images/59.png b/perception/single_instance_identification/visual_grounding/images/59.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e3c6051b6bba91b196882c27a503fc32f17c70 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88c8e0f6521baebffeff57cdb637a7befbd2a26969cd587727f4824656aeab4 +size 1410205 diff --git a/perception/single_instance_identification/visual_grounding/images/590.png b/perception/single_instance_identification/visual_grounding/images/590.png new file mode 100644 index 0000000000000000000000000000000000000000..21fb55d83e2f678855c2fc76764a355279b3560f --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed84d06d5eb9a8e60487aad76caf568b2b604505f67c567cf09abaff0900661 +size 1357210 diff --git a/perception/single_instance_identification/visual_grounding/images/591.png b/perception/single_instance_identification/visual_grounding/images/591.png new file mode 100644 index 0000000000000000000000000000000000000000..d2b6257602644d1ff2fa7ed479a21e75748182df --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cde92e3fd9ec178b1739603172d19b277e0d4b105103dfe8fb23d048e5296d +size 1196036 diff --git a/perception/single_instance_identification/visual_grounding/images/592.png b/perception/single_instance_identification/visual_grounding/images/592.png new file mode 100644 index 0000000000000000000000000000000000000000..41e9a2815c6f9921b4dd288d5a32675f18c8a53a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb558a519d3a5ac4c18c5d4f184f6f323d6315896a41b87febf6d323e357e1b +size 1022483 diff --git a/perception/single_instance_identification/visual_grounding/images/593.png b/perception/single_instance_identification/visual_grounding/images/593.png new file mode 100644 index 0000000000000000000000000000000000000000..0137bb7dcd538218fc7d241474b169d23c1448b2 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcb879d0c9c657b92dae86137b06d0a22ab3e1900141933ae236cce814e174e +size 906839 diff --git a/perception/single_instance_identification/visual_grounding/images/594.png b/perception/single_instance_identification/visual_grounding/images/594.png new file mode 100644 index 0000000000000000000000000000000000000000..d4329b4d1c985820d3dc3fa67bfd9286eca25f49 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39285f9bae23f1c2d14099906dfa3f1de1e8552a6dc03eed1e6f384ed6b8fc3d +size 1097244 diff --git a/perception/single_instance_identification/visual_grounding/images/595.png b/perception/single_instance_identification/visual_grounding/images/595.png new file mode 100644 index 0000000000000000000000000000000000000000..34b9a7484674d32fdd9d085882ecb7367d11fb82 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf18f2aad65a265a70e5297479378a28bb97ca87f609e2c3da62b20cd103f5dc +size 1015689 diff --git a/perception/single_instance_identification/visual_grounding/images/596.png b/perception/single_instance_identification/visual_grounding/images/596.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a2a238537d21b45cd506eee0b945e0ff153a2a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acf9952cac350003d88d3bec15dcc10f356484e06a2e08060b081847e965fa0 +size 1147890 diff --git a/perception/single_instance_identification/visual_grounding/images/597.png b/perception/single_instance_identification/visual_grounding/images/597.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0665203abfcd1efec051e08943077611f2a2c4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458217cab31ca2a7f450fb917734f395038db01dd1f905a90a54daf9f6f75ae0 +size 786226 diff --git a/perception/single_instance_identification/visual_grounding/images/598.png b/perception/single_instance_identification/visual_grounding/images/598.png new file mode 100644 index 0000000000000000000000000000000000000000..3630cc659ded8044921e205d8f1ecd884a199c0e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249e51e70f2a1a8356f8aed7ebcaf30e506efb5e9d574531e709192f811fbb15 +size 922251 diff --git a/perception/single_instance_identification/visual_grounding/images/599.png b/perception/single_instance_identification/visual_grounding/images/599.png new file mode 100644 index 0000000000000000000000000000000000000000..5a360beebcc113831a79bee9cd23de2bb3f5693b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f763c5c9670508a9aa91f8d497776f90600e508b078bdd203cf1cf40081a42 +size 1095875 diff --git a/perception/single_instance_identification/visual_grounding/images/6.png b/perception/single_instance_identification/visual_grounding/images/6.png new file mode 100644 index 0000000000000000000000000000000000000000..3f3136c758aeaed13fe20a598df7febf07a775e6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3679bbd9de4186d6b8e92da629657e423cec6973e70c4639e74fc5c658a044 +size 850016 diff --git a/perception/single_instance_identification/visual_grounding/images/60.png b/perception/single_instance_identification/visual_grounding/images/60.png new file mode 100644 index 0000000000000000000000000000000000000000..9339991f303635e214683f44a954299a3c8f9588 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30e69dbc1e5d999fcc519577cb60886ba882645339a2ab80ccafeee1a2ba311 +size 810417 diff --git a/perception/single_instance_identification/visual_grounding/images/600.png b/perception/single_instance_identification/visual_grounding/images/600.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f00d484706a76b3fe9a8c6c414454386f91faf --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f209453458b77517aa79f7a7a6fc9dcf0108fae41161415700f3d5e578617026 +size 1196259 diff --git a/perception/single_instance_identification/visual_grounding/images/61.png b/perception/single_instance_identification/visual_grounding/images/61.png new file mode 100644 index 0000000000000000000000000000000000000000..24dc1b0ced3d67043e45b1cc1c7ee191efa6dbd3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc448715aa012a9af844487a32fcbe94c25ee0929e19b56982fb645ed5256db +size 1112919 diff --git a/perception/single_instance_identification/visual_grounding/images/62.png b/perception/single_instance_identification/visual_grounding/images/62.png new file mode 100644 index 0000000000000000000000000000000000000000..5f244a2cb2d8ba88f1b46e28ada18535c08acf9b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4128329c16249b963caa98bbccf70a6f06f905ed179b4affe3ea5a7624cc3f +size 839051 diff --git a/perception/single_instance_identification/visual_grounding/images/63.png b/perception/single_instance_identification/visual_grounding/images/63.png new file mode 100644 index 0000000000000000000000000000000000000000..8f892811007e74caa923ad0b18de4a0e245ac40b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54ff258a0827e3ce8d30cf236e3253bdf106b96cfcecdf8951d0d8b685e42a9 +size 972743 diff --git a/perception/single_instance_identification/visual_grounding/images/64.png b/perception/single_instance_identification/visual_grounding/images/64.png new file mode 100644 index 0000000000000000000000000000000000000000..c3dfe18341aca6bf49b918599a4ee2d7593395bf --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd5f33639dce6093ced8a4f861d0651271fe7d1fc1bdf70b1e032e8a1678dca +size 1418257 diff --git a/perception/single_instance_identification/visual_grounding/images/65.png b/perception/single_instance_identification/visual_grounding/images/65.png new file mode 100644 index 0000000000000000000000000000000000000000..d49d109887000b1ddd65ccf27694a5031c2ee119 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a874143e03a6d0ea63108076ee299cb13a3a0f1d5aef8571e05dd0ab9ce13f5c +size 1220225 diff --git a/perception/single_instance_identification/visual_grounding/images/66.png b/perception/single_instance_identification/visual_grounding/images/66.png new file mode 100644 index 0000000000000000000000000000000000000000..c6eb26e4d7186738a3997675b3dee42ea088b0f1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13959750086083a75eaeebb06b1b72ebd9fa7de8fbd32e1f3b485a377ce7c354 +size 1023031 diff --git a/perception/single_instance_identification/visual_grounding/images/67.png b/perception/single_instance_identification/visual_grounding/images/67.png new file mode 100644 index 0000000000000000000000000000000000000000..751b24d8f4eab4e8950e4a00aee3da75efccfa27 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2052f988265c307478de82ee7ce92c05b6c32738ad31387faa66d9be915c9b2e +size 1201331 diff --git a/perception/single_instance_identification/visual_grounding/images/68.png b/perception/single_instance_identification/visual_grounding/images/68.png new file mode 100644 index 0000000000000000000000000000000000000000..2882f463892d190b2fd0e44f7e702457234f39e4 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f458a005ef3bc6d159a6832f359c4c6421a361ab2ff0d85ba79148224ef4df8 +size 884229 diff --git a/perception/single_instance_identification/visual_grounding/images/69.png b/perception/single_instance_identification/visual_grounding/images/69.png new file mode 100644 index 0000000000000000000000000000000000000000..30c33bb217e1c30ecff35117b6a5709827acfc31 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed5275a63d553b53c3698c4c75c46ee571324e608424321106fff6699c834c1 +size 757742 diff --git a/perception/single_instance_identification/visual_grounding/images/7.png b/perception/single_instance_identification/visual_grounding/images/7.png new file mode 100644 index 0000000000000000000000000000000000000000..230b4e61f3f1c4c6ba0fa5a768f607265bfa11f6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e2db19a0f3d0a642234eccadb7b8904c2c45986e9e24ebe7b595e92b24a85a +size 1273801 diff --git a/perception/single_instance_identification/visual_grounding/images/70.png b/perception/single_instance_identification/visual_grounding/images/70.png new file mode 100644 index 0000000000000000000000000000000000000000..1b563ff58fa0c6c74579f9463da826e488a5adff --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ceb96efaf72292949ca93d563672827d8b48d1cbc14671c08f1196ac95ac0 +size 711345 diff --git a/perception/single_instance_identification/visual_grounding/images/71.png b/perception/single_instance_identification/visual_grounding/images/71.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc857c15b4ac4262f2069af19592fd3b8a56f41 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735858fd2dd473ca4a39369dbea7ef9babc78165b7a5ae15dc337efa0913794a +size 235802 diff --git a/perception/single_instance_identification/visual_grounding/images/72.png b/perception/single_instance_identification/visual_grounding/images/72.png new file mode 100644 index 0000000000000000000000000000000000000000..82f51f4f5c55bf102db63e2fb60bac832c94a81a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac7ef620a868b89da2df21d94f63e496f6824a0ddf0d09156af61ea494649d6 +size 1324600 diff --git a/perception/single_instance_identification/visual_grounding/images/73.png b/perception/single_instance_identification/visual_grounding/images/73.png new file mode 100644 index 0000000000000000000000000000000000000000..ae63acdb90c3be658695eed522f862ab1828fcd1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f843247c8e2d26c707456dc8b73c328944354f753a95480d3fcfacda1392e0d4 +size 336347 diff --git a/perception/single_instance_identification/visual_grounding/images/74.png b/perception/single_instance_identification/visual_grounding/images/74.png new file mode 100644 index 0000000000000000000000000000000000000000..36a6be411eeef1d1a0599ea7674d700344b9c2d6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b3d06027f07e5f5e8bda720aff5ed5c6e3d57771c4733810aa8c0dcd1bd33d +size 844401 diff --git a/perception/single_instance_identification/visual_grounding/images/75.png b/perception/single_instance_identification/visual_grounding/images/75.png new file mode 100644 index 0000000000000000000000000000000000000000..1dcc6e2bab9b7339a3a3ed5005d5bc41c93a58e1 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8ab75ea0dc3057a4d8ad43630276ca3a7cf0369746ae1289974ee307f29ed8 +size 796568 diff --git a/perception/single_instance_identification/visual_grounding/images/76.png b/perception/single_instance_identification/visual_grounding/images/76.png new file mode 100644 index 0000000000000000000000000000000000000000..c85db7ac1d59fa3d72a1115e6410f9f791df6bab --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5196b9c538a6ec27a423afd6f0cd0a61c9c761eca56cc958bfda312de47810d7 +size 494045 diff --git a/perception/single_instance_identification/visual_grounding/images/77.png b/perception/single_instance_identification/visual_grounding/images/77.png new file mode 100644 index 0000000000000000000000000000000000000000..59277613af14690231bc7c19273d3e2f80570614 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e604612da346462b26cf95b306c2fa3f7f99574011d1109aca6ee847100c6b7 +size 870755 diff --git a/perception/single_instance_identification/visual_grounding/images/78.png b/perception/single_instance_identification/visual_grounding/images/78.png new file mode 100644 index 0000000000000000000000000000000000000000..378ffca61a62b8e38205a919be30ae111150ae33 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a62ab2568039d440570d775be69b06495a64973d4615c21b3ebbadb56d3f2a4 +size 701841 diff --git a/perception/single_instance_identification/visual_grounding/images/79.png b/perception/single_instance_identification/visual_grounding/images/79.png new file mode 100644 index 0000000000000000000000000000000000000000..8851ea9e456ce644d5b6e0169f273e401f3f5504 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b46c020d93caf4786c453b1dbf597865f4ac73290d403b40e2943be783d3a01 +size 1377816 diff --git a/perception/single_instance_identification/visual_grounding/images/8.png b/perception/single_instance_identification/visual_grounding/images/8.png new file mode 100644 index 0000000000000000000000000000000000000000..19fba17d77fd264d3e87036baba578ce19d51d0d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd936bd9773415f92695735a030bc4e45108db1dd08e90aaf7787dfa845f4e92 +size 1217474 diff --git a/perception/single_instance_identification/visual_grounding/images/80.png b/perception/single_instance_identification/visual_grounding/images/80.png new file mode 100644 index 0000000000000000000000000000000000000000..40a2d2a3e2bb582f49c52269d271a4c702ae203a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506acda0a77ef49185fb31a0855b48d62ae6677345a34a059f5cd7a1937d8dd8 +size 1322050 diff --git a/perception/single_instance_identification/visual_grounding/images/81.png b/perception/single_instance_identification/visual_grounding/images/81.png new file mode 100644 index 0000000000000000000000000000000000000000..9e68a7a11e39dbb37007955cedb32e0e0c9a4b5b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a050615de8c00503a6e0cfcf0a84c8dece5b3d149928d3658cde9f986118ef09 +size 1181722 diff --git a/perception/single_instance_identification/visual_grounding/images/82.png b/perception/single_instance_identification/visual_grounding/images/82.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b865440ae8668c24aa0e6af6a8d09e24a1d4c3 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2eba4a7ee9764c22747ba7a7a7275b92385f7403add7ead611731e914aea7b +size 887441 diff --git a/perception/single_instance_identification/visual_grounding/images/83.png b/perception/single_instance_identification/visual_grounding/images/83.png new file mode 100644 index 0000000000000000000000000000000000000000..355d2bb4a148690aafbd6b6cab073bbb180407cc --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd59e80dba6f7f872b16185a5fc2a5b5a228d9ad936c14cbc852bff03695173 +size 1314643 diff --git a/perception/single_instance_identification/visual_grounding/images/84.png b/perception/single_instance_identification/visual_grounding/images/84.png new file mode 100644 index 0000000000000000000000000000000000000000..90e173fad8f2a3327dd72ac71a228d3fd392e31a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9ebe5cd915db167368f0f432829077272eaa592a5cc8fb52493f4a4b7ff8d3 +size 656862 diff --git a/perception/single_instance_identification/visual_grounding/images/85.png b/perception/single_instance_identification/visual_grounding/images/85.png new file mode 100644 index 0000000000000000000000000000000000000000..60432c4bfbedebea93b7d772e1246d22a1bdb4ea --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1fa3b3a54c5921a842fb2424256585bbb2b753a8e061fecead0496443f6633 +size 711206 diff --git a/perception/single_instance_identification/visual_grounding/images/86.png b/perception/single_instance_identification/visual_grounding/images/86.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7b4253ef4649608881e368532f97c01a62770d --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c666ab22f7cc37fd26595c5cf8d4e6140b9bf0ab3a1d801a7d195290cbf75de6 +size 718707 diff --git a/perception/single_instance_identification/visual_grounding/images/87.png b/perception/single_instance_identification/visual_grounding/images/87.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1c4ccc7a1ac00020b12084436533e2001b10e8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01733ce477e32eae8445d090a56f6ce47143965003ee07bb1f46a7b1fb7afe58 +size 1056595 diff --git a/perception/single_instance_identification/visual_grounding/images/88.png b/perception/single_instance_identification/visual_grounding/images/88.png new file mode 100644 index 0000000000000000000000000000000000000000..c249429beb437464e7431fbd4ea73213d9864f3c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902039103cba2d7a7e8ebdd9f9060574418d14df066ab17b9ca7e4a1024ce4cd +size 1058405 diff --git a/perception/single_instance_identification/visual_grounding/images/89.png b/perception/single_instance_identification/visual_grounding/images/89.png new file mode 100644 index 0000000000000000000000000000000000000000..b16e728174779a1c18a13f28bee7354c8311c422 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eb879cfe9cdee2b0aedf85d6c211037b3604173059d867f0fb1d2adbc1cb69 +size 602086 diff --git a/perception/single_instance_identification/visual_grounding/images/9.png b/perception/single_instance_identification/visual_grounding/images/9.png new file mode 100644 index 0000000000000000000000000000000000000000..19aa5d85a3f7b996c2e10183fda15a5b1597a94b --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6208db779de322c0d4b7cba2f92c5718c410b2ea54bff127c936fa4173f59a +size 993110 diff --git a/perception/single_instance_identification/visual_grounding/images/90.png b/perception/single_instance_identification/visual_grounding/images/90.png new file mode 100644 index 0000000000000000000000000000000000000000..9057b3bc499ece271aa8f492de2c86bf470e1cf6 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa5471a7ce197cb124651a9755fdcd74811cd72f9e6d70da37136c2db177009 +size 1001876 diff --git a/perception/single_instance_identification/visual_grounding/images/91.png b/perception/single_instance_identification/visual_grounding/images/91.png new file mode 100644 index 0000000000000000000000000000000000000000..a80a92b0ed1ceb99c06f6493e0f67224897418ed --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279abeb3da75be356dfe34c825f2f81d9e72273d965f9df42c34734798127e6b +size 942044 diff --git a/perception/single_instance_identification/visual_grounding/images/92.png b/perception/single_instance_identification/visual_grounding/images/92.png new file mode 100644 index 0000000000000000000000000000000000000000..5860318b3839c290ef4416f770ada62f0c9737a9 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76b3a323ec4ab184e1a8a833723e03647d31239a755071197c94d3e5b5a1ea2 +size 1409865 diff --git a/perception/single_instance_identification/visual_grounding/images/93.png b/perception/single_instance_identification/visual_grounding/images/93.png new file mode 100644 index 0000000000000000000000000000000000000000..f653255044f298cf579feacbdffc53ac387f6448 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c668564525763b13a776a887f39db97bd0fc78e7c3b9f3de778df3a47b946a2 +size 88953 diff --git a/perception/single_instance_identification/visual_grounding/images/94.png b/perception/single_instance_identification/visual_grounding/images/94.png new file mode 100644 index 0000000000000000000000000000000000000000..1e81561f85f04dba5a7ac0380b1278716d6bbe9a --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6979e87659ec93babbbc4b606d1a858845e21c2ad1636caf7e9c5a73ff5db09 +size 935991 diff --git a/perception/single_instance_identification/visual_grounding/images/95.png b/perception/single_instance_identification/visual_grounding/images/95.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a1a858eaea8091340c9ce9b5f59590df6152e8 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454ca5b603fdec1f5571cf0679b403d242681ea6be19ae0311b164f49adfc2cc +size 808111 diff --git a/perception/single_instance_identification/visual_grounding/images/96.png b/perception/single_instance_identification/visual_grounding/images/96.png new file mode 100644 index 0000000000000000000000000000000000000000..434277a09df9efbded28fa45f4f6a043739ce808 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291767fdbcf9ece769453d27aea30541581f43b1a3a9d5b1b1cfcdc880359580 +size 1112125 diff --git a/perception/single_instance_identification/visual_grounding/images/97.png b/perception/single_instance_identification/visual_grounding/images/97.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc5b17d64660e2a73172064fb48e3894841227c --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f286638c7b291d694389abcf4963355d7933e0a2810ef9d95f8d442ea092e6 +size 1196590 diff --git a/perception/single_instance_identification/visual_grounding/images/98.png b/perception/single_instance_identification/visual_grounding/images/98.png new file mode 100644 index 0000000000000000000000000000000000000000..88c5918246fd5519a7f684bf2d91ccd6df233591 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023c7676c39db7717de6d2c4a35cb0c83e39fcbb4a607a1ef7869685606db33c +size 100262 diff --git a/perception/single_instance_identification/visual_grounding/images/99.png b/perception/single_instance_identification/visual_grounding/images/99.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0b7504b3e6ec87749aa1ebc5a554b159190a2e --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/images/99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14073af3c6d371ca1ed9ef28f69abc6610fddeee3d02fc1c9ec63add8e59cb87 +size 1166422 diff --git a/perception/single_instance_identification/visual_grounding/visual_grounding.json b/perception/single_instance_identification/visual_grounding/visual_grounding.json new file mode 100644 index 0000000000000000000000000000000000000000..afc37d522a9e876efade419ed25d56a7a3fa49a0 --- /dev/null +++ b/perception/single_instance_identification/visual_grounding/visual_grounding.json @@ -0,0 +1,13802 @@ +[ + { + "id": "992e0198-289c-4f13-8530-4b1dd7ee729b", + "image_path": "images/1.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.304, + 0.448 + ], + [ + 0.584, + 0.381 + ], + [ + 0.599, + 0.441 + ], + [ + 0.318, + 0.509 + ] + ] + }, + { + "id": "706bf0d0-7ded-4266-8b42-38350d9a43a7", + "image_path": "images/2.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.45, + 0.429 + ], + [ + 0.459, + 0.278 + ], + [ + 0.275, + 0.266 + ], + [ + 0.266, + 0.417 + ] + ] + }, + { + "id": "a7826281-bd73-4ea3-accb-34ecbf59b212", + "image_path": "images/3.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.953, + 0.381 + ], + [ + 0.978, + 0.355 + ], + [ + 0.854, + 0.236 + ], + [ + 0.829, + 0.264 + ] + ] + }, + { + "id": "173aabf8-3321-4808-bc8c-2d15b5b43fa7", + "image_path": "images/4.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.116, + 0.102 + ], + [ + 0.121, + 0.02 + ], + [ + 0.021, + 0.014 + ], + [ + 0.016, + 0.098 + ] + ] + }, + { + "id": "5a339d78-8cca-4bed-b660-8d23cf1864c6", + "image_path": "images/5.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.691, + 0.316 + ], + [ + 0.824, + 0.207 + ], + [ + 0.708, + 0.066 + ], + [ + 0.575, + 0.175 + ] + ] + }, + { + "id": "c95d5755-f62e-4f4d-908f-538feeffc25c", + "image_path": "images/6.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.545, + 0.494 + ], + [ + 0.605, + 0.806 + ], + [ + 0.486, + 0.829 + ], + [ + 0.427, + 0.515 + ] + ] + }, + { + "id": "ed83b6e4-346c-41b8-96d1-9574c7fd22db", + "image_path": "images/7.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.449, + 0.335 + ], + [ + 0.547, + 0.375 + ], + [ + 0.525, + 0.43 + ], + [ + 0.426, + 0.39 + ] + ] + }, + { + "id": "77209c5b-15f5-4587-aa4e-3c52b92eb644", + "image_path": "images/8.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.541, + 0.49 + ], + [ + 0.701, + 0.505 + ], + [ + 0.718, + 0.33 + ], + [ + 0.557, + 0.315 + ] + ] + }, + { + "id": "fc07e28e-90e3-427e-9c17-c0dc4b6085b8", + "image_path": "images/9.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.354, + 0.236 + ], + [ + 0.365, + 0.295 + ], + [ + 0.815, + 0.204 + ], + [ + 0.802, + 0.145 + ] + ] + }, + { + "id": "d4fa4792-12a0-4913-9086-69187cc989f7", + "image_path": "images/10.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.589, + 0.414 + ], + [ + 0.591, + 0.249 + ], + [ + 0.38, + 0.245 + ], + [ + 0.378, + 0.41 + ] + ] + }, + { + "id": "65efb29a-3558-4d3a-8815-95c6e21b1021", + "image_path": "images/11.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.011, + 0.175 + ], + [ + 0.026, + 0.24 + ], + [ + 0.186, + 0.205 + ], + [ + 0.171, + 0.141 + ] + ] + }, + { + "id": "eb579af7-e18d-47b1-99f4-a9929045e6ab", + "image_path": "images/12.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.599, + 0.174 + ], + [ + 0.642, + 0.362 + ], + [ + 0.585, + 0.375 + ], + [ + 0.541, + 0.186 + ] + ] + }, + { + "id": "41d3a028-abec-4f12-9bfc-1ee788a4d061", + "image_path": "images/13.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.672, + 0.54 + ], + [ + 0.688, + 0.672 + ], + [ + 0.936, + 0.646 + ], + [ + 0.922, + 0.512 + ] + ] + }, + { + "id": "6cd6ea03-e84c-45dc-9160-6588f12eaaa2", + "image_path": "images/14.png", + "question": "Please output the coordinates of the ground-track-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.286, + 0.68 + ], + [ + 0.41, + 0.865 + ], + [ + 0.75, + 0.636 + ], + [ + 0.626, + 0.451 + ] + ] + }, + { + "id": "f07374de-1310-49e1-970a-e1e061c20cb6", + "image_path": "images/15.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.302, + 0.204 + ], + [ + 0.306, + 0.541 + ], + [ + 0.226, + 0.541 + ], + [ + 0.224, + 0.204 + ] + ] + }, + { + "id": "1ed79bd7-a8ee-4c50-ba12-cbef49239ac3", + "image_path": "images/16.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.295, + 0.549 + ], + [ + 0.625, + 0.206 + ], + [ + 0.694, + 0.273 + ], + [ + 0.364, + 0.615 + ] + ] + }, + { + "id": "63d1c159-690f-4606-bc86-c994623857c3", + "image_path": "images/17.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.94, + 0.846 + ], + [ + 0.964, + 0.821 + ], + [ + 0.854, + 0.713 + ], + [ + 0.83, + 0.736 + ] + ] + }, + { + "id": "979a4ad3-4e15-4acf-a70b-15d114e888d3", + "image_path": "images/18.png", + "question": "Please output the coordinates of the ground-track-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.403, + 0.58 + ], + [ + 0.526, + 0.482 + ], + [ + 0.341, + 0.246 + ], + [ + 0.217, + 0.344 + ] + ] + }, + { + "id": "308aa715-e504-4f12-b8df-91ad847fbea0", + "image_path": "images/19.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.526, + 0.237 + ], + [ + 0.586, + 0.781 + ], + [ + 0.522, + 0.789 + ], + [ + 0.461, + 0.245 + ] + ] + }, + { + "id": "1e3d269a-b4e3-46c2-b20b-036c32166dbd", + "image_path": "images/20.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.13, + 0.996 + ], + [ + 0.134, + 0.889 + ], + [ + 0.018, + 0.884 + ], + [ + 0.013, + 0.991 + ] + ] + }, + { + "id": "43c1526f-a438-4230-80fd-3d801dcc6571", + "image_path": "images/21.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.384, + 0.249 + ], + [ + 0.557, + 0.278 + ], + [ + 0.588, + 0.104 + ], + [ + 0.414, + 0.074 + ] + ] + }, + { + "id": "96434eb8-a132-48f3-af87-f6ab4ef318ac", + "image_path": "images/22.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.485, + 0.351 + ], + [ + 0.49, + 0.275 + ], + [ + 0.41, + 0.27 + ], + [ + 0.405, + 0.346 + ] + ] + }, + { + "id": "3f270755-48bc-4607-9799-2ba2081aae78", + "image_path": "images/23.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.512, + 0.946 + ], + [ + 0.557, + 0.954 + ], + [ + 0.593, + 0.748 + ], + [ + 0.546, + 0.74 + ] + ] + }, + { + "id": "228c3a13-8c64-414e-8ed1-9b9a080e50bd", + "image_path": "images/24.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.951, + 0.915 + ], + [ + 0.969, + 0.69 + ], + [ + 0.73, + 0.671 + ], + [ + 0.713, + 0.896 + ] + ] + }, + { + "id": "74ff0da9-3cac-404c-b018-f9c3eac5d79b", + "image_path": "images/25.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.172, + 0.54 + ], + [ + 0.188, + 0.672 + ], + [ + 0.436, + 0.646 + ], + [ + 0.421, + 0.512 + ] + ] + }, + { + "id": "2bd53800-518c-4bbb-bca2-9383186e467d", + "image_path": "images/26.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.871, + 0.367 + ], + [ + 0.941, + 0.181 + ], + [ + 0.718, + 0.099 + ], + [ + 0.649, + 0.285 + ] + ] + }, + { + "id": "7adceb87-f9c8-4c2d-95a8-104144adad92", + "image_path": "images/27.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.574, + 0.411 + ], + [ + 0.575, + 0.301 + ], + [ + 0.451, + 0.301 + ], + [ + 0.45, + 0.411 + ] + ] + }, + { + "id": "18c1b046-c409-4123-8463-ea95d01d01d8", + "image_path": "images/28.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.594, + 0.594 + ], + [ + 0.61, + 0.517 + ], + [ + 0.679, + 0.532 + ], + [ + 0.664, + 0.608 + ] + ] + }, + { + "id": "8631de9d-7ff4-4130-afea-4f160152cb7b", + "image_path": "images/29.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.347, + 0.836 + ], + [ + 0.444, + 0.56 + ], + [ + 0.147, + 0.458 + ], + [ + 0.052, + 0.734 + ] + ] + }, + { + "id": "493b5db4-dab4-430d-b620-893ebea52539", + "image_path": "images/30.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.581, + 0.698 + ], + [ + 0.583, + 0.552 + ], + [ + 0.435, + 0.552 + ], + [ + 0.435, + 0.698 + ] + ] + }, + { + "id": "c2deb5c7-ba4b-48a2-ac64-641da89e5236", + "image_path": "images/31.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.469, + 0.736 + ], + [ + 0.891, + 0.601 + ], + [ + 0.916, + 0.68 + ], + [ + 0.494, + 0.816 + ] + ] + }, + { + "id": "c6f36ba0-a4d9-493d-a922-1f015fc30af6", + "image_path": "images/32.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.72, + 0.593 + ], + [ + 0.809, + 0.099 + ], + [ + 0.279, + 0.004 + ], + [ + 0.19, + 0.497 + ] + ] + }, + { + "id": "c03e4311-e94d-4c48-8c59-3f244ef7ad58", + "image_path": "images/33.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.489, + 0.371 + ], + [ + 0.524, + 0.703 + ], + [ + 0.901, + 0.661 + ], + [ + 0.866, + 0.331 + ] + ] + }, + { + "id": "2ac0b5e9-fef9-4b71-a72d-9b7ea839d78d", + "image_path": "images/34.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.603, + 0.609 + ], + [ + 0.754, + 0.573 + ], + [ + 0.764, + 0.615 + ], + [ + 0.613, + 0.65 + ] + ] + }, + { + "id": "bb16850d-497c-4ceb-98b6-0a49f826e3b5", + "image_path": "images/35.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.071, + 0.662 + ], + [ + 0.075, + 0.594 + ], + [ + 0.005, + 0.59 + ], + [ + 0.001, + 0.659 + ] + ] + }, + { + "id": "6d36b62c-3d8c-4e8d-8e65-41d51b33b21b", + "image_path": "images/36.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.365, + 0.4 + ], + [ + 0.372, + 0.335 + ], + [ + 0.299, + 0.326 + ], + [ + 0.291, + 0.391 + ] + ] + }, + { + "id": "e2ce9986-09c9-4d2d-96cf-d4f07f4b184e", + "image_path": "images/37.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.048, + 0.601 + ], + [ + 0.115, + 0.601 + ], + [ + 0.115, + 0.613 + ], + [ + 0.048, + 0.613 + ] + ] + }, + { + "id": "2035e5e8-9856-4281-9767-fa7395fe298b", + "image_path": "images/38.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.865, + 0.535 + ], + [ + 0.891, + 0.346 + ], + [ + 0.701, + 0.32 + ], + [ + 0.674, + 0.509 + ] + ] + }, + { + "id": "08682f24-592d-42fa-aa60-7bc306521edf", + "image_path": "images/39.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.535, + 0.443 + ], + [ + 0.736, + 0.545 + ], + [ + 0.676, + 0.662 + ], + [ + 0.475, + 0.559 + ] + ] + }, + { + "id": "16eed1f1-4d1a-4da0-aa6b-85b5ae504762", + "image_path": "images/40.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.422, + 0.551 + ], + [ + 0.49, + 0.414 + ], + [ + 0.544, + 0.44 + ], + [ + 0.476, + 0.578 + ] + ] + }, + { + "id": "a4d83fb5-abe5-4fc4-9f82-8ffe1fe4ce53", + "image_path": "images/41.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.562, + 0.895 + ], + [ + 0.799, + 0.639 + ], + [ + 0.515, + 0.375 + ], + [ + 0.278, + 0.63 + ] + ] + }, + { + "id": "1b85e007-d0ec-40ba-abc0-cc4cd122bee5", + "image_path": "images/42.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.574, + 0.469 + ], + [ + 0.639, + 0.367 + ], + [ + 0.459, + 0.251 + ], + [ + 0.394, + 0.352 + ] + ] + }, + { + "id": "c7664d49-5f59-4127-830f-888c944c6c00", + "image_path": "images/43.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.635, + 0.659 + ], + [ + 0.71, + 0.66 + ], + [ + 0.713, + 0.584 + ], + [ + 0.636, + 0.583 + ] + ] + }, + { + "id": "7d5f6a21-3d2b-4324-93b9-126706f3e825", + "image_path": "images/44.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.54, + 0.505 + ], + [ + 0.56, + 0.281 + ], + [ + 0.311, + 0.26 + ], + [ + 0.292, + 0.484 + ] + ] + }, + { + "id": "9382e056-809f-4314-9649-543e04c6f08d", + "image_path": "images/45.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.71, + 0.654 + ], + [ + 0.755, + 0.163 + ], + [ + 0.217, + 0.114 + ], + [ + 0.172, + 0.605 + ] + ] + }, + { + "id": "d3545626-0fc7-4c57-9816-7a0429070e51", + "image_path": "images/46.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.295, + 0.399 + ], + [ + 0.295, + 0.339 + ], + [ + 0.233, + 0.339 + ], + [ + 0.233, + 0.398 + ] + ] + }, + { + "id": "194fc7bd-2b9c-4d06-a3a7-4e05f86fa799", + "image_path": "images/47.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.304, + 0.958 + ], + [ + 0.335, + 0.941 + ], + [ + 0.268, + 0.809 + ], + [ + 0.235, + 0.825 + ] + ] + }, + { + "id": "20072cfb-d568-4556-9f0e-b5962fbd97ee", + "image_path": "images/48.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.004, + 0.869 + ], + [ + 0.005, + 0.996 + ], + [ + 0.138, + 0.995 + ], + [ + 0.136, + 0.868 + ] + ] + }, + { + "id": "d9725f0b-8c65-4892-9869-7a7359c3567d", + "image_path": "images/49.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.055, + 0.4 + ], + [ + 0.961, + 0.347 + ], + [ + 0.97, + 0.502 + ], + [ + 0.064, + 0.555 + ] + ] + }, + { + "id": "394b52ac-61cb-4ab1-8c8f-6892cc1affa4", + "image_path": "images/50.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.041, + 0.329 + ], + [ + 0.06, + 0.329 + ], + [ + 0.055, + 0.241 + ], + [ + 0.036, + 0.242 + ] + ] + }, + { + "id": "3e2d67a7-5976-4195-8b8c-b110de3b7728", + "image_path": "images/51.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.995, + 0.352 + ], + [ + 0.999, + 0.191 + ], + [ + 0.748, + 0.185 + ], + [ + 0.744, + 0.346 + ] + ] + }, + { + "id": "1c35e56c-553f-4be6-af71-4f37013cc6ed", + "image_path": "images/52.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.179, + 0.741 + ], + [ + 0.223, + 0.92 + ], + [ + 0.449, + 0.864 + ], + [ + 0.404, + 0.685 + ] + ] + }, + { + "id": "91fa3a6e-2843-4617-881c-722427906e74", + "image_path": "images/53.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.861, + 0.254 + ], + [ + 0.875, + 0.16 + ], + [ + 0.74, + 0.14 + ], + [ + 0.728, + 0.235 + ] + ] + }, + { + "id": "853e1b61-bdef-488f-9e47-c8f5d2dae1a1", + "image_path": "images/54.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.409, + 0.524 + ], + [ + 0.519, + 0.606 + ], + [ + 0.481, + 0.656 + ], + [ + 0.371, + 0.574 + ] + ] + }, + { + "id": "3b488f40-dc8a-4946-9c0f-265e918aec3a", + "image_path": "images/55.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.431, + 0.718 + ], + [ + 0.588, + 0.723 + ], + [ + 0.593, + 0.551 + ], + [ + 0.436, + 0.547 + ] + ] + }, + { + "id": "9a13b201-b4b1-4c50-9d1e-9f6b0eddb3fd", + "image_path": "images/56.png", + "question": "Please output the coordinates of the swimming-pool in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.182, + 0.312 + ], + [ + 0.191, + 0.366 + ], + [ + 0.261, + 0.354 + ], + [ + 0.253, + 0.3 + ] + ] + }, + { + "id": "f1d49ad1-1d35-49dc-83f2-002943519d02", + "image_path": "images/57.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.33, + 0.568 + ], + [ + 0.537, + 0.289 + ], + [ + 0.651, + 0.374 + ], + [ + 0.444, + 0.652 + ] + ] + }, + { + "id": "bddcc57a-9b37-47ce-b077-2817d48e25b1", + "image_path": "images/58.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.341, + 0.568 + ], + [ + 0.401, + 0.47 + ], + [ + 0.434, + 0.49 + ], + [ + 0.374, + 0.588 + ] + ] + }, + { + "id": "8cbc22b6-9502-41a9-b122-a24e8a2bff48", + "image_path": "images/59.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.512, + 0.603 + ], + [ + 0.514, + 0.526 + ], + [ + 0.436, + 0.525 + ], + [ + 0.434, + 0.601 + ] + ] + }, + { + "id": "cc81f85c-7c37-4d20-a91b-f8948fea340e", + "image_path": "images/60.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.258, + 0.8 + ], + [ + 0.357, + 0.629 + ], + [ + 0.184, + 0.527 + ], + [ + 0.085, + 0.699 + ] + ] + }, + { + "id": "994920fd-be9c-4b4a-8f17-d2aea1f0745b", + "image_path": "images/61.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.441, + 0.615 + ], + [ + 0.731, + 0.529 + ], + [ + 0.751, + 0.594 + ], + [ + 0.46, + 0.68 + ] + ] + }, + { + "id": "6ac32f82-d9a9-4552-b219-07218dcff14d", + "image_path": "images/62.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.336, + 0.166 + ], + [ + 0.395, + 0.31 + ], + [ + 0.613, + 0.221 + ], + [ + 0.555, + 0.077 + ] + ] + }, + { + "id": "9523a86e-23df-4f0f-a1be-2c0fcfd47e9e", + "image_path": "images/63.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.341, + 0.675 + ], + [ + 0.357, + 0.579 + ], + [ + 0.261, + 0.562 + ], + [ + 0.244, + 0.657 + ] + ] + }, + { + "id": "be60e46a-f4f3-45be-917b-1ac53f6fd0af", + "image_path": "images/64.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.372, + 0.362 + ], + [ + 0.829, + 0.55 + ], + [ + 0.815, + 0.583 + ], + [ + 0.36, + 0.395 + ] + ] + }, + { + "id": "2abf5277-3d3e-4e03-b3ad-f766996656bd", + "image_path": "images/65.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.434, + 0.36 + ], + [ + 0.446, + 0.256 + ], + [ + 0.335, + 0.242 + ], + [ + 0.323, + 0.347 + ] + ] + }, + { + "id": "fbeffb26-1e39-4e75-aa5f-734b80e9a08e", + "image_path": "images/66.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.586, + 0.58 + ], + [ + 0.632, + 0.11 + ], + [ + 0.116, + 0.06 + ], + [ + 0.07, + 0.53 + ] + ] + }, + { + "id": "c9e72004-05c0-4dc7-b4e3-6645d785818a", + "image_path": "images/67.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.184, + 0.609 + ], + [ + 0.356, + 0.443 + ], + [ + 0.464, + 0.555 + ], + [ + 0.292, + 0.72 + ] + ] + }, + { + "id": "7a9fb028-f3c6-40d0-bc36-9ce26128a72e", + "image_path": "images/68.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.623, + 0.454 + ], + [ + 0.879, + 0.531 + ], + [ + 0.855, + 0.609 + ], + [ + 0.599, + 0.531 + ] + ] + }, + { + "id": "cdb3cde4-47b5-4c53-867d-a37e30480238", + "image_path": "images/69.png", + "question": "Please output the coordinates of the ground-track-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.396, + 0.596 + ], + [ + 0.422, + 0.774 + ], + [ + 0.769, + 0.723 + ], + [ + 0.743, + 0.545 + ] + ] + }, + { + "id": "4c94dd34-481b-4fb3-9d56-aad8a8781c81", + "image_path": "images/70.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.835, + 0.329 + ], + [ + 0.849, + 0.151 + ], + [ + 0.601, + 0.131 + ], + [ + 0.588, + 0.309 + ] + ] + }, + { + "id": "db34a667-6bbd-4be4-84b2-2196eb4bda27", + "image_path": "images/71.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.509, + 0.362 + ], + [ + 0.516, + 0.326 + ], + [ + 0.311, + 0.286 + ], + [ + 0.304, + 0.324 + ] + ] + }, + { + "id": "a2509203-50b9-4e89-ac49-0775e458f075", + "image_path": "images/72.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.608, + 0.393 + ], + [ + 0.611, + 0.311 + ], + [ + 0.491, + 0.306 + ], + [ + 0.489, + 0.388 + ] + ] + }, + { + "id": "64308aaa-38fb-45e0-88d8-545ccfb9b8b5", + "image_path": "images/73.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.119, + 0.38 + ], + [ + 0.986, + 0.546 + ], + [ + 0.97, + 0.632 + ], + [ + 0.102, + 0.465 + ] + ] + }, + { + "id": "860e0fbe-b85c-4f8c-93d5-ecd0f3d56ff8", + "image_path": "images/74.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.326, + 0.644 + ], + [ + 0.816, + 0.505 + ], + [ + 0.85, + 0.62 + ], + [ + 0.36, + 0.76 + ] + ] + }, + { + "id": "f9058447-24a3-4854-9d01-6b7ecca8508d", + "image_path": "images/75.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.095, + 0.685 + ], + [ + 0.455, + 0.664 + ], + [ + 0.461, + 0.76 + ], + [ + 0.1, + 0.78 + ] + ] + }, + { + "id": "72255db4-fceb-4c80-8625-f5ae96e95b84", + "image_path": "images/76.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.761, + 0.645 + ], + [ + 0.772, + 0.562 + ], + [ + 0.689, + 0.55 + ], + [ + 0.677, + 0.632 + ] + ] + }, + { + "id": "670582a9-871d-49b5-a643-50370ed942aa", + "image_path": "images/77.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.749, + 0.6 + ], + [ + 0.779, + 0.406 + ], + [ + 0.55, + 0.371 + ], + [ + 0.52, + 0.565 + ] + ] + }, + { + "id": "7470828d-8947-4ebc-af55-c904f6143f79", + "image_path": "images/78.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.427, + 0.534 + ], + [ + 0.539, + 0.221 + ], + [ + 0.651, + 0.261 + ], + [ + 0.54, + 0.574 + ] + ] + }, + { + "id": "de747ae9-a55a-40dc-9a23-54376bc0d308", + "image_path": "images/79.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.656, + 0.415 + ], + [ + 0.661, + 0.345 + ], + [ + 0.565, + 0.339 + ], + [ + 0.561, + 0.409 + ] + ] + }, + { + "id": "133c0ec8-28d7-42f6-9a59-0777f11739ed", + "image_path": "images/80.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.335, + 0.618 + ], + [ + 0.412, + 0.535 + ], + [ + 0.489, + 0.608 + ], + [ + 0.411, + 0.69 + ] + ] + }, + { + "id": "cf559250-5c6e-4bb2-9536-2e619b2fc7e7", + "image_path": "images/81.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.476, + 0.545 + ], + [ + 0.476, + 0.502 + ], + [ + 0.431, + 0.501 + ], + [ + 0.43, + 0.544 + ] + ] + }, + { + "id": "6ffdfd09-6538-4933-8b02-e6b37b0512aa", + "image_path": "images/82.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.693, + 0.489 + ], + [ + 0.693, + 0.45 + ], + [ + 0.654, + 0.449 + ], + [ + 0.652, + 0.487 + ] + ] + }, + { + "id": "932360d4-7a5f-41b1-a8eb-f66b92c5ff05", + "image_path": "images/83.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.389, + 0.444 + ], + [ + 0.394, + 0.3 + ], + [ + 0.212, + 0.294 + ], + [ + 0.207, + 0.438 + ] + ] + }, + { + "id": "6dc36830-6e51-4a3b-aec9-9474d35a7be7", + "image_path": "images/84.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.372, + 0.435 + ], + [ + 0.389, + 0.618 + ], + [ + 0.61, + 0.598 + ], + [ + 0.594, + 0.415 + ] + ] + }, + { + "id": "38b7ea23-8f60-4911-a66d-cc35ebdf8aa4", + "image_path": "images/85.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.435, + 0.636 + ], + [ + 0.507, + 0.796 + ], + [ + 0.723, + 0.7 + ], + [ + 0.65, + 0.539 + ] + ] + }, + { + "id": "5a8faf9b-8857-4451-88ee-f45e699cfa28", + "image_path": "images/86.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.064, + 0.396 + ], + [ + 0.634, + 0.531 + ], + [ + 0.623, + 0.581 + ], + [ + 0.052, + 0.446 + ] + ] + }, + { + "id": "225ed9a7-d460-40c0-8721-312bffe4b19a", + "image_path": "images/87.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.661, + 0.394 + ], + [ + 0.665, + 0.312 + ], + [ + 0.574, + 0.306 + ], + [ + 0.57, + 0.389 + ] + ] + }, + { + "id": "69f85581-2a43-4a06-9ee9-b2ec4b933e1c", + "image_path": "images/88.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.354, + 0.475 + ], + [ + 0.666, + 0.269 + ], + [ + 0.781, + 0.444 + ], + [ + 0.469, + 0.65 + ] + ] + }, + { + "id": "b623234a-512e-46a4-8e1a-524f67bf191b", + "image_path": "images/89.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.646, + 0.135 + ], + [ + 0.655, + 0.255 + ], + [ + 0.869, + 0.24 + ], + [ + 0.86, + 0.119 + ] + ] + }, + { + "id": "0024acb9-7400-475b-9a51-56ee3c575588", + "image_path": "images/90.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.624, + 0.273 + ], + [ + 0.782, + 0.292 + ], + [ + 0.762, + 0.445 + ], + [ + 0.605, + 0.426 + ] + ] + }, + { + "id": "59f7a2e0-cdb0-4698-a223-b9396552fb1a", + "image_path": "images/91.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.679, + 0.741 + ], + [ + 0.724, + 0.921 + ], + [ + 0.949, + 0.864 + ], + [ + 0.904, + 0.685 + ] + ] + }, + { + "id": "891e29b2-5f44-4aaf-8dfc-c6a09c54c3bc", + "image_path": "images/92.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.34, + 0.456 + ], + [ + 0.42, + 0.321 + ], + [ + 0.471, + 0.352 + ], + [ + 0.391, + 0.486 + ] + ] + }, + { + "id": "a87d32dd-d65d-414a-914a-f8438408a954", + "image_path": "images/93.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.52, + 0.411 + ], + [ + 0.522, + 0.378 + ], + [ + 0.349, + 0.366 + ], + [ + 0.346, + 0.4 + ] + ] + }, + { + "id": "f8514b95-c673-4a15-8163-0c9f0e307852", + "image_path": "images/94.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.158, + 0.545 + ], + [ + 0.544, + 0.109 + ], + [ + 0.705, + 0.251 + ], + [ + 0.319, + 0.688 + ] + ] + }, + { + "id": "2cb39619-565d-44a3-8fbb-a6f986f4b2c0", + "image_path": "images/95.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.559, + 0.458 + ], + [ + 0.571, + 0.295 + ], + [ + 0.405, + 0.282 + ], + [ + 0.393, + 0.445 + ] + ] + }, + { + "id": "a3f1b56b-a960-4d6a-89fa-2fb6090b18a9", + "image_path": "images/96.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.205, + 0.531 + ], + [ + 0.282, + 0.621 + ], + [ + 0.269, + 0.632 + ], + [ + 0.191, + 0.542 + ] + ] + }, + { + "id": "1e0f29b7-65a1-4b91-9cd3-e2bbfc76c0bd", + "image_path": "images/97.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.51, + 0.614 + ], + [ + 0.53, + 0.441 + ], + [ + 0.331, + 0.419 + ], + [ + 0.312, + 0.591 + ] + ] + }, + { + "id": "ca991347-bb91-426f-9353-363e20fc4507", + "image_path": "images/98.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.25, + 0.136 + ], + [ + 0.255, + 0.106 + ], + [ + 0.102, + 0.083 + ], + [ + 0.098, + 0.113 + ] + ] + }, + { + "id": "b3a22ba9-672e-42f5-a61d-daf01a571ba4", + "image_path": "images/99.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.194, + 0.365 + ], + [ + 0.339, + 0.284 + ], + [ + 0.366, + 0.333 + ], + [ + 0.221, + 0.414 + ] + ] + }, + { + "id": "2f6875b7-7b15-4f6a-b973-b1df8b01d880", + "image_path": "images/100.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.532, + 0.383 + ], + [ + 0.536, + 0.318 + ], + [ + 0.468, + 0.314 + ], + [ + 0.464, + 0.379 + ] + ] + }, + { + "id": "4bb65ece-88fb-41fb-b07f-d8c45a0c4837", + "image_path": "images/101.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.386, + 0.62 + ], + [ + 0.417, + 0.623 + ], + [ + 0.43, + 0.48 + ], + [ + 0.399, + 0.477 + ] + ] + }, + { + "id": "2a3da495-504e-4dba-9991-00c8b768f305", + "image_path": "images/102.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.461, + 0.335 + ], + [ + 0.594, + 0.318 + ], + [ + 0.596, + 0.34 + ], + [ + 0.465, + 0.357 + ] + ] + }, + { + "id": "d4b04fae-8f9d-45ac-8d97-738afa449465", + "image_path": "images/103.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.286, + 0.877 + ], + [ + 0.289, + 0.75 + ], + [ + 0.079, + 0.746 + ], + [ + 0.076, + 0.874 + ] + ] + }, + { + "id": "3ed0f61b-31fb-4730-9f0b-a249429522ac", + "image_path": "images/104.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.534, + 0.551 + ], + [ + 0.624, + 0.56 + ], + [ + 0.634, + 0.463 + ], + [ + 0.544, + 0.454 + ] + ] + }, + { + "id": "c8cf538e-a998-4e1f-bba2-edf06a1c4b3d", + "image_path": "images/105.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.75, + 0.487 + ], + [ + 0.755, + 0.384 + ], + [ + 0.629, + 0.378 + ], + [ + 0.624, + 0.481 + ] + ] + }, + { + "id": "9ca5585f-0b5b-4cf9-a2b8-688b3102f22e", + "image_path": "images/106.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.013, + 0.291 + ], + [ + 0.013, + 0.32 + ], + [ + 0.043, + 0.32 + ], + [ + 0.043, + 0.291 + ] + ] + }, + { + "id": "dd45ef0f-4c4d-4dde-84ab-aceb161ee6d7", + "image_path": "images/107.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.43, + 0.706 + ], + [ + 0.534, + 0.55 + ], + [ + 0.627, + 0.613 + ], + [ + 0.524, + 0.769 + ] + ] + }, + { + "id": "1102a915-3c3b-4136-86b1-d6b2ba01394d", + "image_path": "images/108.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.704, + 0.657 + ], + [ + 0.767, + 0.344 + ], + [ + 0.354, + 0.259 + ], + [ + 0.29, + 0.573 + ] + ] + }, + { + "id": "33d337bc-46ae-472c-bca5-5323e040fe98", + "image_path": "images/109.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.068, + 0.451 + ], + [ + 0.188, + 0.565 + ], + [ + 0.318, + 0.427 + ], + [ + 0.198, + 0.314 + ] + ] + }, + { + "id": "7aa37dd3-1507-4c01-891d-1d34f5027fda", + "image_path": "images/110.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.696, + 0.287 + ], + [ + 0.73, + 0.064 + ], + [ + 0.502, + 0.03 + ], + [ + 0.469, + 0.254 + ] + ] + }, + { + "id": "f5121679-0621-4027-991a-dadcfb8cc95d", + "image_path": "images/111.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.405, + 0.23 + ], + [ + 0.412, + 0.552 + ], + [ + 0.859, + 0.544 + ], + [ + 0.853, + 0.22 + ] + ] + }, + { + "id": "b5b8c814-aa60-452b-8541-ed1e2227da2c", + "image_path": "images/112.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.647, + 0.569 + ], + [ + 0.656, + 0.376 + ], + [ + 0.456, + 0.366 + ], + [ + 0.448, + 0.56 + ] + ] + }, + { + "id": "b8fd0a0f-ebc0-478c-b5a4-100942dd3b41", + "image_path": "images/113.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.147, + 0.239 + ], + [ + 0.416, + 0.292 + ], + [ + 0.409, + 0.333 + ], + [ + 0.14, + 0.279 + ] + ] + }, + { + "id": "6e293aba-0413-44fb-ae67-c394312e52f3", + "image_path": "images/114.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.657, + 0.728 + ], + [ + 0.821, + 0.724 + ], + [ + 0.821, + 0.748 + ], + [ + 0.657, + 0.751 + ] + ] + }, + { + "id": "5143aeb8-a64f-4e2a-ac1a-612dd3e8f318", + "image_path": "images/115.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.234, + 0.974 + ], + [ + 0.236, + 0.83 + ], + [ + 0.089, + 0.828 + ], + [ + 0.086, + 0.971 + ] + ] + }, + { + "id": "a0994ebf-7a8a-4a37-b40a-6779f944e2a1", + "image_path": "images/116.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.526, + 0.487 + ], + [ + 0.569, + 0.31 + ], + [ + 0.364, + 0.26 + ], + [ + 0.32, + 0.438 + ] + ] + }, + { + "id": "f2a385f4-6ff5-47a1-a528-74d84c2d8191", + "image_path": "images/117.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.122, + 0.584 + ], + [ + 0.734, + 0.736 + ], + [ + 0.721, + 0.785 + ], + [ + 0.111, + 0.631 + ] + ] + }, + { + "id": "9d59e4f2-f5f2-4288-b858-29c85deba2ee", + "image_path": "images/118.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.146, + 0.635 + ], + [ + 0.155, + 0.755 + ], + [ + 0.369, + 0.739 + ], + [ + 0.36, + 0.62 + ] + ] + }, + { + "id": "f9b56ca1-ae2b-4e27-a09d-613672c38ff7", + "image_path": "images/119.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.359, + 0.537 + ], + [ + 0.39, + 0.541 + ], + [ + 0.406, + 0.404 + ], + [ + 0.375, + 0.4 + ] + ] + }, + { + "id": "12e31196-c111-4c6c-b8ad-b3c9b77bffb1", + "image_path": "images/120.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.605, + 0.4 + ], + [ + 0.605, + 0.321 + ], + [ + 0.522, + 0.321 + ], + [ + 0.522, + 0.4 + ] + ] + }, + { + "id": "2a3508d0-ac26-4a40-9d2b-9b33b942bead", + "image_path": "images/121.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.025, + 0.237 + ], + [ + 0.586, + 0.151 + ], + [ + 0.613, + 0.323 + ], + [ + 0.051, + 0.409 + ] + ] + }, + { + "id": "332dc944-0cb0-48e3-92c7-62278265082f", + "image_path": "images/122.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.356, + 0.449 + ], + [ + 0.559, + 0.561 + ], + [ + 0.484, + 0.698 + ], + [ + 0.28, + 0.585 + ] + ] + }, + { + "id": "267a15ed-64da-4bc2-8f75-e323353ce9ae", + "image_path": "images/123.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.584, + 0.629 + ], + [ + 0.589, + 0.534 + ], + [ + 0.47, + 0.526 + ], + [ + 0.464, + 0.621 + ] + ] + }, + { + "id": "37a1b64b-1a85-4679-bd44-ff8befb5a8a0", + "image_path": "images/124.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.271, + 0.366 + ], + [ + 0.415, + 0.374 + ], + [ + 0.422, + 0.23 + ], + [ + 0.279, + 0.223 + ] + ] + }, + { + "id": "88583b21-75a4-4b1f-b1b5-da6da79b6c7e", + "image_path": "images/125.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.67, + 0.438 + ], + [ + 0.824, + 0.695 + ], + [ + 0.728, + 0.752 + ], + [ + 0.574, + 0.495 + ] + ] + }, + { + "id": "e437a750-aeb2-4d67-92b1-e8cf2e8b713a", + "image_path": "images/126.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.586, + 0.571 + ], + [ + 0.741, + 0.269 + ], + [ + 0.776, + 0.286 + ], + [ + 0.623, + 0.589 + ] + ] + }, + { + "id": "c7b8c8a3-e2e9-4d7c-b520-37405d24ac21", + "image_path": "images/127.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.61, + 0.547 + ], + [ + 0.616, + 0.383 + ], + [ + 0.444, + 0.376 + ], + [ + 0.438, + 0.541 + ] + ] + }, + { + "id": "74daa51a-30d1-4800-8f7f-a8a776f1625a", + "image_path": "images/128.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.506, + 0.242 + ], + [ + 0.54, + 0.247 + ], + [ + 0.559, + 0.113 + ], + [ + 0.525, + 0.107 + ] + ] + }, + { + "id": "184ee341-bea8-4d97-8a14-52aabdf65a65", + "image_path": "images/129.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.619, + 0.62 + ], + [ + 0.639, + 0.609 + ], + [ + 0.649, + 0.625 + ], + [ + 0.629, + 0.637 + ] + ] + }, + { + "id": "79552d23-effc-457f-83ab-6d2b2ac7bddc", + "image_path": "images/130.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.161, + 0.403 + ], + [ + 0.777, + 0.506 + ], + [ + 0.755, + 0.637 + ], + [ + 0.139, + 0.534 + ] + ] + }, + { + "id": "8e5cbdc8-15c8-4f99-aafc-b9b963836c9c", + "image_path": "images/131.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.588, + 0.515 + ], + [ + 0.605, + 0.525 + ], + [ + 0.624, + 0.492 + ], + [ + 0.606, + 0.482 + ] + ] + }, + { + "id": "a7377cde-988e-4a8e-b44e-a5048e7a7d8e", + "image_path": "images/132.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.399, + 0.306 + ], + [ + 0.672, + 0.33 + ], + [ + 0.698, + 0.049 + ], + [ + 0.424, + 0.024 + ] + ] + }, + { + "id": "7e21c172-fafd-44df-8b99-eb17fd1f7d62", + "image_path": "images/133.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.71, + 0.566 + ], + [ + 0.718, + 0.398 + ], + [ + 0.541, + 0.39 + ], + [ + 0.534, + 0.557 + ] + ] + }, + { + "id": "033552b7-52d6-43aa-bedf-f256dd6f83f9", + "image_path": "images/134.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.144, + 0.854 + ], + [ + 0.818, + 0.046 + ], + [ + 0.871, + 0.091 + ], + [ + 0.198, + 0.899 + ] + ] + }, + { + "id": "fece1d59-5ea4-4e57-ab75-cf657f6fe0a3", + "image_path": "images/135.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.32, + 0.188 + ], + [ + 0.616, + 0.371 + ], + [ + 0.53, + 0.51 + ], + [ + 0.234, + 0.328 + ] + ] + }, + { + "id": "e6f071a0-dbdd-4420-8c47-73ef99dd6356", + "image_path": "images/136.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.407, + 0.443 + ], + [ + 0.51, + 0.268 + ], + [ + 0.328, + 0.161 + ], + [ + 0.225, + 0.336 + ] + ] + }, + { + "id": "11595130-bb3d-4495-8746-4051e5a314ab", + "image_path": "images/137.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.474, + 0.586 + ], + [ + 0.48, + 0.679 + ], + [ + 0.41, + 0.682 + ], + [ + 0.405, + 0.59 + ] + ] + }, + { + "id": "9592341d-17b5-4b84-9998-373387749395", + "image_path": "images/138.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.495, + 0.435 + ], + [ + 0.516, + 0.509 + ], + [ + 0.481, + 0.517 + ], + [ + 0.461, + 0.445 + ] + ] + }, + { + "id": "5cab95ee-756a-421a-92c5-4d4ae37ee48e", + "image_path": "images/139.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.376, + 0.566 + ], + [ + 0.385, + 0.371 + ], + [ + 0.186, + 0.362 + ], + [ + 0.177, + 0.557 + ] + ] + }, + { + "id": "46ba21cd-b3e7-4004-a90a-89f53bfeaae9", + "image_path": "images/140.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.654, + 0.138 + ], + [ + 0.739, + 0.323 + ], + [ + 0.953, + 0.224 + ], + [ + 0.868, + 0.039 + ] + ] + }, + { + "id": "e7071e6f-55a2-49b8-98ce-2d0fa5e96549", + "image_path": "images/141.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.18, + 0.634 + ], + [ + 0.383, + 0.781 + ], + [ + 0.371, + 0.796 + ], + [ + 0.169, + 0.649 + ] + ] + }, + { + "id": "b598cb33-639d-4aac-8cf3-0c43a34d3b45", + "image_path": "images/142.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.34, + 0.696 + ], + [ + 0.481, + 0.708 + ], + [ + 0.492, + 0.562 + ], + [ + 0.351, + 0.551 + ] + ] + }, + { + "id": "cc58fba8-f464-4656-a99f-067d8a15259b", + "image_path": "images/143.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.145, + 0.584 + ], + [ + 0.492, + 0.349 + ], + [ + 0.537, + 0.416 + ], + [ + 0.19, + 0.65 + ] + ] + }, + { + "id": "31e6569a-dbed-473f-a20f-cc684701e897", + "image_path": "images/144.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.466, + 0.81 + ], + [ + 0.527, + 0.955 + ], + [ + 0.749, + 0.861 + ], + [ + 0.688, + 0.716 + ] + ] + }, + { + "id": "82778fb3-2b2f-4719-af64-96c6675989d7", + "image_path": "images/145.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.494, + 0.63 + ], + [ + 0.542, + 0.741 + ], + [ + 0.743, + 0.652 + ], + [ + 0.694, + 0.541 + ] + ] + }, + { + "id": "c3e04db4-6770-4f36-9406-1f7b5d10f2cd", + "image_path": "images/146.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.531, + 0.407 + ], + [ + 0.664, + 0.235 + ], + [ + 0.736, + 0.29 + ], + [ + 0.603, + 0.463 + ] + ] + }, + { + "id": "17acf892-e369-49ae-a392-49a7c3a4a659", + "image_path": "images/147.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.871, + 0.868 + ], + [ + 0.941, + 0.681 + ], + [ + 0.718, + 0.598 + ], + [ + 0.647, + 0.785 + ] + ] + }, + { + "id": "b0d64a84-f3f2-4f3f-afd1-a8c943de15a6", + "image_path": "images/148.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.492, + 0.372 + ], + [ + 0.502, + 0.535 + ], + [ + 0.385, + 0.542 + ], + [ + 0.375, + 0.38 + ] + ] + }, + { + "id": "4d637c5c-98a9-4368-b674-ffd5f3514e25", + "image_path": "images/149.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.662, + 0.863 + ], + [ + 0.672, + 0.854 + ], + [ + 0.631, + 0.806 + ], + [ + 0.621, + 0.815 + ] + ] + }, + { + "id": "c83fdb06-d099-4364-ac06-5e8e664b951a", + "image_path": "images/150.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.516, + 0.434 + ], + [ + 0.516, + 0.266 + ], + [ + 0.268, + 0.265 + ], + [ + 0.268, + 0.432 + ] + ] + }, + { + "id": "acf5551e-0f5a-452a-965a-2342b5a94887", + "image_path": "images/151.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.57, + 0.527 + ], + [ + 0.627, + 0.531 + ], + [ + 0.631, + 0.47 + ], + [ + 0.574, + 0.466 + ] + ] + }, + { + "id": "81b27d1e-f938-4eda-be4b-f1e2eb99a399", + "image_path": "images/152.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.744, + 0.401 + ], + [ + 0.745, + 0.204 + ], + [ + 0.546, + 0.203 + ], + [ + 0.545, + 0.4 + ] + ] + }, + { + "id": "a9442442-d187-4b73-ae64-9704eaf27329", + "image_path": "images/153.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.022, + 0.792 + ], + [ + 0.615, + 0.391 + ], + [ + 0.675, + 0.481 + ], + [ + 0.083, + 0.881 + ] + ] + }, + { + "id": "b260fb33-0592-4652-b954-d60d5facf3fe", + "image_path": "images/154.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.501, + 0.461 + ], + [ + 0.604, + 0.45 + ], + [ + 0.609, + 0.504 + ], + [ + 0.506, + 0.514 + ] + ] + }, + { + "id": "b096c4f4-b0f0-4ac8-acec-1e50f6e93b1b", + "image_path": "images/155.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.566, + 0.864 + ], + [ + 0.75, + 0.542 + ], + [ + 0.806, + 0.574 + ], + [ + 0.623, + 0.896 + ] + ] + }, + { + "id": "295587b9-28a1-422e-93da-c7e9aa56ed52", + "image_path": "images/156.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.696, + 0.443 + ], + [ + 0.704, + 0.241 + ], + [ + 0.501, + 0.233 + ], + [ + 0.494, + 0.434 + ] + ] + }, + { + "id": "af0f9b60-50b5-4a21-a555-1ba289f93333", + "image_path": "images/157.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.396, + 0.57 + ], + [ + 0.481, + 0.455 + ], + [ + 0.516, + 0.481 + ], + [ + 0.431, + 0.595 + ] + ] + }, + { + "id": "91423855-ddaf-4598-9ce7-a28c6596f6f4", + "image_path": "images/158.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.205, + 0.398 + ], + [ + 0.352, + 0.396 + ], + [ + 0.354, + 0.444 + ], + [ + 0.205, + 0.445 + ] + ] + }, + { + "id": "c52e3177-6693-43b2-a2b7-db4dc4be3c16", + "image_path": "images/159.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.271, + 0.321 + ], + [ + 0.417, + 0.328 + ], + [ + 0.416, + 0.35 + ], + [ + 0.27, + 0.345 + ] + ] + }, + { + "id": "b996ab8c-eda1-4e80-a6fd-23a99a55d498", + "image_path": "images/160.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.394, + 0.956 + ], + [ + 0.401, + 0.92 + ], + [ + 0.181, + 0.875 + ], + [ + 0.174, + 0.911 + ] + ] + }, + { + "id": "9b75f6de-7a1c-46fa-8579-a3c2ffdd24ae", + "image_path": "images/161.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.266, + 0.305 + ], + [ + 0.362, + 0.312 + ], + [ + 0.37, + 0.216 + ], + [ + 0.274, + 0.209 + ] + ] + }, + { + "id": "5e5fc62f-ca08-43b7-b6a6-ccd4fce8f869", + "image_path": "images/162.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.426, + 0.509 + ], + [ + 0.5, + 0.682 + ], + [ + 0.439, + 0.709 + ], + [ + 0.364, + 0.535 + ] + ] + }, + { + "id": "fed0a207-ea72-4426-8ac2-ea232ed27f2d", + "image_path": "images/163.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.541, + 0.829 + ], + [ + 0.559, + 0.829 + ], + [ + 0.555, + 0.741 + ], + [ + 0.536, + 0.743 + ] + ] + }, + { + "id": "bbb8727c-134c-4cd4-a803-8131d95252ed", + "image_path": "images/164.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.645, + 0.61 + ], + [ + 0.651, + 0.491 + ], + [ + 0.531, + 0.485 + ], + [ + 0.525, + 0.604 + ] + ] + }, + { + "id": "5011f71d-845d-45e9-9901-d66a5349e64d", + "image_path": "images/165.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.449, + 0.669 + ], + [ + 0.451, + 0.546 + ], + [ + 0.299, + 0.542 + ], + [ + 0.295, + 0.665 + ] + ] + }, + { + "id": "1c6a5e17-d660-4ca2-8fb9-003c65d26c93", + "image_path": "images/166.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.475, + 0.754 + ], + [ + 0.51, + 0.524 + ], + [ + 0.263, + 0.485 + ], + [ + 0.226, + 0.715 + ] + ] + }, + { + "id": "678f2cb5-f6c1-4f6b-82d3-7894d4e69042", + "image_path": "images/167.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.28, + 0.939 + ], + [ + 0.344, + 0.519 + ], + [ + 0.517, + 0.546 + ], + [ + 0.454, + 0.965 + ] + ] + }, + { + "id": "c954913a-02b8-4de3-8e9b-bcb72e8bd6ae", + "image_path": "images/168.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.524, + 0.565 + ], + [ + 0.682, + 0.471 + ], + [ + 0.555, + 0.256 + ], + [ + 0.396, + 0.349 + ] + ] + }, + { + "id": "7295209b-7390-4293-ac42-ad641d357886", + "image_path": "images/169.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.468, + 0.659 + ], + [ + 0.75, + 0.665 + ], + [ + 0.756, + 0.376 + ], + [ + 0.474, + 0.369 + ] + ] + }, + { + "id": "4ac4c24c-0e15-40bb-86eb-229c6575f170", + "image_path": "images/170.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.234, + 0.341 + ], + [ + 0.237, + 0.302 + ], + [ + 0.005, + 0.282 + ], + [ + 0.003, + 0.321 + ] + ] + }, + { + "id": "51174bb3-27d1-49cc-8148-2a4939a85f5f", + "image_path": "images/171.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.557, + 0.749 + ], + [ + 0.564, + 0.576 + ], + [ + 0.335, + 0.568 + ], + [ + 0.329, + 0.741 + ] + ] + }, + { + "id": "7a30033b-8a9a-4e4f-94a5-3e1f9363d0e7", + "image_path": "images/172.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.894, + 0.956 + ], + [ + 0.901, + 0.92 + ], + [ + 0.681, + 0.875 + ], + [ + 0.674, + 0.911 + ] + ] + }, + { + "id": "17108c9b-ca48-4bdd-a9d5-360d77495fd7", + "image_path": "images/173.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.304, + 0.325 + ], + [ + 0.401, + 0.393 + ], + [ + 0.386, + 0.412 + ], + [ + 0.29, + 0.345 + ] + ] + }, + { + "id": "c2111ce5-5768-49a1-83dd-15b07243f581", + "image_path": "images/174.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.294, + 0.521 + ], + [ + 0.345, + 0.662 + ], + [ + 0.62, + 0.561 + ], + [ + 0.569, + 0.42 + ] + ] + }, + { + "id": "890aaead-7f17-4e41-b06b-94702e355531", + "image_path": "images/175.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.81, + 0.066 + ], + [ + 0.844, + 0.065 + ], + [ + 0.841, + 0.001 + ], + [ + 0.809, + 0.003 + ] + ] + }, + { + "id": "7b0e27e9-b4fa-4f78-8c0b-196bb4828ebf", + "image_path": "images/176.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.897, + 0.844 + ], + [ + 0.92, + 0.801 + ], + [ + 0.777, + 0.729 + ], + [ + 0.756, + 0.771 + ] + ] + }, + { + "id": "433a387e-55c6-4c19-95be-530d91772d8f", + "image_path": "images/177.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.52, + 0.736 + ], + [ + 0.564, + 0.735 + ], + [ + 0.559, + 0.556 + ], + [ + 0.515, + 0.557 + ] + ] + }, + { + "id": "2b6f9b8d-5c83-4625-9164-c7b84fce138f", + "image_path": "images/178.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.292, + 0.52 + ], + [ + 0.586, + 0.287 + ], + [ + 0.631, + 0.343 + ], + [ + 0.336, + 0.576 + ] + ] + }, + { + "id": "b1f44a3f-c698-47d9-9caa-80c447052a40", + "image_path": "images/179.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.163, + 0.266 + ], + [ + 0.67, + 0.144 + ], + [ + 0.709, + 0.306 + ], + [ + 0.201, + 0.427 + ] + ] + }, + { + "id": "a0cba4ac-00a5-40b9-8e5e-4ab3af207852", + "image_path": "images/180.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.585, + 0.736 + ], + [ + 0.614, + 0.595 + ], + [ + 0.448, + 0.56 + ], + [ + 0.419, + 0.7 + ] + ] + }, + { + "id": "b13bb50d-c6e8-4dfe-88d8-2d38ab98e01c", + "image_path": "images/181.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.708, + 0.54 + ], + [ + 0.738, + 0.285 + ], + [ + 0.455, + 0.251 + ], + [ + 0.425, + 0.505 + ] + ] + }, + { + "id": "5de9bc82-9ef0-4a9a-939d-438b0223ce5b", + "image_path": "images/182.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.521, + 0.494 + ], + [ + 0.535, + 0.323 + ], + [ + 0.281, + 0.301 + ], + [ + 0.268, + 0.472 + ] + ] + }, + { + "id": "a251b4ba-3cce-4b74-bd74-e1a9528d4891", + "image_path": "images/183.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.561, + 0.946 + ], + [ + 0.726, + 0.395 + ], + [ + 0.814, + 0.421 + ], + [ + 0.649, + 0.973 + ] + ] + }, + { + "id": "9af7aa29-c793-48ef-8dfd-bb15657168ea", + "image_path": "images/184.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.619, + 0.389 + ], + [ + 0.667, + 0.316 + ], + [ + 0.7, + 0.338 + ], + [ + 0.651, + 0.411 + ] + ] + }, + { + "id": "00fdb721-747d-4f3a-8202-7c223c2561b4", + "image_path": "images/185.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.695, + 0.416 + ], + [ + 0.699, + 0.333 + ], + [ + 0.601, + 0.328 + ], + [ + 0.598, + 0.41 + ] + ] + }, + { + "id": "9189e072-1171-47ae-a1bb-2a039ccafecd", + "image_path": "images/186.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.666, + 0.725 + ], + [ + 0.675, + 0.515 + ], + [ + 0.458, + 0.506 + ], + [ + 0.449, + 0.716 + ] + ] + }, + { + "id": "4aa11927-9855-4f8d-bd53-c6a8c797aa35", + "image_path": "images/187.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.369, + 0.34 + ], + [ + 0.509, + 0.237 + ], + [ + 0.385, + 0.069 + ], + [ + 0.245, + 0.171 + ] + ] + }, + { + "id": "9a50095d-0bf9-450e-b92a-f2b89c703d03", + "image_path": "images/188.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.705, + 0.556 + ], + [ + 0.708, + 0.453 + ], + [ + 0.598, + 0.45 + ], + [ + 0.595, + 0.554 + ] + ] + }, + { + "id": "9a093b54-6040-494f-9acb-d1b774bc4a79", + "image_path": "images/189.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.698, + 0.632 + ], + [ + 0.7, + 0.564 + ], + [ + 0.627, + 0.561 + ], + [ + 0.624, + 0.629 + ] + ] + }, + { + "id": "c1791721-c936-4ab9-b988-205fd135c6ef", + "image_path": "images/190.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.1, + 0.828 + ], + [ + 0.101, + 0.877 + ], + [ + 0.398, + 0.868 + ], + [ + 0.396, + 0.816 + ] + ] + }, + { + "id": "ce88c9bf-1575-464a-b068-985d5b41ec49", + "image_path": "images/191.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.399, + 0.481 + ], + [ + 0.399, + 0.614 + ], + [ + 0.349, + 0.614 + ], + [ + 0.349, + 0.481 + ] + ] + }, + { + "id": "f82362c1-a617-449c-9ebf-d2c8a4f9613d", + "image_path": "images/192.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.766, + 0.113 + ], + [ + 0.775, + 0.101 + ], + [ + 0.72, + 0.061 + ], + [ + 0.713, + 0.074 + ] + ] + }, + { + "id": "cc067def-ee1a-47ba-a424-f028894b0147", + "image_path": "images/193.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.265, + 0.57 + ], + [ + 0.833, + 0.301 + ], + [ + 0.848, + 0.335 + ], + [ + 0.28, + 0.603 + ] + ] + }, + { + "id": "9dceb234-f1a3-471d-9ae3-3bcd33c90252", + "image_path": "images/194.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.17, + 0.419 + ], + [ + 0.354, + 0.625 + ], + [ + 0.321, + 0.654 + ], + [ + 0.138, + 0.448 + ] + ] + }, + { + "id": "63ca3949-55ab-489b-9017-65b91cecf37c", + "image_path": "images/195.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.606, + 0.674 + ], + [ + 0.609, + 0.541 + ], + [ + 0.451, + 0.539 + ], + [ + 0.449, + 0.671 + ] + ] + }, + { + "id": "543c1cb3-fa57-4b53-ab1c-e7a7e195ddf7", + "image_path": "images/196.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.657, + 0.711 + ], + [ + 0.659, + 0.52 + ], + [ + 0.466, + 0.519 + ], + [ + 0.465, + 0.709 + ] + ] + }, + { + "id": "3cc7e9b9-649e-4029-a538-95d21cc10629", + "image_path": "images/197.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.595, + 0.639 + ], + [ + 0.601, + 0.526 + ], + [ + 0.479, + 0.52 + ], + [ + 0.474, + 0.632 + ] + ] + }, + { + "id": "3c71b9d5-2604-4316-9e38-08a634ca4f1c", + "image_path": "images/198.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.711, + 0.889 + ], + [ + 0.738, + 0.716 + ], + [ + 0.561, + 0.69 + ], + [ + 0.536, + 0.863 + ] + ] + }, + { + "id": "4997b180-5e18-4f8c-9236-c387b4f2a169", + "image_path": "images/199.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.035, + 0.909 + ], + [ + 0.084, + 0.964 + ], + [ + 0.158, + 0.897 + ], + [ + 0.11, + 0.843 + ] + ] + }, + { + "id": "65df2852-c274-412f-a2b8-1f6419a29036", + "image_path": "images/200.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.614, + 0.525 + ], + [ + 0.705, + 0.502 + ], + [ + 0.716, + 0.547 + ], + [ + 0.625, + 0.57 + ] + ] + }, + { + "id": "e7239732-c395-4b69-b91f-32b816419f26", + "image_path": "images/201.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.432, + 0.645 + ], + [ + 0.44, + 0.557 + ], + [ + 0.334, + 0.549 + ], + [ + 0.326, + 0.635 + ] + ] + }, + { + "id": "ee0f8868-50c2-4db9-8260-cdd832fa9630", + "image_path": "images/202.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.8, + 0.96 + ], + [ + 0.85, + 0.504 + ], + [ + 0.331, + 0.448 + ], + [ + 0.281, + 0.902 + ] + ] + }, + { + "id": "c9944d2e-ad65-433e-adaf-7937f3c4fc6e", + "image_path": "images/203.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.495, + 0.453 + ], + [ + 0.5, + 0.333 + ], + [ + 0.323, + 0.325 + ], + [ + 0.318, + 0.446 + ] + ] + }, + { + "id": "2ad452f8-a5cb-4ea2-800b-c9f2665d1207", + "image_path": "images/204.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.537, + 0.544 + ], + [ + 0.571, + 0.369 + ], + [ + 0.624, + 0.379 + ], + [ + 0.591, + 0.554 + ] + ] + }, + { + "id": "1df5ba01-db6d-4fee-b15a-9da8ddadb425", + "image_path": "images/205.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.261, + 0.321 + ], + [ + 0.431, + 0.26 + ], + [ + 0.449, + 0.31 + ], + [ + 0.279, + 0.371 + ] + ] + }, + { + "id": "8df291aa-ccde-4533-a6c4-5e0d33c7d8ba", + "image_path": "images/206.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.665, + 0.455 + ], + [ + 0.665, + 0.378 + ], + [ + 0.584, + 0.378 + ], + [ + 0.584, + 0.455 + ] + ] + }, + { + "id": "b98cf46f-5bde-48a2-b668-e9a2114abf77", + "image_path": "images/207.png", + "question": "Please output the coordinates of the swimming-pool in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.196, + 0.94 + ], + [ + 0.205, + 0.917 + ], + [ + 0.161, + 0.9 + ], + [ + 0.152, + 0.922 + ] + ] + }, + { + "id": "73c30fd1-b6ff-4b61-9c63-7c6e89995ba3", + "image_path": "images/208.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.146, + 0.135 + ], + [ + 0.155, + 0.255 + ], + [ + 0.37, + 0.24 + ], + [ + 0.36, + 0.119 + ] + ] + }, + { + "id": "037abefa-3570-4a41-9bc8-6902cdd5a462", + "image_path": "images/209.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.156, + 0.571 + ], + [ + 0.307, + 0.72 + ], + [ + 0.482, + 0.542 + ], + [ + 0.331, + 0.394 + ] + ] + }, + { + "id": "456c7b80-3771-4727-940d-4f46b38a48ae", + "image_path": "images/210.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.601, + 0.346 + ], + [ + 0.616, + 0.244 + ], + [ + 0.51, + 0.228 + ], + [ + 0.495, + 0.331 + ] + ] + }, + { + "id": "cbaa8ad6-120f-453a-93bb-91af70a209eb", + "image_path": "images/211.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.321, + 0.504 + ], + [ + 0.324, + 0.391 + ], + [ + 0.207, + 0.389 + ], + [ + 0.204, + 0.5 + ] + ] + }, + { + "id": "a126e0da-526b-4b1c-abed-06ed790538e7", + "image_path": "images/212.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.534, + 0.32 + ], + [ + 0.555, + 0.384 + ], + [ + 0.637, + 0.356 + ], + [ + 0.615, + 0.292 + ] + ] + }, + { + "id": "2cdcd575-18f3-480c-b56d-be4f9c4cfac5", + "image_path": "images/213.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.618, + 0.525 + ], + [ + 0.62, + 0.425 + ], + [ + 0.491, + 0.421 + ], + [ + 0.487, + 0.521 + ] + ] + }, + { + "id": "a8e9f690-9b81-4a6c-acab-53a0649e1331", + "image_path": "images/214.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.284, + 0.198 + ], + [ + 0.324, + 0.048 + ], + [ + 0.158, + 0.003 + ], + [ + 0.117, + 0.154 + ] + ] + }, + { + "id": "bb51f268-4806-4403-a9e8-950ea74360ca", + "image_path": "images/215.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.325, + 0.92 + ], + [ + 0.329, + 0.858 + ], + [ + 0.245, + 0.854 + ], + [ + 0.242, + 0.916 + ] + ] + }, + { + "id": "cee5589f-acda-410c-9e8c-35036dbeae8b", + "image_path": "images/216.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.021, + 0.805 + ], + [ + 0.021, + 0.815 + ], + [ + 0.049, + 0.814 + ], + [ + 0.049, + 0.805 + ] + ] + }, + { + "id": "ec6d9fc4-df79-450e-b542-1c5b6e190c44", + "image_path": "images/217.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.415, + 0.347 + ], + [ + 0.786, + 0.335 + ], + [ + 0.789, + 0.395 + ], + [ + 0.417, + 0.407 + ] + ] + }, + { + "id": "8af1ffdc-4d69-4c88-88b7-d792b32b1e3f", + "image_path": "images/218.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.734, + 0.599 + ], + [ + 0.752, + 0.761 + ], + [ + 0.998, + 0.733 + ], + [ + 0.979, + 0.57 + ] + ] + }, + { + "id": "913b364d-f1da-4a87-8530-79b0d0e394e9", + "image_path": "images/219.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.766, + 0.51 + ], + [ + 0.819, + 0.731 + ], + [ + 0.675, + 0.766 + ], + [ + 0.623, + 0.544 + ] + ] + }, + { + "id": "ae1ca7e7-8d95-4723-8828-3b5d1906d9b2", + "image_path": "images/220.png", + "question": "Please output the coordinates of the swimming-pool in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.797, + 0.666 + ], + [ + 0.831, + 0.656 + ], + [ + 0.814, + 0.598 + ], + [ + 0.781, + 0.608 + ] + ] + }, + { + "id": "005b2ad0-9174-4da9-953a-63de2ed75341", + "image_path": "images/221.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.239, + 0.531 + ], + [ + 0.93, + 0.429 + ], + [ + 0.939, + 0.48 + ], + [ + 0.246, + 0.584 + ] + ] + }, + { + "id": "f5cd410f-201f-4277-a62f-2bd766850b95", + "image_path": "images/222.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.532, + 0.886 + ], + [ + 0.583, + 0.608 + ], + [ + 0.254, + 0.549 + ], + [ + 0.205, + 0.828 + ] + ] + }, + { + "id": "2a7f114b-b3ea-4dc2-8631-fb21de0e535b", + "image_path": "images/223.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.566, + 0.415 + ], + [ + 0.568, + 0.32 + ], + [ + 0.453, + 0.319 + ], + [ + 0.451, + 0.414 + ] + ] + }, + { + "id": "34f6f96d-c698-44be-ab31-fb2c11215c01", + "image_path": "images/224.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.661, + 0.746 + ], + [ + 0.823, + 0.812 + ], + [ + 0.89, + 0.646 + ], + [ + 0.729, + 0.58 + ] + ] + }, + { + "id": "bc24ddbd-daa4-47e2-a17c-6d4925f0ceea", + "image_path": "images/225.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.641, + 0.838 + ], + [ + 0.705, + 0.975 + ], + [ + 0.871, + 0.899 + ], + [ + 0.807, + 0.761 + ] + ] + }, + { + "id": "8ab72704-de27-4847-aeb1-997d69e6c11d", + "image_path": "images/226.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.46, + 0.659 + ], + [ + 0.465, + 0.516 + ], + [ + 0.318, + 0.511 + ], + [ + 0.314, + 0.654 + ] + ] + }, + { + "id": "e9754744-26e5-491e-b471-ec539d5d0872", + "image_path": "images/227.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.328, + 0.665 + ], + [ + 0.417, + 0.574 + ], + [ + 0.435, + 0.591 + ], + [ + 0.345, + 0.682 + ] + ] + }, + { + "id": "f6d4f620-3c70-4b06-a6a1-4260dc71a9a2", + "image_path": "images/228.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.41, + 0.535 + ], + [ + 0.569, + 0.624 + ], + [ + 0.701, + 0.386 + ], + [ + 0.542, + 0.297 + ] + ] + }, + { + "id": "a9311cfb-afc2-4225-838d-561e35089870", + "image_path": "images/229.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.443, + 0.746 + ], + [ + 0.815, + 0.274 + ], + [ + 0.901, + 0.343 + ], + [ + 0.529, + 0.815 + ] + ] + }, + { + "id": "1cd70344-44b2-4ebd-95be-00e33e542505", + "image_path": "images/230.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.486, + 0.599 + ], + [ + 0.519, + 0.515 + ], + [ + 0.539, + 0.522 + ], + [ + 0.506, + 0.606 + ] + ] + }, + { + "id": "22ba1287-2e73-4986-964d-a3c06a6ec172", + "image_path": "images/231.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.578, + 0.701 + ], + [ + 0.579, + 0.629 + ], + [ + 0.502, + 0.627 + ], + [ + 0.501, + 0.7 + ] + ] + }, + { + "id": "176414c3-621d-4c05-a6fc-9d6c8b66eff8", + "image_path": "images/232.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.152, + 0.349 + ], + [ + 0.588, + 0.869 + ], + [ + 0.53, + 0.917 + ], + [ + 0.094, + 0.398 + ] + ] + }, + { + "id": "10304090-fdba-495d-9244-ff3c48403b48", + "image_path": "images/233.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.357, + 0.671 + ], + [ + 0.672, + 0.7 + ], + [ + 0.666, + 0.772 + ], + [ + 0.351, + 0.745 + ] + ] + }, + { + "id": "99ff8445-1896-4176-bb7e-ecfd4c5294e8", + "image_path": "images/234.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.237, + 0.892 + ], + [ + 0.339, + 0.751 + ], + [ + 0.177, + 0.635 + ], + [ + 0.076, + 0.777 + ] + ] + }, + { + "id": "a3255f5e-f713-43d6-a2f0-5e278e3ecef3", + "image_path": "images/235.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.459, + 0.588 + ], + [ + 0.461, + 0.482 + ], + [ + 0.346, + 0.48 + ], + [ + 0.344, + 0.586 + ] + ] + }, + { + "id": "862aff5c-490b-49a5-a32a-e77a5a603139", + "image_path": "images/236.png", + "question": "Please output the coordinates of the baseball-diamond in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.576, + 0.346 + ], + [ + 0.578, + 0.217 + ], + [ + 0.438, + 0.216 + ], + [ + 0.436, + 0.345 + ] + ] + }, + { + "id": "ca90605f-29be-4b85-8f1f-83199ce756d8", + "image_path": "images/237.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.494, + 0.284 + ], + [ + 0.499, + 0.562 + ], + [ + 0.297, + 0.565 + ], + [ + 0.292, + 0.287 + ] + ] + }, + { + "id": "7540e20c-c4f0-4241-9003-28aef80f83c9", + "image_path": "images/238.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.141, + 0.33 + ], + [ + 0.474, + 0.225 + ], + [ + 0.532, + 0.411 + ], + [ + 0.2, + 0.516 + ] + ] + }, + { + "id": "c884c3b3-aedb-46cb-a874-55a647023758", + "image_path": "images/239.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.398, + 0.844 + ], + [ + 0.42, + 0.801 + ], + [ + 0.278, + 0.729 + ], + [ + 0.255, + 0.771 + ] + ] + }, + { + "id": "b1f3eec2-7db1-4203-a323-16f2207c8d45", + "image_path": "images/240.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.485, + 0.591 + ], + [ + 0.505, + 0.698 + ], + [ + 0.776, + 0.647 + ], + [ + 0.756, + 0.54 + ] + ] + }, + { + "id": "783ec7eb-97bb-42e9-93c6-fd2ab4f96c29", + "image_path": "images/241.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.566, + 0.296 + ], + [ + 0.6, + 0.479 + ], + [ + 0.826, + 0.439 + ], + [ + 0.792, + 0.255 + ] + ] + }, + { + "id": "089386db-8cb0-4778-b508-040e2e8c6d49", + "image_path": "images/242.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.216, + 0.889 + ], + [ + 0.228, + 0.904 + ], + [ + 0.269, + 0.87 + ], + [ + 0.258, + 0.856 + ] + ] + }, + { + "id": "7cd4d4fe-0739-4a11-a934-5b67899eff7d", + "image_path": "images/243.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.309, + 0.409 + ], + [ + 0.414, + 0.255 + ], + [ + 0.448, + 0.278 + ], + [ + 0.343, + 0.432 + ] + ] + }, + { + "id": "11c54186-35e4-48a6-927d-626cbf1416b9", + "image_path": "images/244.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.289, + 0.739 + ], + [ + 0.741, + 0.492 + ], + [ + 0.786, + 0.575 + ], + [ + 0.334, + 0.821 + ] + ] + }, + { + "id": "1c357f9a-3567-438c-ab1b-0c31b2e899c6", + "image_path": "images/245.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.32, + 0.438 + ], + [ + 0.415, + 0.589 + ], + [ + 0.372, + 0.615 + ], + [ + 0.279, + 0.464 + ] + ] + }, + { + "id": "6baf3c8e-ecf0-4b50-b8ae-9c4d0e9dcb51", + "image_path": "images/246.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.649, + 0.601 + ], + [ + 0.649, + 0.541 + ], + [ + 0.586, + 0.54 + ], + [ + 0.586, + 0.601 + ] + ] + }, + { + "id": "aa8ba3f4-82ef-4aa2-a749-b5ca50a48d13", + "image_path": "images/247.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.6, + 0.444 + ], + [ + 0.618, + 0.849 + ], + [ + 0.463, + 0.856 + ], + [ + 0.445, + 0.45 + ] + ] + }, + { + "id": "1dc07cfc-aef8-448b-b88e-61516c32d7fc", + "image_path": "images/248.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.336, + 0.37 + ], + [ + 0.398, + 0.325 + ], + [ + 0.42, + 0.356 + ], + [ + 0.36, + 0.401 + ] + ] + }, + { + "id": "191a1359-34e7-448b-ac17-d2dd9017f6a5", + "image_path": "images/249.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.565, + 0.399 + ], + [ + 0.871, + 0.676 + ], + [ + 0.772, + 0.784 + ], + [ + 0.468, + 0.506 + ] + ] + }, + { + "id": "a0f0ab8d-ea23-444b-973f-89e526e03fc0", + "image_path": "images/250.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.698, + 0.522 + ], + [ + 0.7, + 0.464 + ], + [ + 0.636, + 0.461 + ], + [ + 0.634, + 0.52 + ] + ] + }, + { + "id": "7d8e5880-e7c5-4ca1-a241-d19fd210678e", + "image_path": "images/251.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.126, + 0.748 + ], + [ + 0.661, + 0.564 + ], + [ + 0.695, + 0.664 + ], + [ + 0.161, + 0.848 + ] + ] + }, + { + "id": "e3d7208b-345b-4fa1-9ae1-2e30c7ef5686", + "image_path": "images/252.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.686, + 0.0 + ], + [ + 0.694, + 0.306 + ], + [ + 0.634, + 0.307 + ], + [ + 0.626, + 0.003 + ] + ] + }, + { + "id": "7b9d4ab5-9a94-4814-8c43-10caeeb34c47", + "image_path": "images/253.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.671, + 0.585 + ], + [ + 0.733, + 0.31 + ], + [ + 0.425, + 0.241 + ], + [ + 0.364, + 0.517 + ] + ] + }, + { + "id": "0b90d92a-a473-441a-8a2c-dd3635b70466", + "image_path": "images/254.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.122, + 0.398 + ], + [ + 0.794, + 0.491 + ], + [ + 0.77, + 0.659 + ], + [ + 0.099, + 0.566 + ] + ] + }, + { + "id": "de6d359d-9e54-4316-aaae-aa0a87e66206", + "image_path": "images/255.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.667, + 0.109 + ], + [ + 0.667, + 0.076 + ], + [ + 0.511, + 0.076 + ], + [ + 0.511, + 0.109 + ] + ] + }, + { + "id": "c1ebf0b2-6ab6-44ff-a61b-2e832eb3b9cc", + "image_path": "images/256.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.385, + 0.526 + ], + [ + 0.864, + 0.376 + ], + [ + 0.875, + 0.414 + ], + [ + 0.396, + 0.562 + ] + ] + }, + { + "id": "ae683c3e-3ec0-41b6-8580-40d435e78c3a", + "image_path": "images/257.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.579, + 0.601 + ], + [ + 0.657, + 0.481 + ], + [ + 0.482, + 0.365 + ], + [ + 0.404, + 0.485 + ] + ] + }, + { + "id": "4855f8c9-3192-437e-b648-f1803f3ce584", + "image_path": "images/258.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.551, + 0.611 + ], + [ + 0.719, + 0.545 + ], + [ + 0.627, + 0.316 + ], + [ + 0.46, + 0.384 + ] + ] + }, + { + "id": "f31ee42b-0c57-4a10-9e7d-733d54718012", + "image_path": "images/259.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.146, + 0.41 + ], + [ + 0.42, + 0.404 + ], + [ + 0.422, + 0.52 + ], + [ + 0.149, + 0.525 + ] + ] + }, + { + "id": "32c84e86-5bfb-4843-8c9b-414aac85c669", + "image_path": "images/260.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.369, + 0.14 + ], + [ + 0.848, + 0.417 + ], + [ + 0.791, + 0.516 + ], + [ + 0.311, + 0.239 + ] + ] + }, + { + "id": "65169add-dc12-46ee-8618-6a701087a6b0", + "image_path": "images/261.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.634, + 0.455 + ], + [ + 0.634, + 0.359 + ], + [ + 0.514, + 0.357 + ], + [ + 0.512, + 0.455 + ] + ] + }, + { + "id": "599c852d-c4a0-4984-b9f4-78554f55c979", + "image_path": "images/262.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.514, + 0.527 + ], + [ + 0.698, + 0.537 + ], + [ + 0.71, + 0.321 + ], + [ + 0.526, + 0.311 + ] + ] + }, + { + "id": "dc089ac9-24e0-4351-a824-feb6d8318733", + "image_path": "images/263.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.354, + 0.599 + ], + [ + 0.366, + 0.906 + ], + [ + 0.814, + 0.889 + ], + [ + 0.801, + 0.58 + ] + ] + }, + { + "id": "b58d21f9-8efc-45d5-b056-038d2853e038", + "image_path": "images/264.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.391, + 0.426 + ], + [ + 0.894, + 0.552 + ], + [ + 0.861, + 0.682 + ], + [ + 0.359, + 0.556 + ] + ] + }, + { + "id": "96b2bfa6-7bab-4482-9f3c-22439739bc52", + "image_path": "images/265.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.364, + 0.432 + ], + [ + 0.701, + 0.709 + ], + [ + 0.627, + 0.799 + ], + [ + 0.29, + 0.522 + ] + ] + }, + { + "id": "8a40ccd2-bbf8-4305-bb47-e2d43ce3bbbe", + "image_path": "images/266.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.515, + 0.936 + ], + [ + 0.516, + 0.764 + ], + [ + 0.268, + 0.762 + ], + [ + 0.266, + 0.934 + ] + ] + }, + { + "id": "ab5580de-7821-43bf-bac3-56696e40acd3", + "image_path": "images/267.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.385, + 0.119 + ], + [ + 0.394, + 0.122 + ], + [ + 0.406, + 0.101 + ], + [ + 0.398, + 0.096 + ] + ] + }, + { + "id": "19de95a3-b417-4ce9-92c9-2421975d8a1a", + "image_path": "images/268.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.841, + 0.014 + ], + [ + 0.996, + 0.746 + ], + [ + 0.944, + 0.757 + ], + [ + 0.787, + 0.025 + ] + ] + }, + { + "id": "d6807ace-373b-4187-b586-199e28673c5c", + "image_path": "images/269.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.476, + 0.568 + ], + [ + 0.481, + 0.489 + ], + [ + 0.398, + 0.484 + ], + [ + 0.393, + 0.562 + ] + ] + }, + { + "id": "504cee08-9742-4413-af42-f912eddb48b2", + "image_path": "images/270.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.193, + 0.787 + ], + [ + 0.24, + 0.791 + ], + [ + 0.26, + 0.578 + ], + [ + 0.214, + 0.574 + ] + ] + }, + { + "id": "bcdff18f-8071-4ff5-b909-6345a7f456b3", + "image_path": "images/271.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.905, + 0.278 + ], + [ + 0.95, + 0.075 + ], + [ + 0.719, + 0.024 + ], + [ + 0.674, + 0.225 + ] + ] + }, + { + "id": "f2e630c4-7f92-4d20-b98a-bc4759e76297", + "image_path": "images/272.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.536, + 0.754 + ], + [ + 0.564, + 0.506 + ], + [ + 0.3, + 0.477 + ], + [ + 0.273, + 0.724 + ] + ] + }, + { + "id": "7572b04c-03a5-4183-91c6-d01447c81e48", + "image_path": "images/273.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.494, + 0.816 + ], + [ + 0.685, + 0.92 + ], + [ + 0.79, + 0.726 + ], + [ + 0.599, + 0.623 + ] + ] + }, + { + "id": "4b80147a-4413-4f58-95d6-7375266184c7", + "image_path": "images/274.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.764, + 0.482 + ], + [ + 0.774, + 0.301 + ], + [ + 0.579, + 0.291 + ], + [ + 0.569, + 0.472 + ] + ] + }, + { + "id": "36531bd1-3499-4a00-a19f-88c48a420734", + "image_path": "images/275.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.422, + 0.719 + ], + [ + 0.686, + 0.554 + ], + [ + 0.718, + 0.603 + ], + [ + 0.454, + 0.767 + ] + ] + }, + { + "id": "cc5a6ad8-4a82-47ec-b663-1cf2b4616296", + "image_path": "images/276.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.401, + 0.133 + ], + [ + 0.42, + 0.302 + ], + [ + 0.651, + 0.278 + ], + [ + 0.634, + 0.107 + ] + ] + }, + { + "id": "f49bcc73-960a-4f48-b5e5-4fcea6c06717", + "image_path": "images/277.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.429, + 0.254 + ], + [ + 0.464, + 0.258 + ], + [ + 0.484, + 0.102 + ], + [ + 0.45, + 0.098 + ] + ] + }, + { + "id": "e987e068-e7cf-4b63-a805-6916f7f5e1bd", + "image_path": "images/278.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.383, + 0.675 + ], + [ + 0.525, + 0.654 + ], + [ + 0.494, + 0.436 + ], + [ + 0.351, + 0.458 + ] + ] + }, + { + "id": "b26d503c-f703-4da9-a5fb-06d68e42c1a9", + "image_path": "images/279.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.461, + 0.625 + ], + [ + 0.534, + 0.831 + ], + [ + 0.492, + 0.845 + ], + [ + 0.42, + 0.64 + ] + ] + }, + { + "id": "7641f9e7-b682-4b39-b73d-41ff6529dc99", + "image_path": "images/280.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.261, + 0.43 + ], + [ + 0.671, + 0.703 + ], + [ + 0.634, + 0.759 + ], + [ + 0.225, + 0.486 + ] + ] + }, + { + "id": "6d4398aa-6e5d-48e6-9dc1-39e92017ebe0", + "image_path": "images/281.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.223, + 0.576 + ], + [ + 0.249, + 0.554 + ], + [ + 0.14, + 0.422 + ], + [ + 0.114, + 0.445 + ] + ] + }, + { + "id": "2b637bfb-5389-4bb6-a742-d8cb8575ce8a", + "image_path": "images/282.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.23, + 0.535 + ], + [ + 0.456, + 0.189 + ], + [ + 0.545, + 0.247 + ], + [ + 0.32, + 0.594 + ] + ] + }, + { + "id": "f8dfc72c-2279-45f4-8fd3-c3c50abcc382", + "image_path": "images/283.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.352, + 0.456 + ], + [ + 0.369, + 0.585 + ], + [ + 0.536, + 0.564 + ], + [ + 0.52, + 0.436 + ] + ] + }, + { + "id": "7b443fe7-f5b4-4744-844a-d2094eefff5f", + "image_path": "images/284.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.654, + 0.111 + ], + [ + 0.655, + 0.083 + ], + [ + 0.468, + 0.071 + ], + [ + 0.466, + 0.1 + ] + ] + }, + { + "id": "cd07b255-48bb-4101-9d31-e9cdbd6fd237", + "image_path": "images/285.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.434, + 0.512 + ], + [ + 0.436, + 0.45 + ], + [ + 0.371, + 0.446 + ], + [ + 0.367, + 0.509 + ] + ] + }, + { + "id": "b35b0ca3-ea78-475f-9104-478064b9cc35", + "image_path": "images/286.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.435, + 0.266 + ], + [ + 0.465, + 0.421 + ], + [ + 0.652, + 0.386 + ], + [ + 0.624, + 0.231 + ] + ] + }, + { + "id": "9111430e-4868-419c-a1b1-2dbe2277c934", + "image_path": "images/287.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.448, + 0.519 + ], + [ + 0.547, + 0.873 + ], + [ + 0.916, + 0.767 + ], + [ + 0.816, + 0.415 + ] + ] + }, + { + "id": "a1140e77-a2b6-4f8c-862f-7c91b672dc93", + "image_path": "images/288.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.379, + 0.608 + ], + [ + 0.484, + 0.715 + ], + [ + 0.626, + 0.576 + ], + [ + 0.521, + 0.469 + ] + ] + }, + { + "id": "ed9cd135-212c-4098-8770-13bd58bf7d1f", + "image_path": "images/289.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.372, + 0.453 + ], + [ + 0.374, + 0.386 + ], + [ + 0.304, + 0.385 + ], + [ + 0.302, + 0.451 + ] + ] + }, + { + "id": "a8b7ee8e-12a8-49a9-af7b-495c57c95575", + "image_path": "images/290.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.381, + 0.448 + ], + [ + 0.579, + 0.261 + ], + [ + 0.637, + 0.324 + ], + [ + 0.44, + 0.51 + ] + ] + }, + { + "id": "dadc3602-d82e-406b-a421-bb713832d9a7", + "image_path": "images/291.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.328, + 0.43 + ], + [ + 0.354, + 0.415 + ], + [ + 0.281, + 0.289 + ], + [ + 0.255, + 0.304 + ] + ] + }, + { + "id": "b501624b-9bd7-42c7-8bad-a42de041c62e", + "image_path": "images/292.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.489, + 0.121 + ], + [ + 0.505, + 0.29 + ], + [ + 0.72, + 0.269 + ], + [ + 0.704, + 0.099 + ] + ] + }, + { + "id": "5d91c9a4-ff36-4edf-bb08-5060d11c6db2", + "image_path": "images/293.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.91, + 0.545 + ], + [ + 0.95, + 0.37 + ], + [ + 0.684, + 0.309 + ], + [ + 0.645, + 0.485 + ] + ] + }, + { + "id": "53562213-f98c-491f-8acd-6c9976c0a9b7", + "image_path": "images/294.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.573, + 0.603 + ], + [ + 0.578, + 0.616 + ], + [ + 0.636, + 0.594 + ], + [ + 0.63, + 0.58 + ] + ] + }, + { + "id": "b530a8da-e157-4ce0-b16a-d179bfd1c41d", + "image_path": "images/295.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.546, + 0.394 + ], + [ + 0.641, + 0.417 + ], + [ + 0.666, + 0.32 + ], + [ + 0.571, + 0.296 + ] + ] + }, + { + "id": "a6eaef11-70ee-41e6-a36c-e97dfc20d881", + "image_path": "images/296.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.299, + 0.007 + ], + [ + 0.711, + 0.887 + ], + [ + 0.585, + 0.948 + ], + [ + 0.172, + 0.066 + ] + ] + }, + { + "id": "9c16884d-dea8-4f11-91e0-a34ca525116e", + "image_path": "images/297.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.154, + 0.136 + ], + [ + 0.239, + 0.323 + ], + [ + 0.454, + 0.224 + ], + [ + 0.369, + 0.039 + ] + ] + }, + { + "id": "ef5593d6-9a09-45bf-9cb2-7c0c15ef5584", + "image_path": "images/298.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.214, + 0.709 + ], + [ + 0.443, + 0.789 + ], + [ + 0.525, + 0.555 + ], + [ + 0.297, + 0.474 + ] + ] + }, + { + "id": "8daa59bf-f44b-4751-9b8f-f1f9124f75c9", + "image_path": "images/299.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.249, + 0.6 + ], + [ + 0.279, + 0.406 + ], + [ + 0.051, + 0.371 + ], + [ + 0.02, + 0.565 + ] + ] + }, + { + "id": "600ad7b7-a938-4a86-b02d-6eea05f3c512", + "image_path": "images/300.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.56, + 0.64 + ], + [ + 0.599, + 0.504 + ], + [ + 0.316, + 0.424 + ], + [ + 0.278, + 0.56 + ] + ] + }, + { + "id": "6d8dc9f9-6554-415c-b8bb-e3e49c42a31d", + "image_path": "images/301.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.251, + 0.635 + ], + [ + 0.325, + 0.476 + ], + [ + 0.36, + 0.492 + ], + [ + 0.286, + 0.651 + ] + ] + }, + { + "id": "aa4df055-1232-402e-a4fc-efaa68287263", + "image_path": "images/302.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.436, + 0.37 + ], + [ + 0.507, + 0.375 + ], + [ + 0.512, + 0.304 + ], + [ + 0.441, + 0.297 + ] + ] + }, + { + "id": "ae0a77bb-cfe9-4bb8-b03a-b15bfaecdf29", + "image_path": "images/303.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.521, + 0.665 + ], + [ + 0.549, + 0.651 + ], + [ + 0.56, + 0.674 + ], + [ + 0.532, + 0.689 + ] + ] + }, + { + "id": "0e768a70-bacc-4019-b716-66fc0ecc2e23", + "image_path": "images/304.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.1, + 0.328 + ], + [ + 0.101, + 0.378 + ], + [ + 0.398, + 0.367 + ], + [ + 0.395, + 0.318 + ] + ] + }, + { + "id": "7b358d8b-e757-408f-a53e-eb43111ad597", + "image_path": "images/305.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.389, + 0.724 + ], + [ + 0.671, + 0.549 + ], + [ + 0.698, + 0.593 + ], + [ + 0.416, + 0.767 + ] + ] + }, + { + "id": "e0eed5b7-26e6-426e-ba1d-90a1e1536c08", + "image_path": "images/306.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.456, + 0.536 + ], + [ + 0.459, + 0.444 + ], + [ + 0.366, + 0.441 + ], + [ + 0.364, + 0.532 + ] + ] + }, + { + "id": "ec46a056-5557-45b7-845f-fdc50abbc0db", + "image_path": "images/307.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.63, + 0.856 + ], + [ + 0.635, + 0.914 + ], + [ + 0.721, + 0.906 + ], + [ + 0.716, + 0.849 + ] + ] + }, + { + "id": "2e986229-ba96-402c-990d-50356908b7f9", + "image_path": "images/308.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.149, + 0.482 + ], + [ + 0.762, + 0.641 + ], + [ + 0.729, + 0.769 + ], + [ + 0.116, + 0.61 + ] + ] + }, + { + "id": "232b9d49-e133-4c48-b672-da2976b0439a", + "image_path": "images/309.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.371, + 0.393 + ], + [ + 0.429, + 0.366 + ], + [ + 0.435, + 0.38 + ], + [ + 0.379, + 0.406 + ] + ] + }, + { + "id": "d2b9ac90-623a-4f31-b6c3-8d6a01522333", + "image_path": "images/310.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.718, + 0.586 + ], + [ + 0.726, + 0.479 + ], + [ + 0.604, + 0.469 + ], + [ + 0.595, + 0.576 + ] + ] + }, + { + "id": "d5cdab74-3d02-4d2a-ac83-dae7f9f65cb3", + "image_path": "images/311.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.336, + 0.48 + ], + [ + 0.379, + 0.651 + ], + [ + 0.619, + 0.593 + ], + [ + 0.575, + 0.42 + ] + ] + }, + { + "id": "7803c943-5f78-4e81-ae86-e1ccdf23fc9c", + "image_path": "images/312.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.44, + 0.846 + ], + [ + 0.464, + 0.821 + ], + [ + 0.354, + 0.713 + ], + [ + 0.33, + 0.736 + ] + ] + }, + { + "id": "66e67a19-ef0b-414e-a2a7-9d3fe54c0741", + "image_path": "images/313.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.868, + 0.728 + ], + [ + 0.907, + 0.27 + ], + [ + 0.385, + 0.225 + ], + [ + 0.346, + 0.682 + ] + ] + }, + { + "id": "5a21789e-2bc1-4fbf-abfc-df04b69b4f4f", + "image_path": "images/314.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.306, + 0.161 + ], + [ + 0.34, + 0.331 + ], + [ + 0.594, + 0.28 + ], + [ + 0.559, + 0.111 + ] + ] + }, + { + "id": "9b613080-6b6e-4000-81b3-4c7673687cc5", + "image_path": "images/315.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.475, + 0.524 + ], + [ + 0.576, + 0.527 + ], + [ + 0.58, + 0.424 + ], + [ + 0.477, + 0.421 + ] + ] + }, + { + "id": "a0914005-12b3-4c04-8436-fd1755f177f9", + "image_path": "images/316.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.441, + 0.904 + ], + [ + 0.576, + 0.809 + ], + [ + 0.458, + 0.637 + ], + [ + 0.321, + 0.733 + ] + ] + }, + { + "id": "b0b06873-03d2-43b8-aea3-d91c11b2522d", + "image_path": "images/317.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.398, + 0.698 + ], + [ + 0.41, + 0.655 + ], + [ + 0.134, + 0.58 + ], + [ + 0.121, + 0.624 + ] + ] + }, + { + "id": "d16189d9-5740-4b86-841c-f55ab292be9d", + "image_path": "images/318.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.215, + 0.049 + ], + [ + 0.22, + 0.086 + ], + [ + 0.463, + 0.054 + ], + [ + 0.458, + 0.016 + ] + ] + }, + { + "id": "425d8773-0c73-43ef-b600-54c31134e5e3", + "image_path": "images/319.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.743, + 0.55 + ], + [ + 0.87, + 0.52 + ], + [ + 0.821, + 0.312 + ], + [ + 0.694, + 0.343 + ] + ] + }, + { + "id": "daee2755-9cd1-4f27-a641-8f6da11859d1", + "image_path": "images/320.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.269, + 0.728 + ], + [ + 0.615, + 0.495 + ], + [ + 0.688, + 0.603 + ], + [ + 0.341, + 0.835 + ] + ] + }, + { + "id": "90f07bc2-c02a-4af1-abcc-409164a55651", + "image_path": "images/321.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.18, + 0.434 + ], + [ + 0.405, + 0.521 + ], + [ + 0.374, + 0.601 + ], + [ + 0.149, + 0.514 + ] + ] + }, + { + "id": "75dab663-7af6-4147-8b02-d8a9c28a4a64", + "image_path": "images/322.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.356, + 0.158 + ], + [ + 0.357, + 0.07 + ], + [ + 0.098, + 0.069 + ], + [ + 0.098, + 0.156 + ] + ] + }, + { + "id": "d0456348-e424-4f25-8ba0-928ad444d369", + "image_path": "images/323.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.041, + 0.829 + ], + [ + 0.06, + 0.828 + ], + [ + 0.055, + 0.741 + ], + [ + 0.036, + 0.743 + ] + ] + }, + { + "id": "f18e4541-bc4c-46df-a6ec-7f9770445db2", + "image_path": "images/324.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.64, + 0.485 + ], + [ + 0.641, + 0.435 + ], + [ + 0.589, + 0.434 + ], + [ + 0.588, + 0.484 + ] + ] + }, + { + "id": "77ef80c5-6c17-4695-927a-21eb35bc673b", + "image_path": "images/325.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.236, + 0.535 + ], + [ + 0.282, + 0.774 + ], + [ + 0.569, + 0.719 + ], + [ + 0.522, + 0.48 + ] + ] + }, + { + "id": "29360a40-6b7f-4146-8519-e4df00dc81d9", + "image_path": "images/326.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.372, + 0.698 + ], + [ + 0.809, + 0.459 + ], + [ + 0.876, + 0.581 + ], + [ + 0.44, + 0.821 + ] + ] + }, + { + "id": "4c457b5f-2d0a-4508-89b4-eb43317c069c", + "image_path": "images/327.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.374, + 0.532 + ], + [ + 0.439, + 0.539 + ], + [ + 0.446, + 0.47 + ], + [ + 0.381, + 0.464 + ] + ] + }, + { + "id": "53352400-879d-4502-a08f-84ad0a1d93fc", + "image_path": "images/328.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.52, + 0.581 + ], + [ + 0.644, + 0.614 + ], + [ + 0.64, + 0.629 + ], + [ + 0.516, + 0.598 + ] + ] + }, + { + "id": "65f15464-26b7-489c-81d9-ef42ebb7d584", + "image_path": "images/329.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.767, + 0.644 + ], + [ + 0.781, + 0.374 + ], + [ + 0.489, + 0.359 + ], + [ + 0.474, + 0.627 + ] + ] + }, + { + "id": "707f321f-3c5a-4934-bf67-35762b20e045", + "image_path": "images/330.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.273, + 0.33 + ], + [ + 0.708, + 0.309 + ], + [ + 0.714, + 0.426 + ], + [ + 0.278, + 0.448 + ] + ] + }, + { + "id": "8421ecd9-4e53-4f9b-920c-b6856226947b", + "image_path": "images/331.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.484, + 0.055 + ], + [ + 0.484, + 0.03 + ], + [ + 0.341, + 0.024 + ], + [ + 0.34, + 0.049 + ] + ] + }, + { + "id": "1bebe0ab-9095-4621-9383-b35f3c9ca407", + "image_path": "images/332.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.36, + 0.113 + ], + [ + 0.725, + 0.499 + ], + [ + 0.689, + 0.532 + ], + [ + 0.325, + 0.146 + ] + ] + }, + { + "id": "d0f38aa0-52f3-4d47-ae40-a09b35eff478", + "image_path": "images/333.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.24, + 0.114 + ], + [ + 0.274, + 0.4 + ], + [ + 0.649, + 0.356 + ], + [ + 0.616, + 0.07 + ] + ] + }, + { + "id": "e3a6cd64-cc0f-4bf1-bf85-e625d3ea3de9", + "image_path": "images/334.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.439, + 0.751 + ], + [ + 0.466, + 0.74 + ], + [ + 0.416, + 0.608 + ], + [ + 0.388, + 0.618 + ] + ] + }, + { + "id": "a9337456-3b67-4638-aff9-76af8edc44c2", + "image_path": "images/335.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.625, + 0.579 + ], + [ + 0.866, + 0.695 + ], + [ + 0.79, + 0.853 + ], + [ + 0.549, + 0.736 + ] + ] + }, + { + "id": "70224150-de01-4b5f-b91e-a5e7b165e0a5", + "image_path": "images/336.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.224, + 0.398 + ], + [ + 0.718, + 0.451 + ], + [ + 0.711, + 0.516 + ], + [ + 0.216, + 0.463 + ] + ] + }, + { + "id": "dc83c7f6-227c-48c8-be29-b8b75113e7b9", + "image_path": "images/337.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.45, + 0.245 + ], + [ + 0.976, + 0.785 + ], + [ + 0.85, + 0.907 + ], + [ + 0.324, + 0.367 + ] + ] + }, + { + "id": "da672ace-ca9c-46ad-a63d-5cf939b4d557", + "image_path": "images/338.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.334, + 0.412 + ], + [ + 0.414, + 0.271 + ], + [ + 0.435, + 0.284 + ], + [ + 0.354, + 0.425 + ] + ] + }, + { + "id": "d2085362-e8ce-4ba8-b2c2-af26110a7f07", + "image_path": "images/339.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.521, + 0.805 + ], + [ + 0.521, + 0.815 + ], + [ + 0.549, + 0.815 + ], + [ + 0.549, + 0.805 + ] + ] + }, + { + "id": "8e3cd497-5f15-446a-b5bf-df08ff2ecc4f", + "image_path": "images/340.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.619, + 0.699 + ], + [ + 0.619, + 0.618 + ], + [ + 0.535, + 0.616 + ], + [ + 0.534, + 0.698 + ] + ] + }, + { + "id": "92fb2607-d601-44c9-bf9e-83c04a1c368c", + "image_path": "images/341.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.621, + 0.693 + ], + [ + 0.63, + 0.598 + ], + [ + 0.534, + 0.589 + ], + [ + 0.525, + 0.684 + ] + ] + }, + { + "id": "07db8c4d-ded1-4c46-aea9-5896d26a8e4f", + "image_path": "images/342.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.45, + 0.441 + ], + [ + 0.471, + 0.409 + ], + [ + 0.299, + 0.291 + ], + [ + 0.278, + 0.324 + ] + ] + }, + { + "id": "0bbbcdf6-fcd7-4367-a96f-3f9a0fc94d8b", + "image_path": "images/343.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.029, + 0.781 + ], + [ + 0.049, + 0.948 + ], + [ + 0.333, + 0.914 + ], + [ + 0.312, + 0.748 + ] + ] + }, + { + "id": "d4a45767-41ef-4fde-91b6-69244b3dbeaa", + "image_path": "images/344.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.897, + 0.909 + ], + [ + 0.909, + 0.618 + ], + [ + 0.541, + 0.604 + ], + [ + 0.531, + 0.896 + ] + ] + }, + { + "id": "781065c2-6a50-4c9b-a8da-a2cbfd7a0f67", + "image_path": "images/345.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.389, + 0.718 + ], + [ + 0.395, + 0.616 + ], + [ + 0.289, + 0.61 + ], + [ + 0.282, + 0.711 + ] + ] + }, + { + "id": "5719957a-00ff-4684-807c-139b53fb2be7", + "image_path": "images/346.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.206, + 0.289 + ], + [ + 0.256, + 0.56 + ], + [ + 0.549, + 0.505 + ], + [ + 0.499, + 0.235 + ] + ] + }, + { + "id": "38c0e344-5d1d-4175-9408-50e66f2d98fe", + "image_path": "images/347.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.421, + 0.654 + ], + [ + 0.426, + 0.506 + ], + [ + 0.276, + 0.501 + ], + [ + 0.273, + 0.649 + ] + ] + }, + { + "id": "3e9cfa07-73be-448c-8758-d61ac5852d55", + "image_path": "images/348.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.605, + 0.665 + ], + [ + 0.61, + 0.475 + ], + [ + 0.379, + 0.469 + ], + [ + 0.374, + 0.659 + ] + ] + }, + { + "id": "f3c1eebd-4d8c-46f8-93da-a0648db67e5f", + "image_path": "images/349.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.735, + 0.026 + ], + [ + 0.748, + 0.068 + ], + [ + 0.83, + 0.041 + ], + [ + 0.818, + 0.001 + ] + ] + }, + { + "id": "75ab2729-f788-429c-aef8-11801161b114", + "image_path": "images/350.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.573, + 0.501 + ], + [ + 0.581, + 0.403 + ], + [ + 0.477, + 0.394 + ], + [ + 0.469, + 0.492 + ] + ] + }, + { + "id": "b80e6ca0-faf1-41f5-bbda-f485b72cb380", + "image_path": "images/351.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.45, + 0.497 + ], + [ + 0.494, + 0.696 + ], + [ + 0.454, + 0.705 + ], + [ + 0.41, + 0.506 + ] + ] + }, + { + "id": "bf014226-7778-42fa-904b-027d90c950d5", + "image_path": "images/352.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.351, + 0.329 + ], + [ + 0.976, + 0.744 + ], + [ + 0.868, + 0.907 + ], + [ + 0.242, + 0.492 + ] + ] + }, + { + "id": "12a276e2-2fd8-4707-ba0e-413ac421fc20", + "image_path": "images/353.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.312, + 0.749 + ], + [ + 0.775, + 0.306 + ], + [ + 0.823, + 0.356 + ], + [ + 0.36, + 0.799 + ] + ] + }, + { + "id": "03bfc0f5-03db-4d0c-ad88-adb731717e62", + "image_path": "images/354.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.421, + 0.618 + ], + [ + 0.425, + 0.531 + ], + [ + 0.316, + 0.527 + ], + [ + 0.314, + 0.614 + ] + ] + }, + { + "id": "1e9230f7-93af-4e73-8b55-81b15d1c3ca9", + "image_path": "images/355.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.458, + 0.704 + ], + [ + 0.899, + 0.552 + ], + [ + 0.95, + 0.703 + ], + [ + 0.509, + 0.854 + ] + ] + }, + { + "id": "6ad6136c-f938-4a2b-99db-034a6a410fde", + "image_path": "images/356.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.454, + 0.619 + ], + [ + 0.499, + 0.534 + ], + [ + 0.531, + 0.551 + ], + [ + 0.487, + 0.636 + ] + ] + }, + { + "id": "97f8cbb5-62c6-4bcf-85d9-f0b662eb62e1", + "image_path": "images/357.png", + "question": "Please output the coordinates of the basketball-court in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.874, + 0.357 + ], + [ + 0.874, + 0.395 + ], + [ + 0.941, + 0.395 + ], + [ + 0.941, + 0.357 + ] + ] + }, + { + "id": "486e7e89-2983-4dd2-b907-389e5b2d48a8", + "image_path": "images/358.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.615, + 0.681 + ], + [ + 0.718, + 0.354 + ], + [ + 0.343, + 0.236 + ], + [ + 0.239, + 0.562 + ] + ] + }, + { + "id": "6db5685e-c1b9-4ac3-b4ea-e30f03c4ed2d", + "image_path": "images/359.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.35, + 0.839 + ], + [ + 0.516, + 0.477 + ], + [ + 0.591, + 0.511 + ], + [ + 0.426, + 0.874 + ] + ] + }, + { + "id": "97406ae4-3e8c-49b8-a9cc-feb94ae4026e", + "image_path": "images/360.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.599, + 0.514 + ], + [ + 0.606, + 0.33 + ], + [ + 0.421, + 0.323 + ], + [ + 0.415, + 0.506 + ] + ] + }, + { + "id": "e007fd3f-3ae6-499c-b4c1-daf2430fbfc7", + "image_path": "images/361.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.289, + 0.665 + ], + [ + 0.399, + 0.531 + ], + [ + 0.487, + 0.604 + ], + [ + 0.376, + 0.738 + ] + ] + }, + { + "id": "729eb1f6-a561-4f72-b0b1-9f594f2d9e44", + "image_path": "images/362.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.685, + 0.571 + ], + [ + 0.7, + 0.359 + ], + [ + 0.485, + 0.344 + ], + [ + 0.47, + 0.557 + ] + ] + }, + { + "id": "f3188101-8d70-426a-a648-60eb596e84f5", + "image_path": "images/363.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.685, + 0.812 + ], + [ + 0.694, + 0.779 + ], + [ + 0.507, + 0.733 + ], + [ + 0.499, + 0.765 + ] + ] + }, + { + "id": "552db5c1-e416-4cf0-b0e2-a42fc1bfde55", + "image_path": "images/364.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.106, + 0.7 + ], + [ + 0.121, + 0.608 + ], + [ + 0.019, + 0.591 + ], + [ + 0.004, + 0.684 + ] + ] + }, + { + "id": "92b96990-5547-426f-8856-4401dd5ce07e", + "image_path": "images/365.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.381, + 0.964 + ], + [ + 0.411, + 0.915 + ], + [ + 0.158, + 0.76 + ], + [ + 0.129, + 0.809 + ] + ] + }, + { + "id": "42db8a5f-96b4-461c-88fe-84eef8ee19f6", + "image_path": "images/366.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.409, + 0.355 + ], + [ + 0.961, + 0.631 + ], + [ + 0.919, + 0.718 + ], + [ + 0.366, + 0.441 + ] + ] + }, + { + "id": "67742f44-8647-42e7-9e49-192d03ad0d26", + "image_path": "images/367.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.195, + 0.621 + ], + [ + 0.539, + 0.179 + ], + [ + 0.624, + 0.245 + ], + [ + 0.28, + 0.688 + ] + ] + }, + { + "id": "01b2c350-c80d-4129-be64-bc7524e01f93", + "image_path": "images/368.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.507, + 0.699 + ], + [ + 0.52, + 0.477 + ], + [ + 0.291, + 0.464 + ], + [ + 0.279, + 0.685 + ] + ] + }, + { + "id": "1de61e10-ac8e-4607-8da6-554541d4617a", + "image_path": "images/369.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.065, + 0.381 + ], + [ + 0.609, + 0.318 + ], + [ + 0.623, + 0.44 + ], + [ + 0.08, + 0.502 + ] + ] + }, + { + "id": "5cfe5fc9-ae62-4815-befa-3b19052ffe1c", + "image_path": "images/370.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.72, + 0.703 + ], + [ + 0.724, + 0.606 + ], + [ + 0.605, + 0.603 + ], + [ + 0.601, + 0.698 + ] + ] + }, + { + "id": "99eda5fc-fbd9-4859-ae16-223d2eabb5ba", + "image_path": "images/371.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.679, + 0.998 + ], + [ + 0.779, + 0.999 + ], + [ + 0.781, + 0.865 + ], + [ + 0.681, + 0.863 + ] + ] + }, + { + "id": "135ba872-aef9-482c-bc40-06f49ec8c9a5", + "image_path": "images/372.png", + "question": "Please output the coordinates of the ground-track-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.495, + 0.762 + ], + [ + 0.496, + 0.642 + ], + [ + 0.291, + 0.64 + ], + [ + 0.29, + 0.76 + ] + ] + }, + { + "id": "c77edc2d-8695-418b-bd69-27e0e6efee0c", + "image_path": "images/373.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.684, + 0.19 + ], + [ + 0.797, + 0.367 + ], + [ + 0.774, + 0.383 + ], + [ + 0.66, + 0.205 + ] + ] + }, + { + "id": "e14a27ca-6bba-4926-bb35-8b0164465fec", + "image_path": "images/374.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.439, + 0.45 + ], + [ + 0.44, + 0.343 + ], + [ + 0.31, + 0.341 + ], + [ + 0.309, + 0.448 + ] + ] + }, + { + "id": "e6d40134-eac5-4a10-96c6-6b909632df7b", + "image_path": "images/375.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.8, + 0.752 + ], + [ + 0.841, + 0.6 + ], + [ + 0.535, + 0.515 + ], + [ + 0.492, + 0.667 + ] + ] + }, + { + "id": "57252c9c-09db-49f8-a5d2-40e46aba7128", + "image_path": "images/376.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.566, + 0.656 + ], + [ + 0.574, + 0.522 + ], + [ + 0.412, + 0.512 + ], + [ + 0.405, + 0.647 + ] + ] + }, + { + "id": "5fa8781b-f014-48a1-b83b-2c47bc2da1cb", + "image_path": "images/377.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.378, + 0.343 + ], + [ + 0.419, + 0.177 + ], + [ + 0.136, + 0.107 + ], + [ + 0.095, + 0.273 + ] + ] + }, + { + "id": "84c7eaf2-95e7-4abf-a730-0e5466a890c2", + "image_path": "images/378.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.487, + 0.189 + ], + [ + 0.492, + 0.955 + ], + [ + 0.421, + 0.956 + ], + [ + 0.416, + 0.189 + ] + ] + }, + { + "id": "682fdf13-0189-44d6-84a4-5b0068d3b54e", + "image_path": "images/379.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.596, + 0.72 + ], + [ + 0.599, + 0.583 + ], + [ + 0.456, + 0.579 + ], + [ + 0.453, + 0.718 + ] + ] + }, + { + "id": "cf6ef152-3891-4ee3-b503-a7032a371d41", + "image_path": "images/380.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.547, + 0.621 + ], + [ + 0.571, + 0.53 + ], + [ + 0.647, + 0.55 + ], + [ + 0.624, + 0.641 + ] + ] + }, + { + "id": "c51f384e-a577-4c78-a0b0-6e0eb90d4172", + "image_path": "images/381.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.505, + 0.784 + ], + [ + 0.698, + 0.996 + ], + [ + 0.922, + 0.792 + ], + [ + 0.73, + 0.58 + ] + ] + }, + { + "id": "0c9fad6a-ddf8-4561-a54f-beabe0775c88", + "image_path": "images/382.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.994, + 0.154 + ], + [ + 0.995, + 0.005 + ], + [ + 0.844, + 0.003 + ], + [ + 0.841, + 0.152 + ] + ] + }, + { + "id": "005f16a4-b46c-407a-815d-f71c91abf77c", + "image_path": "images/383.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.499, + 0.609 + ], + [ + 0.632, + 0.614 + ], + [ + 0.636, + 0.48 + ], + [ + 0.504, + 0.475 + ] + ] + }, + { + "id": "8461732b-2f87-4e3f-b2a4-d082bf7cc777", + "image_path": "images/384.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.584, + 0.536 + ], + [ + 0.679, + 0.662 + ], + [ + 0.645, + 0.689 + ], + [ + 0.55, + 0.561 + ] + ] + }, + { + "id": "a786e092-1056-4654-9686-8756e99a8b97", + "image_path": "images/385.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.79, + 0.77 + ], + [ + 0.8, + 0.859 + ], + [ + 0.932, + 0.844 + ], + [ + 0.922, + 0.755 + ] + ] + }, + { + "id": "4f3b4aac-e4be-4ae0-9e2a-296d92223a94", + "image_path": "images/386.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.448, + 0.777 + ], + [ + 0.571, + 0.729 + ], + [ + 0.499, + 0.545 + ], + [ + 0.375, + 0.594 + ] + ] + }, + { + "id": "9b87de0f-bf05-4def-97e9-fe92e54adcaa", + "image_path": "images/387.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.434, + 0.357 + ], + [ + 0.435, + 0.487 + ], + [ + 0.574, + 0.486 + ], + [ + 0.574, + 0.357 + ] + ] + }, + { + "id": "07beea9f-b755-4a23-9185-c2504edcaab5", + "image_path": "images/388.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.165, + 0.32 + ], + [ + 0.743, + 0.412 + ], + [ + 0.69, + 0.739 + ], + [ + 0.113, + 0.646 + ] + ] + }, + { + "id": "640beaf9-13bc-4308-9824-7ebb4c7b046d", + "image_path": "images/389.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.53, + 0.782 + ], + [ + 0.55, + 0.948 + ], + [ + 0.831, + 0.914 + ], + [ + 0.811, + 0.748 + ] + ] + }, + { + "id": "ec6ccb10-d83b-4f87-8488-f9ce0b02bf17", + "image_path": "images/390.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.66, + 0.621 + ], + [ + 0.762, + 0.417 + ], + [ + 0.556, + 0.314 + ], + [ + 0.454, + 0.517 + ] + ] + }, + { + "id": "91c19a5d-5e3a-4783-bcb2-a8181e363156", + "image_path": "images/391.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.419, + 0.43 + ], + [ + 0.549, + 0.506 + ], + [ + 0.527, + 0.544 + ], + [ + 0.396, + 0.469 + ] + ] + }, + { + "id": "b26bfa6d-7b39-4a3e-bbb6-1176e2bdd097", + "image_path": "images/392.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.639, + 0.669 + ], + [ + 0.646, + 0.492 + ], + [ + 0.469, + 0.486 + ], + [ + 0.461, + 0.661 + ] + ] + }, + { + "id": "0809d153-1370-4f1e-bc4b-fa296330a5bd", + "image_path": "images/393.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.251, + 0.376 + ], + [ + 0.37, + 0.649 + ], + [ + 0.662, + 0.521 + ], + [ + 0.544, + 0.249 + ] + ] + }, + { + "id": "4332b857-6ebf-4ca1-b786-1a27f109c1cb", + "image_path": "images/394.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.64, + 0.69 + ], + [ + 0.646, + 0.586 + ], + [ + 0.534, + 0.58 + ], + [ + 0.527, + 0.684 + ] + ] + }, + { + "id": "cc0054ec-a9d4-4a2d-a175-1944bc5786ca", + "image_path": "images/395.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.57, + 0.536 + ], + [ + 0.574, + 0.514 + ], + [ + 0.484, + 0.499 + ], + [ + 0.48, + 0.52 + ] + ] + }, + { + "id": "e4e7a7b4-67da-4878-aa4c-a2f8edc1a460", + "image_path": "images/396.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.724, + 0.875 + ], + [ + 0.748, + 0.905 + ], + [ + 0.914, + 0.77 + ], + [ + 0.89, + 0.74 + ] + ] + }, + { + "id": "601920de-ff81-4ca9-afb3-eae056f87be8", + "image_path": "images/397.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.915, + 0.756 + ], + [ + 0.964, + 0.276 + ], + [ + 0.419, + 0.22 + ], + [ + 0.37, + 0.7 + ] + ] + }, + { + "id": "5ec2486c-10ca-47f3-b778-4ca9f52ccadf", + "image_path": "images/398.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.171, + 0.424 + ], + [ + 0.871, + 0.338 + ], + [ + 0.905, + 0.615 + ], + [ + 0.205, + 0.701 + ] + ] + }, + { + "id": "e38f1136-8c95-4cab-af9b-2f91c855c35b", + "image_path": "images/399.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.007, + 0.46 + ], + [ + 0.974, + 0.361 + ], + [ + 0.983, + 0.45 + ], + [ + 0.016, + 0.549 + ] + ] + }, + { + "id": "4d52c972-b431-434f-b38b-c7ba323bf744", + "image_path": "images/400.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.419, + 0.675 + ], + [ + 0.42, + 0.625 + ], + [ + 0.367, + 0.624 + ], + [ + 0.365, + 0.674 + ] + ] + }, + { + "id": "dfa9e7b0-ff77-4474-a69d-6b0bd4d69ed1", + "image_path": "images/401.png", + "question": "Please output the coordinates of the baseball-diamond in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.406, + 0.364 + ], + [ + 0.41, + 0.278 + ], + [ + 0.319, + 0.274 + ], + [ + 0.315, + 0.36 + ] + ] + }, + { + "id": "d9f922f5-d563-441a-8e1c-8fa646ff1154", + "image_path": "images/402.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.196, + 0.468 + ], + [ + 0.346, + 0.56 + ], + [ + 0.324, + 0.596 + ], + [ + 0.174, + 0.505 + ] + ] + }, + { + "id": "e8546012-1407-4ddf-80c0-92ef6bb26520", + "image_path": "images/403.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.584, + 0.836 + ], + [ + 0.691, + 0.574 + ], + [ + 0.751, + 0.599 + ], + [ + 0.644, + 0.86 + ] + ] + }, + { + "id": "4e30c88f-0a1c-49c8-af5f-d2fd2f645702", + "image_path": "images/404.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.111, + 0.345 + ], + [ + 0.441, + 0.141 + ], + [ + 0.529, + 0.284 + ], + [ + 0.199, + 0.487 + ] + ] + }, + { + "id": "41261823-f298-4e39-acc3-acb7204817ba", + "image_path": "images/405.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.514, + 0.265 + ], + [ + 0.67, + 0.205 + ], + [ + 0.693, + 0.266 + ], + [ + 0.536, + 0.325 + ] + ] + }, + { + "id": "37e341ec-a292-49d8-bfd1-8c5b4a6d3f93", + "image_path": "images/406.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.53, + 0.781 + ], + [ + 0.63, + 0.604 + ], + [ + 0.453, + 0.502 + ], + [ + 0.352, + 0.68 + ] + ] + }, + { + "id": "e73a1ba0-59f6-4f0c-99dd-83f5d6761aeb", + "image_path": "images/407.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.421, + 0.141 + ], + [ + 0.427, + 0.062 + ], + [ + 0.33, + 0.055 + ], + [ + 0.324, + 0.133 + ] + ] + }, + { + "id": "1cc8db68-abbf-4e2f-8590-b16393f797c3", + "image_path": "images/408.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.515, + 0.336 + ], + [ + 0.767, + 0.391 + ], + [ + 0.745, + 0.495 + ], + [ + 0.492, + 0.441 + ] + ] + }, + { + "id": "defa532c-f602-4c2d-be2b-bf58cb4d9a55", + "image_path": "images/409.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.372, + 0.75 + ], + [ + 0.861, + 0.564 + ], + [ + 0.889, + 0.636 + ], + [ + 0.4, + 0.824 + ] + ] + }, + { + "id": "11859431-4904-4267-9d53-d1fb0c203169", + "image_path": "images/410.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.412, + 0.417 + ], + [ + 0.595, + 0.427 + ], + [ + 0.605, + 0.245 + ], + [ + 0.422, + 0.235 + ] + ] + }, + { + "id": "64ed6840-c8e9-4a83-8527-ecceed64b27f", + "image_path": "images/411.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.201, + 0.81 + ], + [ + 0.237, + 0.64 + ], + [ + 0.344, + 0.662 + ], + [ + 0.307, + 0.833 + ] + ] + }, + { + "id": "a69e876c-66b1-47d3-9567-344d430ab060", + "image_path": "images/412.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.575, + 0.285 + ], + [ + 0.576, + 0.255 + ], + [ + 0.391, + 0.247 + ], + [ + 0.39, + 0.278 + ] + ] + }, + { + "id": "16e1141a-4102-4a93-8bcb-7ae06894a755", + "image_path": "images/413.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.314, + 0.184 + ], + [ + 0.45, + 0.443 + ], + [ + 0.777, + 0.27 + ], + [ + 0.641, + 0.013 + ] + ] + }, + { + "id": "bd10d666-6d16-4842-b567-3cdc69cedce1", + "image_path": "images/414.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.718, + 0.174 + ], + [ + 0.75, + 0.181 + ], + [ + 0.782, + 0.05 + ], + [ + 0.751, + 0.041 + ] + ] + }, + { + "id": "7c944202-0c1c-4e66-8980-5311f2d5beb4", + "image_path": "images/415.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.481, + 0.672 + ], + [ + 0.487, + 0.55 + ], + [ + 0.356, + 0.542 + ], + [ + 0.35, + 0.666 + ] + ] + }, + { + "id": "534edde8-c122-4c82-80d9-71e78bb959da", + "image_path": "images/416.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.466, + 0.694 + ], + [ + 0.466, + 0.62 + ], + [ + 0.39, + 0.62 + ], + [ + 0.389, + 0.694 + ] + ] + }, + { + "id": "b74f8b49-1259-499e-bdc3-4d8da8a87d8d", + "image_path": "images/417.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.685, + 0.569 + ], + [ + 0.748, + 0.23 + ], + [ + 0.399, + 0.166 + ], + [ + 0.336, + 0.506 + ] + ] + }, + { + "id": "75569308-2fea-476b-8720-e1558ebcaa3d", + "image_path": "images/418.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.514, + 0.594 + ], + [ + 0.734, + 0.698 + ], + [ + 0.714, + 0.741 + ], + [ + 0.492, + 0.637 + ] + ] + }, + { + "id": "0c147bae-7cd4-41c4-99ac-bee8363fc29b", + "image_path": "images/419.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.529, + 0.631 + ], + [ + 0.545, + 0.4 + ], + [ + 0.201, + 0.375 + ], + [ + 0.185, + 0.608 + ] + ] + }, + { + "id": "efcaafa4-b386-4397-9596-589ea5221d29", + "image_path": "images/420.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.485, + 0.84 + ], + [ + 0.674, + 0.482 + ], + [ + 0.81, + 0.555 + ], + [ + 0.62, + 0.912 + ] + ] + }, + { + "id": "69237012-6a67-48d0-85ec-a67e243420b1", + "image_path": "images/421.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.855, + 0.986 + ], + [ + 0.875, + 0.667 + ], + [ + 0.505, + 0.642 + ], + [ + 0.484, + 0.963 + ] + ] + }, + { + "id": "830b754c-b65d-4751-8ced-f58648886355", + "image_path": "images/422.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.775, + 0.975 + ], + [ + 0.784, + 0.865 + ], + [ + 0.667, + 0.856 + ], + [ + 0.659, + 0.966 + ] + ] + }, + { + "id": "a156685e-f0af-4802-bb28-73c265e626f5", + "image_path": "images/423.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.6, + 0.828 + ], + [ + 0.601, + 0.877 + ], + [ + 0.897, + 0.868 + ], + [ + 0.896, + 0.818 + ] + ] + }, + { + "id": "9f26ab21-800a-4040-a7cc-915e549019b7", + "image_path": "images/424.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.38, + 0.718 + ], + [ + 0.384, + 0.625 + ], + [ + 0.282, + 0.621 + ], + [ + 0.279, + 0.714 + ] + ] + }, + { + "id": "6899e9cb-05fe-473c-91d2-3148897b9603", + "image_path": "images/425.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.465, + 0.445 + ], + [ + 0.47, + 0.328 + ], + [ + 0.326, + 0.321 + ], + [ + 0.321, + 0.439 + ] + ] + }, + { + "id": "5f3b81d9-b46b-4592-8d85-021ddb303bbe", + "image_path": "images/426.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.657, + 0.468 + ], + [ + 0.665, + 0.297 + ], + [ + 0.494, + 0.29 + ], + [ + 0.486, + 0.461 + ] + ] + }, + { + "id": "c4533b58-19c7-49fb-a1c6-c92fa724e8f4", + "image_path": "images/427.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.466, + 0.544 + ], + [ + 0.471, + 0.401 + ], + [ + 0.314, + 0.396 + ], + [ + 0.309, + 0.539 + ] + ] + }, + { + "id": "5c7beb41-c092-4754-b58d-7ba97fff4c74", + "image_path": "images/428.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.092, + 0.62 + ], + [ + 0.484, + 0.249 + ], + [ + 0.576, + 0.345 + ], + [ + 0.184, + 0.716 + ] + ] + }, + { + "id": "2ac65b6e-7560-41fe-ba03-84f9caa1456f", + "image_path": "images/429.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.318, + 0.6 + ], + [ + 0.403, + 0.71 + ], + [ + 0.564, + 0.586 + ], + [ + 0.477, + 0.475 + ] + ] + }, + { + "id": "a54a4184-44dc-466c-9abb-b75f83a71886", + "image_path": "images/430.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.32, + 0.649 + ], + [ + 0.841, + 0.304 + ], + [ + 0.899, + 0.393 + ], + [ + 0.378, + 0.736 + ] + ] + }, + { + "id": "e4540f76-fbb2-4f5f-ad77-830e686b2023", + "image_path": "images/431.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.307, + 0.991 + ], + [ + 0.429, + 0.869 + ], + [ + 0.279, + 0.719 + ], + [ + 0.158, + 0.84 + ] + ] + }, + { + "id": "258fa6c6-6924-4006-9eb2-be639b152ca4", + "image_path": "images/432.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.541, + 0.516 + ], + [ + 0.544, + 0.451 + ], + [ + 0.463, + 0.449 + ], + [ + 0.46, + 0.512 + ] + ] + }, + { + "id": "5218c317-dcb6-44e2-a176-8a634f604ba1", + "image_path": "images/433.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.181, + 0.61 + ], + [ + 0.583, + 0.645 + ], + [ + 0.578, + 0.7 + ], + [ + 0.176, + 0.665 + ] + ] + }, + { + "id": "a4fe7dde-f38f-4e09-ab5a-ed95ff8b034e", + "image_path": "images/434.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.897, + 0.409 + ], + [ + 0.907, + 0.117 + ], + [ + 0.541, + 0.105 + ], + [ + 0.531, + 0.396 + ] + ] + }, + { + "id": "4c62b499-5be0-400d-bc99-502c60afe912", + "image_path": "images/435.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.623, + 0.429 + ], + [ + 0.624, + 0.319 + ], + [ + 0.505, + 0.316 + ], + [ + 0.504, + 0.427 + ] + ] + }, + { + "id": "6abbacde-c4ee-461a-8a47-8d1d29991849", + "image_path": "images/436.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.564, + 0.395 + ], + [ + 0.671, + 0.414 + ], + [ + 0.659, + 0.49 + ], + [ + 0.55, + 0.47 + ] + ] + }, + { + "id": "932aeb89-8067-402f-a22e-9dc18b0aaf94", + "image_path": "images/437.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.699, + 0.69 + ], + [ + 0.703, + 0.547 + ], + [ + 0.534, + 0.545 + ], + [ + 0.531, + 0.686 + ] + ] + }, + { + "id": "3b9ae062-5422-4b96-940f-be36a7525a8e", + "image_path": "images/438.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.154, + 0.634 + ], + [ + 0.237, + 0.821 + ], + [ + 0.454, + 0.725 + ], + [ + 0.369, + 0.537 + ] + ] + }, + { + "id": "4aa95431-a331-44d9-8311-1524cd6b9c86", + "image_path": "images/439.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.475, + 0.436 + ], + [ + 0.482, + 0.344 + ], + [ + 0.375, + 0.335 + ], + [ + 0.367, + 0.429 + ] + ] + }, + { + "id": "4b089ef2-4c4c-489b-8714-9890cd2e4ca3", + "image_path": "images/440.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.506, + 0.544 + ], + [ + 0.637, + 0.675 + ], + [ + 0.831, + 0.482 + ], + [ + 0.7, + 0.351 + ] + ] + }, + { + "id": "d72e9cb5-808b-48be-a275-fd6c98234466", + "image_path": "images/441.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.289, + 0.53 + ], + [ + 0.569, + 0.366 + ], + [ + 0.579, + 0.381 + ], + [ + 0.297, + 0.545 + ] + ] + }, + { + "id": "a85f8b48-2b49-425a-9b4a-de6978b45b93", + "image_path": "images/442.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.465, + 0.537 + ], + [ + 0.468, + 0.372 + ], + [ + 0.301, + 0.369 + ], + [ + 0.297, + 0.534 + ] + ] + }, + { + "id": "bd27ef80-d8b5-4039-8c4a-30a05c4ec745", + "image_path": "images/443.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.384, + 0.443 + ], + [ + 0.688, + 0.481 + ], + [ + 0.669, + 0.627 + ], + [ + 0.365, + 0.589 + ] + ] + }, + { + "id": "e35630d6-80fe-42ff-b9f5-49f51f0b5aa4", + "image_path": "images/444.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.496, + 0.279 + ], + [ + 0.824, + 0.331 + ], + [ + 0.806, + 0.436 + ], + [ + 0.48, + 0.384 + ] + ] + }, + { + "id": "e731b265-ca7e-415e-8d54-36a8a1575c07", + "image_path": "images/445.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.066, + 0.296 + ], + [ + 0.099, + 0.479 + ], + [ + 0.326, + 0.439 + ], + [ + 0.292, + 0.255 + ] + ] + }, + { + "id": "db12df42-2172-44f0-8638-b8eeb2fbdcd7", + "image_path": "images/446.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.429, + 0.393 + ], + [ + 0.451, + 0.556 + ], + [ + 0.649, + 0.529 + ], + [ + 0.625, + 0.365 + ] + ] + }, + { + "id": "da4fca8a-2912-4d51-adb6-11353a860d84", + "image_path": "images/447.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.49, + 0.375 + ], + [ + 0.494, + 0.346 + ], + [ + 0.463, + 0.343 + ], + [ + 0.459, + 0.371 + ] + ] + }, + { + "id": "59d40d84-1513-4dd6-8adc-416557a7e46e", + "image_path": "images/448.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.279, + 0.388 + ], + [ + 0.486, + 0.376 + ], + [ + 0.494, + 0.499 + ], + [ + 0.285, + 0.51 + ] + ] + }, + { + "id": "35647f57-b8c9-4ddb-814c-376f4248a191", + "image_path": "images/449.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.004, + 0.004 + ], + [ + 0.005, + 0.069 + ], + [ + 0.158, + 0.068 + ], + [ + 0.156, + 0.003 + ] + ] + }, + { + "id": "2ee731c4-d60b-4c82-8388-56b15692938b", + "image_path": "images/450.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.245, + 0.217 + ], + [ + 0.286, + 0.578 + ], + [ + 0.667, + 0.535 + ], + [ + 0.627, + 0.175 + ] + ] + }, + { + "id": "763303b9-ad40-42f2-8953-c341f9de16fa", + "image_path": "images/451.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.355, + 0.177 + ], + [ + 0.983, + 0.273 + ], + [ + 0.964, + 0.395 + ], + [ + 0.336, + 0.301 + ] + ] + }, + { + "id": "a959ca3c-39a6-41b8-833a-fe3bc56fdc4c", + "image_path": "images/452.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.881, + 0.719 + ], + [ + 0.884, + 0.625 + ], + [ + 0.781, + 0.623 + ], + [ + 0.779, + 0.715 + ] + ] + }, + { + "id": "6eb14dfe-9b6b-46c4-9da3-f7491643b63d", + "image_path": "images/453.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.446, + 0.449 + ], + [ + 0.564, + 0.804 + ], + [ + 0.931, + 0.684 + ], + [ + 0.815, + 0.328 + ] + ] + }, + { + "id": "aba65026-5301-445b-8794-f4c95c40b955", + "image_path": "images/454.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.47, + 0.445 + ], + [ + 0.542, + 0.398 + ], + [ + 0.573, + 0.445 + ], + [ + 0.5, + 0.492 + ] + ] + }, + { + "id": "f2664132-f24d-4c0f-8fef-00e080fffab2", + "image_path": "images/455.png", + "question": "Please output the coordinates of the baseball-diamond in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.486, + 0.53 + ], + [ + 0.49, + 0.421 + ], + [ + 0.369, + 0.417 + ], + [ + 0.366, + 0.526 + ] + ] + }, + { + "id": "bd4a27ae-1a41-4b3f-9db6-09060a40ec46", + "image_path": "images/456.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.549, + 0.62 + ], + [ + 0.552, + 0.51 + ], + [ + 0.43, + 0.506 + ], + [ + 0.427, + 0.616 + ] + ] + }, + { + "id": "4b5d6303-00d8-4681-9f9a-6a4aaff8c7ba", + "image_path": "images/457.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.739, + 0.777 + ], + [ + 0.781, + 0.789 + ], + [ + 0.85, + 0.519 + ], + [ + 0.807, + 0.507 + ] + ] + }, + { + "id": "1774bb83-2fe6-4dfd-a87c-5028afbdf33f", + "image_path": "images/458.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.347, + 0.519 + ], + [ + 0.404, + 0.525 + ], + [ + 0.401, + 0.552 + ], + [ + 0.345, + 0.547 + ] + ] + }, + { + "id": "75a86a83-2d7d-4059-b0f8-a6faa949dc3b", + "image_path": "images/459.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.579, + 0.693 + ], + [ + 0.905, + 0.686 + ], + [ + 0.906, + 0.8 + ], + [ + 0.581, + 0.806 + ] + ] + }, + { + "id": "0cbe16ae-441e-443e-b559-e8562c0714e5", + "image_path": "images/460.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.565, + 0.328 + ], + [ + 0.59, + 0.274 + ], + [ + 0.216, + 0.098 + ], + [ + 0.191, + 0.151 + ] + ] + }, + { + "id": "db8a8250-9322-441e-a171-8e699a3f5d1a", + "image_path": "images/461.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.748, + 0.575 + ], + [ + 0.759, + 0.595 + ], + [ + 0.859, + 0.539 + ], + [ + 0.848, + 0.519 + ] + ] + }, + { + "id": "5a5a4d28-1470-4aa4-bf44-5074637a7f68", + "image_path": "images/462.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.126, + 0.224 + ], + [ + 0.172, + 0.228 + ], + [ + 0.185, + 0.021 + ], + [ + 0.14, + 0.019 + ] + ] + }, + { + "id": "eda43980-c7b5-47fa-8128-49c5b46b69ab", + "image_path": "images/463.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.681, + 0.621 + ], + [ + 0.688, + 0.507 + ], + [ + 0.566, + 0.501 + ], + [ + 0.56, + 0.614 + ] + ] + }, + { + "id": "efe8735a-beed-4f4b-a494-ebfe37b3e3bf", + "image_path": "images/464.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.453, + 0.881 + ], + [ + 0.477, + 0.855 + ], + [ + 0.354, + 0.736 + ], + [ + 0.329, + 0.764 + ] + ] + }, + { + "id": "655742e8-5bce-42c5-a319-dce4a90a041f", + "image_path": "images/465.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.539, + 0.604 + ], + [ + 0.549, + 0.506 + ], + [ + 0.446, + 0.496 + ], + [ + 0.438, + 0.594 + ] + ] + }, + { + "id": "f7e3b6ee-b513-43f0-9497-878986253dbc", + "image_path": "images/466.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.631, + 0.463 + ], + [ + 0.647, + 0.509 + ], + [ + 0.634, + 0.515 + ], + [ + 0.616, + 0.468 + ] + ] + }, + { + "id": "c582adc4-45e8-4969-a171-a839fb1c1034", + "image_path": "images/467.png", + "question": "Please output the coordinates of the ground-track-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.443, + 0.724 + ], + [ + 0.476, + 0.679 + ], + [ + 0.38, + 0.605 + ], + [ + 0.345, + 0.65 + ] + ] + }, + { + "id": "cef9b013-223e-4af1-ad37-b365abcb5588", + "image_path": "images/468.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.444, + 0.594 + ], + [ + 0.693, + 0.708 + ], + [ + 0.637, + 0.829 + ], + [ + 0.389, + 0.715 + ] + ] + }, + { + "id": "0f070dec-2a86-4183-a92f-491bf8935e7a", + "image_path": "images/469.png", + "question": "Please output the coordinates of the baseball-diamond in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.409, + 0.476 + ], + [ + 0.497, + 0.53 + ], + [ + 0.554, + 0.434 + ], + [ + 0.465, + 0.381 + ] + ] + }, + { + "id": "4c43355f-d195-45ec-ad02-ef16948152a2", + "image_path": "images/470.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.689, + 0.389 + ], + [ + 0.69, + 0.09 + ], + [ + 0.319, + 0.089 + ], + [ + 0.318, + 0.388 + ] + ] + }, + { + "id": "663aa5fa-26fb-4613-8935-98c39e678ce4", + "image_path": "images/471.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.404, + 0.639 + ], + [ + 0.417, + 0.626 + ], + [ + 0.388, + 0.598 + ], + [ + 0.375, + 0.61 + ] + ] + }, + { + "id": "724608f7-5d76-413a-99e9-9ff448c1077a", + "image_path": "images/472.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.604, + 0.292 + ], + [ + 0.629, + 0.441 + ], + [ + 0.529, + 0.458 + ], + [ + 0.504, + 0.309 + ] + ] + }, + { + "id": "997e640e-5151-42e6-ac4e-5b5c14dea8f8", + "image_path": "images/473.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.046, + 0.559 + ], + [ + 0.174, + 0.568 + ], + [ + 0.186, + 0.384 + ], + [ + 0.059, + 0.375 + ] + ] + }, + { + "id": "e6c35f6a-0fab-4fa0-a106-497add46ea7f", + "image_path": "images/474.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.324, + 0.709 + ], + [ + 0.431, + 0.709 + ], + [ + 0.431, + 0.515 + ], + [ + 0.324, + 0.515 + ] + ] + }, + { + "id": "d29dee9e-64b9-4af0-a9b6-bdf23b2b4d12", + "image_path": "images/475.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.432, + 0.703 + ], + [ + 0.444, + 0.514 + ], + [ + 0.482, + 0.516 + ], + [ + 0.472, + 0.705 + ] + ] + }, + { + "id": "d5e9a40b-5a62-4471-a6d8-ef84d8d4237a", + "image_path": "images/476.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.217, + 0.828 + ], + [ + 0.22, + 0.297 + ], + [ + 0.265, + 0.297 + ], + [ + 0.261, + 0.829 + ] + ] + }, + { + "id": "a3e93e9b-fd62-4bcf-a352-5d266143c3ee", + "image_path": "images/477.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.113, + 0.421 + ], + [ + 0.113, + 0.335 + ], + [ + 0.024, + 0.334 + ], + [ + 0.024, + 0.42 + ] + ] + }, + { + "id": "695986a4-369d-467e-ad87-2ef6f2fef05e", + "image_path": "images/478.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.49, + 0.349 + ], + [ + 0.64, + 0.44 + ], + [ + 0.593, + 0.516 + ], + [ + 0.444, + 0.425 + ] + ] + }, + { + "id": "a64bcaa0-4a8e-4448-a479-e839fde0d170", + "image_path": "images/479.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.328, + 0.19 + ], + [ + 0.44, + 0.581 + ], + [ + 0.347, + 0.609 + ], + [ + 0.234, + 0.217 + ] + ] + }, + { + "id": "4c37f264-ca55-46c1-a3e1-aeb455a50200", + "image_path": "images/480.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.52, + 0.56 + ], + [ + 0.989, + 0.664 + ], + [ + 0.951, + 0.834 + ], + [ + 0.482, + 0.731 + ] + ] + }, + { + "id": "bd4f8be6-b7a8-4563-b4b6-158080aded57", + "image_path": "images/481.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.1, + 0.642 + ], + [ + 0.511, + 0.542 + ], + [ + 0.527, + 0.61 + ], + [ + 0.116, + 0.71 + ] + ] + }, + { + "id": "95580554-05b5-489d-912c-0134ea8b21d9", + "image_path": "images/482.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.464, + 0.915 + ], + [ + 0.583, + 0.588 + ], + [ + 0.204, + 0.45 + ], + [ + 0.085, + 0.777 + ] + ] + }, + { + "id": "5e230319-f329-4cb8-8f38-e2f4d78b68b0", + "image_path": "images/483.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.314, + 0.578 + ], + [ + 0.801, + 0.04 + ], + [ + 0.851, + 0.086 + ], + [ + 0.364, + 0.623 + ] + ] + }, + { + "id": "2a4c0389-9fff-4744-9ab0-c5806e91a47b", + "image_path": "images/484.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.141, + 0.975 + ], + [ + 0.155, + 0.985 + ], + [ + 0.191, + 0.939 + ], + [ + 0.177, + 0.929 + ] + ] + }, + { + "id": "0c0182b1-a7c4-42f0-9774-d82da41190c0", + "image_path": "images/485.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.797, + 0.919 + ], + [ + 0.845, + 0.461 + ], + [ + 0.314, + 0.406 + ], + [ + 0.265, + 0.863 + ] + ] + }, + { + "id": "ff593a40-eafa-406f-974b-6a33d0c78ef0", + "image_path": "images/486.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.269, + 0.03 + ], + [ + 0.72, + 0.905 + ], + [ + 0.634, + 0.95 + ], + [ + 0.182, + 0.074 + ] + ] + }, + { + "id": "7b8e4e79-476e-47ad-bc59-b9c5ab1fb6c6", + "image_path": "images/487.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.079, + 0.49 + ], + [ + 0.159, + 0.749 + ], + [ + 0.507, + 0.641 + ], + [ + 0.427, + 0.381 + ] + ] + }, + { + "id": "e0a3a4f1-634e-46c7-842b-cd0b644f5045", + "image_path": "images/488.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.463, + 0.355 + ], + [ + 0.484, + 0.212 + ], + [ + 0.338, + 0.191 + ], + [ + 0.318, + 0.334 + ] + ] + }, + { + "id": "df001e14-4aa0-4ac7-a52f-bdfb048331f5", + "image_path": "images/489.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.436, + 0.479 + ], + [ + 0.44, + 0.51 + ], + [ + 0.636, + 0.489 + ], + [ + 0.632, + 0.458 + ] + ] + }, + { + "id": "b85006a9-5747-4695-b613-7426f7468352", + "image_path": "images/490.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.848, + 0.583 + ], + [ + 0.936, + 0.343 + ], + [ + 0.666, + 0.241 + ], + [ + 0.576, + 0.481 + ] + ] + }, + { + "id": "15ca744d-a12b-4542-b84a-90681132f3df", + "image_path": "images/491.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.991, + 0.932 + ], + [ + 0.995, + 0.77 + ], + [ + 0.771, + 0.765 + ], + [ + 0.767, + 0.927 + ] + ] + }, + { + "id": "9949deb6-61dd-4137-b4e2-a74c9bd80380", + "image_path": "images/492.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.19, + 0.593 + ], + [ + 0.43, + 0.46 + ], + [ + 0.465, + 0.524 + ], + [ + 0.225, + 0.656 + ] + ] + }, + { + "id": "b4cf1102-7b44-4324-9539-6dcb8e992369", + "image_path": "images/493.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.045, + 0.623 + ], + [ + 0.055, + 0.718 + ], + [ + 0.217, + 0.701 + ], + [ + 0.207, + 0.605 + ] + ] + }, + { + "id": "09801d5e-c529-4519-8226-1c346c8a2462", + "image_path": "images/494.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.526, + 0.174 + ], + [ + 0.84, + 0.26 + ], + [ + 0.816, + 0.349 + ], + [ + 0.502, + 0.263 + ] + ] + }, + { + "id": "5fe176f6-f27b-4b93-8759-7238bf8b9335", + "image_path": "images/495.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.482, + 0.429 + ], + [ + 0.49, + 0.484 + ], + [ + 0.455, + 0.489 + ], + [ + 0.446, + 0.434 + ] + ] + }, + { + "id": "efcb58f2-a891-4f30-b250-c49ffd02bff6", + "image_path": "images/496.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.757, + 0.691 + ], + [ + 0.78, + 0.469 + ], + [ + 0.521, + 0.441 + ], + [ + 0.497, + 0.664 + ] + ] + }, + { + "id": "3620c06a-fce8-4a56-8846-f841821c2115", + "image_path": "images/497.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.411, + 0.656 + ], + [ + 0.414, + 0.585 + ], + [ + 0.341, + 0.583 + ], + [ + 0.339, + 0.654 + ] + ] + }, + { + "id": "37e216e4-c14a-42a9-8fa3-55efe6f2eac4", + "image_path": "images/498.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.356, + 0.571 + ], + [ + 0.384, + 0.67 + ], + [ + 0.576, + 0.616 + ], + [ + 0.549, + 0.517 + ] + ] + }, + { + "id": "cfc84ba8-8382-4439-ba16-88c66655935c", + "image_path": "images/499.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.52, + 0.236 + ], + [ + 0.565, + 0.235 + ], + [ + 0.559, + 0.055 + ], + [ + 0.514, + 0.056 + ] + ] + }, + { + "id": "95ec23f7-8f51-4fb4-9d9d-b4891578c6d5", + "image_path": "images/500.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.028, + 0.517 + ], + [ + 0.031, + 0.56 + ], + [ + 0.301, + 0.53 + ], + [ + 0.297, + 0.489 + ] + ] + }, + { + "id": "8b545351-d6f3-4b29-962d-850db299000d", + "image_path": "images/501.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.415, + 0.621 + ], + [ + 0.499, + 0.611 + ], + [ + 0.504, + 0.645 + ], + [ + 0.42, + 0.655 + ] + ] + }, + { + "id": "50af3c1c-d19e-4a29-9caf-1e018f5600e5", + "image_path": "images/502.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.399, + 0.35 + ], + [ + 0.509, + 0.414 + ], + [ + 0.455, + 0.506 + ], + [ + 0.345, + 0.443 + ] + ] + }, + { + "id": "25905baa-5e47-43d1-b71c-68a5343f6765", + "image_path": "images/503.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.876, + 0.999 + ], + [ + 0.881, + 0.922 + ], + [ + 0.764, + 0.915 + ], + [ + 0.759, + 0.99 + ] + ] + }, + { + "id": "d2688153-d5f6-43b1-8fb7-7587d03f28aa", + "image_path": "images/504.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.527, + 0.642 + ], + [ + 0.531, + 0.541 + ], + [ + 0.407, + 0.536 + ], + [ + 0.404, + 0.637 + ] + ] + }, + { + "id": "23b6f81a-29d5-4023-9632-e2920741a3fd", + "image_path": "images/505.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.757, + 0.3 + ], + [ + 0.858, + 0.129 + ], + [ + 0.685, + 0.028 + ], + [ + 0.585, + 0.199 + ] + ] + }, + { + "id": "06a83126-6c74-4566-9547-6cddd2aa5b67", + "image_path": "images/506.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.476, + 0.58 + ], + [ + 0.654, + 0.385 + ], + [ + 0.79, + 0.509 + ], + [ + 0.611, + 0.704 + ] + ] + }, + { + "id": "a95877b3-0920-4205-9701-da389a8db663", + "image_path": "images/507.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.366, + 0.357 + ], + [ + 0.839, + 0.78 + ], + [ + 0.735, + 0.895 + ], + [ + 0.264, + 0.474 + ] + ] + }, + { + "id": "e1df4c58-e4e1-4491-b393-5cc0f7b895e3", + "image_path": "images/508.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.501, + 0.634 + ], + [ + 0.637, + 0.646 + ], + [ + 0.632, + 0.701 + ], + [ + 0.495, + 0.689 + ] + ] + }, + { + "id": "b2acd6e3-f4ec-4e42-8ef4-ff2cbd90d63d", + "image_path": "images/509.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.704, + 0.445 + ], + [ + 0.705, + 0.344 + ], + [ + 0.584, + 0.343 + ], + [ + 0.584, + 0.444 + ] + ] + }, + { + "id": "b148d18e-8f67-4755-bdba-d8d835525943", + "image_path": "images/510.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.599, + 0.858 + ], + [ + 0.6, + 0.703 + ], + [ + 0.416, + 0.7 + ], + [ + 0.415, + 0.856 + ] + ] + }, + { + "id": "11ad1858-7670-4a0d-a615-a0287c0a426b", + "image_path": "images/511.png", + "question": "Please output the coordinates of the harbor in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.086, + 0.9 + ], + [ + 0.235, + 0.935 + ], + [ + 0.357, + 0.412 + ], + [ + 0.209, + 0.378 + ] + ] + }, + { + "id": "8fec75c4-33c7-426a-b45d-e4692726ed35", + "image_path": "images/512.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.621, + 0.969 + ], + [ + 0.67, + 0.56 + ], + [ + 0.21, + 0.504 + ], + [ + 0.16, + 0.912 + ] + ] + }, + { + "id": "96714ce4-fc9f-42eb-b2d5-e8070c525b61", + "image_path": "images/513.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.537, + 0.661 + ], + [ + 0.921, + 0.569 + ], + [ + 0.941, + 0.651 + ], + [ + 0.557, + 0.744 + ] + ] + }, + { + "id": "ba697745-fd3d-4a1e-ae83-918dcf084215", + "image_path": "images/514.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.664, + 0.48 + ], + [ + 0.665, + 0.43 + ], + [ + 0.611, + 0.429 + ], + [ + 0.61, + 0.477 + ] + ] + }, + { + "id": "c6b37699-a770-4f45-afa1-5e40fe924ea4", + "image_path": "images/515.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.191, + 0.08 + ], + [ + 0.191, + 0.009 + ], + [ + 0.066, + 0.009 + ], + [ + 0.066, + 0.08 + ] + ] + }, + { + "id": "8c9150ab-0d1d-4f3f-80e5-cccc4d6eaf5e", + "image_path": "images/516.png", + "question": "Please output the coordinates of the soccer-ball-field in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.576, + 0.521 + ], + [ + 0.672, + 0.396 + ], + [ + 0.539, + 0.292 + ], + [ + 0.441, + 0.417 + ] + ] + }, + { + "id": "6948cdeb-15fa-4505-ab17-46cdebbe11de", + "image_path": "images/517.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.461, + 0.626 + ], + [ + 0.486, + 0.375 + ], + [ + 0.216, + 0.349 + ], + [ + 0.191, + 0.6 + ] + ] + }, + { + "id": "785e9005-7550-4110-9934-f78724035310", + "image_path": "images/518.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.217, + 0.591 + ], + [ + 0.53, + 0.665 + ], + [ + 0.521, + 0.704 + ], + [ + 0.209, + 0.63 + ] + ] + }, + { + "id": "921b2669-beb1-45ce-9d8d-6f01b8703d86", + "image_path": "images/519.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.516, + 0.86 + ], + [ + 0.516, + 1.0 + ], + [ + 0.706, + 0.999 + ], + [ + 0.706, + 0.859 + ] + ] + }, + { + "id": "be6c0812-12c2-4f66-b6a6-a8e925fdfd92", + "image_path": "images/520.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.655, + 0.43 + ], + [ + 0.656, + 0.367 + ], + [ + 0.593, + 0.365 + ], + [ + 0.591, + 0.429 + ] + ] + }, + { + "id": "24443531-47f3-45b7-a8c9-bcdcd03db420", + "image_path": "images/521.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.631, + 0.595 + ], + [ + 0.777, + 0.66 + ], + [ + 0.751, + 0.72 + ], + [ + 0.605, + 0.655 + ] + ] + }, + { + "id": "a17eb757-7134-43a4-aed6-c47ef198c698", + "image_path": "images/522.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.716, + 0.389 + ], + [ + 0.728, + 0.404 + ], + [ + 0.769, + 0.37 + ], + [ + 0.757, + 0.356 + ] + ] + }, + { + "id": "ff49e36f-b18a-4957-aae1-6da09ce07f50", + "image_path": "images/523.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.915, + 0.63 + ], + [ + 0.932, + 0.394 + ], + [ + 0.585, + 0.367 + ], + [ + 0.568, + 0.604 + ] + ] + }, + { + "id": "9eace674-862b-4404-87da-1cdc541093e7", + "image_path": "images/524.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.258, + 0.3 + ], + [ + 0.357, + 0.129 + ], + [ + 0.185, + 0.028 + ], + [ + 0.085, + 0.199 + ] + ] + }, + { + "id": "4a47ba89-56f2-4e6e-9fb9-01ad848c12e8", + "image_path": "images/525.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.93, + 0.254 + ], + [ + 0.963, + 0.258 + ], + [ + 0.983, + 0.102 + ], + [ + 0.95, + 0.098 + ] + ] + }, + { + "id": "0b3bff2b-5465-40de-9f39-dc385d8babc3", + "image_path": "images/526.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.611, + 0.601 + ], + [ + 0.615, + 0.388 + ], + [ + 0.381, + 0.384 + ], + [ + 0.378, + 0.599 + ] + ] + }, + { + "id": "e3a076f6-a349-45f2-a2c3-a97936df87cb", + "image_path": "images/527.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.438, + 0.46 + ], + [ + 0.439, + 0.375 + ], + [ + 0.354, + 0.374 + ], + [ + 0.352, + 0.459 + ] + ] + }, + { + "id": "6c457ef4-ff1b-4400-b2ae-548e64bf0f01", + "image_path": "images/528.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.379, + 0.411 + ], + [ + 0.639, + 0.318 + ], + [ + 0.674, + 0.415 + ], + [ + 0.414, + 0.509 + ] + ] + }, + { + "id": "529434fe-4351-4451-a880-9e351a3ada2a", + "image_path": "images/529.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.951, + 0.27 + ], + [ + 0.969, + 0.253 + ], + [ + 0.88, + 0.168 + ], + [ + 0.864, + 0.185 + ] + ] + }, + { + "id": "3ee65045-ca1c-4181-b915-616af33d9ced", + "image_path": "images/530.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.657, + 0.515 + ], + [ + 0.672, + 0.422 + ], + [ + 0.578, + 0.407 + ], + [ + 0.562, + 0.499 + ] + ] + }, + { + "id": "1bb9257c-be80-407d-88b0-b28ad980fabc", + "image_path": "images/531.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.486, + 0.299 + ], + [ + 0.535, + 0.441 + ], + [ + 0.505, + 0.451 + ], + [ + 0.455, + 0.309 + ] + ] + }, + { + "id": "5b5710fc-62bc-4c0d-b951-aa92ba46da3f", + "image_path": "images/532.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.507, + 0.766 + ], + [ + 0.669, + 0.836 + ], + [ + 0.75, + 0.65 + ], + [ + 0.588, + 0.58 + ] + ] + }, + { + "id": "4b2287ed-8635-4238-a805-a8e58d5a06b3", + "image_path": "images/533.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.242, + 0.453 + ], + [ + 0.42, + 0.46 + ], + [ + 0.427, + 0.281 + ], + [ + 0.249, + 0.274 + ] + ] + }, + { + "id": "57bff111-fd66-4dc1-83b6-ea6d5d7ef05d", + "image_path": "images/534.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.455, + 0.294 + ], + [ + 0.459, + 0.326 + ], + [ + 0.655, + 0.307 + ], + [ + 0.652, + 0.276 + ] + ] + }, + { + "id": "a49a42a1-4f5f-4e04-ae1d-00da7589282b", + "image_path": "images/535.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.302, + 0.484 + ], + [ + 0.441, + 0.494 + ], + [ + 0.453, + 0.352 + ], + [ + 0.314, + 0.341 + ] + ] + }, + { + "id": "eec859e5-c29a-41dd-bad8-775920c2d8d9", + "image_path": "images/536.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.64, + 0.595 + ], + [ + 0.65, + 0.501 + ], + [ + 0.552, + 0.491 + ], + [ + 0.542, + 0.585 + ] + ] + }, + { + "id": "a2b46ba5-6690-4629-b3a1-ce45052dfc7d", + "image_path": "images/537.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.296, + 0.356 + ], + [ + 0.589, + 0.341 + ], + [ + 0.591, + 0.406 + ], + [ + 0.3, + 0.421 + ] + ] + }, + { + "id": "b0515393-ada8-4b20-92e4-e368b4252a2a", + "image_path": "images/538.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.55, + 0.364 + ], + [ + 0.551, + 0.295 + ], + [ + 0.479, + 0.295 + ], + [ + 0.479, + 0.362 + ] + ] + }, + { + "id": "a6d24f82-84e0-4e8f-a934-e46ee34af47f", + "image_path": "images/539.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.516, + 0.092 + ], + [ + 0.848, + 0.426 + ], + [ + 0.771, + 0.502 + ], + [ + 0.44, + 0.169 + ] + ] + }, + { + "id": "01d92ca2-e0fa-4873-8676-494c3af459e4", + "image_path": "images/540.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.954, + 0.681 + ], + [ + 0.991, + 0.209 + ], + [ + 0.466, + 0.166 + ], + [ + 0.429, + 0.639 + ] + ] + }, + { + "id": "a9548db8-4b89-4adf-9ca6-de1f077d39b2", + "image_path": "images/541.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.615, + 0.434 + ], + [ + 0.664, + 0.458 + ], + [ + 0.652, + 0.48 + ], + [ + 0.604, + 0.456 + ] + ] + }, + { + "id": "757710c7-6b17-47a0-9596-6d07c2cf5b7b", + "image_path": "images/542.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.75, + 0.136 + ], + [ + 0.755, + 0.106 + ], + [ + 0.603, + 0.083 + ], + [ + 0.598, + 0.113 + ] + ] + }, + { + "id": "28f51743-897a-4f82-87d7-479dfd1869a5", + "image_path": "images/543.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.27, + 0.735 + ], + [ + 0.823, + 0.619 + ], + [ + 0.833, + 0.662 + ], + [ + 0.28, + 0.78 + ] + ] + }, + { + "id": "618d4233-7a0d-462c-8c83-344ee0f9e05b", + "image_path": "images/544.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.595, + 0.6 + ], + [ + 0.623, + 0.411 + ], + [ + 0.43, + 0.383 + ], + [ + 0.403, + 0.573 + ] + ] + }, + { + "id": "40aec046-cc6a-41be-a777-0b2b8e75805e", + "image_path": "images/545.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.264, + 0.46 + ], + [ + 0.321, + 0.541 + ], + [ + 0.409, + 0.48 + ], + [ + 0.351, + 0.398 + ] + ] + }, + { + "id": "11262f2b-3a88-4b86-84f3-66af4c8d5fc3", + "image_path": "images/546.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.33, + 0.694 + ], + [ + 0.395, + 0.61 + ], + [ + 0.45, + 0.654 + ], + [ + 0.385, + 0.736 + ] + ] + }, + { + "id": "20f723de-ddcd-478b-af94-63a813120194", + "image_path": "images/547.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.314, + 0.522 + ], + [ + 0.851, + 0.055 + ], + [ + 0.895, + 0.104 + ], + [ + 0.356, + 0.571 + ] + ] + }, + { + "id": "d1c82461-4b92-4a6f-a5a7-9c31e9154cc9", + "image_path": "images/548.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.951, + 0.854 + ], + [ + 0.989, + 0.31 + ], + [ + 0.366, + 0.268 + ], + [ + 0.329, + 0.811 + ] + ] + }, + { + "id": "94e92a30-3a07-4956-91bf-eb52b9efc6db", + "image_path": "images/549.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.636, + 0.466 + ], + [ + 0.647, + 0.23 + ], + [ + 0.403, + 0.219 + ], + [ + 0.391, + 0.455 + ] + ] + }, + { + "id": "a2b35acd-dc1f-47db-857d-907c8118d814", + "image_path": "images/550.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.52, + 0.542 + ], + [ + 0.522, + 0.427 + ], + [ + 0.399, + 0.425 + ], + [ + 0.396, + 0.54 + ] + ] + }, + { + "id": "04846b44-291e-4348-8e50-cc1a7ae05a68", + "image_path": "images/551.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.583, + 0.576 + ], + [ + 0.629, + 0.104 + ], + [ + 0.109, + 0.052 + ], + [ + 0.061, + 0.525 + ] + ] + }, + { + "id": "e4735308-9a1d-40b7-b22a-adab0e7a0418", + "image_path": "images/552.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.62, + 0.863 + ], + [ + 0.665, + 0.386 + ], + [ + 0.126, + 0.335 + ], + [ + 0.081, + 0.811 + ] + ] + }, + { + "id": "55536d4a-e43d-46fa-be86-44523ece931e", + "image_path": "images/553.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.32, + 0.64 + ], + [ + 0.55, + 0.654 + ], + [ + 0.564, + 0.421 + ], + [ + 0.334, + 0.406 + ] + ] + }, + { + "id": "b4b0e0e6-358a-4144-a069-b98439022b94", + "image_path": "images/554.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.619, + 0.646 + ], + [ + 0.677, + 0.82 + ], + [ + 0.885, + 0.75 + ], + [ + 0.826, + 0.576 + ] + ] + }, + { + "id": "e2434c31-37d4-4521-a36b-0af08e42b42d", + "image_path": "images/555.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.014, + 0.662 + ], + [ + 0.149, + 0.695 + ], + [ + 0.186, + 0.534 + ], + [ + 0.051, + 0.502 + ] + ] + }, + { + "id": "a5fd3b1e-9e2d-4696-b9db-148a06dd059b", + "image_path": "images/556.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.0, + 0.754 + ], + [ + 0.003, + 0.785 + ], + [ + 0.077, + 0.78 + ], + [ + 0.076, + 0.749 + ] + ] + }, + { + "id": "c90a16aa-d7ac-4d38-8cd8-88a2da02d058", + "image_path": "images/557.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.394, + 0.219 + ], + [ + 0.551, + 0.624 + ], + [ + 0.465, + 0.657 + ], + [ + 0.307, + 0.253 + ] + ] + }, + { + "id": "364fff09-d46b-4feb-bdf6-51ae9432f79c", + "image_path": "images/558.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.391, + 0.477 + ], + [ + 0.75, + 0.502 + ], + [ + 0.744, + 0.581 + ], + [ + 0.386, + 0.556 + ] + ] + }, + { + "id": "f3e76eb1-297d-4c55-bd33-d6109cb262fa", + "image_path": "images/559.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.154, + 0.672 + ], + [ + 0.881, + 0.718 + ], + [ + 0.875, + 0.821 + ], + [ + 0.147, + 0.776 + ] + ] + }, + { + "id": "6aa8e092-c483-4b33-80ff-e1c35d298f97", + "image_path": "images/560.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.357, + 0.449 + ], + [ + 0.439, + 0.453 + ], + [ + 0.443, + 0.371 + ], + [ + 0.361, + 0.367 + ] + ] + }, + { + "id": "53ef35e5-8a47-4edd-99bd-156b2a640186", + "image_path": "images/561.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.651, + 0.287 + ], + [ + 0.772, + 0.189 + ], + [ + 0.802, + 0.225 + ], + [ + 0.681, + 0.324 + ] + ] + }, + { + "id": "1c06eb59-2c0a-4afd-880f-201adb180b1f", + "image_path": "images/562.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.22, + 0.761 + ], + [ + 0.406, + 0.551 + ], + [ + 0.451, + 0.591 + ], + [ + 0.265, + 0.8 + ] + ] + }, + { + "id": "d379d75c-7756-492a-8146-3416af504d44", + "image_path": "images/563.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.085, + 0.403 + ], + [ + 0.14, + 0.715 + ], + [ + 0.504, + 0.65 + ], + [ + 0.449, + 0.339 + ] + ] + }, + { + "id": "81230978-9914-4b6f-8c07-5e94f9f8f3a1", + "image_path": "images/564.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.244, + 0.671 + ], + [ + 0.27, + 0.821 + ], + [ + 0.491, + 0.782 + ], + [ + 0.465, + 0.632 + ] + ] + }, + { + "id": "766a4919-81b1-4b88-92b8-a89ea98d1c0d", + "image_path": "images/565.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.475, + 0.427 + ], + [ + 0.706, + 0.446 + ], + [ + 0.703, + 0.494 + ], + [ + 0.471, + 0.476 + ] + ] + }, + { + "id": "d5d1c2c6-18e8-4c3d-a930-2f3864fc422c", + "image_path": "images/566.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.674, + 0.639 + ], + [ + 0.679, + 0.489 + ], + [ + 0.516, + 0.484 + ], + [ + 0.511, + 0.634 + ] + ] + }, + { + "id": "6a0ac7a9-73e4-464d-93da-d69653bb82a3", + "image_path": "images/567.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.27, + 0.549 + ], + [ + 0.372, + 0.456 + ], + [ + 0.448, + 0.54 + ], + [ + 0.345, + 0.632 + ] + ] + }, + { + "id": "b442a52b-1eb7-4ddb-99f0-6b11345b337f", + "image_path": "images/568.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.217, + 0.341 + ], + [ + 0.608, + 0.38 + ], + [ + 0.599, + 0.466 + ], + [ + 0.209, + 0.427 + ] + ] + }, + { + "id": "b034e2a3-20c8-425a-91ae-dd85f0061c3d", + "image_path": "images/569.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.42, + 0.216 + ], + [ + 0.512, + 0.516 + ], + [ + 0.855, + 0.411 + ], + [ + 0.764, + 0.111 + ] + ] + }, + { + "id": "8aab9833-02a7-4313-a4b9-16b8ddcb9771", + "image_path": "images/570.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.811, + 0.988 + ], + [ + 0.989, + 0.989 + ], + [ + 0.991, + 0.746 + ], + [ + 0.812, + 0.744 + ] + ] + }, + { + "id": "1bba69fd-1ee1-466e-ac5d-b42f36e5b110", + "image_path": "images/571.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.422, + 0.715 + ], + [ + 0.691, + 0.468 + ], + [ + 0.746, + 0.527 + ], + [ + 0.479, + 0.775 + ] + ] + }, + { + "id": "9be217ec-36eb-4801-a36a-2f21cbf038f6", + "image_path": "images/572.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.461, + 0.119 + ], + [ + 0.48, + 0.421 + ], + [ + 0.932, + 0.393 + ], + [ + 0.914, + 0.091 + ] + ] + }, + { + "id": "c0f386f8-9c8a-4834-ba96-e6e76e833253", + "image_path": "images/573.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.468, + 0.52 + ], + [ + 0.47, + 0.476 + ], + [ + 0.425, + 0.474 + ], + [ + 0.422, + 0.517 + ] + ] + }, + { + "id": "621b7df0-0ad1-4473-a2a8-1b6d7a4a1f3b", + "image_path": "images/574.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.626, + 0.224 + ], + [ + 0.672, + 0.228 + ], + [ + 0.685, + 0.021 + ], + [ + 0.64, + 0.019 + ] + ] + }, + { + "id": "e40527f1-c548-42f9-abd2-6293c93ca9b1", + "image_path": "images/575.png", + "question": "Please output the coordinates of the ship in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.61, + 0.158 + ], + [ + 0.616, + 0.125 + ], + [ + 0.431, + 0.087 + ], + [ + 0.424, + 0.12 + ] + ] + }, + { + "id": "b31e319d-737e-49a4-85c2-f1ef3fb8f858", + "image_path": "images/576.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.618, + 0.146 + ], + [ + 0.677, + 0.32 + ], + [ + 0.885, + 0.25 + ], + [ + 0.826, + 0.075 + ] + ] + }, + { + "id": "2c586a13-0e1c-4545-98fb-92ce805b61be", + "image_path": "images/577.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.552, + 0.566 + ], + [ + 0.754, + 0.576 + ], + [ + 0.764, + 0.374 + ], + [ + 0.562, + 0.364 + ] + ] + }, + { + "id": "5ff3415f-bc24-49b8-95e8-88c0c2d8191a", + "image_path": "images/578.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.11, + 0.176 + ], + [ + 0.868, + 0.594 + ], + [ + 0.845, + 0.634 + ], + [ + 0.087, + 0.216 + ] + ] + }, + { + "id": "ca465675-2c01-4947-9834-d1ef4d7db461", + "image_path": "images/579.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.615, + 0.468 + ], + [ + 0.616, + 0.375 + ], + [ + 0.502, + 0.372 + ], + [ + 0.5, + 0.465 + ] + ] + }, + { + "id": "b6380755-e394-4a2b-990a-db9bd7e07586", + "image_path": "images/580.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.341, + 0.334 + ], + [ + 0.486, + 0.399 + ], + [ + 0.466, + 0.444 + ], + [ + 0.321, + 0.379 + ] + ] + }, + { + "id": "a9d0d5f9-602f-40f8-a8d1-ebea99455be8", + "image_path": "images/581.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.637, + 0.614 + ], + [ + 0.639, + 0.554 + ], + [ + 0.575, + 0.551 + ], + [ + 0.574, + 0.611 + ] + ] + }, + { + "id": "00fafa1b-3da5-496a-9976-1566670e6b65", + "image_path": "images/582.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.385, + 0.87 + ], + [ + 0.407, + 0.254 + ], + [ + 0.51, + 0.258 + ], + [ + 0.487, + 0.874 + ] + ] + }, + { + "id": "480917e3-ec0c-4bfd-95a5-19335786d73b", + "image_path": "images/583.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.719, + 0.49 + ], + [ + 0.72, + 0.35 + ], + [ + 0.58, + 0.35 + ], + [ + 0.579, + 0.489 + ] + ] + }, + { + "id": "b383e8fe-2d10-4b48-bf28-aea14d4f8aaf", + "image_path": "images/584.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.336, + 0.474 + ], + [ + 0.455, + 0.477 + ], + [ + 0.459, + 0.357 + ], + [ + 0.34, + 0.354 + ] + ] + }, + { + "id": "2602c958-56e8-467d-a3b2-b7b006042126", + "image_path": "images/585.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.417, + 0.573 + ], + [ + 0.459, + 0.645 + ], + [ + 0.448, + 0.651 + ], + [ + 0.406, + 0.579 + ] + ] + }, + { + "id": "b25bd0c8-532b-4210-a28b-bd9068931c35", + "image_path": "images/586.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.677, + 0.571 + ], + [ + 0.688, + 0.416 + ], + [ + 0.522, + 0.406 + ], + [ + 0.512, + 0.561 + ] + ] + }, + { + "id": "7e7a52f2-17de-4ca3-9948-757f008cd588", + "image_path": "images/587.png", + "question": "Please output the coordinates of the dam in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.247, + 0.8 + ], + [ + 0.369, + 0.68 + ], + [ + 0.398, + 0.71 + ], + [ + 0.276, + 0.83 + ] + ] + }, + { + "id": "49ed94cd-16a5-4b16-a5c6-14c6453cd109", + "image_path": "images/588.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.365, + 0.495 + ], + [ + 0.399, + 0.311 + ], + [ + 0.214, + 0.278 + ], + [ + 0.18, + 0.461 + ] + ] + }, + { + "id": "f62a3544-4a40-4ee1-a053-04b36e4ab694", + "image_path": "images/589.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.378, + 0.843 + ], + [ + 0.419, + 0.677 + ], + [ + 0.136, + 0.608 + ], + [ + 0.095, + 0.772 + ] + ] + }, + { + "id": "1599f1d9-76a0-4c1a-bd37-66424389fc7f", + "image_path": "images/590.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.458, + 0.401 + ], + [ + 0.459, + 0.334 + ], + [ + 0.389, + 0.333 + ], + [ + 0.388, + 0.4 + ] + ] + }, + { + "id": "ad6d5c08-28ef-4f31-b56c-68f3a52106ab", + "image_path": "images/591.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.411, + 0.425 + ], + [ + 0.414, + 0.364 + ], + [ + 0.351, + 0.362 + ], + [ + 0.349, + 0.422 + ] + ] + }, + { + "id": "e6de02f4-afa7-4c59-bd9e-067dc37d035b", + "image_path": "images/592.png", + "question": "Please output the coordinates of the airplane in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.336, + 0.666 + ], + [ + 0.395, + 0.81 + ], + [ + 0.613, + 0.723 + ], + [ + 0.555, + 0.578 + ] + ] + }, + { + "id": "e5ceffb4-be53-41d3-905e-e111519b2858", + "image_path": "images/593.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.249, + 0.759 + ], + [ + 0.636, + 0.233 + ], + [ + 0.706, + 0.282 + ], + [ + 0.319, + 0.81 + ] + ] + }, + { + "id": "b0f3de49-a8f7-4e94-97f0-af38fd61e85a", + "image_path": "images/594.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.444, + 0.771 + ], + [ + 0.445, + 0.652 + ], + [ + 0.324, + 0.651 + ], + [ + 0.323, + 0.77 + ] + ] + }, + { + "id": "d1011460-f857-4e34-928c-c564287d2d11", + "image_path": "images/595.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.654, + 0.85 + ], + [ + 0.776, + 0.527 + ], + [ + 0.441, + 0.4 + ], + [ + 0.318, + 0.723 + ] + ] + }, + { + "id": "2aff3915-d3ac-45c5-a314-a494a5d2438f", + "image_path": "images/596.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.339, + 0.542 + ], + [ + 0.4, + 0.233 + ], + [ + 0.062, + 0.166 + ], + [ + 0.003, + 0.476 + ] + ] + }, + { + "id": "255ed3fd-61fd-499d-b832-fc2ef1980220", + "image_path": "images/597.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.351, + 0.746 + ], + [ + 0.374, + 0.484 + ], + [ + 0.094, + 0.461 + ], + [ + 0.072, + 0.724 + ] + ] + }, + { + "id": "3a8882a5-90d4-4641-953b-8a4db2cae967", + "image_path": "images/598.png", + "question": "Please output the coordinates of the storage-tank in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.632, + 0.853 + ], + [ + 0.681, + 0.399 + ], + [ + 0.156, + 0.343 + ], + [ + 0.107, + 0.796 + ] + ] + }, + { + "id": "a75a1e43-4e4c-4d1b-ac08-7209844da7d1", + "image_path": "images/599.png", + "question": "Please output the coordinates of the roundabout in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.585, + 0.425 + ], + [ + 0.599, + 0.254 + ], + [ + 0.401, + 0.239 + ], + [ + 0.388, + 0.409 + ] + ] + }, + { + "id": "75431385-1ce4-42d7-b7da-f5bd8685d044", + "image_path": "images/600.png", + "question": "Please output the coordinates of the bridge in the image in the format (x1, y1, x2, y2). Do not include any additional text.", + "answer": [ + [ + 0.517, + 0.292 + ], + [ + 0.745, + 0.516 + ], + [ + 0.699, + 0.564 + ], + [ + 0.471, + 0.339 + ] + ] + } +] \ No newline at end of file