File size: 1,070 Bytes
d43c50b 302a035 d43c50b ce5010c d43c50b 67e8d7e 75606f9 921444a 75606f9 f3f239e 921444a 75606f9 21b24de | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ---
license: mit
dataset_info:
features:
- name: image
dtype: image
- name: Latitude
dtype: float64
- name: Longitude
dtype: float64
splits:
- name: train
num_bytes: 768821042.0
num_examples: 216
download_size: 768821042
dataset_size: 768821042.0
configs:
- config_name: default
data_files:
- split: train
path: data/train_*
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
Train_1 and train_3 contain images extracted from videos, while train_2, train_4, train_5, and train_6 contain images that were captured directly.
# How each sample looks like:
{
"image": {
"bytes": <binary image data>,
"path": None
},
"Latitude": 39.9524,
"Longitude": -75.1912
}
<!-- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
-->
## Uses
Used to train our model for IMG2GPS |