MobileNet-SSD-TensorRT
MobileNet-SSD-TensorRT copied to clipboard
Any idea on how to use via Python api???
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??