Skip to content

Commit

Permalink
fix merging mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Sep 28, 2023
1 parent d890371 commit 2890843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmyolo/models/dense_heads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
'YOLOv7HeadModule', 'YOLOv7p6HeadModule', 'YOLOv8Head', 'YOLOv8HeadModule',
'RTMDetRotatedHead', 'RTMDetRotatedSepBNHeadModule', 'RTMDetInsSepBNHead',
'RTMDetInsSepBNHeadModule', 'YOLOv5InsHead', 'YOLOv5InsHeadModule',
'RTMDetInsSepBNHeadModule', 'YOLOv8InsHead', 'YOLOv8InsHeadModule',
'YOLOXPoseHead', 'YOLOXPoseHeadModule'
'YOLOv8InsHead', 'YOLOv8InsHeadModule', 'YOLOXPoseHead',
'YOLOXPoseHeadModule'
]

0 comments on commit 2890843

Please sign in to comment.