PKUZHOU / MTCNN_FaceDetection_TensorRT

MTCNN C++ implementation with NVIDIA TensorRT Inference accelerator SDK
202 stars 57 forks source link

stack smashing detected #13

Closed SinghiDivyanshu closed 4 years ago

SinghiDivyanshu commented 4 years ago

thanks in advance. while running the main file, program is throwing stack smashing error during generating TenosrRT runtime models.

at caffeToGIEModel function inside pnet_rt.cpp line46 program is throwing this error and process is getting terminated with signal 6 (SIGABRT)

and can you explain or provide link for gLogger, which is used as a parameter in createInferBuilder() [baseEngine.cpp line 32]

SinghiDivyanshu commented 4 years ago

solved....