Akitsuyoshi/tictactoe-with-real
Updated • 5
How to use Akitsuyoshi/tictactoe-yolo with ultralytics:
# Couldn't find a valid YOLO version tag.
# Replace XX with the correct version.
from ultralytics import YOLOvXX
model = YOLOvXX.from_pretrained("Akitsuyoshi/tictactoe-yolo")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)YOLO object detection model developed for a robotic Tic-Tac-Toe system.
The model detects:
This model is designed for board and game-piece detection in a robotic Tic-Tac-Toe application.
Training dataset:
https://huggingface.co/datasets/akitsuyoshi/tictactoe-with-real
Original Kaggle dataset:
https://www.kaggle.com/datasets/akitsuyoshi/tictactoe-with-real
The model was trained using Ultralytics YOLO.
The model is part of a ROS 2 robotic Tic-Tac-Toe system using: