PyTorch implementation of our CVPR 2019 paper:
PPGNet: Learning Point-Pair Graph for Line Segment Detection
Ziheng Zhang*, Zhengxin Li*, Ning Bi, Jia Zheng, Jinlei Wang, Kun Huang, Weixin Luo, Yanyu Xu, Shenghua Gao
(* Equal Contribution)
- download the preprocessed SIST-Wireframe dataset here (still being upload).
- specify dataset path in the
train.sh
script. - run
train.sh
Please note that the code requires the GPU memory to be at least 24GB. For GPU with memory smaller than 24GB, you can change the ----block-inference-size
parameter to be a smaller integer to avoid the out-of-memory error.
Please cite our paper for any purpose of usage.
@inproceedings{zhang2019ppgnet,
title={PPGNet: Learning Point-Pair Graph for Line Segment Detection},
author={Ziheng Zhang and Zhengxin Li and Ning Bi and Jia Zheng and Jinlei Wang and Kun Huang and Weixin Luo and Yanyu Xu and Shenghua Gao},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2019}
}