All Projects → ternaus → Ternausnet

ternaus / Ternausnet

Licence: mit
UNet model with VGG11 encoder pre-trained on Kaggle Carvana dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ternausnet

U Net
U-Net: Convolutional Networks for Biomedical Image Segmentation
Stars: ✭ 374 (-59.7%)
Mutual labels:  image-segmentation
Keras Rcnn
Keras package for region-based convolutional neural networks (RCNNs)
Stars: ✭ 526 (-43.32%)
Mutual labels:  image-segmentation
Semseg
常用的语义分割架构结构综述以及代码复现
Stars: ✭ 624 (-32.76%)
Mutual labels:  image-segmentation
Cvpr2021 Papers With Code
CVPR 2021 论文和开源项目合集
Stars: ✭ 7,138 (+669.18%)
Mutual labels:  image-segmentation
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (-48.49%)
Mutual labels:  image-segmentation
Refinenet
RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation
Stars: ✭ 543 (-41.49%)
Mutual labels:  image-segmentation
Medpy
Medical image processing in Python
Stars: ✭ 321 (-65.41%)
Mutual labels:  image-segmentation
Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (-10.56%)
Mutual labels:  image-segmentation
Ternausnetv2
TernausNetV2: Fully Convolutional Network for Instance Segmentation
Stars: ✭ 521 (-43.86%)
Mutual labels:  image-segmentation
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.)
Stars: ✭ 579 (-37.61%)
Mutual labels:  image-segmentation
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (-51.29%)
Mutual labels:  image-segmentation
Js Segment Annotator
Javascript image annotation tool based on image segmentation.
Stars: ✭ 479 (-48.38%)
Mutual labels:  image-segmentation
Imagesegmentation
Perform image segmentation and background removal in javascript using superpixes
Stars: ✭ 545 (-41.27%)
Mutual labels:  image-segmentation
Pytorch Nested Unet
PyTorch implementation of UNet++ (Nested U-Net).
Stars: ✭ 416 (-55.17%)
Mutual labels:  image-segmentation
Cvpr2021 Paper Code Interpretation
cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
Stars: ✭ 8,075 (+770.15%)
Mutual labels:  image-segmentation
Pixellib
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
Stars: ✭ 327 (-64.76%)
Mutual labels:  image-segmentation
Robot Surgery Segmentation
Wining solution and its improvement for MICCAI 2017 Robotic Instrument Segmentation Sub-Challenge
Stars: ✭ 528 (-43.1%)
Mutual labels:  image-segmentation
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-97.52%)
Mutual labels:  image-segmentation
Eccv2020 Code
ECCV 2020 论文开源项目合集,同时欢迎各位大佬提交issue,分享ECCV 2020开源项目
Stars: ✭ 827 (-10.88%)
Mutual labels:  image-segmentation
Crfasrnn keras
CRF-RNN Keras/Tensorflow version
Stars: ✭ 576 (-37.93%)
Mutual labels:  image-segmentation

TernausNet: U-Net with VGG11 Encoder Pre-Trained on ImageNet for Image Segmentation

By Vladimir Iglovikov and Alexey Shvets

Introduction

TernausNet is a modification of the celebrated UNet architecture that is widely used for binary Image Segmentation. For more details, please refer to our arXiv paper.

UNet11

loss_curve

Pre-trained encoder speeds up convergence even on the datasets with a different semantic features. Above curve shows validation Jaccard Index (IOU) as a function of epochs for Aerial Imagery

This architecture was a part of the winning solutiuon (1st out of 735 teams) in the Carvana Image Masking Challenge.

Installation

pip install ternausnet

Citing TernausNet

Please cite TernausNet in your publications if it helps your research:

@ARTICLE{arXiv:1801.05746,
         author = {V. Iglovikov and A. Shvets},
          title = {TernausNet: U-Net with VGG11 Encoder Pre-Trained on ImageNet for Image Segmentation},
        journal = {ArXiv e-prints},
         eprint = {1801.05746},
           year = 2018
        }

Example of the train and test pipeline

https://github.com/ternaus/robot-surgery-segmentation

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].