Example data for applying MapReader to classification of plant patches and running this model with the Scivision tool
Make sure you have git-lfs installed.
Create a conda environment:
conda create -n plant_py38 python=3.8
conda activate plant_py38
Install scivision:
pip install scivision
pip install jupyter
Windows users may need to run the following:
# install rasterio and fiona manually
conda install -c conda-forge rasterio=1.2.10
conda install -c conda-forge fiona=1.8.20
# install git
conda install git
Follow the instructions at: https://github.com/scivision-gallery/plant-phenotyping-classification#how-to-run