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

an unofficial implementation of FOTS: Fast Oriented Text Spotting with a Unified Network

Results 8 FOTS.pytorch issues
Sort by recently updated
recently updated
newest added

when i execute the code: sh make.sh, it shows this mistakes: Traceback (most recent call last): File "build.py", line 37, in ffi.build() File "C:\Users\Tony\anaconda3\envs\FOTS2\lib\site-packages\torch\utils\ffi\__init__.py", line 189, in build _build_extension(ffi, cffi_wrapper_name,...

Hi, thank you for the implementation. I want to train this repo on some other languages but I am stuck in a problem. In the repo you have explained how...

I don't have the right to download. Is there any other link?

from .._ext import rroi_align ModuleNotFoundError: No module named 'rroi_align._ext' 运行test部分,有人遇到同样的情况嘛?谢谢。

Traceback (most recent call last): File "train.py", line 111, in main ctcl, gt_target , gt_proc = process_boxes(images, im_data, seg_pred[0], roi_pred[0], angle_pred[0], score_maps, gt_idxs, gtso, lbso, features, net, ctc_loss, opts, converter,...

请问可以训练了吗,我训练的时候报错了: Traceback (most recent call last): File "train.py", line 111, in main ctcl, gt_target , gt_proc = process_boxes(images, im_data, seg_pred[0], roi_pred[0], angle_pred[0], score_maps, gt_idxs, gtso, lbso, features, net, ctc_loss, opts,...