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
I'm trying to detect ID cards using Tensorflow.js' Coco-Ssd model on a web page developed with Vue.js. I put an svg image in the middle of the page as an ID card template. I want the ID card shown manually to the camera to be placed exactly on the svg image, and when the card is hovered over the svg image, I want the user to click on the button to take a photo of the ID card in base64 format and then scan the back of the card. What I want to ask you here is, how can I get the correct coordinate information of the card in the user's hand?
I'm trying to reach the closest estimate using bbox information, but these coordinates do not include the current location information of the card on the page. If I can access the correct coordinates, I will try to reach the correct result by comparing it with the coordinates of the svg image. Anyone have experience with this issue before?