mit-han-lab / temporal-shift-module

[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding

Home Page:https://arxiv.org/abs/1811.08383

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing onnxruntime for Jetson devices

KhanalBijay opened this issue · comments

If any body is getting problem with installing onnxruntime on Jetson devices, Nvidia has uploaded whl file in its Jetson_Zoo

# Download pip wheel from location mentioned above
$ wget https://nvidia.box.com/shared/static/ukszbm1iklzymrt54mgxbzjfzunq7i9t.whl -O onnxruntime_gpu-1.7.0-cp36-cp36m-linux_aarch64.whl

# Install pip wheel
$ pip3 install onnxruntime_gpu-1.7.0-cp36-cp36m-linux_aarch64.whl