NVIDIA-AI-IOT / CUDA-PointPillars

A project demonstrating how to use CUDA-PointPillars to deal with cloud points data from lidar.
Apache License 2.0
527 stars 155 forks source link

[8] Assertion failed: creator && "Plugin not found, are the plugin name, version, and namespace correct?" #28

Closed iloveai8086 closed 2 years ago

iloveai8086 commented 2 years ago

i use tenrorrt8.4 and when i am running ./demo ,Building TRT engine: there are some errors: Building TRT engine. trt_infer: Could not register plugin creator - ::PillarScatterPlugin version 1 trt_infer: parsers/onnx/ModelImporter.cpp:780: While parsing node number 4 [ScatterBEV -> "479"]: trt_infer: parsers/onnx/ModelImporter.cpp:781: --- Begin node --- trt_infer: parsers/onnx/ModelImporter.cpp:782: input: "403" input: "coords" input: "params" output: "479" name: "onnx_graphsurgeon_node_0" op_type: "ScatterBEV" trt_infer: ModelImporter.cpp:751: --- End node --- trt_infer: ModelImporter.cpp:754: ERROR: builtin_op_importers.cpp:4951 In function importFallbackPluginImporter: [8] Assertion failed: creator && "Plugin not found, are the plugin name, version, and namespace correct?" : failed to parse onnx model file, please check the onnx version and trt support op! How can i fix the problem?

acburigo commented 2 years ago

I'm experiencing something similar. What solved your issue?