Skip to content

Commit c402129

Browse files
authoredMar 13, 2024
Update README.md
1 parent 8d99432 commit c402129

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,15 @@ python train.py --model_name Segmenter --batch_size 4 --root [your_root]
2121
```
2222
python inference.py --model_name Segmenter --eval_img [your_root]
2323
```
24+
## Publication
25+
If you want to use this work, please consider citing the following paper.
26+
```
27+
@article{wang2024improving,
28+
title={Improving facade parsing with vision transformers and line integration},
29+
author={Wang, Bowen and Zhang, Jiaxin and Zhang, Ran and Li, Yunqin and Li, Liangzhi and Nakashima, Yuta},
30+
journal={Advanced Engineering Informatics},
31+
volume={60},
32+
pages={102463},
33+
year={2024},
34+
publisher={Elsevier}
35+
}

0 commit comments

Comments
 (0)