joshinils

Results 121 comments of joshinils

also, this issue is now a duplicate of #68, both are asking the same thing

what quality did you use? when i mux with the best quality and try to play with VLC the video freezes too, because there is just too much data.

your graphics card does not have enough video memory for what the program is trying to use. I think you can lower the inference size and that should help, or...

hm, yeah maybe try lowering the batch size, it inherently multiplies the needed vram amount, since it does 16 times as much at the same time

trying to run with the main.py gui (after adding a shebang...)

no, pip3 tells me i have these installed: ``` ➜ ~ pip3 list|grep torch torch 1.8.1+cu111 torchaudio 0.8.1 torchvision 0.9.1 ``` and i am using python v 3.8.10

I tried a fresh environment with conda and python3.9. — that worked. trying to install manually for python3.9 results in mismatched torch, torchvision, torchaudio versions since you have a ">="...

ah, ok i reinstalled kiwisolver (which did not work using python3.9 -m pip, i had to use the 3.8 pip) but now i have the same issue as before, but...

> Just in case it helps, I'm currently running Python 3.10.5 i dont think i will use py3.10, since the default on 20.04.4 LTS (Focal Fossa) is 3.8 and even...