Skip to content

This repository is intended to develop the work supported by the Latin America Research Awards 2018.

License

Notifications You must be signed in to change notification settings

esgario/lara2018

Repository files navigation

🍃 Deep Learning for Classification and Severity Estimation of Coffee Leaf Biotic Stress

This repository is intended to develop the work supported by the Latin America Research Awards 2018.

The work is divided into two parts:

  • Classification: This folder have the solution developed in the paper. Where we developed a multi-task model to classify the symptoms and estimate the severity of the biotic stress.
  • Segmentation: This is an extension of the initial work, where we try to segment the symptoms in the images.

Requirements

Install anaconda.

Create conda environment with python 3:

conda create -n <your_env_name> python=3.7
conda activate <your_env_name>

Then install the requirements:

conda install pytorch torchvision pytorch-cuda=11.7 -c pytorch -c nvidia
conda install Pillow==6.1 pandas opencv
pip install -r requirements.txt

NOTE: If you have any problem with the pytorch installation, please refer to the official documentation.

Dataset

All images collected to build the datasets used in this work are public available at the following link:

Coffee datasets.

  • Our experiments using the symptom datasets combine our images with those available at https://www.digipathos-rep.cnptia.embrapa.br/. However, the public dataset above contain only the images we collect, but here on github you will find exactly what was used in the experiments.

Research

The development of this work led to the publication of an paper in Computers and Electronics in Agriculture journal.

About

This repository is intended to develop the work supported by the Latin America Research Awards 2018.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages