|
@@ -65,6 +65,11 @@ DATASETS:
|
|
|
annotations: "ORIGINAL"
|
|
|
n_classes: 200
|
|
|
|
|
|
+ CUB200_GOOGLE_SEM: &cub200_google_sem
|
|
|
+ folder: birds/cub200_google_images
|
|
|
+ annotations: "sem_selected"
|
|
|
+ n_classes: 200
|
|
|
+
|
|
|
|
|
|
NAB: &nabirds
|
|
|
folder: birds/nabirds
|
|
@@ -176,6 +181,10 @@ PARTS:
|
|
|
<<: *cub200_google
|
|
|
<<: *parts_global
|
|
|
|
|
|
+ CUB200_GOOGLE_SEM_GLOBAL:
|
|
|
+ <<: *cub200_google_sem
|
|
|
+ <<: *parts_global
|
|
|
+
|
|
|
|
|
|
CARS_GLOBAL:
|
|
|
<<: *cars
|