Señales de transito Computer Vision Model

byTesisTask:
Object Detection
License:Public Domain2.83k views110 downloads

About Señales de transito Model

Here are a few use cases for this project:

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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

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": "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

Detecting classes:
Or try a test image 

Cite This Project

LicensePublic Domain

If 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 },
}

Similar Projects

See More