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
783 forks
Language: Python
last commit: 6 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,401 |
victoresque/pytorch-template | An open-source PyTorch deep learning project template providing a structured environment for building and training various models. | 4,784 |
cadene/pretrained-models.pytorch | Provides pre-trained PyTorch models for various computer vision tasks and datasets. | 9,044 |
dsksd/deepnlp-models-pytorch | Pytorch implementations of various Deep NLP models from Stanford's cs-224n course | 2,957 |
nvidia/flownet2-pytorch | A deep learning framework implementing an optical flow estimation model using PyTorch. | 3,159 |
pyg-team/pytorch_geometric | A PyTorch-based library for training and applying Graph Neural Networks to structured data | 21,597 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 84,978 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,256 |
ahkarami/deep-learning-in-production | A collection of notes and references on deploying deep learning models in production environments | 4,313 |
kevinmusgrave/pytorch-metric-learning | A PyTorch library for implementing deep metric learning algorithms in computer vision applications. | 6,045 |
shangtongzhang/deeprl | A modularized implementation of various deep reinforcement learning algorithms in PyTorch | 3,209 |
facebookresearch/pytorch3d | A deep learning library for 3D data processing and computer vision research using PyTorch | 8,889 |
deepchem/deepchem | A framework that provides a toolchain for using deep learning in drug discovery, materials science, quantum chemistry, and biology. | 5,599 |
amdegroot/ssd.pytorch | An implementation of a deep learning-based object detection system in PyTorch. | 5,160 |
osmr/imgclsmob | Research and development of deep learning networks for computer vision tasks | 2,984 |