YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

StreetVision Roadwork Detection Model (Binary)

Binary-compatible FasterViT model for SN72 StreetVision subnet.

Model Details

  • Architecture: FasterViT-0 with binary output wrapper
  • Output: Single float [0.0, 1.0] indicating roadwork presence
  • Input: 224x224 RGB images
  • Classes: D00, D10, D20, D40 (internally mapped to binary)

Usage

from binary_wrapper import load_model

model = load_model("pytorch_model.bin", method="max")
score = predict(model, "image.jpg")  # Returns float [0,1]

Binary Conversion

The 4-class damage detection model outputs probabilities for:

  • D00: Longitudinal Crack
  • D10: Transverse Crack
  • D20: Alligator Crack
  • D40: Pothole

Binary score = max(probabilities) across all damage classes.

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support