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
85e1ac4d
Unverified
Commit
85e1ac4d
authored
Oct 25, 2018
by
Francisco Massa
Committed by
GitHub
Oct 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve installation instructions for fresh conda (#12)
parent
65eedbd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
INSTALL.md
INSTALL.md
+10
-2
No files found.
INSTALL.md
View file @
85e1ac4d
...
...
@@ -12,6 +12,16 @@
### Step-by-step installation
```
bash
# first, make sure that your conda is setup properly with the right environment
# for that, check that `which conda`, `which pip` and `which python` points to the
# right path. From a clean conda env, this is what you need to do
conda create
--name
maskrcnn_benchmark
source
activate maskrcnn_benchmark
# this installs the right pip and dependencies for the fresh python
conda
install
ipython
# maskrnn_benchmark and coco api dependencies
pip
install
ninja yacs cython matplotlib
...
...
@@ -44,5 +54,3 @@ python setup.py build develop
# or if you are on macOS
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py build develop
```
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