浏览代码

fixed merge conflict

Dimitri Korsch 5 年之前
父节点
当前提交
2492b009f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cvdatasets/annotations/__init__.py

+ 1 - 0
cvdatasets/annotations/__init__.py

@@ -45,5 +45,6 @@ class AnnotationType(BaseChoiceType):
 	INAT20_IN_CLASS = partial(INAT20_Annotations)
 	INAT20_OUT_CLASS = partial(INAT20_Annotations)
 	INAT20_NOISY_IN_CLASS = partial(INAT20_Annotations)
+	INAT20_U_OUT_CLASS = partial(INAT20_Annotations)
 
 	Default = CUB200