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

use of B_list['o'] #36

Open
jaypatravali opened this issue Feb 7, 2021 · 2 comments
Open

use of B_list['o'] #36

jaypatravali opened this issue Feb 7, 2021 · 2 comments

Comments

@jaypatravali
Copy link

jaypatravali commented Feb 7, 2021

B_list['o'].append( (torch.sum(masks[:,1:o], dim=1) + \ torch.sum(masks[:,o+1:num_objects+1], dim=1)).clamp(0,1) )
at

STM/model.py

Line 217 in 905f114

B_list['o'].append( (torch.sum(masks[:,1:o], dim=1) + \

sorry, I follow this operation can you explain?

@sugar-fly
Copy link

I have same question,

B_list['o'].append( (torch.sum(masks[:,1:o], dim=1) + \ torch.sum(masks[:,o+1:num_objects+1], dim=1)).clamp(0,1) ) at

STM/model.py

Line 217 in 905f114

B_list['o'].append( (torch.sum(masks[:,1:o], dim=1) + \

sorry, I follow this operation can you explain?

I have same question, do you have solved it now?

@seoungwugoh
Copy link
Owner

This is a combined mask for other objects. This is only used for multi object case. Otherwise it is zero.

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

3 participants