In this post, you will learn how to implement UNET architecture in TensorFlow using Keras API. The post helps you to learn about UNET, and […]
Category: Python
Extract and Saving Frame from Videos in Python
In this post, we are going to learn and build a python program where we are going to extract and save frames from videos using […]
What is RESUNET
RESUNET refers to Deep Residual UNET. It’s an encoder-decoder architecture developed by Zhengxin Zhang et al. for semantic segmentation. It was initially used for the […]
DCGAN – Implementing Deep Convolutional Generative Adversarial Network in TensorFlow
In this tutorial, we are going to implement a Deep Convolutional Generative Adversarial Network (DCGAN) on Anime faces dataset. The code is written in TensorFlow […]
UNET Segmentation with Pretrained MobileNetV2 as Encoder
In this tutorial, we are going to work on UNet segmentation and use it for biomedical image segmentation tasks. This time we are going to […]
An Introduction to Scraping Images With Python
The Internet is a rich source of data and information in the world that is easy to acquire. This data includes images, PDF, text, audio, […]