Skip to content
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

Inquiry about the similarity results #3

Open
dangelosue opened this issue Feb 4, 2022 · 0 comments
Open

Inquiry about the similarity results #3

dangelosue opened this issue Feb 4, 2022 · 0 comments

Comments

@dangelosue
Copy link

dangelosue commented Feb 4, 2022

Hey there. :)

I'm curious about the similarity results from associate.py
Based on your code, the motorbike has a similarity of 1.0 with a bicycle but 0 with the rest of the classes.
But even the sofa has a similarity of 0.409 with a bottle...

motorbike [('bicycle', 1.0), ('tvmonitor', 0.0), ('train', 0.0), ('pottedplant', 0.0), ('person', 0.0)]
sofa [('chair', 0.867), ('diningtable', 0.596), ('car', 0.431), ('bottle', 0.409), ('aeroplane', 0.407)]

Do you think it is approvable?

And I also wonder why you guys have done the experiments on all different seeds selectively.

seeds = {
        1: dict(shot1=1, shot2=6, shot3=1, shot5=4, shot10=4),
        2: dict(shot1=5, shot2=5, shot3=1, shot5=3, shot10=0),
        3: dict(shot1=1, shot2=1, shot3=1, shot5=5, shot10=1),
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant