Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): GeForce RTX 3050
• DeepStream Version: 6.3
• NVIDIA GPU Driver Version (valid for GPU only) : 530.41.03
CUDA Version: 12.1
Operating System + Version: Ubuntu 20
Python Version (if applicable): Python 3.8
i am using a Deepstream pipeline to detect faces in a video using Yolov8, that part works fine. Now, i want to take the detected faces values and pass it to a repvgg model for emotion detection.