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

It seems that motion cues didn't contribute the network #38

Closed
mozpp opened this issue May 12, 2020 · 1 comment
Closed

It seems that motion cues didn't contribute the network #38

mozpp opened this issue May 12, 2020 · 1 comment

Comments

@mozpp
Copy link

mozpp commented May 12, 2020

multi_feat=self.model_enc_multi(multi)
oth_feat=torch.cat([self.comb_back(torch.cat([img_feat,back_feat],dim=1)),self.comb_seg(torch.cat([img_feat,seg_feat],dim=1)),self.comb_multi(torch.cat([img_feat,back_feat],dim=1))],dim=1)

you didn't use the "multi_feat".

@senguptaumd
Copy link
Owner

senguptaumd commented May 12, 2020

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