nihui / rife-ncnn-vulkan

RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question - Is there a way I can add external models?

bilodeausp opened this issue · comments

Is there a way I can add external models? I grabbed "rife-v4.16_lite_ensembleTrue" model folder from [https://github.com/styler00dollar/VapourSynth-RIFE-ncnn-Vulkan] and pasted in current project on my computer. However, if I specify model in command line $ I have the following error "layer MemoryData not exists or registered" error.

Command line: rife-ncnn-vulkan -i input_frames -o output_frames -m rife-v4.16_lite_ensembleTrue

Regards,

Yes, I recompiled a binary that works with those models here: https://github.com/TNTwise/rife-ncnn-vulkan

You're the best!

@TNTwise thanks a lot for what you did in your fork, great time saver.