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.
6573 Discusiones

Using Movidius stick on your Mac: yes !!!

idata
Empleados
4.231 Vistas

Hi

 

Even if not officially supported (as far as I know…) on Mac OS, it is possible to use the Movidius stick on a Mac OS.

 

Here is the detailed process : https://github.com/acharroux/Movidius-On-MacOS

 

Enjoy !!

0 kudos
4 Respuestas
idata
Empleados
2.956 Vistas

@acharroux, Nice tutorial, thanks for sharing on the forum!

idata
Empleados
2.956 Vistas

@acharroux Thanks for the tutorials. Works like charm. I do advise python3.6 is used instead of python3.7 due to compatibility at this time with latest tensorflow 1.3.0

idata
Empleados
2.956 Vistas

This won't work with the NCSDK v2 (the ncsdk2 branch). Look at the new API code, e.g. here:

 

https://github.com/movidius/ncsdk/blob/0aaa3bdc91beb2c3fc0c6593118ce710bbdc9970/api/src/common/components/XLink/shared/XLinkDispatcher.c#L207

 

sem_init and sem_destroy aren't supported on macOS. I'm afraid there's little interest at Intel in making it work on Mac, otherwise they wouldn't write new code from scratch containing stuff that's known to be non-portable.

Eugene_S_Intel
Empleados
2.956 Vistas

sem_* functions are deprecated on macOS, while compiling with it mostly works except sem_timedwaut, we will replace corresponding inclusions in XlinkDispatcher.c by pthread

Responder