delogo Computer Vision Dataset

byhugoTask:
Object Detection
License:CC BY 4.051 views5 downloads

About delogo Dataset

Here are a few use cases for this project:

  1. Advertising Cleanup: This model could be used by advertising or content agencies looking to clean up visuals by removing any competing brands or unnecessary text, ensuring they use images that only highlight the products or services they are promoting.

  2. Television Broadcasts: TV networks could use this model to identify and remove any unsolicited logos or text present in the live feeds or prerecorded content to avoid copyright issues or unwanted product placements.

  3. eCommerce Platforms: Online retailers could use this model to scan and remove logos or text from product images in instances where they sell unbranded or generic versions of products.

  4. Image Restoration: This model could be used by digital artists and graphic designers to restore vintage images, illustrations or photos by efficiently removing any text or logos added over time.

  5. Education Sector: In the education field, this model could help remove any kind of text or logo distractions from images used in digital textbooks or online resources, making it easier for learners to focus on the image content.

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{ delogo_dataset,
  title = { delogo Dataset },
  type = { Open Source Dataset },
  author = { hugo },
  howpublished = { \url{ https://universe.roboflow.com/hugo/delogo } },
  url = { https://universe.roboflow.com/hugo/delogo },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2021 },
  month = { nov },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More