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
dec6f622
Commit
dec6f622
authored
Dec 02, 2022
by
Xiangxu-0103
Committed by
ZwwWayne
Dec 03, 2022
Browse files
[Fix]: fix key error (#2085)
parent
cfb6b334
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet3d/models/data_preprocessors/data_preprocessor.py
mmdet3d/models/data_preprocessors/data_preprocessor.py
+1
-1
No files found.
mmdet3d/models/data_preprocessors/data_preprocessor.py
View file @
dec6f622
...
@@ -88,7 +88,7 @@ class Det3DDataPreprocessor(DetDataPreprocessor):
...
@@ -88,7 +88,7 @@ class Det3DDataPreprocessor(DetDataPreprocessor):
rgb_to_bgr
:
bool
=
False
,
rgb_to_bgr
:
bool
=
False
,
boxtype2tensor
:
bool
=
True
,
boxtype2tensor
:
bool
=
True
,
batch_augments
:
Optional
[
List
[
dict
]]
=
None
)
->
None
:
batch_augments
:
Optional
[
List
[
dict
]]
=
None
)
->
None
:
super
(
Det3DDataPreprocessor
).
__init__
(
super
(
Det3DDataPreprocessor
,
self
).
__init__
(
mean
=
mean
,
mean
=
mean
,
std
=
std
,
std
=
std
,
pad_size_divisor
=
pad_size_divisor
,
pad_size_divisor
=
pad_size_divisor
,
...
...
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