Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.87 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.87 KB

RINDNet-plusplus

RINDNet++: Edge Detection for Discontinuity in Reflectance, Illumination, Normal, and Depth
Mengyang Pu, Yaping Huang, Qingji Guan, Zhihao Liu, and Haibin Ling
Under review

Annotation

Annotation Data is available in GoogleDrive.

Under various illumination environments

The collected data under various illumination environments is available in GoogleDrive.

Usage

Training

  1. Clone this repository to local
git clone https://github.com/MengyangPu/RINDNet-plusplus.git
  1. Download the augmented data to the local folder /data

  2. run train

python train_RINDNet_plusplus_80k.py
or
python train_RINDNet_plusplus_edge_80k.py

more train files (train_modelname80k.py and trainmodelname_edge_80k.py) in /train_tools

  1. Note: The imagenet pretrained vgg16 pytorch model for BDCN can be downloaded in [vgg16.pth](link: https://pan.baidu.com/s/10Tgjs7FiAYWjVyVgvEM0mA) code: ab4g. The imagenet pretrained vgg16 pytorch model for HED can be downloaded in 5stage-vgg.py36pickle code: 9po1.

Acknowledgments