Julian Nayr
Julian Nayr
How did you install OpenCV?
This problem gets solved with my PR https://github.com/n00mkrad/cupscale/pull/129
It looks like you used Pytorch for Upscaling even though you don't have an NVIDIA Graphics Card. Use NCNN if you don't have an NVIDIA Graphics Card.
You don't actually need to install NCNN using pip.. NCNN is a different executable
is it possible to get the source file?
to me it looks like it's just the 3.9 model messing up. I'm not sure tho. I don't use 3.9
It's possible to add entries in the config editor
It's telling you it's not good enough. Try a lower resolution video or if you have other programs programs that are using your VRAM. close them
I don't think Flowframes even uses the GetGpus function for anything other than the title bar.
I tried adapting the existing webcam test from BackgroundMattingV2 to work with this one. It probably could be done better but I'm not that good of a programmer. ``` python...