Tony Wang 2025-03-18
This project is a comprehensive system designed to enhance driving safety and efficiency. It integrates various components to provide a complete solution for autonomous driving.
- Semantic Segmentation of Road and Sidewalk
- Open world Object Detection and Multi-object Tracking for pedestrians and vehicles
- Metric Depth Estimation
- Risk Assessment via LLM
pip install -r requirements.txtcd config
bash download_ckpt.sh- Test GSAM Detector
cd VCD/slow_vision
python gsam_detector.py- Test Roadside Analyzer
cd VCD/slow_vision
python roadside_analyzer.py