Update README.md
Browse files
README.md
CHANGED
@@ -53,3 +53,11 @@ bbox_pred = img_proc.post_process_object_detection(
|
|
53 |
)
|
54 |
```
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
)
|
54 |
```
|
55 |
|
56 |
+
### Citation
|
57 |
+
|
58 |
+
@online{DeDetrLay,
|
59 |
+
AUTHOR = {Cyrile Delestre},
|
60 |
+
URL = {https://huggingface.co/cmarkea/detr-layout-detection},
|
61 |
+
YEAR = {2024},
|
62 |
+
KEYWORDS = {Image ; Transformers ; Layout},
|
63 |
+
}
|