Skip to content

trevorkoenig/Semantic-Segmentation

Repository files navigation

Semantic Segmentation with PyTorch and NumPy

This project generates semantic segmentation maps of images using PyTorch and NumPy. Semantic segmentation is the process of assigning a class label to each pixel in an image, thus dividing the image into regions of interest. This tool utilizes deep learning techniques implemented in PyTorch for efficient and accurate segmentation.

Features

  • Semantic Segmentation: Generate pixel-level segmentation maps for input images.
  • PyTorch Integration: Leveraging the power of PyTorch for deep learning-based segmentation.
  • Efficient Processing: Utilizes NumPy for efficient array manipulation and processing.

Example Images

Below are some examples of original images and their respective segmentation maps generated by this tool:

Original Image 1

Original Image 1 Segmentation Map 1

Original Image 2

Original Image 2 Segmentation Map 2

Original Image 3

Original Image 3 Segmentation Map 3

Original Image 4

Original Image 4 Segmentation Map 4

Original Image 5

Original Image 5 Segmentation Map 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors