Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
maskrcnn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
人工智能
maskrcnn
Commits
c9106ec4
Unverified
Commit
c9106ec4
authored
Oct 25, 2018
by
Nikolay Shebanov
Committed by
GitHub
Oct 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Access repos via https in INSTALL.md
It is simpler and requires less effort (i.e. no auth) compared to SSH
parent
3b726c68
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
INSTALL.md
INSTALL.md
+3
-3
No files found.
INSTALL.md
View file @
c9106ec4
...
@@ -31,19 +31,19 @@ conda install pytorch-nightly -c pytorch
...
@@ -31,19 +31,19 @@ conda install pytorch-nightly -c pytorch
# install torchvision
# install torchvision
cd
~/github
cd
~/github
git clone
git@github.com:
pytorch/vision.git
git clone
https://github.com/
pytorch/vision.git
cd
vision
cd
vision
python setup.py
install
python setup.py
install
# install pycocotools
# install pycocotools
cd
~/github
cd
~/github
git clone
git@github.com:
cocodataset/cocoapi.git
git clone
https://github.com/
cocodataset/cocoapi.git
cd
cocoapi/PythonAPI
cd
cocoapi/PythonAPI
python setup.py build_ext
install
python setup.py build_ext
install
# install PyTorch Detection
# install PyTorch Detection
cd
~/github
cd
~/github
git clone
git@github.com:
facebookresearch/maskrcnn-benchmark.git
git clone
https://github.com/
facebookresearch/maskrcnn-benchmark.git
cd
maskrcnn-benchmark
cd
maskrcnn-benchmark
# the following will install the lib with
# the following will install the lib with
# symbolic links, so that you can modify
# symbolic links, so that you can modify
...
...
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