You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
noise = soifunc.MagicDenoise(down, gpu=True)
Gives the error """nrmode = File "C:\Users\***\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 672, in MagicDenoise return best_dfttest( File "C:\Users\Sahil\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 696, in best_dfttest return clip.dfttest.DFTTest(**kwargs) File "src\cython\vapoursynth.pyx", line 2596, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 2587, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 853, in vapoursynth.typedDictToMap TypeError: float() argument must be a string or a real number, not 'tuple'
The text was updated successfully, but these errors were encountered:
noise = soifunc.MagicDenoise(down, gpu=True)
Gives the error
"""nrmode = File "C:\Users\***\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 672, in MagicDenoise return best_dfttest( File "C:\Users\Sahil\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 696, in best_dfttest return clip.dfttest.DFTTest(**kwargs) File "src\cython\vapoursynth.pyx", line 2596, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 2587, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 853, in vapoursynth.typedDictToMap TypeError: float() argument must be a string or a real number, not 'tuple'
The text was updated successfully, but these errors were encountered: