- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for trying. I am going to give this a try when i get my tx2 rebuilt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@chicagobob123 Try your mvNCCompile command without the sudo
. It may be because the SDK only built Caffe for the current user.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page