[Help] After training PP-OCRv5_server_rec with Vietnamese data, it no longer recognizes Japanese text #16817
              
                Unanswered
              
          
                  
                    
                      tttiuem2k3
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| Hello, it is recommended to use PP-OCRv5_server_rec to scrape some Japanese data and add it to the training set for mixed training. | 
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.
-
Hello PaddleOCR team,
I need some help with an issue I encountered during training.
When I train the PP-OCRv5_server_rec model with Vietnamese data, it performs very well for Vietnamese recognition.
However, after training, the model forgets Japanese — it fails to recognize Japanese text correctly (characters are either misrecognized or displayed as squares).
Here’s what I did:
Kept the original PP-OCRv5_server_rec architecture
Used a custom Vietnamese dictionary (vi_dict.txt) during training
Confirmed that the Japanese dictionary still exists and is complete
Despite that, Japanese OCR no longer works properly, while the original pretrained model could handle multiple languages (including Japanese) without any problem.
👉 My question is:
How can I train the model with Vietnamese data without losing the multilingual capability (especially for Japanese)?
Thank you very much for your help!
Beta Was this translation helpful? Give feedback.
All reactions