Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
  • Loading branch information
wep21 committed Jun 6, 2023
1 parent 8a6ce50 commit fd47bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/TransFusion/transfusion/transfusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@MODELS.register_module()
class TransFusion(MVXTwoStageDetector):
"""Base class of Multi-modality VoxelNet."""
"""Base class of Multi-modality TransFusion."""

def __init__(self, **kwargs):
super(TransFusion, self).__init__(**kwargs)
Expand Down

0 comments on commit fd47bf7

Please sign in to comment.