DAVAR-Lab-OCR icon indicating copy to clipboard operation
DAVAR-Lab-OCR copied to clipboard

OCR toolbox from Davar-Lab

Results 81 DAVAR-Lab-OCR issues
Sort by recently updated
recently updated
newest added

I am unable to find inference file ?

Hi authors, Thanks for your ownsome work of Dynamic Low-Resolution Distillation for Cost-Efficient End-to-End Text Spotting. I have a question about the implementation about beam search. It seems that the...

问题一 根据spin readme, 运行(mmdetection) db306@db306:/media/db306/data/zxs/DAVAR-Lab-OCR-main/DAVAR-Lab-OCR-main$ cd . (mmdetection) db306@db306:/media/db306/data/zxs/DAVAR-Lab-OCR-main/DAVAR-Lab-OCR-main$ bash ./train.sh 报错 bash: ./train.sh: 没有那个文件或目录 问题二 (mmdetection) db306@db306:/media/db306/data/zxs/DAVAR-Lab-OCR-main/DAVAR-Lab-OCR-main$ bash ./demo/text_recognition/spin/train_gaspin.sh ***************************************** Setting OMP_NUM_THREADS environment variable for each process to be...

你好,请问怎样使用提供的config和model得到原图经过spin变换的可视化效果,

我手头暂时只有一张卡,想请问下如何改动训练参数? 麻烦给个demo,谢谢! 另外,训练OCR模型的数据: /root/DAVAR-Lab-OCR-main/demo/table_recognition/lgpma/configs/ocr_models/rcg_res32_bilstm_attn_pubtabnet_sensitive.py ann_file='path/to/PubTabNet/recog/datalist_recog_val.json', img_prefix='path/to/PubTabNet/recog/', ann_file='path/to/PubTabNet/recog/datalist_recog_val.json', img_prefix='path/to/PubTabNet/recog/', 这里的训练数据可以哪里下载或是如何制作? 谢谢!

I have the same `Exception has occurred: ValueError too many values to unpack (expected 4)` issue as https://github.com/hikopensource/DAVAR-Lab-OCR/issues/109, which is indeed being solved through the addition of ``` img =...

I read the LPGMA paper. Thanks for the good research. However, I immediately tried to use the code in the paper to actually use it, but I cannot find the...

I went through the LGPMA research paper and found the idea pretty interesting. However, I had some questions on going through the code a bit more closely. I found that...

Traceback (most recent call last): File "/home/luhu/anaconda3/envs/davar/lib/python3.7/site-packages/mmcv/utils/registry.py", line 51, in build_from_cfg return obj_cls(**args) File "/home/luhu/code/DAVAR-Lab-OCR/davarocr/davar_table/datasets/pipelines/gpma_data.py", line 50, in __init__ lib = ctl.load_library(lib_name, lib_dir) File "/home/luhu/anaconda3/envs/davar/lib/python3.7/site-packages/numpy/ctypeslib.py", line 154, in load_library raise...