From 55b8587e9b2cdf5d558064c7781a404b3edacd43 Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 15 Oct 2013 20:26:23 +0200 Subject: [PATCH] fixes --- report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report.md b/report.md index 07c7cc3..744c4bd 100644 --- a/report.md +++ b/report.md @@ -2,7 +2,7 @@ ## 1.1. Goal -The goal with this project was to give a computer a drawing of either a cats or a dogs face and let it with high probability predict if it is a cat or a dog shown in that drawing. +The goal with this project was to give a computer a drawing of either a cat's or a dog's face and let it with high probability predict if it is a cat or a dog shown in that drawing. ## 1.2. Scope @@ -32,7 +32,7 @@ Then I cut out one drawing after another from the big image and saved it as a bl ## 2.3. Resizing -I wrote a small shellscript which would take all pictures resize them proportionally to a max width and height of 200 px and fill up the missibg borders with a white background color. To do that I used the [ImageMagick suite](www.imagemagick.org) software suite: +I wrote a small shellscript which would take all pictures resize them proportionally to a max width and height of 200 px and fill up the missibg borders with a white background color. To do that I used the [ImageMagick](www.imagemagick.org) software suite:
#!/bin/sh