| # Historical Diagram Vectorization |
|
|
| This model was produced using the official implementation of [Historical Astronomical Diagrams Decomposition in Geometric Primitives](http://imagine.enpc.fr/~kallelis/icdar2024/). |
|
|
| The HDV method builds on the code for DINO-DETR, the official implementation of the paper "[DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection](https://arxiv.org/abs/2203.03605)". |
|
|
| > ### [GitHub repository](https://github.com/vayvi/HDV) |
|
|
| ## Bibtex |
|
|
| If you find this work useful, please consider citing: |
|
|
| ``` |
| @misc{kalleli2024historical, |
| title={Historical Astronomical Diagrams Decomposition in Geometric Primitives}, |
| author={Syrine Kalleli and Scott Trigg and Ségolène Albouy and Matthieu Husson and Mathieu Aubry}, |
| year={2024}, |
| eprint={2403.08721}, |
| archivePrefix={arXiv}, |
| primaryClass={cs.CV} |
| } |
| ``` |
|
|