Resolving the "Can't pickle local object" Error in Custom Dataset Training for English Text Detection #1644
-
Hi team, CC'ed : @felixdittrich92 I encountered an issue when trying to train a custom dataset for English text detection using Doctr. The error occurs when attempting to start the training process. Below are the details of the command I ran and the error message I received. Command
Error Message
Thank you for the incredible work you are doing with Doctr. It is a fantastic software, and your efforts are highly appreciated! Thank you in advance for your support! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Hi @navaneeth-nagu 👋,
please and check if that works ? :) |
Beta Was this translation helpful? Give feedback.
-
Hi @felixdittrich92, I have a question regarding fine-tuning a custom model after completing its initial training. How would I go about improving this new model as its base? Thanks in advance. :) |
Beta Was this translation helpful? Give feedback.
labels.json format is correct 👍 but take a look at the polygon values that would be super super small polygons ^^
You should check your x, y, width, height values again (to verify i suggest to plot some samples)
And for doctr format please save the polygon values as integers not floats :)