PRBonn / rangenet_lib

Inference module for RangeNet++ (milioto2019iros, chen2019iros)
MIT License
309 stars 72 forks source link

segmentation fault(core dumped) #47

Open mc171819 opened 2 years ago

mc171819 commented 2 years ago

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 commented 2 years ago

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

mc171819 commented 2 years ago

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?

Chen-Xieyuanli commented 2 years ago

@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