garbage_detection Computer Vision Model

byGarbage detectionTask:
Object Detection
License:CC BY 4.031k views1.18k downloads

How to use the garbage_detection Detection API

Try This Model

Drop an image here or click to upload

Or try a test image 

Code Snippets

from inference_sdk import InferenceHTTPClient

CLIENT = InferenceHTTPClient(
    api_url="https://serverless.roboflow.com",
    api_key="API_KEY"
)

result = CLIENT.infer("YOUR_IMAGE.jpg", model_id="garbage_detection-wvzwv/9")
Give your agent everything it needs

Or, Use Free Garbage 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": "garbage"
  },
  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 

About garbage_detection Model

This garbage detection dataset uses images of large groupings of garbage. A garbage image dataset can be used to recognize garbage pileups at various distances, depths, environments, and times of day. A garbage recognition API could be used to help governments monitor garbage by using stationary cameras or cameras used during asset management collection efforts.

As is, this dataset helps localize the location of the garbage within an image or video and draw a bounding box around the area to give an idea of the size of the garbage pile. This dataset could be used to label individual garbage as well but current annotations focus on large groupings of garbage.

A similar dataset which labels indivudla garbage can be found here: https://universe.roboflow.com/material-identification/garbage-classification-3

Datasets related to different types of garbage materials can be found here: https://universe.roboflow.com/material-identification

A use case of identifying garbage from images or video could be to understand the location of garbage within a city using Google Images and placing it over a map like this: https://glasgow-litter.garyblackwood.co.uk/

Github for the litter map can be found here: https://github.com/Garee/glasgow-litter

Cite This Project

LicenseCC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ garbage_detection-wvzwv_dataset,
  title = { garbage_detection Dataset },
  type = { Open Source Dataset },
  author = { Garbage detection },
  howpublished = { \url{ https://universe.roboflow.com/garbage-detection-czeg5/garbage_detection-wvzwv } },
  url = { https://universe.roboflow.com/garbage-detection-czeg5/garbage_detection-wvzwv },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2024 },
  month = { feb },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More