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

Fix memory leak

Open samguns opened this issue 7 months ago • 0 comments

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.

samguns avatar Jul 16 '24 02:07 samguns