nihui / rife-ncnn-vulkan

RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library
MIT License
802 stars 69 forks source link

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

Open bilodeausp opened 5 months ago

bilodeausp commented 5 months ago

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,

TNTwise commented 5 months ago

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

bilodeausp commented 5 months ago

You're the best!

TheIronWolfModding commented 4 months ago

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