Skip to content

Commit 20a53d7

Browse files
committed
Add bibtex
1 parent 69fc707 commit 20a53d7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,17 @@ With only 4 lines of code in `layoutparse`, you can unlock the information from
5252
>>> model = lp.Detectron2LayoutModel('lp://PrimaLayout/mask_rcnn_R_50_FPN_3x/config')
5353
>>> layout = model.detect(image) # You need to load the image somewhere else, e.g., image = cv2.imread(...)
5454
>>> lp.draw_box(image, layout,) # With extra configurations
55+
```
56+
57+
## Citing `layoutparser`
58+
59+
If you find `layoutparser` helpful to your work, please consider citing our tool using the following BibTeX entry.
60+
61+
```
62+
@misc{shen2020layoutparser,
63+
author = {Zejiang Shen and Ruochen Zhang and Melissa Dell},
64+
title = {LayoutParser},
65+
howpublished = {\url{https://github.com/Layout-Parser/layout-parser}},
66+
year = {2020}
67+
}
5568
```

0 commit comments

Comments
 (0)