mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-27 14:39:09 +00:00
627f3d84a4
* feat: add RIFE files and processor/interpolator abstractions * feat: add `rife` as processor option * feat: add frame interpolation math except first frame * feat: complete motion interpolation and add scene detection * feat: improve Vulkan device validation * fix: fix casting issues and variable names * refactor: improve error-checking; add abstractions and factories * refactor: improve readability of the frames processor * docs: update changelog Signed-off-by: k4yt3x <i@k4yt3x.com>
16 lines
610 B
Plaintext
16 lines
610 B
Plaintext
[submodule "third_party/librealesrgan_ncnn_vulkan"]
|
|
path = third_party/librealesrgan_ncnn_vulkan
|
|
url = https://github.com/k4yt3x/librealesrgan-ncnn-vulkan.git
|
|
[submodule "third_party/ncnn"]
|
|
path = third_party/ncnn
|
|
url = https://github.com/Tencent/ncnn.git
|
|
[submodule "third_party/spdlog"]
|
|
path = third_party/spdlog
|
|
url = https://github.com/gabime/spdlog.git
|
|
[submodule "third_party/boost"]
|
|
path = third_party/boost
|
|
url = https://github.com/boostorg/boost.git
|
|
[submodule "third_party/librife_ncnn_vulkan"]
|
|
path = third_party/librife_ncnn_vulkan
|
|
url = https://github.com/k4yt3x/librife-ncnn-vulkan.git
|