我已经成功设置珊瑚热塑性聚氨酯如https://coral.withgoogle.com/docs/dev-board/get-started/所述。我也可以运行演示。我使用的是一台Mac电脑。
现在,我想把Coral连接到windows10机器上。在Windows计算机上,驱动程序随mdt一起安装。
mdt shell返回:
Waiting for a device...
Unable to find any devices on your local network segment.我怎么连接?
发布于 2019-10-15 08:58:31
我认为MDT工具现在不支持Windows10。您可以通过串行端口连接,然后启用SSH。https://blog.questionable.services/article/coral-edge-tpu-windows/
发布于 2020-06-12 06:20:12
自从这个问题最初被提出以来,谷歌已经发布了official support for the Coral TPU on Windows。
用于视窗的新edgetpu_runtime包括在视窗上连接Edge TPU所需的驱动程序,而无需使用MDT。值得注意的是,当在Windows上使用Edge TPU运行推断时,它将注册两个USB断开/连接事件。在第一个模式中,它会断开设备的连接,以便可以上传模型,而在第二个模式中,它会将模型移回正常模式以处理推理。
https://stackoverflow.com/questions/57969213
复制相似问题