pytorch-deeplab-xception
DeepLab Plus Model
A PyTorch implementation of the DeepLab-V3-Plus model with support for multiple backbones and datasets
DeepLab v3+ model in PyTorch. Support different backbones.
3k stars
44 watching
781 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
deeplab-v3-plusdrnmobilenetv2pytorchresnetxception
Related projects:
Repository | Description | Stars |
---|---|---|
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,286 |
victoresque/pytorch-template | An open-source PyTorch deep learning project template providing a structured environment for building and training various models. | 4,754 |
cadene/pretrained-models.pytorch | Provides pre-trained PyTorch models for various computer vision tasks and datasets. | 9,036 |
dsksd/deepnlp-models-pytorch | Pytorch implementations of various Deep NLP models from Stanford's cs-224n course | 2,954 |
nvidia/flownet2-pytorch | A deep learning framework implementing an optical flow estimation model using PyTorch. | 3,147 |
pyg-team/pytorch_geometric | A PyTorch-based library for training and applying Graph Neural Networks to structured data | 21,382 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 84,371 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,244 |
ahkarami/deep-learning-in-production | A collection of notes and references on deploying deep learning models in production environments | 4,308 |
kevinmusgrave/pytorch-metric-learning | A PyTorch-based library for easy implementation of deep metric learning in applications. | 6,012 |
shangtongzhang/deeprl | A modularized implementation of various deep reinforcement learning algorithms in PyTorch | 3,191 |
facebookresearch/pytorch3d | A deep learning library for 3D data processing and computer vision research using PyTorch | 8,824 |
deepchem/deepchem | A framework that provides a toolchain for using deep learning in drug discovery, materials science, quantum chemistry, and biology. | 5,517 |
amdegroot/ssd.pytorch | An implementation of a deep learning-based object detection system in PyTorch. | 5,150 |
osmr/imgclsmob | Research and development of deep learning networks for computer vision tasks | 2,975 |