Explorar el Código

fixed merge conflict

Dimitri Korsch hace 5 años
padre
commit
2492b009f6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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