Guide for OpenVINO and DLStreamer deploy #14761
Replies: 1 comment 1 reply
-
To deploy the PPOCRv3 text recognition model using OpenVINO and DLStreamer, you need to follow these steps: 1. Convert PPOCRv3 Model to OpenVINO FormatSince OpenVINO works with models in IR format, you need to convert the PaddleOCR model using OpenVINO's model optimizer. Steps to Convert PPOCRv3 to OpenVINO:
2. Integrate PPOCRv3 Model in DLStreamerDLStreamer is a GStreamer-based framework compatible with OpenVINO. Steps to Deploy Recognizer in DLStreamer Pipeline:
3. Model Optimization for Latin Characters and NumbersSince your dataset consists of Latin characters and numbers (0-9), modify Conclusion
If you need further details on fine-tuning PPOCRv3 before conversion, you can refer to this discussion: Let me know if you need additional clarification! 🚀 Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I'm looking for a guide for convert the PPOCRv3 text recognition model to OpenVINO format for my DLStreamer pipeline. My dataset just have Latin character and number from 0 to 9. Thanks for your help 😄
Beta Was this translation helpful? Give feedback.
All reactions