YOLOv8n-Face on NVIDIA DeepStream SDK

preview_player
Показать описание
NVIDIA DeepStream SDK application for YOLO-Face models

Supported models:
- YOLOv8-Face
- YOLOv7-Face
- YOLOv5-Face

Performance:
- RTX 3080 8GB (FP16 mode): 780.55 FPS (1920x1080 video)

C and Python codes are available for testing

Рекомендации по теме
Комментарии
Автор

Olá Marcos. Muito obrigado por partilhar o teu projeto, contudo Todas as vezes que tento rodar o código, me deparo sempre com o seguinte erro, e o video está congelado:

Traceback (most recent call last):
File “deepstream.py”, line 149, in tracker_src_pad_buffer_probe
parse_face_from_meta(frame_meta, obj_meta)
File “deepstream.py”, line 115, in parse_face_from_meta
circle_params.yc = yc
TypeError: (): incompatible function arguments. The following argument types are supported:
1. (self: pyds.NvOSD_CircleParams, arg0: int) → None

Invoked with: <pyds.NvOSD_CircleParams object at 0x7ff2601a7c70>, -395
Traceback (most recent call last):
File “deepstream.py”, line 149, in tracker_src_pad_buffer_probe
parse_face_from_meta(frame_meta, obj_meta)
File “deepstream.py”, line 115, in parse_face_from_meta
circle_params.yc = yc
TypeError: (): incompatible function arguments. The following argument types are supported:
1. (self: pyds.NvOSD_CircleParams, arg0: int) → None

The_JosephDream
welcome to shbcf.ru