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
Hey there. Congrats for the great work!
My question is, in paper, you mentions the fusion in section 2.2that
we use 1x1 convolution and standard upsampling operation (e.g., bilinear/bicubic upsampling) to match their spatial and channel size and fuse them via addition.
However, it seems that in this repo, the code directly feed the feature produced by the final stage to the head, instead of using fused feature. Am i miss anything? If not so, what' s the reason for the different between code and paper?
The text was updated successfully, but these errors were encountered:
Hey there. Congrats for the great work!
My question is, in paper, you mentions the fusion in section 2.2that
However, it seems that in this repo, the code directly feed the feature produced by the final stage to the head, instead of using fused feature. Am i miss anything? If not so, what' s the reason for the different between code and paper?
The text was updated successfully, but these errors were encountered: