Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ This repository contains a YOLOv8-based model trained to detect and count cargo
|
|
48 |
YOLOv8 is a state-of-the-art object detection architecture, known for its speed and accuracy. This model was trained using a custom dataset containing images of cargo packages, forklifts, and trucks, making it specialized for logistics and transportation industries.
|
49 |
|
50 |
- **Model Architecture**: YOLOv8
|
51 |
-
- **Number of Classes**:
|
52 |
- **Training**: The model was trained using both `best.pt` (the best performing model during training) and `last.pt` (the final checkpoint).
|
53 |
- **Use Case**: Object detection and counting of cargo packages, forklifts, and trucks in warehouses, transportation hubs, or logistics centers.
|
54 |
|
|
|
48 |
YOLOv8 is a state-of-the-art object detection architecture, known for its speed and accuracy. This model was trained using a custom dataset containing images of cargo packages, forklifts, and trucks, making it specialized for logistics and transportation industries.
|
49 |
|
50 |
- **Model Architecture**: YOLOv8
|
51 |
+
- **Number of Classes**: 1 (`cargo-package`)
|
52 |
- **Training**: The model was trained using both `best.pt` (the best performing model during training) and `last.pt` (the final checkpoint).
|
53 |
- **Use Case**: Object detection and counting of cargo packages, forklifts, and trucks in warehouses, transportation hubs, or logistics centers.
|
54 |
|