Skip to content

Commit dec6f62

Browse files
Xiangxu-0103ZwwWayne
authored andcommitted
[Fix]: fix key error (#2085)
1 parent cfb6b33 commit dec6f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmdet3d/models/data_preprocessors/data_preprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self,
8888
rgb_to_bgr: bool = False,
8989
boxtype2tensor: bool = True,
9090
batch_augments: Optional[List[dict]] = None) -> None:
91-
super(Det3DDataPreprocessor).__init__(
91+
super(Det3DDataPreprocessor, self).__init__(
9292
mean=mean,
9393
std=std,
9494
pad_size_divisor=pad_size_divisor,

0 commit comments

Comments
 (0)