Skip to content

Commit fb8ca85

Browse files
committed
add datatype to init
1 parent 55128b1 commit fb8ca85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/valor_lite/object_detection/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .annotation import Bitmask, BoundingBox, Detection, Polygon
2-
from .legacy import DataLoader, Evaluator, Filter, Metadata
2+
from .evaluator import DataType, Filter
3+
from .legacy import DataLoader, Evaluator, Metadata
34
from .metric import Metric, MetricType
45

56
__all__ = [
@@ -12,5 +13,6 @@
1213
"DataLoader",
1314
"Evaluator",
1415
"Filter",
16+
"DataType",
1517
"Metadata",
1618
]

0 commit comments

Comments
 (0)