Questions tagged [ncsdk]

The NCSDK allows development for the Intel Movidius Neural Compute Stick.

The Intel Movidius Neural Compute Stick is a development platform for Intel's Movidius Vision Processing Unit, a hardware-based neural network accelerator. Source for the SDK can be found on GitHub, and Intel hosts developer forums for questions about the SDK and hardware.

10 questions
4
votes
0 answers

How to change the input shape of an existing tensorflow model (.pb)

I want to turn a preexisting tensorflow graph into a graph that can be deployed on the Movidius Neural Compute stick. When I use the command mvNCCompile (from NCSDK), following Error occurs: [Error 5] Toolkit Error: Stage Details Not Supported:…
klopfer384
  • 41
  • 4
2
votes
0 answers

Neural compute stick (ncsdk) - dispatcherEventReceive() Read Failed -1 error

I am trying to test the working condition of NCS (Neural Computing Stick) Device by running a hello_ncs_py: Movidius Neural Compute Stick Hello World example for Python . The program runs fine recognizes the input device, open() and close()…
sridhar3525
  • 49
  • 1
  • 11
2
votes
2 answers

Run NCSDK Movidius Neural Stick on macOS

I'm trying to run the Movidius NCSDK on macOS. Using the NCSDK on macOS requires VirtualBox plus docker since this USB stick must run on Ubuntu16.04 and it supports Tensorflow and Caffe. I have successfully compiled the NCSDK on docker using this…
loretoparisi
  • 15,724
  • 11
  • 102
  • 146
1
vote
0 answers

Makefile:44: recipe for target 'get_mvcmd' failed make: *** [get_mvcmd] Error 1

I'm following this http://www.fpgadeveloper.com/2018/04/setting-up-the-pynq-z1-for-the-intel-movidius-neural-compute-stick.html to run yolov3 on Xilinx Pynq-Z1. I am getting an error while running the make command in the /ncsdk/api/src folder.…
1
vote
1 answer

RPI3 Ubuntu 16.04 ncsdk install error.No matching distribution found for tensorflow==1.4.0

Tried the following on a raspberrypi3 to obtain a full NCSDK installation Installed ubunuMate. Result Release: 16.04.4 LTS code: xenial installed without complaint ran script to git clone https://github.com/movidius/ncsdk sudo make install Errors…
jsl
  • 21
  • 5
1
vote
1 answer

Unexpected issue while building examples for movidius neural compute stick (ncsdk)

Recently I bought Movidius Neural Compute Stick and I started with provided tutorial on the website. Make install works without any issue. However, despite following exact steps I'm constantly failing into same error while running make…
sebap123
  • 2,541
  • 6
  • 45
  • 81
0
votes
1 answer

how to deploy a model trained on TF2 Keras on Movidius Myriad 2 (NCSDK 2.05.00.02)

I try to optimize my model using 'MvNCCompile' but it doesn't accept my frozen TF2 graph. 'Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.'. Can I somehow convert my TF2 (keras) model to TF1 graph…
Daaan
  • 51
  • 3
0
votes
1 answer

freeze model for inference with output_node_name for ssd mobilenet v1 coco

I want to compile the TensorFlow Graph to Movidius Graph. I have used Model Zoo's ssd_mobilenet_v1_coco model to train it on my own dataset. Then I ran python object_detection/export_inference_graph.py \ --input_type=image_tensor \ …
abhimanyuaryan
  • 3,882
  • 5
  • 41
  • 83
0
votes
1 answer

Intel NCS Movidius Installation Error - ncsdk_redirector.txt not found

When I'm trying to install in Ubuntu 17.10, I get this error: 2018-03-14 11:14:54 ERRO 403: Forbidden. ./install.sh: line 20: ncsdk_redirector.txt: file or directory not found wget: missing URL Any idea?
0
votes
0 answers

Crop layer in Caffe without DummyData

i'm trying to implement a CNN in caffe to use with the Neural Computing Stick by Movidius but i have some issues. I want to crop some intermediate output, but i can't use DummyData to give the reference blob to the crop-Layer, since it's not…
Gionata Benelli
  • 357
  • 1
  • 3
  • 20