#73 · Primary category: Computer Vision
Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
Project last updated:08/11/24
GitHub Stars
11.6K
Forks
2.8K
Contributors
24
License
GPL-3.0
Why we included this project
This U-Net implementation grew out of the Carvana image masking challenge on Kaggle, so the training and prediction code was built against a real, high-resolution segmentation task instead of toy data. That shows in the details: mixed-precision training, a pretrained model you can drop straight into predictions, Docker support, and logging support for Weights & Biases and TensorBoard. For teams learning semantic segmentation it is one of the easier codebases to adapt to your own two-class or multi-class problems, and if you already know the architecture it works as a clean baseline to benchmark against. Everything from downloading the dataset to getting trained weights is covered in a single compact repo.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)