hpc203 / yolov5-dnn-cpp-python

用opencv的dnn模块做yolov5目标检测,包含C++和Python两个版本的程序

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encoding Outputs to Bounding boxes

leykun10 opened this issue · comments

First of all, I really appreciate your work!
While I was trying to work with your code, I found it hard to understand how you enccoded the raw outputs of the onnx model -
(tx,ty,tw,th) to (bx,by,bh,bw). Can you explain how you did it?

Thanks