All Projects → liuhengli → LinkNet_tensorflow

liuhengli / LinkNet_tensorflow

Licence: other
TensorFlow implementation of LinkNet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LinkNet tensorflow

Adversarial-Semisupervised-Semantic-Segmentation
Pytorch Implementation of "Adversarial Learning For Semi-Supervised Semantic Segmentation" for ICLR 2018 Reproducibility Challenge
Stars: ✭ 151 (+843.75%)
Mutual labels:  semantic-segmentation
IAST-ECCV2020
IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm
Stars: ✭ 84 (+425%)
Mutual labels:  semantic-segmentation
AdaptationSeg
Curriculum Domain Adaptation for Semantic Segmentation of Urban Scenes, ICCV 2017
Stars: ✭ 128 (+700%)
Mutual labels:  semantic-segmentation
modular semantic segmentation
Corresponding implementations for the IROS 2018 paper "Modular Sensor Fusion for Semantic Segmentation"
Stars: ✭ 24 (+50%)
Mutual labels:  semantic-segmentation
SyConn
Toolkit for the generation and analysis of volume eletron microscopy based synaptic connectomes of brain tissue.
Stars: ✭ 31 (+93.75%)
Mutual labels:  semantic-segmentation
EDANet
Implementation details for EDANet
Stars: ✭ 34 (+112.5%)
Mutual labels:  semantic-segmentation
pytorch-UNet
2D and 3D UNet implementation in PyTorch.
Stars: ✭ 107 (+568.75%)
Mutual labels:  semantic-segmentation
FaPN
[ICCV 2021] FaPN: Feature-aligned Pyramid Network for Dense Image Prediction
Stars: ✭ 173 (+981.25%)
Mutual labels:  semantic-segmentation
kits19-challenge
Kidney Tumor Segmentation Challenge 2019
Stars: ✭ 44 (+175%)
Mutual labels:  semantic-segmentation
Polyp-Segmentation-using-UNET-in-TensorFlow-2.0
Implementing polyp segmentation using the U-Net and CVC-612 dataset.
Stars: ✭ 52 (+225%)
Mutual labels:  semantic-segmentation
awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Stars: ✭ 419 (+2518.75%)
Mutual labels:  semantic-segmentation
Baidu Lane Segmentation
4th place solution in Baidu Autonomous Driving Lane Segmentation
Stars: ✭ 19 (+18.75%)
Mutual labels:  semantic-segmentation
AuxiLearn
Official implementation of Auxiliary Learning by Implicit Differentiation [ICLR 2021]
Stars: ✭ 71 (+343.75%)
Mutual labels:  semantic-segmentation
multichannel-semseg-with-uda
Multichannel Semantic Segmentation with Unsupervised Domain Adaptation
Stars: ✭ 19 (+18.75%)
Mutual labels:  semantic-segmentation
mix3d
Mix3D: Out-of-Context Data Augmentation for 3D Scenes (3DV 2021 Oral)
Stars: ✭ 183 (+1043.75%)
Mutual labels:  semantic-segmentation
FoggySynscapes
Semantic Understanding of Foggy Scenes with Purely Synthetic Data
Stars: ✭ 37 (+131.25%)
Mutual labels:  semantic-segmentation
food-detection-yolov5
🍔🍟🍗 Food analysis baseline with Theseus. Integrate object detection, image classification and multi-class semantic segmentation. 🍞🍖🍕
Stars: ✭ 68 (+325%)
Mutual labels:  semantic-segmentation
MINet
Multi-scale Interaction for Real-time LiDAR Data Segmentation on an Embedded Platform (RA-L)
Stars: ✭ 28 (+75%)
Mutual labels:  semantic-segmentation
UNETR
Unofficial code base for UNETR: Transformers for 3D Medical Image Segmentation
Stars: ✭ 60 (+275%)
Mutual labels:  semantic-segmentation
celldetection
Cell Detection with PyTorch.
Stars: ✭ 44 (+175%)
Mutual labels:  semantic-segmentation

LinkNet_tensorflow

This repository is tensorFlow implementation of LinkNet: Exploiting Encoder Representations for Efficient Semantic Segmentation (https://arxiv.org/abs/1707.03718) and the official Torch implementation (https://github.com/e-lab/LinkNet) and the pytorch implementation by PavlosMelissinos (https://github.com/e-lab/pytorch-linknet), trained on the Cityscapes dataset (https://www.cityscapes-dataset.com/).

  • The video of results (logs/results/cityscapes_stuttgart_02_pred.avi):
  • demo video with results

Dependencies:


Files/folders and their usage:

Linknet_model.py:

  • bulid the Linknet model.

load_cityscapes_data.py:

  • preprocess dataset and generate train/val batch data. that all Cityscapes training (validation) image directories have been placed in data_dir/cityscapes/leftImg8bit/train (data_dir/cityscapes/leftImg8bit/val) and that all corresponding ground truth directories have been placed in data_dir/cityscapes/gtFine/train (data_dir/cityscapes/gtFine/val).

train_linknet.py:

  • train linknet class

demo.py:

  • run a model checkpoint on all frames in a Cityscapes demo sequence directory and creates a video of the result.

License

This software is released under a creative commons license which allows for personal and research use only. For a commercial license please contact the authors. You can view a license summary here: http://creativecommons.org/licenses/by-nc/4.0/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].