Closed shqfeng closed 3 years ago
Hey @shaoquanfeng, this seems to be a problem of rangenet_lib. Have you already tried the example given there?
thanks for your reply! yes, i have successful tested the example in the rangenet lib!------------------ 原始邮件 ------------------ 发件人: "Xieyuanli Chen"<notifications@github.com> 发送时间: 2020年9月10日(星期四) 晚上11:49 收件人: "PRBonn/semantic_suma"<semantic_suma@noreply.github.com>; 抄送: "Shq feng"<602414626@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [PRBonn/semantic_suma] ERROR: could not create engine from ONNX. Aborted (core dumped) (#31)
It seems still trying to build the tensorrt model, which should be already generated if you passed the demo in rangenet_lib.
Did you specify the path of the model in the configuration file?
thanks! Today, I rebuild the project, and then pass the demo in rangenet_lib, throw the same bug with #30.
$ ./visualizer
OpenGL Context Version 4.5 core profile
GLEW initialized.
OpenGL context version: 4.5
OpenGL vendor string : NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1050/PCIe/SSE2
Extracting surfel maps partially.
Performing frame-to-model matching.
Setting verbosity to: false
Trying to open model
Trying to deserialize previously stored: /media/raymond/17354422509/suma++_ws/src/semantic_suma/config/darknet53/model.trt
Successfully found TensorRT engine file /media/raymond/17354422509/suma++_ws/src/semantic_suma/config/darknet53/model.trt
Successfully created inference runtime
No DLA selected.
Successfully allocated 426755792 for model.
Successfully read 426755792 to modelmem.
Created engine!
Successfully deserialized Engine from trt file
Binding: 0, type: 0
[Dim 5][Dim 64][Dim 2048]
Binding: 1, type: 0
[Dim 20][Dim 64][Dim 2048]
Successfully create binding buffer
calibration filename: /home/raymond/data/kitti-odometry/kitti/dataset/sequences/07/calib.txt...loaded.
ground truth filename: /home/raymond/data/kitti-odometry/kitti/dataset/poses/07.txt
1101 poses read.
Performing frame-to-model matching.
It seems that yesterday's problem has not been solved ! this is my test data folder tree:
└── kitti-odometry
└── kitti
└── dataset
├── poses
└── 07.txt
└── sequences
└── 07
└── velodyne
└── .bin
this is my model path:
<param name="model_path" type="string">/media/raymond/17354422509/suma++_ws/src/semantic_suma/config/darknet53</param>
Hey @shqfeng,
Is there any update on the issue?
Since there is no update for this issue, I'm going to close it.
If there is any problem, please feel free to ask me to reopen it.
when i run the command "./visualizer " in the terminal, and then select an ".bin" file ,throw the error:
Waiting for your reply! thanks!