junxnone / ml

ML/DL/RL/RL......
6 stars 4 forks source link

OpenVINO - IE - Python API #64

Open junxnone opened 4 years ago

junxnone commented 4 years ago

基于 OpenVINO 2019.R3 文档

Reference

Python Classes

IECore

ie = IECore()
ie.register_plugins("/localdisk/plugins/my_custom_cfg.xml")

ExecutableNetwork

Python API & C++ API

Python Samples

junxnone commented 4 years ago

junxnone/AI#63