Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,15 @@ The trt_pose model architectures listed above are inspired by the following work
* _Xiao, Bin, Haiping Wu, and Yichen Wei. "Simple baselines for human pose estimation and tracking." Proceedings of the European Conference on Computer Vision (ECCV). 2018._

## Trouble Shooting
### Using Python venv env(pip3)
torch 1.12.0
```
wget https://developer.download.nvidia.com/compute/redist/jp/v50/pytorch/torch-1.12.0a0+8a1a93a9.nv22.5-cp38-cp38-linux_aarch64.whl
pip3 install torch-1.12.0a0+8a1a93a9.nv22.5-cp38-cp38-linux_aarch64.whl
```
torchvision install reference site
https://qengineering.eu/install-pytorch-on-jetson-nano.html

import TensorRT
```
export PYTHONPATH=/usr/lib/python3.6/dist-packages:$PYTHONPATH
Expand Down