- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was trying to run examples of inception_v1, inception_v2 and inception_v3 with the default graph files on their folders respectively, but failed.
The command I ran:
python3 run.py
Error message:
Number of categories: 1001
Start download to NCS…
Traceback (most recent call last):
File "run.py", line 65, in
output, userobj = graph.GetResult()
File "/usr/local/lib/python3.5/dist-packages/mvnc/mvncapi.py", line 262, in GetResult
raise Exception(Status(status))
Exception: mvncStatus.MYRIAD_ERROR
However, if I run "make" to recompile the graph file from caffemodel. It works. So I guess something wrong with the default graph files.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @xhuan28, thanks for pointing this out. I have removed the old graph files you mentioned. They were only checked in as a temporary solution for Raspberry Pi users before it was possible to compile tensorflow networks on the RPi. Now that there is TensorFlow on the RPi these graph files can be compiled as needed.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page