NVIDIA-AI-IOT / trt_pose

Real-time pose estimation accelerated with NVIDIA TensorRT
MIT License
981 stars 293 forks source link

What is a proper way to install PyTorch and Torchvision? #155

Open AK51 opened 2 years ago

AK51 commented 2 years ago

Hi, In Step 1, Install PyTorch and Torchvision. To do this on NVIDIA Jetson, we recommend following this guide I went to the link and it does not seems to have a proper way to install them. Over 700 messages... :< May I know what is a proper way to install them?

Thanks

agrija9 commented 2 years ago

Hey AK51,

I have installed it following this great post by Q-engineering: https://qengineering.eu/install-pytorch-on-jetson-nano.html

They provide the wheels to build Pytorch (1.7.0 - 1.10.0) on the Jetson Nano / Xavier with a few command lines (see the Installation by wheel section).

Best!