Ghustwb / MobileNet-SSD-TensorRT

Accelerate mobileNet-ssd with tensorRT
188 stars 91 forks source link

Fix the memory leakage probrlm #35

Open tongtybj opened 5 years ago

tongtybj commented 5 years ago

Add free() function to resolve the CUDA memory leakage problem:

Please refer to #26 .

tongtybj commented 5 years ago

@Ghustwb