timminator
timminator
I've created a [project](https://github.com/timminator/Enhanced-GPU-PV) called Enhanced-GPU-PV that lets you install Sunshine instead of Parsec and sets up a permanently connected virtual display. This should solve the poblem mentioned in this...
Do any of you who have managed to get it working have any more insights? I'm facing the same problem as @waltmannz . Opengl works right away after enabling the...
I were able to get quite a bit further over the last week. I did quite a lot of testing with different Nvidia drivers as im using a GTX 1660...
> Thanks for this, Vulkan worked straight away after re-enabling Hyper-V Display Driver. Sunshine selects idd automatically :) > > Fixed Yuzu, Stardew Valley, DOOM Eternal and any other game...
I want to update my findings once more. I've tested quite a few vulkan applications with interesting results. Some seem to be crashing like Furmark 64 bit, whereas other application...
Yes, show_log does no longer exist in PaddleOCR 3.0.0. Just omit that argument.
There is close to no log in the beginning anymore from what I'm seeing. It only informs you that the models are correctly set up and then the results from...
You also need to include the distribution metadata of the other required packages by PaddleOCR. This code in this [file](https://github.com/PaddlePaddle/PaddleX/blob/release/3.0/paddlex/utils/deps.py) checks if the dependencies are installed and thus requires all...
Try it again by adding `--include-distribution-metadata=ftfy`, `--include-distribution-metadata=imagesize` and so on, that should resolve the error you reported. I did it myself and got it working.
> You can find the metadata file in the paddlex dist folder. Go into paddlex-3.0.0.dist-info, theres a metadata file. Open it. Then add the --include-distribution-metadata command for all the extras...