tensorrtx
tensorrtx copied to clipboard
Yolov8 输出结果的bbox格式
Env
- GPU, RTX1660
- OS, , Win10
- Cuda 11.1
- TensorRT 8.4
About this repo
- which branch/tag/commit are you using? master
- which model? yolov5, retinaface? yolov8 and yolov5-7.0
Your problem
https://github.com/wang-xinyu/tensorrtx/blob/432a6729a776d08d405f5adc75171aa3174a1527/yolov5/src/postprocess.cpp#L4
https://github.com/wang-xinyu/tensorrtx/blob/432a6729a776d08d405f5adc75171aa3174a1527/yolov8/src/postprocess.cpp#L4
Yolov5-7.0 的get_rect函数 bbox的形式是 xywh。为什么Yolov8的get_rect函数 bbox的形式是 xyxy。
yolov8的pth模型输出不是xywh吗,为什么转成engine后模型输出会变成xyxy,在哪里做了转换吗?
后处理部分有转换
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
后处理部分有转换
请问后处理哪里转的,我也遇到了这个问题
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.