|
@@ -1,8 +1,8 @@
|
|
|
from cvargparse import BaseParser, Arg
|
|
|
|
|
|
-from nabirds.annotations import AnnotationType
|
|
|
+from cvdatasets.annotations import AnnotationType
|
|
|
|
|
|
-from nabirds.utils import read_info_file
|
|
|
+from cvdatasets.utils import read_info_file
|
|
|
|
|
|
DEFAULT_INFO_FILE="/home/korsch/Data/info.yml"
|
|
|
|