birdwcp
birdwcp
@bailvwangzi Did you use MinehardExamples() when merged focal-loss with SSD ?
@chuanqi305 I replace the convolution layer with depth-wise convolution layer and still have the same problem. the MobileNet-SSD model(512x512) cost 38ms(no cudnn) and the VGG-16 model cost 32ms(cudnn) per image...
@abrams90 I use this https://github.com/farmingyard/caffe-mobilenet the MobileNet-SSD model(300x300) cost only 7ms(no cudnn)per image on the GTX1080
@chengyangfu Thank you for your reply and your detailed data. Maybe I should wait for NVIDIA's TensorRT which is said to be speedup 2X on TX1. I am running SSD...