Project_CV Computer Vision Dataset

byAUTOSHELVESTask:
Object Detection
License:CC BY 4.0

About Project_CV Dataset

A description for this project has not been published yet.

Use Free ==============================, Marketnet - v1 2022-10-23 1:52pm and Product_Empty_class_Basev2 - v1 2024-05-07 6:55pm 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": "==============================, marketnet - v1 2022-10-23 1:52pm, Product_Empty_class_Basev2 - v1 2024-05-07 6:55pm, Supermarket Shelves - v2 2023-06-10 8:43pm, This dataset was exported via roboflow"
  },
  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{ project_cv-b5kd1_dataset,
  title = { Project_CV Dataset },
  type = { Open Source Dataset },
  author = { AUTOSHELVES },
  howpublished = { \url{ https://universe.roboflow.com/autoshelves-ebowd/project_cv-b5kd1 } },
  url = { https://universe.roboflow.com/autoshelves-ebowd/project_cv-b5kd1 },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2024 },
  month = { nov },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More