Skip to content

Commit 4e50be9

Browse files
committed
Add some hints about submodule checkout
1 parent a18dbef commit 4e50be9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ If you find Fast R-CNN useful in your research, please consider citing:
6565
```
6666

6767
2. We'll call the directory that you cloned Fast R-CNN into `FRCN_ROOT`
68+
69+
*Ignore notes 1 and 2 if you followed step 1 above.*
70+
71+
**Note 1:** If you didn't clone Fast R-CNN with the `--recursive` flag, then you'll need to manually clone the `caffe-fast-rcnn` submodule:
72+
```Shell
73+
git submodule update --init --recursive
74+
```
75+
**Note 2:** The `caffe-fast-rcnn` submodule needs to be on the `fast-rcnn` branch (or equivalent detached state). This will happen automatically *if you follow these instructions*.
76+
6877
3. Build the Cython modules
6978
```Shell
7079
cd $FRCN_ROOT/lib

0 commit comments

Comments
 (0)