Update YOLOv5-3.X.md

This commit is contained in:
Marcos Luciano
2021-05-09 18:27:53 -03:00
committed by GitHub
parent 9e2a2d9355
commit 1b75a53106

View File

@@ -34,7 +34,7 @@ pip3 install numpy torch-1.8.0-cp36-cp36m-linux_aarch64.whl
* TorchVision (for Jetson platform) * TorchVision (for Jetson platform)
``` ```
sudo apt-get install libjpeg-dev zlib1g-dev libpython3-dev libavcodec-dev libavformat-dev libswscale-dev sudo apt-get install libjpeg-dev zlib1g-dev libpython3-dev libavcodec-dev libavformat-dev libswscale-dev
git clone --branch 0.9.0 https://github.com/pytorch/vision torchvision git clone --branch v0.9.0 https://github.com/pytorch/vision torchvision
cd torchvision cd torchvision
export BUILD_VERSION=0.9.0 export BUILD_VERSION=0.9.0
python3 setup.py install --user python3 setup.py install --user