Skip to content

gnoses/TensorFlowExamples

Repository files navigation

TensorFlowExamples

1. SRCNN (Super resolution)

SRCNN (http://mmlab.ie.cuhk.edu.hk/projects/SRCNN.html) implementation using Tensorflow

Dataset Stanford BG (http://dags.stanford.edu/data/iccv09Data.tar.gz)

Image

2. Convolutional Autoencoder

Down sampling (conovolution stride 2), Up sampling (transpose convolution with stride 2)

3. Convolutional Encoder Decoder Net

Encoder decoder net for Semantic segmentation using pooling and unpooling

Image

Instruction :

Download dataset and unpack into src folder (CamVid https://github.com/alexgkendall/SegNet-Tutorial/tree/master/CamVid from Cambridge University Machine Intelligence Lab)

Run CreateDB script once in main code

CreateDB('CamVid/train')
CreateDB('CamVid/val')

Training plot

Image

4. SVHN Classification

Image

Dataset : http://ufldl.stanford.edu/housenumbers/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages