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

Calculate jaccard overlap for two same sets in model.py? #35

Open
Danielshara opened this issue Jan 6, 2020 · 1 comment
Open

Calculate jaccard overlap for two same sets in model.py? #35

Danielshara opened this issue Jan 6, 2020 · 1 comment

Comments

@Danielshara
Copy link

Danielshara commented Jan 6, 2020

In model.py, Line 478

overlap = find_jaccard_overlap(class_decoded_locs, class_decoded_locs) # (n_qualified, n_min_score)

Isn’t this two same sets? I think the purpose of the function is to calculate overlap for two different
sets with shape (n_qualified, 4) and (n_min_score, 4)?
Am I missing something here?

@miT-Tim
Copy link

miT-Tim commented May 2, 2020

I also have this problem. Have you solved it?

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

2 participants