duplicates Computer Vision Dataset

byDOSTASTITask:
Classification
License:CC BY 4.068 views3 downloads

About duplicates Dataset

A description for this project has not been published yet.

Use Free Bunchy_top, TreeID041eb292-1df7-4af7-8884-fd239f4593ec and TreeID0728c360-71ac-47e6-b4d8-e55d652afe56 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": "bunchy_top, treeID041eb292-1df7-4af7-8884-fd239f4593ec, treeID0728c360-71ac-47e6-b4d8-e55d652afe56, treeID07df771c-92d8-4777-b373-c1c14a40fa35, treeID087ddfd5-8b04-4f6f-ac83-c2c24276cb01"
  },
  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{ duplicates-yanbw_dataset,
  title = { duplicates Dataset },
  type = { Open Source Dataset },
  author = { DOSTASTI },
  howpublished = { \url{ https://universe.roboflow.com/dostasti/duplicates-yanbw } },
  url = { https://universe.roboflow.com/dostasti/duplicates-yanbw },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2023 },
  month = { sep },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More