TrafficManager、WorldDreamer 和 DrivingAgent 之间的通信基于 FastAPI。
请按照 README.md 准备环境并下载权重。
然后你可以运行以下代码:
cd WorldDreamer && python tools/dreamer_fast_api.py --resume=path/to/your/weight
请按照 README.md 准备环境并下载权重。
cd DrivingAgents/UniAD && python demo/fast_api_uniad.py
请按照 README.md 准备环境并下载权重。
cd DrivingAgents/VAD && python demo/fast_api_vad.py
请按照 README.md 启动模拟。