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.

BasicVSR++
#6
Hello Selur,

    Theoretically your update should work.
    The problem is that your code is working for the release 2.0

# adjusting color space from YUV444P16 to RGBH for vsBasicVSRPPFilter
clipFiltered = core.resize.Bicubic(clip=clipFiltered, format=vs.RGBH, matrix_in_s="470bg", range_s="limited")
# Quality enhancement using BasicVSR++
from vsbasicvsrpp import basicvsrpp as BasicVSRPP
clipFiltered = BasicVSRPP(clip=clipFiltered, model=5, length=7)

    While on my installation there is the version 1.4.1 and the code should be changed as

# adjusting color space from YUV444P16 to RGBS for vsBasicVSRPPFilter
clipFiltered = core.resize.Bicubic(clip=clipFiltered, format=vs.RGBS, matrix_in_s="470bg", range_s="limited")
# Quality enhancement using BasicVSR++
from vsbasicvsrpp import BasicVSRPP
clipFiltered = BasicVSRPP(clip=clipFiltered, model=4, interval=7)


  Lem me know if I have to update https://github.com/HolyWu/vs-basicvsrpp to version 2.0

Thanks,
Dan
Reply


Messages In This Thread
BasicVSR++ - by Dan64 - 18.04.2023, 19:26
RE: BasicVSR++ - by Selur - 18.04.2023, 19:34
RE: BasicVSR++ - by Dan64 - 18.04.2023, 20:03
RE: BasicVSR++ - by andry62 - 18.04.2023, 20:35
RE: BasicVSR++ - by Selur - 18.04.2023, 21:08
RE: BasicVSR++ - by Dan64 - 18.04.2023, 22:16
RE: BasicVSR++ - by Selur - 19.04.2023, 05:21
RE: BasicVSR++ - by andry62 - 19.04.2023, 10:25
RE: BasicVSR++ - by andry62 - 19.04.2023, 14:14
RE: BasicVSR++ - by Selur - 19.04.2023, 15:51
RE: BasicVSR++ - by andry62 - 19.04.2023, 16:53
RE: BasicVSR++ - by Selur - 19.04.2023, 16:59
RE: BasicVSR++ - by Selur - 19.04.2023, 18:44
RE: BasicVSR++ - by Dan64 - 19.04.2023, 18:54
RE: BasicVSR++ - by Selur - 19.04.2023, 18:59
RE: BasicVSR++ - by andry62 - 19.04.2023, 20:52
RE: BasicVSR++ - by Selur - 30.04.2023, 11:35
RE: BasicVSR++ - by Dan64 - 01.05.2023, 13:12
RE: BasicVSR++ - by Selur - 01.05.2023, 13:17

Forum Jump:


Users browsing this thread: 1 Guest(s)