Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: ieee.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: RITIK-12
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 310 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

tCrop: Thermal Imaging Based Plant Stress Identification Using On-Edge Deep Learning [Paper | Code]

vision-1

✯ Abstract

Plant stress identification is one of the critical tasks to secure food availability for the future. Stress in plants increases considerably due to changing environmental conditions. This paper proposes an innovative solution for the automatic detection of plant stress using computer vision and deep learning for edge computing platforms. The novel model classifies the disease and sends an alert to the cloud if the disease is detected for an early detection of the disease. The idea can be implemented on any edge platform, where the thermal camera captures the image of the crop, the deep learning model predicts the disease in the plant, gives the inference on edge and sends alerts if the disease is detected. The proposed novel CNN model had 90% validation accuracy and 93% test accuracy. The tCrop Lite model had 94% test accuracy and inference time of 0.001 seconds when evaluated on the Raspberry Pi 4 device.

✯ Datset Acquisition & Preparation

Screenshot 2022-09-06 at 5 35 26 PM

  • Dataset having thermal images of diseased and healthy leaves of paddy crops was acquired from [1].
  • It had 602 images belonging five classes namely Bacterial Leaf Blight, Blast, Leaf Spot, Hispa and Healthy leaves.
  • The images were cropped to remove the temperature tags and other texts.
  • Image augmentation techniques such as horizontal flip, vertical flip and rotation by 45, 90 degrees were used to remove class imbalance and increase size of dataset.
  • Images were then resized to 224x224 pixels.
  • Total number of images after augmentation are 2200.
  • The dataset was divided into train, validation and test dataset of 1539, 439 and 222.

Screenshot 2022-09-06 at 5 35 04 PM

✯ Dataset used in this research can be found here. ✯

✯ MODEL TRAINING & EVALUATION

Screenshot 2022-09-24 at 1 19 36 PM

  • A novel CNN model is proposed for disease classification.
  • The dense layers are used for inference along with dropout to reduce overfitting.
  • Categorical Crossentropy was loss function used along with Adam optimizer and Accuracy as metrics.
  • Model was trained on Google’s Collaboratory Platform for 30 epochs.
  • Model gave accuracy of 99% on training dataset and 93% on validation dataset.

Screenshot 2022-09-06 at 5 17 03 PM

✯ Model Testing

  • Model was evaluated on test dataset of 222 images.
  • Owing to 94% accuracy only 14 images were misclassified.
  • High precision and recall values indicate good performance of the classification model.

Screenshot 2022-09-06 at 5 14 54 PM

✯ BibTeX

If you find this code or paper useful, please use the following reference:

@INPROCEEDINGS{9864547, author={Bompilwar, Ritik and Singh Rathor, Surya Pratap and Das, Debanjan}, booktitle={2022 IEEE Region 10 Symposium (TENSYMP)}, title={tCrop: Thermal Imaging Based Plant Stress Identification Using On-Edge Deep Learning}, year={2022}, volume={}, number={}, pages={1-6}, doi={10.1109/TENSYMP54529.2022.9864547}}

✯ References

  1. https://www.kaggle.com/datasets/sujaradha/thermal-images-diseased-healthy-leaves-paddy

Owner

  • Name: Ritik Bompilwar
  • Login: RITIK-12
  • Kind: user
  • Location: Naya Raipur, Chhattisgarh,India
  • Company: @Openfabric

Sophomore @ IIIT-Naya Raipur.

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use any contents of this repository, please cite the software and the paper.
authors:
  - family-names: Ritik
    given-names: Bompilwar
    orcid: https://orcid.org/ 0000-0002-3593-7122
title: tCrop
version: 1.0.4

references:
  - type: conference-paper
    authors:
      - family-names: Bompilwar
        given-names: Ritik
    title: "tCrop: Thermal Imaging Based Plant Stress Identification Using On-Edge Deep Learning"
    year: 2022
    conference:
      name: 2022 IEEE Region 10 Symposium (TENSYMP)
      location: VICTOR MENEZES CONVENTION CENTRE
      address: IIT Bombay
      city: Mumbai
      region: Maharashtra
      post-code: "400076"
      country: IN
      date-start: 2022-07-01
      date-end: 2022-07-03
    start: 1
    end: 6
    doi: 10.1109/TENSYMP54529.2022.9864547

GitHub Events

Total
Last Year