• Stars
    star
    278
  • Rank 148,454 (Top 3 %)
  • Language
    Jupyter Notebook
  • License
    BSD 3-Clause "New...
  • Created almost 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ENet - A Neural Net Architecture for real time Semantic Segmentation

ENet - Real Time Semantic Segmentation

A Neural Net Architecture for real time Semantic Segmentation.
In this repository we have reproduced the ENet Paper - Which can be used on mobile devices for real time semantic segmentattion. The link to the paper can be found here: ENet

How to use?

  1. This repository comes in with a handy notebook which you can use with Colab.
    You can find a link to the notebook here: ENet - Real Time Semantic Segmentation
    Open it in colab: Open in Colab

  1. Clone the repository and cd into it
git clone https://github.com/iArunava/ENet-Real-Time-Semantic-Segmentation.git
cd ENet-Real-Time-Semantic-Segmentation/
  1. Use this command to train the model
python3 init.py --mode train -iptr path/to/train/input/set/ -lptr /path/to/label/set/
  1. Use this command to test the model
python3 init.py --mode test -m /path/to/the/pretrained/model.pth -i /path/to/image/to/infer.png
  1. Use --help to get more commands
python3 init.py --help

Some results

enet infer 1 enet infer 4 enet infer 6 enet infer 5 enet infer 2

References

  1. A. Paszke, A. Chaurasia, S. Kim, and E. Culurciello. Enet: A deep neural network architecture for real-time semantic segmentation. arXiv preprint arXiv:1606.02147, 2016.

Citations

@inproceedings{ BrostowSFC:ECCV08,
  author    = {Gabriel J. Brostow and Jamie Shotton and Julien Fauqueur and Roberto Cipolla},
  title     = {Segmentation and Recognition Using Structure from Motion Point Clouds},
  booktitle = {ECCV (1)},
  year      = {2008},
  pages     = {44-57}
}

@article{ BrostowFC:PRL2008,
    author = "Gabriel J. Brostow and Julien Fauqueur and Roberto Cipolla",
    title = "Semantic Object Classes in Video: A High-Definition Ground Truth Database",
    journal = "Pattern Recognition Letters",
    volume = "xx",
    number = "x",   
    pages = "xx-xx",
    year = "2008"
}

License

The code in this repository is distributed under the BSD v3 Licemse.
Feel free to fork and enjoy :)

More Repositories

1

YOLOv3-Object-Detection-with-OpenCV

This project implements a real-time image and video object detection classifier using pretrained yolov3 models.
Python
325
star
2

Python-TheNoTheoryGuide

Jupyter NoteBooks to get you boosted with the basics of python with hands-on-practice.
Jupyter Notebook
106
star
3

scratchai

scratchai is a Deep Learning library that aims to store all Deep Learning algorithms. With easy calls to do all the common tasks in AI.
Python
96
star
4

Malaria-Detection-using-Keras

Malaria Detection using Deep Learning from Images made available publicly from NIH
Python
38
star
5

DCGAN

In this repository, I reproduce the DCGAN paper using PyTorch
Jupyter Notebook
26
star
6

Neural-Style-Transfer-with-OpenCV

Neural Net Style Transfer using OpenCV and pretrained torch models from the Perceptual Losses paper by Johnson et al.
Python
25
star
7

Intro-to-Deep-Learning-with-Pytorch-Udacity-Solutions

This repository contains my solutions and stand-alone Colab-friendly notebooks for the Intro to Deep Learning with PyTorch Course on Udacity
Jupyter Notebook
20
star
8

Style-Transfer-with-PyTorch

Implementing the Style Transfer Paper by Gatys in PyTorch. Using pretrained models to transfer arbitrary style onto arbitrary images.
Python
10
star
9

NoteBook-Buddy

Jupyter Buddy is a Chrome and Firefox Extension that provides a helping hand while using jupyter notebooks
JavaScript
8
star
10

ResNet

In this repository I will reproduce the resnet paper
Python
7
star
11

Floydhub-Notebooks

This repository contains all notebooks used in Floydhub Articles
Jupyter Notebook
5
star
12

IMDB-Sentiment-Analysis-using-PyTorch

This project performs sentiment analysis using the IMDB Reviews Dataset using PyTorch
Python
5
star
13

OpenCV-TheNoTheoryGuide

Handful notebooks to Help master open cv
Jupyter Notebook
4
star
14

Dinosaur-Land

Implementation of Recurrent Neural Network from scratch to invent new Dinosaurs!
Python
4
star
15

CycleGAN

In this repository, I reproduce the CycleGAN paper.
Python
4
star
16

Decision-Trees

My Implementation of Decision Trees
Python
3
star
17

models

In this repository, I will store the implementations of all AI models out there.
Python
2
star
18

iSeeDigits

A Handwritten Digit Recognizer on the Web. Model trained locally on MNIST with ANN built from scratch.
JavaScript
2
star
19

MNIST-GAN

In this repository, I create a simple generator and discriminator to generate new MNIST images.
Python
1
star
20

Q-Learning

This repository contains the implementation of the Q-Learning Algorithm in TensorFlow and PyTorch.
Jupyter Notebook
1
star
21

flappydragon

JavaScript
1
star
22

A-Neural-Algorithm-for-Artistic-Style

Python
1
star
23

Notebooks

This repository will contain all the notebooks created by me.
Jupyter Notebook
1
star
24

Blemger

Blemger is a Web Application that can be used to create a nice blend of two images. The blending works on color images that are Images with 3 planes Red, Green, and Blue with the ability to control freely the ratio of how each plane would affect the resulting blended image.
HTML
1
star
25

Postie

Postie is a WebExtension for Chrome and Firefox that helps you save Linkedin posts.
JavaScript
1
star
26

Handwritten-Digits-Recognizer

Python
1
star
27

Passwordz

Passwordz is a web application that generates random password. It comes with a handful of customizations to make the generated password more useful.
JavaScript
1
star
28

IMDB-Sentiments

This repository contains the code that I used while building the MLP model while following the Google Text Classification Guide. Note this repo builds the MLP model (not a sequence model)
Jupyter Notebook
1
star