This repository contains the implementations of the text spotter for scanned historical maps, spotter-v2, which has been deployed in the mapKurator system. Spotter-v2 is built upon Deformable-DETR and TESTR.
Please refer to the mapKurator documentation for details.
All the model weights can be found here
You can donwload the model weight and a model card. The configuration file for inferencing is under ./configs.
You can donwload the model weight. The configuration file for inferencing is under ./configs.
mapkurator-spotter supports multilingual text spotting. Please add the corresponding configuration file and weight to run the model.
| Supported Language | Config folder | Model weight | Model card |
|---|---|---|---|
| Russian | config | weight | model card |
| Chinese + Japanese | config | weight | model card |
| Arabic | config | weight | model card |
Thanks to AdelaiDet for a standardized training and inference framework, and Deformable-DETR for the implementation of multi-scale deformable cross-attention, and TESTR for the implementation of Deformable-DETR text spotter for scene images.