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 am matching the images with the following code. pred = matching({'image0': inp0, 'image1': inp1})
If I want to apply the transformation from coordinates (100, 100) of the first image to the second one, which code should I use?
In pred, there is nothing that looks like a transformation matrix. Thank you.
The text was updated successfully, but these errors were encountered:
I am using the the code from this gradio app (that utilizes superglue): https://huggingface.co/spaces/Pinwheel/SuperGlue-Image-Matching
I am matching the images with the following code.
pred = matching({'image0': inp0, 'image1': inp1})
If I want to apply the transformation from coordinates (100, 100) of the first image to the second one, which code should I use?
In pred, there is nothing that looks like a transformation matrix. Thank you.
The text was updated successfully, but these errors were encountered: