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.