瀏覽代碼

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

Dimitri Korsch 5 年之前
父節點
當前提交
6a19578df0
共有 1 個文件被更改,包括 2 次插入0 次删除
  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