joeyballentine / ncnn-vulkan-python

ncnn is a high-performance neural network inference framework optimized for the mobile platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run frame interpolation ncnn model

Siziff opened this issue · comments

detail | 详细描述 | 詳細な説明

Can I have some hints? I'm trying to run a model for interpolating two frames that takes 2 pictures and a number as input and outputs one picture as output. I failed to adapt the demonstration pipeline to my task. How could this be done using your library?

I can't even load the model

fopen .rife-v4-12lite/lownet.param failed
fopen .rife-v4-12lite/lownet.bin failed

P.S.
Errors occurred due to incorrect characters in the path. New error about missing layer

layer rife.Warp not exists or registered

How do I add a non-existent layer to the ncnn model in the python library module?