You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,15 @@ If you find Fast R-CNN useful in your research, please consider citing:
65
65
```
66
66
67
67
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*.
0 commit comments