Skip to content

Commit

Permalink
add transfusion head
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Aug 18, 2023
1 parent c74b50c commit 6b2b6ba
Show file tree
Hide file tree
Showing 2 changed files with 847 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/TransFusion/transfusion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ...BEVFusion.bevfusion.transfusion_head import TransFusionHead
from ...BEVFusion.bevfusion.utils import (HungarianAssigner3D,
TransFusionBBoxCoder)
from .transfusion import TransFusion
from .transfusion_head import TransFusionHead

__all__ = [
'HungarianAssigner3D',
Expand Down
Loading

0 comments on commit 6b2b6ba

Please sign in to comment.