Coder Social home page Coder Social logo

kbalde / cityscapes-segmentation-with-unet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srihari-humbarwadi/cityscapes-segmentation-with-unet

0.0 0.0 0.0 86.29 MB

Multiclass image segmentation in Keras

Jupyter Notebook 94.15% Python 5.85%

cityscapes-segmentation-with-unet's Introduction

This repository is no longer maintained, Please visit https://github.com/srihari-humbarwadi/DeepLabV3_Plus-Tensorflow2.0

Readme

The model was trained on cityscape-dataset with classes merged into 8 main classes. The model was trained for 300k iterations with lr=0.001, and no wd. Results are expected to improve drastically after hyperparameter tuning You can download the pretrained weights from here Pretrained weights

List of classes

  • void
  • flat
  • construction
  • object
  • nature
  • sky
  • human
  • vehicle

Results

The following color map has been used to display the results

color_map = {
 '0': [0, 0, 0],
 '1': [153, 153, 0],
 '2': [255, 204, 204],
 '3': [255, 0, 127],
 '4': [0, 255, 0],
 '5': [0, 204, 204],
 '6': [255, 0, 0],
 '7': [0, 0, 255]
}

Video results

Part 1 Part 2 Part 3 Part 4

Image results

image 1 image 1 image 1 image 1

To-do

  • Hyperparameter tuning
  • Extend to cover all the original classes
  • Try with Conv2DTranspose

cityscapes-segmentation-with-unet's People

Contributors

srihari-humbarwadi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.