The official repo for [CVPR'23] "DeepSolo: Let Transformer Decoder with Explicit Points Solo for Text Spotting" & [ArXiv'23] "DeepSolo++: Let Transformer Decoder with Explicit Points Solo for Multilingual Text Spotting"
This PR implements DeepSolo on CPU by calling the pytorch implementation of multiscale deformable attention if cuda is not found.
I have also organised the cpu/cuda files into cpu/cuda folders respectively just for clarity.
This PR implements DeepSolo on CPU by calling the pytorch implementation of multiscale deformable attention if cuda is not found. I have also organised the cpu/cuda files into cpu/cuda folders respectively just for clarity.