vehicle-collision-detection/ │ ├── 📄 pipeline.py # Main system orchestrator & entry point ├── 📄 detector.py # YOLOv8 vehicle detection module ├── 📄 tracker.py # DeepSORT multi-object tracking ├── ...