OpenVINO doesnot detect GPU

Hi! I am installed python OpenVINO via pip on Jetson AGX Xavier JetPack 5.1-b147.
But when running cmd to check devices
python3 -c “from openvino.runtime import Core; print(Core().available_devices)”
it shows only CPU, is there a way to install it with GPU support?

Hi,

Please check with the OpenVINO team to get more info about this.

If other frameworks are acceptable, you can try our prebuilt that already supports CUDA:
PyTorch: Installing PyTorch for Jetson Platform - NVIDIA Docs
TensorFlow: Installing TensorFlow for Jetson Platform - NVIDIA Docs

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.