How to Use a Fine-Tuned CRAFT Model in EasyOCR #1205
              
                Unanswered
              
          
                  
                    
                      tomatoboy-hub
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
| The model's path is set here: Which means that you either need to put the file in one of the lib's default paths, or register a new type of models in the specified file | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| You can try using the code from this tutorial: https://eivindkjosbakken.wordpress.com/2024/01/31/how-to-fine-tune-the-craft-model-in-easyocr/. It loads the model into EasyOCR's Reader class as a custom detector. However, I don't know how to use this model for anything other than EasyOCR's interface. | 
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have successfully fine-tuned a CRAFT model using the training script provided in the EasyOCR's CRAFT training documentation (link: https://github.com/JaidedAI/EasyOCR/blob/master/trainer/craft/README.md), and obtained a file named
CRAFT_clr_amp_48.pth. However, I am unsure how to integrate this fine-tuned model into EasyOCR for text detection purposes.Could you please provide guidance or examples on how to use a fine-tuned
.pthmodel with EasyOCR for text detection?Any help or pointers would be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions