소스 검색

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