MobileNet-SSD-TensorRT icon indicating copy to clipboard operation
MobileNet-SSD-TensorRT copied to clipboard

Accelerate mobileNet-ssd with tensorRT

Results 25 MobileNet-SSD-TensorRT issues
Sort by recently updated
recently updated
newest added

I have my own MobileNet caffe model, and I encountered with the problem of custom layer of DepthWise Convolution. I saw you change your MobileNet model's dw_conv into group_conv, so...

**when I run the command: ./mobileNet then I get the following errors:** `attempting to open cache file ../../model/MobileNetSSD_deploy.caffemodel.1.tensorcache loading network profile from cache... createInference The engine plan file is incompatible...

花了一天时间在ubuntu上,还是没编译通过

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...

hi,你好,我从你的博客过来,我看到你的博客里说解决了检测抖动的问题,是softmax层的问题,可以请问一下是softmax哪里实现的问题吗?谢谢。

@Ghustwb ,hello, i use tensorrt to improve my model ,but the result is same as before, do you know the reason?

I've run the program successfully,but the display result is wrong, do you know why?? ![result](https://user-images.githubusercontent.com/30283150/53320031-42d41a00-390f-11e9-916b-f0559cca58cf.jpg)

Using Nvidia Jetson TX2, fresh install, with these packages ``` ii cuda-command-line-tools-9-0 9.0.252-1 arm64 CUDA command-line tools ii cuda-core-9-0 9.0.252-1 arm64 CUDA core tools ii cuda-cublas-9-0 9.0.252-1 arm64 CUBLAS native...

graphics memory leak!!! don't know where the problem is?

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...