Single Shot Detector Demo
Upload an image. The model runs locally in your browser and draws detections for cyclists, cars, pedestrians, traffic lights, and trucks.
Loading model…
Original image
Prediction result
About this project
- Model: Custom SSD exported to ONNX for browser inference.
- Input: RGB image resized to 300x300 with ImageNet normalization.
- Deployment: Static frontend on GitHub Pages, inference on the user's device.
- Safety note: Demo only. Not for real-world driving decisions.