TextSnake.pytorch icon indicating copy to clipboard operation
TextSnake.pytorch copied to clipboard

A PyTorch implementation of ECCV2018 Paper: TextSnake: A Flexible Representation for Detecting Text of Arbitrary Shapes

Results 22 TextSnake.pytorch issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

'config.py' in 'util' doesn't works.

Getting RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method. working with colab. Here pytorch version is 1.7.0 ![error2](https://user-images.githubusercontent.com/75294665/103067583-41460c80-45e1-11eb-9002-fe5a2a26e57f.PNG)

In my case TextSnake works well on detecting the text region however the recognition part is not so great - this is mainly because the domain text is medical. I...

Hi Thank you for very interesting work. However, I am stuck here handling your code. I wish texts in a horizontal way would be grouped together with looser policy. Can...

Hi, thank you for your open source contributions. I follow total_text.py write the data loading part of CTW 1500 and encountered the following problems ` Traceback (most recent call last):...

Trying to run pure inference part, Downgraded pytorch version to 1.5 (torch==1.5.0+cu101 torchvision==0.6.0+cu101), then Set CUDA_VISIBLE_DEVICES=0 python demo.py $EXPNAME --checkepoch 180 --img_root "path to image " , but getting following...

`Epoch: 0 : LR = 0.0001 Traceback (most recent call last): File "train_textsnake.py", line 238, in main() File "train_textsnake.py", line 223, in main train(model, train_loader, criterion, scheduler, optimizer, epoch, logger)...

after executing demo.py, it detected the curved text in the image but didn't provide the flattened output as shown in figure 9. Can you help me with that?