DeepStream-Yolo-Pose
DeepStream-Yolo-Pose copied to clipboard
Fix memory leak
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.