chenzhi1992 / TensorRT-SSD

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

What is the difference between caffe-ssd and tensorRT ssd? #44

Open BlueAnthony opened 5 years ago

BlueAnthony commented 5 years ago

Does this mean that caffe-ssd needs to be compiled with caffe and tensorRT ssd only adopts the layers from tensorRT without caffe?