occupy Computer Vision Dataset

byBrightTask:
Object Detection
License:CC BY 4.0

About occupy Dataset

Here are a few use cases for this project:

  1. Chess Game Analysis: The "occupy" model could be utilized to track and analyze chess games in real time, identifying moves from either player in different turns. It can transform an actual physical game into a digital format instantly, ensuring easier evaluation and analysis.

  2. Chess Tutoring Applications: This computer vision model can be incorporated into applications that support learning and playing chess. It could provide real-time feedback and recommendations by tracking the board's state.

  3. Real-time AI Gaming: The model could be used in AI-driven chess gaming. By identifying different classes (x, 0, b, w), it could help the AI make calculated moves based on the current status of the game.

  4. Automated Sports Broadcasting: During live or recorded broadcasts of chess games, the "occupy" model can provide automated updates of board occupation changes, aiding commentators and viewers in understanding the current state of the game.

  5. Chess Game Archiving: The "occupy" model can be used to digitally archive historical or noteworthy games. The system could be used to take photos of important games and then record the positions and strategies employed in the game for posterity and study.

Use Free Green and White Detection API

Powered by general detection model

Code
pip install inference-sdk
# 1. Import the library
from inference_sdk import InferenceHTTPClient

# 2. Connect to your workspace
client = InferenceHTTPClient(
  api_url="https://serverless.roboflow.com",
  api_key="API_KEY"
)

# 3. Run your workflow on an image
result = client.run_workflow(
  workspace_name="<YOUR_WORKSPACE>",
  workflow_id="<YOUR_WORKFLOW_ID>",
  images={
    "image": "YOUR_IMAGE.jpg"  # Path to your image file
  },
  parameters={
    "classes": "Green, White"
  },
  use_cache=True  # cache workflow definition for 15 minutes
)

# 4. Get your results
print(result)

Run on custom image

Drop an image here or click to upload

Detecting classes:
Or try a test image 

Cite This Project

LicenseCC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ occupy-if0w8_dataset,
  title = { occupy Dataset },
  type = { Open Source Dataset },
  author = { Bright },
  howpublished = { \url{ https://universe.roboflow.com/bright-szfkd/occupy-if0w8 } },
  url = { https://universe.roboflow.com/bright-szfkd/occupy-if0w8 },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2024 },
  month = { dec },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More