From 7688483124ccd7058fac95fcfb1d132fbc43b300 Mon Sep 17 00:00:00 2001 From: Igor Moura Date: Tue, 7 Apr 2020 08:57:10 -0300 Subject: [PATCH] Update README with another way to download the data Adds example using `svn`, which allows to download specific folders instead of the whole repo. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ba54250c18..f502687fc7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,18 @@ With [git](https://git-scm.com/downloads) installed, you can download the datase git clone https://github.com/spMohanty/PlantVillage-Dataset cd PlantVillage-Dataset ``` + +Or you can download specific folders through [svn](https://subversion.apache.org/) by replacing `` with the appropriate path: +``` +svn checkout https://github.com/spMohanty/PlantVillage-Dataset/trunk/ +``` +For example, if you want to download the folder `raw/color/Grape___Esca_(Black_Measles)`, do it like so: +``` +svn checkout https://github.com/spMohanty/PlantVillage-Dataset/trunk/raw/color/Grape___Esca_\(Black_Measles) +``` + + + The different versions of the dataset are present in the `raw` directory : * `color` : Original RGB images * `grayscale` : grayscaled version of the raw images