Fast Style Transfer ππ¨ποΈπ¨π§
Background ππ In this project, I will do a PyTorch implemention of the fast neural style transfer algorithm described in the paper Perceptual Losses for Real-Time Style Transfer and Super-Resolution by Justin Johnson, Alexandre Alahi, and Li Fei-Fei. This method essentially involves training a model to approximate the optimization based neural style transfer. The benefit is that it runs about 3 orders of magnitude faster! Because of its improved inference time, itβs feasible to run style transfer in real time as youβll also....