Object Detection
ultralytics
yolo
yolov11
poles
towers
streetlevel

streetlevel-poles-yolo11n

YOLOv11n object detector for utility poles and towers in street-level imagery. Trained on the Street-level Poles & Towers dataset (curated by UC Berkeley, HOT-OSM YOLO experiments).

Classes

0: pole, 1: tower

Metrics (test split)

metric value
mAP@50 0.332
mAP@50-95 0.120
precision 0.455
recall 0.345

10 epochs, imgsz=640. This is a sanity-check baseline, not a tuned model.

Try it in your browser

Interactive Gradio demo: https://huggingface.co/spaces/kshitijrajsharma/streetlevel-poles-detector

Inference (local)

from huggingface_hub import hf_hub_download
from ultralytics import YOLO

weights = hf_hub_download(
    repo_id="kshitijrajsharma/streetlevel-poles-yolo11n",
    filename="best.pt",
)
model = YOLO(weights)
results = model("street_image.jpg")
results[0].show()

Files

  • best.pt โ€” trained weights (Ultralytics format, ~5 MB).
  • results.png, confusion_matrix.png, pr_curve.png โ€” training diagnostics.
  • metrics.json โ€” machine-readable metrics summary.

License

CC-BY-SA-4.0.

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Dataset used to train kshitijrajsharma/streetlevel-poles-yolo11n

Space using kshitijrajsharma/streetlevel-poles-yolo11n 1