can the nvidia TensorRT accelerate SSD(single shot detector)?

Hi,

We reach this on video use-case. The environment is JetPack3.1.
Thanks.

I also built SSD’s caffe ([url]https://github.com/weiliu89/caffe/tree/ssd[/url]) with opencv-3.3.0 on Jetson TX2. And I got similar result as AastaLLL. With the default ‘models/VGGNet/SSD_300x300’ model, I saw 8~9 fps processed when I ran ‘examples/ssd/ssd_pascal_video.py’. Moreover, I got close to 10 fps when I ran ‘examples/ssd/ssd_pascal_webcam.py’ with my Logitech C920 USB camera.

By the way, I also met the issue of “test_bbox_util.cpp:279] Check failed: out_bbox.xmax() == 50. (50 vs. 50)” but haven’t looked further into it.