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.07k stars 417 forks source link

Installing onnxruntime for Jetson devices #183

Closed KhanalBijay closed 3 years ago

KhanalBijay commented 3 years ago

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