Replies: 1 comment
-
Hi @lucas2lab, Did you have this issue when trying to train? How did you fix it? I would also like to give your thread a bump. I used similar data.
|
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
-
Hello,
I am trying to train a custom KIE as I would like to recognise some specific entities on the documents I am scanning and processing with doctr.
To do so I proceeded as follows:
Here is an extract of the dataset in JSON
Install deps
Run training script
NB: despite number of epoch I get Recall: 0.00% | Precision: 0.00% | Mean IoU: 0.00% :(
Load and run an inference
I get the following stacktrace
Is it a bug on doctr or am I doing something wrong ?
NB: sample size is small as I want to validate the approach before I start to annotate a large quantity of documents.
Beta Was this translation helpful? Give feedback.
All reactions