Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
2d9b97bc
Unverified
Commit
2d9b97bc
authored
Apr 19, 2021
by
hjin2902
Committed by
GitHub
Apr 19, 2021
Browse files
[Refactor]: update mmcv install method (#461)
parent
d4d7af24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.github/workflows/build.yml
.github/workflows/build.yml
+5
-1
No files found.
.github/workflows/build.yml
View file @
2d9b97bc
...
@@ -41,18 +41,22 @@ jobs:
...
@@ -41,18 +41,22 @@ jobs:
torch
:
[
1.5.0+cu101
,
1.6.0+cu101
,
1.7.0+cu101
,
1.8.0+cu101
]
torch
:
[
1.5.0+cu101
,
1.6.0+cu101
,
1.7.0+cu101
,
1.8.0+cu101
]
include
:
include
:
-
torch
:
1.5.0+cu101
-
torch
:
1.5.0+cu101
torch_version
:
torch1.5.0
torchvision
:
0.6.0+cu101
torchvision
:
0.6.0+cu101
mmcv
:
1.5.0+cu101
mmcv
:
1.5.0+cu101
cuda_arch
:
"
7.0"
cuda_arch
:
"
7.0"
-
torch
:
1.6.0+cu101
-
torch
:
1.6.0+cu101
torch_version
:
torch1.6.0
mmcv
:
1.6.0+cu101
mmcv
:
1.6.0+cu101
torchvision
:
0.7.0+cu101
torchvision
:
0.7.0+cu101
cuda_arch
:
"
7.0"
cuda_arch
:
"
7.0"
-
torch
:
1.7.0+cu101
-
torch
:
1.7.0+cu101
torch_version
:
torch1.7.0
mmcv
:
1.7.0+cu101
mmcv
:
1.7.0+cu101
torchvision
:
0.8.1+cu101
torchvision
:
0.8.1+cu101
cuda_arch
:
"
7.0"
cuda_arch
:
"
7.0"
-
torch
:
1.8.0+cu101
-
torch
:
1.8.0+cu101
torch_version
:
torch1.8.0
mmcv
:
1.8.0+cu101
mmcv
:
1.8.0+cu101
torchvision
:
0.9.0+cu101
torchvision
:
0.9.0+cu101
cuda_arch
:
"
7.0"
cuda_arch
:
"
7.0"
...
@@ -86,7 +90,7 @@ jobs:
...
@@ -86,7 +90,7 @@ jobs:
run
:
pip install numpy==1.19.5 torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
run
:
pip install numpy==1.19.5 torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
-
name
:
Install mmdet3d dependencies
-
name
:
Install mmdet3d dependencies
run
:
|
run
:
|
pip install mmcv-full
==latest+torch${{matrix.mmcv}}
-f https://download.openmmlab.com/mmcv/dist/
index.html --use-deprecated=legacy-resolver
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/
cu101/${{matrix.torch_version}}/index.html
pip install -q git+https://github.com/open-mmlab/mmdetection.git
pip install -q git+https://github.com/open-mmlab/mmdetection.git
pip install -r requirements.txt
pip install -r requirements.txt
-
name
:
Build and install
-
name
:
Build and install
...
...
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