You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am currently implementing real time object detection and pose detection in the same camera frame using the camera stream and the google ML kit object detection and pose detection. For camera resolution i set it at high which is at 1280 x 720 image dimension. For my custom object detection model it takes in 384 x 384 input size, can I check if at the backend, when the image is being passed into the detection model via the camera stream, the image is resized with padding or not ?
The text was updated successfully, but these errors were encountered:
Hi I am currently implementing real time object detection and pose detection in the same camera frame using the camera stream and the google ML kit object detection and pose detection. For camera resolution i set it at high which is at 1280 x 720 image dimension. For my custom object detection model it takes in 384 x 384 input size, can I check if at the backend, when the image is being passed into the detection model via the camera stream, the image is resized with padding or not ?
The text was updated successfully, but these errors were encountered: