Skip to content

Commit

Permalink
Add image segmentation notebook (#26)
Browse files Browse the repository at this point in the history
* add image segmentation notebook

* change title
  • Loading branch information
yangw1234 authored Jun 11, 2019
1 parent 67211c3 commit 8a609b7
Show file tree
Hide file tree
Showing 2 changed files with 1,056 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tensorflow/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
## Install Analytics Zoo
To install the Analytics Zoo, please follow [here](https://analytics-zoo.github.io/0.4.0/#PythonUserGuide/install/). We recommend you to install using non-pip method by cloning Analytcis Zoo repo so that you could always use the newest features.

## Dependencies
TensorFlow 1.10.0
matplotlib
sklearn
Pillow
pandas


## Setup Analytics Zoo
After installation, please follow [here](https://analytics-zoo.github.io/0.4.0/#PythonUserGuide/run/) to setup the environment.

Expand Down
1,048 changes: 1,048 additions & 0 deletions tensorflow/notebooks/image_segmentation.ipynb

Large diffs are not rendered by default.

0 comments on commit 8a609b7

Please sign in to comment.