RCF-pytorch icon indicating copy to clipboard operation
RCF-pytorch copied to clipboard

Richer Convolutional Features for Edge Detection model in pytorch CVPR2017

Results 45 RCF-pytorch issues
Sort by recently updated
recently updated
newest added

thank you for your code. I found the batch_size = 1 in most edge detection code, also in RCF-pytorch, so is it must to set the batch_size = 1, not...

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!

Hello,do you have writed the code to add rcf to resnet (pytorch)? I have tried,but its not good.

I have read some source code about many edge detection network, all of the network are without BN layer, why was that?