camvid
There are 22 repositories under camvid topic.
xiaoyufenfei/Efficient-Segmentation-Networks
Lightweight models for real-time semantic segmentationon PyTorch (include SQNet, LinkNet, SegNet, UNet, ENet, ERFNet, EDANet, ESPNet, ESPNetv2, LEDNet, ESNet, FSSNet, CGNet, DABNet, Fast-SCNN, ContextNet, FPENet, etc.)
sithu31296/semantic-segmentation
SOTA Semantic Segmentation Models in PyTorch
wutianyiRosun/Segmentation.X
Papers and Benchmarks about semantic segmentation, instance segmentation, panoptic segmentation and video segmentation
davidtvs/PyTorch-ENet
PyTorch implementation of ENet
lxtGH/DecoupleSegNets
[ECCV-2020]: Improving Semantic Segmentation via Decoupled Body and Edge Supervision
wutianyiRosun/CGNet
CGNet: A Light-weight Context Guided Network for Semantic Segmentation [IEEE Transactions on Image Processing 2020]
MaybeShewill-CV/bisenetv2-tensorflow
Unofficial tensorflow implementation of real-time scene image segmentation model "BiSeNet V2: Bilateral Network with Guided Aggregation for Real-time Semantic Segmentation"
DrSleep/nas-segm-pytorch
Code for Fast Neural Architecture Search of Compact Semantic Segmentation Models via Auxiliary Cells, CVPR '19
Reagan1311/DABNet
Depth-wise Asymmetric Bottleneck for Real-time Semantic Segmentation (BMVC2019)
advaitsave/Multiclass-Semantic-Segmentation-CamVid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
fmahoudeau/FCN-Segmentation-TensorFlow
FCN for Semantic Image Segmentation achieving 68.5 mIoU on PASCAL VOC
Dawson-huang/Pytorch-ENet-Nice
Pytorch to train ENet of Cityscapes datasets and CamVid datasets nicely
AvivSham/DeepLabv3
Implementation of DeepLabV3 paper using Pytorch
mohamedac29/S2-FPN
Scale-ware Strip Attention Guided Feature Pyramid Network for Real-time Semantic Segmentation
mohamedac29/DSANet
DSANet: Dilated Spatial Attention for Real-time Semantic Segmentation in Urban Street Scenes
stonewst/CamVid-for-Segmentation
CamVid Dataset for Segmentation
mohamedac29/SPFNet
SPFNet
lucabnf/realtime-DA
Real-time Domain Adapation in Semantic Segmentation project
mdarestani98/multi-res-semseg-eval
SOTA semantic segmentation on public benchmarks
zhulf0804/SegNet-Tensorflow
A brief SegNet tensorflow implementation trained on CamVid dataset.