-
Notifications
You must be signed in to change notification settings - Fork 6
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
[docs] update rt-detr, yolofastestv2 and postprocessor config #591
Conversation
## Compatibility matrix | ||
|
||
<table> | ||
<tr> | ||
<th>Supporting backbones</th> | ||
<th>Supporting heads</th> | ||
<th>torch.fx</th> | ||
<th>NetsPresso</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
ResNet<br /> | ||
MobileNetV3<br /> | ||
MobileNetV4<br /> | ||
MixNet<br /> | ||
CSPDarkNet<br /> | ||
MobileViT<br /> | ||
MixTransformer<br /> | ||
EfficientFormer | ||
</td> | ||
<td> | ||
RT-DETR head | ||
</td> | ||
<td>Supported</td> | ||
<td>Not Supported</td> | ||
</tr> | ||
</table> |
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.
These lines should be removed. (Also "Compatibility matrix" of FPN and YOLOPAFPN should be removed.)
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.
Thank you for checking it out! I delete these lines via additional commit!
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!
Description
This PR aims to update RT-DETR, YOLOFastestV2 documentation and postprocessor config.
Closes: N/A
Change(s)
Code Formatting
If you PR to either
master
ordev
branch, you should follow the code linting process. Please check your code withlint_check.sh
in./scripts
directory.For more information, please read the contribution guide in
CONTRIBUTING.md
.Changelog
If your PR is granted to
dev
branch, codeowner will add a brief summary of the change to the Upcoming Release section of theCHANGELOG.md
file including a link to the PR (formatted in markdown) and a link to your github profile.For example,
Please enable Allow edits and access to secrets by maintainers so that our maintainers can update the
CHANGELOG.md
.