那我使用yolov5做图片处理,如何切换到GPU做运算呢?为什么总是显示的是CPU做的处理呢?
使用GPU做yun’s运算是不是延迟更低
Hi,
You will need to use the package that has been built with CUDA support.
We have some prebuilt in the below link:
https://docs.nvidia.com/deeplearning/frameworks/install-pytorch-jetson-platform/index.html
Thanks.