Jetson Xavier NX has an error when installing torchvision

#CUDA: 10.2, torch: 1.5#
###################
git clone -b v0.6.0 GitHub - pytorch/vision: Datasets, Transforms and Models specific to Computer Vision torchvision
cd torchvision
sudo python setup.py install
System prompt: Segmentation fault

Hi,

Which JetPack version do you use?
If you follow our tutorial here, it’s recommended to use JetPack4.4 GA + PyTorch v1.6.0 + torchvision v0.7.0-rc2.

We have confirmed the above combination works without errors with python3.
Would you mind to give it a try?

$ cd torchvision
$ sudo python3 setup.py install

Another possible issue is from storage.
Since NX has limited storage, it’s possible to run out of space.

Could you check the storage status of XavierNX first?

$ df -h

Thanks.

Hi,thank you for your reply. I configured the relevant environment according to your instructions, but I got this error when running yolov5-tensorrt:

Hi,

The issue shared in Aug 14 is more related to a customized yolov5 code rather than torchvision.
Would you mind to open a new topic for it.
Please also share the source to reproduce the issue so we can check it directly.

Thanks.