zilujin commited on
Commit
f3f239e
·
verified ·
1 Parent(s): 921444a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -26,7 +26,15 @@ configs:
26
  <!-- Provide a quick summary of the dataset. -->
27
  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.
28
 
29
-
 
 
 
 
 
 
 
 
30
  <!-- 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).
31
  -->
32
 
 
26
  <!-- Provide a quick summary of the dataset. -->
27
  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.
28
 
29
+ # How each sample looks like:
30
+ {
31
+ "image": {
32
+ "bytes": <binary image data>,
33
+ "path": None
34
+ },
35
+ "Latitude": 39.9524,
36
+ "Longitude": -75.1912
37
+ }
38
  <!-- 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).
39
  -->
40