ICNet
ICNet copied to clipboard
About the test time
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?