benchmark icon indicating copy to clipboard operation
benchmark copied to clipboard

Add SSD to benchmark model repo

Open bertmaher opened this issue 4 years ago • 1 comments

This is in pytorch/hub: https://pytorch.org/hub/nvidia_deeplearningexamples_ssd/.

There's some evidence that this can be made much faster (up to 3x) with some graph optimizations: https://paulbridger.com/posts/video-analytics-deepstream-pipeline/

bertmaher avatar Nov 16 '20 19:11 bertmaher

https://pytorch.org/hub/nvidia_deeplearningexamples_ssd/ is highly coupled with Nvidia's DeepStream and TensorRT. I decide to pick a more general implementation from https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection.git .

desertfire avatar Apr 07 '21 18:04 desertfire