https://github.com/mohammedsaqibms/image_segmentation_unet
This repository implements U-Net for image segmentation on a self-driving car dataset, covering data preprocessing, training, and evaluation.
https://github.com/mohammedsaqibms/image_segmentation_unet
computer-vision deep-learning image-segmentation machine-learning self-driving-cars unet unet-image-segmentation unet-tensorflow
Last synced: 7 months ago
JSON representation
This repository implements U-Net for image segmentation on a self-driving car dataset, covering data preprocessing, training, and evaluation.
- Host: GitHub
- URL: https://github.com/mohammedsaqibms/image_segmentation_unet
- Owner: MohammedSaqibMS
- Created: 2025-01-06T11:32:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T12:07:32.000Z (9 months ago)
- Last Synced: 2025-01-24T11:15:00.622Z (9 months ago)
- Topics: computer-vision, deep-learning, image-segmentation, machine-learning, self-driving-cars, unet, unet-image-segmentation, unet-tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚗 Image Segmentation with U-Net (Self-Driving Car Dataset)
Welcome to the **Image Segmentation with U-Net** project! This repository demonstrates how to build a U-Net model for image segmentation using a self-driving car dataset. 🚀
## 🙌 Acknowledgments
This project is inspired by the **Deep Learning Specialization** from [deeplearning.ai](https://www.deeplearning.ai/courses/deep-learning-specialization/). Special thanks for their exceptional content on deep learning and U-Net architecture! 💡