Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
0885ab46
Unverified
Commit
0885ab46
authored
Sep 08, 2020
by
yinchimaoliang
Committed by
GitHub
Sep 08, 2020
Browse files
change init file in datasets. (#93)
parent
b28cbf71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mmdet3d/datasets/__init__.py
mmdet3d/datasets/__init__.py
+2
-1
No files found.
mmdet3d/datasets/__init__.py
View file @
0885ab46
from
mmdet.datasets.builder
import
DATASETS
,
build_dataloader
,
build_dataset
from
mmdet.datasets.builder
import
build_dataloader
from
.builder
import
DATASETS
,
build_dataset
from
.custom_3d
import
Custom3DDataset
from
.custom_3d
import
Custom3DDataset
from
.kitti_dataset
import
KittiDataset
from
.kitti_dataset
import
KittiDataset
from
.lyft_dataset
import
LyftDataset
from
.lyft_dataset
import
LyftDataset
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment