Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jocicmarko authored Mar 28, 2018
1 parent 9d0fb65 commit df9eb77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This script just loads the images and saves them into NumPy binary format files

### Pre-processing

The images are not pre-processed in any way, except resizing to 64 x 80. Since the images are pretty noisy,
The images are not pre-processed in any way, except resizing to 96 x 96. Since the images are pretty noisy,
I expect that some thoughtful pre-processing could yield better performance of the model.

Output images (masks) are scaled to \[0, 1\] interval.
Expand All @@ -45,7 +45,7 @@ See picture below (note that image size and numbers of convolutional filters in

This deep neural network is implemented with Keras functional API, which makes it extremely easy to experiment with different interesting architectures.

Output from the network is a 64 x 80 which represents mask that should be learned. Sigmoid activation function
Output from the network is a 96 x 96 which represents mask that should be learned. Sigmoid activation function
makes sure that mask pixels are in \[0, 1\] range.

### Training
Expand Down Expand Up @@ -133,4 +133,4 @@ supports arbitrary connectivity schemes (including multi-input and multi-output
runs seamlessly on CPU and GPU.
Read the documentation [Keras.io](http://keras.io/)

Keras is compatible with: Python 2.7-3.5.
Keras is compatible with: Python 2.7-3.5.

0 comments on commit df9eb77

Please sign in to comment.