Accelerate mobileNet-ssd with tensorRT
I am trying to use my own trained SSD model with two classes (including background). I have made changes to PluginImplement.h ,Pluginimplement.cpp and prototxt files as given here. (https://github.com/Ghustwb/MobileNet-SSD-TensorRT/issues/9) I deleted the cache file as it was showing engine not compatible error on Jetson Nano. While running, I get the error : Weights for conv0 doesn't exist CaffeParser : ERROR : Attempting to access NULL weights Parameter check failed at: ../builder/Network.cpp::addConvolution::66, condition : kernelWeights.values !=nullptr error parsing layer type Convolution index 0
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by varadsrivastava and has received 0 comments.