Instructions to use Snearec/detectorMalezasYolo8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Snearec/detectorMalezasYolo8 with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("Snearec/detectorMalezasYolo8") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload best.pt
Browse files- .gitattributes +1 -0
- best.pt +3 -0
.gitattributes
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
best[[:space:]](1).pt filter=lfs diff=lfs merge=lfs -text
|
| 2 |
yolo8l.pt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
best[[:space:]](1).pt filter=lfs diff=lfs merge=lfs -text
|
| 2 |
yolo8l.pt filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
best.pt filter=lfs diff=lfs merge=lfs -text
|
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9969d29b545a84ef4e4159a1651dffdfe1eddb565495a04cbd1def5ba73c723
|
| 3 |
+
size 22487406
|