Machine Learning for Image Processing
Last updated
Was this helpful?
Last updated
Was this helpful?
Art Line :
Self-Attention (). Generator is pre trained UNET with spectral normalization and self-attention. Something that I got from Jason Antic's DeOldify(), this made a huge difference, all of a sudden I started getting proper details around the facial features.
Progressive Resizing (,()). Progressive resizing takes this idea of gradually increasing the image size. In this project, the image size was gradually increased and learning rates were adjusted. Thanks to fast.ai for introducing me to Progressive resizing, this helps the model to generalize better as it sees many more different images.
Generator Loss : Perceptual Loss/Feature Loss based on VGG16. ().
: simulated paint process for a photo, ,
convert photo to 3d cartoon
: A Deep Learning based project for colorizing and restoring old images (and video!)
: 3D Human Reconstruction
: Image, GIF and Video enlarger/upscaler(super-resolution) achieved with Waifu2x, SRMD, RealSR, Anime4K and ACNet.
: Prevent AI for identifying photo
(MIT) : Tools for creating and manipulating computer vision datasets: resize images, rename files, annotation format conversion, image format conversion, Split dataset into training, validation, and test subsets and much more.
; Design Assistant, starting from image processing, device mockups, to social media posts