This project is a downloader for the plant disease image database provided by EMBRAPA (Brazilian Agricultural Research Corporation). Further information on the database can be found in this paper.
You will need python 3.6 or higher installed.
Additionally, you will need the python module requests. If you haven't already installed it, install it with pip install requests
.
With git installed, you can install the downloader with:
git clone https://github.com/georg-un/digipathos-plant-disease-img-db-downloader
cd digipathos-plant-disease-img-db-downloader
To use the downloader, open a terminal in the project folder and run the following command:
python3.6 run.py
Note: You can tell the script to download only original or cropped images.
To download only original images use the command python3.6 run.py original
.
To download only cropped images use the command python3.6 run.py cropped
.