Skip to content

Commit

Permalink
Readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
preritj committed Sep 28, 2017
1 parent a835bc0 commit 11198ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Segmentation

This repository contains tensorflow implemenation of two models for semantic segmentations known to give high accuracy:

* **U-net** (https://arxiv.org/abs/1505.04597) : The network can be found in [u_net.py](./unet.py)

* **FCN** with **global convolution network** : (https://arxiv.org/abs/1703.02719) :



0 comments on commit 11198ba

Please sign in to comment.