This checkpoint is the pretrained detector used as starting weights for step 0 of the training pipeline described in the paper.
The architecture learns interpretable, learnable character prototypes along with precise, instance-level bounding boxes using only line-level transcription supervision.
Note: This Hugging Face repository hosts the pretrained weights only. Installation, training, and inference are handled in morphology4metrology. To perform the downstream metrological and paleographical analysis (and reproduce the visualizations reported in the paper), export the outputs from this pipeline and use morphology4metrology-analysis.
Files in this repository
File
Description
checkpoint.pth
Pretrained detector — use as --model_checkpoint_path in step 0 (with --init)
1{2"IB15304245v_eSc_line_65f6c260.png":{3"label":"sy enlas armas por bueno q̃ sea",4"page":"IB15304245v.jpg",5"split":"train",6"script":"Southern_Textualis"7}8}
Experiments use the Grandes Chroniques de France line dataset (Paris, BnF, fr. 2813), published on Zenodo. Download dataset.zip, extract under your datasets_path, and use --data_folder btv1b84472995.
Citation
bibtex
1@inproceedings{vlachou2026metrology,
2 title = {Leveraging Morphology for Historical Script Metrological Analysis},
3 author = {Vlachou-Efstathiou, Malamatenia and Baena, Raphael and
4 Stutzmann, Dominique and Aubry, Mathieu},
5 booktitle = {Document Analysis and Recognition -- ICDAR 2026},
6 publisher = {Springer},
7 year = {2026}
8}