DeepStream-Yolo-Pose
DeepStream-Yolo-Pose copied to clipboard
NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 application for YOLO-Pose models
Is it possible to save the output of deepstream.py to a video?
After executing "nonMaximumSuppression", for all "bbi.mask" allocated in "addPoseProposal", only a few of them which got kept will be freed in "nvinfer". This PR aims to address this issue.
Hi, I wanted to use a custom LSTM Pose Classifier model on top of the yolo generated keypoints, I want yoloV8 keypoints and apply post processing on them to fit...