README.md

September 11, 2020 ยท View on GitHub

ContourNet

Richer Convolutional Features for Contour Detection on PASCAL VOC 2012 Dataset.

Introduction

My ContourNet(CNet) can be used to detection the object contour on PASCAL VOC 2012 Dataset. CNet refer RCF, DFN and CEDN.

Dataset and Preprocessed

In CEDN, they proposed the method of preprocessing data. Actually, they have provided the preprocessed-data.

My Results

MethodOriginal MotivationODS F-scoreOIS F-scoreAP
CNet(Ours)Contour Detection0.4940.5090.373
CEDNContour Detection0.4860.5000.354
RCFEdge Detection0.4590.4750.333
HEDEdge Detection0.4410.4540.311

note: The same environment means the same data augmentation, the same framework, the same time seed and so on.

Environment

pytorch-1.0.0, numpy, PIL

Thanks

Thanks to XuanYi Li, Wei Shen.

Contact

zhangchbin AT gmail.com