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

runtime question #192

Open
zbwustc opened this issue Apr 5, 2018 · 0 comments
Open

runtime question #192

zbwustc opened this issue Apr 5, 2018 · 0 comments

Comments

@zbwustc
Copy link

zbwustc commented Apr 5, 2018

i trained faster rcnn on my own vehicle dataset,and used demo to test.But i found it strange about runtime.
faster_rcnn-master: test (voc_2007_test) 3994/4022 time: 0.058s
faster_rcnn-master: test (voc_2007_test) 3995/4022 time: 0.106s
faster_rcnn-master: test (voc_2007_test) 3996/4022 time: 0.057s
faster_rcnn-master: test (voc_2007_test) 3997/4022 time: 0.059s
faster_rcnn-master: test (voc_2007_test) 3998/4022 time: 0.109s
faster_rcnn-master: test (voc_2007_test) 3999/4022 time: 0.112s
faster_rcnn-master: test (voc_2007_test) 4000/4022 time: 0.060s
datasets\VOCdevkit2007\VOC2007\JPEGImages\008041.jpg (1600x1200): time 0.028s (resize+conv+proposal: 0.016s, nms+regionwise: 0.012s) datasets\VOCdevkit2007\VOC2007\JPEGImages\008042.jpg (1600x1200): time 0.028s (resize+conv+proposal: 0.017s, nms+regionwise: 0.011s) datasets\VOCdevkit2007\VOC2007\JPEGImages\008043.jpg (1600x1200): time 0.028s (resize+conv+proposal: 0.017s, nms+regionwise: 0.011s) datasets\VOCdevkit2007\VOC2007\JPEGImages\008044.jpg (1600x1200): time 0.029s (resize+conv+proposal: 0.017s, nms+regionwise: 0.012s) mean time: 0.029s Cleared 0 solvers and 2 stand-alone nets
the first is in the trian log,it is the result of test dataset when trainning.the second is the results when using demo.m.
why is the time so different?demo uses less time a lot.

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