metaltiger775
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,14 @@ configs:
|
|
7 |
path: "train/metadata.csv"
|
8 |
- split: test
|
9 |
path: "test/metadata.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
## Dataset
|
|
|
7 |
path: "train/metadata.csv"
|
8 |
- split: test
|
9 |
path: "test/metadata.csv"
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: IMG_FILE
|
13 |
+
dtype: string
|
14 |
+
- name: LAT
|
15 |
+
dtype: string
|
16 |
+
- name: LON
|
17 |
+
dtype: string
|
18 |
---
|
19 |
|
20 |
## Dataset
|