珊瑚开发板 - 无法运行演示



我最近购买了一个用过的开发板来开始工作。我设法用Mendel 5(Eagle(启用的SSH进行了闪存,并按照入门上的说明进行了操作,直到我尝试了演示。

我根本无法让它工作!

如果我运行edgetpu_demo--流

我得到:

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Press 'q' to quit.
Press 'n' to switch between models.
Traceback (most recent call last):
File "/usr/bin/edgetpu_detect_server", line 11, in <module>
load_entry_point('edgetpuvision==1.0', 'console_scripts', 'edgetpu_detect_server')()
File "/usr/lib/python3/dist-packages/edgetpuvision/detect_server.py", line 33, in main
run_server(add_render_gen_args, render_gen)
File "/usr/lib/python3/dist-packages/edgetpuvision/apps.py", line 43, in run_server
camera = make_camera(args.source, next(gen), args.loop)
File "/usr/lib/python3/dist-packages/edgetpuvision/detect.py", line 144, in render_gen
engines, titles = utils.make_engines(args.model, DetectionEngine)
File "/usr/lib/python3/dist-packages/edgetpuvision/utils.py", line 53, in make_engines
engine = engine_class(model_path)
File "/usr/lib/python3/dist-packages/edgetpu/detection/engine.py", line 80, in __init__
super().__init__(model_path)
File "/usr/lib/python3/dist-packages/edgetpu/basic/basic_engine.py", line 92, in __init__
self._engine = BasicEnginePythonWrapper.CreateFromFile(model_path)
RuntimeError: No Edge TPU device detected!

以root身份运行给了我:

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Press 'q' to quit.
Press 'n' to switch between models.
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
(edgetpu_detect_server:7283): Gtk-WARNING **: 02:24:31.914: cannot open display:

这似乎更接近,但也不知道如何解决。我已经尽可能多地搜索了(向用户添加了plugdev,确保所有东西都安装正确(

有什么想法吗?可以肯定的是,如果这不起作用,有些东西就相当坏了。

感谢您的联系,这绝对不是一个好兆头。

RuntimeError: No Edge TPU device detected!

听起来董事会失去了对edgetpu的访问权限,你能给我们发一封电子邮件吗coral-support@google.coon这个问题?

最新更新