-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./visualizer:segmentation fault #5
Comments
Thanks for using our code. Have you already tried the example demo of rangenet_lib? You may test the rangnet_lib first. It could be the problem of tensorrt of cuda version. You could find more details here: https://github.com/PRBonn/rangenet_lib |
Thanks for the reply. Yes, the Rangnet_lib have the same error also. |
It would be much better if you could provide more details about the compiling and error message/log. |
This is the output of when I run the Rangnet_lib: scan: /root/catkin_ws5/src/rangenet_lib/example/000000.bin Setting verbosity to: false |
I have debug to the error line: netTensorRT.cpp, line 509 builder->platformHasFastFp16(); |
Yes, it seems to be a problem caused by the TensorRT. I didn't meet such a problem so far. I just googled it. It could be a problem with the mismatching of your graphic card and the TensorRT version. Could you please also report your graphic card and the corresponding driver setups? You may also give it a try with another version TensorRT, e.g. TensorRT-5.0. Best |
Thanks. I have try with TensorRT5.1 version, the last error had disappear,while another error occur....... |
Sorry for the late reply. It seems it cannot find the configuration file or something wrong when it parses the file. |
Hi @xuguangyun Is there any update about this issue? |
Thanks a lot! I have try to run the visualizer with a specific path of the configuration file, the problem solved! |
Hi @Chen-Xieyuanli I am facing the same issue. I have successfully built the RangenetLib. Could you help out? In this case it doesnot seem to a issue of file location. OpenGL Context Version 4.6 core profile |
Hey @Dhruv2012, sorry for the late reply. I never encountered such a problem, but there are some solutions provide by other users #7. It seems to be a problem caused by GTSAM. |
when i run ./visualizer ,there are appear an error: Segmentation fault(core dumped);
I have a default.xml in ../config folder, and I chang the default.xml : model_path to my path and model files;
So i do not know where the error come from, someone could help me ,thanks!
The text was updated successfully, but these errors were encountered: