
Calculating Color Histogram of Image Tensor: OpenCV vs PyTorch
August 10, 2022 | 3 min readTwo ways to calculate color histogram: OpenCV-based and PyTorch-based.
Under the sea, in the hippocampus's garden...
Two ways to calculate color histogram: OpenCV-based and PyTorch-based.
The ability of StyleGAN to generate super-realistic images has been inspiring many application works. To have some sort of organized view on them, this post covers important papers with a focus on image manipulation.
Let's re-inplement face swapping in 10 minutes! This post shows a naive solution using a pre-trained CNN and OpenCV.
Lightweight GAN has opened the way for generating fine images with ~100 training samples and affordable computing resources. This post presents "This Sushi Does Not Exist" and how I built it with GAE.
Want to generate realistic images with a single GPU? This post demonstrates how to downsize StyleGAN2 with slight performance degradation.