Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 776 Bytes

File metadata and controls

23 lines (15 loc) · 776 Bytes

Tech-Saplings

Coconut Plant Localization and Counting

  1. First we have to clone the darknet repository by using the command below command git clone https://github.com/AlexeyAB/darknet.git

  2. Then move the dataset folder into the cloned darknet folder

  • move the yolo-voc.2.0.cfg file into darknet/cfg folder
  • move the train_test.py file into darknet folder and the run the python file
  • move the obj.data and obj.names files into darknet/cfg folder
  1. After moving alll the files into the respective darknet folders run the jupyter file and get the desired output

Plant Disease Detection

Run the disease.ipynb to get the desired output

This is the Working mechanism ![My Image](Working mech.png)

AI worflow ![My Image](AI model.png)