February 2021

File Transfer using UDP Socket in C 0

File Transfer using UDP Socket in C

In this tutorial, we are going to build a file transfer program in the C programming language. Here we are going to use the UDP (User Datagram Protocol) socket to connect the client and the server. Table of Content: What is UDP? Project structure Client Server Run the code Conclusion...

Why do we need GPU for Deep Learning? 0

Why do we need GPU for Deep Learning?

The current era started to move towards Artificial Intelligence, which massively impacted the world with its ability to achieve the tasks that were a dream of humanity. All of these achievements are mainly due to the research and development in the field of Deep Learning and Neural Network, which are...

Extract and Saving Frame from Videos in Python 0

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 the OpenCV library. OpenCV is one of the most commonly used libraries for computer vision tasks, such as reading and saving images, face recognition, segmentation,...

What is RESUNET 0

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 road extraction from the high-resolution aerial images in the field of remote sensing image analysis. Later, it was adopted by researchers for multiple other applications...