- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how i can use opencv present in openvino?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is a good question, I believe you can still use your OpenCV code with your OpenVINO toolkit code and the other way around. As the article I linked on my previous reply, the only thing you need to do to use OpenVINO IE instead of pure OpenCV is to change cv2.dnn.DNN_BACKEND_OPENCV to cv2.dnn.DNN_BACKEND_INFERENCE_ENGINE in your code implementation. You can take a look at the repository here to get more information on how it works and how to use it.
Let me know if you have any other questions, I hope you have found this helpful.
Regards,
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Rimsha ch,
Thanks for reaching out. I am not sure what are you trying to achieve, you can take a look at this article and see if it helps.
If this resource doesn't tell you much, please help me by elaborating what you are trying to achieve and I'll do my best to help.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for replying!
I am intended to ask, to use Open CV present in Open vino toolkit do i need to source something or export something. Do i need to use some command line arguments to make it start working? or it will start working just after environment initialization?
Actually i was implementing some codes in which Open CV is used, as in my RPI Open CV is already installed so i can not get which one is used.is it like connecting Open CV with IE?if yes then kindly guide me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is a good question, I believe you can still use your OpenCV code with your OpenVINO toolkit code and the other way around. As the article I linked on my previous reply, the only thing you need to do to use OpenVINO IE instead of pure OpenCV is to change cv2.dnn.DNN_BACKEND_OPENCV to cv2.dnn.DNN_BACKEND_INFERENCE_ENGINE in your code implementation. You can take a look at the repository here to get more information on how it works and how to use it.
Let me know if you have any other questions, I hope you have found this helpful.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks you!!
That's what exactly i was asking, i will do that soon and if find some issues i will get back to you.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page