Skip to content

Commit 7c14684

Browse files
Update README.md
1 parent c091baf commit 7c14684

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

README.md

+14-24
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Figure 4: Road extraction examples.
5858
## Usages
5959
**Skeleton Detection**
6060

61+
You should first prepare your dataset -- download sklarge (or others) dataset and then augment them using the accompanying script. Next, if you want better performance, run dataRN.py.
62+
6163
Test HED and SRN by run:
6264
```
6365
python train.py --network 'hed' # HED
@@ -84,29 +86,17 @@ python train_AdaLSN.py
8486
Please refer to ODN[<sup>6</sup>](#odn) for saliency detection and earthquake detection
8587

8688

87-
## Reference
88-
89-
<div id="hed"></div>
90-
91-
- [1] S. Xie and Z. Tu, “Holistically-nested edge detection,” in IEEE ICCV, 2015
92-
93-
<div id="srn"></div>
94-
95-
- [2] W. Ke, J. Chen, J. Jiao, G. Zhao, and Q. Ye, “SRN: side-output residual network for object symmetry detection in the wild,” in IEEE CVPR,2017.
96-
97-
98-
- [3] K. Zhao, W. Shen, S. Gao, D. Li, and M. Cheng, “Hi-fi: Hierarchical feature integration for skeleton detection,” in IJCAI, 2018.
9989

100-
<div id="deepflux"></div>
90+
## Citation
10191

102-
- [4] Y. Wang, Y. Xu, S. Tsogkas, X. Bai, S. J. Dickinson, and K. Siddiqi, “Deepflux for skeletons in the wild,” in IEEE CVPR, 2019.
103-
104-
<div id="adalsn"></div>
105-
106-
- [5] Chang Liu*, Yunjie Tian*, Jianbin Jiao and Qixiang Ye, "Adaptive Linear Span Network for Object Skeleton Detection", https://arxiv.org/abs/2011.03972.
107-
108-
<div id="adalsn"></div>
109-
110-
- [6] Chang Liu, Fang Wan, Wei Ke, Zhuowei Xiao, Yuan Yao, Xiaosong Zhang and Qixiang Ye, "Orthogonal Decomposition Network for Pixel-Wise Binary Classification", in IEEE CVPR, 2019.
111-
112-
- [7] Chang Liu, Wei Ke, Fei Qin and Qixiang Ye, "Linear Span Network for Object Skeleton Detection", in IEEE ECCV, 2018.
92+
```bash
93+
@article{liu2021adaptive,
94+
title={Adaptive linear span network for object skeleton detection},
95+
author={Liu, Chang and Tian, Yunjie and Chen, Zhiwen and Jiao, Jianbin and Ye, Qixiang},
96+
journal={IEEE Transactions on Image Processing},
97+
volume={30},
98+
pages={5096--5108},
99+
year={2021},
100+
publisher={IEEE}
101+
}
102+
```

0 commit comments

Comments
 (0)