You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: I have tried to run GitHub - bharat3012/deepstream_face_recognition 2 for the purpose of face recognition from H.264 elementary stream. Faces are being detected perfectly using face_detect model provided by Nvidia NGC but I am not able to read face embeddings out of FaceNet model setup in the pipeline while running above github link (User Meta is None inside NvDSObjectMeta).
Using ONNX format of FaceNet available for extracting 128-D embeddings.
How to reproduce the issue:
link: deepstream_face_recognition/deepstream_text2_save_out.py at main · bharat3012/deepstream_face_recognition · GitHub 1
Command executed: python3 deepstream_text2_save_out.py [stream path is hard coded]
Line Number 313: object ‘l_user’ is None because of which the while loop at line 314 do not get executed. This while loop is responsible for face embeddings extraction as well as recognition/classification of faces being detected.
Setup Details:
Device: Jetson Nano
DeepStream: 5.1
JetPack Version: 4.5.1
TensorRT Version: 7.2.2
Problem: I have tried to run GitHub - bharat3012/deepstream_face_recognition 2 for the purpose of face recognition from H.264 elementary stream. Faces are being detected perfectly using face_detect model provided by Nvidia NGC but I am not able to read face embeddings out of FaceNet model setup in the pipeline while running above github link (User Meta is None inside NvDSObjectMeta).
Using ONNX format of FaceNet available for extracting 128-D embeddings.
How to reproduce the issue:
link: deepstream_face_recognition/deepstream_text2_save_out.py at main · bharat3012/deepstream_face_recognition · GitHub 1
![Screenshot from 2021-09-03 17-43-41](https://user-images.githubusercontent.com/17904079/132003631-7b8edf58-972c-497d-9161-813e26124889.png)
Command executed: python3 deepstream_text2_save_out.py [stream path is hard coded]
Line Number 313: object ‘l_user’ is None because of which the while loop at line 314 do not get executed. This while loop is responsible for face embeddings extraction as well as recognition/classification of faces being detected.
Attaching code with PGIE and SGIE config files.
detector_config.txt
classifier_config.txt
Thanks!
The text was updated successfully, but these errors were encountered: