huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
132.93k stars 26.52k forks source link

Add SPTSv2 #24235

Open NielsRogge opened 1 year ago

NielsRogge commented 1 year ago

Model description

SPTSv2 is the latest SOTA text spotting model from Bytedance. Given that we already support DETR, should be a breeze to support this model as well.

SPTSv2 is an improvement over the first version: https://github.com/shannanyinxiang/SPTS.

Open source status

Provide useful links for the implementation

https://github.com/bytedance/SPTSv2

susnato commented 1 year ago

Hi @NielsRogge can I please contribute this model?