TrojanXu / onnxparser-trt-plugin-sample

A sample for onnxparser working with trt user defined plugins for TRT7.0
Apache License 2.0
166 stars 36 forks source link

UNSUPPORTED_NODE: No importer registered for op: GridSampler #2

Open Raneee opened 4 years ago

Raneee commented 4 years ago

hello, thanks for you proj. I all process the same as your Readme.md, but I still got UNSUPPORTED_NODE: No importer registered for op: GridSampler when run : LD_PRELOAD=xxx/TensorRT/build/out/libnvinfer_plugin.so.7 python test_plugin_result.py

TrojanXu commented 4 years ago

This error is reported by onnxparser. I will look into the the newly built libnvonnxparser.so, whether it's the updated one in your path.

lschaupp commented 3 years ago

Dear TrojanXu,

I am getting the same issue after following the installation readme. Could you specfiy on what should I would need to do to fix the issue?

I am using your suggested docker file from nvidia. I have copied all built libraries into the referenced (LD_LIBRARY_PATH) x86 lib folder. But I am still getting the same error.