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
谢谢
The text was updated successfully, but these errors were encountered:
官方的模型需要修改这位大佬的ORT代码才能实现推理。有两点需要注意:
Sorry, something went wrong.
2. 处理可以省略非常多步骤,很方便,但是相应的也需要修改这位大佬的后处理部分代码,去掉NMS等部分 (因为官方v7带上--end2end 后出来的结果就直接是
我利用官方的加 --grid --simplify --end2end转出来后的onnx是这样子的: 然后参考大佬说的,但是推理还是有问题,推理那一行可以正常执行,但是推理后得到的ort_output这个结果怎么取得到呀: 我这里debug就是显示[0]里面有地址。。。。
python export.py --weights .\weights\best.pt --grid --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --max-wh 640
No branches or pull requests
谢谢
The text was updated successfully, but these errors were encountered: