chenzhi1992 / TensorRT-SSD

Use TensorRT API to implement Caffe-SSD, SSD(channel pruning), Mobilenet-SSD
251 stars 84 forks source link

How to implement Mobilenet-ssd by using tensorrt #36

Open HappyKerry opened 5 years ago

chenzhi1992 commented 5 years ago

You should implement Mobilenet-SSD by referring to my code, and it is most important to implement the depth-wise convolution layer with Iplugin API.

praesc commented 5 years ago

Hi! Could you please provide a sample application for Mobinet-SDD using you code? It is not very clear to me how to use it... thanks!