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

Does this code support yolo-pose?

Open lofyol opened this issue 2 years ago • 5 comments

lofyol avatar Feb 20 '23 12:02 lofyol

It doesn't support pose yet.

marcoslucianops avatar Feb 21 '23 11:02 marcoslucianops

I am also interested in adaptions for YOLOv8-pose. Anyone who has gone that path already and can share something?

hhackbarth avatar Jun 20 '23 07:06 hhackbarth

@marcoslucianops Could you give the steps to add support for yolov8-pose to this project? We're willing to make a PR for it as we need it for our product.

simonvvd avatar Jun 27 '23 12:06 simonvvd

The pose estimation needs a custom output layer using the TensorMeta. It's more complex.

marcoslucianops avatar Jun 28 '23 12:06 marcoslucianops

Added support for Pose: https://github.com/marcoslucianops/DeepStream-Yolo-Pose

marcoslucianops avatar Sep 01 '23 03:09 marcoslucianops