#433 · Primary category: Computer Vision
pytorch-deeplab-resnet
DeepLab resnet v2 model in pytorch
Project last updated:09/05/23
GitHub Stars
601
Forks
115
Contributors
1
License
MIT
Why we included this project
This PyTorch port of DeepLab-ResNet v2 reproduces the multi-scale training scheme from the original Caffe release, computing losses at 1x, 0.75x, and 0.5x scales and merging the score maps. That makes it a useful reference for seeing how the classic architecture behaves in PyTorch rather than Caffe. Training and evaluation scripts cover Pascal VOC and accept custom datasets through label-count flags, and the SGD with poly learning-rate decay follows the original authors' setup. The documented mean-IOU results and the caffemodel-to-pth converter are genuinely useful for researchers and students comparing segmentation baselines, though the code targets Python 2.7 and an older PyTorch era, so expect some friction on current setups.
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)