我在试着安装和测试我的珊瑚边缘TPU。我按照这里的说明:https://coral.ai/docs/accelerator/get-started/
第一步是从珊瑚网站安装驱动程序,但我得到以下错误。我尝试过使用和不使用admin运行,并再次卸载和安装,但我也会遇到同样的错误。
还有其他人遇到过这个问题吗?我在Windows 10上。
Installing UsbDk
Installing Windows drivers
Microsoft PnP Utility
Adding driver package: coral.inf
Driver package added successfully.
Published Name: oem69.inf
Adding driver package: Coral_USB_Accelerator.inf
Failed to add driver package: The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.
Adding driver package: Coral_USB_Accelerator_(DFU).inf
Failed to add driver package: The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.
Total driver packages: 3
Added driver packages: 1
Installing performance counters
Info: Provider {aaa5bf9e-c44b-4177-af65-d3a06ba45fe7} defined in
C:\Users\User\Downloads\edgetpu_runtime_20201204\edgetpu_runtime\third_party\coral_accelerator_windows\coral.man is already installed in system repository. Info: Successfully installed performance counters in
C:\Users\User\Downloads\edgetpu_runtime_20201204\edgetpu_runtime\third_party\coral_accelerator_windows\coral.manCopying edgetpu and libusb to System32 1 file(s) copied.
1 file(s) copied.
Install complete
Press any key to continue . . . 发布于 2021-01-18 17:04:03
这是珊瑚软件中的一个bug。根据这个线程https://github.com/google-coral/edgetpu/issues/260,他们在最新版本中搞砸了一些东西(当时是2.5.0)。从一个新的虚拟环境开始,使用版本2.1.0和相应的Python3.7驱动程序(3.83.9,2.1.0不支持)解决了这个问题。
从那条线上:
现在,我建议回过头来看老司机:https://dl.google.com/coral/edgetpu_api/edgetpu_runtime_20200728.zip
您还需要删除当前的tflite_runtime并将其降级为旧版本(确保更改为正确的python版本):
pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp36-cp36m-win_amd64.whl pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-win_amd64.whl道歉,我们正在努力尽快解决这个问题
发布于 2021-01-21 21:35:07
我们最近上传了一个新的包,这个包应该修复如下:https://dl.google.com/coral/edgetpu_api/edgetpu_runtime_20210119.zip
资料来源:coral.ai/软件。
发布于 2021-01-21 20:12:52
您需要使用高级启动菜单禁用驱动程序签名强制执行。然后你就可以安装它了。您可以通过转到设置应用程序>>,转到“更新和安全->恢复”页面来做到这一点。单击“高级启动”部分下的“立即重新启动”按钮。
https://stackoverflow.com/questions/65605537
复制相似问题