Upload folder using huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# YOLOv8 Fine-Tuned Model: Bag, Phone, Suitcase Detection
|
| 3 |
+
|
| 4 |
+
This YOLOv8 model is fine-tuned for detecting **phones, bags, and suitcases**.
|
| 5 |
+
|
| 6 |
+
- Architecture: YOLOv8n
|
| 7 |
+
- Trained on custom dataset
|
| 8 |
+
- Use Ultralytics YOLO to load and run inference:
|
| 9 |
+
|
| 10 |
+
```python
|
| 11 |
+
from ultralytics import YOLO
|
| 12 |
+
model = YOLO("best.pt")
|
| 13 |
+
results = model.predict("image.jpg")
|
| 14 |
+
results.show()
|
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15653ac058740a29be76dbe5bcf8d7ce611b09eeeb5aa39d64f59b9cd6bbd26f
|
| 3 |
+
size 22506104
|