# PlantVillage-Dataset ## Download dataset With [git](https://git-scm.com/downloads) installed, you can download the dataset by : ``` git clone https://github.com/spMohanty/PlantVillage-Dataset cd PlantVillage-Dataset ``` The different versions of the dataset are present in the `raw` directory : * `color` : Original RGB images * `grayscale` : grayscaled version of the raw images * `segmented` : RGB images with just the leaf segmented and color corrected. ## Citation If you use this dataset, please consider citing: ``` @article{Mohanty_Hughes_Salathé_2016, title={Using deep learning for image-based plant disease detection}, volume={7}, DOI={10.3389/fpls.2016.01419}, journal={Frontiers in Plant Science}, author={Mohanty, Sharada P. and Hughes, David P. and Salathé, Marcel}, year={2016}, month={Sep}} ``` TO-DO : Add Usage Documentation. In case of any confusion while trying to use this code now, please shoot an email to `[email protected]`