Señales de transito Computer Vision Model
About Señales de transito Model
Here are a few use cases for this project:
-
Smart Traffic Management Systems: This model could be used to intelligently control traffic flow in real-time, adjusting signal timings based on traffic volume, pedestrian movements, and more.
-
Augmented Reality Navigation Apps: The model can enhance AR navigation applications by recognizing various signage and providing real-time updates or instructions to users, such as indicating when it's safe for pedestrians to cross or when a bus stop is nearby.
-
Autonomous Vehicles: Self-driving cars, buses, and transport vehicles could use this model to understand traffic rules and signals, making decisions on when to stop, slow down, or proceed with caution.
-
Assistive Technology for the Visually Impaired: The model could be integrated into aid systems (e.g. smart glasses) to help visually impaired individuals navigate urban environments by alerting them via audio cues about red/green lights, pedestrian crossings, and bus stops.
-
Urban Planning and Infrastructure Development: The model could be used to identify and map the locations of traffic signs and signals across a city, aiding in effective planning and improvement of road safety and infrastructure.
Use Free Cruce peatonal, Parada de bus and Pare 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": "Cruce peatonal, Parada de bus, Pare, proximidad de curce peatonal, Semaforo peatonal rojo"
},
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
LicensePublic DomainIf you use this dataset in a research paper, please cite it using the following BibTeX:
@misc{ senales-de-transito_dataset,
title = { Señales de transito Dataset },
type = { Open Source Dataset },
author = { Tesis },
howpublished = { \url{ https://universe.roboflow.com/tesis-lhuim/senales-de-transito } },
url = { https://universe.roboflow.com/tesis-lhuim/senales-de-transito },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2022 },
month = { nov },
note = { visited on 2026-07-29 },
}










