Skip to content
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

Merged
merged 12 commits into from
Dec 17, 2024

Conversation

hglee98
Copy link
Contributor

@hglee98 hglee98 commented Nov 27, 2024

Description

This PR aims to update RT-DETR, YOLOFastestV2 documentation and postprocessor config.

Closes: N/A

Change(s)

  • Add RT-DETR postprocessor docs
  • Add YOLOFastestV2 postprocessor docs
  • Add RT-DETR detection head
  • Add YOLOFastestV2 detection head
  • Add RT-DETR neck
  • Fix existing head docs (move postprocessor config into its independent component.)

Code Formatting

If you PR to either master or dev branch, you should follow the code linting process. Please check your code with lint_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 the CHANGELOG.md file including a link to the PR (formatted in markdown) and a link to your github profile.

For example,

- Added a new feature by `@myusername` in [PR 2023](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/2023)

Please enable Allow edits and access to secrets by maintainers so that our maintainers can update the CHANGELOG.md.

@hglee98 hglee98 requested a review from illian01 as a code owner November 27, 2024 05:42
Comment on lines 6 to 32
## 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>
Copy link
Collaborator

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.)

Copy link
Contributor Author

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!

Copy link
Collaborator

@illian01 illian01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@illian01 illian01 added the documentation Improvements or additions to documentation label Dec 17, 2024
@illian01 illian01 merged commit e613947 into Nota-NetsPresso:dev Dec 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants