From 0eacba9caf05f422029dac9ca0d78444339dd420 Mon Sep 17 00:00:00 2001 From: Zhaowei Cai Date: Tue, 23 Aug 2016 01:32:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 010e2020..f8bc5006 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ If you use our code/model/data, please cite our paper: 2. Get the training data for KITTI ```Shell cd $MSCNN_ROOT/data/ - sh get_kitti_models.sh + sh get_kitti_data.sh ``` This will download train/val split image lists for the experiments, and window files for training/finetuning MS-CNN models. You can also use the provided MATLAB scripts to generate your own window files. If you use the provided window files, replace `/your/KITTI/path/` in the files to your KITTI path.