styler00dollar / VSGAN-tensorrt-docker

Using VapourSynth with super resolution and interpolation models and speeding them up with TensorRT.
BSD 3-Clause "New" or "Revised" License
274 stars 30 forks source link

Consider (re)including `vapoursynth-mvtools` in the Docker image. #72

Closed bpoxy closed 2 months ago

bpoxy commented 2 months ago

This library has some useful tools, in particular I was using Degrain3. Any reason you chose to remove this? I tried installing it myself but ran into some issues.

styler00dollar commented 2 months ago

I had problems with mvtools. It broke at some point and was unusable. I remember code errors and visual artefacts. Nobody wants to maintain it either. I won't add it back and I would recommend to look for alternatives. I removed mvtools from my code.

bpoxy commented 2 months ago

Ah, I see. Thanks for explanation.

styler00dollar commented 2 weeks ago

It seemingly got fixed afterwards, so I added it back since it was a dependency for another plugin.