Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,24 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
## Introduction
|
4 |
-
This model was trained to detect various pests in agricultural settings using
|
5 |
|
6 |
## Model Details
|
7 |
- **Model File**: [best.pt](./best.pt)
|
8 |
-
- **Framework**:
|
9 |
- **Dataset**: Custom dataset containing images of agricultural pests.
|
10 |
|
11 |
## Training Metrics
|
@@ -24,4 +37,4 @@ Below are the metrics and results from the training process:
|
|
24 |
## Training Graphs
|
25 |
Below is the graph representing the model's training process, including metrics such as loss, precision, and recall.
|
26 |
|
27 |
-
![Training Results](./results.png
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- object-detection
|
5 |
+
- pest-control
|
6 |
+
- agriculture
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- mAP
|
11 |
+
pipeline_tag: object-detection
|
12 |
+
---
|
13 |
+
|
14 |
+
# Pest Detection Model - YOLOv5
|
15 |
|
16 |
## Introduction
|
17 |
+
This model was trained to detect various pests in agricultural settings using YOLOv5. The goal of this model is to assist farmers and agronomists in identifying pests to help in better crop management. The model was trained on a custom dataset and has been optimized for accuracy and efficiency in identifying different types of pests.
|
18 |
|
19 |
## Model Details
|
20 |
- **Model File**: [best.pt](./best.pt)
|
21 |
+
- **Framework**: YOLOv5
|
22 |
- **Dataset**: Custom dataset containing images of agricultural pests.
|
23 |
|
24 |
## Training Metrics
|
|
|
37 |
## Training Graphs
|
38 |
Below is the graph representing the model's training process, including metrics such as loss, precision, and recall.
|
39 |
|
40 |
+
![Training Results](./results.png)
|