DeepStream-Yolo-Face icon indicating copy to clipboard operation
DeepStream-Yolo-Face copied to clipboard

NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 application for YOLO-Face models

Results 6 DeepStream-Yolo-Face issues
Sort by recently updated
recently updated
newest added

``` deepstream.py", line 13, in import pyds ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory ``` can you please help me solve this issue! I have...

Hello. I am trying to run the Python file from this repository using the given command: python3 deepstream.py -s file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4 -c config_infer_primary_yoloV8_face.txt +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ubuntu@ubuntu-Blade-15-2022-RZ09-0421:~/Documents/DeepStream-Yolo-Face$ python3 deepstream.py -s file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4 -c config_infer_primary_yoloV8_face.txt...

i want do a project with face recognition . i want use one shotlearning and use siamese network. can use this face detection(with deepstream) and use pretrained model in deepstream...

AttributeError: 'pyds.NvOSD_MaskParams' object has no attribute 'get_mask_array'

Issue Description: I have tried to create an INT8 engine for my YOLOv8 model but have been unable to do so. I have followed all the steps provided in the...

I’m trying to implement yoloface as my secondary gie, I’m getting random track ids for it. ![Screenshot from 2024-08-28 15-43-24](https://github.com/user-attachments/assets/6bb8a759-9559-477f-b396-ee1ed5f2c0d1) Below is the config file ################################################################################ # SPDX-FileCopyrightText: Copyright (c)...