Compatibility between zed5.1 and Nvidia GeForce GTX 1050Ti

Hello,

Is it possible to use this gpu NVIDIA GeForce GTX 1050 Ti to run neural network in order to estimate the depth and human pose?

When I tested it with ZedSDK 5.1 I could download and optimize it but not use it :

[ZED][ERROR] [Init] NEURAL depth modes requires an NVIDIA GPU with a sm70 or higher (Volta or newer), Pascal GTX 10 Series Cards and older are not supported
[ZED][ERROR] NO GPU COMPATIBLE in enum sl::ERROR_CODE __cdecl sl:

Thanks in advance

Hi,

Unfortunetly no, you’ll need to use an older release with this GPU, ZED SDK 5.0 with Tensort 8, https://www.stereolabs.com/en-fr/developers/release/5.0

Hi,

I will try with this version thank you!

I have another question, do i have to use this zed-python-api : GitHub - stereolabs/zed-python-api: Python API for the ZED SDK or another one

The ZED SDK installer will download the right one (you can reinstall it later with the “get_python_api.py” script), but you can also compile it yourself, you may need to take a matching release to avoid API mismatch Releases · stereolabs/zed-python-api · GitHub

Thank you, I tried it and got the error “dll not found,” but after reinstalling everything, it worked.
Thank you for your quick response.

1 Like