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

Why is the time usage to precess images with different size differs significantly? #78

Open
xujingao13 opened this issue Apr 5, 2019 · 0 comments

Comments

@xujingao13
Copy link

I'm just a little confused, as far as I know, all the input images need initially to be resized at the same dimension (1024 * 1024, referred from utils.py) before processed by the framework. So why the time required to process different images with various size differs significantly? For example, I input three different dimensions of the same image (1920 * 1080, 960 * 540, and 480 * 270), the time usage is 1.42s, 0.95s, and 0.57s, respectively. Why is the time usage differs significantly? Don't all images need to be resized at the same dimension initially?

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