Browse Source

added some dataset annotations

Dimitri Korsch 5 years ago
parent
commit
b9b05173a1
1 changed files with 16 additions and 0 deletions
  1. 16 0
      scripts/info_files/info.yml

+ 16 - 0
scripts/info_files/info.yml

@@ -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