Commit dec6f622 authored by Xiangxu-0103's avatar Xiangxu-0103 Committed by ZwwWayne
Browse files

[Fix]: fix key error (#2085)

parent cfb6b334
......@@ -88,7 +88,7 @@ class Det3DDataPreprocessor(DetDataPreprocessor):
rgb_to_bgr: bool = False,
boxtype2tensor: bool = True,
batch_augments: Optional[List[dict]] = None) -> None:
super(Det3DDataPreprocessor).__init__(
super(Det3DDataPreprocessor, self).__init__(
mean=mean,
std=std,
pad_size_divisor=pad_size_divisor,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment