Skip to content

carlo-/sepconv-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SepConv-iOS (CoreML + Metal)

Platforms Swift Version License

SepConv-iOS is a fully functioning iOS implementation of the paper Video Frame Interpolation via Adaptive Separable Convolution by Niklaus et al. The model was converted to CoreML starting from our own PyTorch implementation (code on GitHub, report on ArXiv), while the separable convolution operation was written in Metal.


Known issues / limitations

  • The input size is fixed as dictated by the ONNX format, which is why this repository contains 4 different models with different input sizes.
  • The model supporting 512x512 frames as input will use a considerable amount of memory during the forward pass. The larger model (1024x1024) will likely ran out of memory on most devices.
  • Artifacts (caused by clipping) may appear in the output.
  • The conversion of upsampling modules via ONNX is rather limited. The align_angles property must be set to false (see conversion script), and the _convert_upsample in onnx_coreml/_operators.py must be modified to support bilinear upsampling (simply add "bilinear": "BILINEAR" in the mode_convert dictionary).

License

All files included in this project are released under the MIT license, with the exception of the icons and the CoreML models. The use of the models is allowed for academic purposes only, under the terms described here.


Acknowledgements

Icons included in the app are made by Freepik from www.flaticon.com.