|
@@ -59,7 +59,6 @@ DATASETS:
|
|
|
IMAGENET_TOP_INAT20: &inet_top_inat20
|
|
|
<<: *inet
|
|
|
annotations: "TOP_INAT20"
|
|
|
- annotation_type: FOLDER
|
|
|
n_classes: 44
|
|
|
|
|
|
CUB200: &cub200
|
|
@@ -80,7 +79,6 @@ DATASETS:
|
|
|
<<: *cub200
|
|
|
folder: birds/cub200_google_images
|
|
|
annotations: "sem_selected"
|
|
|
- annotation_type: FILE_LIST
|
|
|
|
|
|
NAB: &nabirds
|
|
|
folder: birds/nabirds
|
|
@@ -151,10 +149,12 @@ DATASETS:
|
|
|
INAT19_MINI: &inat19_mini
|
|
|
<<: *inat19
|
|
|
annotations: "2019_small"
|
|
|
+ feature_suffix: .mini
|
|
|
|
|
|
INAT19_TEST: &inat19_test
|
|
|
<<: *inat19
|
|
|
annotations: "2019_test"
|
|
|
+ feature_suffix: .test
|
|
|
|
|
|
INAT18: &inat18
|
|
|
folder: inat
|
|
@@ -175,10 +175,8 @@ DATASETS:
|
|
|
n_classes: 107
|
|
|
|
|
|
TIGERS_TEST: &tigers_test
|
|
|
- folder: tigers
|
|
|
+ <<: *tigers
|
|
|
annotations: "reid/test"
|
|
|
- annotation_type: FILE_LIST
|
|
|
- n_classes: 107
|
|
|
|
|
|
############ Existing Part Annotations and Part Features
|
|
|
### feature file name composition:
|
|
@@ -202,12 +200,15 @@ PART_TYPES:
|
|
|
- 0.31
|
|
|
|
|
|
GT2: &parts_gt2
|
|
|
+ # TODO: should be changed, since GT2 parts can also be present for other datasets
|
|
|
+ annotations: cub200_11_regrouped
|
|
|
feature_suffix: _5parts_gt
|
|
|
rescale_size: !!int -1
|
|
|
scales:
|
|
|
- 0.31
|
|
|
|
|
|
NAC: &parts_nac
|
|
|
+ annotations: NAC/2017-bilinear
|
|
|
feature_suffix: _20parts
|
|
|
rescale_size: !!int 224
|
|
|
scales:
|
|
@@ -217,287 +218,72 @@ PART_TYPES:
|
|
|
L1_pred: &parts_l1p
|
|
|
annotations: L1_pred
|
|
|
feature_suffix: _5parts_L1_pred
|
|
|
- rescale_size: !!int 299
|
|
|
- scales:
|
|
|
- - 0.31
|
|
|
+ rescale_size: !!int 427
|
|
|
+ scales: []
|
|
|
|
|
|
L1_full: &parts_l1f
|
|
|
annotations: L1_full
|
|
|
feature_suffix: _5parts_L1_full
|
|
|
- rescale_size: !!int 299
|
|
|
- scales:
|
|
|
- - 0.31
|
|
|
+ rescale_size: !!int 427
|
|
|
+ scales: []
|
|
|
|
|
|
NTS: &parts_nts
|
|
|
annotations: NTS
|
|
|
feature_suffix: _7parts_nts
|
|
|
rescale_size: !!int 448
|
|
|
- scales:
|
|
|
- - 0.31
|
|
|
+ scales: []
|
|
|
|
|
|
NTS2: &parts_nts2
|
|
|
annotations: NTS2
|
|
|
feature_suffix: _5parts_nts
|
|
|
rescale_size: !!int 448
|
|
|
- scales:
|
|
|
- - 0.31
|
|
|
+ scales: []
|
|
|
|
|
|
PARTS:
|
|
|
- #### No Parts Annotations
|
|
|
-
|
|
|
- IMAGENET_GLOBAL:
|
|
|
- <<: *inet
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- IMAGENET_TOP_INAT20_GLOBAL:
|
|
|
- <<: *inet_top_inat20
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- CUB200_2FOLD_GLOBAL:
|
|
|
- <<: *cub200_2fold
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- CUB200_GLOBAL:
|
|
|
- <<: *cub200
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- CUB200_GOOGLE_GLOBAL:
|
|
|
- <<: *cub200_google
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- CUB200_GOOGLE_SEM_GLOBAL:
|
|
|
- <<: *cub200_google_sem
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
-
|
|
|
- CARS_GLOBAL:
|
|
|
- <<: *cars
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- DOGS_GLOBAL:
|
|
|
- <<: *dogs
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- NAB_GLOBAL:
|
|
|
- <<: *nabirds
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- BIRDSNAP_GLOBAL:
|
|
|
- <<: *birdsnap
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- FLOWERS_GLOBAL:
|
|
|
- <<: *flowers
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT18_GLOBAL:
|
|
|
- <<: *inat18
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT19_GLOBAL:
|
|
|
- <<: *inat19
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT19_MINI_GLOBAL:
|
|
|
- <<: *inat19_mini
|
|
|
- <<: *parts_global
|
|
|
- feature_suffix: .mini
|
|
|
-
|
|
|
- INAT19_TEST_GLOBAL:
|
|
|
- <<: *inat19_test
|
|
|
- <<: *parts_global
|
|
|
- feature_suffix: .test
|
|
|
-
|
|
|
- INAT20_GLOBAL:
|
|
|
- <<: *inat20
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT20_TEST_GLOBAL:
|
|
|
- <<: *inat20_test
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT20_IN_CLASS_GLOBAL:
|
|
|
- <<: *inat20_in_class
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT20_OUT_CLASS_GLOBAL:
|
|
|
- <<: *inat20_out_class
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT20_U_OUT_CLASS_GLOBAL:
|
|
|
- <<: *inat20_u_out_class
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT20_NOISY_OUT_CLASS_GLOBAL:
|
|
|
- <<: *inat20_noisy_out_class
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- INAT20_NOISY_IN_CLASS_GLOBAL:
|
|
|
- <<: *inat20_noisy_in_class
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- HED_GLOBAL:
|
|
|
- <<: *hed
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- TIGERS_GLOBAL:
|
|
|
- <<: *tigers
|
|
|
- <<: *parts_global
|
|
|
- rescale_size: !!int -1
|
|
|
- scales:
|
|
|
- - .31
|
|
|
-
|
|
|
- TIGERS_TEST_GLOBAL:
|
|
|
- <<: *tigers_test
|
|
|
- <<: *parts_global
|
|
|
-
|
|
|
- #### With Parts Annotations
|
|
|
-
|
|
|
-
|
|
|
- ####################################
|
|
|
- # CUB200-2011 2-Fold training set
|
|
|
- ####################################
|
|
|
-
|
|
|
- CUB200_2FOLD_L1_pred:
|
|
|
- <<: *cub200_2fold
|
|
|
- <<: *parts_l1p
|
|
|
- rescale_size: !!int 427
|
|
|
-
|
|
|
- CUB200_2FOLD_L1_full:
|
|
|
- <<: *cub200_2fold
|
|
|
- <<: *parts_l1f
|
|
|
- rescale_size: !!int 427
|
|
|
+ # all <DATASET>_<PART_TYPES> combinations are created implicitely.
|
|
|
+ # if you want some changes in the configs, then crete here an entry
|
|
|
+ # and update the config values
|
|
|
|
|
|
####################################
|
|
|
# CUB200-2011
|
|
|
####################################
|
|
|
|
|
|
- CUB200_UNI:
|
|
|
- <<: *cub200
|
|
|
- <<: *parts_uni
|
|
|
-
|
|
|
- CUB200_GT:
|
|
|
- <<: *cub200
|
|
|
- <<: *parts_gt
|
|
|
-
|
|
|
- CUB200_GT2:
|
|
|
- <<: *cub200
|
|
|
- <<: *parts_gt2
|
|
|
- annotations: cub200_11_regrouped
|
|
|
-
|
|
|
- CUB200_NAC:
|
|
|
- <<: *cub200
|
|
|
- <<: *parts_nac
|
|
|
- annotations: NAC/2017-bilinear
|
|
|
-
|
|
|
- CUB200_NTS:
|
|
|
- <<: *cub200
|
|
|
- <<: *parts_nts
|
|
|
-
|
|
|
- CUB200_NTS2:
|
|
|
- <<: *cub200
|
|
|
- <<: *parts_nts2
|
|
|
-
|
|
|
CUB200_L1_pred:
|
|
|
<<: *cub200
|
|
|
<<: *parts_l1p
|
|
|
annotations: cub200_11_L1_pred_old
|
|
|
- # rescale_size: !!int 427
|
|
|
+ rescale_size: !!int 299
|
|
|
|
|
|
CUB200_L1_full:
|
|
|
<<: *cub200
|
|
|
<<: *parts_l1f
|
|
|
annotations: cub200_11_L1_full_old
|
|
|
- # rescale_size: !!int 427
|
|
|
+ rescale_size: !!int 299
|
|
|
|
|
|
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
|
|
|
|
|
|
CUB200_L1_pred_2:
|
|
|
<<: *cub200
|
|
|
<<: *parts_l1p
|
|
|
annotations: L1_pred_2
|
|
|
- rescale_size: !!int 427
|
|
|
feature_suffix: _2parts_L1_pred
|
|
|
|
|
|
CUB200_L1_full_2:
|
|
|
<<: *cub200
|
|
|
<<: *parts_l1f
|
|
|
annotations: L1_full_2
|
|
|
- rescale_size: !!int 427
|
|
|
feature_suffix: _2parts_L1_full
|
|
|
|
|
|
-
|
|
|
- ####################################
|
|
|
- # NA Birds
|
|
|
- ####################################
|
|
|
-
|
|
|
- NAB_GT:
|
|
|
- <<: *nabirds
|
|
|
- <<: *parts_gt
|
|
|
-
|
|
|
- NAB_L1_pred:
|
|
|
- <<: *nabirds
|
|
|
- <<: *parts_l1p
|
|
|
- rescale_size: !!int 427
|
|
|
-
|
|
|
- NAB_L1_full:
|
|
|
- <<: *nabirds
|
|
|
- <<: *parts_l1f
|
|
|
- rescale_size: !!int 427
|
|
|
-
|
|
|
-
|
|
|
- ####################################
|
|
|
- # BIRDSNAP
|
|
|
- ####################################
|
|
|
-
|
|
|
- BIRDSNAP_L1_pred:
|
|
|
- <<: *birdsnap
|
|
|
- <<: *parts_l1p
|
|
|
- rescale_size: !!int 427
|
|
|
-
|
|
|
- BIRDSNAP_L1_full:
|
|
|
- <<: *birdsnap
|
|
|
- <<: *parts_l1f
|
|
|
- rescale_size: !!int 427
|
|
|
-
|
|
|
- ####################################
|
|
|
- # Stanford Cars
|
|
|
- ####################################
|
|
|
-
|
|
|
- CARS_L1_pred:
|
|
|
- <<: *cars
|
|
|
- <<: *parts_l1p
|
|
|
-
|
|
|
- CARS_L1_full:
|
|
|
- <<: *cars
|
|
|
- <<: *parts_l1f
|
|
|
-
|
|
|
-
|
|
|
- ####################################
|
|
|
- # Flowers 102
|
|
|
- ####################################
|
|
|
-
|
|
|
- FLOWERS_L1_pred:
|
|
|
- <<: *flowers
|
|
|
- <<: *parts_l1p
|
|
|
-
|
|
|
- FLOWERS_L1_full:
|
|
|
- <<: *flowers
|
|
|
- <<: *parts_l1f
|
|
|
-
|
|
|
-
|
|
|
####################################
|
|
|
# iNaturalist 2019
|
|
|
####################################
|