zhiqwang / yolort

yolort is a runtime stack for yolov5 on specialized accelerators such as tensorrt, libtorch, onnxruntime, tvm and ncnn.
https://zhiqwang.com/yolort
GNU General Public License v3.0
708 stars 153 forks source link

Is it correct to subtract x_offset twice when performing bbox scale as post-processing? #491

Closed YoungjaeDev closed 1 year ago

YoungjaeDev commented 1 year ago

https://github.com/zhiqwang/yolov5-rt-stack/blob/8b578eb9a7910f1dcb28188a36c8c540d15a9430/deployment/tensorrt/main.cpp#L414-L426

I have a question about this part. I may be confused, can you confirm?

YoungjaeDev commented 1 year ago

sorry..