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

得到模型预测的bbox及类别的txt #516

Open
xiaocongxin opened this issue Dec 15, 2024 · 2 comments
Open

得到模型预测的bbox及类别的txt #516

xiaocongxin opened this issue Dec 15, 2024 · 2 comments
Assignees

Comments

@xiaocongxin
Copy link

Star RTDETR
请先在RTDETR主页点击star以支持本项目
Star RTDETR to help more people discover this project.


Describe the bug
A clear and concise description of what the bug is.
If applicable, add screenshots to help explain your problem.

To Reproduce
Steps to reproduce the behavior.
作者你好,想要得到模型预测的bbox及类别的txt,请问应该修改哪部分代码

@lyuwenyu
Copy link
Owner

把下面output里的东西存一下就行吧

output = model(im_data, orig_size)
labels, boxes, scores = output

@xiaocongxin
Copy link
Author

把下面output里的东西存一下就行吧

output = model(im_data, orig_size)
labels, boxes, scores = output

嗯嗯,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants