Nikhil Tomar

Results 29 repositories owned by Nikhil Tomar

UNet-Segmentation-in-Keras-TensorFlow

141
Stars
113
Forks
Watchers

UNet is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation in...

Deep-Residual-Unet

210
Stars
54
Forks
Watchers

ResUNet, a semantic segmentation model inspired by the deep residual learning and UNet. An architecture that take advantages from both(Residual and UNet) models.

A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.

Chatroom-in-C

70
Stars
74
Forks
Watchers

A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.

DCGAN-on-Anime-Faces

25
Stars
12
Forks
Watchers

The respository contains the code for the Deep Convolutional Generative Adversarial Network (DCGAN) trained on the anime faces dataset.

DDANet

26
Stars
7
Forks
Watchers

DDANet: Dual Decoder Attention Network for automatic Polyp Segmentation [International Conference on Pattern Recognition 2021]

FANet

28
Stars
8
Forks
Watchers

FANet: A Feedback Attention Network for Improved Biomedical Image Segmentation [IEEE Transactions on Neural Networks and Learning Systems]

File-Transfer-using-TCP-Socket-in-C

34
Stars
30
Forks
Watchers

A simple TCP client-server program written in C. In this program the client read a file and send its data to server. The server then receives the data and write it in a text file.

DeepLabV3+ with squeeze and excitation network for human image segmentation in TensorFlow 2.5.0