βš”οΈ Clash of Clans Troops Detection YOLO11

This repository hosts a custom YOLO11 object detection model trained to detect troops and spells in the game Clash of Clans.

πŸ“Š Dataset Included

The entire dataset used to train this model (images and labels) is included directly in this repository in YOLO format (train/, valid/, test/).

βš™οΈ Training Information

  • Base Model: YOLO11n
  • Epochs Trained: 200 (Early stopped at best epoch via patience=30)
  • Image Size: 640x640

πŸ“‰ Training Results & Loss Curves

Below are the core indicators of how the model performed.

Metrics Curve

Results Curve

Confusion Matrix

Confusion Matrix

Sample Output Predictions (Validation)

Validation Predictions

πŸ’» Usage

from ultralytics import YOLO

model = YOLO('best.pt')
results = model('path/to/your/screenshot.jpg')
results[0].show()
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support