-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd4b6b2
commit 9629d0d
Showing
4 changed files
with
18 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# Copyright (c) OpenMMLab. All rights reserved. | ||
from .base_det3d_inferencer import BaseDet3DInferencer | ||
from .base_seg3d_inferencer import BaseSeg3DInferencer | ||
from .lidar_det3d_inferencer import LidarDet3DInferencer | ||
from .lidar_seg3d_inferencer import LidarSeg3DInferencer | ||
from .mono_det3d_inferencer import MonoDet3DInferencer | ||
|
||
__all__ = [ | ||
'BaseDet3DInferencer', 'MonoDet3DInferencer', 'LidarDet3DInferencer', | ||
'BaseSeg3DInferencer', 'LidarSeg3DInferencer' | ||
'LidarSeg3DInferencer' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters