NVIDIA-AI-IOT / deepstream_tao_apps

Sample apps to demonstrate how to deploy models trained with TAO on DeepStream
MIT License
377 stars 96 forks source link

A memory leak occurred during instance segmentation. #80

Open gaofssvm opened 1 year ago

gaofssvm commented 1 year ago

typedef struct { unsigned int classId; float left; float top; float width; float height; float detectionConfidence; float *mask; unsigned int mask_width; unsigned int mask_height; unsigned int mask_size; } NvDsInferInstanceMaskInfo;