Beginning with commit 43a551b1f5cf644a983233c1dc382e047f973185 - running the upscaler on Linux or building/running as a Docker image will always produce no video output (every frame is black) when using waifu2x-ncnn-vulkan.
This is because the updates made to linux_setup.sh result in the script only extracting the binaries into externals, but the folders containing the models are also required. Manually downloading the current release for waifu2x-ncnn-vulkan and copying the model folders into externals fixes the issue and everything appears to work correctly.
I've not tested realsr-ncnn-vulkan yet, but I suspect it has the same problem.
@denetii can you tell me if this is still an issue ? I'm currently running my first upscaling experiment (through Docker) and I can't really check it's progress right now.
Beginning with commit 43a551b1f5cf644a983233c1dc382e047f973185 - running the upscaler on Linux or building/running as a Docker image will always produce no video output (every frame is black) when using
waifu2x-ncnn-vulkan
.This is because the updates made to
linux_setup.sh
result in the script only extracting the binaries intoexternals
, but the folders containing the models are also required. Manually downloading the current release forwaifu2x-ncnn-vulkan
and copying the model folders intoexternals
fixes the issue and everything appears to work correctly.I've not tested
realsr-ncnn-vulkan
yet, but I suspect it has the same problem.