From 739546cf2959635902d658bb17e9bb8dfb281436 Mon Sep 17 00:00:00 2001 From: Abhishek Chaurasia Date: Thu, 4 May 2017 11:35:20 -0400 Subject: [PATCH] Fixed indentation --- train/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/train/README.md b/train/README.md index a48188b..158eb22 100644 --- a/train/README.md +++ b/train/README.md @@ -9,6 +9,7 @@ Currently the network can be trained on three datasets: | [CamVid](http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/) | 480x360 | 60x45 | 11 | | [Cityscapes](https://www.cityscapes-dataset.com/) | 1024x512 | 128x64 | 19 | | [SUN RGBD](http://rgbd.cs.princeton.edu/) | 256x200 | 32x25 | 37 | + ^ is the encoder output resolution; decoder output resolution is the same as that of the input image. Folder arrangement of the datasets compatible with our data-loader has been explained in detail [here](data/README.md). ## Files/folders and their usage: