SwinTextSpotter icon indicating copy to clipboard operation
SwinTextSpotter copied to clipboard

Pytorch re-implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition (CVPR 2022)

Results 56 SwinTextSpotter issues
Sort by recently updated
recently updated
newest added

你好,在生成自定义的中文数据集的generator_json.py中,是否要将cV2修改成这样呢? ![image](https://user-images.githubusercontent.com/80579207/182033200-fc424ee6-ffc8-4317-8a87-2069dea12b7e.png) 这样生成的rec好像不太对,想知道是什么原因 ![image](https://user-images.githubusercontent.com/80579207/182033281-70c54156-7d25-4a33-bcea-313182985c21.png)

![image](https://user-images.githubusercontent.com/80579207/181277366-729f6ad9-a36e-420c-bc75-38dcd2961919.png) 你好,想请问这可能是什么原因呢

您好,请问text_result.json中的rec是指预测出的文字吗,为什么使用中文数据集评估的时候rec中只有字母或者数字呀?需要哪里做调整吗?还有polys是预测框的点坐标吗?期待您的回复

你好,我执行以下语句后结果并不是很好,想知道会是什么原因? python projects/SWINTS/train_net.py --config-file projects/SWINTS/configs/SWINTS-swin-chn_finetune.yaml --eval-only MODEL.WEIGHTS ./output/rects_model_final.pth ![image](https://user-images.githubusercontent.com/80579207/180598363-f0006fbf-92dd-4f50-a6de-03d09741db5c.png)

![image](https://user-images.githubusercontent.com/80579207/180606285-905255f3-cb5e-4c58-9ca3-fbf693cc3f19.png) 在测试自己的数据集时报错,不知是哪里的问题,求答复

Hello, there are many datasets to download, how can I place them according to the dataset path?

hello,i can not find your dataLoader in train_net.py。i need construct my code to train custom dataset?

I use Anaconda for installation, and there are no errors until the step `python setup.py build develop`. And the command line cannot compile successfully. The following are the errors that...

python demo/demo.py \ --config-file projects/SWINTS/configs/SWINTS-swin-pretrain.yaml \ --input datasets/ocr_en_422k/GCC_train_171460144.jpg \ --output output/ocr_en \ --confidence-threshold 0.4 \ --opts MODEL.WEIGHTS work_dirs/swin_imagenet_pretrain.pth

I have check on detectron2 folder and there is no setup.py file. How can i run the command %cd detectron2 !python setup.py build develop