ICNet icon indicating copy to clipboard operation
ICNet copied to clipboard

About the test time

Open wangq95 opened this issue 6 years ago • 0 comments

Hi, I once used this script to test the speed of ICNet in Matlab :

tic; score = net.forward({input_data}); temp = toc;

But I got the result of 15.6fps on 1080ti without other programs running, the result provided by the author is more than 30fps, then I used the scripts provided by the author in Caffe, the result is 31fps on 1080ti, which is lager than the original result, I was confused about it. Can you help me?

wangq95 avatar Oct 30 '18 03:10 wangq95