acapitani/chesspiece-detection-yolo
Viewer β’ Updated β’ 4.42k β’ 137
This is a YOLOv10 model trained to detect and classify chess pieces on a standard chessboard.
.pt# pip install ultralytics
from ultralytics import YOLO
model = YOLO("./chesspiece-detection-model.pt")
results = model("example_board.jpg")
results.show()
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.