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

我测试了你的代码,发现一个问题 #4

Open
394781865 opened this issue Jun 19, 2019 · 3 comments
Open

我测试了你的代码,发现一个问题 #4

394781865 opened this issue Jun 19, 2019 · 3 comments

Comments

@394781865
Copy link

我设置slomo_rate = 3,即我在每两帧之间插了三帧图片。我仔细观察了这三张图片,发现这三张图片几乎一模一样,变化非常小,而第四帧图像与之前的插值图像变化很大!这就意味着,三张插值图像复制了初始帧图像。

@rmalav15
Copy link
Owner

Oh, let me check that. The frames were supposed to be very similar, but if it's just duplicating then something needs to be corrected by my side. Can you please one check with high slomo rate like 15.

Thanks,
Ram

@rmalav15
Copy link
Owner

Please note that inference logic I have written is not optimal. It tries to get all interpolated frames in parallel and thus limit the number of interpolated frames you can get. You can try to write your own inference service.

@205418367
Copy link

谢谢你的建议和帮助!我仔细阅读一下你的代码并于pytorch版本的代码进行比较。

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

3 participants