waifu2x-ncnn-vulkan icon indicating copy to clipboard operation
waifu2x-ncnn-vulkan copied to clipboard

Directory watch mode

Open char101 opened this issue 4 years ago • 2 comments

The implementation of batch scaling in #21 is useful when resizing several images, but it is difficult to use when the scaling is part of a pipeline. I would like to suggest a directory watch mode. This could simply be a loop where it checks for new files in the input directory for every n-seconds. This way it can shave off the initialization time and can be easily integrated with external script.

char101 avatar Aug 21 '19 08:08 char101

could we get this implemented?

GigaFyde avatar Jul 24 '21 22:07 GigaFyde

You should be able to use waifu2x-ncnn-vulkan in combination with watchexec already. However, it won't get rid of the initialization time.

Calinou avatar Apr 19 '22 18:04 Calinou