Image_Segmentation
Image segmenters
Pytorch implementations of image segmentation networks based on U-Net and its variants
Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
3k stars
25 watching
602 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ethanhe42/u-net | A convolutional neural network architecture for biomedical image segmentation | 426 |
mattmacy/vnet.pytorch | A PyTorch implementation of V-Net for volumetric medical image segmentation | 694 |
mrgiovanni/unetplusplus | A medical image segmentation framework that uses a nested U-Net architecture to improve accuracy and exploit multiscale features. | 2,304 |
mateuszbuda/brain-segmentation-pytorch | A PyTorch implementation of the U-Net architecture for brain MRI segmentation using pre-trained weights and a specific deep learning algorithm | 719 |
4uiiurz1/pytorch-nested-unet | An implementation of a deep learning model for image segmentation using PyTorch | 851 |
zhixuhao/unet | An implementation of the U-Net architecture for image segmentation using Keras and TensorFlow. | 4,593 |
thuyngch/human-segmentation-pytorch | An open source implementation of deep learning-based human segmentation models using PyTorch | 558 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
qubvel-org/segmentation_models.pytorch | A PyTorch library for building and training neural networks for image segmentation tasks. | 9,696 |
tugstugi/pytorch-saltnet | A PyTorch implementation of a U-Net model for image segmentation tasks | 278 |
ericsun99/shufflenet-v2-pytorch | A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 430 |
uber-research/upsnet | Develops an instance segmentation and panoptic segmentation model for computer vision tasks. | 649 |
leoxiaobin/deep-high-resolution-net.pytorch | An implementation of a deep learning network for human pose estimation using high-resolution representations | 4,327 |
bmsookim/wide-resnet.pytorch | PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets | 461 |
oyam/pytorch-dpns | PyTorch implementation of a deep learning model for image segmentation | 90 |