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

binding_count not match, expect 9 but got 2 + 0 in rife-v4 model. (rife-v4 model does not support TTA.)

opened this issue · comments

I tried to utilize the v4 model, but that error causes problems.
Only v4 models are missing contextnet.bin, contextnet.param and fusionnet.bin, fusionnet.param files.

Is this missing a model that is needed to make the model work?

commented

tta option currently not implemented in v4 model

Ah, I see.
I'll wait for TTA to be implemented in v4.

commented

implemented since 528da73