- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using python to test the inference engine.
When I 'run module' , the program will stop at " ie = IECORE()", but no error information is given.
I added some "print" funtions and they can only work before this line.
Below is the program code.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
import sys
from openvino.inference_engine import IECore
print("before IECore():")
ie = IECore()
print("Available devices:")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1."w_openvino_toolkit_p_2019.3.379.exe" install
2.Microsoft Windows 10 Enterprise (64bit)
Intel® Core™ i5-8250U CPU @ 1.60GHz
Intel® UHD Graphics 620
I'm really confused. Thank you for any help.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi SangMo,
I just ran a quick test with the following python code and did not see any issues.
import sys from openvino.inference_engine import IECore ie=IECore() print("End of test")
Are you running the setupvars.bat script prior to running the python script?
"C:\Program Files (x86)\IntelSWTools\openvino\bin\setupvars.bat"
Also, could you share the software version of the following components?
- CMake
- Python
- Visual Studio
Regards,
Jesus
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page