Browse Source

added new dataset type... this really need a rework

Dimitri Korsch 5 years ago
parent
commit
6a19578df0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      cvdatasets/annotations/__init__.py

+ 2 - 0
cvdatasets/annotations/__init__.py

@@ -48,4 +48,6 @@ class AnnotationType(BaseChoiceType):
 	INAT20_U_OUT_CLASS = partial(INAT20_Annotations)
 	INAT20_NOISY_OUT_CLASS = partial(INAT20_Annotations)
 
+	IMAGENET_TOP_INAT20 = partial(INET_Annotations)
+
 	Default = CUB200