This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

OTGMC and KNLMeansCL error
#1
Hi I'm having 2 bugs with hybrid on vapoursynth on Win10 x64. HYBRID 2017.12.25.1

first one is with qtgmc when using opencl:

when using opencl the preset: "custom" does not work. Other presets work just fine. Error message: 

Failed to evaluate the script:
Python exception: No attribute with the name nnedi3 exists. Did you mistype a plugin namespace?


Traceback (most recent call last):
  File "src\cython\vapoursynth.pyx", line 1830, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36860)
  File "C:\Users\mmokk\AppData\Local\Temp\tempPreviewVapoursynthFile15_02_22_206.vpy", line 36, in <module>
    clip = havsfunc.QTGMC(Input=clip, Preset="Slower", TFF=False, InputType=0, TR2=1, Sharpness=1.0, SourceMatch=0, Lossless=0)
  File "C:\Program Files\Hybrid\vsscripts\havsfunc.py", line 1114, in QTGMC
    edi1 = QTGMC_Interpolate(ediInput, InputType, EdiMode, NNSize, NNeurons, EdiQual, EdiMaxD, bobbed, ChromaEdi, TFF, opencl)
  File "C:\Program Files\Hybrid\vsscripts\havsfunc.py", line 1388, in QTGMC_Interpolate
    myNNEDI3 = core.nnedi3.nnedi3
  File "src\cython\vapoursynth.pyx", line 1399, in vapoursynth.Core.__getattr__ (src\cython\vapoursynth.c:29547)
AttributeError: No attribute with the name nnedi3 exists. Did you mistype a plugin namespace?


seems like program should be using needi cl version - some typo or you didn't change something when you added opencl version.




and another one with KNLMeansCL

I'm getting following error:

using knlmeans and using the chroma option the script outputs an error. Without the chroma option it works just fine. Error message:

Failed to evaluate the script:
Python exception: knlm.KNLMeansCL: 'cmode' requires 4:4:4 subsampling!

Traceback (most recent call last):
  File "src\cython\vapoursynth.pyx", line 1830, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36860)
  File "C:\Users\mmokk\AppData\Local\Temp\tempPreviewVapoursynthFile15_04_46_975.vpy", line 39, in <module>
    clip = core.knlm.KNLMeansCL(clip=clip, d=1, cmode=True)
  File "src\cython\vapoursynth.pyx", line 1722, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:35000)
vapoursynth.Error: knlm.KNLMeansCL: 'cmode' requires 4:4:4 subsampling!


Both happen regardless of input file.


I also have a question - not really a bug, but a missing feature. I am running dual gpu system - that is integrated intel + dedicated AMD. Now for whatever reason my system sees the Intel GPU as GPU0 and the AMD one as GPU1. In all other programs I use this does not create any problems as I can either specify the gpu or the program detects that automatically, but hybrid wants to keep using the intel IGPU because of the order. Now obviously the dedicated gpu is much faster and most of the time I would prefer to use it versus the intel one. In Avisynth knlmeans I had an option to specify which gpu to use, but in vapoursyth version of knlmeans I have no such option. Is this feature plugin dependent? Does the VS version not have the option to specify the GPU, or is there a setting somewhere in hybrid that I missed that would solve my problem?

Thank you for your time.
Reply


Messages In This Thread
OTGMC and KNLMeansCL error - by mmokkp - 30.12.2017, 17:21
RE: OTGMC and KNLMeansCL error - by Selur - 30.12.2017, 17:39
RE: OTGMC and KNLMeansCL error - by mmokkp - 30.12.2017, 17:44
RE: OTGMC and KNLMeansCL error - by Selur - 30.12.2017, 17:47
RE: OTGMC and KNLMeansCL error - by Selur - 30.12.2017, 18:06
RE: OTGMC and KNLMeansCL error - by Selur - 30.12.2017, 19:31
RE: OTGMC and KNLMeansCL error - by mmokkp - 30.12.2017, 22:58
RE: OTGMC and KNLMeansCL error - by Selur - 30.12.2017, 23:01
RE: OTGMC and KNLMeansCL error - by Selur - 30.12.2017, 23:07
RE: OTGMC and KNLMeansCL error - by mmokkp - 31.12.2017, 00:33

Forum Jump:


Users browsing this thread: 3 Guest(s)