Decode edgeai-yolov5 output-layer with for-loop
I freeze the edgeai-yolov5 with sigmoid.and the input_size is 1x3x384x384, the output_size is 1x255x6x6, 1x255x12x12, 1x255x24x24, 1x255x48x48. And I decode the .bin net with for-loop, the following is the code I use,
Is it right?
and the results are drawed in picture.
some boxes are not in the right place. what's wrong with my code?