Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
py-faster-rcnn
Commits
01ee5ba2
Commit
01ee5ba2
authored
May 01, 2015
by
Ross Girshick
Browse files
change to https urls for easier installation
parent
54cd7fba
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
01ee5ba2
[submodule "caffe-fast-rcnn"]
path = caffe-fast-rcnn
url =
git@
github.com
:
rbgirshick/caffe-fast-rcnn.git
url =
https://
github.com
/
rbgirshick/caffe-fast-rcnn.git
branch = fast-rcnn
README.md
View file @
01ee5ba2
...
...
@@ -61,7 +61,7 @@ If you find Fast R-CNN useful in your research, please consider citing:
1.
Clone the Fast R-CNN repository
```
Shell
# Make sure to clone with --recursive
git clone --recursive
git@
github.com
:
rbgirshick/fast-rcnn.git
git clone --recursive
https://
github.com
/
rbgirshick/fast-rcnn.git
```
2.
We'll call the directory that you cloned Fast R-CNN into
`FRCN_ROOT`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment