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
553 stars 191 forks source link

Information regarding Testing/ Inference #125

Open NaveenVinayakS opened 1 year ago

NaveenVinayakS commented 1 year ago

Hi @wenwenyu , please provide some information regarding inference.... in inference we are send boxes_transcripts folder which has .tsv files it contains bbox coordinates , transcripts along with what entity itself....then we got output know (its entity and text)...then what is the purpose of model.. ?

Please guide me in this