AdvancedLiterateMachinery icon indicating copy to clipboard operation
AdvancedLiterateMachinery copied to clipboard

A collection of original, innovative ideas and algorithms towards Advanced Literate Machinery. This project is maintained by the OCR Team in the Language Technology Lab, Tongyi Lab, Alibaba Group.

Results 68 AdvancedLiterateMachinery issues
Sort by recently updated
recently updated
newest added

Does anyone know how to export LORE ONNX? I applied the same export with CenterNet but without success.

In my case, I use command like below. --------------------------------------------------------------------------------------------------------------------------------------------------------------- CUDA_VISIBLE_DEVICES=2 python train_VGT.py --config-file Configs/cascade/D4LA_VGT_cascade_PTM.yaml --num-gpus 1 MODEL.WEIGHTS ./pretrained/D4LA_VGT_model.pth OUTPUT_DIR ./trained --------------------------------------------------------------------------------------------------------------------------------------------------------------- error accured like below. --------------------------------------------------------------------------------------------------------------------------------------------------------------- Traceback (most recent call...

Hi thank you for your great work. I was wondering if you have tested the effect of the image on accuracy of SER and RE resutls? (compared to text and...

Hi AlibabaResearch, I have few questions listed as below: 1. Can MGP-STR deal with Chinese text with code in GitHub or Huggingface? 2. Can I train MGP-STR with Huggingface version?...

你好,看了GeoLayoutLM的项目,非常棒的工作,我在提供的funsd上跑了下finetune,效果看着是正常的,想问下这个支持训练自己的数据吗?

The VGT models seem significantly larger than the DocXLayout models. ~1GB vs ~75MB. Can you quantize the VGT models? How do they perform post-quantization?

Hello. Thank you for your work! Do you have plan to relase LORE++ code? There are some unclear places in the paper. For example, how do the table cell predictions...

Hello, I would like to ask how to get the board of this model. The other model returns HTML as output which I'm used to converting to docx. Can anyone...

非常感谢你们的工作,我们在自己数据集上试了一下效果不错,现在准备部署,按照传统的方式我们准备转onnx,但是遇到问题,无法转onnx。 请问下对该模型的部署有什么建议吗? 非常感谢!

Hi all, The GeoLayoutLM model was exported to ONNX successfully. Please check my code via [Link](https://github.com/HungVu307/vie_geo_llm). If it is useful, please give me 1 ⭐ . Whether it raise error...