We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rangenet@c93d82a56556:~/rangenet/src/rangenet/build$ ./demo loading file: /home/rangenet/rangenet/src/rangenet/data/000000.pcd Trying to open model [INFO] Trying to deserialize previously stored: /home/rangenet/rangenet/src/rangenet/model/model_10.6.0.trt [01/03/2025-06:30:38] [I] Loaded engine size: 98 MiB [INFO] Successfully deserialized engine from tensorrt file [01/03/2025-06:30:38] [I] [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +73, now: CPU 0, GPU 169 (MiB) [01/03/2025-06:30:38] [I] I/O dimensions respectively are: [ 1 5 64 2048 ] [01/03/2025-06:30:38] [I] I/O dimensions respectively are: [ 1 1 64 2048 ] Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
你这边操作系统是什么
Sorry, something went wrong.
你试试 gdb 看下有什么报错。我测了我这边系统, 12th Gen Intel(R) Core(TM) i7-12700H, 13th Gen Intel(R) Core(TM) i7-13700KF, Intel(R) Xeon(R) Gold 6348 CPU @ 2.60GHz,均无异常
This issue is stale because it has been open for 30 days with no activity.
No branches or pull requests
rangenet@c93d82a56556:~/rangenet/src/rangenet/build$ ./demo
loading file: /home/rangenet/rangenet/src/rangenet/data/000000.pcd
Trying to open model
[INFO] Trying to deserialize previously stored: /home/rangenet/rangenet/src/rangenet/model/model_10.6.0.trt
[01/03/2025-06:30:38] [I] Loaded engine size: 98 MiB
[INFO] Successfully deserialized engine from tensorrt file
[01/03/2025-06:30:38] [I] [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +73, now: CPU 0, GPU 169 (MiB)
[01/03/2025-06:30:38] [I] I/O dimensions respectively are: [ 1 5 64 2048 ]
[01/03/2025-06:30:38] [I] I/O dimensions respectively are: [ 1 1 64 2048 ]
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: