IFRNet icon indicating copy to clipboard operation
IFRNet copied to clipboard

Convert to NCNN

Open Siziff opened this issue 1 year ago • 2 comments

How to convert the model to ncnn? If there is no WARP layer in ncnn, then how can it be converted with a dimension of not 3 channels? in the inference function, the flow dimension has 2 channels instead of the required three to replace, as they do here - https://github.com/TNTwise/REAL-Video-Enhancer/wiki/Convert-Rife-Models

Siziff avatar Feb 19 '24 11:02 Siziff

You can refer to ncnn Implementation of IFRNet. It may be helpful.

ltkong218 avatar Feb 21 '24 02:02 ltkong218

@ltkong218 I have seen this solution, but it does not describe the conversion process, but only gives the already converted models :(

Siziff avatar Feb 21 '24 04:02 Siziff