poudel commited on
Commit
63991a8
·
verified ·
1 Parent(s): de66746

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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**: 3 (`cargo-package`, `forklift`, `truck`)
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