Skip to content

Commit f357a87

Browse files
committed
feat: add ground truth class (#129)
* feat: add ground truth class Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> * feat: add support of setting transforms Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --------- Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent 4352399 commit f357a87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

t4_devkit/evaluation/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .dataset import * # noqa
22
from .matching import * # noqa
33
from .result import * # noqa
4+
from .dataset import * # noqa

0 commit comments

Comments
 (0)