-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change scale in video_to_zsm? #59
Comments
Hi @RKelln , thanks for your interest in this work! |
Thanks for the quick reply Mukosame. In the paper you mention training on "2 Nvidia Titan XP GPU". How long was the training for? I probably won't have time right now to train something new up for my current project, but can consider it for the future. I have a few other ideas to try out too. I found a DCNv2 repo that works with pytorch 1.8 and integrated into my fork, if you're curious. I just mashed it in for quick testing, but might be something useful: https://github.com/RKelln/Zooming-Slow-Mo-CVPR-2020 |
Hi @RKelln , as for the training time, it usually depends on how many iterations you set. From past feedbacks under this repo, a common time consumption would be ~2min/100 iterations. |
The credit for DCN goes to tteepe: https://github.com/tteepe/DCNv2 |
Is it possible to zoom to other scales rather than 4?
I tried changing the scale to 2 in
video_to_zsm.py
but it only used the top left quarter of the input image in the output. Is this something baked into the model or somewhere I should look to make some changes?Thanks!
The text was updated successfully, but these errors were encountered: