![]() |
Improving CodeFormer videos - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Improving CodeFormer videos (/thread-3574.html) |
RE: Improving CodeFormer videos - Dan64 - 01.03.2024 (18.02.2024, 13:38)Selur Wrote: There isn't a (good) way unless your program is compiled for command line only or it does open a terminal (on Linux&Co this is Windows is not shown, on Windows it is). I was unable to get a console adding "CONFIG += console" even if this option should do what it is expected to do, i.e. shows a console. I end up by adding a piece of console code in main.cpp. The Qt console is just a "poor" version of "gui" application so I don't think that it is useful. In the case you are curious to see what happen when is enabled the console I attached the new version. The usage is the following vsViewer --nogui|--silent [optional] --y4m [optional] --i [python script] --enc [encoder path] --cmd [encode command] I hope that you like it. ![]() Dan RE: Improving CodeFormer videos - Selur - 01.03.2024 Sorry, I'm not adding that to vsviewer. RE: Improving CodeFormer videos - Dan64 - 11.06.2024 (14.02.2024, 09:40)Dan64 Wrote: I opened the issue to HolyWu: https://github.com/HolyWu/vs-codeformer/issues/7 Since HolyWu has never released a fix and since the included print(s) can broken vspipe. I attached the patched wheel of vs-codeformer. Dan RE: Improving CodeFormer videos - Selur - 11.06.2024 Thanks ![]() RE: Improving CodeFormer videos - Euangelos - 12.06.2024 Hi So have we found a solution for the "retinaface" detector that is introducing strong artifacts? RE: Improving CodeFormer videos - Selur - 12.06.2024 using dlib instead,... |