From b17ea862035d5b5648b8da003f87490519f3c3bc Mon Sep 17 00:00:00 2001 From: Xiaosong Jia <81464843+jiaxiaosong1002@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:05:14 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 461b4a9..b505bf7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Please consider citing our papers if the project helps your research with the fo # Getting Started - [Installation](docs/INSTALL.md) -- [Prepare Dataset](docs/INSTALL.md) +- [Prepare Dataset](docs/DATA_PREP.md) - [Train and Open-Loop Eval](docs/TRAIN_EVAL.md) - [Closed-Loop Eval in CARLA](docs/EVAL_IN_CARLA.md) - [Convert Codes from Nuscenes to Bench2Drive](docs/CONVERT_GUIDE.md)