You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: