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 wanted to visualise the ReID dataset, here is steps I wanted to implement,
I have csv file which contains the columnA as image_name and column B has the feature vector of [1, 512] I wanted to visualise it
like I saw for the classification, similarity score should be cosine.
How I can do it, can I contribute in developing it
The text was updated successfully, but these errors were encountered:
Spotlight starts in a browser automatically. So if you see Similarity Map widget at the top-right corner filled with points, it is a sign that your embeddings are recognized correctly. At the click at a row you should see images in the bottom Inspector widget.
Now click at the gear icon in the Similarity Map widget to open the settings. In the Metric input, choose cosine (s. attached image).
I wanted to visualise the ReID dataset, here is steps I wanted to implement,
image_name
and column B has the feature vector of[1, 512]
I wanted to visualise itlike I saw for the classification, similarity score should be cosine.
How I can do it, can I contribute in developing it
The text was updated successfully, but these errors were encountered: