Yudsky commited on
Commit
4f963c9
1 Parent(s): c470477

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -11,15 +11,15 @@ metrics:
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
25
  Below are the metrics and results from the training process:
@@ -34,6 +34,10 @@ Below are the metrics and results from the training process:
34
 
35
  *Note: Metrics include precision, recall, mAP at 50% (mAP50), and mAP across 50-95% (mAP50-95) confidence.*
36
 
 
 
 
 
37
  ## Training Graphs
38
  Below is the graph representing the model's training process, including metrics such as loss, precision, and recall.
39
 
 
11
  pipeline_tag: object-detection
12
  ---
13
 
14
+ # Pest Detection Model - YOLO11
15
 
16
  ## Introduction
17
+ This model was trained to detect various pests in agricultural settings using YOLO11. 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**: YOLO11
22
+ - **Dataset**: https://www.kaggle.com/datasets/leonidkulyk/ip102-yolov5
23
 
24
  ## Training Metrics
25
  Below are the metrics and results from the training process:
 
34
 
35
  *Note: Metrics include precision, recall, mAP at 50% (mAP50), and mAP across 50-95% (mAP50-95) confidence.*
36
 
37
+ ## Additional Files
38
+ - [Training Metrics CSV](./results.csv): A detailed CSV file containing training metrics and results.
39
+
40
+
41
  ## Training Graphs
42
  Below is the graph representing the model's training process, including metrics such as loss, precision, and recall.
43