add country configs
Browse files
README.md
CHANGED
|
@@ -29,6 +29,30 @@ configs:
|
|
| 29 |
path: "data/224/annotations/annotations_all_val.json"
|
| 30 |
- split: test
|
| 31 |
path: "data/224/annotations/annotations_all_test.json"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
|
|
|
|
| 29 |
path: "data/224/annotations/annotations_all_val.json"
|
| 30 |
- split: test
|
| 31 |
path: "data/224/annotations/annotations_all_test.json"
|
| 32 |
+
- config_name: CH
|
| 33 |
+
data_files:
|
| 34 |
+
- split: train
|
| 35 |
+
path: "data/224/annotations/annotations_CH_train.json"
|
| 36 |
+
- split: val
|
| 37 |
+
path: "data/224/annotations/annotations_CH_val.json"
|
| 38 |
+
- split: test
|
| 39 |
+
path: "data/224/annotations/annotations_CH_test.json"
|
| 40 |
+
- config_name: NY
|
| 41 |
+
data_files:
|
| 42 |
+
- split: train
|
| 43 |
+
path: "data/224/annotations/annotations_NY_train.json"
|
| 44 |
+
- split: val
|
| 45 |
+
path: "data/224/annotations/annotations_NY_val.json"
|
| 46 |
+
- split: test
|
| 47 |
+
path: "data/224/annotations/annotations_NY_test.json"
|
| 48 |
+
- config_name: NZ
|
| 49 |
+
data_files:
|
| 50 |
+
- split: train
|
| 51 |
+
path: "data/224/annotations/annotations_NZ_train.json"
|
| 52 |
+
- split: val
|
| 53 |
+
path: "data/224/annotations/annotations_NZ_val.json"
|
| 54 |
+
- split: test
|
| 55 |
+
path: "data/224/annotations/annotations_NZ_test.json"
|
| 56 |
---
|
| 57 |
|
| 58 |
|