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
66c3e56c
Commit
66c3e56c
authored
Apr 20, 2019
by
Rodrigo Berriel
Committed by
Francisco Massa
Apr 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add OpenCV in the INSTALL instructions (#694)
parent
b318c3ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
INSTALL.md
INSTALL.md
+2
-2
No files found.
INSTALL.md
View file @
66c3e56c
...
@@ -24,7 +24,7 @@ conda activate maskrcnn_benchmark
...
@@ -24,7 +24,7 @@ conda activate maskrcnn_benchmark
conda
install
ipython
conda
install
ipython
# maskrcnn_benchmark and coco api dependencies
# maskrcnn_benchmark and coco api dependencies
pip
install
ninja yacs cython matplotlib tqdm
pip
install
ninja yacs cython matplotlib tqdm
opencv-python
# follow PyTorch installation in https://pytorch.org/get-started/locally/
# follow PyTorch installation in https://pytorch.org/get-started/locally/
# we give the instructions for CUDA 9.0
# we give the instructions for CUDA 9.0
...
@@ -39,7 +39,7 @@ cd cocoapi/PythonAPI
...
@@ -39,7 +39,7 @@ cd cocoapi/PythonAPI
python setup.py build_ext
install
python setup.py build_ext
install
# install apex
# install apex
cd
~github
cd
$INSTALL_DIR
git clone https://github.com/NVIDIA/apex.git
git clone https://github.com/NVIDIA/apex.git
cd
apex
cd
apex
python setup.py
install
--cuda_ext
--cpp_ext
python setup.py
install
--cuda_ext
--cpp_ext
...
...
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