Interactive-Table 27-6-2022 Computer Vision Dataset

byTestGesture1Task:
Object Detection
License:CC BY 4.012 views1 download

About Interactive-Table 27-6-2022 Dataset

Here are a few use cases for this project:

  1. Education Technology: This model could be useful in creating interactive educational tools, especially for younger students. For example, it can be used in a game or app where students have to match the identified objects with their corresponding numbers or symbols.

  2. Interactive Gaming: The model can be employed in creating real-time, interactive table games where the identification of the objects classes triggers different game scenarios, rewarding points, or next level qualifications.

  3. Augmented Reality Apps: This model could be used in AR applications to identify objects classes in real-time, providing interactive platforms for users, for example, language learning apps which pop up translations or information once it identifies an object.

  4. Retail: In retail settings like a store or an online shopping platform, the model can assist in identifying the quantity and type of products available or bought by each customer according to object classes.

  5. Tabletop Role-Playing Games: The model could identify in-game elements' classes such as figurines, game pieces, or cards for a tabletop role-play or strategy game, enhancing the immersive experience and automating complex game mechanics.

Use Free =, 1 and 12 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": "=, 1, 12, 2, 2."
  },
  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{ interactive-table--27-6-2022_dataset,
  title = { Interactive-Table  27-6-2022 Dataset },
  type = { Open Source Dataset },
  author = { TestGesture1 },
  howpublished = { \url{ https://universe.roboflow.com/testgesture1-yskvl/interactive-table--27-6-2022 } },
  url = { https://universe.roboflow.com/testgesture1-yskvl/interactive-table--27-6-2022 },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2022 },
  month = { jul },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More