Edit model card

YOLOv8 Cargo Package Counter

This repository contains a YOLOv8-based model trained to detect and count cargo packages, forklifts, and trucks in images. The model was trained on a custom dataset with three classes: cargo-package, forklift, and truck. It can be used for various cargo logistics and package counting tasks.

Model Description

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.

  • Model Architecture: YOLOv8
  • Number of Classes: 3 (cargo-package, forklift, truck)
  • Training: The model was trained using both best.pt (the best performing model during training) and last.pt (the final checkpoint).
  • Use Case: Object detection and counting of cargo packages, forklifts, and trucks in warehouses, transportation hubs, or logistics centers.

Evaluation Results

The model was evaluated on the validation set using the following metrics:

Metric Value
Precision 0.77187
Recall 0.11111
mAP50 0.09188
mAP50-95 0.06383
F1 Score 0.19426

These metrics were obtained using a threshold of 0.5 for IoU (Intersection over Union).

How to Use

You can load the model using the ultralytics library, as shown below:

from ultralytics import YOLO

# Load the model from Hugging Face
model = YOLO('https://huggingface.co./poudel/yolov8-cargo-package-counter/resolve/main/best.pt')

# Run inference on an image
results = model('path_to_image.jpg')

# Display the results
results.show()
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Examples
Unable to determine this model's library. Check the docs .

Space using poudel/yolov8-cargo-package-counter 1

Evaluation results