-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] RepVGG for YOLOX-PAI #1025
Conversation
Codecov ReportBase: 86.09% // Head: 86.09% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #1025 +/- ##
==========================================
- Coverage 86.09% 86.09% -0.01%
==========================================
Files 140 142 +2
Lines 9676 9896 +220
Branches 1677 1713 +36
==========================================
+ Hits 8331 8520 +189
- Misses 1092 1114 +22
- Partials 253 262 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Is this model what you want? @okotaku |
@Ezra-Yu Yes it is! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
mmcls/models/backbones/repvgg.py
Outdated
@@ -262,17 +309,24 @@ class RepVGG(BaseBackbone): | |||
<https://arxiv.org/abs/2101.03697>`_ | |||
|
|||
Args: | |||
arch (str | dict): The parameter of RepVGG. | |||
If it's a dict, it should contain the following keys: | |||
arch (str | dict): Swin Transformer architecture. If use string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RepVGG architecture.
Motivation
Add
MTSPPF
block andadd_ppf
param for YOLOX-PAI.YOLOX-PAI: An Improved YOLOX, Stronger and Faster than YOLOv6
official repo
Modification
arch
and add a 'yolox-pai-small' arch cfgRelated PR
open-mmlab/mmdetection#8778
Checklist
Before PR:
After PR: