Datasets:
Search is not available for this dataset
image
imagewidth (px) 576
1.02k
|
|---|
End of preview. Expand
in Data Studio
Medellin Street-Level Image Dataset
Dataset Summary
This dataset contains 9,984 street-level images from Medellin, Colombia.
The dataset is provided in two parts:
- A directory containing the 9,984 image files.
- A single
metadata.jsonfile that provides details for each image.
The data is released under the MIT License.
Data and Metadata Format
Image Files
The image files (e.g., .jpg, .png) are contained in a single directory. The filename for each image (e.g., img_12345.jpg) corresponds to the filename field in the metadata file.
Metadata JSON File
The file metadata.json contains a single JSON list, with one object for each of the 9,984 images. Each object provides metadata related to the image, following this schema:
[
{
"id": "image_id_123",
"filename": "img_12345.jpg",
"download_url": "[http://example.com/path/to/image.jpg](http://example.com/path/to/image.jpg)",
"bbox_index": 42,
"width": 1024,
"height": 768,
"[...other_fields_from_original_jsonl]": "..."
},
{
"id": "image_id_456",
"filename": "img_67890.jpg",
"download_url": "[http://example.com/path/to/other_image.png](http://example.com/path/to/other_image.png)",
"bbox_index": 12,
"width": 1920,
"height": 1080,
"[...other_fields_from_original_jsonl]": "..."
}
]
- Downloads last month
- 47