wenwenyu / PICK-pytorch

Code for the paper "PICK: Processing Key Information Extraction from Documents using Improved Graph Learning-Convolutional Networks" (ICPR 2020)
https://arxiv.org/abs/2004.07464
MIT License
556 stars 193 forks source link

How to up length decoded character output (now limit is 50 character) #24

Closed cnxdeveloper closed 4 years ago

cnxdeveloper commented 4 years ago

Hi man. Your model very useful with me. I appreciate it, but length of output decoder just 50 character, how can i change it.

cnxdeveloper commented 4 years ago

I found some variable to set limit characters in script https://github.com/wenwenyu/PICK-pytorch/blob/master/data_utils/documents.py MAX_BOXES_NUM = 70 MAX_TRANSCRIP_LEN = 50 i solved my issue so i will close topic thank u