akai-katto / dandere2x

Dandere2x - Fast Waifu2x Video Upscaling.
https://www.reddit.com/r/Dandere2x/
GNU General Public License v3.0
1.44k stars 78 forks source link

No video output on Linux/Docker #244

Open denetii opened 2 years ago

denetii commented 2 years ago

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.

sandervankasteel commented 2 years ago

@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.