** ** * ***** ***** ** video ************ **** ************* ****** *********** attention *******'* ******** ****** *****. ******,******** *** ********* **** ***** **** generation ** ** *********** *** *** ****** *.
*** *** **** ** ***** ****** X ***** *******?
**** *** **** *** ***** ******* of *** ****** * **** (*** the ****) *** ****** ******* ****** this ******.
Intel / ******** / ******* ******* ***** ********
******* **** ******** **** *** ***** / ******** ***** ****** **** ** deep ******** / ********** ************. ** the **** ** ** ***** ** a ****** * ****. ***** **** be **** **** ** **-***** ****, the **** **** *** **** ******** models *** ** **** ****** *************** of ******, *******, *****, ***.
**** * **** ***,***** ************ ****** ********** ** '****** ******* ******' (***). ***** *** ***** *** had *** ******** / ***** ******** Myriad * ****, **** *** *** has *** *********** *******, ***** ***** ****** "******** *** the *********** ******** ** ******** ***********".
**** ****** *** **** *** ****** it.

Areas ********
****** **** ******, ** ***** ******* across:
- **** ********* ***** *****'* ****-*********-******-**** *****
- ******* ****** ***** **, ****** * and ****** *
- ***, *** *** *** *********** ********* across *******
- ******** ********** ** *********
- **** ******* *** ******
Key ********
*** *** ******** **** *** ******* are:
- Myriad * ~= *.** ****** * ***: The NCS2 ran roughly 2.7x frames-per-second more than the NCS1 in their face detection model we tested. Intel says that different optimizations and measurement changes would increase this significantly (discussed in caveats below).
- Faster **** *** (**): The NCS2 / Myriad X outperformed the i7-7700K (a top-of-the-line in 2017) chip tested here, a significant advance given the Myriad X being significantly lower cost and lower power consumption.
- Little/no ******** ****: Our tests noted no differences in output video accuracy in line's feedback that OpenVINO's model-optimization step should be considered "lossless." They pointed out that allowing lossy model compression (when converting a model to be run on Myriad; eg FP32->FP16 data-type downsizing) would cause issues with vendors training a model with certain expectations, and having a different (lossy) model for inferring.
- Model ************* ** ******: While Intel has mentioned YOLO support for OpenVino, the current YOLOv3 is not yet compatible on Myriad chips due to a particular network layer. ***** **************** ***** *** ******* ********** ****** to ** *** ** ***, *** YOLOv3 ** *** *** ********** ** Myriad ******* *** ** * ********** network *****. **** ** & **: Intel ******* ***** *** ** *** on ******, *** *** ***** *******.**********+***: The ***** ** **** ****** **** variety, ************ ***** ****-*********-******-**** (********** ***** with * ******-**** ********).*********+***: *** ***** pending. ** **** ******* ****** ****** from ****** ** *****'* *** ******.
*** ****** ***** ******** *********** *******:

Caveat ** *** / *****
***********, *****'* *** ******* *** **** higher **** *** ***, *** **** reasons. **, *****'* ****-*********-******-**** ***** ******* 250 *** ** ***, **.* ** Myriad2 (**** ***** ******** ********** ******* numbers ** **** ******).
* *** ****** ** *** ***** Intel ******* ***: (*) ** *** Python, **** ******* **** ***** *++ code; (*) *** ***-******* ******** ******* code (** ****** *******/******* ******), *** isolating ***** ****; (*) ** *** not ***** ******* ************ ******** ** video ***** *******, ***** ** ***** into ********.
Video **********
***** ** * ***** ********** **** reviews *** *******:

Questions / ******** / **** ** **** ****?
** **** ******* ******* ** *** NCS2 / ****** * ***** **** other ********* *** **** **** ****** over *** **** *** *****. **** would *** **** ** *** ******?
Comments (12)
Undisclosed Manufacturer #1
I'd love to understand this more so I can play. Do you "plug" this stick into a computer and use a program and any camera to start classifying objects? Are these programs open source or freeware for education?
Create New Topic
Undisclosed #2
Roughly speaking, are we talking $ or $$ or $$$?
Create New Topic
Undisclosed Integrator #3
Dumb question - does 622% CPU utilization on the i7-7700k mean that each processor was maxed out along with some of HT or is it relative against some other metric?
Also, how hot did the unit get during testing? Is there a significant amount of cooling on the stick? Just wondering what the impact will be to the cameras cooling/size.
Create New Topic
John Honovich
Btw, we are going to do 101 / introductory material on AI / deep learning in the near future as well.
It has been brought to my attention and, rightfully so, some may not know some terms / concepts described here. Upcoming materials will correct that.
Create New Topic
Fabian Muyawa
IPVMU Certified | 11/26/18 03:33pm
Indeed introductory material will help to understand the concept behind.
Create New Topic
Undisclosed Manufacturer #4
I bought a pair of these to play with from mouser on the monday before thanksgiving and was able to play with them over the holiday. In windows 7 the openVino tool SDK works but the OS does not recognize the stick at all(WMI driver). Windows 10 recognized it and it worked but not as well as ubuntu.
(As far as I can tell, the "GPU" choice is only the intel GPU's not NVIDIA, etc.)
I am experimenting in C++, just getting started, but the samples look pretty good.
I have been building the samples and running them on the command line to see what performance is like. It is good to understand the way the layers feed each other and the impact that has on performance. For the license plate video the output of detecting cars is fed into the license plate detection which is fed into the license plate recognition. They make a distinction between detection and recognition.
So far, rather disappointed with performance, but it is really early to even guess why.
Create New Topic