Unverified Commit 5dcdd0b7 authored by Michael DeLeo's avatar Michael DeLeo Committed by GitHub
Browse files

Fixed missing __init__ files (#1383)



* Fixed missing __init__ files
Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
parent 836b1284
# Copyright (c) OpenMMLab. All rights reserved.
from .evaluate_semantic_instance import evaluate_matches, scannet_eval
__all__ = ['scannet_eval', 'evaluate_matches']
# Copyright (c) OpenMMLab. All rights reserved.
from .prediction_kitti_to_waymo import KITTI2Waymo
__all__ = ['KITTI2Waymo']
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment