Dain-App
Dain-App copied to clipboard
Blank error on attempted interpolation
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.