Running the model?
#1
by Artturimatias - opened
Hi, I noticed that the repository only contains raw weight data (.pth file). Is there any plan to release the full runnable model, including the architecture and inference code?
Hello, Thanks for reminding me. My readme was a bit lacking. The model is based on Roboflows rfdetr seg preview model. Here is a link to their github page https://github.com/roboflow/rf-detr. If you are interested in reading more about their architecture here is a link to their paper https://arxiv.org/abs/2511.09554.
We have just released a preliminary code for running this model with a TrOCR model in our github page https://github.com/Kansallisarkisto-AI/rfdetr_trocr_pipeline.