I’m working on a DeepStream pipeline for person detection, face detection, and classification. I recently modified the face detection model to use YOLOv8n-face, incorporating landmark detection for face alignment. However, I’m encountering a segmentation fault, causing the pipeline to crash.
Has anyone experienced a similar issue or can offer guidance on how to resolve this?
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
• The pipeline being used
Thanks for your response! I’d like to know how the NvDsFacialLandmarks plugin can help me check face alignment, or what DeepStream offers for this purpose
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
• The pipeline being used
How to extract landmarks depends on your model. If you are using DeepStream-Yolo-Face, the output layer already includes landmarks. You only need to parse this tensor.
I’ve successfully extracted the landmarks using the DeepStream-Yolo-Face model, but I’m encountering an issue when I draw them on the frame. The landmarks appear misaligned and don’t fit within the bounding box of the face.
My original frame dimensions are 1280x720, and the streammux dimensions are 960x540. Could anyone provide guidance on how to normalize the landmarks correctly? Alternatively, is it possible to modify the tensor to match my original frame dimensions?
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks