train text detection #16283
Unanswered
soheildousti
asked this question in
Q&A
Replies: 1 comment
-
Hello, for fine-tuning on private data, you only need to modify the For the second question, text detection does not require the actual text content, so you can simply specify "transcription": "text" .
|
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 want to train a Paddle model for text detection on my own data. What changes should I make in my_det_config.yml file? Also, in the txt file for both train and val, it is in this format {"transcription": "text", "points": [[301, 67], [360, 67], [360, 76], [301, 76]]} . Should there be text content inside the transcription or is it enough to specify text or image?
Can someone help step by step?
Beta Was this translation helpful? Give feedback.
All reactions