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

the speed of the Video Harmonization #4

Closed
AmberCheng opened this issue Sep 26, 2022 · 2 comments
Closed

the speed of the Video Harmonization #4

AmberCheng opened this issue Sep 26, 2022 · 2 comments

Comments

@AmberCheng
Copy link

Hi,
Thanks for your wonderful work.
I have tried the Video Harmonization demo on GPU recently, and I found the speed is about 150ms/bs=1(1920x1080). But I remember this model can reach real-time performance at Full HD resolution. Are there any points I missed?

@ZHKKKe
Copy link
Owner

ZHKKKe commented Sep 27, 2022

Hi, Thanks for your attention.
We follow the most works to measure only model inference time. In the demo, the data loader also takes time to load the video frames, which is usually slow. You need to implement a parallel data loader to hide this kind of time consuming.

@AmberCheng
Copy link
Author

Hi, Thanks for your attention. We follow the most works to measure only model inference time. In the demo, the data loader also takes time to load the video frames, which is usually slow. You need to implement a parallel data loader to hide this kind of time consuming.

Thanks for your kindly reply. I have measure only model inference time and it is about 65fps. I will try to accelerate other parts.

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