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

in resnet_v1_101_flownet_rfcn.py #61

Open
ZhijunHou opened this issue Sep 30, 2019 · 1 comment
Open

in resnet_v1_101_flownet_rfcn.py #61

ZhijunHou opened this issue Sep 30, 2019 · 1 comment

Comments

@ZhijunHou
Copy link

line 910
using
select_conv_feat = weight1 * warp_conv_feat_1 + weight2 * warp_conv_feat_2
seems just accumulate features from nearby frames. Paper said including its own, but in this step, it doesn't include its own feature map.
Or is there anything I missed?

@TyroneLi
Copy link

line 910
using
select_conv_feat = weight1 * warp_conv_feat_1 + weight2 * warp_conv_feat_2
seems just accumulate features from nearby frames. Paper said including its own, but in this step, it doesn't include its own feature map.
Or is there anything I missed?

Yeap,I notice these in training code(get_train_symbol func),have you figure out this?

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