-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rife): add support for rife v4.25 & v4.26 (#1304)
* chore(deps): update rife submodule * update: add support for rife v4.25 & v4.26 * style(*): format code with clang-format --------- Signed-off-by: k4yt3x <i@k4yt3x.com> Co-authored-by: k4yt3x <i@k4yt3x.com>
- Loading branch information
Showing
11 changed files
with
1,193 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule librife_ncnn_vulkan
updated
9 files
+ − | models/rife-v4.25-lite/flownet.bin | |
+391 −0 | models/rife-v4.25-lite/flownet.param | |
+ − | models/rife-v4.25/flownet.bin | |
+380 −0 | models/rife-v4.25/flownet.param | |
+ − | models/rife-v4.26/flownet.bin | |
+392 −0 | models/rife-v4.26/flownet.param | |
+2 −1 | src/CMakeLists.txt | |
+14 −10 | src/rife.cpp | |
+2 −1 | src/rife.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters