From 75c2b2fff842680bf73570a22534ae8ac3c795c5 Mon Sep 17 00:00:00 2001 From: Zhaowei Cai Date: Tue, 23 Aug 2016 01:19:02 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd07a4f..f8ff7166 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,13 @@ If you use our code/model/data, please cite our paper: ### Pretrained model (KITTI car) Download pre-trained MS-CNN models + ```Shell cd $MSCNN_ROOT/examples/kitti_car/ sh fetch_mscnn_car_model.sh ``` - This will download the pretrained model for KITTI car into `$MSCNN_ROOT/examples/kitti_car/mscnn-8s-768-trainval-pretrained/`. You can produce exactly the same results as described in our paper with these pretrained models. + This will download the pretrained model for KITTI car into `$MSCNN_ROOT/examples/kitti_car/mscnn-8s-768-trainval-pretrained/`. You can produce exactly the same results as described in our paper with these pretrained models. ### Testing Demo (KITTI car)