I am not able to get it on inference time in Yolov1. Model predictions range from 0 to 1. Then how to convert back BB of original image to display box? Width and height can be adjusted. Then how about x and y as these both are relative to grid cell not image size. How should I compute to get x and y to original image?
Thanks