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

MIL layer #44

Open
sidnetopia opened this issue May 12, 2022 · 0 comments
Open

MIL layer #44

sidnetopia opened this issue May 12, 2022 · 0 comments

Comments

@sidnetopia
Copy link

sidnetopia commented May 12, 2022

Hi @gkioxari , I'm trying to rewrite the code to Pytorch however I'm having difficulties understanding the MIL.

What is the intuition behind it?

As for my understanding, get the class scores from context_fc7 output (4096->11) then from n number of rois, get the maximum on each context e.g.

[1,2,3,4,5,6,7,8,9,10]
[10, 9,8,7,6,5,4,3,2,1]
'=
[10,9,8,7,6,6,7,8,9,10]

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