Bounding Box Scaling Issue with YOLOv8n TFLite Model: Misaligned and Incorrectly Sized Boxes
I am using the YOLOv8n TFLite model to detect objects in images. My process involves loading the model, processing an image, and drawing the bounding boxes around detected objects. The original image and model input dimensions are both 640×640. Despite this, the bounding boxes in the output image are not positioned or scaled correctly.