Facelandmark detection in jetsons with python

**• All Jetsons **
• Using Deepstream or Gstream
• Python 3

Is there any face landmark tool similiar to dlib, that can work fast on gpu ( as fast as the deepstream python examples) of jetsons on python? Dlib cannot work on gpu, as opencv python works mainly on cpu in jetsons

Hi,

Dlib with GPU support can work on Jetson device.

Guess that you are facing some building issue of cuDNN.
Since some API is removed on cuDNN v8.0.0, please use the latest dlib release for the compatibility.

Please find the following comment for the installation details:

Thanks.