|
@@ -49,6 +49,7 @@ MODELS:
|
|
|
|
|
|
############ Existing Datasets
|
|
|
DATASETS:
|
|
|
+
|
|
|
IMAGENET: &inet
|
|
|
folder: ImageNet
|
|
|
annotations: "BJOERN"
|
|
@@ -85,6 +86,7 @@ DATASETS:
|
|
|
annotations: "RESIZED"
|
|
|
n_classes: 500
|
|
|
|
|
|
+
|
|
|
CARS: &cars
|
|
|
folder: cars
|
|
|
annotations: "ORIGINAL"
|
|
@@ -117,6 +119,14 @@ DATASETS:
|
|
|
<<: *inat20
|
|
|
annotations: "2020/OUT_CLASS"
|
|
|
|
|
|
+ INAT20_NOISY_OUT_CLASS: &inat20_noisy_out_class
|
|
|
+ <<: *inat20
|
|
|
+ annotations: "2020/NOISY_OUT_CLASS"
|
|
|
+
|
|
|
+ INAT20_U_OUT_CLASS: &inat20_u_out_class
|
|
|
+ <<: *inat20
|
|
|
+ annotations: "2020/U_OUT_CLASS"
|
|
|
+
|
|
|
INAT20_TEST: &inat20_test
|
|
|
<<: *inat20
|
|
|
annotations: "2020/TEST"
|
|
@@ -291,6 +301,14 @@ PARTS:
|
|
|
<<: *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
|