Faced training problem using paddleOCR for new Language(Bengali or Bangla) #15058
Replies: 1 comment 2 replies
-
You’re experiencing acc=0 when training PaddleOCR for Bangla number plates, despite preparing the dataset and config files. This is a common issue when training custom OCR for a new language. Let’s go through common mistakes and suggestions specific to your scenario: 1. Check Your Dictionary File
2. Ground Truth File Format
3. YAML Configuration
4. Dataset Images
5. Start with a Pretrained Model
6. Increase Dataset Size
7. PaddleOCR Issues & DiscussionsSeveral users have faced similar issues when training on Bangla:
8. Logging & Debugging
Summary Checklist:
If you still see acc=0, consider sharing a snippet of your ground truth and dictionary file in the Bangla OCR Discussion for targeted help from other users who trained with new languages. Good luck with your Bangla OCR project! Response generated by 🤖 feifei-bot | gpt-4.1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I create a custom dataset using number plate image, text are bangla character and bangla number mixed, then I did rec_gt_train.txt, rec_gt_test.txt and word_dict_bn.txt file perfectly, then change yml file that need. After that I train this but got acc=0, tried different way still now acc=0. Did I any mistake? or any suggestions, please share your thought. If anyone did this for any new language please share your journey.
Beta Was this translation helpful? Give feedback.
All reactions