All Projects → cvjena → Cn24

cvjena / Cn24

Licence: bsd-3-clause
Convolutional (Patch) Networks for Semantic Segmentation

Projects that are alternatives of or similar to Cn24

Squeeze and excitation
PyTorch Implementation of 2D and 3D 'squeeze and excitation' blocks for Fully Convolutional Neural Networks
Stars: ✭ 192 (+53.6%)
Mutual labels:  segmentation, convolutional-networks
Fcn
Chainer Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
Stars: ✭ 211 (+68.8%)
Mutual labels:  segmentation, convolutional-networks
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-38.4%)
Mutual labels:  segmentation, convolutional-networks
Futhark
💥💻💥 A data-parallel functional programming language
Stars: ✭ 1,641 (+1212.8%)
Mutual labels:  opencl
Nnunet
No description or website provided.
Stars: ✭ 2,231 (+1684.8%)
Mutual labels:  segmentation
Nucleisegmentation
cGAN-based Multi Organ Nuclei Segmentation
Stars: ✭ 120 (-4%)
Mutual labels:  segmentation
Syntok
Text tokenization and sentence segmentation (segtok v2)
Stars: ✭ 123 (-1.6%)
Mutual labels:  segmentation
Pointnet Keras
Keras implementation for Pointnet
Stars: ✭ 110 (-12%)
Mutual labels:  segmentation
Deeplab V3 Plus Cityscapes
mIOU=80.02 on cityscapes. My implementation of deeplabv3+ (also know as 'Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation' based on the dataset of cityscapes).
Stars: ✭ 121 (-3.2%)
Mutual labels:  segmentation
Model Quantization
Collections of model quantization algorithms
Stars: ✭ 118 (-5.6%)
Mutual labels:  segmentation
Dstl unet
Dstl Satellite Imagery Feature Detection
Stars: ✭ 117 (-6.4%)
Mutual labels:  segmentation
Tf2
An Open Source Deep Learning Inference Engine Based on FPGA
Stars: ✭ 113 (-9.6%)
Mutual labels:  opencl
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-4%)
Mutual labels:  convolutional-networks
Masktrack
Implementation of MaskTrack method which is the baseline of several state-of-the-art video object segmentation methods in Pytorch
Stars: ✭ 110 (-12%)
Mutual labels:  segmentation
Babelstream
STREAM, for lots of devices written in many programming models
Stars: ✭ 121 (-3.2%)
Mutual labels:  opencl
Deep Learning Based Ecg Annotator
Annotation of ECG signals using deep learning, tensorflow’ Keras
Stars: ✭ 110 (-12%)
Mutual labels:  segmentation
Multi object datasets
Multi-object image datasets with ground-truth segmentation masks and generative factors.
Stars: ✭ 121 (-3.2%)
Mutual labels:  segmentation
Fusionseg
Video Object Segmentation
Stars: ✭ 116 (-7.2%)
Mutual labels:  segmentation
Spoc
Stream Processing with OCaml
Stars: ✭ 115 (-8%)
Mutual labels:  opencl
Motsfusion
MOTSFusion: Track to Reconstruct and Reconstruct to Track
Stars: ✭ 118 (-5.6%)
Mutual labels:  segmentation

Build status:

master (production branch): Build Status develop (development branch): Build Status

Welcome to the CN24 GitHub repository!

CN24 is a complete semantic segmentation framework using fully convolutional networks. It supports a wide variety of platforms (Linux, Mac OS X and Windows) and libraries (OpenCL, Intel MKL, AMD ACML...) while providing dependency-free reference implementations. The software is developed in the Computer Vision Group at the University of Jena.

Why should I use CN24?

  1. Designed for pixel-wise labeling and semantic segmentation (train and test your own networks!)
  2. Suited for various applications in driver assistance systems, scene understanding, remote sensing, biomedical image processing and many more
  3. OpenCL support not only suited for NVIDIA GPUs
  4. High-performance implementation with minimal dependencies to other libraries

Getting started

To get started, clone this repository and visit the wiki! Installation is just a two command lines away. For an even faster introduction, check out one of these examples:

The repository contains pre-trained networks for these two applications, which are ready to use.

Licensing

CN24 is available under a 3-clause BSD license. See LICENSE for details. If you use CN24 for research, please cite our paper Clemens-Alexander Brust, Sven Sickert, Marcel Simon, Erik Rodner, Joachim Denzler. "Convolutional Patch Networks with Spatial Prior for Road Detection and Urban Scene Understanding". VISAPP 2015.

Remark: The paper does not discuss the fully convolutional network adaptations integrated in CN24.

Questions?

If you have questions, feedback, or experience problems. Let us know and write an e-mail to Clemens-Alexander Brust, Sven Sickert, Marcel Simon, and Erik Rodner.

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