神经计算棒-Movidius™ Neural Compute SDK Python API

原创
2017/12/26 22:07
阅读数 400

原文(英):https://movidius.github.io/ncsdk/py_api/

https://ncsuploads.movidius.com/images/made/images/remote/http_ncsuploads.movidius.com/general/ncs-getting-started-4_1000_581_85.jpg

Movidius™ Neural Compute SDK Python API

The Intel® Movidius™ Neural Compute SDK comes with a Python3 Language API that enables applications that utilize hardware accelerated Deep Neural Networks via the Intel® Movidius™ Neural Compute Stick (Intel® Movidius™ NCS). The API is provided as a single Python script (mvncapi.py), which is placed on the development computer when the SDK is installed. Details of the Python API are provided below and within the documents linked from here.

Class Diagram

The Python class diagram follows. In this diagram, it is shown that the entire Python API is in the mvnc Python package. Within the mvnc package, there is one Python module, which is mvncapi. The mvncapi module is defined by the contents of the mvncapi.py file.

The details of the elements within the mvncapi module are provided in the lists that follow. These include module level enumerations, functions that are global to the module, and the classes defined in the module.

Enumerations

Global Functions

Classes

展开阅读全文
加载中

作者的其它热门文章

打赏
0
0 收藏
分享
打赏
0 评论
0 收藏
0
分享
返回顶部
顶部