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

How to get the FPS of a trained model? #273

Closed
YongtaoGe opened this issue Jan 18, 2019 · 1 comment
Closed

How to get the FPS of a trained model? #273

YongtaoGe opened this issue Jan 18, 2019 · 1 comment

Comments

@YongtaoGe
Copy link

Does mmdetection offer an interface for users to test a self-trained model? Specifically, if I want to calcuate the inference time(fps), does it mean only model's forward time should be calculated and the other post operations like nms should be ignored?

@hellock
Copy link
Member

hellock commented Jan 18, 2019

You can use the testing script to test a model, and it provides a progress bar to show the progress and fps. All operations including post processing and io are counted.

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

2 participants