Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Specifying neural network graphs in movidius

idata
Employee
671 Views

Is there an API to specify neural network graphs in myriad/movidius framework directly ? Do I always need to create tensorflow / caffe models and use mvNCCompile black box ?

 

For example, if I want to contribute a movidius backend for PyTorch - how could I do that ? Could you point me to the appropriate documentation for the same.
0 Kudos
1 Reply
idata
Employee
396 Views

@sourabhd Currently there are two APIs that work with the NCS, the NCSDK API and OpenVINO. Both work similarly in the way that they require you to compile your model into a binary graph format to be compatible with the NCS device.

 

At the moment, there isn't a way to create a backend for PyTorch with the current NCSDK.

0 Kudos
Reply