• Hardware Platform: Jetson Nano
• DeepStream Version: 6.0.1
• JetPack Version: 4.6.1 (valid for Jetson only)
• TensorRT Version: 8.2.1.8
• Python Version: 3.6.9
• CUDA Version: 10.2.300
Hi guys, I want some guidelines on the issue I am facing. I have loaded FaceNet model in primary while Facial landmarks model in secondary config file in the test-2 sample app. Here is the config settings for pgie file.
and this one for sgie.txt file
I am only getting predictions for the FaceNet model (i have also implemented tracker). Below is the output video.
As for the Facial landmarks model, the engine has been created but there are no inference logs showing up neither do I see landmarks on the faces. As for the record, I am using this config file settings from this github repo: GitHub - latonaio/facial-landmarks-estimation-on-deepstream
Also I have commented out the functionalities for sgie2 and sgie3 files and properly re-updated the code but still why I am not getting any inference?
What could be the main issue? Could it be with py file because I have already tried modifying config files several times, but still looking to guidelines from you guys on that.
As engine file for landmarks model created successfully, which maybe hints that model is loaded and working fine and maybe I am unable to get output metadata from the model?
Please feel free to ask any questions.