garbage_detection Computer Vision Dataset
About garbage_detection Dataset
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
Use Free Garbage Detection API
Powered by general detection model
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
Tell the agent what you want to build.
Cite This Project
LicenseCC BY 4.0If you use this dataset in a research paper, please cite it using the following BibTeX:
@misc{ garbage_detection-wvzwv-pmewj_dataset,
title = { garbage_detection Dataset },
type = { Open Source Dataset },
author = { Ourouba },
howpublished = { \url{ https://universe.roboflow.com/ourouba/garbage_detection-wvzwv-pmewj } },
url = { https://universe.roboflow.com/ourouba/garbage_detection-wvzwv-pmewj },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2026 },
month = { apr },
note = { visited on 2026-07-29 },
}










