You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: