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
63cfb794
Unverified
Commit
63cfb794
authored
Feb 16, 2022
by
Wenhao Wu
Committed by
GitHub
Feb 16, 2022
Browse files
[Fix] Recheck import sorting (#1242)
* fix missed mmcv * reinstall pre-commit and recheck
parent
b6c10f5c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
mmdet3d/utils/setup_env.py
mmdet3d/utils/setup_env.py
+2
-1
tests/test_utils/test_setup_env.py
tests/test_utils/test_setup_env.py
+2
-1
tools/data_converter/kitti_data_utils.py
tools/data_converter/kitti_data_utils.py
+1
-0
No files found.
mmdet3d/utils/setup_env.py
View file @
63cfb794
# Copyright (c) OpenMMLab. All rights reserved.
import
cv2
import
os
import
platform
import
warnings
import
cv2
from
torch
import
multiprocessing
as
mp
...
...
tests/test_utils/test_setup_env.py
View file @
63cfb794
# Copyright (c) OpenMMLab. All rights reserved.
import
cv2
import
multiprocessing
as
mp
import
os
import
platform
import
cv2
from
mmcv
import
Config
from
mmdet3d.utils
import
setup_multi_processes
...
...
tools/data_converter/kitti_data_utils.py
View file @
63cfb794
...
...
@@ -4,6 +4,7 @@ from concurrent import futures as futures
from
os
import
path
as
osp
from
pathlib
import
Path
import
mmcv
import
numpy
as
np
from
skimage
import
io
...
...
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