meteorshowers / RCF-pytorch

Richer Convolutional Features for Edge Detection model in pytorch CVPR2017
510 stars 145 forks source link

Could you give more information about `make_bilinear_weights`? #15

Open xianshunw opened 5 years ago

xianshunw commented 5 years ago

https://github.com/meteorshowers/RCF-pytorch/blob/5efe8046f92f271142fcc3b9f0b8f4303cc4066a/models.py#L209

Nice work!

Function make_bilinear_weights makes me confused, could you give us more information or references about this function?

Thanks a lot!

xavysp commented 5 years ago

RCF-pytorch/models.py

Line 209 in 5efe804 def make_bilinear_weights(size, num_channels):

Nice work!

Function make_bilinear_weights makes me confused, could you give us more information or references about this function?

Thanks a lot!

Hi @xianshunw did you solve your doubts?

xianshunw commented 5 years ago

@xavysp not yet...