DeepStream-Yolo
DeepStream-Yolo copied to clipboard
Does this code support yolo-pose?
It doesn't support pose yet.
I am also interested in adaptions for YOLOv8-pose. Anyone who has gone that path already and can share something?
@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.
The pose estimation needs a custom output layer using the TensorMeta. It's more complex.
Added support for Pose: https://github.com/marcoslucianops/DeepStream-Yolo-Pose