GithubHelp home page GithubHelp logo

jdc08161063 / tensorflow-deconvnet-segmentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabianbormann/tensorflow-deconvnet-segmentation

0.0 2.0 0.0 17.41 MB

Tensorflow implementation of "Learning Deconvolution Network for Semantic Segmentation"

License: Other

Python 4.59% Jupyter Notebook 95.41%

tensorflow-deconvnet-segmentation's Introduction

Tensorflow implementation of Learning Deconvolution Network for Semantic Segmentation.

Install Instructions

  1. Get a Tensorflow version that fits to your system

  2. Run the following commands in your terminal

git clone https://github.com/fabianbormann/Tensorflow-DeconvNet-Segmentation.git
cd Tensorflow-DeconvNet-Segmentation
sudo pip3 install -r requirements.txt

python3
Python 3.5.2+ (default, Sep 22 2016, 12:18:14)
[GCC 6.2.0 20160927] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from DeconvNet import DeconvNet
>>> deconvNet = DeconvNet() # will start collecting the VOC2012 data

Improving training

python write-tfrecords/img_to_records_pascal.py

Will write entire PASCAL VOC2012 dataset as TFRecord. Takes about 4mins @ 100it/s.

Default behaviour:

  • assumes default dataset location from DeconvNet.py
  • writes TFRecord to tfrecords folder
  • Uses resize_image_with_crop_or_pad to make all images and segmentations fixed size of 224x224
  • run with -h to see help and change defaults, will need to change decode_png to use image format other than png.

-- Contributions welcome!

tensorflow-deconvnet-segmentation's People

Contributors

angusg avatar emmabypeng avatar

Watchers

James Cloos avatar  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.