Ghustwb / MobileNet-SSD-TensorRT

Accelerate mobileNet-ssd with tensorRT
188 stars 91 forks source link

Any idea on how to use via Python api??? #43

Open PaulZhangIsing opened 4 years ago

PaulZhangIsing commented 4 years ago

I tried to use python api to quantize the SSD model. I want to make use of plugin, so I copy several files and make a plugin. Following the idea demonstrated by TensorRT official documentation, /usr/src/tensorrt/samples/python/fc_plugin_caffe_mnist However, I encountered the problem while I want to import plugin, it shows fcplugin.so: undefined symbol: Z11cudaSoftmaxiiPfS.

Anyone has some ideas on what to do??