mit-han-lab / temporal-shift-module

[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding
https://arxiv.org/abs/1811.08383
MIT License
2.05k stars 418 forks source link

The testing speed on Jeston Nano #210

Closed Z2HENG closed 2 years ago

Z2HENG commented 2 years ago

Hi, I have deployed the projected successfully on the Jeston Nano, but the testing speed is just 0.7vid/s. I noticed that this was no accident. I think it may be caused by onnx. I used onnx==1.6.0 and onnx-simplifier==0.2.18. Could you offer some suggestion on this issue? Thanks!

xxxlive commented 2 years ago

Have you solved this problem? I also meet the same problem.

xxxlive commented 2 years ago

Maybe you are lacking of tophub file

Z2HENG commented 2 years ago

Maybe you are lacking of tophub file

Yeah, thats right. When I download the tophub files, the testing speed achieved 30vid/s. Thanks for your help!

huntlin commented 2 years ago

也许你缺少 tophub 文件

是啊,没错。当我下载 tophub 文件时,测试速度达到了 30vid/s。谢谢你的帮助!

Where can I download the tophub file and how to use it?

xxxlive commented 2 years ago

也许你缺少 tophub 文件

是啊,没错。当我下载 tophub 文件时,测试速度达到了 30vid/s。谢谢你的帮助!

Where can I download the tophub file and how to use it?

你可以看一下这个,https://discuss.tvm.apache.org/t/warningfailed-to-download-tophub-package-for-llvm-urlopen-error-errno-111-connection-refused/5759/5 然后我是直接把那个网站的ip地址配到了本机的dns里,然后就下载下来了