Questions tagged [movidius]

Movidius are usb sticks to accelerate the execution of neuronal networks.

21 questions
0
votes
1 answer

OpenCV using Movidius NCS2 gives error when using Darknet neural network

I am trying to perform OCR using the Intel Movidius Neural Compute Stick 2. The OCR network that I am using is based on YOLO, and therefore has the graph structure saved as a .cfg file and the weights as a .weights file. I use OpenCV which was…
John.Ludlum
  • 145
  • 3
  • 13
0
votes
1 answer

INFERENCE_ENGINE_LIB not set error in Cmake

I'm trying to run the gender_age sample (https://github.com/movidius/ncappzoo/tree/master/apps/gender_age) in my raspberry pi 4 with intel movidius Myriad X VPU and I have an error I follow the tutorial…
0
votes
1 answer

How we can use Intel Movidius Neural Compute Stick for custom model in windows

How i can run custom model using Intel Movidius Neural compute stick in windows. for example style transfer model,which transfer style from one image to other image,files available for this project is UI(javascript) and python file,How we can run…
Vikash kumar
  • 49
  • 1
  • 5
0
votes
3 answers

tensorflow openvino ssd-mobilnet coco custom dataset error input layer

So, I'm using TensorFlow SSD-Mobilnet V1 coco dataset. That I have further trained on my own dataset but when I try to convert it to OpenVino IR to run it on Raspberry PI with Movidius Chip. I get an error ➜ utils sudo python3 summarize_graph.py…
abhimanyuaryan
  • 3,882
  • 5
  • 41
  • 83
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
1
2