- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ECruz8,
Thanks for reaching out.
Could you please provide us more details about your issue?
- Which OS are you using?
- Steps to reproduce your issue.
- The error shown.
Regards,
David C.
Intel Customer Support Technician
A Contingent Worker at Intel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi David
I am using both 'Ubuntu 16.04' and 'Raspbian GNU/Linux 9 (stretch)' and both produced the same error.
Right after I installed Openvino 2020, I did the following commands to check if the cv2.TrackerCSRT_create() module exists:
python3
import cv2
cv2.TrackerCSRT_create()
and an error would be thrown
AttributeError: module 'cv2' has no attribute 'TrackerCSRT_create'
Checking the cv2 version that i am using by writing cv2.__version__, it would show
'4.2.0-openvino'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ECruz8,
Thanks for your patience.
Extra modules from OpenCV (opencv_contrib) are not included as part of the OpenVINO™ toolkit. However, you can rebuild OpenCV with extra modules and point OpenVINO™ toolkit to your custom build by modifying the setupvars script.
Regards,
David C.
Intel Customer Support Technician
A Contingent Worker at Intel
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page