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

I created a `data` folder and placed the downloaded PASCAL and HED-BSDS tar.gz files in it. Then, I extracted them into folders `PASCAL` and `HED-BSDS`. I ran the `train_RCF.py` and...

Thanks for your great work and kind sharing. I successfully reproduce the edge detection result, as `2018.jpeg`: ![2018](https://user-images.githubusercontent.com/24492366/90303277-4b435a80-dedf-11ea-9c6b-71cd74372d14.jpg) `2018.png`: ![2018](https://user-images.githubusercontent.com/24492366/90303281-51393b80-dedf-11ea-97af-180b4ce38ec6.png) After NMS process, it turns like: ![2018](https://user-images.githubusercontent.com/24492366/90303338-d1f83780-dedf-11ea-987c-3fbe2337524e.png) However, when it...

why lb[np.logical_and(lb>0, lb

Hello, I observed that the content of the three channels of your edge result map (.jpg) is different. I understand that the three channels should be the same because they...

Note: Before evaluating the predicted edges, you should do the standard non-maximum suppression (NMS) and edge thinning. We used Piotr's Structured Forest matlab toolbox available here. 这个是https://github.com/yun-liu/rcf 中的note。

Hi , how can I predict a single image?

你好,请问换成自己的test数据集后,为何一直提示 IndexError: too many indices for array呢?大神求助~

/home/dongbo/anaconda3/lib/python3.7/site-packages/torch/nn/_reduction.py:49: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. warnings.warn(warning.format(ret)) Epoch: [0/30][0/49006] Time 3.022 (avg:3.022) Loss 3202.693115 (avg:3202.693115) Traceback (most recent call last): File "train_RCF.py", line...

Whether this repository code is the fast version of the RCF?Or it is the slow version of the RCF.

您好,我看代码“im -= np.array((104.00698793,116.66876762,122.67891434))”,这个是图像RGB的平均值,能否问下,这个平均值好像是Pascal VOC2012的吗?如果对一个新的数据集做边缘检测,是否需要进行同样的统计呢?期待你的回复。谢谢。