FD-MobileNet icon indicating copy to clipboard operation
FD-MobileNet copied to clipboard

inference time benchmark of different models ?

Open lizhengwei1992 opened this issue 6 years ago • 1 comments

hi, what about the inference time of the FD_MobileNet ? can you give benchmark of speed about different models mentationed in the paper ? Thanks !

lizhengwei1992 avatar Aug 29 '18 03:08 lizhengwei1992

The inference speed reported in the paper is evaluated using a self-maintained version of ncnn, so I cannot put the code here.

If you are interested, you can initialize the models using Caffe and convert it to ncnn params. As we only care about the speed, there is no need to train the models.

ghost avatar Nov 13 '18 16:11 ghost