KIE on wildreceipt dataset #12808
Unanswered
riyajatar93
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use KIE on wildreceipt dataset.
from this link
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_en/algorithm_kie_sdmgr_en.md
but why i need a ground truth label during inference?
shouldn't we pass the output of text detection and text recognition to KIE model as input ?
python3 tools/infer_kie.py -c configs/kie/kie_unet_sdmgr.yml -o Global.checkpoints=kie_vgg16/best_accuracy Global.infer_img=./train_data/wildreceipt/1.txt
I will appreciate your help , i am stuck here
Beta Was this translation helpful? Give feedback.
All reactions