Skip to content

Commit

Permalink
Fixed missing __init__ files (#1383)
Browse files Browse the repository at this point in the history
* Fixed missing __init__ files

Co-authored-by: Tai-Wang <tab_wang@outlook.com>
  • Loading branch information
deleomike and Tai-Wang authored Apr 27, 2022
1 parent 836b128 commit 5dcdd0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmdet3d/core/evaluation/scannet_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
from .evaluate_semantic_instance import evaluate_matches, scannet_eval

__all__ = ['scannet_eval', 'evaluate_matches']
4 changes: 4 additions & 0 deletions mmdet3d/core/evaluation/waymo_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
from .prediction_kitti_to_waymo import KITTI2Waymo

__all__ = ['KITTI2Waymo']

0 comments on commit 5dcdd0b

Please sign in to comment.