Pinned Repositories
awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
awesome-semantic-segmentation-pytorch
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
Fast_Seg
This repo provides :zap: fast:zap: semantic segmentation models on CityScapes/Camvid DataSet by Pytorch
FBSNet
Real-time Semantic Segmentation
HAFormer
LETNet
This repository is an official PyTorch implementation of our paper 'LETNet_Lightweight-Real-time-Semantic-Segmentation-Network-with-Efficient-Transformer-and-CNN' (2023 TITS)
pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
SSformer
A lightweight model for semantic segmentation
XU-GITHUB-curry's Repositories
XU-GITHUB-curry/LETNet
This repository is an official PyTorch implementation of our paper 'LETNet_Lightweight-Real-time-Semantic-Segmentation-Network-with-Efficient-Transformer-and-CNN' (2023 TITS)
XU-GITHUB-curry/HAFormer
XU-GITHUB-curry/FBSNet
Real-time Semantic Segmentation
XU-GITHUB-curry/awesome-semantic-segmentation-pytorch
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
XU-GITHUB-curry/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
XU-GITHUB-curry/Fast_Seg
This repo provides :zap: fast:zap: semantic segmentation models on CityScapes/Camvid DataSet by Pytorch
XU-GITHUB-curry/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
XU-GITHUB-curry/SSformer
A lightweight model for semantic segmentation
XU-GITHUB-curry/awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
XU-GITHUB-curry/BERT-pytorch
Google AI 2018 BERT pytorch implementation
XU-GITHUB-curry/CAA
Channelized Axial Attention for Semantic Segmentation (AAAI-2022)
XU-GITHUB-curry/CVPR2021-Papers-with-Code
CVPR 2021 论文和开源项目合集
XU-GITHUB-curry/DDRNet.pytorch
This is the unofficial code of Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes. which achieve state-of-the-art trade-off between accuracy and speed on cityscapes and camvid, without using inference acceleration and extra data
XU-GITHUB-curry/FSFNet
XU-GITHUB-curry/GALD-DGCNet
Source code and models GALD net (BMVC-2019)and Dual-Seg Net (BMVC-2019)
XU-GITHUB-curry/HiFormer
HiFormer: Hierarchical Multi-scale Representations Using Transformers for Medical Image Segmentation (WACV 2023)
XU-GITHUB-curry/LViT
[IEEE Transactions on Medical Imaging/TMI] This repo is the official implementation of "LViT: Language meets Vision Transformer in Medical Image Segmentation"
XU-GITHUB-curry/MaskGA_Net
Learning with Noise: Mask-Guided Attention Model for Weakly Supervised Nuclei Segmentation (MICCAI2021)
XU-GITHUB-curry/ml-cvnets
CVNets: A library for training computer vision networks
XU-GITHUB-curry/mmsegmentation
OpenMMLab Semantic Segmentation Toolbox and Benchmark.
XU-GITHUB-curry/MRI-Segmentation-Transformer
XU-GITHUB-curry/Paddle-ContextPrior
用Paddle复现Context Prior for Scene Segmentation论文
XU-GITHUB-curry/PaddleSeg
End-to-end image segmentation kit based on PaddlePaddle.
XU-GITHUB-curry/semantic-segmentation
SOTA Semantic Segmentation Models in PyTorch
XU-GITHUB-curry/semseg
Semantic Segmentation in Pytorch
XU-GITHUB-curry/transdeeplab
TransDeepLab: Convolution-Free Transformer-based DeepLab v3+ for Medical Image Segmentation
XU-GITHUB-curry/TransUNet
This repository includes the official project of TransUNet, presented in our paper: TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation.
XU-GITHUB-curry/UNeXt-pytorch
Official Pytorch Code base for "UNeXt: MLP-based Rapid Medical Image Segmentation Network"
XU-GITHUB-curry/ViT-pytorch
Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)
XU-GITHUB-curry/vit-pytorch-1
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch