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

When I run ./demo, it encounters an error. #93

Open
gitctrlx opened this issue Jul 19, 2023 · 3 comments
Open

When I run ./demo, it encounters an error. #93

gitctrlx opened this issue Jul 19, 2023 · 3 comments

Comments

@gitctrlx
Copy link

When I run ./demo, it encounters an error.

GPU has cuda devices: 1
----device id: 0 info----
GPU : NVIDIA GeForce RTX 2080 Ti
Capbility: 7.5
Global memory: 11017MB
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)

Building TRT engine.
[libprotobuf ERROR google/protobuf/text_format.cc:298] Error parsing text-format onnx2trt_onnx.ModelProto: 1:9: Message type "onnx2trt_onnx.ModelProto" has no field named "version".
trt_infer: ModelImporter.cpp:733: Failed to parse ONNX model from file: /project/CUDA-PointPillars/model/pointpillar.onnx
: failed to parse onnx model file, please check the onnx version and trt support op!

@JonathanFK981
Copy link

JonathanFK981 commented Sep 1, 2023

I have also encountered the same problem. Plz tell me how to solve it

@warren-lei
Copy link

warren-lei commented Oct 11, 2023

I have also encountered the same problem. Plz tell me how to solve it

Check model size of pointpillar.onnx. The model may be incomplete or incorret while using git clone. Correct size should be 18.4 MB.

@warren-lei
Copy link

I have also encountered the same problem. Plz tell me how to solve it

There are two ways to solve this problem.

  1. Use Git LFS (Large File Storage) to clone this repo.
  2. Download pointpillar.onnx from web page.
    https://github.com/NVIDIA-AI-IOT/CUDA-PointPillars/raw/main/model/pointpillar.onnx
    eg:
wget https://github.com/NVIDIA-AI-IOT/CUDA-PointPillars/raw/main/model/pointpillar.onnx

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