rangenet_lib icon indicating copy to clipboard operation
rangenet_lib copied to clipboard

segmentation fault(core dumped)

Open mc171819 opened this issue 3 years ago • 3 comments

Hi, I compiled cmakelist successfully with cmake .. and make. However when I run the ./infer, it showed this error in net->verbosity(verbose); I wonder how it occured? I use tensorrt7 and I don't have nvonnxpaserruntime.h so I delete this line. Is this error caused by deleting this? @Chen-Xieyuanli

mc171819 avatar May 19 '22 05:05 mc171819

I can't get into verbosity in netTensorRT.cpp and can't output Setting verbosity to:XXX

mc171819 avatar May 19 '22 09:05 mc171819

and when I delete net->verbosity(verbose);, I get the same error in net->infer(XXX),I still cannot get into it. (I have already have a trt model by python so I don't need to generate it by onnx now).I think may be 'net' is not correct?

mc171819 avatar May 19 '22 10:05 mc171819

@mc171819 Sorry for the late reply. I never got the same problem before. We have several pull requests which you may give a try where other users add some modifications for using tensorrt7

Chen-Xieyuanli avatar Jun 14 '22 08:06 Chen-Xieyuanli