pedromiguelsanchez
commited on
Commit
•
f07b2a2
1
Parent(s):
188ccaa
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- Ultralytics/YOLO11
|
5 |
+
pipeline_tag: object-detection
|
6 |
+
tags:
|
7 |
+
- plant
|
8 |
+
- leaf
|
9 |
+
- leaves
|
10 |
+
---
|
11 |
+
# YOLOv11 Model for Plant Leaves Detection
|
12 |
+
|
13 |
+
This is a YOLOv11 model trained for detecting plant leaves.
|
14 |
+
|
15 |
+
## Model Details
|
16 |
+
- **Framework**: Ultralytics YOLO
|
17 |
+
- **Classes**: Leaf
|
18 |
+
- **Usage**: Designed for agriculture applications.
|
19 |
+
|
20 |
+
## Dataset
|
21 |
+
Training dataset from https://www.kaggle.com/datasets/alexo98/leaf-detection
|
22 |
+
|
23 |
+
Dataset adaptation to YOLO format from https://www.kaggle.com/code/luisolazo/leaf-detection-w-ultralytics-yolov8-and-tflite
|
24 |
+
|
25 |
+
## Examples
|
26 |
+
|
27 |
+
|
28 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f9f9fcca8fdc72b5d3b854/8vQB1rwEaMVU9O5u0kUdh.png)
|
29 |
+
|
30 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f9f9fcca8fdc72b5d3b854/4_NqnutjDxmXu2G0c4bWd.png)
|