-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to caculate the mean similarity #4
Comments
Hi To obtain the text similarity, you can use
Then you can visualize dist_text which has a shape The visual features are non-trivial and more complicated and it requires considerable hacking into the data loading and model inference process. The first step is to sample
Then you want to get the ground truth mask and resize it to the same size as the feature map
The final feature of this mask can be obtained through mask pooling
Then you need to save |
Thanks for your reply!I will try it. |
hello, Is there code to caculate the mean similarity which mentioned by this paper?
The text was updated successfully, but these errors were encountered: