Skip to content

Commit

Permalink
Fixed missing __init__ files
Browse files Browse the repository at this point in the history
  • Loading branch information
deleomike committed Apr 8, 2022
1 parent 333536f commit f990808
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 f990808

Please sign in to comment.