Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendBC committed Sep 1, 2023
1 parent 695319f commit e1e6d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mmdet3d_plugin/maptr/detectors/maptrv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from mmcv.runner import force_fp32, auto_fp16
from mmdet3d.ops import Voxelization, DynamicScatter
from mmdet3d.models import builder

from mmcv.utils import TORCH_VERSION, digit_version
@DETECTORS.register_module()
class MapTRv2(MVXTwoStageDetector):
"""MapTR.
Expand Down

0 comments on commit e1e6d64

Please sign in to comment.