Would it be possible to use OpenVINO to train a CNN on a PC host and then run it on a Movidius compute stick that is plugged into a USB3 port on a proprietary computer? From our computer, we would like to feed images to the compute stick and get its inference results back using the USB3 interface.
Link Copied
Hello Bruce,
Yes what all mentioned is possible but training.
> Would it be possible to use OpenVINO to train a CNN on a PC host
OpenVino enables deep learning inference so it would not be possible to use for training.
nikos
Thank you. Do you know where I could get more information about writing software to interface with the Movidius compute stick? I can't use a PC or Unix app, I need the communications protocol specification and perhaps source code examples.
For more complete information about compiler optimizations, see our Optimization Notice.