Installation for ReCogDrive
August 21, 2025 ยท View on GitHub
Installation for ReCogDrive
Installation for ReCogDrive
After successfully downloading the NAVSIM dataset:
1. Pretraining (SFT on VLM)
If you want to perform ReCogDrive pretraining and do SFT training on VLM, install InternVL dependencies:
pip install -r internvl_chat/internvl_chat.txt
2. Training & Evaluation on NAVSIM
If you want to train and evaluate ReCogDrive on NAVSIM, install the requirements:
cd /path/to/ReCogDrive
pip install -e .