yhwl Computer Vision Dataset

byxiaweiTask:
Object Detection
License:CC BY 4.06 views1 download

About yhwl Dataset

Here are a few use cases for this project:

  1. Intelligent Advertising Analysis: This model could be used to analyze the effectiveness of different logos and text in advertisements. For instance, it could identify which logos or text types catch the attention of users more effectively in digital advertising environments.

  2. Trademark and Copyright Enforcement: The yhwl model could assist in identifying instances of logo or trademark infringement, by spotting unauthorized uses of copyrighted logos and texts across the internet or television media.

  3. Augmented Reality Applications: Integrated into augmented reality apps, the model could provide users with additional information or interactive content when they point their device's camera at specific logos or texts.

  4. Content Classification and Tagging: yhwl could be used for auto-tagging of images on eCommerce websites, social media platforms or stock photo libraries, facilitating faster and more efficient search and retrieval of images based on logo or text content within the image.

  5. Educational Applications: This model could be used in learning applications to help children or language learners identify and learn different types of texts and logos, thereby interactive education.

Use Free Text and Logo 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": "text, logo"
  },
  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{ yhwl-l2vpb_dataset,
  title = { yhwl Dataset },
  type = { Open Source Dataset },
  author = { xiawei },
  howpublished = { \url{ https://universe.roboflow.com/xiawei/yhwl-l2vpb } },
  url = { https://universe.roboflow.com/xiawei/yhwl-l2vpb },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2021 },
  month = { nov },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More