How to a make system which automatically check the engineering graphics answer sheet and assign marks accordingly [closed]
Closed 5 days ago.
AI/algo approch help to apply tile in dept + repeat in cm on a 2d image
I am making a software aka web app to segment floor and apply pre-made texture.
The texture will be in png formate and square shape tile.
How to correctly compute cosine similarity between image and text embeddings for retrieving results
I trained a contrastive learning model on image-text pairs, and now I want to retrieve the most similar text based on images. For this purpose i generate test images (embeddings) and test text (embeddings) using the pretrained image and text encoders.