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.

Using Movidius stick on your Mac: yes !!!

idata
Employee
3,255 Views

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 Replies
idata
Employee
1,980 Views

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

0 Kudos
idata
Employee
1,980 Views

@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

0 Kudos
idata
Employee
1,980 Views

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.

0 Kudos
Eugene_S_Intel
Employee
1,980 Views

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

0 Kudos
Reply