nehulagrawal
commited on
Commit
•
609e531
1
Parent(s):
ba87708
Update README.md
Browse files
README.md
CHANGED
@@ -96,7 +96,8 @@ To get started with the YOLOv8s Leaf Detection and Classification model, follow
|
|
96 |
1. Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus) and [ultralytics](https://github.com/ultralytics/ultralytics) libraries using pip:
|
97 |
|
98 |
```bash
|
99 |
-
pip install ultralyticsplus ultralytics
|
|
|
100 |
```
|
101 |
|
102 |
2. Load the model and perform prediction using the provided code snippet.
|
|
|
96 |
1. Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus) and [ultralytics](https://github.com/ultralytics/ultralytics) libraries using pip:
|
97 |
|
98 |
```bash
|
99 |
+
pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
|
100 |
+
|
101 |
```
|
102 |
|
103 |
2. Load the model and perform prediction using the provided code snippet.
|