Browse Source

updated dataset infos

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

+ 16 - 0
scripts/info_files/info.yml

@@ -210,11 +210,27 @@ PARTS:
     <<: *cub200
     <<: *cub200
     <<: *parts_l1p
     <<: *parts_l1p
     annotations: cub200_11_L1_pred
     annotations: cub200_11_L1_pred
+    rescale_size: !!int 427
 
 
   CUB200_L1_full:
   CUB200_L1_full:
     <<: *cub200
     <<: *cub200
     <<: *parts_l1f
     <<: *parts_l1f
     annotations: cub200_11_L1_full
     annotations: cub200_11_L1_full
+    rescale_size: !!int 427
+
+  CUB200_L1_pred_15:
+    <<: *cub200
+    <<: *parts_l1p
+    annotations: L1_pred_15
+    rescale_size: !!int 427
+    feature_suffix: _15parts_L1_pred
+
+  CUB200_L1_full_15:
+    <<: *cub200
+    <<: *parts_l1f
+    annotations: L1_full_15
+    rescale_size: !!int 427
+    feature_suffix: _15parts_L1_full
 
 
 
 
   ####################################
   ####################################