|
@@ -53,63 +53,69 @@ DATASETS:
|
|
|
IMAGENET: &inet
|
|
|
folder: ImageNet
|
|
|
annotations: "BJOERN"
|
|
|
+ annotation_type: FOLDER
|
|
|
n_classes: 1000
|
|
|
|
|
|
IMAGENET_TOP_INAT20: &inet_top_inat20
|
|
|
<<: *inet
|
|
|
annotations: "TOP_INAT20"
|
|
|
+ annotation_type: FOLDER
|
|
|
n_classes: 44
|
|
|
|
|
|
CUB200: &cub200
|
|
|
folder: birds/cub200
|
|
|
annotations: "ORIGINAL"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 200
|
|
|
|
|
|
CUB200_2FOLD: &cub200_2fold
|
|
|
+ <<: *cub200
|
|
|
folder: birds/cub200_2fold
|
|
|
- annotations: "ORIGINAL"
|
|
|
- n_classes: 200
|
|
|
|
|
|
CUB200_GOOGLE: &cub200_google
|
|
|
+ <<: *cub200
|
|
|
folder: birds/cub200_google_images
|
|
|
- annotations: "ORIGINAL"
|
|
|
- n_classes: 200
|
|
|
|
|
|
CUB200_GOOGLE_SEM: &cub200_google_sem
|
|
|
+ <<: *cub200
|
|
|
folder: birds/cub200_google_images
|
|
|
annotations: "sem_selected"
|
|
|
- n_classes: 200
|
|
|
-
|
|
|
+ annotation_type: FILE_LIST
|
|
|
|
|
|
NAB: &nabirds
|
|
|
folder: birds/nabirds
|
|
|
annotations: "ORIGINAL"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 555
|
|
|
|
|
|
BIRDSNAP: &birdsnap
|
|
|
folder: birds/birdsnap
|
|
|
annotations: "RESIZED"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 500
|
|
|
|
|
|
-
|
|
|
CARS: &cars
|
|
|
folder: cars
|
|
|
annotations: "ORIGINAL"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 196
|
|
|
|
|
|
DOGS: &dogs
|
|
|
folder: dogs
|
|
|
annotations: "ORIGINAL"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 120
|
|
|
|
|
|
FLOWERS: &flowers
|
|
|
folder: flowers
|
|
|
annotations: "flowers102"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 102
|
|
|
|
|
|
INAT20: &inat20
|
|
|
folder: inat
|
|
|
annotations: "2020/PLAIN"
|
|
|
+ annotation_type: JSON
|
|
|
n_classes: 200
|
|
|
|
|
|
INAT20_IN_CLASS: &inat20_in_class
|
|
@@ -139,13 +145,9 @@ DATASETS:
|
|
|
INAT19: &inat19
|
|
|
folder: inat
|
|
|
annotations: "2019"
|
|
|
+ annotation_type: JSON
|
|
|
n_classes: 1010
|
|
|
|
|
|
- INAT18: &inat18
|
|
|
- folder: inat
|
|
|
- annotations: "2018"
|
|
|
- n_classes: 8142
|
|
|
-
|
|
|
INAT19_MINI: &inat19_mini
|
|
|
<<: *inat19
|
|
|
annotations: "2019_small"
|
|
@@ -154,20 +156,28 @@ DATASETS:
|
|
|
<<: *inat19
|
|
|
annotations: "2019_test"
|
|
|
|
|
|
+ INAT18: &inat18
|
|
|
+ folder: inat
|
|
|
+ annotations: "2018"
|
|
|
+ annotation_type: JSON
|
|
|
+ n_classes: 8142
|
|
|
|
|
|
HED: &hed
|
|
|
folder: medical/HED
|
|
|
annotations: "patches224x224"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 2
|
|
|
|
|
|
TIGERS: &tigers
|
|
|
folder: tigers
|
|
|
annotations: "reid/train"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 107
|
|
|
|
|
|
TIGERS_TEST: &tigers_test
|
|
|
folder: tigers
|
|
|
annotations: "reid/test"
|
|
|
+ annotation_type: FILE_LIST
|
|
|
n_classes: 107
|
|
|
|
|
|
############ Existing Part Annotations and Part Features
|
|
@@ -205,24 +215,28 @@ PART_TYPES:
|
|
|
- 0.45
|
|
|
|
|
|
L1_pred: &parts_l1p
|
|
|
+ annotations: L1_pred
|
|
|
feature_suffix: _5parts_L1_pred
|
|
|
rescale_size: !!int 299
|
|
|
scales:
|
|
|
- 0.31
|
|
|
|
|
|
L1_full: &parts_l1f
|
|
|
+ annotations: L1_full
|
|
|
feature_suffix: _5parts_L1_full
|
|
|
rescale_size: !!int 299
|
|
|
scales:
|
|
|
- 0.31
|
|
|
|
|
|
NTS: &parts_nts
|
|
|
+ annotations: NTS
|
|
|
feature_suffix: _7parts_nts
|
|
|
rescale_size: !!int 448
|
|
|
scales:
|
|
|
- 0.31
|
|
|
|
|
|
NTS2: &parts_nts2
|
|
|
+ annotations: NTS2
|
|
|
feature_suffix: _5parts_nts
|
|
|
rescale_size: !!int 448
|
|
|
scales:
|
|
@@ -347,13 +361,11 @@ PARTS:
|
|
|
CUB200_2FOLD_L1_pred:
|
|
|
<<: *cub200_2fold
|
|
|
<<: *parts_l1p
|
|
|
- annotations: L1_pred
|
|
|
rescale_size: !!int 427
|
|
|
|
|
|
CUB200_2FOLD_L1_full:
|
|
|
<<: *cub200_2fold
|
|
|
<<: *parts_l1f
|
|
|
- annotations: L1_full
|
|
|
rescale_size: !!int 427
|
|
|
|
|
|
####################################
|
|
@@ -381,12 +393,10 @@ PARTS:
|
|
|
CUB200_NTS:
|
|
|
<<: *cub200
|
|
|
<<: *parts_nts
|
|
|
- annotations: NTS
|
|
|
|
|
|
CUB200_NTS2:
|
|
|
<<: *cub200
|
|
|
<<: *parts_nts2
|
|
|
- annotations: NTS2
|
|
|
|
|
|
CUB200_L1_pred:
|
|
|
<<: *cub200
|
|
@@ -440,13 +450,11 @@ PARTS:
|
|
|
NAB_L1_pred:
|
|
|
<<: *nabirds
|
|
|
<<: *parts_l1p
|
|
|
- annotations: L1_pred
|
|
|
rescale_size: !!int 427
|
|
|
|
|
|
NAB_L1_full:
|
|
|
<<: *nabirds
|
|
|
<<: *parts_l1f
|
|
|
- annotations: L1_full
|
|
|
rescale_size: !!int 427
|
|
|
|
|
|
|
|
@@ -457,13 +465,11 @@ PARTS:
|
|
|
BIRDSNAP_L1_pred:
|
|
|
<<: *birdsnap
|
|
|
<<: *parts_l1p
|
|
|
- annotations: L1_pred
|
|
|
rescale_size: !!int 427
|
|
|
|
|
|
BIRDSNAP_L1_full:
|
|
|
<<: *birdsnap
|
|
|
<<: *parts_l1f
|
|
|
- annotations: L1_full
|
|
|
rescale_size: !!int 427
|
|
|
|
|
|
####################################
|
|
@@ -473,12 +479,10 @@ PARTS:
|
|
|
CARS_L1_pred:
|
|
|
<<: *cars
|
|
|
<<: *parts_l1p
|
|
|
- annotations: L1_pred
|
|
|
|
|
|
CARS_L1_full:
|
|
|
<<: *cars
|
|
|
<<: *parts_l1f
|
|
|
- annotations: L1_full
|
|
|
|
|
|
|
|
|
####################################
|
|
@@ -488,12 +492,10 @@ PARTS:
|
|
|
FLOWERS_L1_pred:
|
|
|
<<: *flowers
|
|
|
<<: *parts_l1p
|
|
|
- annotations: L1_pred
|
|
|
|
|
|
FLOWERS_L1_full:
|
|
|
<<: *flowers
|
|
|
<<: *parts_l1f
|
|
|
- annotations: L1_full
|
|
|
|
|
|
|
|
|
####################################
|