β™ŸοΈ Chess Piece Detection YOLO

This is a YOLOv10 model trained to detect and classify chess pieces on a standard chessboard.

🧠 Model Info

πŸ“₯ Usage

# pip install ultralytics
from ultralytics import YOLO

model = YOLO("./chesspiece-detection-model.pt")
results = model("example_board.jpg")
results.show()

πŸ“„ License

This model is released under the MIT license.

⚠️ Note: Although the model is MIT-licensed, it was trained using Ultralytics YOLOv10, which is licensed under GPL-3.0. This may affect downstream usage in closed-source applications.

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

Dataset used to train acapitani/chesspiece-detection-yolo