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.

Downloaded the latest v2.05.00.02

idata
Employee
657 Views

Downloaded the latest v2.05.00.02 did expanded it and ran a make all.

 

I was on version 2.04. I am not sure if I need to do anything else.

 

I then ran a mvccompile on this pb file I built using tensorflow 1.7

 

outputing to mobilenet MobileNet_v1_1.0_224

 

https://drive.google.com/open?id=10b2JVHrYNsZG9N1g5RkNo6dSDUf-MEDN

 

Need some help to understand why its not even compiling.

 

ran

 

sudo mvNCCompile deeplearning_graph.pb -s 12 -o graph

 

The error in the terminal window is

 

Traceback (most recent call last):

 

File "/usr/local/bin/mvNCCompile", line 35, in

 

from Controllers.Scheduler import load_myriad_config, load_network

 

File "/usr/local/bin/ncsdk/Controllers/Scheduler.py", line 24, in

 

from Controllers.Optimizer import postParsingOptimizations, selectImplementations, streamEverythingSchedule, fixTensors, eliminateNoOps

 

File "/usr/local/bin/ncsdk/Controllers/Optimizer.py", line 25, in

 

from Controllers.Parsers.Parser.Conversion import Conversion

 

File "/usr/local/bin/ncsdk/Controllers/Parsers/init.py", line 3, in

 

from .Caffe import CaffeParser

 

File "/usr/local/bin/ncsdk/Controllers/Parsers/Caffe.py", line 30, in

 

import caffe

 

ImportError: No module named 'caffe'

 

I don't get it import caffe?

0 Kudos
4 Replies
idata
Employee
375 Views

Also if anyone else downloaded the latest and has NCAPPZOO you will need to remake the graphs if you are using any of them. Had an app that was working and did not work untilthe graphs were rebuilt.

0 Kudos
idata
Employee
375 Views

I ran your model on the v 2.04, didn't get the import caffe error but got the same error as here : https://ncsforum.movidius.com/discussion/883/retrained-mobilenet-model-conversion-error

 

[Error 5] Toolkit Error: Stage Details Not Supported: Top Not Supported - Constants input_1/BottleneckInputPlaceholder

0 Kudos
idata
Employee
375 Views

Thanks for trying. I am going to give this a try when i get my tx2 rebuilt.

0 Kudos
idata
Employee
375 Views

@chicagobob123 Try your mvNCCompile command without the sudo. It may be because the SDK only built Caffe for the current user.

0 Kudos
Reply