Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the test time #29

Open
wangq95 opened this issue Oct 30, 2018 · 0 comments
Open

About the test time #29

wangq95 opened this issue Oct 30, 2018 · 0 comments

Comments

@wangq95
Copy link

wangq95 commented Oct 30, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant