@@ -50,10 +50,10 @@ jobs:
50
50
run : pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
51
51
- name : Install mmtrack dependencies
52
52
run : |
53
+ pip install git+https://github.com/votchallenge/toolkit.git
53
54
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cpu/${{matrix.torch_version}}/index.html
54
55
pip install mmdet
55
56
pip install -r requirements.txt
56
- pip install git+https://github.com/votchallenge/toolkit.git
57
57
- name : Build and install
58
58
run : rm -rf .eggs && pip install -e .
59
59
- name : Run unittests and generate coverage report
@@ -108,10 +108,10 @@ jobs:
108
108
run : python -m pip install torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
109
109
- name : Install mmtrack dependencies
110
110
run : |
111
+ python -m pip install git+https://github.com/votchallenge/toolkit.git
111
112
python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/${{matrix.torch_version}}/index.html
112
113
python -m pip install mmdet
113
114
python -m pip install -r requirements.txt
114
- python -m pip install git+https://github.com/votchallenge/toolkit.git
115
115
- name : Build and install
116
116
run : |
117
117
rm -rf .eggs
@@ -174,10 +174,10 @@ jobs:
174
174
run : python -m pip install torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
175
175
- name : Install mmtrack dependencies
176
176
run : |
177
+ python -m pip install git+https://github.com/votchallenge/toolkit.git
177
178
python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/${{matrix.torch_version}}/index.html
178
179
python -m pip install mmdet
179
180
python -m pip install -r requirements.txt
180
- python -m pip install git+https://github.com/votchallenge/toolkit.git
181
181
- name : Build and install
182
182
run : |
183
183
rm -rf .eggs
0 commit comments