|
@@ -69,6 +69,10 @@ DATASETS:
|
|
<<: *inat19
|
|
<<: *inat19
|
|
annotations: "2019_small"
|
|
annotations: "2019_small"
|
|
|
|
|
|
|
|
+ INAT19_TEST: &inat19_test
|
|
|
|
+ <<: *inat19
|
|
|
|
+ annotations: "2019_test"
|
|
|
|
+
|
|
############ Existing Part Annotations and Part Features
|
|
############ Existing Part Annotations and Part Features
|
|
### feature file name composition:
|
|
### feature file name composition:
|
|
# ${BASE_DIR}/${DATA_DIR}/${DATASETS:folder}/${PART_TYPES:annotations}/features
|
|
# ${BASE_DIR}/${DATA_DIR}/${DATASETS:folder}/${PART_TYPES:annotations}/features
|
|
@@ -136,6 +140,11 @@ PARTS:
|
|
<<: *parts_global
|
|
<<: *parts_global
|
|
feature_suffix: .mini
|
|
feature_suffix: .mini
|
|
|
|
|
|
|
|
+ INAT19_TEST_GLOBAL:
|
|
|
|
+ <<: *inat19_test
|
|
|
|
+ <<: *parts_global
|
|
|
|
+ feature_suffix: .test
|
|
|
|
+
|
|
#### No Parts Annotations
|
|
#### No Parts Annotations
|
|
CUB200_GLOBAL:
|
|
CUB200_GLOBAL:
|
|
<<: *cub200
|
|
<<: *cub200
|
|
@@ -190,6 +199,18 @@ PARTS:
|
|
INAT19_MINI_L1_full:
|
|
INAT19_MINI_L1_full:
|
|
<<: *inat19_mini
|
|
<<: *inat19_mini
|
|
<<: *parts_l1f
|
|
<<: *parts_l1f
|
|
- feature_suffix: _5parts_L1_full.mini
|
|
|
|
annotations: 2019_small_L1_full
|
|
annotations: 2019_small_L1_full
|
|
|
|
+ feature_suffix: _5parts_L1_full.mini
|
|
|
|
+
|
|
|
|
+ INAT19_TEST_L1_pred:
|
|
|
|
+ <<: *inat19_test
|
|
|
|
+ <<: *parts_l1p
|
|
|
|
+ annotations: 2019_test_L1_pred
|
|
|
|
+ feature_suffix: _5parts_L1_pred.test
|
|
|
|
+
|
|
|
|
+ INAT19_TEST_L1_full:
|
|
|
|
+ <<: *inat19_test
|
|
|
|
+ <<: *parts_l1f
|
|
|
|
+ annotations: 2019_test_L1_full
|
|
|
|
+ feature_suffix: _5parts_L1_full.test
|
|
|
|
|