We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我想用picodet这样轻量化的版本做旋转框检测,请问怎么修改配置文件或者怎么改代码呢?如果可以的话我还想自定义head的输出,比如四点坐标设计成六点坐标。
The text was updated successfully, but these errors were encountered:
PaddleDetection有轻量级的旋转框检测模型,如PP-YOLOE-R-s,具体可以看文档。 关于picodet模型改造,picodet模型的改进主要体现在backbone和检测头的设计上,如果改造为旋转框检测模型,那要么重新设计检测头,要么基于旋转框检测模型替换更轻量的backbone,推荐了解下PP-YOLOE-R模型,及其论文,
Sorry, something went wrong.
TingquanGao
nemonameless
No branches or pull requests
问题确认 Search before asking
请提出你的问题 Please ask your question
我想用picodet这样轻量化的版本做旋转框检测,请问怎么修改配置文件或者怎么改代码呢?如果可以的话我还想自定义head的输出,比如四点坐标设计成六点坐标。
The text was updated successfully, but these errors were encountered: