Super resolution implementation with CoreML and Keras. See my presentaiton: https://www.tryswift.co/events/2018/nyc/#coreml
SuperResolutionKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SuperResolutionKit'
// Using SRCNN
imageView.setSRImage(image: image)
// Using F-SRCNN (faster)
imageView.setFSRImage(image: image)
kenmaz, [email protected]
SuperResolutionKit is available under the MIT license. See the LICENSE file for more info.
CoreMLHelpers is copyright 2017 Matthijs Hollemans and is licensed under the terms of the MIT license.