From 9ec4db0f0424801cdd607f1de930290830c5e88e Mon Sep 17 00:00:00 2001 From: Penghao Wu <62696862+penghao-wu@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:52:36 +0800 Subject: [PATCH] add dataset huggingface link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ed469..27f79c0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ export PYTHONPATH=$PYTHONPATH:PATH_TO_TCP ## Dataset -Download our dataset through [GoogleDrive](https://drive.google.com/file/d/1HZxlSZ_wUVWkNTWMXXcSQxtYdT7GogSm/view?usp=sharing) or [BaiduYun](https://pan.baidu.com/s/11xBZwAWQ3WxQXecuuPoexQ) (提取码 8174). The total size of our dataset is aroung 115G, make sure you have enough space. +Download our dataset through [Huggingface](https://huggingface.co/datasets/craigwu/tcp_carla_data) (combine the part with command `cat tcp_carla_data_part_* > tcp_carla_data.zip`) or [GoogleDrive](https://drive.google.com/file/d/1HZxlSZ_wUVWkNTWMXXcSQxtYdT7GogSm/view?usp=sharing) or [BaiduYun](https://pan.baidu.com/s/11xBZwAWQ3WxQXecuuPoexQ) (提取码 8174). The total size of our dataset is around 115G, make sure you have enough space. ## Training First, set the dataset path in ``TCP/config.py``.