-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2172 from open-mmlab/dev-1.x
Merge dev-1.x into 1.x
- Loading branch information
Showing
359 changed files
with
19,960 additions
and
5,822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,11 +66,11 @@ jobs: | |
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
pip install git+ssh://[email protected]/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
pip install -r requirements.txt | ||
- when: | ||
condition: | ||
equal: [ "1.12.1", << parameters.torch >> ] | ||
equal: [ "1.13.0", << parameters.torch >> ] | ||
steps: | ||
- run: pip install timm | ||
- when: | ||
|
@@ -124,8 +124,8 @@ jobs: | |
docker exec mmaction pip install git+https://[email protected]/open-mmlab/mmengine.git@main | ||
docker exec mmaction pip install -U openmim | ||
docker exec mmaction mim install 'mmcv >= 2.0.0rc1' | ||
docker exec mmaction pip install git+https://[email protected]/open-mmlab/[email protected] | ||
docker exec mmaction pip install git+https://github.com/open-mmlab/[email protected] | ||
docker exec mmaction pip install git+https://[email protected]/open-mmlab/mmdetection.git@dev-3.x | ||
docker exec mmaction pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
docker exec mmaction pip install -r requirements.txt | ||
- when: | ||
condition: | ||
|
@@ -177,13 +177,13 @@ workflows: | |
name: minimum_version_cpu | ||
torch: 1.6.0 | ||
torchvision: 0.7.0 | ||
python: 3.6.9 # The lowest python 3.6.x version available on CircleCI images | ||
python: 3.7.4 | ||
requires: | ||
- lint | ||
- build_cpu: | ||
name: maximum_version_cpu | ||
torch: 1.12.1 | ||
torchvision: 0.13.1 | ||
torch: 1.13.0 | ||
torchvision: 0.14.0 | ||
python: 3.9.0 | ||
requires: | ||
- minimum_version_cpu | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
strategy: | ||
matrix: | ||
python-version: [3.6, 3.8, 3.9] | ||
python-version: [3.8, 3.9] | ||
torch: [1.8.1] | ||
include: | ||
- torch: 1.8.1 | ||
|
@@ -58,9 +58,9 @@ jobs: | |
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
- name: Install MMDet | ||
run: pip install git+https://github.com/open-mmlab/[email protected] | ||
run: pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
- name: Install MMCls | ||
run: pip install git+https://github.com/open-mmlab/[email protected] | ||
run: pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
- name: Install PytorchVideo | ||
run: pip install pytorchvideo | ||
if: ${{matrix.torchvision == '0.10.0'}} | ||
|
@@ -126,9 +126,9 @@ jobs: | |
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
- name: Install MMDet | ||
run: pip install git+https://github.com/open-mmlab/[email protected] | ||
run: pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
- name: Install MMCls | ||
run: pip install git+https://github.com/open-mmlab/[email protected] | ||
run: pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements.txt | ||
- name: Install PytorchVideo | ||
|
@@ -189,8 +189,8 @@ jobs: | |
pip install git+https://github.com/open-mmlab/mmengine.git@main | ||
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
pip install -r requirements.txt | ||
- name: Install PytorchVideo | ||
run: python -m pip install pytorchvideo | ||
|
@@ -226,8 +226,8 @@ jobs: | |
pip install git+https://github.com/open-mmlab/mmengine.git@main | ||
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
pip install -r requirements.txt | ||
- name: Install PytorchVideo | ||
run: python -m pip install pytorchvideo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,9 +48,9 @@ jobs: | |
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
- name: Install MMDet | ||
run: pip install git+https://github.com/open-mmlab/[email protected] | ||
run: pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
- name: Install MMCls | ||
run: pip install git+https://github.com/open-mmlab/[email protected] | ||
run: pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements.txt | ||
- name: Install PytorchVideo | ||
|
@@ -113,8 +113,8 @@ jobs: | |
pip install git+https://github.com/open-mmlab/mmengine.git@main | ||
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
pip install -r requirements.txt | ||
- name: Install PytorchVideo | ||
run: python -m pip install pytorchvideo | ||
|
@@ -145,7 +145,7 @@ jobs: | |
- name: Upgrade pip | ||
run: | | ||
python -V | ||
pip install pip --upgrade | ||
python -m pip install pip --upgrade | ||
- name: Install librosa and soundfile | ||
run: python -m pip install librosa soundfile | ||
- name: Install lmdb | ||
|
@@ -159,8 +159,8 @@ jobs: | |
pip install git+https://github.com/open-mmlab/mmengine.git@main | ||
pip install -U openmim | ||
mim install 'mmcv >= 2.0.0rc1' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x | ||
pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x | ||
pip install -r requirements.txt | ||
- name: Install PytorchVideo | ||
run: python -m pip install pytorchvideo | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
model = dict( | ||
type='Recognizer3D', | ||
backbone=dict( | ||
type='C2D', | ||
depth=50, | ||
pretrained='https://download.pytorch.org/models/resnet50-11ad3fa6.pth', | ||
norm_eval=False), | ||
cls_head=dict( | ||
type='I3DHead', | ||
num_classes=400, | ||
in_channels=2048, | ||
spatial_type='avg', | ||
dropout_ratio=0.5, | ||
init_std=0.01, | ||
average_clips='prob'), | ||
data_preprocessor=dict( | ||
type='ActionDataPreprocessor', | ||
mean=[123.675, 116.28, 103.53], | ||
std=[58.395, 57.12, 57.375], | ||
format_shape='NCTHW')) |
Oops, something went wrong.