Skip to content

Commit

Permalink
Revert change in init
Browse files Browse the repository at this point in the history
Add heads by need only
  • Loading branch information
0yuanqi-15 committed Oct 24, 2024
1 parent 6b954fe commit 37872c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mmdet/models/dense_heads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
from .retina_sepbn_head import RetinaSepBNHead
from .rpn_head import RPNHead
from .sabl_retina_head import SABLRetinaHead
from .solo_head import SOLOHead
from .ssd_head import SSDHead
from .tood_head import TOODHead
from .transformer_head import TransformerHead
from .vfnet_head import VFNetHead
from .yolact_head import YOLACTHead, YOLACTProtonet, YOLACTSegmHead
Expand All @@ -47,5 +45,5 @@
'YOLACTSegmHead', 'YOLACTProtonet', 'YOLOV3Head', 'PAAHead',
'SABLRetinaHead', 'CentripetalHead', 'VFNetHead', 'TransformerHead',
'StageCascadeRPNHead', 'CascadeRPNHead', 'EmbeddingRPNHead', 'LDHead',
'GFocalHead', 'IMv2Head', 'SOLOHead', 'TOODHead'
'GFocalHead', 'IMv2Head'
]

0 comments on commit 37872c2

Please sign in to comment.