Please refer me to the exact code and files PaddleOCR uses to prepare the image to input into the model. #14774
Replies: 1 comment
-
To understand how PaddleOCR prepares an image for input into the model, you need to look at the image preprocessing pipeline in the PaddleOCR repository. Specifically, image preprocessing is handled in the Image Preprocessing Code Locations:
Code Usage for
|
Beta Was this translation helpful? Give feedback.
-
In my case I need to run the detection and recognition .onnx models. I also need the code and location of the usage of
det_db_unclip_ratio
.Beta Was this translation helpful? Give feedback.
All reactions