|
@@ -105,6 +105,14 @@ DATASETS:
|
|
|
annotations: "2020/PLAIN"
|
|
|
n_classes: 200
|
|
|
|
|
|
+ INAT20_IN_CLASS: &inat20_in_class
|
|
|
+ <<: *inat20
|
|
|
+ annotations: "2020/IN_CLASS"
|
|
|
+
|
|
|
+ INAT20_TEST: &inat20_test
|
|
|
+ <<: *inat20
|
|
|
+ annotations: "2020/TEST"
|
|
|
+
|
|
|
INAT19: &inat19
|
|
|
folder: inat
|
|
|
annotations: "2019"
|
|
@@ -263,6 +271,14 @@ PARTS:
|
|
|
<<: *inat20
|
|
|
<<: *parts_global
|
|
|
|
|
|
+ INAT20_TEST_GLOBAL:
|
|
|
+ <<: *inat20_test
|
|
|
+ <<: *parts_global
|
|
|
+
|
|
|
+ INAT20_IN_CLASS_GLOBAL:
|
|
|
+ <<: *inat20_in_class
|
|
|
+ <<: *parts_global
|
|
|
+
|
|
|
HED_GLOBAL:
|
|
|
<<: *hed
|
|
|
<<: *parts_global
|