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

Blank error on attempted interpolation #19

Open
MusicallyInspired opened this issue Feb 9, 2021 · 0 comments
Open

Blank error on attempted interpolation #19

MusicallyInspired opened this issue Feb 9, 2021 · 0 comments

Comments

@MusicallyInspired
Copy link

An error window popup appears with a blank error and the console window reads this:

"App Crash Log Traceback (most recent call last):
File "my_design.py", line 72, in run
dain_class.RenderVideo(myRenderData)
File "my_DAIN_class.py", line 1190, in RenderVideo
self.StepRenderInterpolation(self.myRenderData)
File "my_DAIN_class.py", line 1073, in StepRenderInterpolation
images = self.DoInterpolation(X1, X2, loops)
File "my_DAIN_class.py", line 817, in DoInterpolation
image = interpolate_(self.model, self.myRenderData, x0, x1, False)
File "my_DAIN_class.py", line 202, in interpolate_
y_s,offset,filter = gl_model(X0, X1, padding, myRenderData.flowForce, myRenderData.SmoothFlow, myRenderData.ShareFlow, convert, not bool(myRenderData.fastMode))
File "site-packages\torch\nn\modules\module.py", line 727, in _call_impl
File "networks\DAIN.py", line 268, in forward
File "networks\DAIN.py", line 441, in forward_flownets
File "site-packages\torch\nn\modules\module.py", line 727, in _call_impl
File "PWCNet\PWCNet.py", line 329, in forward
File "PWCNet\PWCNet.py", line 201, in warp
AssertionError"

I'm not sure what's going on. Haven't gotten a single successful attempt yet. I've used other AI networks for upscaling images and audio separation and whatnot without issues. But this isn't working. According to my attempts to install all the requirements, I already have them all.

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