From 6bc1fb98acb187f85b16d688ca032aed5c0d0f11 Mon Sep 17 00:00:00 2001 From: Abraham Monrroy Date: Fri, 22 Sep 2017 17:00:54 +0900 Subject: [PATCH] Update README.md (#813) Added instructions to compile compatible version of SSD with Autoware --- .../detection/packages/cv_tracker/nodes/ssd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ros/src/computing/perception/detection/packages/cv_tracker/nodes/ssd/README.md b/ros/src/computing/perception/detection/packages/cv_tracker/nodes/ssd/README.md index facf852e9c2..40b1f3ec086 100644 --- a/ros/src/computing/perception/detection/packages/cv_tracker/nodes/ssd/README.md +++ b/ros/src/computing/perception/detection/packages/cv_tracker/nodes/ssd/README.md @@ -5,6 +5,8 @@ 2. Clone SSD Caffe fork ( It's better to do it in your home dir, if you haven't. CMake files will be looking for it there) ``` % git clone https://github.com/weiliu89/caffe.git ssdcaffe +% cd ssdcaffe +% git checkout 5365d0dccacd18e65f10e840eab28eb65ce0cda7 ``` 3. Follow the authors' instruction to complete the requisites to compile.