Skip to content
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

Where is the model backbone.plan? #108

Open
warren-lei opened this issue Dec 1, 2023 · 4 comments
Open

Where is the model backbone.plan? #108

warren-lei opened this issue Dec 1, 2023 · 4 comments

Comments

@warren-lei
Copy link

warren-lei commented Dec 1, 2023

I run program like this, but I got an error.

./pointpillar ../data/ ./out

GPU has cuda devices: 1
----device id: 0 info----
  GPU : GeForce RTX 2070 
  Capbility: 7.5
  Global memory: 7974MB
  Const memory: 64KB
  SM in a block: 48KB
  warp size: 32
  threads in a block: 1024
  block dim: (1024,1024,64)
  grid dim: (2147483647,65535,65535)

Total 10
An empty file has been loaded. Please confirm your file path: ../model/backbone.plan
Failed to create lidar backbone & head.
Core has been failed.

I only find model backbone.onnx in folder model.

@warren-lei
Copy link
Author

Still the same issue:
No backbone.plan in main.cpp:153
https://github.com/NVIDIA-AI-IOT/CUDA-PointPillars/blob/main/src/main.cpp

@JunjieWang0528
Copy link

How to solve this problem?

@pragyandahal
Copy link

@JunjieWang0528 , did you manage to solve this?

@pragyandahal
Copy link

pointpillar.plan is generated by sh tool/build_trt_engine.sh using the trtexec, make sure the location of trtexec is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants