From 83c5a3c64beb632583d3f68aad3523580a2576ef Mon Sep 17 00:00:00 2001 From: Tony Peter Date: Wed, 9 Oct 2019 19:23:30 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c1ab21..8860018 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # GIS U-Net A Workflow for applying a Convolutional Neural Network to Geospatial data. -Input data is a multi layer GeoTiff. -Output data is a geotiff, this demo is semantic segmentation, however regression is also possible. +Input data is a multi layer geotiff, output data is a geotiff. +This demo is semantic segmentation, however regression is also possible.