When using the model in production video, the bounding box x,y is in a different location then in the sample deploy screen. Have use the exact same video from production in the deploy screen; the deploy screen works fine in production video BB different location.
The video stream is 1980 x 1080. Is it because the model images are down sized?
The top image is the stream, with red line indicating the x/y of the model BB.
Yes, when I print out prediction, the width and height of the frame sent to the API for inference is 1920x1080, and I am using 1920x1080 for streaming.
I have tried to down size (using cv2.resize())) prior, with no success, not sure what to down size to.