|
|
|
|
|
by dharma1
3244 days ago
|
|
http://halide-lang.org/ is pretty good at optimising image filters for realtime use on mobile devices. What neural networks are really good at, is if feature engineering the transform is difficult or time consuming. Like upscaling resolution (SRGAN) - or increasing dynamic range of LDR images by training with LDR-HDR pairs would be another nice use case. Neural nets for processing 1080p+ images have too many parameters to run well on mobile devices, but looks like this research gets around that (for some use cases). Will have to play with the repo! Film emulation (beyond the usual 3D LUTs for colour matching film stock) would be a fun use case. Wonder how much training data is required |
|